/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


html {
    overflow-x: hidden;
}

body {
  /* font-family: "Cinzel", serif; */
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px!important;
    color: var(--dark);
    margin-bottom: 12px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.uni-padding {
  margin: 50px 0px;
}

.btn-theme {
    border-radius: 5ch !important;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    background-color: #C5231D!important;
    color: #fff!important;
    box-shadow: none!important;
    border: none!important;
}


.btn-white {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 0px!important;
}

.navbar-toggler {
  z-index: 10000000000000000000;
  border: 0px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none;
}

h1 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 60px;
    margin-bottom: 24px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.3);
    margin-top: 24px;
}

h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    font-weight: 700;
    color: var(--dark);
}



h3{
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 600;
    line-height: 44px;
}

h4 {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
}


.h5, h5 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}


h6 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}



:root {
    --primary:       #669C41;
    --secondary:  #ABD37C;
    --primary-dark: #527C39;
    --dark:          #3D3D3D;
    --gray:          #6c757d;
    --gray-light:    #f4f6f2;
    --white:         #ffffff;
    --border:        rgba(102, 156, 65, 0.15);
      --green-dark: #1a3a1f;
      --green-mid: #2d6a35;
      --green-light: #4caf50;
      --amber: #c8860a;
      --amber-light: #f5c842;
      --cream: #faf7f0;
      --text-dark: #1c1c1c;
      --text-muted: #5a5a5a;
    --font-heading:  'Cinzel', serif;
    --shadow-sm:     0 2px 12px rgba(0,0,0,0.07);
    --shadow-md:     0 8px 32px rgba(0,0,0,0.10);
    --shadow-lg:     0 16px 48px rgba(0,0,0,0.14);
    --shadow-green:  0 8px 24px rgba(102, 156, 65, 0.25);
    --radius:        12px;
    --radius-sm:     8px;
    --radius-lg:     20px;
    --transition:    all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --nav-height:    76px;
}

.logo-img img {
    width: 200px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

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

.uni-margin {
    margin-top: 100px;
}

/* Background Subtle */
.bg-subtle {
    background-color: var(--gray-light);
}

.sec-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
}

.sec-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 2px;
    background: var(--primary);
}

.sec-label.light {
    color: var(--primary-light);
}

.sec-label.light::before {
    background: var(--primary-light);
}


.sec-title.light {
    color: var(--white);
}


.sec-body.light {
    color: rgba(255,255,255,0.82);
}

.btn-cta {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 11px 26px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: var(--transition);
    box-shadow: var(--shadow-green);
}

.btn-cta:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(102, 156, 65, 0.35);
}

.btn-hero-primary {
    background: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
    padding: 6px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: var(--transition);
    box-shadow: 0 6px 24px rgba(0,0,0,0.2);
}

.btn-hero-primary:hover {
    background: var(--primary);
    color: #ffffff!important;
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.25);
}

.btn-hero-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.75);
    padding: 10px 36px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: var(--transition);
    margin-top: 28px;
}

.btn-hero-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: var(--white);
    color: var(--white);
    transform: translateY(-3px);
}

.btn-outline-white {
    border: 2px solid var(--white) !important;
    color: var(--white) !important;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 8px 20px;
    letter-spacing: 0.05em;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--primary) !important;
}


#mainNavbar.scrolled {
    background: rgba(255,255,255,0.99);
    box-shadow: var(--shadow-md);
}

#mainNavbar .container {
    min-height: var(--nav-height);
}


.navbar .nav-link {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dark) !important;
    padding: 8px 14px !important;
    border-radius: 6px;
    transition: var(--transition);
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--primary)!important;
    background: rgba(102, 156, 65, 0.07);
}

.nav-link.active {
    color: var(--primary)!important;
    background: rgba(102, 156, 65, 0.07);
    border-bottom: 1px solid;
    border-radius: 0px;
}

.navbar-toggler {
    border: none;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 14px;
    background: rgba(102, 156, 65, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:hover {
    background: rgba(102, 156, 65, 0.14);
}

.navbar-toggler-box {
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar-toggler-line {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--dark);
    transform-origin: center;
    transition: transform 0.32s ease, opacity 0.24s ease, width 0.24s ease;
}

.navbar-toggler .navbar-toggler-line:nth-child(2) {
    width: 70%;
    align-self: flex-end;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(2) {
    opacity: 0;
    width: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.navbar-collapse {
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: url('https://images.unsplash.com/photo-1625246333195-78d9c38ad449?w=1920&q=85');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(148, 230, 89, 0.604) 0%,     
    rgba(82, 124, 57, 0.85) 35%,  
    rgba(102, 156, 65, 0.80) 65%,  
    rgba(171, 211, 124, 0.72) 100% 
  );
  z-index: 1;
}

.hero-content {
    z-index: 2;
}



.hero-subheadline {
    color: var(--white);
}

.scroll-down-btn {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.scroll-down-btn span {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255,255,255,0.8);
    border-bottom: 2px solid rgba(255,255,255,0.8);
    transform: rotate(45deg);
    animation: scrollBounce 1.6s ease-in-out infinite;
}

.scroll-down-btn span:nth-child(2) { animation-delay: 0.2s; opacity: 0.7; }
.scroll-down-btn span:nth-child(3) { animation-delay: 0.4s; opacity: 0.4; }

@keyframes scrollBounce {
    0%, 100% { transform: rotate(45deg) translateY(0); }
    50% { transform: rotate(45deg) translateY(6px); }
}

/* Hero Stats Bar */
.hero-stats-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255,255,255,0.18);
}

.stat-item {
    padding: 22px 16px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.stat-item:last-child {
    border-right: none;
}

.stat-num {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
}

.stat-suf {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-light);
}

.stat-item p {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin: 6px 0 0;
}

.about-img-wrap {
    position: relative;
}

.about-img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.about-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background: var(--white);
    border-radius: var(--radius);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-lg);
    border-left: 4px solid var(--primary);
}

.about-badge i {
    font-size: 2rem;
    color: var(--primary);
}

.about-badge strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dark);
}

.about-badge span {
    font-size: 0.75rem;
    color: var(--gray);
}

.about-accent-box {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 100px;
    height: 100px;
    border: 3px solid var(--primary);
    border-radius: var(--radius);
    opacity: 0.25;
    z-index: -1;
}


.about-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feat-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    background: var(--gray-light);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 1px solid transparent;
}

.feat-item:hover {
    border-color: var(--border);
    box-shadow: var(--shadow-sm);
    transform: translateX(4px);
}

.feat-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.feat-item strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.feat-item p {
    font-size: 0.83rem;
    color: var(--gray);
    margin: 0;
    line-height: 1.6;
}

.prod-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.prod-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border);
}

.prod-img-wrap {
    position: relative;
    overflow: hidden;
    height: 210px;
}

.prod-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.prod-card:hover .prod-img-wrap img {
    transform: scale(1.07);
}

.prod-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(39, 62, 25, 0.85) 0%,
        rgba(82, 124, 57, 0.5) 50%,
        transparent 100%
    );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: var(--transition);
}

.prod-card:hover .prod-overlay {
    opacity: 1;
}

.prod-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.prod-cat {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary);
    background: rgba(102, 156, 65, 0.1);
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
    width: fit-content;
}

.prod-body h5 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.35;
}


.prod-link {
    /* font-size: 0.82rem; */
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    transition: var(--transition);
}

.prod-link:hover {
    color: var(--primary-dark);
    gap: 10px;
}


.ind-card {
    text-align: center;
    padding: 36px 20px;
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}

.ind-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--border);
}

.ind-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 20px;
    box-shadow: var(--shadow-green);
    transition: var(--transition);
}

.ind-card:hover .ind-icon {
    transform: scale(1.1) rotate(5deg);
}


.global-section {
    float: left;
    width: 100%;
}

