/*header*/
body.no-scroll {
    overflow: hidden;
}

header {
    box-shadow: 2px 5px 10px rgb(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
}

header .topbar {
    background-color: #ea1e1e;
}

header .details {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    padding: 0 20px;
}

header .details .info a {
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 1px;
}


/*social media*/

header .details .social_media a i {
    margin-left: 10px;
    color: #fff3ad;
    font-size: 16px;
    font-weight: 500;
}

header .details .info a i {
    font-size: 17px;
    margin-right: 5px;
    color: #fff3ad
}

/*slider*/
header .topbar_slider {
    width: 100%;
    height: auto;
    transition: 0.5s ease-in-out;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    background-color: #fff3ad;
}

header .topbar_slider .text_slide {
    color: #000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 17px;
    padding-top: 8px;
    transition: 0.5s ease-in-out all;
    letter-spacing: 1px;
}

/*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;
}

/*topbar title*/
header .topbar_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 6px 10px;
    background-color: #ea1e1e;
}

header .topbar_title h4 {
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: capitalize;
}


/*media*/
@media (max-width:1200px) {

    header .details .info a {
        margin-right: 18px;
        font-size: 15px;
    }

    header .details .info a i {
        font-size: 16px;
    }

    header .details .social_media a i {
        margin-left: 9px;
        font-size: 15px;
    }

    header .topbar_slider .text_slide {
        font-size: 16px;
    }

    header .topbar_img {
        height: auto;
        width: 100%;
    }

    header .topbar_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 8px;
    }

    header .topbar_title h4 {
        margin-top: 5px;
        font-size: 15px;
        letter-spacing: 0.8px;
    }
}

@media (max-width: 995px) {
    header .details .info a {
        margin-right: 16px;
        font-size: 14px;
    }

    header .details .info a i {
        font-size: 15px;
    }

    header .details .social_media a i {
        margin-left: 10px;
        font-size: 15px;
    }

    header .topbar_slider {
        border-radius: 0;
    }

    header .topbar_slider .text_slide {
        font-size: 15px;
    }

    header .details {
        padding: 0 15px;
    }

    header .topbar_title {
        padding: 3px 10px;
    }

    header .topbar_title h4 {
        margin-top: 7px;
        font-size: 13px;
        letter-spacing: 0.6px;
    }
}

@media (max-width:890px) {
    header .details .social_media {
        display: block;
        display: none;
    }

    header .details {
        width: 100%;
        height: auto;
        display: flex;
        padding: 7px;
        margin: 0;
        background-color: #fff3ad;
    }

    header .details .info {
        justify-content: space-evenly;
        display: flex;
        width: 100%;
        transition: 0.5s ease-in-out;
    }

    header .topbar_title h4 {
        margin-top: 7px;
        line-height: 17px;
        font-size: 13px;
        letter-spacing: 0.3px;
    }
}

@media (max-width:890px) {

    header .details .info a {
        margin-right: 0px;
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: black;
        letter-spacing: 1.2px;
        font-weight: 600;
    }

    header .details .info a i {
        font-size: 15px;
        color: #ea1e1e;
    }

    header .topbar_slider {
        width: 100%;
        height: auto;
        background-color: #ea1e1e;
    }

    header .topbar_slider .text_slide {
        font-size: 17px;
        padding-top: 7px;
        transition: 0.5s ease-in-out all;
        letter-spacing: 1px;
        margin: 0 10px;
        color: #fff;
    }
}


/*media*/
@media (max-width: 550px) {

    header .details .info a {
        font-size: 14px;
        letter-spacing: 1px;
    }

    header .details .info a i {
        font-size: 15px;
    }

    header .topbar_slider .text_slide {
        font-size: 16px;
        padding-top: 7px;
    }


}

@media (max-width: 450px) {
    header .details .info a {
        font-size: 13px;
        letter-spacing: 1px;
    }

    header .details .info a i {
        font-size: 14px;
    }

    header .topbar_slider .text_slide {
        font-size: 15px;
        padding-top: 7px;
    }

}


@media (max-width: 380px) {
    header .details .info a {
        font-size: 12px;
        letter-spacing: 1px;
    }

    header .details .info a i {
        font-size: 13px;
    }

    header .topbar_slider .text_slide {
        font-size: 14px;
        padding-top: 6px;
    }
}

@media (max-width: 310px) {
    header .details .info a {
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    header .details .info a i {
        font-size: 11px;
    }

    header .topbar_slider .text_slide {
        font-size: 12px;
        padding-top: 5px;
    }
}


/*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;
    }
}


/************************/

/*about*/
.about {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/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;
}

/* White transparent overlay */
.about::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;
}

.about .about_img {
    height: auto;
    overflow: hidden;
    box-shadow: 2px 5px 8px rgb(0, 0, 0, 0.1);
    border-radius: 20px;
}

.about .about_img img {
    height: 100%;
    transition: 0.5s ease-in-out all;
    width: 100%;
    filter: brightness(60%);
    object-fit: cover;
    object-position: center;
}

