
:root{
--primary:#0D4D79;
--gold:#F5A623;
--light:#f8fafc;
--dark:#111827;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}
body{
line-height:1.7;
color:#333;
}
.container{
width:90%;
max-width:1200px;
margin:auto;
}
header{
position:sticky;
top:0;
background:#fff;
padding:18px 0;
box-shadow:0 2px 10px rgba(0,0,0,.08);
z-index:999;
}
nav{
display:flex;
justify-content:space-between;
align-items:center;
}
.logo{
font-size:28px;
font-weight:700;
color:var(--primary);
}
nav ul{
display:flex;
gap:40px;
list-style:none;
}
nav ul li a{
text-decoration:none !important;
color:#333;
font-weight:500;
font-size: 18px;
}
.logo img{width:215px !important;}
.hero{
height:60vh;
display:flex;
align-items:center;
text-align:center;
background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),url('assets/img/inner-page.jpeg') center/cover;
color:#fff;
}
.hero h1{
font-size:58px;
margin-bottom:20px;
}
.hero p{
font-size:20px;
max-width:800px;
margin:auto;
}
section{
padding:80px 0;
}
.section-title{
text-align:center;
margin-bottom:50px;
}
.section-title h2{
font-size:40px;
color:var(--primary);
}
.card{
background:#fff;
padding:30px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;
}
.card:hover{
transform:translateY(-8px);
}
.grid{
display:grid;
gap:25px;
}
.btn{
display:inline-block;
padding:14px 30px;
background:var(--gold);
color:#fff;
text-decoration:none;
border-radius:40px;
}
.cta{
background:var(--primary);
color:#fff;
text-align:center;
}
footer{
background:#111;
color:#fff;
padding:50px 0;
}
.footer-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:30px;
}
@media(max-width:768px){
.hero h1{
font-size:38px;
}
nav ul{
display:none;
}
.footer-grid{
grid-template-columns:1fr;
}
}

