@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:wght@400;500&display=swap");



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



:root {

  --primary-color: #00ae7d;

  --secondary-color: #333;

  --white-color: #fff;

}



a {

  text-decoration: none;

}



html,

body {

  overflow-x: hidden;

  height: auto;

  scroll-behavior: auto !important;

}

html {

  scroll-behavior: smooth;

}

body {

  /* position: relative; */

  font-family: "TASA Orbiter", sans-serif;

  background-color: #fff;

  margin: 0;

}



.lp {

  font-family: "DM Sans", var(--font-sans);

  color: var(--color-text-primary);

  background: var(--color-background-primary);

  overflow-x: hidden;

}



.hero {

  background: url("../images/banner.jpg") center left no-repeat #333;

    padding: 110px 32px 110px;

    position: relative;

    overflow: hidden;

    background-size: cover;

    width: 100%;

    background-position: center;

}

.bg-dark {

  --bs-bg-opacity: 1;

  background-color: rgb(255 255 255 / 87%) !important;

}

nav .navbar-brand img {

  height: 60px;

}

.hero-text {

    background-color: rgb(255 255 255 / 83%) !important;

    padding: 15px;

    border-radius: 20px;

    margin: 0 auto;

    display: block;

    width: 55%;

    text-align: center;

}

.hero-text h4{

    font-family: "Playfair Display", serif;

    font-size: 25px;

    font-weight: 700;

    margin-top: 6px;

    color: #000;

    margin-bottom: 0;

}

.hero-text h4 span{

    color: #007e3b;

    font-family: "DM Sans";

}

a.nav-link {

  color: #333;

}

a:hover.nav-link {

  color: #004621;

}

.navbar-nav .nav-link.active,

.navbar-nav .nav-link.show {

  color: #004621 !important;

}

.hero::before {

  content: "";

  position: absolute;

  top: -40px;

  right: -40px;

  width: 200px;

  height: 200px;

  border-radius: 50%;

  background: rgba(255, 200, 100, 0.08);

}



.hero::after {

  content: "";

  position: absolute;

  bottom: -20px;

  left: 20px;

  width: 120px;

  height: 120px;

  border-radius: 50%;

  background: rgba(255, 200, 100, 0.05);

}



.badge {

    display: inline-block;

    color: #fff;

    background-color: #007e3b;

    font-size: 15px;

    font-weight: 500;

    padding: 4px 12px;

    border-radius: 20px;

    border: 1px solid rgb(255 212 0);

    margin-bottom: 5px;

    letter-spacing: 0.05em;

    text-transform: uppercase;

}



.hero h1 {

  font-family: "Playfair Display", serif;

  font-size: 32px;

  font-weight: 700;

  color: #333;

  line-height: 1.25;

  margin-bottom: 12px;

}



.hero h1 span {

  color: #007e3b;

}



.hero p {

  font-size: 14px;

  color: #333;

  line-height: 1.6;

  margin-bottom: 24px;

  max-width: 80%;

    margin: 0 auto

}



.hero-stats {

  display: flex;

  gap: 20px;

    margin: 10px 0;

  flex-wrap: wrap;    display: flex;

    align-items: center;

    justify-content: center;

}



.hero-stat {

  text-align: center;

}



.hero-stat strong {

  display: block;

  font-size: 30px;

  font-weight: 700;

  color: #333;

  line-height: 1;

}



.hero-stat span {

  font-size: 11px;

  color: #007e3b;

  margin-top: 2px;

  display: block;

}



.stat-divider {

  width: 1px;

  background: rgba(255, 248, 240, 0.15);

  align-self: stretch;

  margin: 0;

}



.product-range {

  background-color: #f4f4f4;

  text-align: center;

}



.cta-group {

  display: flex;

  gap: 10px;

  align-items: center;

  flex-wrap: wrap;    justify-content: center;

}



