.image-caption-container {
    text-align: center;
    max-width: auto;
    margin: auto;
    margin-bottom: 80px;
}
.image-caption-container img {
    width: 1208px;
    border-radius: 10px;  
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.image-caption {
    font-style: italic;
    width: 1060px;
    font-size: 18px;
   font-weight: 600;
    color: #626266;
    max-width: 90vw;
   
 
    font-family: "Work Sans", serif; 
    margin-left: auto;
    margin-right: auto;
    line-height: 21.11px;

    
}

.serve-section {
    padding: 60px 10%;
   
    color: #626266;
}

.contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1248px;
}

.text-content {
    flex: 1;
}

.text-content h5 {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    font-family: "Work Sans", serif;
}

.text-content h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    font-family: "Montserrat", serif;
}
span{
    color: #626266;
}

.text-content p {
    font-size: 16px;
    color: #626266;
    max-width: 500px;
    font-weight: 500;
    font-family: "Work Sans", serif;
}

.image-content {
    flex: 1;
}

.image-content img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .contain{
        flex-direction: column;
        text-align: center;
    }

    .image-content img {
        max-width: 100%;
    }
    .text-content{
        width: 100%;
    }
    .text-content h2 {
        font-size: 33px;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    
}

.serve-section {
    padding: 20px 5%;
   
    color: #626266;
}
}


.bod {
           
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.services-container {
    display: flex;
    gap: 20px;
    max-width: 1000px;
    padding: 20px;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #DEDCD3;
    padding: 20px;
   max-height: 452px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: none;
   
}

.service-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000;
    margin-top: 30px;
    font-family: "Montserrat", serif;

}

.service-card p {
    font-size: 16px;
    color: #626266;
    font-family: "Work Sans", serif;
    margin-bottom: 32px;
    line-height: 1.6;
    font-weight: 600;
}

.icon-wrapper {
    width: 100%;
    height: 304px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -19px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    
}
.card-1 .icon-wrapper img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-top: 45%;
}
.card-2 .icon-wrapper img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-top: 37%;
}


/* Unique Backgrounds */
.card-1 .icon-wrapper {
    background: linear-gradient(to bottom, #D0FFFF, #fbfbfb, #fff);
}

.card-2 .icon-wrapper {
    background: linear-gradient(to bottom, #FFE7E7, #fbfbfb, #fff);
}

.card-1 {
    width: 419px;
    height: 452px;
}
.card-2{
    width: 709px;
}

/* Responsive */
@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        align-items: center;
    }

    @media (max-width: 1024px) {
        .services-container {
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }

        .service-card {
            width: 100%;
            max-width: 600px;
        }

        .card-1, .card-2 {
            width: 100%;
            height: auto;
        }

        .card-1 .icon-wrapper img {
            width: 100px;
            height: 100px;
            margin-top: 50%;
        }

        .card-2 .icon-wrapper img {
            width: 120px;
            height: 120px;
            margin-top: 40%;
        }

        .secter {
            flex-direction: column;
            min-height: 15vh;
        }

        .section-heading {
            font-size: 30px;
            margin-top: 50px;
        }

        .hero-section {
            max-width: 90%;
        }

        .hero-overlay {
            padding: 20px;
            text-align: center;
        }

        .features-container {
            gap: 20px;
        }

        .feature-card {
            max-width: 90%;
        }

        .content-section {
            flex-direction: column;
            gap: 20px;
        }

        .image-container {
            max-width: 100%;
        }

        .text-container {
            max-width: 100%;
            text-align: center;
        }
    }
    
.card-1 .icon-wrapper img {
    width: 105px;
    height: 105px;
    object-fit: contain;
    margin-top: 74%;
}
.card-2 .icon-wrapper img {
    width: 112px;
    height: 112px;
    object-fit: contain;
    margin-top: 120%;
}

.secter{
    flex-direction: column;
    min-height: 10vh;
}
}
@media (min-width: 769px) {
    
.secter{
    flex-direction: row-reverse;
    min-height: 20vh;
    margin-top: -270px;
}
}


.card-1 .icon-wrapper img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-top: 45%;
}
.card-2 .icon-wrapper img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-top: 37%;
}


