    /* Ensure that the swiper-container takes full width */
    .swiper-container {
        width: 100%;
        height: auto; /* Adjust height as needed */
    }

    /* Main styling for the slider */
    .main-slider__img {
        width: auto; /* Allow width to be auto */
        max-width: 100%; /* Ensure it doesn’t exceed the container */
        display: flex;
        justify-content: center; /* Center image horizontally */
        align-items: center; /* Center image vertically */
        overflow: hidden; /* Hide any overflowing parts of the image */
        margin-bottom: 1rem; /* Space between image and text content */
    }

    .main-slider__img img {
        width: auto; /* Maintain original width of the image */
        height: auto; /* Maintain original height of the image */
        max-width: 100%; /* Ensure image doesn’t exceed the container width */
        max-height: 100%; /* Ensure image doesn’t exceed the container height */
        object-fit: contain; /* Ensure image fits within container without distortion */
    }

    /* Adjustments for mobile view */
    @media (max-width: 767px) {
        .swiper-slide {
            text-align: center; /* Center text content on mobile */
            display: flex;
            flex-direction: column; /* Stack image and text vertically */
            align-items: center; /* Center items horizontally */
            justify-content: center; /* Center items vertically */
            height: auto; /* Allow height to adjust based on content */
        }

        .main-slider__img {
            width: 100%; /* Make the image container full width on mobile */
            margin-bottom: 0; /* Remove margin on mobile if needed */
        }

        .main-slider__img img {
            width: 100%; /* Scale image to fit container on mobile */
            height: auto; /* Maintain aspect ratio on mobile */
            object-fit: cover; /* Adjust object fit for mobile */
        }

        .main-slider__content {
            width: 100%; /* Ensure content takes full width */
            margin-top: 1rem; /* Space between image and text content */
            padding-top: 290px!important;
            text-align: center; /* Center the text content */
        }
}
.justify{
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .main-slider .container {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}

/* Hide the calendar icon on mobile view */
@media (max-width: 768px) {
    .appointment-two__input-box-icon .icon-calender {
        display: none;
    }
}

.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((133% - 540px) / 2);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: -1;
}

.team-details__top {
    position: relative;
    display: flex;
    align-items: center;
    border: 6px solid #E5E5E5;
    background-color: var(--chirofind-white);
    padding: 29px 29px 29px;
    border-radius: 10px;
    z-index: 1;
}













/* Style for the "View More" button */
.main-slider__btn {
    background-color: white; /* White background */
    color: black; /* Black text color */
    border: 2px solid black; /* Optional: Add a black border */
    padding: 10px 20px; /* Adjust padding as needed */
    font-weight: bold; /* Make the text bold */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition effect */
}

/* Hover effect for the "View More" button */
.main-slider__btn:hover {
    background-color: #134cb3; /* Hover background color */
    color: white; /* Text color remains white on hover */
    border-color: #134cb3; /* Optional: Change border color on hover */
}


@media (max-width: 768px) { /* Adjust the max-width value as needed for your mobile breakpoint */
    .section-title__title {
        color: #134cb3 !important;
    }

    .section-title__title span {
        color: #134cb3 !important;
    }
}
@media screen and (max-width: 767px) {
    .process-one, .product-one {
        padding: 0px 0 50px;
    }
}
.process-one {
    position: relative;
    display: block;
    padding: 15px 0 90px;
    counter-reset: count;
    z-index: 1;
}
.process-one__shape-1 {
    position: absolute;
    top: -40px;
    right: -100px;
    z-index: -1;
    opacity: 0.9;
}






.testimonial-three {
    position: relative; /* Ensure the container has relative positioning */
}

.testimonial-three__bg {
    
    height: 100%; /* Adjust the height as needed */
    
}

.testimonial-three__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.466); /* Adjust the opacity as needed */
    z-index: 1; /* Ensure it sits above the background image but below other content */
}

.faq-one__bg {
    
    height: 100%; /* Adjust the height as needed */
}

.faq-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1; /* Ensure it sits above the background image but below other content */
}










.site-footer__top-inner .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* Ensures the columns do not wrap */
}

.footer-widget__column {
    flex: 1; /* Ensures equal space for each column */
    margin-bottom: 20px;
    padding: 0 0px; /* Adds some padding between columns */
}

/* Adjust the layout for smaller screens */
@media (max-width: 768px) {
    .site-footer__top-inner .row {
        flex-wrap: wrap; /* Allows wrapping on smaller screens */
    }

    .footer-widget__column {
        width: 100%;
        margin-bottom: 30px;
    }
}


/* 
.footer-widget__services {
    position: relative;
    display: block;
    margin-left: -78px;
}
.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: -70px;
} */
.footer-widget__services {
    position: relative;
    display: block;
    margin-left: -78px;
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: -70px;
}

/* Reset the margin for smaller screens */
@media (max-width: 768px) {
    .footer-widget__services {
        margin-left: 0;
    }

    .footer-widget__contact {
        margin-left: 0;
    }
}


.about-one {
    position: relative;
    display: block;
    padding: 50px 0 120px !important;
    background-color: var(--chirofind-primary);
    z-index: 1;
}

.services-one {
    position: relative;
    display: block;
    padding: 39px 0 120px;
    z-index: 1;
}


