﻿
:root {
    --color-1: #5BEF7E;
    --color-2: #FFFFFF;
    --color-3: #292929;
    --color-4: #4C4C4C;
    --color-5: #8EEDA5;
    --color-6: #0043EC;
    --color-7: #3C6De6;
    --color-8: #D1D1D1;
}

body, html {
    margin: 0;
}

body {
    font-family: 'Tajawal', sans-serif;
}

.background2 {
    /* background: #F1F5F8; */
}

h1, f
h2 {
    font-weight: 900;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
    color: inherit
}

    a:focus {
        box-shadow: 0 0 0 0.25rem rgba(32, 165, 161, 0.25);
        transition: 0.3s all;
    }
.header-Background {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url(../img/Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    padding-bottom: 200px;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-4) !important;
}
    .form-inline {
    position: absolute;
    height: 41px;
    left: 24px;
    top: 18px;
    border-radius: 50%;
}

.btnheader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

    .btnheader i {
        font-size: 19px;
        color: var(--color-4);
        line-height: 1;
    }

        .btnheader i:hover {
            color: var(--color-2);
        }

    .btnheader.btn-primary {
        background: #fff;
    }

    .btnheader:hover {
        background-color: var(--color-3);
    }

@media screen and (max-width:991px) {
    .form-inline {
        display: none;
    }
}

@media screen and (max-width:1440px) {
    .navshow {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .navshow {
        display: block;
    }
}

.header-input {
    margin-top: 150px;
    border: 0;
}

    .header-input .btn {
        color: rgb(255, 255, 255);
        background: var(--color-3);
        border-radius: 10px 0px 0px 10px;
        width: 146px;
    }

    .header-input .input-group .form-control {
        background: #E7EDF2;
    }

    .header-input .input-group {
        height: 58px;
        ;
    }

    .header-input h1, h5 {
        text-align: center;
        color: var(--color-2);
        /* margin-left: 30%; */
    }




.welcome-container h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    /* margin: 13px; */
    padding-top: 41px;
    /* margin-top: 44px; */
    color: var(--color-3) !important;
}

.welcome-container h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
    text-align: right;
    margin-top: 20px;
    color: #000000;
}

.welcome-container h4 {
    font-weight: bold;
    font-size: 25px;
    color: var(--color-4);
}


.places-card {
    height: 230px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 6px 16px 0 rgba(0, 0, 0, 0.169);
    margin: 20px 0;
}

    .places-card .thumbnail {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .places-card .title, .places-card .desc {
        position: absolute;
        color: var(--color-3);
        font-weight: bold;
    }

    .places-card .title {
        top: 0;
        left: 0;
        margin: 10px;
    }

    .places-card .desc {
        bottom: 0;
        left: 0;
        margin: 10px;
    }

.btn-outline-secondary {
    border: 2px solid var(--color-3);
    box-sizing: border-box;
    border-radius: 100px;
    width: 320px;
    text-align: center;
    color: var(--color-3);
    font-weight: bold;
    margin-top: 18px;
}



    .btn-outline-secondary:hover {
        background-color: var(--color-3);
        border: 2px solid var(--color-3);
    }

.places-card span .title {
    background: var(--color-1);
    border-radius: 100px;
    width: 102px;
    height: 26px;
    text-align: center;
}

.sec0 {
    background: #fff;
    border-bottom: 1px solid #D1DBE3;
    padding-bottom: 30px;
}

.tours-info .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.tours-info .city {
    color: #20A5A1;
    font-weight: 300;
    font-size: 14px;
}

.tours-info .guid {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
}

.tours-info .nameguid {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    margin-right: 30px;
    color: #000000;
}

.tours-info .nameguid {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    margin-right: 30px;
    color: #000000;
}

.tours-info .date {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #7C7C7C;
}

.tours-info .monye {
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #000000;
}

.tours-info .icon-money {
    color: #20A5A1;
    font-size: 18px;
}


.home-section.sec3 {
    /* height: 299px; */
    padding: 31px;
    /* background: #ffffff; */
    border-top: 1px solid var(--color-8);
}

.guid-info .info {
    /* margin-top: 50px; */
}

.guid-info .pic {
    /* margin-top: 50px; */
}

    .guid-info .pic .guid-pic {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        border-radius: 100%;
    }

.guid-info .guid-name {
    text-align: center;
}


.guid-info .btn {
    height: 50px;
    /* font-size: 20px; */
    line-height: 22px;
    text-align: center;
    border-radius: 10px;
    border: 0;
    margin: 0 3px;
}

.guid-info .btn-primary {
    background: var(--color-3);
}

.guid-info .btn-light {
    background: rgb(255, 255, 255);
}

.guid-info .guid-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: right;
    color: #20A5A1;
}