.btn-primary {

  background: #007e3b;

  color: #fff;

  border: none;

  padding: 12px 24px;

  border-radius: 8px;

  font-size: 14px;

  font-weight: 500;

  cursor: pointer;

  font-family: "DM Sans", var(--font-sans);

  transition:

    transform 0.15s,

    background 0.15s;

}

.nav-link:focus {

  color: #076230 !important;

}

.btn-primary:hover {

  background: #076230;

}



.btn-secondary {

  background: transparent;

  color: #333;

  border: 1px solid rgba(255, 248, 240, 0.25);

  padding: 12px 20px;

  border-radius: 8px;

  font-size: 14px;

  font-weight: 400;

  cursor: pointer;

  font-family: "DM Sans", var(--font-sans);

  background-color: #fff;

}



.section {

  padding: 32px;

}



.section-label {

  font-size: 14px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  color: #007e3b;

  margin-bottom: 8px;

  text-align: center;

}



.section-title {

  font-family: "Playfair Display", serif;

  font-size: 30px;

  font-weight: 600;

  color: var(--color-text-primary);

  margin-bottom: 20px;

  line-height: 1.3;

  text-align: center;

}



.products-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));

  gap: 12px;

  margin-bottom: 8px;

}



.product-card {

  background: #fff;

  border: 1px solid #fff;

  border-radius: var(--border-radius-lg);

  padding: 20px;

  text-align: center;

  cursor: pointer;

  transition:

    border-color 0.15s,

    background 0.15s;

}



.product-card:hover {

  border: 1px solid #007e3b;

  background: #fff;

}



.product-icon {

  font-size: 24px;

  margin-bottom: 8px;

  display: block;

}



.product-name {

  font-size: 18px;

  font-weight: 500;

  color: #333;

  line-height: 1.3;

  font-family: "Playfair Display", serif;

}



.product-sub {

  font-size: 11px;

  color: #007e3b;

  margin-top: 2px;

}



.why-list {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 24px;

}



.why-item {

  display: flex;

  gap: 12px;

  align-items: flex-start;

  background: #f4f4f4;

  padding: 30px;

  border-radius: 10px;

  border: 0.5px solid var(--color-border-tertiary);

    width: 32.5%;

    border-left: 4px solid #007e3b;

    margin: 0 auto;

}



.why-icon-wrap {

  width: 60px;

  height: 60px;

  border-radius: 8px;

  background: #007e3b;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  font-size: 16px;

}



.why-text strong {

  display: block;

  font-size: 18px;

  font-weight: 500;

  color: var(--color-text-primary);

  margin-bottom: 2px;

  font-family: "Playfair Display", serif;

}



.why-text span {

  font-size: 12px;

  color: var(--color-text-secondary);

  line-height: 1.5;

}



.certs-row {

  display: flex;

  gap: 8px;

  flex-wrap: wrap;

  margin-bottom: 24px;

  justify-content: center;

}



.cert-pill {

  background: var(--color-background-secondary);

  border: 0.5px solid var(--color-border-tertiary);

  border-radius: 20px;

  padding: 5px 12px;

  font-size: 12px;

  font-weight: 500;

  color: var(--color-text-secondary);

}



.cert-pill.gold {

  background: #007e3b;

  border-color: #007e3b;

  color: #fff;

}

.partner {

  padding: 80px 35px;

}

.divider {

  border: none;

  border-top: 0.5px solid var(--color-border-tertiary);

  margin: 0 32px;

}



.form-section {

  background: #f4f4f4;

}



.form-section .section-title {

  margin-bottom: 6px;

}

.clint {

  background: #007e3b;


}

.clint .section-label,

.clint .section-title {

  color: #fff;

}



.testimonial-block {

  display: flex;

  gap: 20px;

  justify-content: center;

}

.testimonial-block .testimonial {

  width: 25%;

  background: #fff;

  border-radius: 10px;

  padding: 30px;

}



.form-subtitle {

  font-size: 13px;

  color: var(--color-text-secondary);

  margin-bottom: 24px;

  line-height: 1.5;

}



.form-row {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;

  margin-bottom: 10px;

}

