:root {
    --sw-primary: #1e4d2b;
    --sw-primary-dark: #0f1f18;
    --sw-accent: #b8955a;
    --sw-bg: #f7f4ef;
    --sw-bg-soft: #fbfaf7;
    --sw-card: #ffffff;
    --sw-text: #24352b;
    --sw-muted: #6f776f;
    --sw-border: rgba(30, 77, 43, 0.12);
    --sw-shadow: 0 24px 70px rgba(15, 31, 24, 0.12);
}

html { scroll-behavior: smooth; }

body {
    color: var(--sw-text);
    background: var(--sw-bg-soft);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.slider-caption.big,
.section-heading h2,
.page-header-info h2,
.product-name {
    font-family: "Playfair Display", Georgia, serif;
    letter-spacing: 0;
}

p { color: var(--sw-muted); }

a, button, .project-item, .service-item, .promo-list li, .process-item, .form-control {
    transition: all .25s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(184, 149, 90, .45) !important;
    outline-offset: 3px;
}

.padding { padding: 110px 0; }
.padding-bottom { padding-bottom: 110px; }
.bg-grey { background: var(--sw-bg) !important; }

.sub-heading,
.slider-caption.medium {
    color: var(--sw-accent) !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.section-heading h2 {
    color: var(--sw-primary-dark);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 700;
}

.section-heading p {
    max-width: 780px;
    margin-top: 18px;
    font-size: 16px;
}

.section-heading.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.section-heading.white h2,
.section-heading.white h3,
.section-heading.white p,
.content-features .section-heading h2,
.content-features .section-heading h3,
.content-features .section-heading p {
    color: #fff;
}

.default-btn,
.round-black-btn,
.subscribe-form .submit {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(184, 149, 90, .4);
    border-radius: 8px;
    background: var(--sw-primary);
    color: #fff !important;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 16px 34px rgba(30, 77, 43, .18);
}

.default-btn:before,
.round-black-btn:before {
    background: var(--sw-accent) !important;
}

.default-btn:hover,
.round-black-btn:hover,
.subscribe-form .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(30, 77, 43, .22);
}

.swaraj-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(247, 244, 239, .94) !important;
    border-bottom: 1px solid var(--sw-border);
    box-shadow: 0 18px 48px rgba(15, 31, 24, .08);
    backdrop-filter: blur(18px);
}

.swaraj-header .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .swaraj-header .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .swaraj-header .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .swaraj-header .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .swaraj-header .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .swaraj-header .container {
        max-width: 1320px;
    }
}

.swaraj-header .main-header-wapper {
    min-height: 94px;
    grid-template-columns: 250px minmax(0, 1fr) !important;
}

.swaraj-header .site-logo:before {
    inset: 14px 18px 14px -10px;
    border-color: rgba(184, 149, 90, .18);
    background: rgba(255, 255, 255, .68);
    box-shadow: none;
}

.swaraj-header .site-logo img { width: 205px !important; }
.swaraj-header .top-header { border-bottom-color: var(--sw-border); }

.swaraj-header .top-left li,
.swaraj-header .top-left li a { color: #536459; }

.swaraj-header .top-left li i,
.swaraj-header .header-menu-wrap .nav-menu>li:hover>a,
.swaraj-header .header-menu-wrap .nav-menu>li>a:hover {
    color: var(--sw-accent) !important;
}

.swaraj-header .header-top-label {
    color: var(--sw-primary);
    border-color: var(--sw-border);
    background: rgba(30, 77, 43, .07);
}

.swaraj-header .header-social-share li a:hover {
    border-color: var(--sw-accent);
    background: var(--sw-accent);
}

.swaraj-header .top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.swaraj-language-widget {
    position: relative;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid rgba(30, 77, 43, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .68);
}

.swaraj-header .menu-right-item .swaraj-language-widget {
    height: 44px;
    background: rgba(30, 77, 43, .07);
    border-color: rgba(30, 77, 43, .14);
}

.swaraj-language-widget > i {
    color: var(--sw-accent);
    font-size: 15px;
}

.swaraj-language-widget .goog-te-gadget {
    height: 28px;
    color: transparent;
    font-size: 0;
    line-height: 1;
}

.swaraj-language-widget .goog-te-gadget-simple {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--sw-primary-dark) !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.swaraj-language-widget .goog-te-gadget-icon {
    display: none !important;
}

.swaraj-language-widget .goog-te-menu-value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--sw-primary-dark) !important;
}

.swaraj-language-widget .goog-te-menu-value span {
    color: var(--sw-primary-dark) !important;
    font-family: "Inter", Arial, sans-serif;
}

.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0 !important;
}

.swaraj-header .header-menu-wrap .nav-menu>li:not(:last-child) { margin-right: 28px; }

.swaraj-header .header-menu-wrap ul li>a {
    color: var(--sw-primary-dark);
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.swaraj-header .header-menu-wrap .nav-menu>li>a:after { background: var(--sw-accent); }

.swaraj-header .header-menu-wrap li ul {
    border-color: var(--sw-border);
    border-top: 3px solid var(--sw-accent);
    background: #fff;
}

.swaraj-header .header-inquiry-btn {
    background: var(--sw-primary);
    border-radius: 8px;
}

.slider-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(184, 149, 90, .18), transparent 30%),
        linear-gradient(135deg, #0f1f18 0%, #1e4d2b 58%, #14351f 100%);
}

.slider-section,
.slider-section .main-slider,
.slider-section .swiper-slide {
    min-height: 580px !important;
}