.guid-info .guid-pic {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.guid-info .guid-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 5px 0px;
    color: #000000;
}

.guid-info .rate.divRate {
    color: #F0C52C;
    font-size: 18px;
}

.guid-info .rate-title {
    font-size: 12px;
    line-height: 12px;
    color: #858585;
}

.trip-card2 .card {
    top: 30px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-sizing: border-box;
    border-radius: 5px;
}

.trip-card2 .card-title {
    font-size: 18px;
    line-height: 17px;
    color: #000000;
}

.trip-card2 .card .rate.divRate {
    color: #F0C52C;
    font-size: 18px;
    position: relative;
}

.trip-card2 .rate-title {
    font-size: 12px;
    line-height: 12px;
    color: #858585;
}

.card-subtitle .icon-trip-card2 {
    color: #20A5A1;
    font-size: 25px;
}

.card-subtitle .tours {
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
}

.card-subtitle .Number {
    width: 17px;
    left: 5px;
    line-height: 19px;
    color: #000000;
}

.card-body .guid-pic {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.sec2 .card-places {
    margin-bottom: 44px;
}
/* tours */
.nav-tours {
    border: 1px solid #D1DBE3;
    background: #ffffff;
}

.header-section .sec0 {
    background: #ffffff;
}



.line .index-link a {
    font-size: 14px;
    line-height: 17px;
    color: #8093A3;
    text-decoration: none;
    margin: 0 10px;
}

    .line .index-link a:hover {
        color: #20A5A1;
        text-decoration: none;
    }

.welcome-container .form-control {
    background: #F1F5F8;
    border-radius: 0px 10px 10px 0px;
    /* border: 0; */
}


.welcome-container .btn h4 {
    text-align: center;
    font-size: 18px;
    line-height: 22px
}

.Search-tours .Search {
    margin-top: 25px;
}

    .Search-tours .Search .btn {
        width: 146px;
        height: 48px;
        color: rgb(255, 255, 255);
        border: 0;
        background: var(--color-3);
        border-radius: 10px 0px 0px 10px;
    }

.tours-section {
    margin-top: 50px;
}

.card-checkbox .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .card-checkbox .card .card-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-align: right;
        color: #000000;
    }

    .card-checkbox .card .Number-tours {
        position: absolute;
        left: 50px;
        font-size: 14px;
        line-height: 17px;
        color: #9FB3C0;
    }

.pic-tours {
    border-radius: 0px 10px 10px 0px;
    height: 240px;
    position: absolute;
    width: 277px;
    right: 0px;
    top: 0%;
    bottom: 0%;
    object-fit: cover;
}

.card-tours .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 15px;
    color: rgb(255, 255, 255);
    position: absolute;
    width: 102px;
    height: 26px;
    right: 10px;
    top: 10px;
    background: #E25757;
    border-radius: 100px;
}

.card-tours {
    width: 936px;
    height: 242px;
    /* background: #FFFFFF; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* margin: 0px; */
    margin-bottom: 22px;
}

    .card-tours .name-tours {
        /* margin-right: 30px; */
        font-size: 18px;
        line-height: 29px;
        color: #000000;
        font-weight: bold;
    }

    .card-tours .city {
        margin-right: 30px;
        font-size: 14px;
        line-height: 17px;
        color: #7C7C7C;
    }

    .card-tours .Describe {
        /* width: 300px; */
        /* height: 154px; */
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        text-align: justify;
    }

.info-Giud .Describe {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: justify;
}

.card-tours .pic-giud {
    object-fit: cover;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 258.55px;
    top: 16px;
}