.form-block {

  background: #fff;

  padding: 30px;

  border-radius: 10px;

}

.form-group {

  margin-bottom: 10px;

}



.form-group label {

  display: block;

  font-size: 13px;

  font-weight: 500;

  color: var(--color-text-secondary);

  margin-bottom: 5px;

}



.form-group input,

.form-group select,

.form-group textarea {

  width: 100%;

  font-family: "DM Sans", var(--font-sans);

  font-size: 13px;

  background-color: #eee;

  border: none;

  padding: 10px;

}



.form-group textarea {

  height: 80px;

  resize: none;

}



.submit-btn {

  width: 100%;

  background: #007e3b;

  color: #fff8f0;

  border: none;

  padding: 14px;

  border-radius: 8px;

  font-size: 14px;

  font-weight: 500;

  cursor: pointer;

  font-family: "DM Sans", var(--font-sans);

  margin-top: 6px;

  transition: background 0.15s;

}



.submit-btn:hover {

  background: #076230;

}



.form-trust {

  display: flex;

  gap: 16px;

  margin-top: 14px;

  justify-content: center;

  flex-wrap: wrap;

}



.form-trust-item {

  display: flex;

  align-items: center;

  gap: 5px;

  font-size: 14px;

  color: var(--color-text-secondary);

}



.trust-check {

  width: 14px;

  height: 14px;

  background: #d1fae5;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  flex-shrink: 0;

}



.testimonial {

  background: var(--color-background-primary);

  border: 0.5px solid var(--color-border-tertiary);

  border-radius: var(--border-radius-lg);

  padding: 16px;

  margin-bottom: 12px;

}



.testimonial p {

  font-size: 13px;

  color: var(--color-text-secondary);

  line-height: 1.6;

  font-style: italic;

  margin-bottom: 10px;

}



.testimonial-author {

  display: flex;

  align-items: center;

  gap: 8px;

}



.avatar {

  width: 30px;

  height: 30px;

  border-radius: 50%;

  background: #fef3c7;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 12px;

  font-weight: 500;

  color: #92400e;

  flex-shrink: 0;

}



.author-info strong {

  display: block;

  font-weight: 700;

  color: #007e3b;

  font-size: 16px;

  font-family: "Playfair Display", serif;

}



.author-info span {

  font-size: 11px;

  color: var(--color-text-secondary);

}



.footer-bar {

  background: #000;

  padding: 20px 32px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  gap: 12px;

}



.footer-bar span {

  font-size: 12px;

  color: rgba(255, 248, 240, 0.5);

}



.footer-contact {

  font-size: 12px;

  color: #007e3b;

  font-weight: 500;

}



.accordion-button {

  background-color: #fff;

  color: #222;

}



.accordion-button:not(.collapsed) {

  background-color: #007e3b;

  color: #fff;

}



.accordion-body {

  color: #555;

}

/* ==============================jyoti==================================== */

/* =================form============= */



.form-left h2 {

  font-family: "Playfair Display", serif;

  font-size: 30px;

  color: #1a2e1a;

  margin-bottom: 10px;

}

.form-left p {

  color: #666;

  font-size: 17px;

  line-height: 1.6;

  margin-bottom: 20px;

}

.benefit-list {

  display: flex;

  flex-direction: column;

  gap: 10px;

}

.benefit {

  display: flex;

  gap: 10px;

  align-items: flex-start;

}

.benefit-check {

  width: 18px;

  height: 18px;

  background: #1a2e1a;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 9px;

  flex-shrink: 0;

  margin-top: 2px;

}

.benefit p {

  font-size: 17px;

  color: #444;

  line-height: 1.5;

}

.sec-label {

  font-size: 14px;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #007e3b;

  font-weight: 500;

  margin-bottom: 8px;

}

.form-page-section {

  padding: 50px;

  background: #f4f4f4;

}

/* TRUST BAR */

.trust-bar {

  background: #efefef;

  padding: 28px 40px;

  /* border-bottom: 1px solid #e8e2d3; */

}

