:root {
    --ink: #18221d;
    --muted: #69736d;
    --cream: #f7f4ec;
    --paper: #fffdf8;
    --green: #123c2b;
    --green-2: #1d6044;
    --lime: #c8df70;
    --gold: #d9a441;
    --line: rgba(24, 34, 29, .10);
    --shadow: 0 24px 70px rgba(18, 60, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 85px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden;
}
p, li, a { font-size: 15px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }




/* start first whatsapp section */
/*Estilos generales del boton whatsapp*/

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    animation: breathe 2s ease-in-out infinite;
  }
  
  /*Estilos solo al icono whatsapp*/
  .whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
  }
  
  /*Estilos con animation contorno respirando*/
  @keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
/* end first whatsaap section **/





.hero-product {
    min-height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-product-1 {
    background-image: url('../image/makhana.jpg');
    /*border-radius:50% !important;*/
}

.hero-product-2 {
    background-image: url('../image/sliderakrot.jpg');
}

.hero-product-3 {
    background-image: url('../image/wheelchairss.jpg');
}

.hero-product-4 {
    background-image: url('../image/leatherslider.jpg');
}

@media (max-width: 991px) {

    .hero-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero-product {
        min-height: 350px;
        margin-top: 30px;
    }

    .hero h1 {
        font-size: 48px;
    }

}

@media (max-width: 576px) {

    .hero h1 {
        font-size: 38px;
    }

    .hero-copy {
        font-size: 15px;
    }

    .hero-product {
        min-height: 280px;
    }

}

.site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background: white;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: .3s ease;
}
.site-header.scrolled {
    background:white;
    box-shadow: 0 10px 35px rgba(0,0,0,.12);
}
.navbar-brand { color: #fff !important; line-height: 1; }
.navbar-brand strong, .footer-brand strong {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 20px;
}
.navbar-brand small, .footer-brand small {
    display: block;
    font-size: 8px;
    letter-spacing: 3px;
    margin-top: 4px;
    opacity: .7;
}
.brand-mark {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--lime);
    color: var(--green);
    font-weight: 800;
    letter-spacing: -1px;
}
.nav-link {
    color: rgb(16 13 11 / 82%) !important;
    font-weight: 600;
    padding: 10px 14px !important;
}
.nav-link:hover { color: var(--lime) !important; }
.nav-cta { color: var(--green) !important; font-weight: 700; }

.hero {
    min-height: 780px;
    padding-top: 115px;
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 82% 22%, rgba(200,223,112,.25), transparent 25%),
        linear-gradient(120deg, #08261b 0%, #123c2b 50%, #1c5b42 100%);
    overflow: hidden;
}
.hero:before {
    content: "";
    position: absolute;
    width: 600px; height: 600px;
    right: -190px; top: 60px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
}
.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to right, black, transparent 80%);
}
.hero-content { position: relative; z-index: 2; padding: 115px 0 80px; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--lime);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}
.eyebrow:before {
    content: "";
    width: 34px; height: 2px;
    background: var(--lime);
}
.hero h1 {
    max-width: 820px;
    margin: 20px 0;
    font: 800 clamp(48px, 7vw, 70px)/.98 "Playfair Display", serif;
    letter-spacing: -2px;
}
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 620px; color: rgba(255,255,255,.75); font-size: 18px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:32px; }
.btn-primary-custom {
    background: var(--lime);
    border: 0;
    color: var(--green);
    font-weight: 800;
    padding: 13px 22px;
    border-radius: 50px;
}
.btn-outline-custom {
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
}
.hero-product {
    position: absolute;
    right: 5%;
    bottom: 50px;
    width: min(37vw, 490px);
    aspect-ratio: 1;
    /*border-radius: 50%;*/
    /*background: url("../image/makhana.jpg") center/cover;*/
    border: 15px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow);
}
.hero-product:after {
    content: "PREMIUM QUALITY";
    position: absolute;
    right: -30px;
    bottom: 30px;
    padding: 11px 17px;
    border-radius: 8px;
    background: var(--lime);
    color: var(--green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    transform: rotate(-5deg);
}

.section { padding: 105px 0; }
.section-soft { background: var(--cream); }
.section-label {
    color: var(--green-2);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
}
.section-title {
    font: 700 clamp(35px, 5vw, 58px)/1.05 "Playfair Display", serif;
    margin: 12px 0 20px;
    letter-spacing: -1px;
}
.section-lead { color: var(--muted); max-width: 650px; }

.about-image {
    min-height: 510px;
    border-radius: 30px;
    background: url("../image/akrot.jpg") center/cover;
    box-shadow: var(--shadow);
}
.about-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    /* margin: -80px 25px 0 auto; */
    position: relative;
    width: min(88%, 390px);
    box-shadow: 0 20px 55px rgba(0,0,0,.10);
}
.about-card strong { font: 700 35px "Playfair Display", serif; color: var(--green); }