.about .about_img:hover img {
    transition: 0.5s ease-in-out all;
    transform: scale(1.1);
    filter: brightness(90%);
}


.about .about_box {
    padding-left: 40px;
}

.about .container {
    position: relative;
}

.about .about_box h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.about .about_box p:first-child {
    font-size: 14px;
    text-align: start;
    margin-bottom: 0;
    color: #ea1e1e;
    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;
}

.about .about_box h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 20%;
    border-radius: 100%;
    background-color: #ea1e1e;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.about .about_box .text {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about .about_box .about_services {
    gap: 10px;
    display: flex;
    justify-content: start;
    text-align: start;
    padding-right: 100px;
    margin-bottom: 10px;
}

.about .about_box .about_services .icon {
    padding: 5px 10px;
    overflow: hidden;
    display: flex;
    transition: 0.5s ease-in-out;
    align-items: start;
    justify-content: center;
    height: 60px;
    width: 70px;
}

.about .about_box .about_services .icon i {
    padding: 13px;
    font-size: 20px;
    border-radius: 100%;
    background-color: #ea1e1e;
    color: #fff3ad;
}

.about .about_box .about_services .content h4 {
    font-size: 23px;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: #222;
}

.about .about_box .about_services .content p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about .about_box .about_services:hover .icon {
    transition: 0.5s ease-in-out;
    transform: translateY(-7px);
}

.about .about_box .about_services:hover h4 {
    color: #ea1e1e;
    transition: 0.5s ease-in-out;
}

@media (max-width:1250px) {
    .about {
        padding: 70px;
    }

    .about .about_box h2 {
        font-size: 30px;
    }

    .about .about_box .text {
        font-size: 16px;
        margin-top: 20px;
    }

    .about .about_box .about_services .content h4 {
        font-size: 21px;
    }

    .about .about_box .about_services .content p {
        font-size: 14px;
    }

    .about .about_box .about_services {
        gap: 10px;
        padding-right: 20px;
    }

    .about .about_box .about_services .icon {
        padding: 5px 5px;
        height: 60px;
        width: 60px;
    }

    .about .about_box .about_services .icon i {
        padding: 10px;
        font-size: 18px;
    }
}

@media(max-width:995px) {
    .about {
        padding: 60px;
    }

    .about .about_box {
        padding-left: 20px;
    }

    .about .about_box h2 {
        font-size: 28px;
    }

    .about .about_box .text {
        font-size: 15px;
        margin-top: 20px;
    }

    .about .about_box .about_services .content h4 {
        font-size: 19px;
    }

    .about .about_box .about_services .content p {
        font-size: 14px;
    }

    .about .about_box .about_services {
        gap: 10px;
        padding-right: 0px;
    }

    .about .about_box .about_services .icon {
        padding: 5px 5px;
        height: 60px;
        width: 60px;
    }

    .about .about_box .about_services .icon i {
        padding: 9px;
        font-size: 17px;
    }

}

@media(max-width:769px) {
    .about {
        padding: 50px 40px;
    }

    .about .about_box {
        padding-left: 00px;
        margin-top: 30px;
    }

    .about .about_box .about_services .content h4 {
        font-size: 19px;
    }

    .about .about_box .about_services .content p {
        font-size: 14px;
    }

    .about .about_box .about_services {
        gap: 10px;
        padding-right: 0px;
    }

    .about .about_box .about_services .icon {
        padding: 5px 5px;
        height: 50px;
        width: 50px;
    }

    .about .about_box .about_services .icon i {
        padding: 11px;
        font-size: 19px;
    }

    .about .about_img {
        height: auto;
        width: 100%;
    }

    .about .about_img img {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about {
        padding: 40px 30px;
    }

    .about .about_box h2 {
        font-size: 26px;
    }

    .about .about_box .about_services .content h4 {
        font-size: 18px;
    }

    .about .about_box .about_services .icon {
        padding: 5px 5px;
        height: 50px;
        width: 50px;
    }

    .about .about_box .about_services .icon i {
        padding: 11px;
        font-size: 17px;
    }
}

@media (max-width: 450px) {
    .about {
        padding: 40px 15px;
    }

    .about .about_box h2 {
        font-size: 25px;
    }

    .about .about_box .about_services .icon {
        padding: 5px 5px;
        height: 50px;
        width: 60px;
    }

    .about .about_box .about_services .icon i {
        padding: 10px;
        font-size: 17px;
    }

    .about .about_box p:first-child {
        font-size: 12px;
    }
}


/*mission*/
.mission {
    height: auto;
    width: 100%;
    background-color: #ea1e1e;
    padding: 60px 70px;
    margin: 0;
    overflow: hidden;
}

.mission h3 {
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 36px;
    text-align: end;
    border-right: 1px solid #fff;
    padding-right: 35px;
}

.mission p {
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: start;
    font-size: 17px;
    padding-left: 35px;
}

.mission .fa-quote-left {
    margin-right: 5px;
    font-size: 20px;
    color: #fff3ad;
}

.mission .fa-quote-right {
    margin-left: 5px;
    color: #fff3ad;
    font-size: 20px;
}

.mission:hover i {
    animation: shakeX 0.6s ease-in-out;
}

@keyframes shakeX {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-3px);
    }

    40% {
        transform: translateX(3px);
    }

    60% {
        transform: translateX(-2px);
    }

    80% {
        transform: translateX(2px);
    }
}


