
@media screen and (max-width: 767px) {
    .main-slider-three__bg {
        display: block; /* Ensure the image is displayed */
    }
}



.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26); /* Adjust the alpha (0.5) for desired transparency */
    z-index: 2;
}

.main-slider-three__content {
    position: relative;
    z-index: 3; /* Ensure the content is above the overlay */
    color: #fff; /* Make the text white to stand out on the black overlay */
}

.main-slider-three__shape-1, 
.main-slider-three__shape-2 {
    z-index: 3; /* Ensure these shapes are above the overlay */
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.whitecolor{
    color: white;
}
.idofficalcolour{
    color: #134cb3;
}
.main-slider-three__sub-title-shape::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 4px;
}
.main-slider-three__sub-title-shape {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 13px;
    border: 1px solid #000000;
    border-radius: 6px;
}
.main-slider-two__icon-box {
    position: absolute;
    bottom: 13px;
    left: 917px;
    height: 124px;
    width: 124px;
    border: 4px dashed var(--chirofind-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 39;
}
.appointment-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
    margin-top: -19px;
    z-index: 1;
}
.appointment-one__right-content {
    position: relative;
    display: block;
    background-color: var(--chirofind-white);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    padding: 53px 60px 92px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.appointment-one__left-content {
    position: relative;
    display: block;
    background-color: #134cb3;
    box-shadow: 0px 4px 25px rgba(255, 255, 255, 0.06);
    padding: 56px 60px 65px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}



.justify{
    text-align: justify;
}
.about-one__points-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 26px;
    border-bottom: 0px solid #E3E3E3;
    padding-bottom: 23px;
    margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
    .about-one__points-2 {
        margin-left: -94px;
        margin-top: 8px;
    }
}
.about-one__shape-2 {
    position: absolute;
    top: -33px;
    left: -195px;
    mix-blend-mode: normal;
    z-index: -1;
}
.about-one__img img {
    width: 93%;
    border-radius: 36px;
}
.about-one__shape-2 img {
    width: auto;
    opacity: 0.5;
}

.services-two__icon {
    position: absolute;
    top: -35px;
    left: 30px;
    height: 70px;
    width: 70px;
    background-color: #134cb3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
}
.process-one {
    position: relative;
    display: block;
    padding: 10px 0 90px;
    counter-reset: count;
    z-index: 1;
}
.process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #134cb3;
    border: 1px dashed #134cb3;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.before-and-after {
    position: relative;
    display: block;
    padding: 12px 0 120px;
    z-index: 1;
}
.before-and-after__shape-1 img {
    width: auto;
    opacity: 1.15;
}


.review-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    max-width: 1200px;
}

.rating-box {
    text-align: center;
    margin-right: 30px;
}

.rating-stars h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.stars span {
    font-size: 24px;
    color: gold;
}

.rating-box img {
    width: 104px;
    margin-top: -23px;
}

.review-carousel {
    display: flex;
    overflow: hidden;
    width: 800px;
}

.review-slide {
    flex: 1 1 100%;
    padding: 0 15px;
}

.review {
    background: #fff;
    padding: 47px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.review-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 6px;
}

.review-header h4 {
    margin: 0;
    font-size: 18px;
}

.review-header p {
    font-size: 12px;
    color: #888;
    margin-left: 14px;
    margin-bottom: 0px !important;
}

.review-rating span {
    color: gold;
    font-size: 16px;
}

.review a {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #0073e6;
    font-size: 14px;
}

.review-header {
    position: relative;
    display: flex;
    align-items: center;
}

.google-logo {
    position: absolute;
    top: 0;
    right: -25px;
    width: 30px; /* Adjust the size as needed */
    height: auto;
}
@media only screen and (max-width: 768px) {
    .google-logo {
        position: absolute;
        top: 0;
        right: -42px;
        width: 30px; /* Adjust the size as needed */
        height: auto;
    }
}


.reviewer-image {
    margin-right: 10px;
}



 /* Mobile View Adjustments */
 @media (max-width: 767px) {
    .review-carousel {
        width: 100%;
        overflow: hidden;
    }

    .review-slide {
        display: none; /* Hide all slides by default */
    }

    .review-slide.active {
        display: block; /* Show only the active slide */
    }
}



.review-date {
    display: block;
}

@media (max-width: 768px) {
    .review-date {
        display: none;
    }
}

.section-title {
    position: relative;
    text-align: center;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    width: 100%; /* Adjust width as needed */
}

.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    pointer-events: none; /* Ensures the overlay does not interfere with clicks */
}

.section-title__tagline-box, .section-title__title {
    position: relative; /* Ensures text is above the overlay */
    z-index: 1; /* Makes sure text appears above the overlay */
    color: #000000; /* Adjust text color as needed */
}
/* .site-footer__top {
    position: relative;
    display: block;
    padding: 57px 0 70px;
} */


.team-three {
    position: relative;
    display: block;
    padding: 0 0 0px;
    z-index: 1;
}

/* Hide the .before-and-after__shape-1 element on mobile view */
@media (max-width: 767px) {
    .before-and-after__shape-1 {
        display: none !important;
    }
}
/* Hide the .team-three__shape-3 element on mobile view */
@media (max-width: 767px) {
    .team-three__shape-3 {
        display: none !important;
    }
}