.features-section{
    padding:100px 0;
   
     background:linear-gradient(135deg,#0B1F3A,#102B52);
}

.section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.section-title span{
    color:#2b7f19;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title h2{
    font-size:48px;
    color:#0b1f3a;
    margin:15px 0;
}

.section-title h3{
    font-size:48px;
    color:#fff;
    margin:15px 0;
}
.section-title p{
    color:#666;
    line-height:1.8;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.feature-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.feature-content{
    padding:25px;
}

.feature-content h3{
    color:#0B1F3A;
    margin-bottom:12px;
    font-size:22px;
}

.feature-content p{
    color:#666;
    line-height:1.7;
}

@media(max-width:768px){

    .section-title h2{
        font-size:34px;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }
}

.testimonials-section{
    padding:100px 0;
     background:#f8f9fb;

    color:#fff;
}

.testimonials-section .section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.testimonials-section .section-title span{
    color:#2b7f19;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
}

.testimonials-section .section-title h2{
    font-size:48px;
    margin:15px 0;
    color:#0B1F3A;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
    gap:30px;
}

.testimonial-card{
    background:#fff;
    color:#333;
    padding:35px;
    border-radius:20px;
    position:relative;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.quote-icon{
    font-size: 30px;
    color: #2b7f19;
    margin-bottom: 0px;
}

.stars{
    color:#ffb400;
    font-size:18px;
    margin-bottom:15px;
}

.testimonial-card p{
        line-height: 1.6;
    margin-bottom: 10px;
    min-height: 90px;
}

.client{
    display:flex;
    align-items:center;
    gap:15px;
}

.client img{
    width:45px;
    height:45px;
    border-radius:50%;
    object-fit:cover;
}

.client h4{
    margin:0;
    color:#0B1F3A;
}

.client span{
    font-size:14px;
    color:#777;
}

@media(max-width:768px){

    .testimonials-section .section-title h2{
        font-size:34px;
    }

    .testimonial-card{
        padding:25px;
    }

    .testimonial-card p{
        min-height:auto;
    }
}
.quote-section{
    padding:100px 0;
    background:
    linear-gradient(rgba(11,31,58,.88),rgba(11,31,58,.88)),
    url('images/construction-bg.jpg');
    background-size:cover;
    background-position:center;
}

.quote-wrapper{
    display:grid;
    grid-template-columns:1fr 500px;
    gap:60px;
    align-items:center;
}

.quote-content{
    color:#fff;
}

.section-tag{
    display:inline-block;
    color:#2b7f19;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.quote-content h2{
    font-size:52px;
    line-height:1.15;
    margin-bottom:20px;
}

.quote-content p{
    font-size:18px;
    line-height:1.8;
    opacity:.9;
}

.quote-benefits{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.quote-benefits div{
    font-size:16px;
}

.quote-benefits i{
    color:#2b7f19;
    margin-right:10px;
}

.quote-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.quote-form-box h3{
    color:#0B1F3A;
    margin-bottom:25px;
    text-align:center;
    font-size:30px;
}

.form-group{
    margin-bottom:18px;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:15px 18px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#2b7f19;
    outline:none;
}

.quote-btn{
    width:100%;
    background:#2b7f19;
    color:#fff;
    border:none;
    padding:16px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.quote-btn:hover{
    background:#b8890f;
}

@media(max-width:991px){

    .quote-wrapper{
        grid-template-columns:1fr;
    }

    .quote-content h2{
        font-size:38px;
    }

    .quote-benefits{
        grid-template-columns:1fr;
    }
}
.partners-showcase{
    padding:120px 0;
    background:#f8f9fb;
}

.partners-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:35px;
}

.partner-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
}

.partner-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.partner-logo{
    background:#fff;
    padding:40px;
    text-align:center;
    border-bottom:1px solid #eee;
}

.partner-logo img{
    max-width:180px;
    max-height:90px;
    object-fit:contain;
}

.partner-content{
    padding:30px;
}

.partner-content h3{
    color:#0B1F3A;
    margin-bottom:15px;
    font-size:24px;
}

.partner-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.partner-content ul{
    list-style:none;
    padding:0;
    margin-bottom:25px;
}

.partner-content ul li{
    padding:8px 0;
    color:#444;
}

.partner-content ul li:before{
    content:"✓";
    color:#2b7f19;
    font-weight:bold;
    margin-right:10px;
}

.partner-btn{
    display:inline-block;
    background:#0B1F3A;
    color:#fff;
    padding:12px 25px;
    border-radius:8px;
    text-decoration:none;
    transition:.3s;
}

.partner-btn:hover{
    background:#2b7f19;
}
.footer-area{
    background:#17191f;
    padding:80px 0 30px;
    color:#bfbfbf;
}

.footer-widget{
    margin-bottom:30px;
}

.footer-logo{
    max-width:180px;
    margin-bottom:20px;
}

.footer-widget h4{
    color:#fff;
    font-size:24px;
    margin-bottom:25px;
    font-weight:600;
}

.footer-widget p{
    line-height:1.9;
}

.footer-widget ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-widget ul li{
    margin-bottom:15px;
}

.footer-widget ul li a{
    color:#bfbfbf;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#2b7f19;
}

.footer-widget ul li::before{
    content:"›";
    color:#2b7f19;
    margin-right:10px;
}

.social-links a{
    width:40px;
    height:40px;
    border:1px solid rgba(255,255,255,.2);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:10px;
    color:#fff;
}

.social-links a:hover{
    background:#2b7f19;
    border-color:#2b7f19;
}

.contact-info li{
    display:flex;
    gap:10px;
}

.contact-info i{
    color:#2b7f19;
    margin-top:5px;
}

.footer-bottom{
    padding-top:20px;
}

.footer-bottom a{
    color:#bfbfbf;
    text-decoration:none;
}

.footer-bottom a:hover{
    color:#2b7f19;
}

.clients-section{
    padding:70px 0;
    background:#2b7f19;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.clients-section h2{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#fff;
    margin-bottom:40px;
}

.logo-slider{
    overflow:hidden;
    position:relative;
    width:100%;
}

.logo-track{
    display:flex;
    width: calc(440px * 12);
    animation: scroll 110s linear infinite;
}

.logo-slider:hover .logo-track{
    animation-play-state:paused;
}

.client-logo{
    width:220px;
    height:120px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    margin:0 12px;
    border-radius:10px;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
    transition:.3s;
}

.client-logo:hover{
    transform:translateY(-6px);
}

.client-logo img{
    max-width:150px;
    max-height:70px;
    object-fit:contain;
   /* filter:grayscale(100%);*/
    transition:.4s;
}

.client-logo:hover img{
    /* filter:grayscale(0%);*/
}

@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:768px){

.client-logo{
    width:170px;
    height:90px;
}

.client-logo img{
    max-width:120px;
}

.logo-track{
    animation-duration:18s;
}

.clients-section h2{
    font-size:28px;
}

}

.why-veridian{
    background:#0d4d79;
}

.section-heading .subtitle{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:6px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#fff;
    font-size:17px;
}

.feature-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    /*height:100%;*/
    transition:.35s;
    border:1px solid #edf0f4;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
    min-height: 388px;
    margin-top: 40px;
}

.feature-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0d6efd,#00b894);
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d6efd,#00b894);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    margin-bottom:25px;
}