/* Unique Backgrounds */
.question .icon-wrapper {
    background: linear-gradient(to bottom, #FFF7DE, #fbfbfb, #fff);
}

.item .icon-wrapper {
    background: linear-gradient(to bottom, #ECECEC, #fbfbfb, #fff);
}



.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    
    color: #626266;
}

/* Section Heading */
.section-heading {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: 64px;
    margin-top: -20px;
    font-family: "Montserrat", serif;
}

.section-heading span {
    color: #626266;
}

/* Hero Section */
.hero-section {
    width: 100%;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.hero-overlay {
    position: relative;
    bottom: 40px;
    left: 10;
    padding: 30px;
    width: 100%;
   max-width: 600px;
  margin-top: -170px;
    color: #626266;
    border-radius: 0 0 12px 12px;
}

.hero-overlay h2 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Work Sans", serif;
    color: #fff;
}

.hero-overlay p {
    font-size: 16px;
    margin-top: 8px;
    max-width: 600px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    font-family: "Work Sans", serif;
}

/* Features Section */
.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    width: 100%;
    max-width: 1100px;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    width: 100%;
    max-width: 471px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.feature-icon img {
    width: 50px;
    height: auto;
}

.feature-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -20px;
}

.feature-list {
    font-size: 16px;
    color: #555;
    list-style: none;
    padding-left: 0;
    line-height: 1.6;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 8px 0;
}

.white li::before {
    content: url('image/checkmark-badge-01 (1).png');
    width: 18px;
    height: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .body{
        margin-top: 80px;
    }
    .hero-overlay {
        padding: 20px;
        text-align: center;
    }

    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        max-width: 100%;
    }
    .hero-image{
        height: 400px;
        width: auto;
        max-width: 400px;
        max-width: 100%;
        padding: 0px;
        content: 'image/hero.png';
        object-fit: cover;
        filter: brightness(40%);

    }
    .hero-section p{
        font-size: 16px;
        font-weight: 400;
    }
    .hero-overlay{
        
        margin-top: -300px;
        padding: 10px;
       
        text-align: left;
       

    }
    .hero-section{
        width: 100%;
        max-width: 700px;
        padding: 0px;
        
    }
    .section-heading{
        font-size: 25px;
        margin-top: 70px;
        max-width: 600px;
        width: 100%; 
        padding: 0px;
        margin: 0;
        margin-bottom: 50px;
        display: inline-block;
    }
}

.black{
    background-color: #000;
}

.more-details {
    display: inline-flex;
    align-items: center;
    gap: 5px; /* Space between text and icon */
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff; /* Adjust color as needed */
    font-family: "Work Sans", serif;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.black .feature-title{
color: #fff;
font-family: "Montserrat", serif;
font-size: 18px;
font-weight: 600;
}
.more-details img {
    width: 18px;  /* Adjust icon size */
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.shine .more-details{
    color: #626266;
}
.bright .feature-title{
    font-family: "Montserrat", serif;
    text-align: left;
    font-size: 18px;
}
.feature-card.bright{
    padding: 25px;
}

.summary {
           
    color: #626266;
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 20px;
}

.content-section {
    display: flex;
    align-items: center;
    max-width: 1060px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    gap: 84px;
    margin-top: 120px;
    margin-bottom: 120px;
}

.image-container {
    flex: 1;
    max-width: 340px;
    max-height: 550px;
}

.image-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px 0 0 12px;
}

.text-container {
    flex: 1;
    padding: 10px;
    max-width: 655px;
    height: 280px;
}

.text-container h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.text-container p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #626266;
    font-family: "Work Sans", serif;
    font-weight: 600;
}

.text-container em {
    font-weight: 700;
    font-style: italic;
    color: #626266;
}

@media (max-width: 768px) {
    .content-section {
        flex-direction: column;
    }

    .image-container {
        max-width: 100%;
    }

    .image-container img {
        border-radius: 12px 12px 0 0;
    }

    .text-container {
        max-width: 100%;
        padding: 0px;
        text-align: left;
        margin-top: -60px;
        
    }
}
.backy{
    background-color: ;
    margin-top: 50px;
    margin-bottom: 50px;
}