.testimonials-section {
    float: left;
    width: 100%;
}


.contact-section {
    float: left;
    width: 100%;
}


.map-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.world-map {
    width: 100%;
    filter: drop-shadow(0 8px 32px rgba(0,0,0,0.12));
    opacity: 0.88;
}

.map-pin {
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--primary);
    border-radius: 50%;
    border: 3px solid var(--white);
    box-shadow: 0 0 0 4px rgba(102, 156, 65, 0.3);
    cursor: pointer;
    transition: var(--transition);
    animation: pinPulse 2.5s ease-in-out infinite;
}

.map-pin:hover {
    transform: scale(1.5);
    box-shadow: 0 0 0 8px rgba(102, 156, 65, 0.25);
}

@keyframes pinPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(102, 156, 65, 0.3); }
    50% { box-shadow: 0 0 0 8px rgba(102, 156, 65, 0.12); }
}

.global-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.global-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.88rem;
    color: var(--dark);
    line-height: 1.6;
}

.global-list li i {
    color: var(--primary);
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}


.testi-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 48px 44px;
    box-shadow: var(--shadow-md);
    text-align: center;
    position: relative;
    border-top: 4px solid var(--primary);
    margin: 16px auto 60px;
}

.testi-quote {
    font-size: 4rem;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 16px;
    opacity: 0.4;
}

.testi-text {
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.9;
    font-style: italic;
    margin-bottom: 32px;
    font-weight: 400;
}

.testi-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.testi-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    flex-shrink: 0;
}

.testi-author strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dark);
    text-align: left;
}

.testi-author span {
    font-size: 0.78rem;
    color: var(--gray);
    text-align: left;
    display: block;
}

/* Carousel Controls Custom */
.carousel-control-prev,
.carousel-control-next {
    width: 52px;
    height: 52px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-ctrl {
    width: 44px;
    height: 44px;
    background: var(--primary);
    border: 2px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.1rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.carousel-ctrl:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.testi-dots {
    bottom: 16px;
}

.testi-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0.35;
    border: none;
}

.carousel-ctrl i {
    color: #fff;
}

.testi-dots button.active {
    opacity: 1;
    width: 28px;
    border-radius: 50px;
}


.contact-form .form-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--dark);
    margin-bottom: 8px;
}

.req {
    color: #e53e3e;
}

.cust-input {
    border: 1.5px solid rgba(0,0,0,0.12);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: var(--dark);
    background: var(--white);
    transition: var(--transition);
    height: auto;
}

.cust-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(102, 156, 65, 0.15);
    outline: none;
}

.cust-input::placeholder {
    color: #aab;
    font-weight: 400;
}

/* Contact Info */
.contact-info-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ci-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: var(--white);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    margin-bottom: 14px;
}

.ci-row:hover {
    border-color: var(--border);
    box-shadow: var(--shadow-md);
}

.ci-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: var(--primary);
    color: var(--white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.ci-row strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--dark);
    margin-bottom: 4px;
}


.map-embed-wrap {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.map-embed-wrap iframe {
    display: block;
}

.site-footer {
    background: var(--dark);
    color: rgba(255,255,255,0.8);
    float: left;
    width: 100%;
    margin-top: 50px;
}


.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-brand span {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--white);
}

.footer-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.85;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: var(--transition);
    border: 1px solid rgba(255,255,255,0.1);
}

.social-icons a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.footer-heading {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
}

.footer-links a::before {
    content: '→';
    margin-right: 6px;
    font-size: 0.7rem;
    opacity: 0;
    transform: translateX(-6px);
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-light);
    padding-left: 4px;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--white);
    border-radius: var(--radius-sm) 0 0 var(--radius-sm) !important;
    padding: 12px 16px;
    font-size: 0.85rem;
}

.footer-input:focus {
    background: rgba(255,255,255,0.12);
    border-color: var(--primary);
    box-shadow: none;
    color: var(--white);
}

.footer-input::placeholder {
    color: rgba(255,255,255,0.4);
}

.btn-newsletter {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 0 20px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0 !important;
    transition: var(--transition);
}

.btn-newsletter:hover {
    background: var(--primary-dark);
    color: var(--white);
}

.footer-note {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    margin: 0;
}

/* Footer Bottom */
.footer-bottom {
    padding: 20px 0;
    background: rgba(0,0,0,0.25);
    margin-top: 30px;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
    margin: 0;
}

.footer-bottom a {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
    transition: var(--transition);
}

.footer-bottom a:hover {
    color: var(--primary-light);
}


.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    width: 46px;
    height: 46px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-green);
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: var(--transition);
}

.back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(102, 156, 65, 0.45);
}

.reveal-up.visible,
.reveal-left.visible,
.reveal-right.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Animation Delay Utilities */
.delay-1 { transition-delay: 0.12s !important; }
.delay-2 { transition-delay: 0.24s !important; }
.delay-3 { transition-delay: 0.36s !important; }
.delay-4 { transition-delay: 0.48s !important; }

/* Hero Fade Animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUpIn 0.8s forwards;
}

.fade-up.delay-1 { animation-delay: 0.3s; }
.fade-up.delay-2 { animation-delay: 0.55s; }
.fade-up.delay-3 { animation-delay: 0.8s; }

@keyframes fadeUpIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media (max-width: 991.98px) {


    #mainNavbar .container {
        min-height: 72px;
        align-items: center;
    }

    .section-pad {
        padding: 70px 0;
    }

    .hero-section {
        background-attachment: scroll;
    }

    .about-img {
        height: 380px;
    }

    .about-badge {
        bottom: -16px;
        right: -12px;
    }


    .navbar .nav-link {
        padding: 10px 16px !important;
    }

    .navbar-collapse .navbar-nav {
        align-items: stretch !important;
        gap: 6px;
    }

    .navbar .nav-item {
        width: 100%;
    }

    .navbar .nav-link {
        display: block;
        width: 100%;
        border-radius: 12px;
    }

    .navbar .nav-item.ms-lg-3 {
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .navbar .btn-cta {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    :root {
        --nav-height: 68px;
    }

    .section-pad {
        padding: 60px 0;
    }

    .hero-headline {
        font-size: 2rem;
    }

    .hero-subheadline {
        font-size: 0.9rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 260px;
    }

    .hero-stats-bar {
        position: relative;
    }

    .about-img {
        height: 280px;
    }

    .about-badge {
        position: static;
        margin-top: 20px;
        border-left: none;
        border-top: 4px solid var(--primary);
    }



    .about-accent-box {
        display: none;
    }


    .testi-card {
        padding: 32px 24px;
    }

    .carousel-control-prev {
        left: -8px;
    }

    .carousel-control-next {
        right: -8px;
    }

    .back-to-top {
        bottom: 20px;
        right: 20px;
    }

    .map-pin {
        width: 10px;
        height: 10px;
    }
}

/* Small Mobile */
@media (max-width: 479.98px) {
    #mainNavbar {
        min-height: 64px;
    }

    #mainNavbar .container {
        min-height: 64px;
    }

    .navbar-toggler {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .navbar-toggler-box {
        width: 22px;
        height: 16px;
    }

    .navbar .nav-link {
        font-size: 0.76rem;
        letter-spacing: 0.05em;
    }

    .sec-title {
        font-size: 1.5rem;
    }

    .stat-num {
        font-size: 1.6rem;
    }

    .ind-card {
        padding: 24px 14px;
    }

    .cert-card {
        padding: 28px 16px;
    }
}