.trust {

  display: flex;

  gap: 32px;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

}

.trust-item {

  display: flex;

  align-items: center;

  gap: 8px;

  font-size: 14px;

  color: #555;

}

.trust-icon {

  width: 20px;

  height: 20px;

  background: #007e3b;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 10px;

  font-weight: 700;

  flex-shrink: 0;

}

/* Button Container */

.quality-btn {

    position: fixed;

    right: -100px;

    bottom: 120px;

    transform: translateY(-50%);

    background: #ff3100;

    color: #fff;

    padding: 12px 12px;

    font-family: Arial, sans-serif;

    font-size: 14px;

    text-decoration: none;

    border-radius: 30px 0 0 30px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    transition: all 0.4s ease;

    display: flex;

    align-items: center;

    gap: 8px;

    z-index: 9999;

    animation: pulse 2s infinite;

}



/* Hover Slide Effect */

.quality-btn:hover {

    right: 0;

    background: #e85d00;

}



/* Icon Circle */

.quality-btn span {

    background: #fff;

    color: #ff6b00;

    border-radius: 50%;

    padding: 6px 10px;

    font-weight: bold;

}



/* Pulse Animation */

@keyframes pulse {

    0% {

        box-shadow: 0 0 0 0 rgba(255,107,0, 0.7);

    }

    70% {

        box-shadow: 0 0 0 15px rgba(255,107,0, 0);

    }

    100% {

        box-shadow: 0 0 0 0 rgba(255,107,0, 0);

    }

}



/* Call Button */

.call-float-btn {

    position: fixed;

    right: -70px;

    bottom: 50px;

    transform: translateY(-50%);

    background: #28a745;

    color: #fff;

    padding: 12px 12px;

    font-family: Arial, sans-serif;

    font-size: 14px;

    text-decoration: none;

    border-radius: 30px 0 0 30px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

    display: flex;

    align-items: center;

    gap: 8px;

    transition: all 0.4s ease;

    z-index: 9999;

    animation: pulseCall 2s infinite;

}



/* Slide on hover */

.call-float-btn:hover {

    right: 0;

    background: #218838;

}



/* Icon style */

.call-float-btn span {

    background: #fff;

    color: #28a745;

    border-radius: 50%;

    padding: 6px 10px;

    font-weight: bold;

}



/* Pulse Animation */

@keyframes pulseCall {

    0% {

        box-shadow: 0 0 0 0 rgba(40,167,69, 0.7);

    }

    70% {

        box-shadow: 0 0 0 15px rgba(40,167,69, 0);

    }

    100% {

        box-shadow: 0 0 0 0 rgba(40,167,69, 0);

    }

}



.trust-bar {
    background: #160E04;
    padding: 14px 5%;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.ti {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
    padding: 5px 20px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.ti-icon {
    font-size: 15px;
}

.products {
    background: #FAF8F5;
}
.sec-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 10px;
}
.sec-title {
    font-size: clamp(28px, 3vw, 42px);
    color: var(--deep);
    margin-bottom: 14px;
}
.sec-sub {
    font-size: 15px;
    max-width: 580px;
    margin:0 auto 48px;
    line-height: 1.75;
    text-align: center;
}
.tab-row {
    display: flex;
    gap: 0;
    border: 1px solid #E8DDD1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 36px;
    width: fit-content;
    flex-wrap: wrap;
    margin: 0 auto 30px;
}
.tc {
    display: none;
}
.tc.on {
    display: block;
}
.sku-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}
.sku-card {
    background:#fff;
    border: 1px solid #E8DDD1;
    border-radius: 12px;
    padding: 22px 20px;
    border-top: 3px solid transparent;
    transition: border-top-color .2s, box-shadow .2s, transform .2s;
    width: 23%;
}
.sku-card img {margin-bottom: 20px;}
.tb {
    padding: 11px 24px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--muted);
    transition: background .2s, color .2s;
}
.tb.on {
    background: #007e3b;
    color: #fff;
    font-weight: 600;
}
.sku-card:hover {
    border-top-color:#007e3b;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}
.tag {
    display: inline-block;
    margin-top: 11px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
}
.tag-red {
    color:#007e3b;
    background:#FDF3EE;
}
.tag-green {
    color: #1E6B2A;
    background: #EAF4EC;
}
.sku-card h4 {
    font-size: 18px;
    margin-bottom: 7px;
}
.sku-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}

