/*In general css start*/
@font-face {
     font-family: "SF Pro Display proxima";
     src: url("/fonts/SF-Pro-Display-Proxima-Nova.woff2") format("woff2");
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: SF Pro Display proxima !important;
    font-size: 14px;
}
button:focus {
    box-shadow: none !important;
    outline: 1px solid #fff !important;
}
:root {
      --brand: #C14E00;
      --brand-light: #fff8ee;
      --brand-border: #f5c48a;
      --accent-glow:  rgba(225, 100, 8, 0.18);
      --border-card:  rgba(255,255,255,0.07);
      --border-hover: rgba(225, 100, 8, 0.5);
    }
a:active {
    color: #BF5708;
}
a {
    text-decoration: none;
}
/* Remove focus outline on brand buttons */
.btn:focus,
.btn:focus-visible,
.btn:active:focus {
  outline: none;
  box-shadow: none;
}
.sticky-top {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background: #fff;
}
section {
  padding: 2.4rem 5rem;
}
.h1-tag {
    font-size: calc(1.375rem + 1.5vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h2-tag {
    font-size: calc(1.325rem + .9vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h3-tag {
    font-size: calc(1.3rem + .6vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h4-tag {
    font-size: calc(1.275rem + .3vw) !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h5-tag {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h6-tag {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.sub-heading { 
    width: 78%;
    letter-spacing: .5px; 
}
section span {
    color: #C14E00;
}
.title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
p {
  color: #4B5563;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.tick-emoji {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.tick-emoji::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
}
.title-tag {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
/*In general css end*/

/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #BF5708 #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 14px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
}
*::-webkit-scrollbar-thumb {
    background-color: #BF5708;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
/* end */

/*progress scroll style css start*/
#progress {
    position: fixed;
    bottom: 110px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
}

#progress-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001a2e;
}
.scroll-arrow {
    width: 24px;
}
/*progress scroll style css end*/

/*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}

.whatsapp-sticky img {
    width: 98%; 
    height: auto; 
    max-width: 100%;
    max-height: 100%;
}
/*whatsapp sticky style end*/

/*pulse icon animation start*/
 :root {
    --brand-orange: #BF5708;
    --brand-blue: #1E40AF;
    --brand-green: #16A34A;
    --card-radius: 24px;
}
.pulse-ring {
    transform: scale(0.7) !important;
}
.tag-title1 {
  color: var(--brand);
  font-weight: 700;
  background: var(--brand-light);
  border-radius: 60px;
  padding: 6px 12px 6px 12px;
  letter-spacing: 1px;
  font-size: 14px;
  border: 0.4px solid #B04F08;
}
.tag-title {
  color: #B04F08;
  font-weight: 700;
  background: #FFF;
  border-radius: 10px;
  padding: 5px;
  letter-spacing: 1px;
  font-size: 14px;
}
.badge-pill {
    border-radius: 999px;
    padding: .45rem .9rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 600;
}
.pulse-ring {
    position: absolute;
    border-radius: 999px;
    opacity: 0.12;
    border: 4px solid;
    pointer-events: none;
    width: 76px;
    height: 76px;
}
.rounded-3xl {
    border-radius: 24px;
}
.rounded-2xl {
    border-radius: 16px;
}
.slide-in-left {
    animation: slideInLeft .8s ease both;
}
.slide-in-right {
    animation: slideInRight .8s ease both;
}
.fade-in-up {
    animation: fadeInUp .7s ease both;
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-28px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(28px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.4);
    }
}
.badge-pill {
    background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
    color: #fff;
}
/*pulse icon animation end*/

/*Breadcrumbs style start*/
.breadcrumb-div {
    /*position: absolute;*/
    background-color: #fff;
    color: #f1f1f1;
    padding: 0;
    letter-spacing: 1px;
    top: 78px;
    z-index: 2;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    padding-left: 5rem;
}
.breadcrumb {
    margin-top: 1rem;
}
.breadcrumb a {
    font-size: 16px;
}
.home-nav {
  color: #BF5708;
  padding: 12px;
}
.home-icon {
   display: none;
} 
.fawidth {
    padding-left: 8px;
    padding-right: 8px;

}
.product-nav {
    color: #2e475d;
    pointer-events: none;
}
/*Breadcrumbs style end*/

/*hero section style start*/
.hero-section, .unlock {
    background: #F5FAFF;
}
.right {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-para {
  color: #505766;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.brand-shop-button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #6B7280;
  margin-top: 40px !important;
}
a {
  text-decoration: none;
}
.btn {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  border-radius: 10px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.hero_schedule_button {
  width: 180px ;
  font-size: 16px ;
  font-weight: 500 ;
  padding: 14px;
}
.secondary_button {
  color: #fff;
  background: #BF5708;
}
.secondary_button:hover {
  background-color: #ae3910;
  border-color: #a5360f;
  color: white !important;
}
.primary_button:hover {
  background-color: #808080;
  border-color: #808080;
  color: white !important;
}
.hero_contact_button {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  width: 180px;
  border: 1.5px solid grey;
}
.car-wrap {
    display: flex;
    justify-content: center;
}
.car-image {
  max-width: 100%;
  height: auto;
}
/*Hero section style end*/

/*CMS main Page Section 2 start*/
.cms-solution-img {
  width: 35%;
  height: auto;
}
/*CMS main Page Section 2 end*/

/*Left Title Right Explaination Section - both PMS and CMS Start*/
/* ── Section wrapper ── */
    .why-section { padding: 60px 0; }

    .why-section .section-heading { font-size: 2rem; font-weight: 700; }
    .why-section .section-para { color: #6c757d; font-size: .97rem; max-width: 680px; margin: .5rem auto 0; }

    /* ── Sticky nav ── */
    #sticky-nav { 
        position: sticky; 
        top: 80px; 
        background: white;
    }

    .feature-nav .fea-nav-link {
      color: #444;
      font-size: 16px;
      font-weight: 500;
      padding: .65rem 1rem;
      border-radius: 8px;
      border-left: 3px solid transparent;
      transition: background .2s, color .2s, border-color .2s;
      white-space: normal;
      letter-spacing: .4px;
    }
    .feature-nav .fea-nav-link:hover { background: var(--brand-light); color: var(--brand); }
    .feature-nav .fea-nav-link.active {
      background: var(--brand-light);
      color: var(--brand) !important;
      border-left-color: var(--brand);
      font-weight: 600;
    }

    /* ── Feature panels ── */
    /*.feature-panel { display: none; }
    .feature-panel.active { display: block; }*/

    /* ── Sub-tab pills ── */
    .sub-tabs { 
        display: flex; 
        flex-wrap: wrap; 
        gap: 8px; 
        margin-bottom: 1.25rem; 
    }
    .sub-tabs .sub-tab.active { 
      background: #c14e00 !important; 
      color: #fff; 
      border: 1px solid #c14e00;
      border-radius: 20px;
      padding: .35rem .9rem;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
    }
    .sub-tab:hover { 
        background: var(--brand-light); 
        border-color: var(--brand-border); 
        color: #c14e00; 
    }
    .sub-tab {
      padding: .35rem .9rem;
      border-radius: 20px;
      border: 1px solid #dee2e6;
      background: #fff;
      font-size: 16px;
      font-weight: 500;
      color: #555;
      cursor: pointer;
      white-space: nowrap;
    }

    /* ── Content card ── */
    .content-card {
      background: #fff;
      border-radius: 14px;
      border: 1px solid #e9ecef;
      /*overflow: hidden;*/
    }

    /* ── Sub-content ── */
    .sub-content { display: none; }
    .sub-content.active { display: flex; flex-direction: row; gap: 0; }

    .sub-content .img-side {
      flex: 0 0 45%;
      max-width: 45%;
    }
    .sub-content .img-side img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 260px;
    }
    .sub-content .text-side {
      flex: 1;
      padding: 1.5rem 1.75rem;
    }
    .sub-content .text-side .list-heading {
      font-weight: 700;
      font-size: 17px;
      color: #212529;
      margin-bottom: .75rem;
      display: block;
    }
    .sub-content .text-side ul {
      padding-left: 1.15rem;
      margin: 0;
    }
    .sub-content .text-side ul li {
      font-size: 16px;
      color: #495057;
      margin-bottom: .55rem;
      line-height: 1.55;
      letter-spacing: .4px;
    }

    /* ── Feature header inside card ── */
    .panel-header { padding: 1.5rem 1.75rem 0; }
    .panel-header h3 { 
        font-size: 1.5rem;
        font-weight: 700; 
        color: #212529; 
        margin-bottom: .4rem; 
        text-align: center;
    }
    .panel-header p { 
        font-size: 17px; 
        color: #676565;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        letter-spacing: .5px; 
    }

    /* Divider */
    .panel-divider { 
        height: 1px;
        border-top: 2px solid #f1f3f5; 
        margin: 0 1.75rem 1.25rem;
    }

    /* ── Scroll offset for anchors ── */
    .anchor-target { 
        scroll-margin-top: 90px;
        margin-top: 20px;
    }

/*Left Title Right Explaination Section - both PMS and CMS end*/

/*Key Feature section start*/

    /* ── Section ── */
    .key-features-section {
      background: #1a2535;
      padding: 72px 0 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle radial glow in top-center */
    .key-features-section::before {
      content: '';
      position: absolute;
      top: -120px; left: 50%;
      transform: translateX(-50%);
      width: 700px; height: 400px;
      background: radial-gradient(ellipse at center, rgba(225,100,8,.12) 0%, transparent 70%);
      pointer-events: none;
    }

    /* ── Heading block ── */
    .kf-head { max-width: 760px; margin: 0 auto 52px; }
    .kf-head .section-heading {
      /*font-size: clamp(1.5rem, 3vw, 2.1rem);*/
      font-weight: 700;
      color: #FFFF;
      line-height: 1.3;
    }
    .kf-head .section-heading span { color: #e16408; }
    .kf-head .section-para {
      color: #8fa3bc;
      font-size: 18px;
      line-height: 1.75;
      font-weight: 400;
      margin-top: .6rem;
      letter-spacing: .4px;
    }

    /* ── Feature card ── */
    .feature-card {
      background: #22304a;
      border: 1px solid var(--border-card);
      border-radius: 14px;
      padding: 32px 28px 28px;
      height: 100%;
      transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
      position: relative;
      overflow: hidden;
    }

    /* top-left corner accent line */
    .feature-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 0; height: 3px;
      background: linear-gradient(90deg, #e16408, #FFC67D);
      border-radius: 14px 0 0 0;
      transition: width .35s ease;
    }

    .feature-card:hover {
      transform: translateY(-6px);
      border-color: var(--border-hover);
      background: #1e3a5f;
      box-shadow: 0 16px 40px rgba(0,0,0,.35), 0 0 0 1px var(--border-hover);
    }
    .feature-card:hover::before { width: 100%; }

    /* ── Icon wrapper ── */
    .kf-icon-wrap {
      width: 54px; height: 54px;
      border-radius: 12px;
      background: var(--accent-glow);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
      transition: background .28s ease, transform .28s ease;
    }
    .feature-card:hover .kf-icon-wrap {
      background: rgba(225,100,8,.28);
      transform: scale(1.08);
    }
    .kf-icon-wrap .fa {
      font-size: 2.4rem;
      color: #FFC67D;
      line-height: 1;
    }

    /* ── Card text ── */
    .kf-title {
      font-size: 18px;
      font-weight: 700;
      color: #e8edf3;
      margin-bottom: 10px;
      line-height: 1.35;
    }
    .kf-title a {
      color: inherit;
      text-decoration: none;
      transition: color .2s;
      letter-spacing: .7px;
    }
    .feature-card:hover .kf-title a { color: #FFC67D; }

    .kf-desc {
      font-size: 16px;
      color: #a8b8cc;
      line-height: 1.7;
      margin: 0;
      letter-spacing: .3px;
    }

    /* ── Arrow badge on hover ── */
    .kf-arrow {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      margin-top: 16px;
      font-size: 1rem;
      font-weight: 600;
      color: #e16408;
      opacity: 0;
      transform: translateX(-6px);
      transition: opacity .25s ease, transform .25s ease;
      text-decoration: none;
    }
    .feature-card:hover .kf-arrow {
      opacity: 1;
      transform: translateX(0);
    }

    /* ── Row gap ── */
    .features-grid { --bs-gutter-x: 1.25rem; --bs-gutter-y: 1.25rem; }

/*Key Feature section end*/

/*Rotating Cards section start*/
.flipper-box { padding: 60px 0; background: #fff; }

/* ── Flip card ── */
.flip-container { perspective: 1000px; height: 220px; }

.flip-card-inner {
  position: relative;
  width: 100%; height: 100%;
  transition: transform 0.55s ease;
  transform-style: preserve-3d;
}
.flip-container:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  text-align: center;
}

/* Front */
.flip-front {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  flex-direction: column;
  gap: 16px;
}
.flip-front img { width: 56px; height: 56px; object-fit: contain; }
.flip-front h3 {
    font-size: 19px;
  font-weight: 700;
  color: #212529;
  margin: 0;
  line-height: 1.4;
}

/* Back */
.flip-back {
  background: #e16408;
  transform: rotateY(180deg);
  border-radius: 12px;
}
.flip-back p {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin: 0;
}
/*Rotating Cards section end*/

/*Testimonial section10 start*/
  section.testimonial {
    background: #F5FAFF;
    width: 100%;
  }
  /* LEFT SIDE */
  .testimonial .left-col h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .testimonial .left-col .sub {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 28px;
    line-height: 1.6;
  }

  .testimonial .left-col .sub span {
    color: #C14E00;
    font-weight: 700;
  }

  .testimonial .ratings {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .testimonial .rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .testimonial .rating-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 8px 14px;
    min-width: 140px;
  }

  .testimonial .rating-badge .logo-placeholder {
    font-weight: 800;
    font-size: 1.1rem;
    color: #C14E00;
    width: 28px;
    text-align: center;
  }

  .testimonial .rating-badge .info {
    display: flex;
    flex-direction: column;
  }

  .testimonial .rating-badge .info b {
    font-size: 0.8rem;
    font-weight: 700;
    color: black;
  }

  .testimonial .rating-badge .info span {
    font-size: 0.72rem;
    color: black;
  }

  .testimonial .stars {
    color: #f4a500;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  /* RIGHT SIDE — CAROUSEL */
  .testimonial .right-col {
    position: relative;
  }

  .testimonial .carousel-wrapper {
    position: relative;
    overflow: hidden;
  }

  .testimonial .cards-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .testimonial .card {
    flex: 0 0 100%;
    background: #fff;
    border-radius: 20px;
    padding: 42px 44px 36px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.07);
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .testimonial .quote-icon {
    font-size: 5rem;
    line-height: 0.6;
    color: #C14E00;
    font-family: Georgia, serif;
    margin-bottom: 18px;
    display: block;
  }

  .testimonial .card p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    flex: 1;
  }

  .testimonial .test-card-footer {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .testimonial .client-info .name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--text-dark);
  }

  .testimonial .client-info .role {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-top: 3px;
  }

  /* AVATAR INDICATORS */
  .testimonial .avatars {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
    justify-content: center;
  }

  .testimonial .avatar-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s;
    background: #dde6f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
  }

  .testimonial .avatar-btn.active {
    border-color: #C14E00;
    transform: scale(1.12);
  }

  /* NAV ARROWS */
  .testimonial .nav-arrows {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
  }

  .testimonial .arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--border);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--text-dark);
    transition: all 0.2s;
  }

  .testimonial .arrow-btn:hover {
    background: #C14E00;
    border-color: #C14E00;
    color: #fff;
  }
  .testimonial .g2-badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.topnav__item__g2.topnav__item__g2 {
  height: 28px;
  width: 28px;
  color: #ff492c;
  fill: currentColor;
  stroke: currentColor;
}
.g2-logo circle {
  fill: #ff492c;
}
.g2-logo path {
  fill: #fefefe;
}
.readmore-box {
  position: relative;
}
.readmore-box input {
  display: none;
}
.readmore-btn {
    display: none;
}
.readmore-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.readmore-box input:checked ~ p {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.readmore-btn {
  color: #C14E00;
  cursor: pointer;
  font-weight: 500;
  margin-top: 5px;
}
.readmore-btn::after {
  content: "Read more";
}
.readmore-box input:checked ~ .readmore-btn::after {
  content: "Read less";
}

  /* CARD ENTER ANIMATION */
  @keyframes fadeSlideIn {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  .testimonial .card.animating {
    animation: fadeSlideIn 0.45s ease both;
  }
  .testimonial .g2-badges img {
  width: 79px;
  height: 102px;
  object-fit: contain;
}
/*Testimonial section10 end*/

/*Poster section css start*/
.poster-section {
  background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
  height: 528px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.poster-navigate {
  text-decoration: none;
}
.poster-content {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}
.brand-shop-button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #6B7280;
  margin-top: 40px !important;
}
.hero_schedule_button {
  width: 180px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
}
.content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.poster-heading {
  color: #fff;
}
.poster-demo-btn {
  background-color: black !important;
  color: white !important;
}
/*Poster section css end*/

/*FAQ secion css start*/
.faq {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.accordion-container {
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
}
.accordion-item {
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.accordion-header {
  background-color: #fff;
  color: #212529;
  padding: 15px;
  font-size: 20px;
  border: none;
  height: 75px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.accordion-content {
  background-color: #FAFAFA;
  overflow: hidden;
  padding: 0 15px;
  border-radius: 10px;
  transition: max-height 0.3s ease;
}
.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
  font-size: 18px;
}
.accordion-header:hover {
  background: var(--brand-light);
  border: 1px solid var(--brand-border);
  color: var(--brand);
}
.accordion-header.active {
  background: var(--brand-light);
  border: 1px solid var(--brand-border);
  color: var(--brand);
}
/*FAQ secion css end*/
@media screen and (max-width: 567px) {
/*In general css start*/
section {
    padding: 25px 16px;
    overflow: hidden;
}
.sub-heading { 
    width: 100%;
    font-size: 16px;
}
.h1-tag {
    font-size: calc(1.375rem + 1.5vw);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h2-tag {
    font-size: calc(1.325rem + .9vw);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h3-tag {
    font-size: calc(1.3rem + .6vw);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h4-tag {
    font-size: calc(1.275rem + .3vw);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
/*In general css end*/

/*Breadcrumbs style start*/
.breadcrumb-div {
    padding: 5px 5px !important;
}
.home-menu {
   display: none;
}
.home-icon {
   display: block;
   padding: 0;
   padding-left: 8px;
} 
/*Breadcrumbs style end*/

/*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}
/*whatsapp sticky style end*/

/*Hero section style start*/
.car-image {
    width: 100%;
    height: auto;
}
.brand-shop-button {
    display: flex;
    /*flex-direction: column;*/
    gap: 20px;
    color: #6B7280;
    margin-top: 0px !important;
    justify-content: center;
}
.secondary_button {
    color: #fff;
    font-size: 15px;
    font-weight: 500 ;
    background: #BF5708;
    padding: 10px ;
    width: 100% ;
}
.primary_button {
    color: #000;
    border-color: #d3d3d3;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    width: 100%;
}
.brand-para {
    color: #505766;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }
/*Hero section style end*/
/* ── Feature panels start ── */
.panel-header p {
  font-size: 15px;
  color: #676565;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: .5px;
}
/* ── Feature panels end ── */
/*Poster Section Css start*/
.poster-section {
    background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.poster-heading {
    color: #fff;
    text-align: center;
  }
.brand-app {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
.poster-content {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}
/*Poster Section Css end*/

/*FAQ Section CSS Start*/
.accordion-header {
    background-color: #fff;
    color: #212529;
    padding: 15px;
    font-size: 16px !important;
    border: none;
    height: auto !important;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
  }
.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 14px !important;
  }
/*FAQ Section CSS End*/
}

@media (min-width:700.98px) and (max-width:990px) {
/*In general css start*/
section {
    padding: 1.5rem 1.5rem;
    overflow: hidden;
}
.sub-heading {
  width: 100%;
}
/*In general css end*/

/*Breadcrumbs style start*/
.breadcrumb-div {
    padding: 4px 1.6rem !important;
}
/*Breadcrumbs style end*/ 

/*Hero section style start*/
.brand-para {
  color: #505766;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.brand-shop-button {
  display: flex;
  flex-direction: row;
  gap: 20px;
  color: #6B7280;
  margin-top: 10px !important;
}
.first-doc-pic-2 {
    margin-top: 10%;
}
/*Hero section style end*/
}

@media (max-width: 991px) {
  #sticky-nav { position: static; margin-bottom: 1.5rem; }
  .feature-nav { 
    display: none !important; 
    flex-wrap: wrap; 
    gap: 6px; 

}
  .feature-nav .fea-nav-link { border-left: none; border-bottom: 2px solid transparent; border-radius: 6px; padding: .4rem .75rem; font-size: .8rem; }
  .feature-nav .fea-nav-link.active { border-bottom-color: var(--brand); }
  .sub-content.active { flex-direction: column; }
  .sub-content .img-side { flex: none; max-width: 100%; }
  .sub-content .img-side img { min-height: 180px; }
  
  /*Testimonial start*/
  /* Stack col-4 and col-8 into full width */
  .testimonial .col-4,
  .testimonial .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .testimonial .col-4 {
    margin-bottom: 32px;
    text-align: center;
  }

  /* Center the rating badge */
  .testimonial .rating-row {
    justify-content: center;
  }

  .testimonial .left-col h3,
  .testimonial .col-4 h3 {
    font-size: 1.7rem;
  }

  .testimonial .card {
    padding: 32px 30px 28px;
    min-height: 220px;
  }

  .testimonial .quote-icon {
    font-size: 4rem;
  }

  .testimonial .card p {
    font-size: 0.97rem;
  }

  .testimonial .nav-arrows {
    justify-content: center;
  }
  .testimonial .g2-badges {
    justify-content: center;
  }
  /*Testimonial end*/
}
/* ─── MOBILE (up to 767px) ───────────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Stack columns */
  .testimonial .col-4,
  .testimonial .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial .col-4 {
    margin-bottom: 24px;
    text-align: center;
  }

  /* Heading */
  .testimonial .col-4 h3 {
    font-size: 1.45rem;
    margin-bottom: 10px;
  }

  .testimonial .col-4 .sub {
    font-size: 0.88rem;
    margin-bottom: 20px;
  }

  /* Center rating */
  .testimonial .rating-row {
    justify-content: center;
  }

  .testimonial .rating-badge {
    min-width: unset;
    padding: 7px 12px;
  }

  /* Card */
  .testimonial .card {
    padding: 24px 20px 22px;
    border-radius: 14px;
    min-height: 200px;
  }

  .testimonial .quote-icon {
    font-size: 3.2rem;
    margin-bottom: 12px;
  }

  .testimonial .card p {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .testimonial .test-card-footer {
    margin-top: 20px;
  }

  .testimonial .client-info .name {
    font-size: 0.95rem;
  }

  .testimonial .client-info .role {
    font-size: 0.78rem;
  }

  /* Avatars */
  .testimonial .avatars {
    gap: 8px;
    margin-top: 18px;
  }

  .testimonial .avatar-btn {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }

  /* Arrows */
  .testimonial .nav-arrows {
    justify-content: center;
    margin-top: 14px;
  }

  .testimonial .arrow-btn {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
  .testimonial .g2-badges img {
    width: 65px;
    height: 84px;
  }
  .readmore-box p {
    -webkit-line-clamp: 3;
  }
  .readmore-btn {
    display: block;
  }
}