.header {
    height: auto;
    width: 100%;
    margin: 0;
    transition: 0.5s ease-in-out;
    box-shadow: 2px 4px 8px rgb(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1000;
    background-color: #fff;
}

.header .topbar {
    width: 100%;
    padding: 10px 15px;
    height: auto;
    background-color: #b42737;
}

/*header*/
body.no-scroll {
    overflow: hidden;
}

.header .details {
    width: 100%;
    height: auto;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.header .details a {
    text-decoration: none;
    margin-left: 0;
    color: #fff;
    letter-spacing: 0.7px;
    font-size: 16px;
    margin-left: 30px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header .details a i {
    margin-right: 6px;
    font-size: 17px;
    color: #ffda0a;
}

/*slider*/
.header .topbar_slider {
    width: 100%;
    height: auto;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 20px;
    background-color: #ffff;
}

.header .topbar_slider .text_slide {
    font-size: 17px;
    margin-top: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #000;
    transition: 0.5s ease-in-out;
}

/*appointment*/
/*btn navbar*/
.header .appointment_btn {
    height: auto;
    background-color: #ffda0a;
    border-radius: 6px;
    box-shadow: 2px 9px 8px rgb(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

@keyframes redGlowPulse {

    0%,
    100% {
        background-color: #ffda0a;
        color: #000;
        box-shadow: 0 0 10px #b42737, 0 0 20px #b42737;
        transform: scale(1);
    }

    50% {
        background-color: #ffe100;
        color: #b42737;
        box-shadow: 0 0 12px #ff4d4d, 0 0 22px #ff4d4d;
        transform: scale(1.03);
    }
}


.header .appointment_btn .btn {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
    transition: 0.5s ease-in-out;
    animation: redGlowPulse 3s infinite ease-in-out;
}


.header .appointment_btn .btn:hover {
    transition: 0.5s ease-in-out;
    background-color: #fff;
    color: #b42737;
    transform: scale(1.05);
}



/*header img*/
.header .topbar_img {
    padding: 0;
    margin: 0;
    gap: 0;
    transition: 0.5s ease-in-out;
    height: auto;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

.header .topbar_img img {
    height: 100%;
    width: 100%;
    padding: 10px;
    object-fit: contain;
    object-position: center;
    transition: 0.5s ease-in-out all;
}


@media (max-width:1200px) {

    .header .details a {
        font-size: 15px;
        margin-left: 10px;
    }

    .header .details a i {
        font-size: 15px;
    }

    /*slider*/
    .header .topbar_slider {
        padding: 3px;
    }

    .header .topbar_slider .text_slide {
        font-size: 16px;
        margin-top: 7px;
    }

    .header .appointment .appointment_btn .btn {
        font-size: 14px;
        letter-spacing: 0.8px;
        padding: 6px 15px;

    }

    header .topbar_img {
        height: auto;
        width: 100%;
    }

    header .topbar_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 8px;
    }
}



@media (max-width:993px) {

    .header .details a i {
        font-size: 15px;
    }

    /*slider*/
    .header .topbar_slider {
        padding: 0px;
    }

    .header .topbar_slider .text_slide {
        font-size: 15px;
        margin-top: 6px;
    }

    /*social_media*/
    .header .appointment {
        padding: 0;
        margin: 0;
        display: block;
    }

    .header .appointment .appointment_btn {
        display: none;
    }

    header .details .info {
        justify-content: space-evenly;
        display: flex;
        width: 100%;
        transition: 0.5s ease-in-out;
    }
}

@media (max-width:769px) {
    .header .details a {
        font-size: 15px;
        letter-spacing: 0.5px;
        margin: 0;
    }

    .header .details a i {
        font-size: 14px;
    }

    .header .details {
        padding-bottom: 7px;
    }


    /*slider*/
    .header .topbar_slider .text_slide {
        font-size: 16px;
        margin-top: 6px;
    }
}

@media (max-width:576px) {
    .header .details a {
        font-size: 13px;
    }

    .header .details a i {
        font-size: 13px;
    }

    .header .details {
        padding-bottom: 6px;
    }

    /*slider*/
    .header .topbar_slider .text_slide {
        font-size: 15px;
        margin-top: 5px;
        padding: 0;
    }
}

@media (max-width:420px) {
    .header .details {
        padding-bottom: 5px;
    }

    /*slider*/
    .header .topbar_slider .text_slide {
        font-size: 14px;
        margin-top: 4px;
    }
}


/*hero*/
.hero {
    height: auto;
    width: 100%;
    margin: 0;
    overflow: hidden;
}


.hero .swiper {
    height: 100%;
    width: 100%;
}

.hero .swiper .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.hero .swiper .swiper-slide {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero .swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/* Swiper Buttons - Stylish and Responsive */
.hero .swiper-button-next,
.hero .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    /* semi-transparent background */
    padding: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .swiper-button-next:hover,
.hero .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

/* Optional: Add custom icon size */
.hero .swiper-button-next::after,
.hero .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Mobile Responsive Fix */
@media (max-width: 767px) {

    .hero .swiper-button-next,
    .hero .swiper-button-prev {
        width: 35px;
        height: 35px;
        padding: 8px;
        background: rgba(0, 0, 0, 0.3);
    }

    .hero .swiper-button-next::after,
    .hero .swiper-button-prev::after {
        font-size: 16px;
    }
}

/*******************************/
.astrology_text_slider {
    background-color: #444;
    padding: 10px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.astrology_text_slider .content_slider {
    width: 100%;
    height: auto;
    margin-top: 5px;
    color: #fff;
    letter-spacing: 1.5px;
    transition: 0.5s ease-in-out;
    font-size: 28px;
    font-weight: 600;
}

@media (max-width:1300px) {
    .astrology_text_slider {
        padding: 8px 0;
    }

    .astrology_text_slider .content_slider {
        margin-top: 4px;
        letter-spacing: 1.5px;
        font-size: 25px;
    }
}


@media (max-width:1200px) {
    .astrology_text_slider {
        padding: 6px 0;
    }

    .astrology_text_slider .content_slider {
        margin-top: 3px;
        letter-spacing: 1px;
        font-size: 22px;

    }
}


@media (max-width:990px) {
    .astrology_text_slider {
        padding: 3px 0;
    }

    .astrology_text_slider .content_slider {
        margin-top: 4px;
        letter-spacing: 1px;
        font-size: 20px;
    }
}

@media (max-width:769px) {
    .astrology_text_slider {
        padding: 3px 0;
    }

    .astrology_text_slider .content_slider {
        margin-top: 5px;
        letter-spacing: 1px;
        font-size: 18px;
    }
}

@media (max-width:560px) {
    .astrology_text_slider {
        padding: 2px 0;
    }

    .astrology_text_slider .content_slider {
        margin-top: 5px;
        letter-spacing: 1px;
        font-size: 19px;
    }
}

/***********************************/
.key_benefits {
    height: auto;
    width: 100%;
    padding: 0 80px 50px 80px;
    background: url('../media/main-bg/about-bg.jpg') center/cover fixed no-repeat;
    position: relative;
    overflow: hidden;
}

.key_benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.key_benefits .container {
    position: relative;
    z-index: 1;
}


.key_benefits_box {
    width: 100%;
    position: relative;
    background: url('../media/main-bg/key-feature-2.png') center/contain no-repeat;
    border-radius: 0 0 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px 20px;
    background-color: #ffffff;
    transition: transform 0.1s ease-in-out, box-shadow 0.10s ease-in-out, background 0.1s;
    cursor: pointer;
    z-index: 1;
}

.key_benefits_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 0;
    backdrop-filter: blur(0.5px);
}

.key_benefits_box:hover {
    transform: scale(1.05);
    transition: 0.1s ease-in-out;
    background: url('../media/main-bg/hover-img.jpg') center/cover no-repeat;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.key_benefits_box:hover::before {
    transition: 0.1s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1px);
}

/*active*/
.active_benefits_box {
    width: 100%;
    position: relative;
    background: url('../media/main-bg/hover-img.jpg') center/cover no-repeat;
    border-radius: 0 0 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px 20px;
    background-color: #ffffff;
    transition: transform 0.1s ease-in-out, box-shadow 0.10s ease-in-out, background 0.1s;
    cursor: pointer;
    z-index: 1;
}

.active_benefits_box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    backdrop-filter: blur(0.5px);
}

.active_benefits_box .content h4 {
    font-size: 22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
}

.active_benefits_box .content p {
    font-size: 15px;
    position: relative;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.key_benefits_img {
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
    z-index: 1;
    transition: transform 0.4s ease-in-out;
}

.key_benefits_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.key_benefits_box:hover .key_benefits_img {
    transform: scale(1.15) rotate(5deg);
}

.key_benefits_box .content {
    z-index: 1;
    width: 100%;
    position: relative;
    color: #ffffff;
}

.key_benefits_box .content h4 {
    font-size: 22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    color: #b42737;
    letter-spacing: 0.5px;
    transition: 0.1s ease-in-out;
}

.key_benefits_box .content p {
    font-size: 15px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: 0.1s ease-in-out;
}

.key_benefits_box:hover h4 {
    color: #fff;
    transition: 0.1s ease-in-out;
}

.key_benefits_box:hover p {
    color: #fff;
    transition: 0.1s ease-in-out;
}


@media (max-width:1350px) {

    .key_benefits .content h4,
    .active_benefits_box .content h4 {
        font-size: 20px;
    }

    .key_benefits .content p,
    .active_benefits_box .content p {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .key_benefits {
        padding: 0px 70px 50px 70px;
    }

    .key_benefits .content h4,
    .active_benefits_box .content h4 {
        font-size: 17px;
    }

    .key_benefits .content p,
    .active_benefits_box .content p {
        font-size: 13px;
    }

    .key_benefits_box,
    .active_benefits_box {
        padding: 25px 15px;
    }
}

@media (max-width:990px) {
    .key_benefits {
        padding: 60px 60px 50px 60px;
    }

    .key_benefits_box .content h4,
    .active_benefits_box .content h4 {
        font-size: 22px;
        letter-spacing: 0.5px;
    }

    .key_benefits_box .content p,
    .active_benefits_box .content p {
        font-size: 14px;
    }

    .key_benefits_box,
    .active_benefits_box {
        padding: 30px;
        border-radius: 50px;
    }
}

@media (max-width:769px) {
    .key_benefits {
        padding: 50px 40px;
    }

    .key_benefits_box .content h4,
    .active_benefits_box .content h4 {
        font-size: 19px;
    }

    .key_benefits_box .content p,
    .active_benefits_box .content p {
        font-size: 13px;
    }

    .key_benefits_box,
    .active_benefits_box {
        padding: 20px;
    }
}

@media (max-width:577px) {
    .key_benefits {
        padding: 40px 30px;
    }

    .key_benefits_box .content h4,
    .active_benefits_box .content h4 {
        font-size: 20px;
    }

    .key_benefits_box .content p,
    .active_benefits_box .content p {
        font-size: 16px;
    }

    .key_benefits_box,
    .active_benefits_box {
        padding: 25px;
    }
}

@media (max-width:480px) {
    .key_benefits {
        padding: 40px 15px;
    }

    .key_benefits_box .content p,
    .active_benefits_box .content p {
        font-size: 15px;
    }
}

/*end*/



/*about*/
.about {
    width: 100%;
    height: auto;
    padding: 50px 80px 80px 80px;
    z-index: 1;
    background-image: url('../media/main-bg/about-bg.jpg');
    background-color: rgb(255, 255, 255);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

/* White transparent overlay */
.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.about .container {
    position: relative;
}

.about .about_img {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.about .about_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    transition: 0.5s ease-in-out;
}

.about .about_img:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.about .light-wave {
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: left 1s ease-in-out;
    pointer-events: none;
}

.about .about_img:hover .light-wave {
    left: 150%;
}


.about .about_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.about .about_content span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #333;
    background-color: rgb(180, 39, 55, 0.2);
    letter-spacing: 1px;
}

.about .about_content span i {
    color: #b42737;
}

.about .about_content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.about .about_content h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 20%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.about .about_content p {
    font-size: 17px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px 0 30px 0;
}

.about .info_boxes {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.about .info_box {
    padding: 10px;
    overflow: hidden;
}


.about .info_box i {
    font-size: 16px;
    margin-left: 5px;
    transition: 0.5s ease-in-out;
}

.about .info_box:hover i {
    transition: 0.5s ease-in-out;
    transform: translateX(7px);
}

.about .info_box:hover h4 {
    color: #b42737;
    transition: 0.5s ease-in-out;
}


.about .info_box h4 {
    font-size: 21px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    text-transform: capitalize;
    color: navy;
}

.about .info_box p {
    font-size: 16px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
}

.about .about_btn {
    padding: 10px 0;
}

.about .btn {
    font-size: 18px;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background-color: #b42737;
    color: white;
    padding: 8px 14px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 25px;
    transition: 0.5s ease-in-out;
}

.about .btn:hover {
    box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
    background-color: #fc3b51;
    color: #fff;
    transition: 0.5s ease-in-out;
}


@media (max-width:1200px) {
    .about {
        padding: 50px 70px 70px 70px;
    }

    .about .about_content h2 {
        font-size: 30px;
        letter-spacing: 0.1px;
    }

    .about .about_content p {
        font-size: 16px;
        margin: 20px 0 30px 0;
    }

    .about .info_boxes {
        gap: 25px;
    }

    .about .info_box {
        padding: 8px;
    }

    .about .info_box h4 {
        font-size: 17px;
    }

    .about .info_box p {
        font-size: 14px;
        margin-top: 7px;
    }

    .about .btn {
        font-size: 15px;
        letter-spacing: 0.8px;
        padding: 8px 18px;
    }
}

@media (max-width:1080px) {
    .about {
        padding: 50px 60px 60px 60px;
    }

    .about .about_content h2 {
        font-size: 28px;
    }

    .about .about_content p {
        font-size: 15px;
        margin: 20px 0 25px 0;
    }

    .about .info_boxes {
        gap: 20px;
    }

    .about .info_box {
        padding: 0px;
    }

    .about .info_box h4 {
        font-size: 18px;
    }

    .about .info_box p {
        font-size: 14px;
        margin-top: 0px;
    }

    .about .btn {
        font-size: 14px;
        letter-spacing: 0.8px;
        padding: 6px 16px;
    }
}

@media (max-width:990px) {

    .about .about_content h2 {
        font-size: 25px;
    }

    .about .about_content p {
        font-size: 14px;
    }

    .about .info_boxes {
        gap: 10px;
    }

    .about .info_box h4 {
        font-size: 15px;
    }

    .about .info_box p {
        font-size: 13px;
    }

    .about .btn {
        font-size: 14px;
        letter-spacing: 0.8px;
        padding: 6px 15px;
    }
}

@media (max-width:769px) {
    .about {
        padding: 50px 40px;
    }

    .about .about_img {
        width: 100%;
        height: auto;
    }

    .about .about_content {
        padding-top: 30px;
    }

    .about .about_content p {
        font-size: 15px;
    }

    .about .info_boxes {
        gap: 20px;
        padding: 0 10px;
    }

    .about .info_box h4 {
        font-size: 17px;
    }

    .about .info_box p {
        font-size: 14px;
    }

}

@media (max-width:576px) {
    .about {
        padding: 40px 30px;
    }

    .about p {
        text-align: justify;
    }

    .about .info_boxes {
        gap: 15px;
        padding: 0 0px;
    }

    .about .info_box h4 {
        font-size: 16px;
    }

    .about .info_box p {
        font-size: 13px;
        text-align: justify;
    }

    .about .btn {
        font-size: 14px;
        letter-spacing: 0.8px;
        padding: 5px 13px;
    }
}

@media (max-width:450px) {

    .about {
        padding: 40px 15px;
    }

    .about .about_content h2 {
        margin-top: 10px;
    }

    .about .info_boxes {
        gap: 20px;
        padding: 0 0px;
    }

    .about .info_box h4 {
        font-size: 17px;
    }

    .about .info_box p {
        font-size: 13px;
    }

    .about .btn {
        font-size: 16px;
        letter-spacing: 0.8px;
        padding: 7px 14px;
    }

    .about .about_content h2:before {
        width: 30%;
    }

    .about span {
        padding: 6px 9px;
        letter-spacing: 0.5px;
    }
}



/*mobile banner*/

.mobile_banner {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    display: none;
}


.mobile_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 550px) {
    .mobile_banner {
        display: block;
        height: auto;
    }
}


/*laptop banner*/
.astro_banner {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.banner_image {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}

/* Optional: Make sure image scales properly on small screens */
@media (max-width: 768px) {
    .banner_image {
        object-fit: cover;
    }
}

@media (max-width: 550px) {
    .astro_banner {
        display: block;
        display: none;
    }
}

/*******************/
.we_serve {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/main-bg/white-bg.jpg');
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}




.we_serve span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #333;
    background-color: rgb(180, 39, 55, 0.2);
    display: block;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 1px;
}

.we_serve span i {
    color: #b42737;
}

.we_serve h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #222;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.we_serve h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.we_serve .serve_box {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out all;
    height: 100%;
    border-radius: 12px;
    position: relative;
}

.we_serve .serve_box::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 150%;
    display: block;
    background-color: #b42737;
    bottom: 0;
    margin: auto;
    transition: 0.5s ease-in-out;
    transform-origin: right;
    transform: scale(0);
}

.we_serve .serve_box:hover::before {
    transform: scalex(1);
}


.we_serve .serve_box .serve_img {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.we_serve .serve_box .serve_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(80%);
    transition: 0.5s ease-in-out;
}

.we_serve .serve_box:hover .serve_img img {
    filter: brightness(100%);
    transform: scale(1.09) skewX(-5deg);
    transition: 0.5s ease-in-out;
}

.we_serve .serve_box .serve_content {
    padding: 20px 45px;
}

.we_serve .serve_box .serve_content h4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    font-size: 21px;
    letter-spacing: 0.5px;
}

.we_serve .serve_box .serve_content p {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
}

.we_serve .serve_box .btn {
    font-size: 15px;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #b42737;
    color: #fff;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 6px 10px;
    box-shadow: 2px 5px 9px rgb(0, 0, 0, 0.2);
}

.we_serve .serve_box .btn:hover {
    background: #e73d50;
    transition: 0.5s ease-in-out;
    transform: scale(1.05);
    box-shadow: 2px 5px 9px rgb(0, 0, 0, 0.4);
}


/*@media*/
@media(max-width:1300px) {
    .we_serve .serve_box .serve_content {
        padding: 20px 30px;
    }

    .we_serve .serve_box .serve_content h4 {
        font-size: 19px;
    }

    .we_serve .serve_box .serve_content p {
        font-size: 15px;
    }

    .we_serve .serve_box .btn {
        font-size: 14px;
        padding: 5px 8px;
    }
}


@media(max-width:1200px) {
    .we_serve {
        padding: 70px;
    }

    .we_serve h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .we_serve .serve_box .serve_content {
        padding: 40px;
    }

    .we_serve .serve_box .serve_content h4 {
        font-size: 23px;
        letter-spacing: 0.5px;
    }

    .we_serve .serve_box .serve_content p {
        font-size: 16px;
    }

    .we_serve .serve_box .btn {
        font-size: 16px;
        padding: 8px 10px;
    }
}

@media(max-width:990px) {
    .we_serve {
        padding: 60px;
    }

    .we_serve h2 {
        font-size: 28px;
        letter-spacing: 0.7px;
    }

    .we_serve .serve_box .serve_content {
        padding: 25px;
    }

    .we_serve .serve_box .serve_content h4 {
        font-size: 21px;
        letter-spacing: 0.2px;
    }

    .we_serve .serve_box .serve_content p {
        font-size: 15px;
    }

    .we_serve .serve_box .btn {
        font-size: 15px;
        padding: 6px 9px;
    }
}

@media(max-width:769px) {
    .we_serve {
        padding: 50px 40px;
    }

    .we_serve h2 {
        font-size: 27px;
        letter-spacing: 0.5px;
    }

    .we_serve .serve_box .serve_content {
        padding: 40px;
    }

    .we_serve .serve_box .serve_content h4 {
        font-size: 23px;
        letter-spacing: 0.2px;
    }

    .we_serve .serve_box .serve_content p {
        font-size: 16px;
    }

    .we_serve .serve_box .btn {
        font-size: 15px;
        padding: 6px 9px;
    }
}


@media(max-width:576px) {
    .we_serve {
        padding: 40px 30px;
    }

    .we_serve h2 {
        font-size: 25px;
        letter-spacing: 0.5px;
    }

    .we_serve .serve_box .serve_content {
        padding: 30px;
    }

    .we_serve .serve_box .serve_content h4 {
        font-size: 22px;
        letter-spacing: 0.2px;
    }
}

@media(max-width:460px) {
    .we_serve {
        padding: 40px 15px;
    }

    .we_serve .serve_box .serve_content h4 {
        font-size: 20px;
        letter-spacing: 0.2px;
    }

    .we_serve .serve_box .serve_content p {
        font-size: 15px;
    }

    .we_serve span {
        padding: 6px 9px;
        letter-spacing: 0.5px;
    }

    .we_serve h2:before {
        width: 30%;
    }
}


/*why choose us*/
.choose_us {
    width: 100%;
    height: auto;
   
    z-index: 1;
    background-image: url('../media/main-bg/serve-bg.jpg');
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}


.choose_us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}

.choose_us .container {
    position: relative;
}

.choose_us span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #333;
    background-color: rgb(180, 39, 55, 0.2);
    letter-spacing: 1px;
}

.choose_us span i {
    color: #b42737;
}

.choose_us h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #222;
    text-align: start;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.choose_us h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.choose_us .choose_us_box {
    height: auto;
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    position: relative;
}

.choose_us .choose_us_box .icon {
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 25px;
}

.choose_us .choose_us_box .icon i {
    font-size: 56px;
    color: #444;
    position: relative;
    transition: ease-in-out 0.5s;
    z-index: 2;
}

.choose_us .choose_us_box .icon:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.5s ease-in-out;
}

.choose_us .choose_us_box:hover .icon::before {
    background-color: #b42737;
}

.choose_us .choose_us_box h3 {
    color: #222;
    font-size: 22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    padding: 8px;
    position: relative;
    display: inline-block;
    margin-bottom: 0px 15px;
    border-bottom: 4px solid color-mix(in srgb, #b42737 10%, transparent 90%);
}

.choose_us .choose_us_box p {
    color: #444;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px 0;
    margin-bottom: 10px;
}

/*btn*/
.choose_us .choose_us_box a {
    text-decoration: none;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #b42737;
    color: #fff;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    box-shadow: 2px 5px 9px rgb(0, 0, 0, 0.2);
}

.choose_us .choose_us_box:hover h3 {
    border-color: #b42737;
    color: #52565e;
}

.choose_us .choose_us_box:hover a {
    transition: 0.5s ease-in-out;
    background-color: #b42737;
}


@media(max-width:1300px) {
    .choose_us .choose_us_box {
        padding: 35px 30px;
    }

    .choose_us .choose_us_box h3 {
        font-size: 20px;
        padding: 10px 0;
    }

    .choose_us .choose_us_box p {
        font-size: 15px;
    }

    .choose_us .choose_us_box a {
        font-size: 14px;
        letter-spacing: 0.7px;
        padding: 6px 10px;
    }
}

@media(max-width:1200px) {

    .choose_us {
        padding: 50px 70px 70px 70px;
    }

    .choose_us h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .choose_us .choose_us_box {
        padding: 30px;
    }

    .choose_us .choose_us_box h3 {
        font-size: 18px;
        padding: 10px 0;
    }

    .choose_us .choose_us_box p {
        font-size: 14px;
    }

    .choose_us .choose_us_box a {
        font-size: 13px;
        letter-spacing: 0.7px;
        padding: 7px 12px;
    }
}

@media(max-width:990px) {

    .choose_us {
        padding: 60px;
    }

    .choose_us h2 {
        font-size: 28px;
        letter-spacing: 0.7px;
    }

    .choose_us .choose_us_box {
        padding: 25px;
    }

    .choose_us .choose_us_box h3 {
        font-size: 17px;
        padding: 10px 0;
    }

    .choose_us .choose_us_box p {
        font-size: 14px;
    }

    .choose_us .choose_us_box a {
        font-size: 13px;
        letter-spacing: 0.7px;
        padding: 7px 12px;
    }
}

@media(max-width:769px) {

    .choose_us {
        padding: 50px 40px;
    }

    .choose_us h2 {
        font-size: 25px;
        letter-spacing: 0.5px;
    }

    .choose_us .choose_us_box {
        padding: 30px;
    }

    .choose_us .choose_us_box h3 {
        font-size: 20px;
        padding: 10px 0;
    }

    .choose_us .choose_us_box p {
        font-size: 15px;
    }

    .choose_us .choose_us_box a {
        font-size: 13px;
        letter-spacing: 0.7px;
        padding: 7px 12px;
    }
}



@media(max-width:576px) {

    .choose_us {
        padding: 40px 30px;
    }

    .choose_us .choose_us_box h3 {
        font-size: 20px;
        padding: 10px 0;
    }

    .choose_us .choose_us_box p {
        text-align: justify;
    }

}

@media(max-width:460px) {

    .choose_us {
        padding: 40px 15px;
    }

    .choose_us .choose_us_box h3 {
        font-size: 20px;
        padding: 10px 0;
    }

    .choose_us .choose_us_box p {
        text-align: justify;
    }

    .choose_us h2:before {
        width: 30%;
    }

    .choose_us span {
        padding: 6px 9px;
        letter-spacing: 0.5px;
    }
}

/*best_solution*/
.best_solution {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/main-bg/serve-bg.jpg');
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.best_solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}

.best_solution .container {
    position: relative;
}

.best_solution span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #333;
    background-color: rgb(180, 39, 55, 0.2);
    display: block;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 1px;
}

.best_solution span i {
    color: #b42737;
}

.best_solution h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}