@media(max-width:1200px) {
    .mission {
        padding: 60px;
    }

    .mission h3 {
        font-size: 26px;
        padding-right: 35px;
    }

    .mission p {
        font-size: 16px;
        padding-left: 35px;
    }
}


@media(max-width:995px) {
    .mission {
        padding: 40px 30px;
    }

    .mission h3 {
        font-size: 24px;
        padding-right: 25px;
    }

    .mission p {
        font-size: 15px;
        padding-left: 25px;
    }
}

@media(max-width:769px) {
    .mission {
        padding: 30px;
    }

    .mission h3 {
        font-size: 22px;
        padding-right: 0px;
        border: none;
        text-align: center;
    }

    .mission p {
        font-size: 14px;
        padding-left: 0px;
        text-align: center;
    }
}

@media(max-width:576px) {
    .mission {
        padding: 30px 20px;
    }

    .mission h3 {
        font-size: 20px;
    }

    .mission p {
        font-size: 13px;
    }
}

@media(max-width:470px) {
    .mission {
        padding: 30px 15px;
    }

    .mission h3 {
        font-size: 20px;
    }

    .mission p {
        font-size: 14px;
    }
}

.our_features {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/bg/choose-us.jpg');
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.our_features h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.our_features p:first-child {
    font-size: 14px;
    text-align: start;
    margin-bottom: 0;
    color: #ea1e1e;
    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;
}

.our_features h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #ea1e1e;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.our_features .features_box {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    overflow: hidden;
}

.our_features .features_box .features_img {
    height: 70px;
    width: 70px;
    margin-bottom: 12px;
    transition: 0.5s ease-in-out;
    object-position: center;
    object-fit: cover;
    overflow: hidden;
    filter: drop-shadow(2px 3px 4px rgb(0, 0, 0, 0.2));
}

.our_features .features_box .features_img img {
    height: 100%;
    width: 100%;
/*    filter: grayscale(100%);
*/    transition: 0.5s ease-in-out;
    object-position: center;
    object-fit: cover;
}

.our_features .features_box:hover .features_img {
    transition: 0.5s ease-in-out;
    filter: grayscale(0);
    transform: translateY(-4px) rotateY(360deg);
    filter: drop-shadow(2px 3px 4px rgb(0, 0, 0, 0.3));
}

.our_features .features_content {
    overflow: hidden;
}

.our_features .features_content h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #222;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
}

.our_features .features_content p {
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

@media (max-width:1200px) {
    .our_features {
        padding: 70px;
    }

    .our_features h2 {
        font-size: 30px;
    }

    .our_features .features_content h4 {
        font-size: 22px;
    }

    .our_features .features_content p {
        font-size: 16px;
    }

    .our_features .features_box {
        padding: 20px 10px;
    }
}


@media (max-width:995px) {
    .our_features {
        padding: 60px;
    }

    .our_features h2 {
        font-size: 28px;
    }

    .our_features .features_content h4 {
        font-size: 20px;
    }

    .our_features .features_content p {
        font-size: 15px;
    }

    .our_features .features_box {
        padding: 0px;
    }
}

@media (max-width:769px) {
    .our_features {
        padding: 50px 40px;
    }

    .our_features h2 {
        font-size: 26px;
    }

    .our_features .features_content p {
        font-size: 14px;
    }

    .our_features .features_box {
        padding: 15px;
    }
}

@media (max-width:550px) {
    .our_features {
        padding: 40px 20px;
    }

    .our_features h2 {
        font-size: 25px;
    }

    .our_features .features_content h4 {
        font-size: 22px;
    }

    .our_features .features_content p {
        font-size: 14px;
        text-align: justify;
    }

    .our_features .features_box {
        padding: 10px 25px;
    }
}

@media (max-width:450px) {
    .our_features {
        padding: 40px 15px;
    }

    .our_features p:first-child {
        font-size: 12px;
    }

    .our_features h2:before {
        width: 22%;
    }
}



/*services_gallery*/
.services_gallery {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.services_gallery .images_box {
    height: 100%;
    width: 101%;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    padding: 0;
    margin: 0;
    gap: 0;
}

.services_gallery .images_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
    filter: brightness(70%);
}

.services_gallery .hidden_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
}


.services_gallery .images_box:hover .hidden_box {
    opacity: 1;
    transform: translateY(0);
}

.images_box:hover img {
    transform: scale(1.05);
}

.hidden_box h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: capitalize;
}