.card-tours .info {
    display: inline-block;
}

    .card-tours .info .title-guid {
        position: absolute;
        left: 180px;
        top: 20px;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        color: #7C7C7C;
    }

    .card-tours .info .name-guid {
        position: absolute;
        left: 160px;
        top: 40px;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-align: right;
        color: #000000;
    }

    .card-tours .info .number {
        position: absolute;
        left: 188px;
        top: 91px;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        color: #7C7C7C;
    }

    .card-tours .info .number-p {
        position: absolute;
        width: 17px;
        height: 19px;
        left: 257px;
        top: 109px;
    }

    .card-tours .info .icon {
        position: absolute;
        left: 15;
        right: 67%;
        top: 35%;
        color: #20A5A1;
        height: 16.79px;
        font-size: 30px;
    }

.card-tours .info-date .icon {
    position: absolute;
    left: 15;
    right: 67%;
    top: 60%;
    color: #20A5A1;
    height: 16.79px;
    font-size: 30px;
}

.card-tours .info-cost .amount {
    position: absolute;
    left: 83px;
    top: 90px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
}

.card-tours .info-cost .number-mon {
    position: absolute;
    left: 81px;
    top: 110px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.card-tours .info-cost .icon-amount {
    position: absolute;
    left: 13%;
    top: 36%;
    padding: 11px 0;
}

.card-tours .info-date .start-date {
    position: absolute;
    left: 211px;
    top: 141px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
    /* <i class='bx bx-coin'></i> */
}

.card-tours .info-date .date {
    position: absolute;
    left: 197px;
    top: 159px;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #000000;
}

.card-tours .info-date .icon-date {
    position: absolute;
    left: 277px;
    top: 147px;
    font-size: 30px;
    line-height: 19px;
    text-align: right;
    color: #20A5A1;
}

.card-tours .info-date2 .end-date {
    position: absolute;
    left: 53px;
    top: 141px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #7C7C7C;
}

.card-tours .info-date2 .date {
    position: absolute;
    left: 41px;
    top: 159px;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.card-tours .info-date2 .icon-date {
    position: absolute;
    left: 13%;
    top: 60%;
    font-size: 30px;
    color: #20A5A1;
}

.card-tours .info-date2 .btntours .btn {
    position: absolute;
    left: 15px;
    bottom: 13px;
    border: 1px solid #20A5A1;
    box-sizing: border-box;
    border-radius: 5px;
}

.tours-section .btn-outline-secondary:hover {
    background-color: #20a5a1;
}

.card-checkbox .card-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.card-checkbox .form-date .form-control {
    background: #F1F5F8;
    border-radius: 5px;
    border: 0;
    margin: 15px 0;
}

/* guid */

.index-link i {
    color: #000000;
}

.guid-info2 .pic-guid {
    border-radius: 100%;
    /* position: absolute; */
    width: 96px;
    height: 96px;
    /* right: 149px; */
    top: 200px;
    object-fit: cover;
}

.header3 {
    background: #FFFFFF;
    height: 388px;
}


.guid-info2 .rating a {
    background: #EFF2F5;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    left: 0%;
    right: -75px;
    top: 60%;
    width: 131px;
    height: 27px;
    text-align: center;
    color: #000;
}

    .guid-info2 .rating a:hover {
        color: #20a5a1;
    }

.guid-info2 h3 {
    /* position: absolute; */
    right: 230px;
    top: 200px;
    font-size: 24px;
    line-height: 0px;
    color: #000000;
}

.personal .rate.divRate {
    position: absolute;
    right: 15%;
    top: 230px;
    color: #F0C52C;
    margin: 0px 6px;
}

.personal .rate-title {
    color: #858585;
    font-size: 10px;
}

.personal .rate-s {
    color: #858585;
}

.personal .tours-number {
    position: absolute;
    right: 250px;
    top: 260px;
}

    .personal .tours-number .text {
        /* position: absolute; */
        left: 50px;
        top: 271px;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        color: #7C7C7C;
    }

    .personal .tours-number .number {
        position: absolute;
        left: 50px;
        top: 21px;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }

    .personal .tours-number .icon {
        position: absolute;
        left: 100%;
        color: #20A5A1;
        font-size: 30px;
    }

.personal .places-number {
    position: absolute;
    right: 400px;
    top: 260px;
}

    .personal .places-number .text {
        color: #7C7C7C;
    }

    .personal .places-number .number {
        position: absolute;
        top: 20px;
        left: 60px;
        top: 10;
    }

    .personal .places-number .icon {
        position: absolute;
        left: 105%;
        top: 20%;
        font-size: 30px;
        color: #20A5A1;
    }

.personal .language-number {
    position: absolute;
    right: 601px;
    top: 260px;
}

    .personal .language-number .text {
        color: #7C7C7C;
    }

    .personal .language-number .number {
        position: absolute;
        top: 20px;
        left: 60px;
        top: 10;
    }

    .personal .language-number .icon {
        position: absolute;
        left: 105%;
        top: 20%;
        font-size: 30px;
        color: #20A5A1;
    }

.personal .p {
    position: relative;
    width: 1013px;
    height: 51px;
    right: -219px;
    top: 20px;
    margin-top: 50px;
}

.personal .btn-guid .btn-primary {
    width: 180;
    margin-top: 85px;
    background: #20A5A1;
    border-radius: 5px;
    border: 0;
}

.guid-section .title1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: right;
    color: #000000;
}



.sec2 .Reviews .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 20px;
}

    .sec2 .Reviews .card .card-body .pic-Reviews {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 100%;
    }

    .sec2 .Reviews .card .card-title {
        /* position: absolute; */
        /* right: 6%; */
        /* top: 10%; */
        font-size: 14px;
        line-height: 17px;
        color: #7C7C7C;
    }

    .sec2 .Reviews .card .card-subtitle {
        /* position: absolute; */
        /* left: 81.11%; */
        /* right: 6%; */
        /* top: 25.27%; */
        /* bottom: 52.99%; */
        /* font-size: 16px; */
        /* line-height: 19px; */
        /* color: #000000; */
        /* margin-right: 10px; */
    }

    .sec2 .Reviews .card .rate .info-details {
        margin-right: 60px;
        color: #F0C52C;
    }

    .sec2 .Reviews .card .rate-s {
        color: #D5D5D5;
    }

    .sec2 .Reviews .card .rate {
        margin-right: 60px;
        color: #F0C52C;
    }

    .sec2 .Reviews .card .rate-s {
        color: #D5D5D5;
    }