@media print {
    .navbar,
    .back-to-top,
    .hero-stats-bar,
    .scroll-down-btn {
        display: none !important;
    }

    .hero-section {
        min-height: auto;
        padding: 60px 0;
    }
}






    .section-header {
      text-align: center;
      padding: 70px 0 30px;
    }
    .section-header .eyebrow {
      font-size: 0.78rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--amber);
      font-weight: 500;
      margin-bottom: 10px;
    }

    .section-header h2 span {
      color: var(--green-light);
    }

      .section-header p {
          max-width: 770px;
          margin: 12px auto 0;
      }


        .product-row {
            align-items: center;
            margin-bottom: 60px;
            position: relative;
            margin-top: 30px;
        }

    .product-img-wrap {
      position: relative;
    }
    .product-img-wrap .bg-blob {
      position: absolute;
      width: 85%;
      height: 85%;
      border-radius: 60% 40% 50% 60% / 50% 60% 40% 50%;
      background: linear-gradient(135deg, var(--green-mid) 0%, var(--green-dark) 100%);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0;
      opacity: 0.12;
      animation: morphBlob 8s ease-in-out infinite alternate;
    }
    @keyframes morphBlob {
      0%   { border-radius: 60% 40% 50% 60% / 50% 60% 40% 50%; }
      100% { border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%; }
    }
    .product-img-wrap img {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 340px;
      display: block;
      margin: 0 auto;
      border-radius: 18px;
      object-fit: cover;
      aspect-ratio: 4/5;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .product-img-wrap img:hover {
      transform: translateY(-6px) scale(1.02);
      box-shadow: 0 30px 70px rgba(26,58,31,0.22);
    }

.product-img-wrap .img-badge {
    position: absolute;
    bottom: 18px;
    right: calc(50% - 160px);
    z-index: 2;
    background: var(--primary);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
}

    .product-info { padding: 10px 30px; }
    .product-info .category-tag {
      display: inline-block;
      background: rgba(76,175,80,0.12);
      color: var(--green-mid);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 50px;
      margin-bottom: 14px;
      border: 1px solid rgba(76,175,80,0.25);
    }

.product-info .subtitle {
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
    margin-top: 16px;
}



    .btn-product .arrow { transition: transform 0.2s ease; }
    .btn-product:hover .arrow { transform: translateX(4px); }

    .connector {
      text-align: center;
      margin: -20px 0 30px;
      color: rgba(45,106,53,0.2);
      font-size: 2rem;
      letter-spacing: 8px;
    }

    .view-all-section {
      text-align: center;
      padding: 20px 0 80px;
    }

    .btn-view-all {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        color: var(--green-dark);
        border: 2px solid var(--green-dark);
        padding: 10px 36px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .btn-view-all::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--primary);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
      z-index: 0;
    }
    .btn-view-all:hover::before { transform: scaleX(1); }
    .btn-view-all span, .btn-view-all svg {
      position: relative;
      z-index: 1;
    }
    .btn-view-all:hover { color: #fff; border-color: var(--primary); }

    @media (max-width: 767px) {
      .product-info { padding: 24px 8px 0; }
      .product-img-wrap .img-badge { right: 10px; bottom: 10px; }
    }

.products-section {
    background: radial-gradient(ellipse at 10% 20%, rgba(76,175,80,0.05) 0%, transparent 55%),
        radial-gradient(ellipse at 90% 80%, rgba(200,134,10,0.05) 0%, transparent 50%),
        var(--cream);
    float: left;
    width: 100%;
}




.inner-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    padding: 120px 0px;
}


.product-full-content {
    float: left;
    width: 100%;
    margin: 60px 0px;
}

.inner-hero-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px!important;
    color: #fff;
    width: 50%;
}












.header-strip {
    background: #2d6a35;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #767676;
}


.inner-hero {
    background: linear-gradient(135deg, #326e36 0%, var(--green-mid) 55%, #417c39 100%);
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    margin-top: 78px;
}

  .inner-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .inner-hero-text { position: relative; }
  
.inner-hero-badge {
    display: inline-block;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-bottom: 14px;
}


  .inner-hero-image-wrap {
    position: relative;
    flex-shrink: 0;
  }
  .inner-hero-image-wrap img {
    width: 170px;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    border: 3px solid rgba(255,255,255,0.2);
  }
  .inner-hero-image-label {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    white-space: nowrap;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .content { max-width: 860px; margin: 0 auto; padding: 40px 20px 60px; }

  /* ── SECTION TITLE ── */
  .section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
  }
  .section-title .bar {
    width: 5px;
    height: 26px;
    background: var(--primary);
    border-radius: 3px;
  }
  .section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.22rem;
    color: var(--primary);
    font-weight: 700;
  }

  /* ── CARD ── */
  .card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 30px;
    box-shadow: 0 3px 16px rgba(45,90,27,0.06);
  }

  /* ── INTRO BULLETS ── */
  .intro-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .intro-list li {
    padding-left: 22px;
    position: relative;
    font-size: 0.94rem;
    color: #2e4a1a;
    line-height: 1.6;
  }
  .intro-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--green-light);
    font-size: 0.7rem;
    top: 3px;
  }
  .intro-list li strong { color: var(--primary); }


  .app-tile .ico { font-size: 1.2rem; }

  .mini-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 20px 22px;
    box-shadow: 0 3px 12px rgba(45,90,27,0.05);
  }
  .mini-card h3 {
    font-family: 'Playfair Display', serif;
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mini-card h3 .dot {
    width: 10px; height: 10px;
    background: var(--primary);
    border-radius: 50%;
    display: inline-block;
  }
  .mini-card p { font-size: 0.9rem; color: #3b5a22; }

  /* ── FOOTER ── */
  .footer {
    background: var(--primary);
    color: rgba(255,255,255,0.75);
    text-align: center;
    padding: 20px;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  .footer strong { color: #c8e88a; }

  @media (max-width: 600px) {
    .inner-hero { flex-direction: column; text-align: center; padding: 36px 24px 48px; }
    .inner-hero h1 { font-size: 2rem; }
    .compound-grid { grid-template-columns: 1fr; }
    .dose-pack-row { grid-template-columns: 1fr; }
    .inner-hero-image-wrap img { width: 130px; }
  }






  /* about-us-page */

.about-part {
    float: left;
    width: 100%;
}

.products-category {
    float: left;
    width: 100%;
}

.industries-section {
    float: left;
    width: 100%;
}

  /* ── Intro Card ── */
    .intro-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-md);
      overflow: hidden;
      border: 1px solid var(--border);
    }
    .intro-card .img-wrap {
      position: relative;
      height: 100%;
      min-height: 260px;
    }
    .intro-card .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .intro-card .img-badge {
      position: absolute;
      bottom: 16px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(26,58,31,0.88);
      color: var(--primary-light);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1.5px;
      padding: 6px 18px;
      border-radius: 30px;
      white-space: nowrap;
      backdrop-filter: blur(4px);
    }
    .intro-card .content-pad {
      padding: 40px 36px;
    }

    /* ── Stats Row ── */
    .stats-strip {
      background: var(--green-dark);
      border-radius: var(--radius);
      padding: 28px 32px;
      margin-top: 28px;
    }
    .stat-item { text-align: center; }
    .stat-item .stat-num {
      font-family: var(--font-heading);
      font-size: 1.85rem;
      font-weight: 700;
      color: var(--white);
      line-height: 1;
    }
    .stat-item .stat-lbl {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 1px;
      color: rgba(255,255,255,0.6);
      text-transform: uppercase;
      margin-top: 6px;
    }
    .stat-sep {
      width: 1px;
      height: 40px;
      background: rgba(255,255,255,0.12);
      align-self: center;
    }

    /* ── Products Grid ── */
    .products-bg {
      background: var(--gray-light);
      border-radius: var(--radius-lg);
      padding: 40px 36px;
      border: 1px solid var(--border);
    }
    .product-tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 9px 16px;
      font-size: 13px;
      font-weight: 500;
      color: var(--green-dark);
      box-shadow: var(--shadow-sm);
      transition: var(--transition);
    }
    .product-tag:hover {
      background: var(--primary);
      color: var(--white);
      border-color: var(--primary);
      box-shadow: var(--shadow-green);
      transform: translateY(-2px);
    }
    .product-tag .dot-ico {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--primary-light);
      flex-shrink: 0;
    }
    .product-tag:hover .dot-ico { background: rgba(255,255,255,0.7); }

    /* ── Timeline / Story ── */
    .timeline-wrap { position: relative; padding-left: 28px; }
    .timeline-wrap::before {
      content: '';
      position: absolute;
      left: 7px; top: 6px; bottom: 6px;
      width: 2px;
      background: linear-gradient(to bottom, var(--primary-light), var(--primary), var(--accent));
      border-radius: 2px;
    }
    .tl-item { position: relative; margin-bottom: 28px; }
    .tl-item:last-child { margin-bottom: 0; }
    .tl-dot {
      position: absolute;
      left: -28px; top: 4px;
      width: 16px; height: 16px;
      border-radius: 50%;
      background: var(--white);
      border: 3px solid var(--primary);
      z-index: 1;
    }
    .tl-year {
      font-family: var(--font-heading);
      font-size: 12px;
      font-weight: 600;
      color: var(--primary);
      letter-spacing: 1.5px;
      margin-bottom: 4px;
    }



    /* ── Gallery Cards ── */
    .gallery-card {
      background: var(--white);
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      border: 1px solid var(--border);
      transition: var(--transition);
    }
    .gallery-card:hover {
      box-shadow: var(--shadow-green);
      transform: translateY(-4px);
    }
    .gallery-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }
    .gallery-card-body {
      padding: 16px 20px;
      border-top: 2px solid var(--primary-light);
    }
    .gallery-card-body p {
      font-size: 12.5px;
      font-weight: 600;
      color: var(--green-dark);
      letter-spacing: .5px;
      text-align: center;
      text-transform: uppercase;
    }

    /* ── Technology Card ── */
    .tech-card {
      background: var(--white);
      border-radius: var(--radius);
      padding: 28px;
      border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
      height: 100%;
      transition: var(--transition);
    }
    .tech-card:hover { box-shadow: var(--shadow-green); transform: translateY(-3px); }
    .tech-card-icon {
      width: 46px; height: 46px;
      background: var(--gray-light);
      border-radius: var(--radius-sm);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
    }
    .tech-card-icon svg { width: 22px; height: 22px; }