.hidden_box .btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background-color: #ea1e1e;
    color: white;
    padding: 7px 15px;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.hidden_box .btn:hover {
    background-color: #a01010;
}

.hidden_box .btn i {
    margin-left: 6px;
}

@media (max-width: 768px) {
    .services_gallery .hidden_box {
        opacity: 1;
        transform: translateY(0);
        background: rgba(0, 0, 0, 0.5);
        /* softer overlay for readability */
    }

    .services_gallery .images_box:hover .hidden_box {
        /* disable hover effect on mobile */
        transform: translateY(0);
        opacity: 1;
    }

    .hidden_box h4,
    .hidden_box .btn {
        transform: translateY(0);
        /* reset any transform if present */
    }
}



/*counter number*/
.counter {
    height: auto;
    width: 100%;
    padding: 80px;
    overflow: hidden;
    background-color: #ffffff;
}

.counter .counter_content {
    padding-right: 70px;
}

.counter p:first-child {
    font-size: 14px;
    text-align: start;
    margin-bottom: 0;
    color: #ea1e1e;
    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;
}

.counter h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.counter h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 20%;
    border-radius: 100%;
    background-color: #ea1e1e;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.counter .counter_content p:last-child {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: #333;
}

.counter .counter_img {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.counter .counter_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s ease-in-out all;
}

.counter .counter_box {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: auto;
}

.counter .counter_box .number {
    color: #ea1e1e;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
}

.counter .counter_box small {
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    color: #111;
}


@media (max-width:1200px) {
    .counter {
        padding: 70px;
    }

    .counter .counter_box {
        padding: 10px;
    }

    .counter .counter_box .number {
        font-size: 25px;
        line-height: 0;
    }

    .counter .counter_box small {
        font-size: 13px;
        line-height: 0;
        margin-top: 0;
    }
}

@media (max-width: 995px) {
    .counter {
        padding: 60px;
        height: auto;
    }

    .counter .counter_content h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .counter .counter_content p {
        font-size: 14px;
    }

    .counter .counter_content {
        padding-right: 50px;
    }

    .counter .counter_box {
        padding: 0px;
    }

    .counter .counter_box .number {
        font-size: 20px;
        line-height: 0;
        margin-bottom: 0;
    }

    .counter .counter_box small {
        font-size: 10px;
        margin-top: 0;
    }
}

@media (max-width: 769px) {
    .counter {
        padding: 50px 40px;
    }

    .counter .counter_content {
        padding-right: 0px;
    }

    .counter .counter_content h2 {
        font-size: 28px;
    }

    .counter .counter_content p {
        font-size: 13px;
    }

    .counter .counter_box {
        padding: 0px;
    }

    .counter .counter_box .number {
        font-size: 17px;
    }

    .counter .counter_box small {
        font-size: 9px;
    }
}

@media (max-width: 700px) {

    .counter .counter_content {
        padding-right: 0px;
    }

    .counter .counter_content h2 {
        font-size: 28px;
    }

    .counter .counter_content p {
        font-size: 15px;
    }

    .counter .counter_box {
        padding: 13px;
    }

    .counter .counter_box .number {
        font-size: 30px;
    }

    .counter .counter_box small {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .counter {
        padding: 40px 20px;
        margin: 0;
    }

    .counter .counter_content h2 {
        font-size: 23px;
    }

    .counter .counter_content p {
        font-size: 15px;
        text-align: justify;
    }

    .counter .counter_box .number {
        font-size: 35px;
    }

    .counter .counter_box small {
        font-size: 13px;
    }
}


@media (max-width: 450px) {

    .counter {
        padding: 40px 15px;
    }

    .counter .counter_box .number {
        font-size: 28px;
        color: #ea1e1e;
    }

    .counter .counter_box small {
        font-size: 14px;
    }
}

/*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;
    }
}


/*astro_solution*/
.astro_solution {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/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;
}

/* White transparent overlay */
.astro_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;
}

.astro_solution .container {
    position: relative;
}

.astro_solution h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.astro_solution p:first-child {
    font-size: 14px;
    text-align: start;
    margin-bottom: 0;
    color: #ea1e1e;
    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;
}

.astro_solution h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 8%;
    border-radius: 100%;
    background-color: #ea1e1e;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.astro_solution .solution_card {
    border: 1px solid rgb(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 9px rgb(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
}

.astro_solution .solution_card .solution_img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    text-decoration: none;
}

.astro_solution .solution_card .solution_img:hover a {
    opacity: 1;
    transform: translateY(0);
}

.astro_solution .solution_card .solution_img a span {
    background-color: #ea1e1e;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.astro_solution .solution_card .solution_img a span:hover {
    background-color: #a01010;
}

.astro_solution .solution_card .solution_btn a span i {
    margin-left: 2px;
}


.astro_solution .solution_card:hover a {
    opacity: 1;
    transform: translateY(0);
}