.best_solution h3:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
}

.best_solution .solution_box {
    width: 100%;
    height: auto;
    margin: 0;
    border: 5px double #b42737;
    border-radius: 200px 200px 0 0;
    box-shadow: 2px 5px 8px rgb(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.best_solution .solution_box .solution_img {
    border-radius: 200px 200px 0 0;
    box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.best_solution .solution_box .solution_img img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: cover;
    border-radius: 200px 200px 0 0;
    object-position: center;
    filter: brightness(70%);
    transition: 0.5s ease-in-out;
}

.best_solution .solution_box:hover .solution_img img {
    filter: brightness(100%);
    transform: scale(1.06) rotatey(360deg);
    transition: 0.5s ease-in-out;
}

.best_solution .solution_box .solution_content {
    width: 100%;
    height: auto;
    background-color: #b42737;
    padding: 10px 20px;
}

.best_solution .solution_box .solution_content h4 {
    font-size: 22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    margin: 15px 0 10px 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #fff;
}

.best_solution .solution_box .solution_content p {
    font-size: 16px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.best_solution .solution_box .solution_content .btn {
    color: #b42737;
    background-color: #fff;
    margin: 5px 0 15px 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 1px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 6px 15px;
    transition: 0.5s ease-in-out;
}

.best_solution .solution_box .solution_content .btn:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 2px 4px 5px rgb(0, 0, 0, 0.1);
    transform: scale(1.04);
}

/*media*/
@media(max-width:1300px) {
    .best_solution .solution_box .solution_content h4 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .best_solution .solution_box .solution_content p {
        font-size: 15px;
    }

    .best_solution .solution_box .solution_content .btn {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 5px 11px;
    }
}


/*media*/
@media(max-width:1200px) {
    .best_solution {
        padding: 70px;
    }

    .best_solution h3 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .best_solution .solution_box .solution_content {
        padding: 10px 15px;
    }

    .best_solution .solution_box .solution_content h4 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .best_solution .solution_box .solution_content p {
        font-size: 14px;
    }

    .best_solution .solution_box .solution_content .btn {
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 4px 10px;
        margin: 5px 0 10px 0;
    }
}


@media(max-width:990px) {
    .best_solution {
        padding: 60px;
    }

    .best_solution h3 {
        font-size: 28px;
        letter-spacing: 0.7px;
    }

    .best_solution .solution_box .solution_content {
        padding: 10px 15px;
    }

    .best_solution .solution_box .solution_content h4 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .best_solution .solution_box .solution_content p {
        font-size: 14px;
    }
}

@media(max-width:769px) {
    .best_solution {
        padding: 50px 40px;
    }

    .best_solution h3 {
        font-size: 25px;
        letter-spacing: 0.5px;
    }

    .best_solution .solution_box {
        border-radius: 260px 260px 0 0;
    }

    .best_solution .solution_box .solution_img {
        border-radius: 260px 260px 0 0;
    }

    .best_solution .solution_box .solution_img img {
        border-radius: 260px 260px 0 0;
    }

    .best_solution .solution_box .solution_content {
        padding: 15px 20px;
    }

    .best_solution .solution_box .solution_content h4 {
        font-size: 22px;
        letter-spacing: 0.5px;
    }

    .best_solution .solution_box .solution_content p {
        font-size: 15px;
    }
}

@media(max-width:576px) {
    .best_solution {
        padding: 40px 30px;
    }

    .best_solution .solution_box {
        border-radius: 250px 250px 0 0;
    }

    .best_solution .solution_box .solution_img {
        border-radius: 250px 250px 0 0;
    }

    .best_solution .solution_box .solution_img img {
        border-radius: 250px 250px 0 0;
    }

    .best_solution .solution_box .solution_content h4 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .best_solution .solution_box .solution_content p {
        font-size: 15px;
        text-align: justify;
    }
}

@media(max-width:460px) {
    .best_solution {
        padding: 40px 15px;
    }

    .best_solution h3:before {
        width: 30%;
    }

    .best_solution span {
        padding: 6px 9px;
        letter-spacing: 0.5px;
    }
}


/*gallery*/
.gallery {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/main-bg/dark-bg.jpg');
    background-color: rgb(0, 0, 0, 0.5);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

/* White transparent overlay */
.gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}

.gallery .container {
    position: relative;
}



.gallery span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #fff;
    background-color: rgb(180, 39, 55, 0.2);
    display: block;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 1px;
}

.gallery span i {
    color: #fff;
}

.gallery h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}