.vision-band {
    background: linear-gradient(120deg, var(--accent) 0%, var(--green-mid) 50%, var(--primary-dark) 100%);
    border-radius: var(--radius-lg);
    padding: 48px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

    /* .vision-band::after {
      content: '';
      position: absolute;
      right: -60px; top: -60px;
      width: 280px; height: 280px;
      border-radius: 50%;
      border: 40px solid rgba(255,255,255,0.05);
    } */
    /* .vision-band h3 {
      font-family: var(--font-heading);
      font-size: clamp(1.1rem, 2.5vw, 1.6rem);
      color: var(--white);
      font-weight: 600;
      margin-bottom: 14px;
    } */
    /* .vision-band p {
      font-size: 14px;
      color: rgba(255,255,255,0.8);
      line-height: 1.85;
      max-width: 620px;
    } */

    /* ── Responsive ── */
    @media (max-width: 767px) {
      .about-section { padding: 48px 0; }
      .intro-card .content-pad { padding: 28px 20px; }
      .products-bg { padding: 28px 20px; }
      .vision-band { padding: 36px 24px; }
      .stats-strip { padding: 20px 16px; }
    }


    /* about-us end */












    /* certification */



    /* ── Main Section ── */
    .sec-certifications { padding: 72px 0; }

    .sec-certifications h3 {
       margin: 6px 0px!important;
       font-size: 24px;
    }


    /* .section-title {
      font-family: var(--font-heading);
      font-size: clamp(1.3rem, 2.5vw, 1.75rem);
      font-weight: 600;
      color: var(--green-dark);
      line-height: 1.3;
      margin-bottom: 6px;
    } */
    .section-divider {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 32px;
    }
    .section-divider .line-long  { display:block; height:2px; width:40px; border-radius:2px; background:var(--primary); }
    .section-divider .line-short { display:block; height:2px; width:12px; border-radius:2px; background:var(--primary); opacity:.4; }
    .section-divider .dot { width:6px; height:6px; border-radius:50%; background:var(--primary-light); flex-shrink:0; }

    /* ── Card ── */
.cert-card {
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    display: flex;
    /* align-items: center; */
    gap: 24px;
    padding: 24px 28px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
    .cert-card::before {
      content: '';
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 4px;
      background: var(--primary-light);
      border-radius: 4px 0 0 4px;
      transition: var(--transition);
    }
    .cert-card:hover {
      box-shadow: var(--shadow-green);
      transform: translateY(-3px);
      border-color: rgba(102,156,65,0.35);
    }
    .cert-card:hover::before {
      background: var(--primary);
    }

    /* Logo box */
    .logo-box {
      flex-shrink: 0;
      width: 96px;
      height: 96px;
      border-radius: var(--radius-sm);
      border: 1.5px solid var(--border);
      background: var(--gray-light);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 10px;
    }
    .logo-box img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    /* Text */
    .cert-info { flex: 1; min-width: 0; }

.cert-info .cert-type {
    /* font-size: 10px; */
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 6px;
    padding-bottom: 10px;
}
.cert-info h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--green-dark);
    line-height: 1.4;
    margin-bottom: 8px;
}

    /* .cert-info p {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.7;
      margin: 0;
    } */

    /* Badge */