.astro_solution .solution_card:hover img {
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_content {
    height: auto;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}

.astro_solution .solution_card .solution_content h3 {
    font-size: 24px;
    color: #ea1e1e;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.astro_solution .solution_card .solution_content p {
    color: #333;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}

.astro_solution .solution_card .solution_content .btn {
    color: #fff;
    background-color: #ea1e1e;
    font-size: 14px;
    border-radius: 20px;
    letter-spacing: 0.6px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 7px 15px;
    transition: 0.5s ease-in-out;
}

.astro_solution .solution_card .solution_content .btn:hover {
    background-color: #a40202;
    transition: 0.5s ease-in-out;
}



@media(max-width:1200px) {
    .astro_solution {
        padding: 70px;
    }

    .astro_solution h2 {
        font-size: 30px;
    }

    .astro_solution .solution_card .solution_content {
        padding: 17px;
    }

    .astro_solution .solution_card .solution_content h3 {
        font-size: 20px;
    }

    .astro_solution .solution_card .solution_content p {
        font-size: 15px;
    }

}


@media(max-width:995px) {
    .astro_solution {
        padding: 60px;
    }

    .astro_solution h2 {
        font-size: 27px;
    }

    .astro_solution .solution_card .solution_content {
        padding: 20px;
    }

    .astro_solution .solution_card .solution_content h3 {
        font-size: 18px;
    }

    .astro_solution .solution_card .solution_content p {
        font-size: 15px;
    }

    .astro_solution .solution_card .solution_img a span {
        padding: 8px;
        font-size: 12px;
        font-weight: 500;
    }
}



@media(max-width:769px) {
    .astro_solution {
        padding: 50px 40px;
    }

    .astro_solution .solution_card .solution_content {
        padding: 23px;
    }

    .astro_solution .solution_card .solution_content h3 {
        font-size: 22px;
    }

    .astro_solution .solution_card .solution_content p {
        font-size: 16px;
    }

    .astro_solution .solution_card .solution_img a span {
        display: block;
        display: none;
    }

}

@media(max-width:550px) {
    .astro_solution {
        padding: 40px 20px;
    }

    .astro_solution h2 {
        font-size: 25px;
    }

    .astro_solution h2::before {
        width: 20%;
    }

    .astro_solution .solution_card .solution_content {
        padding: 20px;
    }

    .astro_solution .solution_card .solution_content h3 {
        font-size: 20px;
    }

    .astro_solution .solution_card .solution_content p {
        font-size: 15px;
        text-align: justify;
    }

}

@media(max-width:450px) {
    .astro_solution {
        padding: 40px 15px !important;
    }

    .astro_solution .solution_card .solution_content h3 {
        font-size: 20px;
    }

    .astro_solution .solution_card .solution_content p {
        font-size: 15px;
    }

    .astro_solution .solution_card:hover img {
        transform: scale(1.1);
    }

    .our_features p:first-child {
        font-size: 12px;
    }
}

/*appointment*/
.appointment {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/bg/choose-us.jpg');
    background-color: rgb(0, 0, 0, 0.5);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}


.appointment h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.appointment p:first-child {
    font-size: 14px;
    text-align: start;
    margin-bottom: 0;
    color: #ea1e1e;
    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;
}

.appointment h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #ea1e1e;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}


.appointment .appointment_card {
    background-color: #fff;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 5px 10px rgb(0, 0, 0, 0.2);
}

.appointment .appointment_card .card_img {
    height: auto;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
}

.appointment .appointment_card .card_img img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    /*filter: grayscale(100%);*/
    /*transition: 0.5s ease-in-out all;*/
}

.appointment .appointment_card:hover img {
    filter: grayscale(0);
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
}

.appointment .appointment_card .appointment_content {
    padding: 25px;
}

.appointment .appointment_card .appointment_content h4 {
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #a01010;
    text-transform: capitalize;
}

.appointment .appointment_card .appointment_content p {
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.appointment .appointment_card .appointment_content a {
    font-size: 15px;
    font-weight: 600;
    box-shadow: 2px 6px 9px rgb(0, 0, 0, 0.1);
    letter-spacing: 0.7px;
    padding: 10px 15px;
    background-color: #fff3ad;
    color: #000;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
}

.appointment .appointment_card:hover a {
    background-color: #ea1e1e;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.appointment .appointment_card .appointment_content a i {
    margin-left: 4px;
}

@media(max-width:1200px) {
    .appointment {
        padding: 70px;
    }

    .appointment h2 {
        font-size: 30px;
    }

    .appointment .appointment_card .appointment_content {
        padding: 20px;
    }

    .appointment .appointment_card .appointment_content h4 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .appointment .appointment_card .appointment_content p {
        font-size: 16px;
    }

    .appointment .appointment_card .appointment_content a {
        font-size: 14px;
        letter-spacing: 0.7px;
        padding: 9px 12px;
    }
}

@media(max-width:995px) {
    .appointment {
        padding: 60px;
    }

    .appointment h2 {
        font-size: 28px;
    }

    .appointment .appointment_card .appointment_content {
        padding: 15px;
    }

    .appointment .appointment_card .appointment_content h4 {
        font-size: 17px;
        letter-spacing: 0.5px;
    }

    .appointment .appointment_card .appointment_content p {
        font-size: 12px;
    }

    .appointment .appointment_card .appointment_content a {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 5px 10px;
    }
}

@media(max-width:769px) {
    .appointment {
        padding: 50px 40px;
    }

    .appointment h2 {
        font-size: 26px;
    }

    .appointment .appointment_card .appointment_content {
        padding: 25px;
    }

    .appointment .appointment_card .appointment_content h4 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }

    .appointment .appointment_card .appointment_content p {
        font-size: 14px;
        text-align: justify;
    }
}



@media(max-width:550px) {
    .appointment {
        padding: 40px 20px;
    }

    .appointment h2 {
        font-size: 25px;
    }

    .appointment .appointment_card .appointment_content {
        padding: 25px;
    }

    .appointment .appointment_card .appointment_content h4 {
        font-size: 22px;
        letter-spacing: 0.5px;
    }

    .appointment .appointment_card .appointment_content p {
        font-size: 15px;
    }

}

@media(max-width:450px) {
    .appointment {
        padding: 40px 15px;
    }

    .appointment .appointment_card .appointment_content h4 {
        font-size: 24px;
        letter-spacing: 0.6px;
    }

    .appointment .appointment_card .appointment_content p {
        font-size: 15px;
    }

    .appointment .appointment_card .appointment_content a {
        font-size: 15px;
        letter-spacing: 0.5px;
        padding: 7px 13px;
    }


    .appointment h2::before {
        width: 25%;
    }

    .appointment p:first-child {
        font-size: 12px;
    }
}

/*gallery*/
/*appointment*/
.gallery {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/bg/appointment-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.4);
    /* adjust 0.6 for more/less white */
    z-index: 0;
}