.slider-section .swiper-slide {
    background: var(--sw-primary-dark);
}

.slider-section:before,
.page-header:before,
.quote-section:before,
.cta-section:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .95), transparent 78%);
}

.slider-section:after {
    content: "";
    position: absolute;
    right: -220px;
    top: 90px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(184, 149, 90, .25);
    border-radius: 50%;
    box-shadow: inset 0 0 0 70px rgba(255, 255, 255, .025), inset 0 0 0 150px rgba(255, 255, 255, .018);
    pointer-events: none;
}

.slider-img,
.slider-img-wrap {
    position: relative;
}

.slider-img {
    z-index: 0 !important;
}

.slider-img:after,
.slider-img-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(15, 31, 24, .96) 0%, rgba(15, 31, 24, .8) 42%, rgba(15, 31, 24, .42) 100%),
        linear-gradient(180deg, rgba(15, 31, 24, .5), rgba(15, 31, 24, .72));
    pointer-events: none;
}

.slider-content-wrap {
    position: relative;
    z-index: 5;
}

.slider-content-wrap {
    min-height: 580px;
    padding: 58px 0 54px;
}
.slider-content { max-width: 860px; }

.slider-caption.medium {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid rgba(184, 149, 90, .42);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
}

.slider-caption.big,
.slider-caption.big .inner-layer,
.slider-caption.big .inner-layer div,
.slider-caption.big div {
    color: #fff;
    font-size: clamp(38px, 4.8vw, 62px);
    line-height: 1.04;
    font-weight: 700;
}

.slider-caption.big span { color: var(--sw-accent) !important; }

.slider-caption.small div {
    max-width: 700px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.78;
}

.slider-btn {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.slider-btn:after {
    content: "Quality Assurance  |  Reliable Logistics  |  Trusted Trade Partner";
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
}

.slider-pagination .swiper-pagination-bullet,
.carousel-pagination .swiper-pagination-bullet { background: var(--sw-accent); }

.page-header {
    position: relative;
    overflow: hidden;
    padding: 132px 0 92px;
    border-bottom: 1px solid rgba(184, 149, 90, .28);
    background:
        linear-gradient(135deg, #071f16 0%, #123d26 42%, #236139 70%, #0b2d20 100%);
    box-shadow: inset 0 -28px 60px rgba(0, 0, 0, .14);
}

.page-header:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0 13%, rgba(184, 149, 90, .2) 13% 13.07%, transparent 13.07% 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .052) 0 1px, transparent 1px 118px),
        repeating-linear-gradient(0deg, rgba(184, 149, 90, .042) 0 1px, transparent 1px 118px);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .65) 60%, transparent 100%);
}

.page-header:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, transparent 0 64%, rgba(255, 255, 255, .065) 64% 64.14%, transparent 64.14% 100%),
        linear-gradient(110deg, transparent 0 72%, rgba(184, 149, 90, .1) 72% 72.16%, transparent 72.16% 100%);
    pointer-events: none;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header-info {
    position: relative;
    display: inline-block;
    padding: 24px 0 26px 30px;
}

.page-header-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #b8955a, rgba(184, 149, 90, .22));
}

.page-header-info:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: min(220px, 64vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(184, 149, 90, .95), rgba(184, 149, 90, .18), transparent);
}

.page-header-info h2 {
    color: #fff;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1;
    margin: 0;
    text-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

.page-header-info h2 span { color: var(--sw-accent) !important; }

.service-item,
.project-item,
.process-item,
.feature-tab,
.quote-form,
.contact-form-wrap,
.contact-info-list li,
.product-gallery-wrap,
.product-summary,
.product-inquiry-panel,
.gal .card,
.category-empty-state,
.product-empty-state,
.certificate-gallery .certificate-empty-state,
.dynamic-gallery .gallery-empty-state {
    border: 1px solid var(--sw-border) !important;
    border-radius: 18px !important;
    background: var(--sw-card) !important;
    box-shadow: 0 16px 42px rgba(15, 31, 24, .07) !important;
}

.service-item:hover,
.project-item:hover,
.process-item:hover,
.gal .card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sw-shadow) !important;
}

.service-section,
.process-section,
.projects-section,
.contact-section,
.product-detail-page,
.certificate-gallery,
.dynamic-gallery { background: var(--sw-bg-soft); }

.service-item { overflow: hidden; }

.service-thumb img,
.project-thumb img,
.gal .card-image img,
.product-slider .item img { transition: transform .45s ease; }

.service-item:hover .service-thumb img,
.project-item:hover .project-thumb img,
.gal .card:hover .card-image img { transform: scale(1.045); }

.service-content { padding: 34px 30px 32px; }

.service-content .service-icon,
.service-icon { background: rgba(30, 77, 43, .08) !important; }

.service-content i,
.process-icon i,
.counter-icon i,
.contact-info-list li i,
.product-meta-item i { color: var(--sw-accent) !important; }

.service-content h3 a,
.process-content h3,
.promo-content h3,
.project-content h3 a,
.certificate-gallery .certificate-name { color: var(--sw-primary-dark) !important; }

.home-category-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(184, 149, 90, .20), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(255, 255, 255, .08), transparent 28%),
        linear-gradient(135deg, #0f1f18 0%, #1e4d2b 64%, #12331d 100%) !important;
}

.home-category-section .map-pattern {
    opacity: .12;
}

.home-category-section .section-heading .sub-heading {
    color: var(--sw-accent);
}