.vm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}
.vm-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.vm-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 24px 20px;
}
.vmr {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}
.vm-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
}
.vmr span:first-child {
    color: #007e3b;
}
.vm-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.vm-chip {
    font-size: 12px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 10px;
    color: var(--text);
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.why-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    gap: 18px;
    transition: box-shadow .2s;
    text-align: left;
}
.wnum {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    color: #E8DDD1;
    flex-shrink: 0;
    line-height: 1;
    margin-top: -4px;
}
.why-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
}
.why-card p {
    font-size: 14px;
    line-height: 1.65;
}
.sec-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 10px;
}
.aw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    gap: 16px;
}
.awards {background-color: #160E04;}
.aw-card {
    background: #160E04;
    border: 1px solid #007e3b;
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    transition: background .2s, transform .2s;
}
.aw-icon {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}
.aw-year {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #007e3b;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.aw-card h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 7px;
}
.aw-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, .48);
    line-height: 1.6;
}
.aw-card:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-3px);
}
.seg-icon {
    font-size:40px;
    margin-bottom: 12px;
    display: block;
}
.contact-box {
    background: #333;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px 22px;
}
.contact-box p {
    font-size: 13px;
    color: rgba(255, 255, 255, .42);
    margin-bottom: 10px;
}
.contact-box a {
    font-weight: 600;
    color: #78D9A8;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}




@media only screen and (max-width: 820px) {

.hero-text {

    width: 100%;

}

.products-grid {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.why-item {

    width: 48.5%;

}

.form-page-section .col-md-6{

    width: 100% !important;

}

.testimonial-block .testimonial {

    width: 50%;

}

.navbar-toggler{

    background-color: #000000;

}







}

@media only screen and (max-width: 600px) {

    .why-item {

        width: 100%;    padding: 12px;

    }

    .hero h1 {

    font-size: 16px;

    }

    .hero-text h4{

    font-size: 16px;

    }

    .hero-stat strong{

    font-size: 16px;

    }.hero p {

    font-size: 11px;

    }

    .hero-stats {

    gap: 12px;

    }.trust-item {

    font-size: 12px;    gap: 4px;

}

.btn-primary {

    padding: 10px 10px;

}

.btn-secondary {

    padding: 10px 10px;

}

.section-title {

    font-size: 20px;

}

.section-label {

    font-size: 11px;

}

.product-name {

    font-size: 14px;

}

.why-text strong {

    font-size: 15px;

}

    .testimonial-block .testimonial {

        width: 100%;

    }

.form-page-section {

    padding: 50px 0;

}

.benefit p {

    font-size: 13px;

}

.form-left h2 {

    font-size: 20px;

}



.form-left p {

    color: #666;

    font-size: 12px;

}

.partner {

    padding: 25px 35px;

}

.testimonial-block {

    display: block;

}

.hero-responsive{

    background: url(../images/banner.jpg) center left no-repeat #333;

    height: 260px;

    position: relative;

    overflow: hidden;

    background-size: cover;

    width: 100%;

    background-position: center;

}

.hero{

    background: #fff;    padding: 25px 32px 20px

}

.product-card {

    background: #fff;

    padding: 8px;

    width: 48%;

}

.trust-bar {

    padding: 22px 0px;

}

.trust-icon {

    width: 16px;

    height: 16px;

    font-size: 8px;

}





.quality-btn {

    position: fixed;

    right: -100px;

    bottom: 52%;

}

.call-float-btn {

    right: -72px;

    bottom: 44%;

}

}

