.services-section {
    position: relative;
    background: url('your-background-image.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.services-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 1;
}

.services-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
}

.services-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-header h2 span {
    color: #ff5722;
}

.services-header p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 50px;
}

/* SLIDER SECTION */
.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide-track {
    display: flex;
    width: calc(250px * 8);
    /* width = box width * number of slides */
    animation: scroll 25s linear infinite;
}

.slide {
    flex: 0 0 250px;
    margin: 0 20px;
    text-align: center;
    background: rgba(63, 63, 63, 0.4);
    border: 1px solid #ff5722;
    border-radius: 20px;
    padding: 30px 20px;
    flex-direction: column;
    transition: transform 0.3s ease;
}
.slide:hover {
    transform: scale(1.05);
    background: #ff5722;
    color: #fff;
}

.slide .icon {
    font-size: 3rem;
    color: #ff5722;
    margin-bottom: 15px;
}

.slide h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.slide p {
    font-size: 0.95rem;
    color: #eee;
}

/* Infinite Scroll Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



























.services-section {
    padding: 60px 20px;
    padding-right: 0;
    font-family: Arial, sans-serif;
}

.services-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1400px;
    /* wider section */
    margin: auto;
    flex-wrap: wrap;
}

/* LEFT SIDE - back to original text sizes */
.services-left h2 {
    color: #ff5722;
    font-size: 36px;
    margin-bottom: 30px;
}

.service-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.service-box .num {
    background: #ff5722;
    color: white;
    padding: 15px 22px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 20% 50%, 0% 0%);

}

.service-text h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
}

.service-text p {
    margin: 0;
    color: #444;
    font-size: 14px;
    max-width: 320px;
}

/* RIGHT IMAGE - Larger now */
.services-right {
    flex: 1.6;
    /* More width for image */
    position: relative;
    min-width: 350px;
}

.img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 520px;
    /* Increased height */
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 6% 50%);

    background: #ff5722;
    padding: 25px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 6% 50%);

    position: absolute;
    top: 0;
    border-bottom-left-radius: 15pc;
}


























.comprehensiveServicesSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 80px 10px 80px 20px;
    background-color: #ffffff;
    /* Dark background for contrast */
    color: #000000;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}
.comprehensiveServicesSection2{
    flex-direction: row-reverse;
}
/* LEFT TEXT SIDE */
.comprehensivePart1 {
    flex: 1 1 50%;
    max-width: 380px;
    text-align: start;

}

.comprehensivePart1 h2 {
    color: #ff5722;
    font-size: 2.4rem;
    margin-bottom: 25px;
    position: relative;
}

.comprehensivePart1 h4 {
    color: #ff5722;
    font-size: 1.4rem;
    margin-bottom: 25px;
}

.comprehensivePart1 p {
    color: #000000;
    max-width: 350px;
    font-size: 16px;
    line-height: 1.1;
}
/* RIGHT IMAGE SIDE */
.comprehensivePart2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.firstImg {
    width: 100%;
    max-width: 600px;
    object-fit: cover;
    box-shadow: 0 0 40px rgba(255, 87, 34, 0.4);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    clip-path: polygon(0% 4%, 2% 4%, 2% 2%, 98% 2%, 98% 4%, 100% 4%, 100% 98%, 98% 98%, 98% 100%, 2% 100%, 2% 98%, 0% 98%);



}
.thirdImgContainer{
    max-height: 500px;
    max-width: 500px;
    overflow: hidden;
    clip-path: polygon(0% 0, 5% 1%, 0 1%, 0 99%, 5% 99%, 0% 100%, 99% 100%, 95% 99%, 117% 100%, 100% 1%, 94% 1%, 100% 0);
}
.thirdImg{
    position: relative;
    top: -8px;
    transform: scale(.98);
    
}
.imgBackground{
    clip-path: polygon(0% 0%, 0 27%, 0 50%, 0 75%, 0% 100%, 25% 95%, 54% 100%, 75% 95%, 100% 100%, 100% 76%, 100% 50%, 100% 24%, 100% 0, 75% 5%, 50% 0, 25% 5%);
    padding: 10px;
    background-color: #ff5722;
}
.secondImg{
    width: 100%;
    max-width: 600px;
    object-fit: cover;
    box-shadow: 0 0 40px rgba(255, 87, 34, 0.4);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    clip-path: polygon(0% 0%, 0 27%, 0 50%, 0 75%, 0% 100%, 25% 95%, 54% 100%, 75% 95%, 100% 100%, 100% 76%, 100% 50%, 100% 24%, 100% 0, 75% 5%, 50% 0, 25% 5%);}


.rightSlideAnnimation {
    animation: slideInFromRight .4s ease;
}

/* Hover interaction */
.comprehensivePart2 img:hover {
    transform: scale(1.05);
}

.paddingProperty {
    padding-left: 70px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .comprehensiveServicesSection {
        flex-direction: column;
        text-align: center;
    }

}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .comprehensiveServicesSection {
        flex-direction: column;
        align-items: start;
    }

    .comprehensivePart1,
    .comprehensivePart2 {
        flex: 1 1 100%;

    }

}
















.sliderSection {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    font-family: 'Poppins', sans-serif;
}

/* Optional dark overlay for better text contrast */
.sliderSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 1;
}

.slider {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 100%;
}

.slide-track {
    display: flex;
    width: calc(280px * 8);
    /* slide width * number of slides */
    animation: scroll 25s linear infinite;
}

.slide {
    height: 300px;
    cursor: pointer;
    flex: 0 0 280px;
    margin: 0 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #ff5722;
    border-radius: 20px;
    color: #fff;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
}

.slide h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.slide:hover {
    transform: scale(1.05);
    background: #ff5722;
    color: #000;
}