.services-tion {
    text-align: left;
    padding: 60px 5%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

/* Section Title */
.section-title {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #111;
    position: relative;
    font-family: "Montserrat", serif;
    font-weight: bold;
    text-align: center;

}


.section-title strong {
    font-weight: bold;
    position: relative;
    display: inline-block;
}



.services-tainer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.service-cad {

    padding: 5px;
    border-radius: 15px;
border: 1px solid #7c7c7c5d;
    text-align: left;
    width: 23%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.service-cad:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

/* Service Icon */
.service-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
   
    
   
    
    
}
.service-icon img{
    z-index: 700;
}

/* Service Heading */
.service-cad h3 {
    font-size: 15px;
    color: #000;
    font-family: "Montserrat", serif;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 20px;
}

/* Service Paragraph */
.service-cad p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    font-family: "Work Sans", serif;
    font-weight: 500;
}

/* Learn More Link */
.learn-more {
    font-size: 14px;
    font-weight: 600;
    color: #ff6b35;
    text-decoration: none;
    display: inline-block;
}

.learn-more:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-tainer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-cad {
        width: 45%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .service-cad {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .section-title {
        font-size: 28px;
    }
}


.engineering-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 80px;
}

/* Direct Image Styling */
.engineering-section img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px 0 0 20px;
}

/* Content Styling */
.contenteng {
    flex: 1;
    max-width: 600px;
}

.contenteng h2 {
    font-size: 28px;
    font-weight: bold;
    color: #0a0a0a;
    line-height: 40px;
    
    font-family: "Montserrat", serif;
}

.contenteng p {
    font-size: 16px;
    color: #626262;
    font-family: "Work Sans", serif;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
}

/* Links */
.link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #5a32ea;
    text-decoration: none;
    margin-top: 10px;
}

.link:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
    .engineering-section {
        flex-direction: column;
        text-align: center;
    }

    .engineering-section img {
        border-radius: 20px;
    }

    .contenteng {
        padding: 20px;
    }
}

.hero {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    
    
    text-align: center;
    padding: 20px;
}


.hero-content {
    max-width: 1248px;
    margin-top: 115px;
    
}


.hero h1 {
    font-size: 64px; /* Large Text */
    font-weight: bold; /* Bold */
    color: #000; /* Black */
    line-height: 1.2;
    font-family: "Montserrat", serif;
}

.hero h1 span {
    font-weight: 600; /* Semi-Bold */
    color: #6c757d; /* Gray */
}

/* Paragraph */
.hero p {
    font-size: 18px;
    color: #626262; /* Gray */
    margin-top: 15px;
    max-width: 72%;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    font-family: "Work Sans", serif;
}
@media (max-width: 768px){
    .hero p{
        max-width: 100%;
       

    }
    .hero h1{
        font-size: 50px;
        margin-bottom: 25px;
        text-align: center;
    }
    .hero-content{
        margin-top: 50px;
    }
}

/* Feature Section */
.feature-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    gap: 30px;
    padding: 60px 20px;
    padding-top: 200px;
}

/* Left Side - Text */
.feature-content {
    grid-column: span 1;
}

.feature-content h2 {
    font-size: 48px;
    font-weight: bold;
    color: #111;
    font-family: "Montserrat", serif;
}
.feature-content span{
    color: #626262;
}

/* Right Side - Image */
.feature-image {
    grid-column: span 1;
    text-align: right;
}

.feature-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
}

/* Bottom Feature Boxes */
.feature-boxes {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.feature-box {
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    
}

.feature-box i {
    font-size: 32px;
    color: #626262;
    background: ;
    padding: 5px;
    border-radius: 50%;
    width: 15%;
    
}


.feature-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-family: "Montserrat", serif;
    line-height: 23px;
}

.feature-box p {
    font-size: 16px;
    color: #626262;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Work Sans", serif;
}

/* Responsive Design */
@media (max-width: 900px) {
    .feature-section {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .feature-image {
        text-align: center;
    }

    .feature-boxes {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .feature-content h2 {
        font-size: 32px;
    }
}


@media (max-width: 768px){
    .hero h1{
        font-size: 35px;
    }
    .services-tion{
        padding-top: 20px;
    }
    .service-cad{
        padding: 10px;
    }
    
.contacts{
}
.feature-section{
    padding-top: 50px;
}
.summary{
    margin-top: -80px;
}
}
