
/*Why Choose Fruition*/
.why-sec{
    background: linear-gradient(rgb(245, 255, 244) 73%, rgb(255, 255, 255) 100%);
    padding:80px 0;

}

.why-sec h2{
    font-size: 42px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.why-card{
    background:#ffffff;
    padding:60px 25px 30px;   /* extra top padding for icon space */
    border-radius:20px;
    position:relative;
    transition:0.4s ease;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    height:100%;
    text-align:center;
}

/* ICON CIRCLE */
.icon-circle{
    width:80px;
    height:80px;
    background:#f1f1f1;   /* light grey like screenshot */
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#1A7A2E;

    position:absolute;
    top:-40px;            /* moves it above card */
    left:50%;
    transform:translateX(-50%);

    box-shadow:0 8px 20px rgba(0,0,0,0.1);
    border:4px solid #f8f9fa;  /* clean separation from background */
}

/* Hover Effect */
.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.1);
}

.why-card h5{
    margin-top:20px;
    font-weight:600;
}

.why-card p{
    color:#666;
    font-size:14px;
}


/* =========================
   WHY CHOOSE FRUITION
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 991px){

    .why-sec{
        padding:70px 0;
    }

    .why-sec h2{
        font-size:34px;
    }

    .why-card{
        padding:55px 20px 25px;
    }

    .icon-circle{
        width:70px;
        height:70px;
        top:-35px;
        font-size:26px;
    }

    .why-card h5{
        font-size:20px;
    }

    .why-card p{
        font-size:15px;
        line-height:1.7;
    }
}

/* Mobile */
@media (max-width: 767px){

    .why-sec{
        padding:60px 0;
    }

    .why-sec h2{
        font-size:30px;
        line-height:1.3;
    }

    .why-sec > .container > p{
        font-size:15px;
        line-height:1.8;
        margin-bottom:50px !important;
    }

    .why-card{
                
                  margin-top: 20px;
        padding: 30px 20px;

    }

    .icon-circle{
        border-width:3px;
        top:auto;
        left:auto;
        transform:none;
        position: static;
        width: 60px;
        height: 60px;
        font-size: 22px;
        margin: 0 auto 15px;
    }

    .why-card h5{
        font-size:18px;
        line-height:1.4;
        margin-top:15px;
    }

    .why-card p{
        font-size:14px;
        line-height:1.8;
    }
}

/* Small Mobile */
@media (max-width: 575px){

    .why-sec{
        padding:50px 0;
    }

    .why-sec h2{
        font-size:28px;
    }

    .why-sec > .container > p{
        font-size:14px;
        line-height:1.8;
    }

    .why-card{
        padding:50px 18px 22px;
    }

    .icon-circle{
        width:60px;
        height:60px;
        top:-30px;
        font-size:22px;
    }

    .why-card h5{
        font-size:17px;
    }

    .why-card p{
        font-size:14px;
    }
}






/*industries we serve*/

.sec-title{
    font-size: 42px;   /* Change size here */
     font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}


.default-btn2 {
    display: inline-block !important;
    float: none !important;
    text-decoration: none !important;
}
/* Equal 50-50 layout */
.industries-sec .row{
    align-items:center;
}

/* Space between left and right */
.industries-sec .col-lg-6:last-child{
    padding-left:60px;
}

/* Left image styling */
/* Make row columns stretch equally */
.industries-sec .row.align-items-center{
    align-items: stretch !important;
}

/* Full height image wrapper */
/*.industry-image{*/
/*    height: 100%;*/
/*}*/

/* Image fills entire column height */
/* Desktop */
.industry-image img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}


.industries-sec{
    background:#ffffff;   /* White */
    padding-top:100px;   /* increase this value */
    padding-bottom:80px;
}

.industries-sec .industry-image{
    padding-right:40px;
}

/*right side */

.industry-list{
    list-style:none;
    padding-left:0;
    margin:0;
}

.industry-list li{
    position:relative;
    padding-left:28px;
    /*margin-bottom:12px;*/
    font-size:16px;
color: var(--bs-heading-color);
    font-weight: 500;
    margin-bottom: 0;
        line-height: 28px;
        
    /*margin-bottom: 20px;*/
}

.industry-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#28a745;
    font-weight:700;
}

.industry-list p{
        color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0px;
    margin-bottom: 24px;
    /*text-align: center;*/
    
}


.sec-sub{
        color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 24px;
        letter-spacing: 0px;

}