.slide:hover .slide h2 {
    font-size: 65px;
    color: #ffffff;
}


.slide h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.slide p {
    font-size: 0.95rem;
    color: #ddd;
    line-height: 1.6;
}

/* Infinite scrolling animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== Responsive Styles ===== */
@media (max-width: 1024px) {
    .slide {
        flex: 0 0 240px;
        padding: 25px 15px;
    }

    .slide-track {
        width: calc(240px * 8);
        animation: scroll 22s linear infinite;
    }
    .sliderSection{
        display: none;
    }
    .comprehensiveServicesSection{
        padding-left: 20px;
    }

}

@media (max-width: 768px) {
    section {
        padding: 70px 0;
    }

    .slide {
        flex: 0 0 200px;
        padding: 20px 10px;
    }

    .slide-track {
        width: calc(200px * 8);
        animation: scroll 20s linear infinite;
    }

    .slide h3 {
        font-size: 1.1rem;
    }

    .slide p {
        font-size: 0.85rem;
    }
    
    .comprehensiveServicesSection{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .slide {
        flex: 0 0 180px;
    }
    .slide-track {
        width: calc(180px * 8);
        animation: scroll 18s linear infinite;
    }
}




/* Responsive adjustments */
@media(max-width: 900px) {
    .services-container {
        flex-direction: column;
        gap: 35px;
    }

    .img-box {
        display: none;
    }
}

/* Keyframe Animation for Sliding In */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(-100px);
        /* End at original position */
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(80px);
        /* End at original position */
        opacity: 1;
    }
}






@media (max-width: 768px) {
    .paddingProperty{
        padding-left: 10px;
    }
    .overview-section {
        flex-direction: column;
        /* Stack list and image vertically */
        align-items: center;
        /* Center align items */
        padding-left: 10px;
        /* Reduce padding for smaller screens */
        margin: 100px 0;
        /* Reduce margin */
    }

    .overviewPart1 {
        max-width: 100%;
        /* Full width on small screens */
        transform: translateX(0);
        /* Remove horizontal shift */
        gap: 20px;
        /* Reduce gap */
        align-items: center;
        /* Center the list items */
    }

    .overviewHeading h2 {
        font-size: 28px;
        /* Smaller font for mobile */
        text-align: center;
        /* Center the heading */
    }

    .overviewContent div {
        gap: 15px;
        /* Reduce gap in list items */
    }

    .overviewContent strong {
        font-size: 18px;
        /* Smaller numbers */
    }

    .overviewContent p {
        font-size: 16px;
        /* Smaller text */
    }

    .overviewContent hr {
        margin: 10px 0;
        /* Reduce margin */
    }

    /* Hide the image section entirely */
    .overviewPart2,
    .overviewBackground,
    .imageBackground {
        display: none;
        /* Remove image on screens 768px and below */
    }
}
@media (max-width: 1100px) {
    .comprehensiveServicesSection2{
        flex-direction: column;
        align-items: center;
    }
    .comprehensiveServicesSection{
        align-items: center;
    }
    
}
@media (max-width: 480px) {
    .overview-section {
        padding-left: 5px;
        /* Even less padding */
        margin: 80px 0;
        /* Further reduce margin */
    }

    .overviewPart1 {
        gap: 15px;
        /* Tighter spacing */
    }

    .overviewHeading h2 {
        font-size: 24px;
        /* Even smaller heading */
    }

    .overviewContent strong {
        font-size: 16px;
        /* Smaller numbers */
    }

    .overviewContent p {
        font-size: 14px;
        /* Smaller text */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .services-header h2 {
        font-size: 2rem;
    }

    .slide {
        flex: 0 0 220px;
        padding: 20px 15px;
    }

    .slide-track {
        width: calc(220px * 8);
        animation: scroll 20s linear infinite;
    }
}





@media (max-width: 390px) {
    .slide2{
        width: 150px;
    }
    
}




















/* ===== Fully Responsive Comprehensive Services Section ===== */
.comprehensiveServicesSection {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 20px;
    background-color: #fff;
    color: #000;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}

.comprehensivePart1 {
    flex: 1 1 400px;
    max-width: 500px;
    text-align: start;
}

.comprehensivePart1 h4 {
    color: #ff5722;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.comprehensivePart1 p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.comprehensivePart2 {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
}

.thirdImgContainer {
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
    clip-path: polygon(0% 0, 5% 1%, 0 1%, 0 99%, 5% 99%, 0% 100%, 99% 100%, 95% 99%, 117% 100%, 100% 1%, 94% 1%, 100% 0);
}

.thirdImg {
    width: 100%;
    height: auto;
    transform: scale(0.98);
    transition: transform 0.3s ease;
}

.thirdImg:hover {
    transform: scale(1.05);
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 1100px) {
    .comprehensiveServicesSection {
        flex-direction: column;
        align-items: center;
        padding: 50px 15px;
    }

    .comprehensivePart1,
    .comprehensivePart2 {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: start;
    }

    .comprehensivePart1 p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .comprehensiveServicesSection {
        padding: 40px 10px;
        gap: 30px;
    }

    .comprehensivePart1 h4 {
        font-size: 1.3rem;
    }

    .comprehensivePart1 p {
        font-size: 15px;
    }

    .thirdImgContainer {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .comprehensiveServicesSection {
        padding: 30px 5px;
    }

    .comprehensivePart1 h4 {
        font-size: 1.1rem;
    }

    .comprehensivePart1 p {
        font-size: 14px;
    }

    .thirdImgContainer {
        max-height: 300px;
    }
}

@media (max-width: 360px) {
    .comprehensivePart1 h4 {
        font-size: 1rem;
    }

    .comprehensivePart1 p {
        font-size: 13px;
    }
}