.home-category-section .section-heading h2 {
    color: #fff;
}

.home-category-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(184, 149, 90, .20);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(184, 149, 90, .35);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
}

.home-category-thumb {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--sw-primary-dark);
}

.home-category-thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 31, 24, .42));
    pointer-events: none;
}

.home-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-category-card:hover .home-category-thumb img {
    transform: scale(1.05);
}

.home-category-content {
    position: relative;
    min-height: 166px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 26px 30px;
}

.home-category-content:before {
    content: "";
    position: absolute;
    left: 26px;
    top: 0;
    width: 72px;
    height: 3px;
    background: var(--sw-accent);
}

.home-category-label {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--sw-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.home-category-content h3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.2;
}

.home-category-content h3 a {
    color: var(--sw-primary-dark);
}

.home-category-content h3 a:hover {
    color: var(--sw-primary);
}

.home-category-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sw-primary);
    font-size: 14px;
    font-weight: 800;
}

.home-category-link i {
    color: var(--sw-accent);
    transition: transform .2s ease;
}

.home-category-link:hover {
    color: var(--sw-accent);
}

.home-category-link:hover i {
    transform: translateX(4px);
}

.home-category-action {
    margin-top: 30px;
}

.home-category-carousel.owl-carousel .owl-stage {
    display: flex;
}

.home-category-carousel.owl-carousel .owl-item {
    display: flex;
}

.home-category-carousel.owl-carousel .owl-item > .home-category-card {
    width: 100%;
}

.home-category-carousel.owl-theme .owl-dots {
    margin-top: 30px !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.home-category-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .22);
    transition: all .25s ease;
}

.home-category-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--sw-accent);
}

.home-category-carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 28px;
    border-color: var(--sw-accent);
    border-radius: 999px;
    background: var(--sw-accent);
}

.home-category-empty {
    max-width: 680px;
    margin: 0 auto;
    padding: 54px 24px;
    border: 1px solid rgba(184, 149, 90, .22);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
}

.home-category-empty i {
    margin-bottom: 14px;
    color: var(--sw-accent);
    font-size: 46px;
}

.home-category-empty h3 {
    color: var(--sw-primary-dark);
}

.running-text {
    background: var(--sw-primary-dark) !important;
    border-top: 1px solid rgba(184, 149, 90, .28);
    border-bottom: 1px solid rgba(184, 149, 90, .28);
}

.running-text li {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
}

.about-section { background: var(--sw-bg-soft); }
.swaraj-about-section .about-img-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: 0;
    padding: 16px;
    border-radius: 20px;
}

.swaraj-about-section .about-img-wrap:before {
    left: 36px;
    right: 36px;
    bottom: -18px;
    height: 80px;
    background: rgba(94, 121, 92, .16);
}

.swaraj-about-section .about-img-wrap:after {
    display: none;
}

.swaraj-about-section .about-img-wrap > img {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100% !important;
    max-width: none;
    overflow: hidden;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    object-fit: cover;
    z-index: 1;
}

.swaraj-about-section .about-img-wrap > img:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: auto;
    height: 310px;
    object-position: center 46%;
}

.swaraj-about-section .about-img-wrap > img:nth-child(2) {
    height: 230px;
    min-height: 230px;
}

.swaraj-about-section .about-export-badge {
    position: relative;
    z-index: 2;
    height: 230px;
    min-height: 230px;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(184, 149, 90, .22);
    border-radius: 14px;
    background: var(--sw-primary-dark);
}

.swaraj-about-section .about-export-badge img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    max-height: 230px;
    border-radius: 0;
    object-fit: cover;
    display: block;
}

.swaraj-about-section .about-img-wrap > img,
.swaraj-about-section .about-export-badge {
    transition: transform .28s ease, box-shadow .28s ease;
}

.swaraj-about-section .about-img-wrap > img:hover,
.swaraj-about-section .about-export-badge:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(15, 31, 24, .14) !important;
}

.promo-list li {
    border: 1px solid var(--sw-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
}

.promo-list li i,
.call-info i { background: var(--sw-primary) !important; }

.header-top li a[href^="tel:"],
.call-info h3 span,
.contact-info-list li h3 span,
.footer-contact-info li p,
.footer-contact-info li p span {
    font-family: "Inter", Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.project-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--sw-primary-dark) 0%, #163922 100%) !important;
}

.project-section .bg-half { background: transparent !important; }
.project-section .section-heading.white p { color: rgba(255, 255, 255, .74); }

.featured-showcase-section {
    background:
        radial-gradient(circle at 86% 14%, rgba(184, 149, 90, .16), transparent 28%),
        linear-gradient(180deg, #fbfaf7 0%, #f3efe7 100%) !important;
}

.featured-showcase-section .bg-half {
    display: none;
}

.featured-showcase-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    text-align: left;
}

.featured-showcase-title {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

.featured-showcase-section .section-heading.white h2 {
    color: var(--sw-primary-dark);
}

.featured-showcase-section .section-heading.white p {
    max-width: 690px;
    margin-left: 0;
    margin-right: 0;
    color: var(--sw-muted) !important;
}

.featured-showcase-section .swiper-outside {
    padding: 0;
    text-align: center;
}

.featured-showcase-section .swiper-nav {
    border: 1px solid rgba(30, 77, 43, .12);
    background: #fff;
    color: var(--sw-primary);
    box-shadow: 0 14px 32px rgba(15, 31, 24, .1);
}

.featured-showcase-section .swiper-nav:hover {
    background: var(--sw-primary);
    color: #fff;
}

.featured-product-card {
    height: 100%;
    overflow: hidden;
    background: #fff !important;
    text-align: center;
}

.featured-product-media {
    position: relative;
    border-radius: 8px 8px 0 0;
}

.featured-product-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 31, 24, 0) 42%, rgba(15, 31, 24, .52) 100%);
    pointer-events: none;
}

