body{
    direction: rtl;
    font-family: Vazirmatn;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 0;
}

/* جای کافی برای هدر چسبان هنگام رفتن به بخش‌های منو */
#solutions,
#products,
#industries,
#technology,
#projects {
    scroll-margin-top: 0;
}

header{
    background-color:#ffffff;
    margin-bottom: 1rem;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 0;
    }

    #solutions,
    #products,
    #industries,
    #technology,
    #projects {
        scroll-margin-top: 0;
    }
}
.logo{
    height:44px;
}
.brand-link{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
}

.navbar{
    min-height:40px;
}

.navbar-nav{

    gap:35px;

}

.nav-link{

    display:flex;
    align-items:center;
    gap:8px;

    position:relative;

    color:#1f2b38 !important;
    font-size:18px;
    font-weight:500;

    padding:10px 0 !important;

}

.nav-link::after{

    content:'';

    position:absolute;

    bottom:0;

    right:0;

    width:0;

    height:4px;

    background:#063412;

    transition:.3s;

}

.nav-link:hover::after{

    width:100%;

}

.nav-link i{

    font-size:12px;

}



.hero{

    position:relative;
    min-height:430px;
    padding:90px 0;
    height:auto;
    overflow:hidden;
    padding-top: 5rem;

}

.hero-bg{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

}

.hero .container{

    position:relative;
    z-index:2;

    max-width:1180px;
    height:100%;

    display:flex;
    justify-content:flex-end;
    align-items:center;

}

.hero-content{
    max-width:650px;
    margin-right:8%;
    margin-left:auto;
    text-align:right;
}
.hero-subtitle{

    display:block;

    font-size:15px;

    font-weight:400;

    margin-bottom:18px;

    color: rgb(243 243 243 / 0.51);

}

.hero h1{

    font-size:33px;

    font-weight:bolder;

    line-height:1.45;

    margin-bottom:18px;

    color: white;

}

.hero p{

    font-size:16px;

    line-height:2;

    color:#ececec;

    margin-bottom:28px;

}

.hero-buttons{

    display:flex;

    justify-content:flex-start;

    gap:14px;

}

.btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:42px;

    padding:0 28px;

    border-radius:7px;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    transition:.25s;

}

.btn-green{

    background:#29c540;
    min-width:170px;
    color: #000000;

}

.btn-green:hover{

    background:#20af36;

}

.btn-outline{

    border:1px solid rgba(255,255,255,.35);

    color:#fff;

}

.btn-outline:hover{

    background:#fff;

    color:#222;

}










.services{

    margin-top:-86px;
    position:relative;
    z-index:20;

}

.services .row{

    row-gap:24px;

}

.service-card{

    background:#fff;

    border:1px solid #d7d7d7;

    border-radius:18px;

    padding:30px 28px;

    min-height:255px;

    text-align:center;

    transition:.3s;

}

.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.service-image{

    height:92px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:10px;

}

.service-image img{

    width:64px;

    height:64px;

    object-fit:contain;

}

.service-card h3{

    font-size:17px;

    font-weight:700;

    line-height:1.8;

    margin-bottom:4px;

}

.service-card span{

    display:block;

    font-size:15px;

    font-weight:700;

    margin-bottom:18px;

}

.service-card p{

    font-size:15px;

    line-height:2;

    color:#555;

}










.container-2 {
     display: flex;
    gap: 20px;
    width: 100% ;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem;
}
.card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    width:100%;
    max-width:260px;
    min-height: 220px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    cursor: pointer;
}
.card >div{
 padding-inline: 1rem;
    padding-top: 10px;
}
.card   img{
    height: 120px;

}
.card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.5;
}
.card .en {
    font-size: 13px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 16px;
    direction: ltr;
}
.card p {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
}








.container-3 {
    display: flex;
    justify-content: center;
    padding: 1rem;
    width: 100%;
    background: #ecedef;
}

.banner {
    background: #fff;
    border-radius: 24px;
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: relative;
}



.banner-content {
    padding: 36px 48px;
    flex: 1;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
    line-height: 1.5;
}

.banner-content p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.9;
    max-width: 460px;
}
.banner-green {
    width: 400px;
    min-height: 160px;
    background: #22c55e;
    border-radius: 120px 24px 24px 120px;
    flex-shrink: 0;
    margin-left: -20px;
}

.banner-green.banner-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





.banner-green-2 {
    width: 400px;
    min-height: 160px;
    background: #22c55e;
    border-radius: 24px 120px 120px 24px;
    flex-shrink: 0;
    margin-left: -20px;
}









/* کارت‌های سبز رنگ بالا */
.green-card {
    background-color: #0e7537;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    position: relative;
    transition: transform 0.2s ease-in-out;
}
.green-card:hover {
    transform: translateY(-3px);
}