.counter-strip { background: var(--green); color: #fff; }
.counter-box { padding: 35px 20px; border-right: 1px solid rgba(255,255,255,.12); }
.counter-box:last-child { border-right: 0; }
.counter-number { font: 800 42px "Playfair Display", serif; color: var(--lime); }
.counter-label { color: rgba(255,255,255,.65); }

.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    transition: .35s ease;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-image { height: auto; object-fit: cover; width: 100%; }
.product-body { padding: 25px; }
.product-tag {
    display:inline-block;
    font-size:11px;
    color: var(--green-2);
    background: #edf4d7;
    padding: 5px 9px;
    border-radius: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.product-body h3 { font: 700 28px "Playfair Display", serif; margin: 13px 0 8px; }
.product-body p { color: var(--muted); }

.why-card {
    padding: 30px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--line);
    height: 100%;
    transition: .3s ease;
}
.why-card:hover { border-color: rgba(29,96,68,.3); transform: translateY(-5px); }
.icon-box {
    width: 52px; height: 52px;
    display:grid; place-items:center;
    border-radius: 15px;
    background: #eaf2d3;
    color: var(--green);
    font-size: 23px;
}
.why-card h4 { font: 700 23px "Playfair Display", serif; margin-top: 20px; }

.gallery-item {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:.5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .gallery-caption {
    position:absolute; left:15px; bottom:15px;
    padding:8px 12px;
    background:rgba(0,0,0,.55);
    color:#fff;
    border-radius:8px;
    font-weight:600;
}

.cta-banner {
    margin: 0;
    padding: 70px;
    border-radius: 32px;
    background:
      radial-gradient(circle at 85% 20%, rgba(200,223,112,.25), transparent 22%),
      var(--green);
    color:#fff;
    overflow:hidden;
    position:relative;
}
.cta-banner h2 { font:700 clamp(36px,5vw,58px) "Playfair Display", serif; max-width:730px; }
.cta-banner p { color:rgba(255,255,255,.68); max-width:650px; }

.contact-card {
    background:#fff;
    border:1px solid var(--line);
    border-radius:25px;
    padding:35px;
    height:100%;
}
.contact-info { display:flex; gap:14px; margin-bottom:25px; }
.contact-info i { color:var(--green-2); font-size:20px; }
.contact-form .form-control {
    min-height:52px;
    border-radius:12px;
    border:1px solid #dfe5df;
    padding:12px 15px;
    font-size:15px;
}
.contact-form textarea.form-control { min-height:145px; }
.contact-form .form-control:focus { border-color:var(--green-2); box-shadow:0 0 0 .2rem rgba(29,96,68,.10); }

.site-footer { background:#081c14; color:#fff; padding:70px 0 25px; }
.footer-main { display:grid; grid-template-columns:1.4fr .8fr 1fr 1.5fr; gap:45px; padding-bottom:50px; }
.footer-brand { display:inline-flex; align-items:center; gap:10px; }
.footer-copy, .footer-address { color:rgba(255,255,255,.55); }
.site-footer h6 { font-weight:800; margin-bottom:18px; color:var(--lime); }
.site-footer a:not(.footer-brand) { display:block; color:rgba(255,255,255,.65); margin-bottom:9px; }
.site-footer a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:20px; display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.4); font-size:13px; }

.whatsapp-float {
    position:fixed; right:22px; bottom:22px; z-index:1100;
    width:56px; height:56px; display:grid; place-items:center;
    border-radius:50%; background:#25d366; color:#fff;
    font-size:27px; box-shadow:0 12px 30px rgba(0,0,0,.2);
}

.page-hero {
    padding: 175px 0 90px;
    color: #fff;

    background:
        linear-gradient(
            120deg,
            rgba(8, 38, 27, 0.88),
            rgba(29, 96, 68, 0.78)
        ),
        url("../image/akrot.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.page-hero h1 { font:800 clamp(45px,6vw,75px) "Playfair Display",serif; }

@media (max-width: 991px) {
    .hero { min-height: auto; }
    .hero-product { position:relative; right:auto; bottom:auto; width:min(75vw,420px); margin:20px auto 0; }
    .hero-content { padding-top:75px; }
    .footer-main { grid-template-columns:1fr 1fr; }
}
@media (max-width: 575px) {
    .section { padding:75px 0; }
    .hero h1 { letter-spacing:-1px; }
    .hero-product { width:82vw; }
    .footer-main { grid-template-columns:1fr; }
    .footer-bottom { flex-direction:column; }
    .cta-banner { padding:40px 25px; }
    .counter-box { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
}