.featured-product-content {
    min-height: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 24px 26px;
    text-align: center;
}

.featured-product-content h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.22;
}

.featured-product-content p {
    margin-bottom: 22px;
    color: #69766d;
    font-size: 15px;
    line-height: 1.65;
}

.featured-product-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    min-width: 150px;
    min-height: 46px;
    padding: 0 18px;
}

.featured-product-link i {
    color: var(--sw-accent);
    transition: transform .2s ease;
}

.featured-product-link:hover {
    color: var(--sw-accent);
}

.featured-product-link:hover i {
    transform: translateX(4px);
}

.project-thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-content {
    position: relative;
    margin: 0 !important;
    padding: 22px 22px 24px;
    background: #fff;
}

.project-content .category {
    position: static !important;
    display: inline-flex;
    width: auto;
    margin: 0 0 12px !important;
    padding: 7px 12px;
    border: 1px solid rgba(184, 149, 90, .28);
    border-radius: 999px !important;
    background: rgba(184, 149, 90, .1) !important;
    color: var(--sw-primary) !important;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.cate .project-item { box-shadow: 0 16px 42px rgba(15, 31, 24, .07) !important; }
.cate .project-content h3 { text-align: left; }
.cate.projects-section { background: var(--sw-bg); }

.content-features {
    position: relative;
    overflow: hidden;
    padding-bottom: 76px;
    background:
        radial-gradient(circle at 82% 12%, rgba(184, 149, 90, .18), transparent 28%),
        linear-gradient(135deg, #0f1f18 0%, #1e4d2b 100%) !important;
}

.content-features .bg-half {
    background-image:
        linear-gradient(90deg, rgba(15, 31, 24, .38), rgba(15, 31, 24, .12)),
        url("../img/generated/why-choose-farm-bg.png") !important;
    background-position: center center !important;
    background-size: cover !important;
}

.counter-wrap {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.counter-content h3,
.counter-content h4 { color: #fff; }

.impact-stats {
    width: 100%;
    margin: 0 0 24px;
    transform: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04)) !important;
    box-shadow: 0 28px 70px rgba(10, 22, 16, .18) !important;
}

.impact-stat {
    position: relative;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding: 16px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    text-align: center;
}

.impact-stat:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.impact-stat-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(184, 149, 90, .34);
    border-radius: 8px;
    background: rgba(184, 149, 90, .13) !important;
    color: var(--sw-accent);
    font-size: 30px;
}

.impact-stat-icon:before {
    display: none;
}

.impact-stat-icon i {
    color: var(--sw-accent) !important;
    font-size: 22px;
}

.impact-stat-content h3 {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
    width: 100%;
    margin-bottom: 4px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 2.7vw, 36px);
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.impact-stat-content h3 span,
.impact-stat-content .odometer,
.impact-stat-content .odometer-inside {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    line-height: 1;
    white-space: nowrap;
}

.impact-stat-content .odometer-digit {
    display: inline-block !important;
    float: none !important;
}

.impact-stat-content h4 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.impact-stat-content p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1.35;
}

.content-features .row {
    align-items: center;
    row-gap: 42px;
}

.content-features .section-heading {
    max-width: 620px;
    margin-bottom: 24px !important;
}

.content-features .section-heading h2 {
    margin-bottom: 16px;
}

.content-features .section-heading p {
    margin-top: 0;
    line-height: 1.65;
}

.content-features .section-heading p br,
.content-features .promo-content p br {
    display: none;
}

.content-features .promo-list.white {
    gap: 12px;
    margin-bottom: 0 !important;
}

.content-features .promo-list.white li {
    align-items: flex-start;
    gap: 18px;
    padding: 16px 18px;
}

.content-features .promo-list.white .promo-content h3 {
    color: var(--sw-primary-dark) !important;
}

.content-features .promo-list.white .promo-content p {
    color: #5f6e64 !important;
}

.feature-tab {
    position: relative;
    left: auto;
    bottom: auto;
    overflow: hidden;
}
.feature-tab-nav .nav-tabs { border-bottom: 1px solid var(--sw-border); }
.content-features .feature-tab-nav .nav-link {
    color: #fff !important;
    background: var(--sw-primary) !important;
    border-radius: 0;
}
.content-features .feature-tab-nav .nav-link.active {
    color: var(--sw-primary-dark) !important;
    background: #fff !important;
}
.content-features .feature-tab-content p {
    color: #6c776f;
}
.content-features .check-list li {
    color: #333;
}

.content-features .feature-tab .tab-inner {
    padding: 24px;
}

.content-features .feature-tab .tab-inner .tab-thumb {
    height: 230px;
}

.content-features .feature-tab-content p {
    margin-bottom: 18px;
    line-height: 1.55;
}

.content-features .check-list {
    margin-bottom: 18px !important;
}

.content-features .check-list li:not(:last-child) {
    margin-bottom: 8px;
}
.process-section { position: relative; }

.process-item {
    height: 100%;
    padding: 34px 26px;
}

.process-icon { background: rgba(30, 77, 43, .08) !important; }
.process-icon span { background: var(--sw-accent) !important; }