.product-card-link {
    color: #ffffff;
    isolation: isolate;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}

.product-card-link:hover,
.product-card-link:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.product-card-overlay {
    background: linear-gradient(135deg, rgba(14, 117, 55, .92), rgba(8, 53, 30, .72));
    inset: 0;
    position: absolute;
    z-index: 0;
}

.product-card-content {
    position: relative;
    z-index: 1;
}

.green-card-lg {
    min-height: 300px;
}

/* چیدمان محصولات: سه کارت در ردیف اول و چهار کارت در ردیف دوم */
.products-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.product-grid-cell {
    min-width: 0;
}

.product-grid-three {
    grid-column: span 4;
}

.product-grid-four {
    grid-column: span 3;
}

.green-card-sm {
    min-height: 190px;
}

.card-code {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.card-title-fa {
    font-weight: 700;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .products-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .product-grid-three,
    .product-grid-four {
        grid-column: span 2;
    }
}

@media (max-width: 575.98px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-grid-three,
    .product-grid-four {
        grid-column: span 1;
    }
}

/* بخش اسلایدر پایین */
.badge-custom {
    background-color: #e0eeff;
    color: #0d6efd;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.slider-card-title {
    font-size: 0.95rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.slider-card-desc {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* فلش‌های کنترلی اسلایدر */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1) grayscale(100%) brightness(0.2);
    width: 2rem;
    height: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}












.container-4{
    width:min(1200px,92%);
    margin:auto;
}


/* باکس‌های سبز عمومی */
.green-box {
    background-color: #0e7537;
     width: 100%;
    height: 100%;
    min-height: 380px !important;
}

/* کارت بخش صنایع */
.industries-card {
    background-color: #f8f9fa;
    border-radius: 20px;
     border: 1px solid #f0f0f0;
    overflow: hidden;
}

.industry-item-title {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.industry-item {
    border-radius: 12px;
    cursor: pointer;
    padding: 0.35rem 0.6rem;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.industry-item:hover,
.industry-item.active {
    background-color: rgba(14, 117, 55, 0.08);
    transform: translateX(-4px);
}

.industry-item:focus-visible {
    background-color: rgba(14, 117, 55, 0.08);
    box-shadow: 0 0 0 3px rgba(14, 117, 55, 0.25);
    outline: none;
}

.industry-item-desc {
    font-size: 0.85rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
}

.industry-image-box {
    background-color: #0e7537;
    aspect-ratio: 1.28 / 1;
    height: auto;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.industry-image {
    display: block;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease, transform 0.5s ease;
    width: 100%;
}

.industry-image.is-changing {
    opacity: 0.25;
    transform: scale(1.03);
}

/* بخش فناوری */
.tech-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tech-title-en {
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.tech-title-fa {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.tech-desc {
    font-size: 0.82rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.btn-more {
    color: #0d6efd;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-left: 1rem;

 }

.btn-more:hover {
    text-decoration: underline;
    color: #0a58ca;
}















/* باکس تیره اصلی لوگوها */
.clients-box {
    background-color: #1a1d20;
    border-radius: 20px;
    padding: 45px 30px;
    color: #ffffff;
}

/* تنظیم لوگوها */
.client-logo-slot {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.client-logo {
    height: 75px;
    max-width: 100%;
    width: 180px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* سفید کردن لوگوها در صورت رنگی بودن */
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.client-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* خط جداکننده عمودی بین ستون‌ها */
.border-col {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 767.98px) {
    .border-col {
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}





/* CSS اختصاصی با نام‌گذاری کاملاً یونیک */
.jsm-footer-section {
    background-color: #16181b;
    color: #ffffff;
    font-family: Tahoma, 'Vazirmatn', sans-serif;
    display: block;
    min-height: 250px;
    opacity: 1 !important;
    position: relative;
    visibility: visible !important;
    padding-top: 2rem;
    padding-bottom: 10px;
 }

/* بخش سمت راست (تصویر پس‌زمینه سالید و لوگو) */
.jsm-footer-brand-box {
     border-radius: 16px;
     text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

     width: fit-content !important;

}

.jsm-footer-brand-title {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #ffffff;
}

.jsm-footer-copyright {
    font-size: 0.8rem;
    color: #8c959f;
    direction: ltr;
}

/* بخش سمت چپ (خبرنامه و لینک‌ها) */
.jsm-newsletter-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.jsm-newsletter-desc {
    font-size: 0.82rem;
    color: #b0b8c1;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

/* فرم ثبت‌نام */
.jsm-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    border-right-radius: 12px !important;
    width: 100%;
     overflow: hidden;
    background-color: #0d0f12;
    margin: auto;
}

.jsm-newsletter-input {
    background: transparent;
    color: #ffffff;
    padding: 12px 15px;
    font-size: 0.85rem;
    outline: none;
    flex: 2;
    border: 1px solid #d5e0ed;
    display: flex;
    justify-content: space-evenly;
    text-align: right;


}





.jsm-newsletter-input::placeholder {
    color: #ffffff;
}
.jsm-newsletter-select {
    background: transparent;
    border: 1px solid #d5e0ed;
    color: #ffffff;
    padding: 8px 25px 12px 15px; /* پدینگ سمت راست (در RTL) را زیاد کن تا آیکون جا شود */
    font-size: 0.85rem;
    outline: none;
    flex: 1;
    min-width: 150px;
    cursor: pointer;

    /* حذف استایل پیش‌فرض مرورگر */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* اضافه کردن آیکون با فاصله (مارجین) دلخواه */
    /* در background-position، عدد 10px فاصله از سمت راست است */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffffff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: left 10px center; /* اینجا مارجین را از سمت چپ کنترل می‌کنی (چون المنت RTL است) */
    background-size: 16px;
}

.jsm-newsletter-select::selection {

    background: transparent;
}
/* اصلاح استایل گزینه‌ها */
.jsm-newsletter-select option {
    background-color: #16181b;
    color: #ffffff;
}


.jsm-newsletter-btn {
    background-color: #0e7537;
    color: #16181b;

    padding: 12px 28px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: background-color 0.2s;
    cursor: pointer;
    border: 1px solid #0e7537;
}

.jsm-newsletter-btn:hover {
    background-color: #0b5c2b;
}

/* شبکه اجتماعی */
.jsm-social-title {
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
}

.jsm-social-icons {
    display: flex;
    gap: 15px;
 }

.jsm-social-link {
    color: #ffffff;
    font-size: 1.1rem;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.2s;
}

.jsm-social-link:hover {
    opacity: 1;
    color: #20c997;
    transform: translateY(-2px);
}

/* لینک‌های فوتر */
.jsm-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 4px;
    max-height: none;
    opacity: 1 !important;
    overflow: visible;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    visibility: visible !important;
}

.jsm-footer-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.9;
    transition: color 0.2s;
}

.jsm-footer-nav-link:hover {
    color: #20c997;
}

/* صفحات سیاست‌ها و قوانین سایت */
.legal-main {
    padding: 2rem 0 4rem;
}

.legal-banner {
    align-items: center;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    display: flex;
    isolation: isolate;
    margin: 0 auto 2rem;
    min-height: 270px;
    overflow: hidden;
    position: relative;
    width: min(1200px, 92%);
}

.legal-banner::before {
    background: linear-gradient(90deg, rgba(5, 39, 21, 0.82), rgba(5, 39, 21, 0.38));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.legal-banner-content {
    color: #ffffff;
    max-width: 700px;
    padding: 3rem;
    position: relative;
    text-align: right;
    z-index: 1;
}

.legal-banner-content h1 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.legal-banner-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.9;
    margin: 0;
}

.legal-content {
    background: #f8f9fa;
    border: 1px solid #edf0f2;
    border-radius: 20px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
    width: min(900px, 92%);
}

.legal-content h2 {
    color: #1a1a1a;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.legal-lines {
    counter-reset: legal-line;
    list-style: none;
    margin: 0;
    padding: 0;
}

.legal-lines li {
    border-bottom: 1px solid #e3e7e9;
    color: #4f5861;
    counter-increment: legal-line;
    font-size: 0.95rem;
    line-height: 2;
    padding: 0.8rem 0;
}

.legal-lines li::before {
    color: #0e7537;
    content: counter(legal-line) ". ";
    direction: ltr;
    display: inline-block;
    font-weight: 700;
    margin-left: 0.35rem;
}

.legal-lines li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 576px) {
    .legal-main {
        padding-top: 1rem;
    }

    .legal-banner {
        min-height: 220px;
    }

    .legal-banner-content {
        padding: 2rem 1.5rem;
    }

    .legal-content {
        padding: 1.25rem 1rem;
    }
}

/* تنظیمات واکنش‌گرایی در موبایل */
@media (max-width: 767.98px) {
    .jsm-newsletter-form {
        flex-direction: column;
    }
    .jsm-newsletter-select {
        border-right: none;
        border-top: 1px solid #343a40;
    }
    .jsm-newsletter-btn {
        width: 100%;
    }
    .jsm-footer-nav {
        justify-content: center;
        gap: 15px;
    }
}























.jsm-about-section {
    font-family: Tahoma, 'Vazirmatn', sans-serif;
    background-color: #ffffff;
    color: #212529;
    padding-bottom: 50px;
}

/* گالری بنر بدون فاصله بین تصاویر (gap: 0) */
.jsm-about-banner-grid{
    display:grid;
    grid-template-columns:1fr 1fr 2fr;
    gap:0;
    height:clamp(180px,35vw,380px);
    margin-bottom: 1rem;
}

.jsm-about-banner-item{
    overflow:hidden;
}

.jsm-about-banner-img{
    width:100%;
    height:100%;
    object-fit:cover;
}
@media (max-width:768px){

    .jsm-about-banner-grid{
        grid-template-columns:1fr 1fr 2fr;
        height:220px;
    }

}
.jsm-about-banner-placeholder {
    width: 100%;
    height: 100%;
    background-color: #1a232a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.9rem;
    border-left: 1px solid #2d3748; /* مرز باریک فقط برای تمایز placeholderها */
}

/* منوی تب‌ها (راست‌چین شده) */
.jsm-about-tabs-container {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 35px;
}

.jsm-about-nav-tabs {
    display: flex;
    justify-content: flex-start; /* راست‌چین کردن تب‌ها در RTL */
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.jsm-about-nav-tabs .nav-item {
    margin: 0;
}

.jsm-about-nav-link {
    text-decoration: none;
    color: #495057;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0 0 12px 0;
    display: inline-block;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

.jsm-about-nav-link:hover {
    color: #0e7537;
    border-color: transparent;
}

.jsm-about-nav-link.active {
    color: #0e7537 !important;
    border-bottom: 3px solid #0e7537 !important;
    font-weight: 700;
    background: transparent !important;
}

/* محتوای متنی تب‌ها */
.jsm-about-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.jsm-about-paragraph {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 2;
    margin-bottom: 25px;
    text-align: justify;
    text-align-last: center;
}

/* واکنش‌گرایی در موبایل */
@media (max-width: 767.98px) {
    .jsm-about-banner-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .jsm-about-banner-item {
        height: 220px;
    }
    .jsm-about-nav-tabs {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    .jsm-about-nav-link {
        font-size: 0.85rem;
    }
}








@media (max-width: 780px) {
    .banner-green, .banner-green-2{
        width: 100% !important;
        min-height: 163px;
        background: #22c55e;
        border-radius:0 ;
        flex-shrink: 0;
        margin-left: 0
    }

}





@media (max-width:992px){

    .navbar-nav{
        gap:18px;
    }

    .nav-link{
        font-size:16px;
    }

    .hero{
        height:520px;
        padding-top:3rem;
    }

    .hero h1{
        font-size:28px;
    }

    .hero p{
        font-size:15px;
    }

    .container-4{
        width:90%;
    }

    .banner-green,
    .banner-green-2{
        width:280px;
    }

    .green-box{
        min-height:260px !important;
    }

}



@media (max-width:768px){

    /* ---------- Header ---------- */

    .navbar-nav{
        gap:0;
        text-align:center;
        padding:15px 0;
    }

    .nav-link{
        justify-content:center;
        padding:14px 0 !important;
    }

    /* ---------- Hero ---------- */

    .hero{
        height:auto;
        min-height:520px;
        padding:80px 0;
    }

    .hero-content{
        width:100%;
        margin:0;
        text-align:center;
    }

    .hero h1{
        font-size:26px;
        line-height:1.8;
    }

    .hero p{
        font-size:15px;
    }

    .hero-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

    .btn{
        width:100%;
        max-width:280px;
    }

    /* ---------- Cards ---------- */

    .container-2{
        gap:16px;
    }

    .card{
        width:100%;
        max-width:350px;
    }

    /* ---------- Banner ---------- */

    .banner{
        flex-direction:column;
    }

    .banner-content{
        padding:28px;
        text-align:center;
    }

    .banner-green,
    .banner-green-2{
        width:100%;
        height:160px;
        margin:0;
        border-radius:0;
    }

    /* ---------- Industries ---------- */

    .container-4{
        width:95%;
    }

    .green-box{
        min-height:220px !important;
    }

    /* ---------- Footer ---------- */

    .jsm-footer-section{
        text-align:center;
    }

    .jsm-footer-brand-box{
        width:100% !important;
    }

    .jsm-social-icons{
        justify-content:center;
    }

}



@media (max-width:576px){

    .hero h1{
        font-size:22px;
    }

    .hero p{
        font-size:14px;
    }

    .hero-subtitle{
        font-size:13px;
    }

    .banner-content{
        padding:20px;
    }

    .banner-content h2{
        font-size:22px;
    }

    .banner-content p{
        font-size:14px;
    }

    .green-card-lg{
        min-height:220px;
    }

    .green-card-sm{
        min-height:150px;
    }

    .clients-box{
        padding:25px 15px;
    }

}


.offcanvas{
    width:320px;
}

.offcanvas-body .navbar-nav{
    gap:0;
}

.offcanvas-body .nav-link{

    padding:16px 10px !important;

    border-bottom:1px solid #ececec;

    font-size:16px;

}

.offcanvas-body .nav-link:hover{

    background:#f7f7f7;

    color:#0e7537 !important;

}