.feature-card h4{
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;
    color:#222;
}

.feature-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

.section-heading h2{
    font-size:30px;
}

.feature-card{
    padding:28px;
}

}

.our-approach{
    background:#f8fafc;
}

.section-subtitle{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.our-approach h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
    line-height:1.3;
}

.our-approach p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
    font-size:16px;
}

.approach-img{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.approach-img img{
    width:100%;
    display:block;
    transition:.5s;
        height: 665px;
}

.approach-img:hover img{
    transform:scale(1.05);
}

.approach-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
    margin-bottom:35px;
}

.feature{
    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    padding:15px 18px;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.feature i{
    color:#0d6efd;
    font-size:22px;
}

.feature span{
    font-weight:600;
    color:#333;
}

.btn-approach{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-approach:hover{
    background:#084298;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){

.our-approach h2{
    font-size:32px;
}

.approach-features{
    grid-template-columns:1fr;
}

}

@media(max-width:767px){

.our-approach h2{
    font-size:28px;
}

}
.our-values{
    background:#ffffff;
}

.section-heading .subtitle{
    display:inline-block;
    padding:8px 18px;
    background:#0d6efd;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
}

.value-card{
    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border:1px solid #edf1f5;
    position:relative;
    overflow:hidden;
        margin-top: 30px;
}

.value-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0d6efd,#00b894);
}

.value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.value-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0d6efd,#00b894);
    color:#fff;
    font-size:34px;
}

.value-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#484a4a;
}

.value-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

.section-heading h2{
    font-size:30px;
}

.value-card{
    padding:30px 25px;
}

}

.work-process{
    background:#f8fafc;
}

.subtitle{
    display:inline-block;
    padding:8px 18px;
    background:#0d6efd;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.section-heading p{
    max-width:720px;
    margin:auto;
    color:#666;
}

.process-card{
    position:relative;
    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    text-align:center;
    height:100%;
    transition:.35s;
    overflow:hidden;
    border-top:5px solid #0d6efd;
    margin-top:30px;
}

.process-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.process-number{
    position:absolute;
    top:18px;
    right:20px;
    font-size:48px;
    font-weight:700;
    color:#eef3f8;
    line-height:1;
}

.process-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#0d6efd,#00b894);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.process-card h4{
    font-size:23px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.process-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

.section-heading h2{
    font-size:30px;
}

.process-card{
    padding:30px 25px;
}

.process-number{
    font-size:38px;
}

}

/*================================
Hero
================================*/

.contact-hero{
    background:linear-gradient(rgba(12,24,38,.75),rgba(12,24,38,.75)),
    url(images/contact-banner.jpg) center center/cover;
    padding:120px 0;
    text-align:center;
    color:#fff;
}

.contact-hero h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

.contact-hero p{
    font-size:20px;
    color:#ddd;
}

/*================================
Contact Section
================================*/

.contact-wrapper{
    padding:90px 0;
}

.contact-wrapper .container {
    display:flex;
    grid-template-columns:580px 1fr;
    gap:50px;
    align-items:flex-start;
}

/*================================
Left Info
================================*/