.gallery .container {
    position: relative;
}


.gallery h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}

.gallery p:first-child {
    font-size: 14px;
    text-align: start;
    margin-bottom: 0;
    color: #ea1e1e;
    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: #fff3ad;
    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);
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.lightbox-img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
}

@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;
    }
}




/*testimonials_reviews*/
.testimonials_reviews {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/bg/testimonials-bg2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
}

.testimonials_reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* adjust for darkness */
    z-index: -1;
}

.testimonials_reviews h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.testimonials_reviews p:first-child {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
}

.testimonials_reviews h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    border-radius: 100%;
    background-color: #ffffff;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonials_reviews .swiper_review {
    height: 100%;
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}


.testimonials_reviews .swiper-slide {
    padding: 30px;
    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.4);
    background-color: rgba(0, 0, 0, 0.8);
}

.testimonials_reviews .swiper-slide .review_txt {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: start;
    text-transform: none !important;
    margin-bottom: 25px;
}

.testimonials_reviews .swiper-slide .review_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.testimonials_reviews .swiper-slide .user_info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonials_reviews .swiper-slide .user_info .user_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials_reviews .swiper-slide .user_info .user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonials_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: 1px;
    text-transform: capitalize;
}

.testimonials_reviews .swiper-slide .user_info .name {
    margin: 0;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: #ccaa63;
}

