 :root {
      --red: #dc3545;
      --green: #164638;
      --dark: #1f2937;
      --light: #6b7280;
      --bg: #faf9f9;
      --white: #ffffff;
      --red-light: rgba(220, 53, 69, 0.08);
      --green-light: rgba(22, 70, 56, 0.08);
      --radius: 20px;
      --radius-sm: 13px;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.8;
      color: var(--dark);
      background: var(--bg);
      overflow-x: hidden
    }

    h1 {
      font-weight: 700
    }

    h2 {
      font-weight: 600
    }

    @media(min-width:992px) {
      h1 {
        font-size: 35px
      }

      h2 {
        font-size: 30px
      }
    }

    @media(max-width:991px) {
      h1 {
        font-size: 30px
      }

      h2 {
        font-size: 25px
      }
    }

    /* ── NAVBAR ── */
    .navbar {
      background: rgba(255, 255, 255, .96);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(220, 53, 69, .1);
      padding: 13px 0;
      transition: box-shadow .3s
    }

    img {
      width: 200px;
    }

    .navbar.scrolled {
      box-shadow: 0 4px 28px rgba(0, 0, 0, .09)
    }

    .brand-wrap {
      display: flex;
      align-items: center;
      gap: 11px;
      text-decoration: none
    }

    .brand-ico {
      width: 44px;
      height: 44px;
      border-radius: 11px;
      background: linear-gradient(135deg, var(--red), #c0202f);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 19px;
      font-weight: 900;
      flex-shrink: 0
    }

    .brand-name {
      font-size: 19px;
      font-weight: 800;
      color: var(--red);
      letter-spacing: -.3px;
      line-height: 1.1
    }

    .brand-sub {
      font-size: 10px;
      color: var(--light);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500
    }

    .nav-link {
      font-size: 13.5px;
      font-weight: 500;
      color: var(--dark) !important;
      padding: 6px 13px !important;
      border-radius: 8px;
      transition: all .2s
    }

    .nav-link:hover {
      background: var(--red-light);
      color: var(--red) !important
    }

    .btn-nav-red {
      background: linear-gradient(135deg, var(--red), #c0202f);
      color: #fff !important;
      border-radius: 50px;
      padding: 9px 24px !important;
      font-size: 13.5px;
      font-weight: 600;
      transition: all .25s;
      box-shadow: 0 4px 14px rgba(220, 53, 69, .3)
    }

    .btn-nav-red:hover {
      transform: translateY(-1px);
      box-shadow: 0 7px 22px rgba(220, 53, 69, .42)
    }
/* ==========================
   PRODUCT IMAGE SLIDER
========================== */

.pxr-sec{
    padding:80px 0;
    background:#fff;
}

.p-heading{
    text-align:center;
    font-size:32px;
    font-weight:700;
}

.p-para{
    text-align:center;
    max-width:700px;
    margin:15px auto 40px;
}

.pxr-outer{
    position:relative;
    overflow:hidden;
}

.pxr-inner{
    overflow:hidden;
    width:100%;
}

.pxr-track{
    display:flex;
    flex-wrap:nowrap;
    transition:.5s;
}

.pxr-item{
    flex:0 0 25%;
    padding:12px;
}

.pxr-item img{
    width:100%;
    height:350px;
    object-fit:contain;
    display:block;
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.pxr-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#dc3545;
    color:#fff;
    cursor:pointer;
    z-index:10;
}

.pxr-prev{
    left:-20px;
}

.pxr-next{
    right:-20px;
}

/* Tablet */

@media(max-width:991px){

.pxr-item{
    flex:0 0 50%;
}

}

/* Mobile */

@media(max-width:576px){

.pxr-item{
    flex:0 0 100%;
}

.pxr-item img{
    height:280px;
}

}
    /* ── HERO ── */
    .hero {
      background: linear-gradient(135deg, #fff5f5 0%, #f3f9f7 55%, #faf9f9 100%);
      padding: 116px 0 80px;
      position: relative;
      overflow: hidden
    }

    .hero-blob1 {
      position: absolute;
      width: 520px;
      height: 520px;
      background: radial-gradient(circle, rgba(220, 53, 69, .14) 0%, transparent 70%);
      top: -120px;
      right: -80px;
      border-radius: 50%
    }

    .hero-blob2 {
      position: absolute;
      width: 360px;
      height: 360px;
      background: radial-gradient(circle, rgba(22, 70, 56, .11) 0%, transparent 70%);
      bottom: -70px;
      left: 0;
      border-radius: 50%
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--red-light);
      color: var(--red);
      border: 1px solid rgba(220, 53, 69, .2);
      border-radius: 50px;
      padding: 6px 16px;
      font-size: 12.5px;
      font-weight: 600;
      margin-bottom: 18px
    }

    .hero h1 {
      line-height: 1.3;
      color: var(--dark);
      margin-bottom: 18px
    }

    .hero h1 em {
      font-style: normal;
      color: var(--red)
    }

    .hero h1 .g {
      color: var(--green)
    }

    .hero-sub {
      color: var(--light);
      max-width: 540px;
      margin-bottom: 32px
    }

    .btn-red {
      background: linear-gradient(135deg, var(--red), #c0202f);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 14px 30px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 14.5px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: all .3s;
      box-shadow: 0 6px 20px rgba(220, 53, 69, .35)
    }

    .btn-red:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(220, 53, 69, .45);
      color: #fff
    }

    .btn-green-outline {
      background: transparent;
      color: var(--green);
      border: 2px solid var(--green);
      border-radius: 50px;
      padding: 12px 28px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 14.5px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: all .3s
    }

    .btn-green-outline:hover {
      background: var(--green);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 22px rgba(22, 70, 56, .35)
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px
    }

    .trust-pill {
      display: flex;
      align-items: center;
      gap: 7px;
      background: #fff;
      border: 1px solid rgba(220, 53, 69, .15);
      border-radius: 50px;
      padding: 7px 16px;
      font-size: 12.5px;
      font-weight: 600;
      color: var(--dark);
      box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
    }

    .trust-pill i {
      color: var(--red);
      font-size: 14px
    }

    /* Hero right */
    .hero-visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .hero-card-wrap {
      width: 100%;
      max-width: 460px;
      background: linear-gradient(135deg, #fff5f5, #f3f9f7);
      border-radius: 24px;
      padding: 40px 32px;
      box-shadow: 0 24px 70px rgba(220, 53, 69, .1);
      border: 1px solid rgba(220, 53, 69, .12);
      min-height: 330px;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .pharma-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      width: 100%
    }

    .ph-item {
      background: #fff;
      border-radius: 14px;
      padding: 18px 8px;
      text-align: center;
      box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
      transition: transform .3s;
      border: 1px solid rgba(0, 0, 0, .04)
    }

    .ph-item:hover {
      transform: translateY(-4px)
    }

    .ph-item i {
      font-size: 26px;
      display: block;
      margin-bottom: 6px
    }

    .ph-item span {
      font-size: 10.5px;
      font-weight: 600;
      color: var(--dark)
    }

    .fl-card {
      position: absolute;
      background: #fff;
      border-radius: 12px;
      padding: 10px 15px;
      box-shadow: 0 8px 26px rgba(0, 0, 0, .12);
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 12px;
      font-weight: 600;
      color: var(--dark);
      z-index: 10;
      border-left: 3px solid var(--red);
      animation: flt 3s ease-in-out infinite
    }

    .fl-card.g {
      border-left-color: var(--green);
      animation-delay: 1.2s
    }

    .fl-card.b {
      animation-delay: 2.3s
    }

    .fl-card.p1 {
      top: -18px;
      left: -20px
    }

    .fl-card.p2 {
      bottom: 18px;
      right: -22px
    }

    .fl-card.p3 {
      top: 46%;
      left: -26px;
      animation: flt3 3s ease-in-out 2.3s infinite
    }

    .fl-card i {
      font-size: 18px;
      color: var(--red)
    }

    .fl-card.g i {
      color: var(--green)
    }

    .fl-card-t {
      font-size: 11.5px;
      font-weight: 700
    }

    .fl-card-s {
      font-size: 10px;
      color: var(--light);
      font-weight: 400
    }

    @keyframes flt {

      0%,
      100% {
        transform: translateY(0)
      }

      50% {
        transform: translateY(-9px)
      }
    }

    @keyframes flt3 {

      0%,
      100% {
        transform: translateY(-50%)
      }

      50% {
        transform: translateY(calc(-50% - 9px))
      }
    }

    /* ── SECTIONS ── */
    .sp {
      padding: 80px 0
    }

    .sw {
      background: #fff
    }

    .sb {
      background: var(--bg)
    }

    .eyebrow {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 10px
    }

    .eyebrow.g {
      color: var(--green)
    }

    .sh {
      color: var(--dark);
      margin-bottom: 12px
    }

    .sdiv {
      width: 48px;
      height: 3px;
      background: linear-gradient(90deg, var(--red), var(--green));
      border-radius: 4px;
      margin: 14px auto 38px
    }

    /* ── ABOUT ── */
    .about-vis {

    }
    .about-bg{

    }

    .about-vis i {
      font-size: 88px;
      color: var(--red);
      opacity: .3
    }

    .ab-stats {
      display: flex;
      gap: 14px;
      width: 100%
    }

    .ab-s {
      flex: 1;
      background: #fff;
      border-radius: var(--radius-sm);
      padding: 15px;
      box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
      border-left: 4px solid var(--red)
    }

    .ab-s.g {
      border-left-color: var(--green)
    }

    .ab-s .n {
      font-size: 23px;
      font-weight: 800;
      color: var(--dark)
    }

    .ab-s .l {
      font-size: 12px;
      color: var(--light);
      font-weight: 500
    }

    .cert-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px
    }

    .cpill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: var(--red-light);
      color: var(--red);
      border-radius: 50px;
      padding: 5px 13px;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid rgba(220, 53, 69, .14)
    }

    .cpill.g {
      background: var(--green-light);
      color: var(--green);
      border-color: rgba(22, 70, 56, .14)
    }

    /* ── SERVICE CARDS ── */
    .svc-card {
      background: #fff;
      border-radius: var(--radius);
      padding: 32px 24px;
      border: 1px solid rgba(220, 53, 69, .08);
      transition: all .35s;
      height: 100%
    }

    .svc-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 60px rgba(220, 53, 69, .12);
      border-color: rgba(220, 53, 69, .3)
    }

    .svc-ico {
      width: 64px;
      height: 64px;
      border-radius: 16px;
      background: var(--red-light);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      color: var(--red);
      margin-bottom: 18px;
      transition: all .3s
    }

    .svc-card:hover .svc-ico {
      background: var(--red);
      color: #fff;
      transform: rotate(6deg) scale(1.1)
    }

    .svc-card h5 {
      font-size: 16px;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 10px
    }

    .svc-card p {
      font-size: 13.5px;
      color: var(--light);
      margin: 0;
      line-height: 1.7
    }

    /* ── DIVISION CARDS ── */
    .div-card {
      background: #fff;
      border-radius: var(--radius);
      padding: 28px 20px;
      text-align: center;
      border: 1px solid rgba(22, 70, 56, .08);
      transition: all .3s;
      height: 100%
    }

    .div-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 50px rgba(22, 70, 56, .13);
      border-color: var(--green)
    }

    .div-ico {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      background: var(--green-light);
      color: var(--green);
      margin: 0 auto 14px;
      transition: all .3s
    }

    .div-card:hover .div-ico {
      background: var(--green);
      color: #fff
    }

    .div-card h5 {
      font-size: 15px;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 0
    }

    /* ── PRODUCT CARDS ── */
    .prod-card {
      background: #fff;
      border-radius: var(--radius);
      padding: 24px 16px;
      text-align: center;
      border: 1px solid rgba(220, 53, 69, .07);
      transition: all .3s;
      height: 100%
    }

    .prod-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 48px rgba(220, 53, 69, .12);
      border-color: rgba(220, 53, 69, .3)
    }

    .prod-ico {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      background: var(--red-light);
      color: var(--red);
      margin: 0 auto 12px;
      transition: all .3s
    }

    .prod-card:hover .prod-ico {
      background: var(--red);
      color: #fff
    }

    .prod-card h5 {
      font-size: 14px;
      font-weight: 700;
      color: var(--dark);
      margin: 0
    }

    /* ── WHY CHOOSE ── */
    .why-card {
      background: #fff;
      border-radius: var(--radius);
      padding: 30px 22px;
      text-align: center;
      border: 1px solid rgba(22, 70, 56, .08);
      transition: all .35s;
      height: 100%
    }

    .why-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 60px rgba(22, 70, 56, .12);
      border-color: rgba(22, 70, 56, .3)
    }

    .why-ico {
      width: 64px;
      height: 64px;
      border-radius: 16px;
      background: var(--green-light);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      color: var(--green);
      margin: 0 auto 16px;
      transition: all .3s
    }

    .why-card:hover .why-ico {
      background: var(--green);
      color: #fff;
      transform: rotate(-6deg) scale(1.1)
    }

    .why-card h5 {
      font-size: 16px;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 10px
    }

    .why-card p {
      font-size: 13.5px;
      color: var(--light);
      margin: 0;
      line-height: 1.7
    }

    /* ── MFG TIMELINE ── */
    .mfg-section {
      background: linear-gradient(135deg, #fff5f5, #f3f9f7);
      padding: 80px 0
    }

    .mfg-tl {
      position: relative
    }

    .mfg-tl::before {
      content: '';
      position: absolute;
      left: 34px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(180deg, var(--red), var(--green))
    }

    .mfg-item {
      display: flex;
      gap: 22px;
      margin-bottom: 30px;
      position: relative
    }

    .mfg-item:last-child {
      margin-bottom: 0
    }

    .mfg-dot {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid var(--red);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: var(--red);
      flex-shrink: 0;
      z-index: 1;
      box-shadow: 0 4px 18px rgba(220, 53, 69, .18)
    }

    .mfg-item:nth-child(even) .mfg-dot {
      border-color: var(--green);
      color: var(--green);
      box-shadow: 0 4px 18px rgba(22, 70, 56, .18)
    }

    .mfg-body {
      background: #fff;
      border-radius: var(--radius-sm);
      padding: 20px 22px;
      flex: 1;
      box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
      border: 1px solid rgba(220, 53, 69, .08)
    }

    .mfg-body h5 {
      font-size: 15.5px;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 7px
    }

    .mfg-body p {
      font-size: 13.5px;
      color: var(--light);
      margin: 0;
      line-height: 1.7
    }

    /* ── PROCESS ── */
    .proc-wrap {
      display: flex;
      position: relative
    }

    .proc-wrap::before {
      content: '';
      position: absolute;
      top: 38px;
      left: 10%;
      right: 10%;
      height: 2px;
      background: linear-gradient(90deg, var(--red), var(--green));
      z-index: 0
    }

    .proc-step {
      flex: 1;
      text-align: center;
      padding: 0 14px;
      position: relative;
      z-index: 1
    }

    .pcirc {
      width: 76px;
      height: 76px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red), #c0202f);
      color: #fff;
      font-size: 22px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
      border: 4px solid #fff;
      box-shadow: 0 8px 24px rgba(220, 53, 69, .3);
      transition: transform .3s
    }

    .proc-step:nth-child(2) .pcirc,
    .proc-step:nth-child(4) .pcirc {
      background: linear-gradient(135deg, var(--green), #1e5f4a);
      box-shadow: 0 8px 24px rgba(22, 70, 56, .3)
    }

    .proc-step:hover .pcirc {
      transform: scale(1.12)
    }

    .proc-step h5 {
      font-size: 15px;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 8px
    }

    .proc-step p {
      font-size: 13px;
      color: var(--light);
      line-height: 1.6;
      margin: 0
    }

    @media(max-width:767px) {
      .proc-wrap {
        flex-direction: column;
        gap: 24px
      }

      .proc-wrap::before {
        display: none
      }
    }

    /* ── COUNTER ── */
    .cnt-section {
      background: linear-gradient(135deg, #8b0f1d 0%, var(--red) 40%, var(--green) 100%);
      padding: 68px 0;
      position: relative;
      overflow: hidden
    }

    .cnt-section::before {
      content: '';
      position: absolute;
      width: 380px;
      height: 380px;
      background: rgba(255, 255, 255, .04);
      border-radius: 50%;
      top: -100px;
      right: -60px
    }

    .cnt-section::after {
      content: '';
      position: absolute;
      width: 260px;
      height: 260px;
      background: rgba(255, 255, 255, .04);
      border-radius: 50%;
      bottom: -50px;
      left: -30px
    }

    .c-card {
      text-align: center;
      position: relative;
      z-index: 1
    }

    .c-num {
      font-size: 46px;
      font-weight: 800;
      color: #fff;
      line-height: 1;
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 2px
    }

    .c-plus {
      font-size: 28px;
      font-weight: 700;
      color: rgba(255, 255, 255, .65)
    }

    .c-lbl {
      font-size: 13.5px;
      color: rgba(255, 255, 255, .72);
      margin-top: 7px;
      font-weight: 500
    }

    .c-sep {
      width: 1px;
      background: rgba(255, 255, 255, .14)
    }

    /* ── TESTIMONIALS ── */
    .tcard {
      background: #fff;
      border-radius: var(--radius);
      padding: 32px 26px;
      box-shadow: 0 8px 30px rgba(220, 53, 69, .07);
      border: 1px solid rgba(220, 53, 69, .08);
      height: 100%
    }

    .t-stars {
      color: #f59e0b;
      font-size: 14px;
      margin-bottom: 14px
    }

    .t-text {
      font-size: 14px;
      color: var(--light);
      font-style: italic;
      line-height: 1.8;
      margin-bottom: 18px
    }

    .t-author {
      display: flex;
      align-items: center;
      gap: 13px
    }

    .t-av {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red-light), var(--green-light));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 800;
      color: var(--red);
      border: 2px solid rgba(220, 53, 69, .12);
      flex-shrink: 0
    }

    .t-name {
      font-size: 14px;
      font-weight: 700;
      color: var(--dark)
    }

    .t-loc {
      font-size: 12px;
      color: var(--light)
    }

    .t-role {
      font-size: 11px;
      color: var(--green);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px
    }

    /* ── FAQ ── */
    .accordion-item {
      border: 1px solid rgba(220, 53, 69, .12) !important;
      border-radius: var(--radius-sm) !important;
      margin-bottom: 10px;
      overflow: hidden
    }

    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 14.5px;
      color: var(--dark) !important;
      background: #fff !important;
      padding: 18px 22px;
      box-shadow: none !important
    }

    .accordion-button:not(.collapsed) {
      color: var(--red) !important;
      background: #fff5f5 !important
    }

    .accordion-button::after {
      filter: invert(20%) sepia(80%) saturate(600%) hue-rotate(330deg) brightness(.8)
    }

    .accordion-body {
      font-size: 13.5px;
      color: var(--light);
      line-height: 1.8;
      padding: 13px 22px 20px
    }

    /* ── CONTACT ── */
    .contact-section {
      background: var(--green);
      padding: 80px 0 0;
      position: relative;
      overflow: hidden
    }

    .contact-section::before {
      content: '';
      position: absolute;
      width: 440px;
      height: 440px;
      background: radial-gradient(circle, rgba(220, 53, 69, .15) 0%, transparent 70%);
      top: -110px;
      right: 80px;
      border-radius: 50%
    }

    .contact-section::after {
      content: '';
      position: absolute;
      width: 280px;
      height: 280px;
      background: radial-gradient(circle, rgba(255, 255, 255, .05) 0%, transparent 70%);
      bottom: 80px;
      left: -40px;
      border-radius: 50%
    }

    .c-head {
      font-size: 30px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 13px
    }

    .c-sub {
      color: rgba(255, 255, 255, .65);
      font-size: 15px;
      margin-bottom: 42px
    }

    .ci-item {
      display: flex;
      gap: 13px;
      margin-bottom: 20px;
      align-items: flex-start
    }

    .ci-ico {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: rgba(220, 53, 69, .15);
      border: 1px solid rgba(220, 53, 69, .25);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      color: #ef8b94;
      flex-shrink: 0
    }

    .ci-lbl {
      font-size: 10.5px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: rgba(255, 255, 255, .38);
      font-weight: 600;
      margin-bottom: 2px
    }

    .ci-val {
      font-size: 14px;
      color: rgba(255, 255, 255, .88)
    }

    .ql-title {
      font-size: 12px;
      font-weight: 700;
      color: rgba(255, 255, 255, .45);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px
    }

    .ql a {
      display: block;
      color: rgba(255, 255, 255, .58);
      font-size: 13.5px;
      text-decoration: none;
      padding: 4px 0;
      transition: color .2s
    }

    .ql a:hover {
      color: #ef8b94
    }

    .soc-row {
      display: flex;
      gap: 9px;
      margin-top: 18px
    }

    .soc {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .1);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, .65);
      font-size: 16px;
      text-decoration: none;
      transition: all .2s
    }

    .soc:hover {
      background: var(--red);
      border-color: var(--red);
      color: #fff;
      transform: translateY(-2px)
    }

    /* glass form */
    .gform {
      background: rgba(255, 255, 255, .07);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, .11);
      border-radius: 24px;
      padding: 38px 32px;
      position: relative;
      z-index: 1
    }

    .gform h4 {
      color: #fff;
      font-weight: 700;
      margin-bottom: 22px;
      font-size: 18px
    }

    .form-floating label {
      font-size: 13.5px;
      color: rgba(255, 255, 255, .5)
    }

    .form-floating .form-control,
    .form-floating .form-select {
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .13);
      border-radius: var(--radius-sm);
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      transition: border-color .25s
    }

    .form-floating .form-control:focus,
    .form-floating .form-select:focus {
      background: rgba(255, 255, 255, .1);
      border-color: rgba(220, 53, 69, .7);
      box-shadow: 0 0 0 3px rgba(220, 53, 69, .15);
      color: #fff
    }

    .form-floating textarea.form-control {
      height: 100px
    }

    .form-floating .form-select option {
      background: #164638;
      color: #fff
    }

    .btn-sub {
      width: 100%;
      background: linear-gradient(135deg, var(--red), #c0202f);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 15px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 14.5px;
      box-shadow: 0 6px 22px rgba(220, 53, 69, .45);
      transition: all .3s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px
    }

    .btn-sub:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(220, 53, 69, .55)
    }

    /* foot bottom */
    .fbot {
      background: rgba(0, 0, 0, .25);
      border-top: 1px solid rgba(255, 255, 255, .07);
      padding: 22px 0;
      margin-top: 58px;
      text-align: center
    }

    .fbot a {
      color: rgba(220, 53, 69, .55);
      text-decoration: none;
    }

    .fbot p {
      color: rgba(255, 255, 255, .44);
      font-size: 15px;
      margin: 0
    }

    .fbot-links {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 10px
    }

    .fbot-links a {
      color: rgba(255, 255, 255, .42);
      font-size: 12.5px;
      text-decoration: none;
      transition: color .2s
    }

    .fbot-links a:hover {
      color: #ef8b94
    }

    /* reveal */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .6s, transform .6s
    }

    .reveal.visible {
      opacity: 1;
      transform: none
    }

    .d1 {
      transition-delay: .1s
    }

    .d2 {
      transition-delay: .2s
    }

    .d3 {
      transition-delay: .3s
    }

    .d4 {
      transition-delay: .4s
    }

    @media(max-width:991px) {
      .hero {
        padding: 100px 0 60px
      }

      .hero-visual {
        margin-top: 46px
      }

      .fl-card {
        display: none
      }

      .gform {
        padding: 26px 20px
      }
    }

    /* ════════════════════════════════
   GOOGLE ADS CTA ENHANCEMENTS
════════════════════════════════ */

    /* ── Urgency top banner ── */
    .urg-bar {
      background: linear-gradient(90deg, #8b0f1d 0%, var(--red) 45%, var(--green) 100%);
      color: #fff;
      text-align: center;
      padding: 10px 16px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .2px;
      position: relative;
      z-index: 1060;
    }

    .urg-bar strong {
      color: #fff
    }

    .urg-bar .ub-sep {
      opacity: .55;
      margin: 0 8px
    }

    .urg-bar .ub-cta {
      color: #fff;
      text-decoration: underline;
      font-weight: 700;
      margin-left: 10px;
      cursor: pointer;
      white-space: nowrap;
    }

    .urg-bar .ub-cta:hover {
      opacity: .85
    }

    /* ── Navbar CTA – pulsing red ── */
    .btn-nav-ads {
      background: linear-gradient(135deg, var(--red), #c0202f) !important;
      color: #fff !important;
      border-radius: 50px;
      padding: 10px 26px !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      transition: all .25s;
      box-shadow: 0 4px 16px rgba(220, 53, 69, .38);
      animation: pulse-nav 2.6s ease-in-out infinite;
      display: inline-flex !important;
      align-items: center;
      gap: 6px;
    }

    .btn-nav-ads:hover {
      transform: translateY(-2px) scale(1.04) !important;
      box-shadow: 0 8px 24px rgba(220, 53, 69, .55) !important;
      color: white !important;
      animation: none
    }

    @keyframes pulse-nav {

      0%,
      100% {
        box-shadow: 0 4px 16px rgba(220, 53, 69, .38)
      }

      50% {
        box-shadow: 0 4px 28px rgba(220, 53, 69, .72)
      }
    }

    /* ── Hero PRIMARY CTA ── */
    .btn-hero-primary {
      background: linear-gradient(135deg, var(--red) 0%, #c0202f 100%);
      color: #fff;
      border: none;
      border-radius: 14px;
      padding: 10px 25px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      transition: all .3s;
      box-shadow: 0 8px 28px rgba(220, 53, 69, .42);
      position: relative;
      overflow: hidden;
    }

    .btn-hero-primary::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 60%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
      transition: left .55s;
    }

    .btn-hero-primary:hover::after {
      left: 140%
    }

    .btn-hero-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 36px rgba(220, 53, 69, .55);
      color: #fff
    }

    .btn-hero-primary .bmt {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.2
    }

    .btn-hero-primary .bst {
      font-size: 11px;
      font-weight: 500;
      opacity: .85;
      line-height: 1;
      margin-top: 3px
    }

    .btn-hero-primary .bi {
      font-size: 22px;
      flex-shrink: 0
    }

    /* ── Hero SECONDARY CTA ── */
    .btn-hero-secondary {
      background: #fff;
      color: var(--green);
      border: 2.5px solid var(--green);
      border-radius: 14px;
      padding: 10px 30px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 15px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
      transition: all .3s;
    }

    .btn-hero-secondary:hover {
      background: var(--green);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(22, 70, 56, .3)
    }

    /* ── Urgency micro note ── */
    .hero-urgency-note {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12.5px;
      font-weight: 600;
      color: var(--light);
      margin-top: 12px;
    }

    .hero-urgency-note i {
      color: var(--red);
      font-size: 14px
    }

    .hero-urgency-note strong {
      color: var(--red)
    }

    /* ── Mid-page CTA strip ── */
    .midcta {
      background: linear-gradient(135deg, #8b0f1d 0%, var(--red) 50%, #a82010 100%);
      padding: 64px 0;
      position: relative;
      overflow: hidden;
    }

    .midcta::before {
      content: '';
      position: absolute;
      width: 400px;
      height: 400px;
      background: rgba(255, 255, 255, .04);
      border-radius: 50%;
      top: -120px;
      right: -60px
    }

    .midcta::after {
      content: '';
      position: absolute;
      width: 240px;
      height: 240px;
      background: rgba(255, 255, 255, .04);
      border-radius: 50%;
      bottom: -60px;
      left: 20px
    }

    .midcta-inner {
      position: relative;
      z-index: 1
    }

    .midcta-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .22);
      color: #fff;
      border-radius: 50px;
      padding: 5px 16px;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 14px;
    }

    .midcta h3 {
      font-size: 27px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.3
    }

    .midcta p {
      color: rgba(255, 255, 255, .8);
      font-size: 15px;
      margin-bottom: 0
    }

    .midcta-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px
    }

    .midcta-pill {
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .18);
      color: #fff;
      border-radius: 50px;
      padding: 5px 14px;
      font-size: 12px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .btn-midcta-primary {
      background: #fff;
      color: var(--red);
      border: none;
      border-radius: 12px;
      padding: 14px 32px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 15px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
      transition: all .3s;
      box-shadow: 0 6px 24px rgba(0, 0, 0, .22);
      white-space: nowrap;
    }

    .btn-midcta-primary:hover {
      transform: translateY(-2px) scale(1.04);
      box-shadow: 0 10px 32px rgba(0, 0, 0, .3);
      color: var(--red)
    }

    .btn-midcta-call {
      background: var(--green);
      color: #fff;
      border: none;
      border-radius: 12px;
      padding: 14px 28px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 15px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
      transition: all .3s;
      box-shadow: 0 6px 24px rgba(22, 70, 56, .4);
      white-space: nowrap;
    }

    .btn-midcta-call:hover {
      transform: translateY(-2px) scale(1.04);
      box-shadow: 0 10px 32px rgba(22, 70, 56, .5);
      color: #fff
    }

    .midcta-note {
      color: rgba(255, 255, 255, .5);
      font-size: 12px;
      margin-top: 10px
    }

    /* ── Form submit upgrade ── */
    .btn-submit-ads {
      width: 100%;
      background: linear-gradient(135deg, var(--red), #c0202f);
      color: #fff;
      border: none;
      border-radius: 14px;
      padding: 18px 24px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      box-shadow: 0 8px 28px rgba(220, 53, 69, .45);
      transition: all .3s;
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .btn-submit-ads::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 60%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
      transition: left .55s;
    }

    .btn-submit-ads:hover::after {
      left: 140%
    }

    .btn-submit-ads:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 36px rgba(220, 53, 69, .58)
    }

    .form-trust-pills {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 12px;
    }

    .ftp {
      display: flex;
      align-items: center;
      gap: 5px;
      color: rgba(255, 255, 255, .5);
      font-size: 11.5px;
      font-weight: 500;
    }

    .ftp i {
      color: rgba(59, 203, 131, .8);
      font-size: 12px
    }

    /* ── Sticky mobile bar ── */
    .sticky-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      background: #fff;
      border-top: 1px solid rgba(220, 53, 69, .18);
      box-shadow: 0 -4px 24px rgba(0, 0, 0, .12);
      padding: 10px 14px;
      gap: 10px;
      display: none;
    }

    @media(max-width:991px) {
      .sticky-bar {
        display: flex
      }

      body {
        padding-bottom: 68px
      }
    }

    .sb-btn {
      flex: 1;
      border: none;
      border-radius: 12px;
      padding: 13px 8px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 13.5px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      text-decoration: none;
      transition: transform .15s;
      cursor: pointer;
    }

    .sb-btn:active {
      transform: scale(.97)
    }

    .sb-btn.red {
      background: linear-gradient(135deg, var(--red), #c0202f);
      color: #fff;
      box-shadow: 0 4px 14px rgba(220, 53, 69, .4)
    }

    .sb-btn.grn {
      background: linear-gradient(135deg, var(--green), #1e5f4a);
      color: #fff;
      box-shadow: 0 4px 14px rgba(22, 70, 56, .4)
    }

    @media(max-width:575px) {
      .midcta h3 {
        font-size: 21px
      }

      .btn-hero-primary {
        padding: 16px 26px;
        font-size: 15px
      }

      .btn-hero-secondary {
        padding: 14px 22px;
        font-size: 14px
      }
        .floating-cta{
          display: none;
        }
    }

    

    .floating-cta{
    position:fixed;
    right:20px;
    bottom:100px;
    z-index:99999;
    display:flex;
    flex-direction:column;
    gap:15px;
}

.cta-btn{
    width:65px;
    height:65px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    text-decoration:none;
    position:relative;
}

.call-btn{
    background:#dc3545;
}

.whatsapp-btn{
    background:#25D366;
}

.cta-btn::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    animation:pulse 2s infinite;
}

.call-btn::before{
    border:2px solid rgba(220,53,69,.5);
}

.whatsapp-btn::before{
    border:2px solid rgba(37,211,102,.5);
}

@keyframes pulse{
    0%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(1.8);
        opacity:0;
    }
}