/* detailstours */



.info-details .rate {
    /* position: absolute; */
    /* left: 0%; */
    /* right: 59%; */
    /* top: 55%; */
    margin-right: 70px;
    /* bottom: 50%; */
    color: #F0C52C;
}

.info-details .rate-s {
    color: #858585;
}

.details-tour .Num {
    background: var(--color-1);
    border-radius: 100px;
    position: relative;
    width: 102px;
    height: 26px;
    right: 157px;
    top: -37px;
    color: var(--color-3);
    text-align: center;
}

.details-tour .city {
    color: #7C7C7C;
}

.details-tour .Describe {
    font-size: 18px;
    width: 1352px;
    color: #000000;
}

.header4 {
    height: 360px;
    background: #FFFFFF;
}

.info-details .pic-giud {
    border-radius: 100%;
    object-fit: cover;
    /* display: inline-block; */
    position: absolute;
    width: 61px;
    height: 61px;
    /* left: 638px; */
    /* top: 370px; */
}

.info-details .title-guid {
    /* display: inline-block; */
    /* position: absolute; */
    /* left: 556px; */
    /* top: 370px; */
    margin-right: 70px;
    font-size: 18px;
    line-height: 17px;
    color: #7C7C7C;
}


.info-details .name-guid {
    display: inline-block;
    margin-top: 5;
    font-size: 17px;
    /* line-height: 22px; */
    color: #000000;
}


.info-details .number {
    /* display: block; */
    display: block;
    margin: 0 15%;
    font-size: 18px;
    line-height: 22px;
    margin-left: px;
}

.info-details .start-date .text {
    /* float: right; */
    margin-top: 105px;
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
}

.info-details .icon-date {
    display: inline-block;
    margin-top: 20%;
    color: var(--color-3);
    /* margin-right: 30px; */
    font-size: 25px;
}