.quote-section {
    position: relative;
    overflow: visible;
    background:
        radial-gradient(circle at 78% 12%, rgba(184, 149, 90, .18), transparent 30%),
        linear-gradient(135deg, #0f1f18 0%, #1e4d2b 100%) !important;
}

.cta-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(184, 149, 90, .13), transparent 32%),
        linear-gradient(180deg, #fbfaf7 0%, #f3efe7 100%) !important;
}

.quote-section {
    margin-bottom: 0 !important;
    padding: 58px 0 !important;
    z-index: 2;
}

.quote-section .section-heading {
    margin-bottom: 26px !important;
}

.quote-section .section-heading h2 {
    font-size: clamp(36px, 4.4vw, 56px);
    line-height: 1.04;
}

.quote-section .section-heading p {
    margin-top: 18px;
}

.quote-section .call-info {
    margin-top: 18px;
}

.quote-form {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 3 !important;
    padding: 26px;
    border-radius: 16px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .94)) !important;
    box-shadow: 0 20px 48px rgba(15, 31, 24, .12) !important;
}

.quote-form .form-heading {
    margin-bottom: 18px !important;
}

.form-heading h2 { color: var(--sw-primary-dark); }

.form-control,
.nice-select {
    min-height: 44px;
    border: 1px solid rgba(30, 77, 43, .14) !important;
    border-radius: 9px !important;
    background: rgba(251, 250, 247, .92) !important;
    color: var(--sw-primary-dark) !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.quote-form .form-control,
.quote-form .nice-select {
    height: 44px;
    padding-left: 14px;
    padding-right: 14px;
}

.quote-form .form-control:focus,
.quote-form .nice-select.open,
.quote-form .nice-select:focus {
    border-color: rgba(184, 149, 90, .7) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(184, 149, 90, .13);
}

textarea.form-control {
    min-height: 96px;
    padding-top: 12px;
}

.quote-form textarea.form-control {
    height: 96px;
}

.quote-form-group {
    grid-gap: 14px;
}

.form-control::placeholder { color: #7a857d; }

.cta-section {
    margin-top: 58px !important;
    margin-bottom: 0 !important;
    padding: 88px 0 92px;
    z-index: 1;
}

.cta-wrapper {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(30, 77, 43, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 20px 52px rgba(15, 31, 24, .08);
    padding: 58px 28px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cta-wrapper:hover {
    transform: translateY(-4px);
    border-color: rgba(184, 149, 90, .32);
    box-shadow: 0 28px 70px rgba(15, 31, 24, .13);
}

.cta-wrapper:after {
    content: "";
    position: absolute;
    inset: auto -12% -48% auto;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(184, 149, 90, .12);
    pointer-events: none;
}

.cta-section:before {
    background-image:
        linear-gradient(rgba(30, 77, 43, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 77, 43, .045) 1px, transparent 1px);
    mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .72) 18%, rgba(0, 0, 0, .72) 82%, transparent);
}

.cta-section .section-heading {
    margin-bottom: 0;
}

.cta-section .section-heading .sub-heading {
    color: var(--sw-accent);
}

.cta-section .section-heading h2 {
    color: var(--sw-primary-dark);
}

.cta-section .default-btn {
    margin-top: 24px;
}

.cta-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 24px 0 0 12px;
    padding: 0 28px;
    border: 1px solid rgba(30, 77, 43, .22);
    border-radius: 8px;
    color: var(--sw-primary);
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 31, 24, .08);
    transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease;
}

.cta-whatsapp-btn:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--sw-primary);
    box-shadow: 0 18px 40px rgba(30, 77, 43, .18);
}

.cta-trust-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.cta-trust-list span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(184, 149, 90, .24);
    border-radius: 999px;
    color: #4f5f54;
    background: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}

.cta-trust-list span:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--sw-accent);
}

.cta-men {
    display: none !important;
}

.promo-item-wrapper {
    margin-top: 22px;
    overflow: hidden;
    border-radius: 18px;
}

.promo-item {
    border-color: rgba(255, 255, 255, .12) !important;
    background: rgba(255, 255, 255, .08) !important;
}

.promo-item h3,
.promo-item p { color: #fff; }

.map-wrapper iframe {
    display: block;
    min-height: 430px;
    filter: grayscale(.35) saturate(.75);
}

.contact-section { position: relative; }
.contact-form-wrap { padding: 38px; }
.contact-info-list li { padding: 22px; }

.gal {
    margin: 0;
    padding: 100px 0;
    background: var(--sw-bg);
}

.gal .container { gap: 24px; }
.gal .card { overflow: hidden; border: 0; }

.gal .card-image {
    padding-top: 72%;
    overflow: hidden;
}

.certificate-gallery .certificate-name { font-family: "Inter", Arial, sans-serif; }
.product-detail-page { padding: 105px 0; }
.product-gallery-wrap, .product-summary { padding: 28px; }

.product-badge,
.product-kicker {
    color: var(--sw-accent) !important;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.product-summary .product-name {
    color: var(--sw-primary-dark);
    font-size: clamp(34px, 4vw, 56px) !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
}

.product-lead {
    color: var(--sw-muted);
    font-size: 17px;
    line-height: 1.8;
}

.product-meta-item {
    border: 1px solid var(--sw-border);
    border-radius: 14px;
    background: var(--sw-bg-soft);
}

.product-call-btn {
    border-color: var(--sw-border);
    border-radius: 8px;
    color: var(--sw-primary) !important;
}

.product-inquiry-panel {
    margin-top: 44px;
    padding: 34px;
}

.footer-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 12%, rgba(184, 149, 90, .12), transparent 26%),
        linear-gradient(135deg, #0f1f18 0%, #162b20 100%) !important;
}

.footer-wrapper { padding: 92px 0 72px; }

.footer-widget p,
.footer-contact-info p,
.footer-contact-info span,
.footer-links li a { color: rgba(255, 255, 255, .72) !important; }

.footer-widget .widget-title h3 {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
}

.footer-widget .widget-title h3:after { background: var(--sw-accent) !important; }

.footer-logo img {
    width: 210px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
}

.social-share li a {
    border-color: rgba(255, 255, 255, .14) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
}

.social-share li a:hover,
.footer-links li a:hover { color: var(--sw-accent) !important; }

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: #0b1712 !important;
}