@media (max-width: 991px){

    /* Image column */
    .industries-sec .industry-image{
        padding-right: 0;
        margin-bottom: 30px;
    }

    /*.industry-image{*/
    /*    height: auto;*/
    /*}*/

   .industry-image img{
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 15px;
    }
  
  
  /* Mobile */
@media (max-width: 767px){
    .industry-image img{
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: cover;
        border-radius: 12px;
    }

    .industries-sec{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .industries-sec .industry-image{
        padding-right: 0;
        margin-bottom: 25px;
    }
}
    /* Content */
    .sec-title{
        font-size: 32px;
        text-align: center;
    }

    .sec-sub{
        text-align: center;
    }

    .industry-list li{
        text-align: center;
        padding-left: 0;
    }

    .industry-list li::before{
        display: none;
    }

    .industry-list li p{
        text-align: center !important;
    }

    /* Button center */
    .mt-4{
        text-align: center;
    }
}




/*11) Certifications & Quality Assurance*/

/* Certifications Section */
.cert-sec{
    position: relative;
    background: linear-gradient(rgb(245, 255, 244) 73%, rgb(255, 255, 255) 100%);
    padding: 120px 0 100px 0;
    margin-top: 120px;   /* force distance */
    clear: both;         /* prevent float overlap */
}

.cert-box{
    background:#ffffff;    /* remove blue */
    padding:60px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.cert-box h2{
    font-size:42px;
    font-weight:500;
    line-height:120%;
    letter-spacing:-0.01em;
    margin-bottom:16px;
}

.cert-box p{
    color:#666;
    font-size:15px;
}

.cert-item{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.cert-item i{
    font-size:30px;
    color:#1A7A2E; /* green theme */
}

.cert-item h6{
    font-size:16px;
    font-weight:600;
    margin:0;
}

.cert-item p{
    font-size:14px;
    color:#777;
    margin:0;
}

@media (max-width: 991px){
    .cert-box h2,
    .sec-title{
        font-size:32px;
    }
    
      .cert-box{
        text-align:center;
    }

}

@media (max-width: 575px){

    .cert-box{
        padding:25px 15px;
    }

    .cert-box h2{
        font-size:28px;
    }

}


/* Our capabilities*/

.cap-title{
    font-size:42px;
    margin-bottom:20px;
}

/* Small image */

/* ===== CAP-IMG RESPONSIVE FIX ===== */

/* Desktop default */
.cap-img {
    width: 100%;
    max-width: 100%;
    height: 660px;          /* give object-fit something to work against */
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    object-fit: cover;
    object-position: center;
}

/* Tablet (≤991px) */
@media (max-width: 991px) {
    .cap-img {
        height: 420px;
        max-width: 560px;
        border-radius: 25px;
        margin: 30px auto 20px;
    }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
    .cap-img {
        height: 390px;
        max-width: 100%;
        border-radius: 20px;
        margin: 20px auto;
    }
}

/* Small mobile (≤576px) */
@media (max-width: 576px) {
    .cap-img {
        height: 350px;
        border-radius: 16px;
        margin: 16px auto;
    }
}
/* ===== END CAP-IMG RESPONSIVE FIX ===== */


/* Paragraph */

.cap-text{

    font-size:16px;

    line-height:1.9;

    color:#666;

    text-align:justify;

}


/* Right side items */

.cap-item{

    display:flex;

    gap:18px;

    margin-bottom:28px;

}


.cap-number{

    width:48px;

    height:48px;

    min-width:48px;

    background:#1A7A2E;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

}


.cap-item h5{

    font-size:22px;

    margin-bottom:8px;

}


.cap-item p{

    font-size:15px;

    color:#666;

    line-height:1.7;

}

/* Responsive */
/* ================= RESPONSIVE ================= */

@media (max-width: 991px){

    /* Section spacing */
    .capabilities-section{
        padding:60px 0 !important;
    }

    /* Heading */
    .cap-title{
        font-size:32px;
        text-align:center;
    }

    /* Columns */
    .capabilities-section .col-lg-4:first-child,
    .capabilities-section .col-lg-4:last-child{
        padding-left:12px;
        padding-right:12px;
    }

    /* Text */
    .cap-text{
        text-align:center;
        font-size:15px;
    }

    /* Button */
    .capabilities-section .mt-4{
        text-align:center;
        margin-bottom:30px;
    }

 
    /* Capability items */
    .cap-item{
        gap:12px;
        margin-bottom:20px;
    }

    .cap-number{
        min-width:42px;
        width:42px;
        height:42px;
        font-size:14px;
    }

    .cap-item h5{
        font-size:18px;
    }

    .cap-item p{
        font-size:15px;
        margin-bottom:0;
    }
}




/* Small Mobile */

/* Mobile */
@media (max-width: 576px){

    .cap-title{
        font-size:28px;
    }

    .cap-text{
        font-size:14px;
    }

    .cap-item{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .cap-number{
        margin-bottom:10px;
    }

    .cap-item h5{
        font-size:17px;
    }

    .cap-item p{
        font-size:14px;
    }

    .btn.btn-warning{
        width:100%;
    }
}



/* Left text column */
.capabilities-section .col-lg-4:first-child{
    padding-right:40px;
}

/* Right list column */
.capabilities-section .col-lg-4:last-child{
    padding-left:40px;
}

@media (max-width: 991px){
    .capabilities-section .text-center{
        text-align:center !important;
    }
}

@media (max-width: 767px){

    .capabilities-section .col-lg-4{
        margin-bottom:30px;
    }

}

/*END OF CAPABILITIES*/












.spice-section{
    background:#f3efe6;
    overflow:hidden;
}

/* LEFT PANEL */
.left-panel{
    background:#8c4523;
    color:#fff;
    padding:80px 40px;
    min-height:100%;
    position:relative;
}

.left-panel h2{
    font-family:'Playfair Display', serif;
    font-size:46px;
    margin-bottom:20px;
}

.left-panel ul{
    margin-top:20px;
}

.left-panel li{
    margin-bottom:8px;
}

/* TOP IMAGE */
.spice-image{
    height:350px;
    object-fit:cover;
    width:100%;
}

/* Torn Effect */
.torn{
    position:relative;
    margin-top:-40px;
    height:80px;
    background:#f3efe6;
    border-top-left-radius:50% 100%;
    border-top-right-radius:50% 100%;
}

/* CENTER CONTENT */
.center-content{
    padding:60px 40px;
    text-align:center;
    color:#8c4523;
    font-style:italic;
    border-right:1px solid #d9d0c5;
}

.center-content p{
    font-size:18px;
}

/* RIGHT CONTENT */
.right-content{
    padding:60px 40px;

    color:#8c4523;
        padding-left:80px;
    font-style:italic;
}

.right-content h3,
.right-content p{
    max-width:500px;
}

/* Tablet */
@media (max-width:991px){

    .center-content{
        border-right:none;
        border-bottom:1px solid #d9d0c5;
        padding:40px 25px;
    }

    .right-content{
        padding:40px 25px;
    }

}

/* Mobile */
@media (max-width:767px){

    .center-content,
    .right-content{
        padding:30px 20px;
        text-align:center;
    }

    .center-content p,
    .right-content p{
        font-size:16px;
    }

}

/* Footer text */
.bottom-text{
    font-size:14px;
    margin-top:30px;
    font-style:normal;
    color:#8c4523;
}



    ul li {
    font-size: 20px;
    line-height: 1.6;
}
    .btn-green {
    align-self: center;
}



   /* ================= HERO SECTION ================= */

.hero-section{
    background:#b82024;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size:60px 60px;
    padding:140px 0;
    position:relative;
    overflow:hidden;
}

/* Beige Content Panel */
.hero-box{
    background:#efe1b3;
    padding:70px;
    border-radius:45px;
}

.hero-subtitle{
    font-size:14px;
    letter-spacing:1px;
}

.hero-title{
    font-family:'Playfair Display', serif;
    font-size:58px;
    line-height:1.1;
}

.hero-desc{
    font-size:16px;
    max-width:500px;
}

/* Circular Image */
.hero-image-wrapper{
    border:5px solid #f4b400;
    border-radius:50%;
    padding:12px;
    display:inline-block;
}

.hero-img{
    border-radius:50%;
    object-fit:cover;
}

/* Floating Highlight */
.hero-highlight{
    position:absolute;
    bottom:50px;
    left:50%;
    transform:translateX(-50%);
    background:#f4b400;
    padding:18px 40px;
    border-radius:30px;
    font-size:14px;
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
}



/* HERO */
.hero{
    position:relative;
    border-radius:10px;
    overflow:hidden;
}

.hero img{
    width:100%;
    height:350px;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2);
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-left:60px;
    color:#fff;
}

.hero-overlay h1{
    font-size:48px;
    font-weight:500;
}

.hero-overlay p{
    font-size:18px;
}

.btn-green{
    background:#8bc34a;
    border:none;
    color:#fff;
    padding:10px 25px;
    border-radius:30px;
    width:150px;
}

.btn-green:hover{
    background:#7cb342;
}

/* CONTENT */
.content{
    text-align:center;
    margin-top:40px;
}

.content h2{
    font-weight:500;
    color:#777;
}

.content p{
    max-width:600px;
    margin:auto;
    color:#888;
}


/* CARDS */
.custom-card{
    background:#aab48b;
    border-radius:12px;
    padding:20px;
    color:#fff;
    display:flex;
    align-items:center;
    gap:15px;
}

.custom-card img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.card-text small{
    font-size:12px;
    opacity:0.9;
}
    .hero{
    height:400px;
    background-image: url('https://images.unsplash.com/photo-1596040033229-a9821ebd058d');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* 🔥 parallax effect */
    position: relative;
    border-radius:10px;
    overflow:hidden;
}

/* overlay */
.hero-overlay{
    background: rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-left:60px;
}
</style>

   


<style>



/* SECTION */
.why-section{
    text-align:center;
    padding:60px 20px;
}

/* TITLE */
.why-title{
    font-size:28px;
    font-weight:500;
    color:#6b7d5c;
}


/* FEATURE */
.feature-box{
    padding:20px;
}

.feature-icon{
    width:60px;
    height:60px;
    object-fit:contain;
    margin-bottom:10px;
}



/* Tablet */
@media (max-width: 991px) {
    .sec-lft {
        position: relative;
        min-height: 350px !important;
        margin-bottom: 20px !important;
    }
}

    .abt1{
        width:180px;
        top:0;
        left:50%;
        transform:translateX(-50%);
    }

    .abt2{
        width:130px;
        top:150px;
        left:15%;
    }

    .abt3{
        width:130px;
        top:150px;
        right:15%;
    }

    .abt4{
        width:180px;
        top:280px;
        left:50%;
        transform:translateX(-50%);
    }
    

/*    .benefits-section{*/
/*        padding: 70px 0;*/
/*    }*/

/*    .benefits-section h2{*/
/*        font-size: 36px !important;*/
/*        text-align: center;*/
/*        margin-bottom: 30px !important;*/
/*    }*/

/*    .benefits-section .col-lg-4{*/
/*        text-align: center;*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .benefits-section img{*/
/*        width: 100% !important;*/
/*        max-width: 350px;*/
/*        margin: auto;*/
/*        display: block;*/
/*    }*/

/*    .benefit-card{*/
/*        padding: 20px 20px 20px 65px;*/
/*    }*/

/*    .benefit-card h5{*/
/*        font-size: 18px;*/
/*    }*/

/*    .faq-answer{*/
/*        font-size: 14px;*/
/*    }*/
/*}*/


/* Mobile */
/*@media (max-width: 767px) {*/

/*    .benefits-section{*/
/*        padding: 50px 15px;*/
/*    }*/

/*    .benefits-section h2{*/
/*        font-size: 28px !important;*/
/*        text-align: center;*/
/*    }*/

/*    .benefits-section .p-5{*/
/*        padding: 20px !important;*/
/*    }*/

/*    .benefits-section img{*/
/*        width: 100% !important;*/
/*        max-width: 280px;*/
/*        margin: auto;*/
/*        display: block;*/
/*    }*/

/*    .benefit-card{*/
/*        padding: 18px 15px 18px 55px;*/
/*        border-radius: 15px;*/
/*    }*/

/*    .benefit-card h5{*/
/*        font-size: 16px;*/
/*        line-height: 1.4;*/
/*    }*/

/*    .faq-answer{*/
/*        font-size: 13px;*/
/*        line-height: 1.6;*/
/*    }*/

/*    .plus-icon{*/
/*        width: 28px;*/
/*        height: 28px;*/
/*        left: 15px;*/
/*        top: 18px;*/
/*        font-size: 16px;*/
/*    }*/
/*}*/


/* Small Mobile */
/*@media (max-width: 480px) {*/

/*    .benefits-section h2{*/
/*        font-size: 24px !important;*/
/*    }*/

/*    .benefit-card{*/
/*        padding: 15px 15px 15px 50px;*/
/*    }*/

/*    .benefit-card h5{*/
/*        font-size: 15px;*/
/*    }*/

/*    .faq-answer{*/
/*        font-size: 12px;*/
/*    }*/

/*    .plus-icon{*/
/*        width: 25px;*/
/*        height: 25px;*/
/*        font-size: 14px;*/
/*    }*/
/*}*/


/*CTA SECTION*/


.btn-green {
    background: #8bc34a;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    width: 150px;
}



@media (min-width: 768px) and (max-width: 991px) {
    .sec-lft {
        min-height: 320px !important;
        margin-bottom: 7px !important;
    }
    .sec1 {
        padding-bottom: 40px !important;
    }
}

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.4/dist/aos.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" rel="stylesheet">