.info-details .dec1 .btn-guid {
    margin-top: 20px;
}

.info-details .dec1 .btn-primary {
    background-color: var(--color-3);
    border: 0;
    /* width: 644px; */
}

.btn-primary {
    background-color: var(--color-3);
    border: 0;
}

    .btn-primary:hover {
        /* background-color: #00C7C0; */
        /* border: 0; */
    }

.details-section .Describe {
    text-align: justify;
}

.card-Guid .pic-Guid {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    object-fit: cover;
}

.card-Guid .Languages span {
    background: var(--color-4);
    /* margin: 0px 10px; */
    color: var(--color-2);
    border-radius: 100px;
    font-weight: 500;
    padding: .35em .65em;
    width: 1000px;
    height: 100px;
}

.card-Guid .info-Giud {
    margin-right: 30px;
}

.tours-number .number {
    color: #000;
}

.tours-number .icon {
    color: var(--color-4);
    font-size: 30px;
}

.tours-number .text {
    position: absolute;
    font-size: 14px;
    top: 58px;
    color: #7C7C7C;
}

.card-Guid .btn-outline-secondary {
    border: 1px solid var(--color-3);
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 66%;
}


.card-Guid {
    width: 100%;
    height: auto;
    /* background: #FFFFFF; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}

.sec2 {
    margin-top: 30px;
}

    .sec2 .map {
        margin-top: 30px;
    }

.details-tour .rate {
    color: #F0C52C;
}

.details-tour .rate-s {
    color: #D5D5D5;
}

.sec1 .Reviews {
    margin-top: 15px;
}

    .sec1 .Reviews .rate {
        color: #F0C52C;
    }

    .sec1 .Reviews .rate-s {
        color: #858585;
    }

.pic-Places {
    position: absolute;
    width: 278px;
    height: 228px;
    right: 0px;
    top: 0%;
    bottom: 0%;
    border-radius: 0px 10px 10px 0px;
    object-fit: cover;
}

.card-place {
    width: 1042px;
    height: 231px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.info-place .span1 {
    font-size: 14px;
    color: #20A5A1;
    font-weight: 300;
    line-height: 17px;
}

.info-place .btn-outline-secondary {
    position: absolute;
    width: 290px;
    height: 40px;
    left: 18px;
    bottom: 18px;
    border-radius: 10px;
}

.info-place {
    width: 729px;
    height: 63px;
    font-size: 16px;
}

.footer-home .text-reset {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.footer-home {
    background: var(--color-8);
    padding-top: 17px;
    border-top: 1px solid;
}

    .footer-home .footer_copyright {
        background-color: var(--color-4);
        color: var(--color-2);
        padding: 15px;
    }

}


.guid-info {
    padding: 15px 0;
}

.Account-section .nav a {
    background: #FFFFFF;
    width: 250px;
    color: #20A5A1;
}

.Account-section .nav-link {
    border-bottom: 1px solid #b2b2b2;
    min-height: 60px;
    color: #20A5A1;
}

    .Account-section .nav-link:hover {
        background: #20A5A1;
        color: white;
    }

.Account-section .nav-pills .nav-link:active {
    background: #20A5A1;
    color: white;
}

span.badge.rounded-pill.bg-alt {
    background-color: var(--color-1);
    color: var(--color-3);
    font-weight: 300;
}

.btn-facebook {
    color: #fff !important;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-twitter {
    color: #fff !important;
    background-color: #38A1F3;
    border-color: #38A1F3;
}

.btn-instagram {
    color: #fff !important;
    background-color: #C13584;
    border-color: #C13584;
}

.btn-snapchat {
    color: #fff !important;
    background-color: #FBE200;
    border-color: #FBE200;
}

.bx-coin {
    /* color: #20A5A1; */
}


.owl-nav {
    display: none !important;
}

.evaluation {
    color: #FFD04F;
}

.details-tour-header {
    height: 230px;
}

.textcenter {
    text-align: center;
}

.place-timeline > img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.whatsapp-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 70px;
    height: 70px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    z-index: 999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

    .whatsapp-button:hover {
        transform: scale(1.1);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
        background-color: #1ebe5d;
    }

    .whatsapp-button i {
        color: white !important;
    }