.copyright-area .copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.copyright-area .footer-copyright,
.copyright-area .webora-footer-credit {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.copyright-area .webora-footer-credit {
    text-align: right;
}

.copyright-area .webora-credit,
.copyright-area .webora-heart { color: var(--sw-accent); }

@media (max-width: 767px) {
    .copyright-area .copyright-row {
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        text-align: center;
    }

    .copyright-area .webora-footer-credit {
        text-align: center;
    }
}

#scrollup #scroll-top {
    background: var(--sw-primary);
    border: 1px solid rgba(184, 149, 90, .4);
    border-radius: 50%;
}

.fixed-whatsapp-btn {
    position: fixed;
    left: 28px;
    bottom: 34px;
    z-index: 998;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(184, 149, 90, .88);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sw-primary) 0%, var(--sw-primary-dark) 100%);
    color: #fff !important;
    font-size: 28px;
    box-shadow: 0 16px 36px rgba(15, 31, 24, .28);
}

.fixed-whatsapp-btn:before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(184, 149, 90, .22);
    animation: fixed-whatsapp-pulse 1.8s ease-out infinite;
    z-index: -1;
}

.fixed-whatsapp-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--sw-accent) 0%, var(--sw-primary) 100%);
    box-shadow: 0 20px 42px rgba(15, 31, 24, .34);
}

@keyframes fixed-whatsapp-pulse {
    0% {
        transform: scale(.82);
        opacity: .9;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .swaraj-header .main-header-wapper { grid-template-columns: 210px minmax(0, 1fr) !important; }
    .swaraj-header .site-logo img { width: 178px !important; }
    .swaraj-header .header-menu-wrap .nav-menu>li:not(:last-child) { margin-right: 15px; }
    .swaraj-header .menu-right-item .swaraj-language-widget {
        padding: 0 9px;
    }
    .slider-content-wrap { min-height: 560px; }
}

@media (max-width: 991px) {
    .padding, .product-detail-page, .gal { padding: 78px 0; }
    .swaraj-header .main-header-wapper {
        grid-template-columns: 180px minmax(0, 1fr) !important;
        min-height: 76px;
    }
    .swaraj-header .site-logo:before { display: none; }
    .swaraj-header .site-logo img { width: 160px !important; }
    .slider-content-wrap { min-height: 560px; }
    .slider-caption.small div { font-size: 16px; }
    .slider-btn:after { width: 100%; }
    .featured-showcase-header {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .featured-showcase-title,
    .featured-showcase-section .section-heading.white p {
        margin-left: auto;
        margin-right: auto;
    }
    .impact-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 24px;
    }
    .impact-stat:last-child {
        grid-column: 1 / -1;
    }
    .content-features .section-heading {
        max-width: 100%;
    }
    .contact-form-wrap, .quote-form, .product-gallery-wrap, .product-summary, .product-inquiry-panel { padding: 24px; }
}

@media (max-width: 767px) {
    body { font-size: 15px; }
    .padding, .product-detail-page, .gal { padding: 64px 0; }
    .page-header { padding: 96px 0 70px; }
    .section-heading h2, .slider-caption.big div { line-height: 1.08; }
    .slider-content-wrap { min-height: 540px; }
    .slider-caption.medium { white-space: normal; }
    .slider-btn .default-btn, .slider-btn:after { width: 100%; }
    .impact-stats {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
        margin-bottom: 22px;
    }
    .impact-stat,
    .impact-stat:last-child {
        grid-column: auto;
    }
    .impact-stat-content h3 {
        font-size: 32px;
    }
    .fixed-whatsapp-btn {
        left: 18px;
        bottom: 22px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .service-content, .process-item { padding: 26px 22px; }
    .gal .container { grid-template-columns: 1fr; }
    .footer-wrapper { padding: 68px 0 52px; }
}

@media (max-width: 575px) {
    .swaraj-header .main-header-wapper { grid-template-columns: 150px minmax(0, 1fr) !important; }
    .swaraj-header .site-logo img { width: 136px !important; }
    .slider-content-wrap { min-height: 520px; }
    .slider-caption.big div { font-size: 36px; }
    .slider-btn:after {
        font-size: 12px;
        line-height: 1.5;
        padding: 12px 14px;
    }
    .contact-form-wrap, .quote-form, .product-gallery-wrap, .product-summary, .product-inquiry-panel { padding: 20px; }

    .quote-form {
        padding: 18px 16px 20px !important;
        border-radius: 14px !important;
    }

    .quote-form-group {
        display: block !important;
        grid-gap: 0 !important;
    }

    .quote-form .form-field {
        margin-bottom: 10px !important;
    }

    .quote-form .form-field:last-child {
        margin-bottom: 0 !important;
    }

    .quote-form .form-control,
    .quote-form .nice-select,
    #whatsapp_quote_form select.form-control {
        height: 46px !important;
        min-height: 46px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        border-radius: 10px !important;
        font-size: 15px !important;
        line-height: 46px !important;
    }

    #whatsapp_quote_form .nice-select {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #whatsapp_quote_form .nice-select .current {
        display: block;
        max-width: calc(100% - 42px) !important;
        padding-left: 14px;
        padding-right: 28px;
        line-height: 46px;
    }

    #whatsapp_quote_form .nice-select:after {
        right: 16px;
        margin-top: -5px;
    }

    .quote-form textarea.form-control {
        height: 86px !important;
        min-height: 86px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        line-height: 1.45 !important;
    }

    .quote-form .submit-btn {
        padding-top: 4px;
    }

    #whatsapp_quote_form .submit-btn .default-btn {
        min-height: 46px !important;
        padding: 0 24px !important;
    }

    .swaraj-header .menu-right-item .swaraj-language-widget {
        display: none;
    }

    .swaraj-about-section .about-img-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
    }

    .swaraj-about-section .about-img-wrap > img:nth-child(1) {
        grid-column: auto;
        height: 230px;
        min-height: 230px;
    }

    .swaraj-about-section .about-img-wrap > img:nth-child(2),
    .swaraj-about-section .about-export-badge {
        display: none !important;
    }

    .quote-section {
        padding: 48px 0 !important;
    }

    .cta-wrapper {
        padding: 42px 18px;
    }

    .cta-section .default-btn,
    .cta-whatsapp-btn {
        width: 100%;
        margin: 14px 0 0;
    }

    .cta-trust-list {
        gap: 8px;
    }

    .cta-trust-list span {
        justify-content: center;
        width: 100%;
    }
}