.gallery h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
}

.gallery p:first-child {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.9px;
    line-height: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
}

.gallery h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery .gallery_img {
    width: 100%;
    height: auto;
    padding: 0;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
}

.gallery .gallery_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    object-position: center;
}


.gallery_img:hover img {
    transform: scale(1.05);
}


@media(max-width:1200px) {
    .gallery {
        padding: 70px;
    }

    .gallery h2 {
        font-size: 30px;
    }
}

@media(max-width:995px) {
    .gallery {
        padding: 60px;
    }

    .gallery h2 {
        font-size: 28px;
    }
}

@media(max-width:769px) {
    .gallery {
        padding: 50px 40px;
    }

    .gallery h2 {
        font-size: 27px;
    }
}

@media(max-width:550px) {
    .gallery {
        padding: 40px 20px;
    }

    .gallery h2 {
        font-size: 26px;
    }
}

@media(max-width:450px) {
    .gallery {
        padding: 40px 15px;
    }

    .gallery h2 {
        font-size: 25px;
    }

    .gallery h2::before {
        width: 25%;
    }

    .gallery p:first-child {
        font-size: 12px;
    }
}






/*payment option*/
.payment_option {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/main-bg/white-bg.jpg');
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}



.payment_option span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #333;
    background-color: rgb(180, 39, 55, 0.2);
    letter-spacing: 1px;
}