.cert-badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--gray-light);
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 600;
    color: var(--primary-dark);
    white-space: nowrap;
    height: fit-content;
}
    .cert-badge .badge-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--primary);
    }

    /* ── Group header ── */
    .group-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 24px;
    }
    .group-icon {
      width: 44px; height: 44px;
      border-radius: var(--radius-sm);
      background: var(--green-dark);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .group-icon svg { width: 20px; height: 20px; }

    /* ── Trust Band ── */
    .trust-band {
      background: linear-gradient(120deg, var(--accent) 0%, var(--green-mid) 50%, var(--primary-dark) 100%);
      border-radius: var(--radius-lg);
      padding: 48px 40px;
      position: relative;
      overflow: hidden;
      text-align: center;
    }
    .trust-band::after {
      content: '';
      position: absolute;
      right: -80px; top: -80px;
      width: 300px; height: 300px;
      border-radius: 50%;
      border: 50px solid rgba(255,255,255,0.05);
      pointer-events: none;
    }
    .trust-band::before {
      content: '';
      position: absolute;
      left: -60px; bottom: -60px;
      width: 220px; height: 220px;
      border-radius: 50%;
      border: 36px solid rgba(255,255,255,0.04);
      pointer-events: none;
    }
.trust-band h3 {
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 2.5vw, 1.55rem);
    /* color: var(--white); */
    font-weight: 600;
    margin-bottom: 12px;
}

    .trust-band p {
      font-size: 14px;
      line-height: 1.85;
      max-width: 580px;
      margin: 0 auto;
    }
    .trust-stats {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-top: 32px;
      flex-wrap: wrap;
    }
    .trust-stat .num {
      font-family: var(--font-heading);
      font-size: 1.75rem;
      font-weight: 700;
      color: var(--primary-light);
      line-height: 1;
    }
    .trust-stat .lbl {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.55);
      margin-top: 6px;
    }
    .trust-sep {
      width: 1px;
      height: 50px;
      background: rgba(255,255,255,0.12);
      align-self: center;
    }

    @media (max-width: 575px) {
      .cert-card { flex-direction: column; align-items: flex-start; gap: 16px; padding: 20px; }
      .cert-badge { align-self: flex-start; }
      .trust-band { padding: 36px 20px; }
      .trust-stats { gap: 20px; }
      .trust-sep { display: none; }
    }


    /* certification end */








    /* gallery start */


    
    

    /* ── Page Header ── */
    .page-header {
      background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 60%, var(--primary) 100%);
      padding: 64px 0 52px;
      position: relative;
      overflow: hidden;
    }
    .page-header::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .page-header::after {
      content: '';
      position: absolute;
      right: -80px; top: -80px;
      width: 320px; height: 320px;
      border-radius: 50%;
      border: 55px solid rgba(255,255,255,0.04);
      pointer-events: none;
    }
    .page-header-label {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--primary-light);
      margin-bottom: 12px;
    }
    .page-header h1 {
      font-family: var(--font-heading);
      font-size: clamp(1.9rem, 5vw, 3.2rem);
      font-weight: 700;
      color: var(--white);
      letter-spacing: 2px;
      line-height: 1.2;
    }
    .page-header p {
      font-size: 14px;
      color: rgba(255,255,255,0.7);
      max-width: 480px;
      margin-top: 14px;
      line-height: 1.75;
    }
    .header-rule {
      width: 56px; height: 3px;
      background: var(--primary-light);
      border-radius: 2px;
      margin: 18px 0 0;
    }

    /* ── Filter Bar ── */
    .filter-section {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 20px 0;
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: var(--shadow-sm);
    }
    .filter-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .filter-label {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-right: 4px;
      white-space: nowrap;
    }
    .filter-btn {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: var(--gray-light);
      border: 1.5px solid transparent;
      border-radius: 30px;
      padding: 7px 18px;
      font-family: var(--font-body);
      font-size: 12px;
      font-weight: 500;
      color: var(--text-muted);
      cursor: pointer;
      transition: var(--transition);
      white-space: nowrap;
    }
    .filter-btn .count {
      background: rgba(0,0,0,0.08);
      border-radius: 10px;
      padding: 1px 7px;
      font-size: 10px;
      font-weight: 600;
    }
    .filter-btn:hover {
      background: var(--gray-light);
      border-color: var(--primary-light);
      color: var(--primary-dark);
    }
    .filter-btn.active {
      background: var(--primary);
      border-color: var(--primary);
      color: var(--white);
      box-shadow: var(--shadow-green);
    }
    .filter-btn.active .count {
      background: rgba(255,255,255,0.25);
    }

    /* ── Gallery Section ── */
    .gallery-section { padding: 56px 0 80px; }

    /* ── Category Group ── */
    .cat-group { margin-bottom: 64px; }
    .cat-group:last-child { margin-bottom: 0; }

    .cat-heading {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 28px;
    }
    .cat-icon {
      width: 42px; height: 42px;
      border-radius: var(--radius-sm);
      background: var(--primary);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .cat-icon svg { width: 20px; height: 20px; }
    .cat-title {
      font-family: var(--font-heading);
      font-size: clamp(1.1rem, 2vw, 1.45rem);
      font-weight: 600;
      color: var(--green-dark);
      line-height: 1.2;
    }
    .cat-sub {
      font-size: 12px;
      color: var(--text-muted);
      margin-top: 3px;
    }



    /* ── Masonry Grid ── */
    .gallery-grid {
      columns: 4;
      column-gap: 14px;
    }
    @media (max-width: 1199px) { .gallery-grid { columns: 3; } }
    @media (max-width: 767px)  { .gallery-grid { columns: 2; } }
    @media (max-width: 480px)  { .gallery-grid { columns: 1; } }

    /* ── Gallery Item ── */
    .g-item {
      break-inside: avoid;
      margin-bottom: 14px;
      display: block;
      position: relative;
      border-radius: var(--radius);
      overflow: hidden;
      cursor: pointer;
      box-shadow: var(--shadow-sm);
    }
    .g-item img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .g-item:hover img {
      transform: scale(1.06);
    }

    /* Overlay */
    .g-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(26,58,31,0.85) 0%, rgba(26,58,31,0.15) 55%, transparent 100%);
      opacity: 0;
      transition: var(--transition);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 18px;
    }
    .g-item:hover .g-overlay { opacity: 1; }

    .g-overlay-title {
      font-size: 13px;
      font-weight: 600;
      color: var(--white);
      line-height: 1.4;
      margin-bottom: 6px;
      transform: translateY(8px);
      transition: transform 0.35s ease;
    }
    .g-item:hover .g-overlay-title { transform: translateY(0); }

    .g-overlay-tag {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--primary-light);
      transform: translateY(8px);
      transition: transform 0.4s ease;
    }
    .g-item:hover .g-overlay-tag { transform: translateY(0); }
    .g-overlay-tag::before {
      content: '';
      display: block;
      width: 5px; height: 5px;
      border-radius: 50%;
      background: var(--primary-light);
    }

    /* Zoom icon */
    .g-zoom {
      position: absolute;
      top: 14px; right: 14px;
      width: 36px; height: 36px;
      border-radius: 50%;
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,0.3);
      display: flex; align-items: center; justify-content: center;
      opacity: 0;
      transform: scale(0.8);
      transition: var(--transition);
    }
    .g-item:hover .g-zoom { opacity: 1; transform: scale(1); }
    .g-zoom svg { width: 16px; height: 16px; }

    /* Featured / wide item */
    .g-item.wide { break-before: column; }


    /* ── Hidden category groups ── */
    .cat-group { transition: opacity 0.3s ease; }
    .cat-group.hidden { display: none; }


    section.gallery-section h2 {
    font-size: 26px;
    margin-bottom: 0px!important;
}


    /* gallery end */










    /* blog details */


.article-intro {
    font-size: 16px;
    font-style: italic;
    /* color: var(--text-muted); */
    border-left: 4px solid var(--primary);
    padding-left: 24px;
    margin-bottom: 40px!important;
    line-height: 30px;
}

.article-body h2 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--green-dark);
    margin: 52px 0 20px;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 0px;
}

    .article-body h2::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      width: 48px;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), var(--primary-light));
      border-radius: 2px;
    }

    .article-body h3 {
      font-family: var(--font-heading);
      font-size: 1.15rem;
      font-weight: 600;
      color: var(--accent);
      margin: 36px 0 14px;
      letter-spacing: 0.03em;
    }
/* 
    .article-body p {
      margin-bottom: 24px;
      color: var(--text-dark);
      font-size: 1.02rem;
    } */