.contact-info{
    background:#0b1c2e;
    color:#fff;
    border-radius:20px;
    padding:45px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    width:380px;
}

.contact-info h2{
    font-size:34px;
    margin-bottom:35px;
}

.info-box{
    margin-bottom:28px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(255,255,255,.15);
}

.info-box:last-child{
    border:none;
    margin-bottom:0;
}

.info-box h4{
    color:#00b7ff;
    margin-bottom:8px;
    font-size:18px;
}

.info-box p{
    color:#d9d9d9;
    line-height:28px;
}

/*================================
Form
================================*/

.contact-form{
    background:#fff;
    border-radius:20px;
    padding:50px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    width:800px;
}

.contact-form h2{
    font-size:34px;
    margin-bottom:35px;
}

.contact-form form{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:16px 20px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
    transition:.3s;
    outline:none;
}

.contact-form textarea{
    grid-column:1/-1;
    height:180px;
    resize:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#0078ff;
    box-shadow:0 0 0 4px rgba(0,120,255,.08);
}

.contact-form button{
    grid-column:1/-1;
    background:#0b1c2e;
    color:#fff;
    border:none;
    padding:18px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.contact-form button:hover{
    background:#0078ff;
    transform:translateY(-3px);
}

/*================================
CTA
================================*/

.contact-cta{
    background:#0b1c2e;
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.contact-cta h2{
    font-size:40px;
    margin-bottom:25px;
}

.contact-cta a{
    display:inline-block;
    text-decoration:none;
    background:#00b7ff;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.contact-cta a:hover{
    background:#fff;
    color:#0b1c2e;
}

/*================================
Hover Effect
================================*/

.contact-info,
.contact-form{
    transition:.4s;
}

.contact-info:hover,
.contact-form:hover{
    transform:translateY(-6px);
}

/*================================
Responsive
================================*/

@media(max-width:991px){

.contact-wrapper .container{
    grid-template-columns:1fr;
}

.contact-form form{
    grid-template-columns:1fr;
}

.contact-hero{
    padding:90px 20px;
}

.contact-hero h1{
    font-size:40px;
}

.contact-info,
.contact-form{
    padding:35px;
}

.contact-cta h2{
    font-size:32px;
}

}

@media(max-width:768px){

.contact-hero h1{
    font-size:34px;
}

.contact-hero p{
    font-size:16px;
}

.contact-info h2,
.contact-form h2{
    font-size:28px;
}

.contact-form{
    padding:30px;
}

.contact-info{
    padding:30px;
}

.map-section iframe{
    height:350px;
}

.contact-cta{
    padding:60px 20px;
}

.contact-cta h2{
    font-size:28px;
}

.contact-cta a{
    width:100%;
    text-align:center;
}

}

.product-category{
    padding:90px 0;
}

.category-title{
    margin-bottom:45px;
}

.category-title h2{
    font-size:34px;
    font-weight:700;
    color:#14213d;
    position:relative;
    padding-bottom:15px;
}

.category-title h2:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:4px;
    background:#c79a3b;
    border-radius:5px;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;
}

.product-card{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:18px;
    padding:25px;
    text-align:center;
    transition:.35s;
    overflow:hidden;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.10);
}

.product-image{
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.product-image img{
    max-width:100%;
    max-height:200px;
    transition:.35s;
}

.product-card:hover img{
    transform:scale(1.05);
}

.product-card h4{
    font-size:18px;
    font-weight:600;
    color:#14213d;
    margin:0;
    line-height:28px;
}

@media(max-width:768px){

.product-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.product-image{
    height:160px;
}

.product-image img{
    max-height:140px;
}

.product-card{
    padding:18px;
}

.product-card h4{
    font-size:16px;
}

}

@media(max-width:480px){

.product-grid{
    grid-template-columns:1fr;
}

}

.feature-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 50px;
    margin-top: 40px;
}

.feature-point {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.feature-point .bullet {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1d5c45;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
}

.feature-point h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.feature-point p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 767px) {
    .feature-points {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .feature-point {
        padding: 15px 0;
    }

    .feature-point h3 {
        font-size: 18px;
    }
}