/* Keep the original homepage slider treatment. */
.slider-section {
    background: transparent !important;
}

.slider-section,
.slider-section .main-slider,
.slider-section .swiper-slide {
    min-height: 0 !important;
}

.slider-section .swiper-slide {
    background: #fff !important;
}

.slider-section:before,
.slider-section:after,
.slider-img:after,
.slider-img-wrap:after,
.slider-btn:after {
    content: none !important;
    display: none !important;
}

.slider-img-wrap {
    position: absolute;
    height: 100%;
}

.slider-img {
    z-index: -1 !important;
}

.slider-content-wrap {
    position: static;
    z-index: auto;
    height: 550px;
    min-height: 0 !important;
    padding: 0;
}

.slider-content {
    max-width: none;
}

.slider-caption.medium {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--primary-color) !important;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    backdrop-filter: none;
}

.slider-caption.big,
.slider-caption.big .inner-layer,
.slider-caption.big .inner-layer div,
.slider-caption.big div {
    color: var(--heading-color) !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider-caption.big span {
    color: var(--primary-color) !important;
}

.slider-caption.small,
.slider-caption.small div {
    max-width: none;
    color: rgba(255, 255, 255, .94) !important;
    font-family: var(--primary-font);
    font-size: 17px;
    line-height: 1.72;
    font-weight: 400;
    margin-bottom: 20px;
}

.slider-caption.small .inner-layer > div {
    display: inline-block;
    max-width: 720px;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-left: 3px solid rgba(184, 149, 90, .78);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(15, 31, 24, .62), rgba(30, 77, 43, .48));
    box-shadow: 0 18px 42px rgba(15, 31, 24, .18);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
    backdrop-filter: blur(10px);
}

.slider-btn {
    display: block;
}

.swaraj-about-section.padding {
    padding-top: 72px;
}

@media (max-width: 991px) {
    .swaraj-about-section.padding {
        padding-top: 58px;
    }
}

@media (max-width: 767px) {
    .swaraj-about-section.padding {
        padding-top: 44px;
    }
}