.article-body ul, .article-body ol {
    margin: 20px 0 20px 0px;
}

    .article-body li {
      margin-bottom: 10px;
      font-size: 1rem;
      color: var(--text-dark);
    }

    .article-body strong {
      color: var(--green-dark);
      font-weight: 600;
    }

    /* Pull Quote */
    .pull-quote {
      margin: 48px -24px;
      padding: 40px 48px;
      background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 100%);
      border-radius: var(--radius-lg);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow-lg);
    }

    .pull-quote::before {
      content: '"';
      position: absolute;
      top: -20px;
      left: 32px;
      font-family: var(--font-heading);
      font-size: 12rem;
      color: rgba(255,255,255,0.05);
      line-height: 1;
      pointer-events: none;
    }

    .pull-quote::after {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(245,200,66,0.12) 0%, transparent 70%);
      border-radius: 50%;
    }

    .pull-quote p {
      font-family: var(--font-heading);
      font-size: 1.35rem;
      color: var(--white);
      font-weight: 600;
      line-height: 1.55;
      letter-spacing: 0.01em;
      position: relative;
      z-index: 1;
      margin-bottom: 16px !important;
    }

    .pull-quote cite {
      font-family: var(--font-ui);
      font-size: 0.8rem;
      color: var(--amber-light);
      font-style: normal;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
    }

    /* Callout box */
    .callout {
      margin: 36px 0;
      padding: 24px 28px;
      background: var(--gray-light);
      border: 1px solid var(--border);
      border-left: 4px solid var(--primary);
      border-radius: var(--radius);
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .callout-icon {
      width: 36px;
      height: 36px;
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      border-radius: var(--radius-sm);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .callout p {
      margin-bottom: 0 !important;
      font-size: 0.95rem;
      color: var(--text-muted);
    }

    /* Inline image */
    .article-image {
      margin: 44px -16px;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-md);
    }

    .article-image img {
      width: 100%;
      height: 380px;
      object-fit: cover;
      display: block;
      transition: var(--transition);
    }

    .article-image:hover img { transform: scale(1.02); }

    .img-caption {
      padding: 14px 20px;
      background: var(--white);
      font-family: var(--font-ui);
      font-size: 0.78rem;
      color: var(--gray);
      font-style: italic;
      border-top: 1px solid var(--border);
    }

    /* Tags & Share */
    .article-footer {
      margin-top: 64px;
      padding-top: 36px;
      border-top: 1px solid var(--border);
    }

    .tags-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 32px;
      align-items: center;
    }

    .tags-label {
      font-family: var(--font-ui);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-right: 4px;
    }

    .tag {
      font-family: var(--font-ui);
      font-size: 0.76rem;
      font-weight: 500;
      padding: 6px 14px;
      background: var(--gray-light);
      border: 1px solid var(--border);
      border-radius: 100px;
      color: var(--accent);
      cursor: pointer;
      transition: var(--transition);
      text-decoration: none;
    }

    .tag:hover {
      background: var(--primary);
      color: var(--white);
      border-color: var(--primary);
      box-shadow: var(--shadow-green);
      transform: translateY(-1px);
    }

    .share-row {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .share-label {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .share-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid var(--border);
      background: var(--white);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: var(--transition);
      box-shadow: var(--shadow-sm);
    }

    .share-btn:hover {
      background: var(--primary);
      border-color: var(--primary);
      transform: translateY(-2px);
      box-shadow: var(--shadow-green);
    }

    .share-btn:hover svg { stroke: var(--white); }

    .share-btn svg { stroke: var(--gray); transition: var(--transition); }

    /* ── AUTHOR CARD ──────────────────────────────── */
    .author-card {
      margin-top: 56px;
      padding: 36px;
      background: var(--white);
      border-radius: var(--radius-lg);
      border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }

    .author-card-avatar {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary) 0%, var(--green-dark) 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-heading);
      font-size: 1.6rem;
      color: var(--white);
      font-weight: 700;
      flex-shrink: 0;
      box-shadow: var(--shadow-green);
    }

    .author-card-info {}

    .author-card-name {
      font-family: var(--font-heading);
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--green-dark);
      margin-bottom: 4px;
      letter-spacing: 0.03em;
    }

    .author-card-role {
      font-family: var(--font-ui);
      font-size: 0.76rem;
      color: var(--primary);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 14px;
    }

    .author-card-bio {
      font-size: 0.91rem;
      color: var(--text-muted);
      line-height: 1.7;
      margin-bottom: 16px;
    }

    .author-card-follow {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 9px 20px;
      background: transparent;
      color: var(--primary);
      border: 1.5px solid var(--primary);
      border-radius: var(--radius-sm);
      cursor: pointer;
      transition: var(--transition);
    }

    .author-card-follow:hover {
      background: var(--primary);
      color: var(--white);
      box-shadow: var(--shadow-green);
    }

    /* ── SIDEBAR ──────────────────────────────────── */
    .sidebar {
      position: sticky;
      top: calc(var(--nav-height) + 32px);
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .sidebar-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 28px;
      box-shadow: var(--shadow-sm);
    }

    .sidebar-title {
      font-family: var(--font-heading);
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--green-dark);
      margin-bottom: 20px;
      padding-bottom: 14px;
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .sidebar-title::before {
      content: '';
      width: 10px;
      height: 10px;
      background: var(--primary);
      border-radius: 50%;
      display: block;
      flex-shrink: 0;
    }

    /* TOC */
    .toc-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .toc-list a {
      font-family: var(--font-ui);
      font-size: 0.84rem;
      color: var(--text-muted);
      text-decoration: none;
      padding: 8px 12px;
      border-radius: var(--radius-sm);
      display: block;
      transition: var(--transition);
      border-left: 2px solid transparent;
    }

    .toc-list a:hover,
    .toc-list a.active {
      background: var(--gray-light);
      color: var(--primary-dark);
      border-left-color: var(--primary);
    }

    /* Reading progress */
    .progress-bar {
      width: 100%;
      height: 6px;
      background: var(--gray-light);
      border-radius: 100px;
      overflow: hidden;
      margin-bottom: 10px;
    }

    .progress-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--primary), var(--primary-light));
      border-radius: 100px;
      width: 42%;
      transition: width 0.3s ease;
    }

    .progress-label {
      font-family: var(--font-ui);
      font-size: 0.75rem;
      color: var(--text-muted);
    }

    /* Related articles */
    .related-item {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      padding: 14px 0;
      border-bottom: 1px solid var(--border);
      cursor: pointer;
      transition: var(--transition);
      text-decoration: none;
    }

    .related-item:last-child { border-bottom: none; }

    .related-item:hover .related-title { color: var(--primary); }

    .related-thumb {
      width: 64px;
      height: 64px;
      border-radius: var(--radius-sm);
      object-fit: cover;
      flex-shrink: 0;
      background: var(--gray-light);
      overflow: hidden;
    }

    .related-thumb div {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
    }

    .related-meta {
      font-family: var(--font-ui);
      font-size: 0.7rem;
      color: var(--primary);
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 4px;
    }

    .related-title {
      font-family: var(--font-heading);
      font-size: 0.84rem;
      color: var(--text-dark);
      line-height: 1.4;
      font-weight: 600;
      transition: var(--transition);
    }

    /* Newsletter */
    .newsletter-card {
      background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 100%);
      border: none;
      position: relative;
      overflow: hidden;
    }

    .newsletter-card::before {
      content: '';
      position: absolute;
      top: -40px; right: -40px;
      width: 140px; height: 140px;
      background: radial-gradient(circle, rgba(245,200,66,0.18) 0%, transparent 70%);
      border-radius: 50%;
    }

    .newsletter-card .sidebar-title {
      color: rgba(255,255,255,0.6);
      border-bottom-color: rgba(255,255,255,0.1);
    }

    .newsletter-card .sidebar-title::before { background: var(--amber-light); }

    .newsletter-headline {
      font-family: var(--font-heading);
      font-size: 1.05rem;
      color: var(--white);
      font-weight: 700;
      margin-bottom: 10px;
      letter-spacing: 0.02em;
      position: relative;
      z-index: 1;
    }

    .newsletter-sub {
      font-family: var(--font-ui);
      font-size: 0.82rem;
      color: rgba(255,255,255,0.65);
      margin-bottom: 20px;
      line-height: 1.6;
      position: relative;
      z-index: 1;
    }

    .newsletter-input {
      width: 100%;
      padding: 11px 16px;
      border: 1px solid rgba(255,255,255,0.2);
      background: rgba(255,255,255,0.1);
      border-radius: var(--radius-sm);
      color: var(--white);
      font-family: var(--font-ui);
      font-size: 0.84rem;
      margin-bottom: 10px;
      outline: none;
      transition: var(--transition);
      position: relative;
      z-index: 1;
    }

    .newsletter-input::placeholder { color: rgba(255,255,255,0.4); }

    .newsletter-input:focus {
      border-color: var(--amber-light);
      background: rgba(255,255,255,0.15);
    }

    .newsletter-btn {
      width: 100%;
      padding: 11px;
      background: var(--amber);
      color: var(--white);
      border: none;
      border-radius: var(--radius-sm);
      font-family: var(--font-ui);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      cursor: pointer;
      transition: var(--transition);
      position: relative;
      z-index: 1;
    }

    .newsletter-btn:hover {
      background: var(--amber-light);
      color: var(--dark-2);
      transform: translateY(-1px);
      box-shadow: 0 8px 20px rgba(200,134,10,0.4);
    }

    /* ── COMMENTS ─────────────────────────────────── */
    .comments-section {
      margin-top: 72px;
      padding-top: 48px;
      border-top: 1px solid var(--border);
    }

    .comments-title {
      font-family: var(--font-heading);
      font-size: 1.4rem;
      color: var(--green-dark);
      font-weight: 700;
      margin-bottom: 36px;
      letter-spacing: 0.02em;
    }

    .comment {
      display: flex;
      gap: 18px;
      margin-bottom: 32px;
    }

    .comment-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-heading);
      font-size: 1rem;
      font-weight: 700;
      color: var(--white);
    }

    .comment-body {
      flex: 1;
    }

    .comment-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 8px;
      flex-wrap: wrap;
    }

    .commenter-name {
      font-family: var(--font-ui);
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--text-dark);
    }

    .comment-date {
      font-family: var(--font-ui);
      font-size: 0.74rem;
      color: var(--gray);
    }

    .comment-text {
      font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.7;
      margin-bottom: 10px;
    }

    .comment-like {
      font-family: var(--font-ui);
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--gray);
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 0;
      transition: var(--transition);
    }

    .comment-like:hover { color: var(--primary); }

    /* Add comment form */
    .add-comment {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 32px;
      margin-top: 40px;
      box-shadow: var(--shadow-sm);
    }

    .add-comment h4 {
      font-family: var(--font-heading);
      font-size: 1rem;
      color: var(--green-dark);
      font-weight: 700;
      margin-bottom: 20px;
      letter-spacing: 0.04em;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 16px;
    }

    .form-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .form-field label {
      font-family: var(--font-ui);
      font-size: 0.76rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .form-field input,
    .form-field textarea {
      padding: 11px 16px;
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      font-family: var(--font-body);
      font-size: 0.92rem;
      color: var(--text-dark);
      background: var(--gray-light);
      outline: none;
      transition: var(--transition);
      resize: none;
    }

    .form-field input:focus,
    .form-field textarea:focus {
      border-color: var(--primary);
      background: var(--white);
      box-shadow: 0 0 0 3px rgba(102,156,65,0.1);
    }

    .submit-btn {
      font-family: var(--font-ui);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 13px 32px;
      background: var(--primary);
      color: var(--white);
      border: none;
      border-radius: var(--radius-sm);
      cursor: pointer;
      transition: var(--transition);
      box-shadow: var(--shadow-green);
      margin-top: 8px;
    }

    .submit-btn:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(102,156,65,0.35);
    }

    /* ── TOP PROGRESS ─────────────────────────────── */
    #read-progress {
      position: fixed;
      top: var(--nav-height);
      left: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), var(--amber-light));
      z-index: 200;
      width: 0%;
      transition: width 0.1s linear;
    }

    /* ── RESPONSIVE ───────────────────────────────── */
    @media (max-width: 960px) {
      .page-layout {
        grid-template-columns: 1fr;
        padding: 40px 24px;
        gap: 40px;
      }
      .sidebar { position: static; }
      .cover-content { padding: 32px 24px; }
      nav { padding: 0 24px; }
      .nav-links { display: none; }
      .blog-cover { height: 420px; }
    }

    @media (max-width: 600px) {
      .form-row { grid-template-columns: 1fr; }
      .pull-quote { margin: 36px 0; padding: 28px 24px; }
      .author-card { flex-direction: column; }
    }

    /* ── ANIMATIONS ───────────────────────────────── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

.article-body, .sidebar {
    animation: fadeUp 0.6s ease both;
    margin: 80px 0px;
}

    .sidebar { animation-delay: 0.15s; }


    /* blog details end */






    /* contact */




    /* decorative rings */
    .hero-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.07);
      pointer-events: none;
    }

    .hero-ring-1 { width: 500px; height: 500px; top: -180px; left: -120px; }
    .hero-ring-2 { width: 360px; height: 360px; top: -80px; right: -60px; border-color: rgba(245,200,66,0.1); }
    .hero-ring-3 { width: 240px; height: 240px; bottom: -80px; left: 50%; transform: translateX(-50%); border-color: rgba(171,211,124,0.12); }

    .hero-glow {
      position: absolute;
      width: 600px; height: 300px;
      background: radial-gradient(ellipse, rgba(245,200,66,0.09) 0%, transparent 70%);
      top: 0; left: 50%; transform: translateX(-50%);
      pointer-events: none;
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: var(--font-ui);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--amber-light);
      margin-bottom: 22px;
      position: relative;
      z-index: 1;
    }

    .hero-eyebrow::before,
    .hero-eyebrow::after {
      content: '';
      display: block;
      width: 32px;
      height: 1px;
      background: var(--amber-light);
      opacity: 0.6;
    }

    .hero-title {
      font-family: var(--font-heading);
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      font-weight: 900;
      color: var(--white);
      letter-spacing: 0.02em;
      line-height: 1.12;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }

    .hero-title em {
      font-style: normal;
      color: var(--primary-light);
    }