.payment_option span i {
    color: #b42737;
}

.payment_option h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.payment_option h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

/*payment img*/
.payment_option .payment_img {
    padding: 20px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment_option .payment_img img {
    height: 100%;
    width: 100%;
    padding: 10px;
    object-fit: cover;
    object-position: center;
}



/*box*/
.payment_option .payment_box {
    height: auto;
    width: 100%;
    padding: 25px;
    background-color: #ffda0a;
    box-shadow: 2px 5px 8px rgb(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.payment_option .payment_box_img {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.payment_option .payment_box_img img {
    object-fit: cover;
    object-position: center;
    height: 55px;
    transition: 0.5s ease-in-out;
    width: 55px;
}

.payment_option .payment_box:hover img {
    transform: rotateY(360deg);
    transition: 0.5s ease-in-out;
}


.payment_option .payment_box h4 {
    color: #222;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.payment_option .payment_box p {
    color: #444;
    font-size: 15px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media(max-width:1300px) {

    .payment_option .payment_box {
        padding: 15px 10px;
    }

    .payment_option .payment_box h4 {
        font-size: 15px;
    }

    .payment_option .payment_box p {
        font-size: 13px;
    }
}

@media(max-width:1200px) {
    .payment_option {
        padding: 70px;
    }

    .payment_option h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .payment_option .payment_box .payment_box_img {
        margin-bottom: 10px;
    }

    .payment_option .payment_box h4 {
        font-size: 14px;
    }

    .payment_option .payment_box p {
        font-size: 13px;
    }
}

@media(max-width:990px) {
    .payment_option {
        padding: 60px;
    }

    .payment_option h2 {
        font-size: 28px;
        letter-spacing: 0.7px;
    }

    .payment_option .payment_box {
        padding: 25px;
    }

    .payment_option .payment_box h4 {
        font-size: 18px;
    }

    .payment_option .payment_box p {
        font-size: 14px;
    }
}

@media(max-width:769px) {
    .payment_option {
        padding: 50px 40px;
    }

    .payment_option h2 {
        font-size: 26px;
        letter-spacing: 0.5px;
    }

    .payment_option .payment_box .payment_box_img img {
        height: 60px;
        width: 60px;
    }

    .payment_option .payment_box {
        padding: 30px;
    }

    .payment_option .payment_box h4 {
        font-size: 22px;
    }

    .payment_option .payment_box p {
        font-size: 15px;
    }

    .payment_option .payment_img {
        padding: 10px;
        width: 100%;
        height: auto;

    }

    .payment_option .payment_img img {
        height: 100%;
        width: 100%;
        padding: 20px;
    }
}

@media(max-width:576px) {
    .payment_option {
        padding: 40px 30px;
    }

    .payment_option h2 {
        font-size: 25px;
        letter-spacing: 0.5px;
    }

    .payment_option .payment_box h4 {
        font-size: 20px;
    }

    .payment_option .payment_img {
        padding: 15px;
        width: 100%;
        height: auto;

    }

    .payment_option .payment_img img {
        height: 100%;
        width: 100%;
        padding: 25px;
    }
}

@media(max-width:460px) {
    .payment_option {
        padding: 40px 15px;
    }

    .payment_option span {
        padding: 6px 9px;
        letter-spacing: 0.5px;
    }

    .payment_option h2:before {
        width: 30%;
    }
}

/*call to action*/
.call_to_action {
    width: 100%;
    height: auto;
    padding: 100px;
    z-index: 1;
    background-image: url('../media/main-bg/action-bg.jpg');
    background-color: #fff;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.call_to_action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}



.call_to_action .call_action_box {
    position: relative;
    z-index: 99;
}

.call_to_action .call_action_box h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    z-index: 999;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.call_to_action .call_action_box p {
    text-align: center;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
}

.call_to_action .call_action_box .btn_box {
    margin-top: 30px;
    text-align: center;
}

.call_to_action .call_action_box .btn_box .btn {
    background-color: #fff;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.call_to_action .img_1 {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    top: 80px;
    left: 190px;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.call_to_action .img_2 {
    position: absolute;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    z-index: 0;
    bottom: 90px;
    object-fit: cover;
    object-position: center;
    right: 70px;
}

.call_to_action .img_3 {
    position: absolute;
    z-index: 0;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    bottom: 40px;
    right: 500px;
    object-fit: cover;
    object-position: center;
}

/* Dribbble style smooth floating wave animation */
.smooth-float {
    animation: floatWave 8s ease-in-out infinite;
    transform-origin: center;
}


@keyframes floatWave {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-20px) rotate(1.5deg);
    }

    50% {
        transform: translateY(-40px) rotate(0deg);
    }

    75% {
        transform: translateY(-20px) rotate(-1.5deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media(max-width:1300px) {

    .call_to_action .img_1 {
        height: 120px;
        width: 120px;
        top: 80px;
        left: 110px;
    }

    .call_to_action .img_2 {
        height: 90px;
        width: 90px;
        bottom: 90px;
        right: 130px;
    }

    .call_to_action .img_3 {
        height: 70px;
        width: 70px;
        bottom: 40px;
        right: 400px;
    }
}

@media(max-width:1200px) {

    .call_to_action .img_1 {
        height: 120px;
        width: 120px;
        top: 190px;
        left: 90px;
    }

    .call_to_action .img_2 {
        height: 90px;
        width: 90px;
        bottom: 120px;
        right: 100px;
    }

    .call_to_action .img_3 {
        height: 70px;
        width: 70px;
        bottom: 60px;
        right: 300px;
    }
}



@media(max-width:1000px) {
    .call_to_action {
        padding: 80px 0;
    }

    .call_to_action .call_action_box h3 {
        font-size: 28px;
    }

    .call_to_action .call_action_box p {
        font-size: 15px;
    }

    .call_to_action .img_2 {
        height: 90px;
        width: 90px;
        bottom: 180px;
        right: 100px;
    }

    .call_to_action .img_3 {
        height: 70px;
        width: 70px;
        bottom: 50px;
        right: 80px;
    }
}

@media(max-width:800px) {
    .call_to_action {
        padding: 90px 0;
    }

    .call_to_action .img_1 {
        height: 120px;
        width: 120px;
        top: 210px;
        left: 50px;
    }


    .call_to_action .img_2 {
        height: 90px;
        width: 90px;
        bottom: 190px;
        right: 40px;
    }

    .call_to_action .img_3 {
        height: 70px;
        width: 70px;
        bottom: 50px;
        right: 140px;
    }
}

@media(max-width:800px) {
    .call_to_action {
        padding: 90px 0;
    }

    .call_to_action .img_1 {
        display: block;
        display: none;
    }

    .call_to_action .img_2 {
        display: block;
        display: none;
    }

    .call_to_action .img_3 {
        display: block;
        display: none;
    }
}


@media(max-width:769px) {
    .call_to_action {
        padding: 70px 40px;
    }

    .call_to_action .call_action_box h3 {
        font-size: 25px;
    }

}

@media(max-width:576px) {
    .call_to_action {
        padding: 60px 30px;
    }
}

@media(max-width:460px) {
    .call_to_action {
        padding: 60px 20px;
    }
}



/*testimonial_reviews*/
.testimonial_reviews {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/main-bg/space-bg.jpg');
    background-color: #fff;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.testimonial_reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}

.testimonial_reviews .container {
    position: relative;
}

.testimonial_reviews span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #fff;
    background-color: rgb(180, 39, 55, 0.2);
    display: block;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 1px;
}

.testimonial_reviews span i {
    color: #fff;
}

.testimonial_reviews h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonial_reviews h3:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

/*slider*/
.testimonial_reviews .reviews_box {
    height: auto;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.testimonial_reviews .swiper_review {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.testimonial_reviews .swiper-slide {
    padding: 35px;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    width: 100%;
    transition: 0.5s ease-in-out;
    box-shadow: 20 6px 30px rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.2);
}

.testimonial_reviews .swiper-slide .review_txt {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: start;
    text-transform: none !important;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
}

.testimonial_reviews .swiper-slide .review_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial_reviews .swiper-slide .user_info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial_reviews .swiper-slide .user_info .user_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_reviews .swiper-slide .user_info .user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial_reviews .swiper-slide .user_info .location {
    margin: 0;
    font-size: 12px;
    color: #ddd;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    text-align: start;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}

.testimonial_reviews .swiper-slide .user_info .name {
    margin: 0;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    color: #ffe100;
    letter-spacing: 0.4px;
}

@media (max-width:1200px) {
    .testimonial_reviews {
        padding: 70px;
    }

    .testimonial_reviews h3 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .testimonial_reviews .swiper-slide {
        padding: 25px;
    }

    .testimonial_reviews .swiper-slide .review_txt {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.6px;
        margin-bottom: 17px;
    }

    .testimonial_reviews .swiper-slide .user_info .name {
        font-size: 17px;
    }
}



@media (max-width:990px) {
    .testimonial_reviews {
        padding: 60px;
    }

    .testimonial_reviews h3 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .testimonial_reviews .swiper-slide {
        padding: 20px;
    }

    .testimonial_reviews .swiper-slide .review_txt {
        font-size: 13px;
        letter-spacing: 0.4px;
        margin-bottom: 17px;
    }

    .testimonial_reviews .swiper-slide .user_info .name {
        font-size: 16px;
    }
}

@media (max-width:769px) {
    .testimonial_reviews {
        padding: 50px 40px;
    }

    .testimonial_reviews .testimonial_img_box .reviews_img {
        width: 90%;
    }

    .testimonial_reviews h3 {
        font-size: 26px;
        letter-spacing: 0.7px;
    }

    .testimonial_reviews .swiper-slide {
        padding: 25px;
    }

    .testimonial_reviews .swiper-slide .review_txt {
        font-size: 15px;
        letter-spacing: 0.4px;
        margin-bottom: 17px;
    }

    .testimonial_reviews .swiper-slide .user_info .name {
        font-size: 15px;
    }
}

@media (max-width:576px) {
    .testimonial_reviews {
        padding: 40px 30px;
    }

    .testimonial_reviews .testimonial_img_box .reviews_img {
        width: 95%;
    }

    .testimonial_reviews h3 {
        font-size: 26px;
        letter-spacing: 0.7px;
    }

    .testimonial_reviews .swiper-slide {
        padding: 20px;
    }

    .testimonial_reviews .swiper-slide .review_txt {
        font-size: 16px;
        letter-spacing: 0.2px;
        text-align: justify;
    }
}

@media (max-width:460px) {
    .testimonial_reviews {
        padding: 40px 15px;
    }

    .testimonial_reviews h3 {
        font-size: 25px;
        letter-spacing: 0.5px;
    }

    .testimonial_reviews .swiper-slide {
        padding: 25px;
    }

    .testimonial_reviews .swiper-slide .review_txt {
        font-size: 15px;
    }

    .testimonial_reviews .swiper-slide .user_info .name {
        font-size: 16px;
    }

    .testimonial_reviews .swiper-slide .user_info .location {
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .testimonial_reviews span {
        padding: 6px 9px;
        letter-spacing: 0.5px;
    }

    .testimonial_reviews h3:before {
        width: 30%;
    }

}

/*other_services*/
.other_services {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/main-bg/astrology-bg.png');
    background-color: rgb(255, 255, 255);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

/* White transparent overlay */
.other_services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}

.other_services .container {
    position: relative;
}


.other_services span {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #333;
    background-color: rgb(180, 39, 55, 0.2);
    letter-spacing: 1px;
}

.other_services span i {
    color: #b42737;
}

.other_services h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.other_services h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #b42737;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.other_services .other_services_box {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background-color: #ffff;
    border-radius: 20px;
    box-shadow: 2px 4px 7px rgb(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.other_services .other_services_box:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 2px 4px 10px rgb(0, 0, 0, 0.3);
}

.other_services .other_services_box .heading {
    text-align: center;
    border-radius: 20px;
    padding: 1px 0 0px 0;
    margin-bottom: 25px;
    background-color: #ffe100;
}

.other_services .other_services_box .heading h3 {
    font-size: 23px;
    padding: 3px 0 3px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.5px;
}


.other_services .other_services_box ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.other_services .other_services_box ul>li {
    margin-top: 0px;
    list-style: none;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    padding: 13px;
    transition: 0.5s ease-in-out all;
}


.other_services .other_services_box ul>li:hover i {
    transition: 0.5s ease-in-out all;
    padding-right: 10px;
}

.other_services .other_services_box ul>li>i {
    margin-right: 6px;
    transition: 0.5s ease-in-out all;
    color: #b42737;
    font-size: 15px;
}

.other_services .other_services_box ul>li>a {
    color: #333;
    font-weight: 500;
    font-family: Georgia, 'Times New Roman', Times, serif;
    transition: 0.4s ease-in-out;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 17px;
}

@media(max-width:1300px) {
    .other_services .other_services_box {
        padding: 30px;
    }

    .other_services .other_services_box .heading {
        margin-bottom: 10px;
    }

    .other_services .other_services_box ul>li {
        padding: 10px;
    }

    .other_services .other_services_box .heading h3 {
        font-size: 19px;
        letter-spacing: 0.5px;
    }

    .other_services .other_services_box ul>li>a {
        color: #333;
        font-weight: 500;
        font-family: Georgia, 'Times New Roman', Times, serif;
        transition: 0.4s ease-in-out;
        text-transform: capitalize;
        text-decoration: none;
        font-size: 15px;
    }
}

@media(max-width:1200px) {

    .other_services {
        padding: 70px;
    }

    .other_services h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .other_services .other_services_box {
        padding: 25px 20px;
    }


    .other_services .other_services_box ul>li {
        padding: 10px;
    }

    .other_services .other_services_box .heading h3 {
        font-size: 17px;
        letter-spacing: 0.5px;
    }

    .other_services .other_services_box ul>li>a {
        color: #333;
        font-weight: 500;
        font-family: Georgia, 'Times New Roman', Times, serif;
        transition: 0.4s ease-in-out;
        text-transform: capitalize;
        text-decoration: none;
        font-size: 14px;
    }
}

@media(max-width:990px) {
    .other_services {
        padding: 60px;
    }

    .other_services h2 {
        font-size: 28px;
        letter-spacing: 0.7px;
    }
}

@media(max-width:769px) {
    .other_services {
        padding: 50px 40px;
    }

    .other_services h2 {
        font-size: 26px;
        letter-spacing: 0.6px;
    }
}

@media (max-width:576px) {
    .other_services {
        padding: 40px 30px;
    }

    .other_services h2 {
        font-size: 25px;
        letter-spacing: 0.5px;
    }

    .other_services .other_services_box ul>li {
        padding: 11px;
    }

    .other_services .other_services_box .heading h3 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .other_services .other_services_box ul>li>a {
        font-size: 15px;
    }

    .other_services span {
        padding: 6px 9px;
        display: block;
        width: fit-content;
        margin: 0 auto;
        letter-spacing: 0.5px;
    }

    .other_services h2 {
        text-align: center;
    }

    .other_services h2:before {
        width: 30%;
        right: 0;
    }
}

@media (max-width:460px) {
    .other_services {
        padding: 40px 15px;
    }

    .other_services .other_services_box ul>li {
        padding: 11px;
    }

    .other_services .other_services_box .heading h3 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .other_services .other_services_box ul>li>a {
        font-size: 15px;
    }

}


/*footer*/
footer {
    height: auto;
    width: 100%;
    padding: 70px 0 0 0;
    overflow: hidden;
    z-index: 1;
    background-image: url('../media/main-bg/footer-bg.png');
    background-color: #555;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: cover;
    position: relative;
    color: #fff;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}

.footer .container {
    position: relative;
}

footer .footer_contact {
    width: 100%;
    height: auto;
}

.footer .footer_contact p {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer .logo {
    height: auto;
    width: 70%;
    display: flex;
    object-fit: contain;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.footer .logo img {
    transition: 0.4s ease-in-out;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.footer .logo img:hover {
    transform: scale(1.03);
}

.footer .social_links {
    width: auto;
    margin-bottom: 20px;
}


.footer .footer_links h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffda0a;
    letter-spacing: 0.5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.footer .social_links a {
    font-size: 18px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    justify-content: center;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}


#tweet,
#face_b,
#insta_g,
#link_d {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.5s ease-in-out;
}

#tweet:hover {
    color: #000;
    background-color: #fff;
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
}

#face_b:hover {
    color: #fff;
    background-color: #1877F2;
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
}

#insta_g:hover {
    color: #fff;
    background-color: purple;
    transition: all 0.5s ease-in-out;
    transform: rotate(360deg);
    background: linear-gradient(to right, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}


#link_d:hover {
    color: #fff;
    background-color: #0077B5;
    transition: all 0.5s ease-in-out;
    transform: rotate(360deg);
}


.footer .footer_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer_links ul>li {
    margin-top: 12px;
    list-style: none;
    text-transform: capitalize;
    font-size: 15px;
    transition: 0.5s ease-in-out all;
}

.footer .footer_links ul>li:hover i {
    transition: 0.5s ease-in-out all;
    padding-right: 10px;
    transform: rotatex(360deg);
}

.footer .footer_links ul>li>i {
    margin-right: 5px;
    transition: 0.5s ease-in-out all;
    color: #ffda0a;
    font-size: 14px;
}

.footer .footer_links ul>li>a {
    color: rgba(255, 255, 255);
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: 0.4s ease-in-out;
    text-transform: capitalize;
    text-decoration: none;
}

.footer .footer-links ul>li>a:hover {
    padding-left: 5px;
    color: #000000;
}

.footer .copyright {
    padding: 0;
    margin-top: 0px;
}

@media(max-width:1200px) {
    .footer .footer_links h4 {
        font-size: 20px;
    }

    .footer .footer_links ul>li {
        margin-top: 10px;
        font-size: 14px;
    }

    .footer .footer_contact p {
        font-size: 14px;
    }

}

@media(max-width:990px) {
    .footer {
        padding: 60px 0 0;
    }
}

@media(max-width:769px) {
    .footer {
        padding: 50px 0 0;
    }
}

@media(max-width:576px) {
    .footer {
        padding: 40px 20px 0 20px;
    }

    .footer .footer_contact p {
        text-align: justify;
    }
}

.visible-xs{display: none;}
@media(max-width:460px) {
    .footer {
        padding: 40px 15px 0 15px;
    }
    .visible-xs{display: inherit!important;}
}



.whatsapp_2 {
    position: fixed;
    right: 20px;
    bottom: 140px;
    width: 39px;
    /* Adjust as needed */
    animation: bounce 3s infinite;
    animation-delay: 3s;
    z-index: 9999;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-25px);
    }
}




.whatapp_call {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 9999;
    animation: pulseWave 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes pulseWave {

    0%,
    100% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.15);
    }

    60% {
        transform: scale(0.95);
    }

    80% {
        transform: scale(1.05);
    }
}