@media (min-width: 1200px) {
    .slider-content-wrap {
        height: 650px;
    }

    .slider-caption.small .inner-layer > div {
        max-width: none;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        text-shadow: none;
        backdrop-filter: none;
    }

    .slider-caption.small,
    .slider-caption.small div {
        color: #555 !important;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }
}

@media (max-width: 1170px) {
    .slider-img-wrap {
        height: 100%;
    }

    .slider-content-wrap {
        height: 500px;
    }

    .slider-caption.big,
    .slider-caption.big .inner-layer,
    .slider-caption.big .inner-layer div,
    .slider-caption.big div {
        font-size: 48px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .slider-caption.big,
    .slider-caption.big .inner-layer,
    .slider-caption.big .inner-layer div,
    .slider-caption.big div {
        font-size: 36px;
        line-height: 46px;
    }
}

/* Refined premium title scale */
.section-heading h2,
.swaraj-about-section .section-heading h2 {
    font-size: clamp(30px, 3.1vw, 44px) !important;
    line-height: 1.14 !important;
}

.page-header-info h2 {
    font-size: clamp(34px, 4.2vw, 54px) !important;
    line-height: 1.08 !important;
}

.product-summary .product-name,
.product-detail-page .product-name {
    font-size: clamp(30px, 3.2vw, 42px) !important;
    line-height: 1.12 !important;
}

.home-category-content h3 {
    font-size: 24px;
    line-height: 1.24;
}

.project-content h3,
.service-content h3,
.process-content h3,
.promo-content h3 {
    font-size: 22px;
    line-height: 1.28;
}

.slider-caption.big,
.slider-caption.big .inner-layer,
.slider-caption.big .inner-layer div,
.slider-caption.big div {
    font-size: 48px;
    line-height: 54px;
}

@media (max-width: 1170px) {
    .slider-caption.big,
    .slider-caption.big .inner-layer,
    .slider-caption.big .inner-layer div,
    .slider-caption.big div {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .section-heading h2,
    .swaraj-about-section .section-heading h2 {
        font-size: 30px !important;
        line-height: 1.18 !important;
    }

    .page-header-info h2 {
        font-size: 32px !important;
    }

    .slider-caption.big,
    .slider-caption.big .inner-layer,
    .slider-caption.big .inner-layer div,
    .slider-caption.big div {
        font-size: 32px;
        line-height: 40px;
    }

    .slider-caption.small,
    .slider-caption.small div {
        color: rgba(255, 255, 255, .94) !important;
    }

    .slider-caption.small .inner-layer > div {
        display: inline-block;
        max-width: 100%;
        padding: 14px 16px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-left: 3px solid rgba(184, 149, 90, .78);
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(15, 31, 24, .64), rgba(30, 77, 43, .5));
        box-shadow: 0 16px 34px rgba(15, 31, 24, .18);
        text-shadow: 0 1px 2px rgba(0, 0, 0, .24);
        backdrop-filter: blur(10px);
    }
}

/* Site-wide section spacing */
:root {
    --sw-section-space: 76px;
    --sw-page-header-space: 66px;
}

.padding,
.about-section.padding,
.service-section.padding,
.home-category-section.padding,
.project-section.padding,
.projects-section.padding,
.featured-showcase-section.padding,
.process-section.padding,
.quote-section.padding,
.contact-section.padding,
.skill-section.padding,
.cate.projects-section.padding,
.product-detail-page,
.gal,
.certificate-gallery,
.dynamic-gallery {
    padding-top: var(--sw-section-space) !important;
    padding-bottom: var(--sw-section-space) !important;
}

.padding-bottom,
.content-features.padding-bottom {
    padding-top: var(--sw-section-space) !important;
    padding-bottom: var(--sw-section-space) !important;
}

.cta-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: var(--sw-section-space) !important;
    padding-bottom: var(--sw-section-space) !important;
}

.page-header {
    padding-top: var(--sw-page-header-space) !important;
    padding-bottom: var(--sw-page-header-space) !important;
}

.footer-wrapper {
    padding-top: var(--sw-section-space) !important;
    padding-bottom: var(--sw-section-space) !important;
}

@media (max-width: 991px) {
    :root {
        --sw-section-space: 60px;
        --sw-page-header-space: 54px;
    }

    .mobile-navigation-menu {
        top: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        height: 100dvh !important;
        min-height: 100vh !important;
        padding: 104px 20px 34px !important;
        overflow-y: auto;
        border-right: 1px solid rgba(184, 149, 90, .18) !important;
        background:
            linear-gradient(180deg, rgba(246, 248, 242, .98), #ffffff 34%, #f7f8f4 100%) !important;
        box-shadow: 28px 0 70px rgba(11, 45, 32, .2) !important;
    }

    .mobile-navigation-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 7px;
        background: linear-gradient(90deg, var(--sw-primary), var(--sw-accent), var(--sw-primary));
    }

    .mobile-navigation-menu:after {
        content: "Annavarta Exim";
        position: absolute;
        left: 38px;
        top: 34px;
        color: rgba(32, 51, 39, .5);
        font-family: "Inter", Arial, sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #mobile-menu-close {
        top: 24px !important;
        right: 22px !important;
        width: 48px !important;
        height: 48px !important;
        border: 1px solid rgba(184, 149, 90, .28);
        background: #fff;
        box-shadow: 0 12px 28px rgba(32, 51, 39, .1);
    }

    #mobile-menu-close:hover {
        color: var(--sw-primary) !important;
        border-color: rgba(24, 82, 43, .32);
        background: #f7f8f4;
    }

    .mobile-navigation-menu .nav-menu,
    .mobile-navigation-menu .main-menu {
        padding: 0 !important;
    }

    .mobile-navigation-menu ul li {
        margin-bottom: 8px !important;
    }

    .mobile-navigation-menu ul li > a {
        border: 1px solid rgba(32, 51, 39, .08);
        border-radius: 14px;
        background: rgba(255, 255, 255, .78);
        color: #203327 !important;
        padding: 17px 18px !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        box-shadow: 0 10px 24px rgba(32, 51, 39, .045);
    }

    .mobile-navigation-menu ul li:hover > a,
    .mobile-navigation-menu ul li > a:focus {
        color: var(--sw-primary) !important;
        border-color: rgba(184, 149, 90, .34);
        background: #fff;
        transform: translateX(4px);
    }

    .mobile-navigation-menu .dropdown-plus {
        right: 16px !important;
        top: 4px !important;
        width: 50px !important;
        height: 50px !important;
        border-left: 1px solid rgba(32, 51, 39, .08);
    }

    .mobile-navigation-menu .dropdown-plus:before,
    .mobile-navigation-menu .dropdown-plus:after {
        right: 18px !important;
        background-color: var(--sw-accent) !important;
    }

    .open-mobile-menu.mobile-navigation-menu {
        left: 0 !important;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    :root {
        --sw-section-space: 48px;
        --sw-page-header-space: 44px;
    }
}