.contact-grid {
    /* max-width: 1160px; */
    /* margin: 72px auto; */
    /* padding: 0 40px; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    margin-top: 80px;
}

.offices-section {
    margin-top: 80px;
}


.hours-banner {
    margin: 80px 0px;
}

    .contact-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 40px 32px;
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      transition: var(--transition);
      position: relative;
      overflow: hidden;
    }

    .contact-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), var(--primary-light));
      transform: scaleX(0);
      transform-origin: left;
      transition: var(--transition);
    }

    .contact-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: rgba(102,156,65,0.3);
    }

    .contact-card:hover::before { transform: scaleX(1); }

    .card-icon {
      width: 56px;
      height: 56px;
      border-radius: var(--radius);
      background: linear-gradient(135deg, var(--primary) 0%, var(--green-dark) 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: var(--shadow-green);
      flex-shrink: 0;
    }

    .card-label {
      font-family: var(--font-ui);
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--primary);
    }

    .card-title {
      font-family: var(--font-heading);
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--green-dark);
      letter-spacing: 0.02em;
      margin-bottom: 2px;
    }

    .card-value {
      font-family: var(--font-ui);
      font-size: 0.97rem;
      color: var(--text-dark);
      font-weight: 500;
      text-decoration: none;
      transition: var(--transition);
    }

    a.card-value:hover { color: var(--primary); }

    .card-note {
      font-family: var(--font-ui);
      font-size: 0.78rem;
      color: var(--text-muted);
      line-height: 1.6;
    }

    .divider-line {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, var(--border), transparent);
    }

    .offices-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .office-card {
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--white);
      box-shadow: var(--shadow-sm);
      transition: var(--transition);
    }

    .office-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-md);
    }

    .office-map {
      width: 100%;
      height: 160px;
      object-fit: cover;
      display: block;
      background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
      position: relative;
      overflow: hidden;
    }

    .map-placeholder {
      width: 100%;
      height: 160px;
      position: relative;
      overflow: hidden;
    }

    .office-body {
      padding: 24px 24px 28px;
    }

    .office-city {
      font-family: var(--font-heading);
      font-size: 1rem;
      font-weight: 700;
      color: var(--green-dark);
      margin-bottom: 4px;
      letter-spacing: 0.04em;
    }

    .office-country {
      font-family: var(--font-ui);
      font-size: 0.7rem;
      font-weight: 600;
      color: var(--primary);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 14px;
    }

    .office-detail {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      margin-bottom: 10px;
    }

    .office-detail svg { flex-shrink: 0; margin-top: 2px; }

   .contact-grid .card-icon i {
    font-size: 26px;
    color: #fff;
}

    .badge-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--primary);
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.5; transform: scale(0.85); }
    }



    .hours-inner {
      background: linear-gradient(120deg, var(--green-dark) 0%, var(--green-mid) 50%, var(--accent) 100%);
      border-radius: var(--radius-lg);
      padding: 48px 56px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 40px;
      align-items: center;
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow-lg);
    }

    .hours-inner::before {
      content: '';
      position: absolute;
      width: 300px; height: 300px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.07);
      right: -80px; top: -80px;
    }

    .hours-inner::after {
      content: '';
      position: absolute;
      width: 180px; height: 180px;
      border-radius: 50%;
      border: 1px solid rgba(245,200,66,0.12);
      right: 40px; bottom: -60px;
    }


    .product-info p {
        margin-bottom: 15px!important;
    }

    .hours-title {
      font-family: var(--font-heading);
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 8px;
      letter-spacing: 0.02em;
    }

    .hours-desc {
      font-family: var(--font-body);
      font-size: 0.9rem;
      line-height: 1.65;
    }

    .hours-table {
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: relative;
      z-index: 1;
    }

    .hours-row {
      display: flex;
      align-items: center;
      gap: 24px;
      font-family: var(--font-ui);
    }

    .hours-day {
      font-size: 0.78rem;
      font-weight: 600;
  
      text-transform: uppercase;
      letter-spacing: 0.1em;
      width: 100px;
    }

    .hours-time {
      font-size: 0.88rem;
      font-weight: 500;
    }

    .hours-status {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 100px;
    }

    .status-open {
      background: rgba(171,211,124,0.2);
      color: var(--primary-light);
      border: 1px solid rgba(171,211,124,0.3);
    }

    .status-closed {
      background: rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.35);
      border: 1px solid rgba(255,255,255,0.1);
    }






    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .contact-grid,
    .offices-section,
    .hours-banner,
    .faq-strip,
    .social-bar { animation: fadeUp 0.6s ease both; }

    .contact-card:nth-child(1) { animation-delay: 0.05s; }
    .contact-card:nth-child(2) { animation-delay: 0.12s; }
    .contact-card:nth-child(3) { animation-delay: 0.19s; }

    footer {
        background: var(--green-dark);
        padding: 50px 0px 0px;
    }




    @media (max-width: 768px) {
      nav { padding: 0 24px; }
      .nav-links { display: none; }
      .contact-grid { grid-template-columns: 1fr; padding: 0 20px; }
      .offices-grid, .team-grid, .social-cards { grid-template-columns: 1fr; }
      .faq-grid { grid-template-columns: 1fr; }
      .hours-inner { grid-template-columns: 1fr; padding: 36px 28px; }
      .offices-section, .hours-banner, .faq-strip, .social-bar { padding: 0 20px; }
      footer { padding: 28px 20px; flex-direction: column; align-items: flex-start; }
      .hero-title { font-size: 2rem; }
    }

    #navMenu active{
        background: rgba(255, 252, 245, 0.98);
        box-shadow: 0 2px 24px rgba(60, 45, 20, 0.10);
    }








    

#mainNavbar {
    background: rgba(255, 252, 245, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(90, 75, 55, 0.12);
    transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                    background 0.35s ease,
                    box-shadow 0.35s ease;
    z-index: 1050;
    position: fixed;
    width: 100%;
}

  #mainNavbar.scrolled {
    background: rgba(255, 252, 245, 0.98);
    box-shadow: 0 2px 24px rgba(60, 45, 20, 0.10);
  }


  .nav-link {
    font-family: 'Barlow', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #4a3e2e !important;
    padding: 0.45rem 0.65rem !important;
    position: relative;
    transition: color 0.2s ease;
  }

  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 1.5px;
    background: var(--primary);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
  }

  .nav-link:hover {
    color: var(--primary) !important;
  }

  .nav-link:hover::after {
    transform: translateX(-50%) scaleX(1);
  }

  .btn-cta {
    font-family: 'Barlow', sans-serif;
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fffcf5 !important;
    background: #2c2418;
    border: 1.5px solid #2c2418;
    padding: 0.55rem 1.4rem;
    border-radius: 0;
    transition: background 0.28s ease, color 0.28s ease, transform 0.2s ease, box-shadow 0.28s ease;
    position: relative;
    overflow: hidden;
  }

  .btn-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #7a5c34;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
  }

  .btn-cta span, .btn-cta {
    position: relative;
    z-index: 1;
  }

  .btn-cta:hover::before {
    transform: scaleX(1);
  }

  .btn-cta:hover {
    border-color: #7a5c34;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(122, 92, 52, 0.28);
  }

  .btn-cta:active {
    transform: translateY(0);
    box-shadow: none;
  }


  .navbar-toggler {
    border: none;
    background: transparent;
    padding: 6px;
    outline: none;
    box-shadow: none !important;
    cursor: pointer;
  }

  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .navbar-toggler-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    width: 30px;
    height: 22px;
  }

  .navbar-toggler-line {
    display: block;
    height: 1.5px;
    background: #2c2418;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.25s ease,
                width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar-toggler-line:nth-child(1) { width: 28px; }
  .navbar-toggler-line:nth-child(2) { width: 20px; }
  .navbar-toggler-line:nth-child(3) { width: 24px; }

  /* Open state — X animation */
  .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(1) {
    width: 26px;
    transform: translateY(6.5px) rotate(45deg);
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-line:nth-child(3) {
    width: 26px;
    transform: translateY(-6.5px) rotate(-45deg);
  }

  /* ── Mobile menu ── */
  @media (max-width: 991.98px) {
    .navbar-collapse {
      background: rgba(255, 252, 245, 0.98);
      margin-top: 0.5rem;
      padding: 1rem 0.5rem 1.25rem;
      border-top: 1px solid rgba(90, 75, 55, 0.1);
    }

    .nav-link {
      padding: 0.7rem 0.5rem !important;
      border-bottom: 1px solid rgba(90, 75, 55, 0.07);
    }

    .nav-link::after { display: none; }

    .btn-cta {
      display: inline-block;
      margin-top: 0.5rem;
      width: 100%;
      text-align: center;
    }

    .navbar-nav { gap: 0 !important; }
    .ms-lg-3 { margin-left: 0 !important; }
  }

  .nav-item {
    opacity: 0;
    transform: translateY(-8px);
    animation: navItemIn 0.4s ease forwards;
  }

  @keyframes navItemIn {
    to { opacity: 1; transform: translateY(0); }
  }

  #mainNavbar .nav-item:nth-child(1) { animation-delay: 0.05s; }
  #mainNavbar .nav-item:nth-child(2) { animation-delay: 0.10s; }
  #mainNavbar .nav-item:nth-child(3) { animation-delay: 0.15s; }
  #mainNavbar .nav-item:nth-child(4) { animation-delay: 0.20s; }
  #mainNavbar .nav-item:nth-child(5) { animation-delay: 0.25s; }
  #mainNavbar .nav-item:nth-child(6) { animation-delay: 0.30s; }
  #mainNavbar .nav-item:nth-child(7) { animation-delay: 0.35s; }
  #mainNavbar .nav-item:nth-child(8) { animation-delay: 0.40s; }

        @media (max-width: 991.98px) {
          #mainNavbar.navbar-overlay-mobile .container {
            position: relative;
          }

#mainNavbar.navbar-overlay-mobile .navbar-collapse {
    position: absolute;
    top: 93px;
    left: 0px;
    right: 12px;
    z-index: 1200;
    margin-top: 0;
    max-height: 100vh;
    overscroll-behavior: contain;
    width: 100%;
    height: 100vh;
    padding: 40px 100px;
}

        }

        @media (max-width: 767.98px) {
          #mainNavbar.navbar-overlay-mobile .navbar-collapse {
            max-height: calc(100vh - 84px);
          }
        }