.testimonials_reviews .swiper-slide .date {
    font-size: 15px;
    color: #d7d7d7;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



@media(max-width:1200px) {
    .testimonials_reviews {
        padding: 70px;
        width: 100%;
    }

    .testimonials_reviews h2 {
        font-size: 30px;
    }

    .testimonials_reviews .swiper-slide {
        padding: 25px;
    }

    .testimonials_reviews .swiper-slide .review_txt {
        font-size: 15px;
    }

    .testimonials_reviews .swiper-slide .user_info .user_img {
        height: 60px;
        width: 60px;
    }

    .testimonials_reviews .swiper-slide .user_info .location {
        font-size: 12px;
    }

    .testimonials_reviews .swiper-slide .user_info .name {
        font-size: 17px;
    }

    .testimonials_reviews .swiper-slide .date {
        font-size: 14px;
    }
}


@media(max-width:995px) {
    .testimonials_reviews {
        padding: 60px;
    }

    .testimonials_reviews h2 {
        font-size: 28px;
    }

    .testimonials_reviews .swiper-slide {
        padding: 20px;
    }

    .testimonials_reviews .swiper-slide .review_txt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .testimonials_reviews .swiper-slide .user_info .user_img {
        height: 50px;
        width: 50px;
    }

    .testimonials_reviews .swiper-slide .user_info .location {
        font-size: 11px;
    }

    .testimonials_reviews .swiper-slide .user_info .name {
        font-size: 16px;
    }

    .testimonials_reviews .swiper-slide .date {
        font-size: 14px;
    }
}


@media(max-width:769px) {
    .testimonials_reviews {
        padding: 50px 40px;
    }

    .testimonials_reviews h2 {
        font-size: 27px;
    }

    .testimonials_reviews .swiper-slide {
        padding: 20px;
    }
}

@media(max-width:550px) {
    .testimonials_reviews {
        padding: 40px 30px;
    }

    .testimonials_reviews .swiper-slide .review_txt {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        text-align: justify;
    }

    .testimonials_reviews .swiper-slide .user_info .user_img {
        height: 55px;
        width: 55px;
    }

    .testimonials_reviews .swiper-slide .user_info .location {
        font-size: 12px;
    }

    .testimonials_reviews .swiper-slide .user_info .name {
        font-size: 16px;
    }

    .testimonials_reviews .swiper-slide .date {
        font-size: 12px;
    }
}


@media(max-width:450px) {
    .testimonials_reviews {
        padding: 40px 15px;
    }

    .testimonials_reviews h2 {
        font-size: 25px;
    }

    .testimonials_reviews .swiper-slide .user_info .user_img {
        height: 50px;
        width: 50px;
    }

    .testimonials_reviews h2::before {
        width: 25%;
    }

    .testimonials_reviews p:first-child {
        font-size: 12px;
    }
}




/*other_services*/
.other_services {
    width: 100%;
    height: auto;
    padding: 80px;
    z-index: 1;
    background-image: url('../media/bg/choose-us.jpg');
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.other_services h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 20px;
    color: #222;
    position: relative;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.other_services p:first-child {
    font-size: 14px;
    text-align: start;
    margin-bottom: 0;
    color: #ea1e1e;
    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;
}

.other_services h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 25%;
    border-radius: 100%;
    background-color: #ea1e1e;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
}

.other_services .other_services_box {
    padding-right: 10px;
}

.other_services .text {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    margin-top: 20px;
}

.other_services .btn {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #ea1e1e;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 2px 4px 8px rgb(0, 0, 0, 0.1);
    text-transform: uppercase;
}


.other_services .services_link {
    padding: 0 20px;
    overflow: hidden;
}

.other_services .services_link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.other_services .services_link ul>li {
    margin-bottom: 6px;
    transition: 0.5s ease-in-out;
    padding: 2px 0;
}

.other_services .services_link ul>li>i {
    margin-right: 5px;
    font-size: 16px;
    color: #ea1e1e;
}

.other_services .services_link ul>li>a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.other_services .services_link ul>li>a:hover {
    color: rgb(185, 0, 0);
    transition: 0.5s ease-in-out;

}

.other_services .services_link ul>li:hover>i {
    transition: 0.5s ease-in-out;
    transform: rotatey(360deg);
    color: #111;
}


/*other services media*/
@media (max-width:1200px) {
    .other_services {
        padding: 70px;
    }

    .other_services h2 {
        font-size: 27px;
    }

    .other_services .text {
        font-size: 15px;
    }

    .other_services .services_link ul>li {
        margin-bottom: 4px;
    }

    .other_services .services_link ul>li>i {
        font-size: 15px;
    }

    .other_services .services_link ul>li>a {
        font-size: 14px;
    }
}

/*other services media*/
@media (max-width:995px) {
    .other_services {
        padding: 60px;
    }

    .other_services h2 {
        font-size: 21px;
    }

    .other_services .text {
        font-size: 14px;
    }


    .other_services .services_link ul>li>i {
        font-size: 14px;
    }

    .other_services .services_link ul>li>a {
        font-size: 13px;
    }

    .other_services .services_link {
        padding: 0px;
        overflow: hidden;
    }
}

/*other services media*/
@media (max-width:769px) {
    .other_services {
        padding: 50px 40px;
    }

    .other_services h2 {
        font-size: 27px;
    }

    .other_services .other_services_box {
        padding-right: 0px;
    }

    .other_services .text {
        font-size: 15px;
    }

    .other_services .services_link ul>li>i {
        font-size: 14px;
    }

    .other_services .services_link ul>li>a {
        font-size: 15px;
    }

    .other_services .services_link {
        padding: 0px;
        overflow: hidden;
    }

    .other_services .services_link ul {
        margin-top: 20px;
    }

}

/*other services media*/
@media (max-width:576px) {
    .other_services {
        padding: 40px 30px;
    }

    .other_services h2 {
        font-size: 25px;
    }

    .other_services .text {
        text-align: justify;
    }

    .other_services .other_services_box {
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .other_services .services_link ul {
        margin-top: 0px;
    }

}

@media (max-width:450px) {
    .other_services {
        padding: 40px 15px;
    }

    .other_services h2::before {
        width: 25%;
    }

    .other_services p:first-child {
        font-size: 12px;
    }
}

/*why choose*/
.why_choose {
    width: 100%;
    height: auto;
    padding: 20px;
    z-index: 1;
    background-color: #031e00;
    overflow: hidden;
}

.why_choose .why_choose_box {
    height: auto;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.why_choose .why_choose_box .why_choose_img {
    margin-bottom: 20px;
    height: 55px;
    width: 55px;
    object-fit: cover;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.why_choose .why_choose_box .why_choose_img img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.why_choose .why_choose_box:hover .why_choose_img {
    transition: 0.5s ease-in-out;
    transform: translatey(-8px);
}

.why_choose .why_choose_box h5 {
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.5px;
}

.why_choose .why_choose_box p {
    font-size: 17px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/*media*/
@media(max-width:1200px) {
    .why_choose .why_choose_box h5 {
        font-size: 17px;
    }

    .why_choose .why_choose_box p {
        font-size: 15px;
    }

    .why_choose .why_choose_box .why_choose_img {
        height: 50px;
        width: 50px;
    }

    .why_choose .why_choose_box {
        padding: 15px;
    }

}

@media(max-width:995px) {
    .why_choose .why_choose_box h5 {
        font-size: 20px;
    }

    .why_choose .why_choose_box p {
        font-size: 16px;
    }

    .why_choose .why_choose_box {
        padding: 20px;
    }
}

@media(max-width:769px) {
    .why_choose .why_choose_box h5 {
        font-size: 18px;
    }

    .why_choose .why_choose_box p {
        font-size: 15px;
    }

    .why_choose .why_choose_box {
        padding: 20px;
    }
}

@media(max-width:550px) {
    .why_choose {
        padding: 25px;
    }

    .why_choose .why_choose_box .why_choose_img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        width: 100%;
    }

    .why_choose .why_choose_box .why_choose_img img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        /* keeps aspect ratio without cropping */
    }

    .why_choose .why_choose_box h5 {
        font-size: 22px;
        text-align: center;
    }

    .why_choose .why_choose_box p {
        font-size: 16px;
        text-align: center;
    }

    .why_choose .why_choose_box {
        padding: 10px;
    }
}



@media(max-width:450px) {
    .why_choose {
        padding: 20px 15px !important;
    }
}

/*footer*/
footer {
    height: auto;
    width: 100%;
    background-color: #ea1e1e;
    color: #fbfbfb;
    padding: 60px 0 0;
    overflow: hidden;
}

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;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
    color: #ccaa63;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-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: 16px;
    transition: 0.5s ease-in-out all;
}

.footer .footer_links ul>li:hover i {
    transition: 0.5s ease-in-out all;
    padding-right: 10px;
}

.footer .footer_links ul>li>i {
    margin-right: 5px;
    transition: 0.5s ease-in-out all;
    color: #ffffff;
}

.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;
}

.visible-xs{display: none;}

@media(max-width:1200px) {
    .footer p {
        font-size: 13px;
    }

    .footer .footer_links h4 {
        font-size: 22px;
    }

    .footer .social_links a {
        font-size: 16px;
    }

    .footer .footer_links ul>li {
        font-size: 14px;
        margin-top: 10px;
    }
}


@media(max-width:995px) {
    footer {
        padding: 60px 60px 0px 60px;
    }

    .footer p {
        font-size: 14px;
        font-weight: 400;
    }

    .footer .logo {
        height: auto;
        width: 80%;
    }


    .footer .footer_links h4 {
        font-size: 21px;
    }

    .footer .social_links a {
        font-size: 14px;
    }

    .footer .footer_links ul>li {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media(max-width:769px) {
    footer {
        padding: 50px 50px 0 50px;
    }

    .footer p {
        font-size: 15px;
        font-weight: 400;
    }


    .footer .footer_links {
        margin-top: 20px;
    }

    .footer .footer_links h4 {
        font-size: 24px;
    }

    .footer .social_links a {
        font-size: 14px;
    }

    .footer .footer_links ul>li {
        font-size: 14px;
        margin-top: 10px;
    }

}

@media(max-width:550px) {
    footer {
        padding: 40px 30px 0 30px;
    }
}

@media(max-width:450px) {
    footer {
        padding: 40px 15px 0 15px;
        }
        .visible-xs{display: inherit!important;}
    }

.fixed_call_icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #936606, #ccaa63);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease-in-out;
    animation: floatEffect 3s ease-in-out infinite;
    cursor: pointer;
}

.fixed_whatspp_icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #075e54, #128c7e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease-in-out;
    animation: floatEffect 3s ease-in-out infinite;
    cursor: pointer;
}

.fixed_call_icon:hover,
.fixed_whatspp_icon:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;
    background: linear-gradient(135deg, #72d218, #cc0000);
}

.fixed_call_icon:hover i,
.fixed_whatspp_icon:hover i {
    transition: 0.5s ease-in-out;
    transform: rotatey(360deg);
}


.fixed_call_icon i,
.fixed_whatspp_icon i {
    font-size: 26px;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

@media (max-width:700px) {

    .fixed_call_icon i,
    .fixed_whatspp_icon i {
        font-size: 20px;
    }

    .fixed_whatspp_icon,
    .fixed_call_icon {
        width: 50px;
        height: 50px;
    }
}

/* Smooth floating animation */
@keyframes floatEffect {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}