/*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;
}
a:active {
    color: #BF5708;
}
a {
    text-decoration: none;
}
.sticky-top {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background: #fff;
}
section {
  padding: 2.4rem 3.8rem;
  overflow: hidden;
}
.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%;
    font-size: 19px;
}
section span {
    color: #C14E00;
}
.brand-colour {
    color: #C14E00;
}
.hyphrn-round {
    border:2px dashed #d97706;
}
.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;
}
.tag-title1 {
  color: #C14E00;
  font-weight: 700;
  border-radius: 60px;
  padding: 6px 12px 6px 12px;
  letter-spacing: 1px;
  font-size: 14px;
  border: 0.4px solid #B04F08;
  width: fit-content;
}
.fs-15 {
    font-size: 15px !important;
}
.box-shadow {
    border: 1px solid transparent;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
}
/*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-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;
}
.rounded-xl {
    border-radius: 12px;
}
.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;
    position: relative;
    z-index: 2;
    pointer-events: auto;
}
.home-nav {
  color: #BF5708;
  padding: 12px;
}
.home-icon {
   display: none;
   cursor: pointer;
} 
.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: 19px;
  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;
}
#demo-form-div {
  text-align: center;
  border: 1px solid transparent;
  padding: 20px;
  box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
  margin-bottom: 50px;
  overflow: hidden;
}
.timer-msg {
  display: none;
}
.thanks-msg {
  display: none;
}
.position-absolute {
    width:90px;
    height:180px;
    left:-25px;
    top:100%;
    background-image:radial-gradient(#F4A261 2px,transparent 2px);
    background-size:20px 20px;
    opacity:.4;
}
.btn-active{
    background:#C14E00 !important;
    color:#fff !important;
    border:1px solid #C14E00 !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-inactive{
    background:#fff !important;
    color:#000 !important;
    border:1px solid #C14E00 !important;
}
.formBtn label {
    border:1px solid #C14E00;
}
.border-radius-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.border-radius-right {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.stats-card{
    background:#fff;
    border:1px solid #EEF1F5;
    box-shadow:0 8px 24px rgba(20,30,60,0.05);
}
.stat-icon{
    width:44px;
    height:44px;
    background:#fff3e8;
    flex-shrink:0;
}
.stat-number{
    font-family:'Sora', sans-serif;
    color:#000;
    line-height:1.1;
}
.stat-label{
    font-size:16px;
    line-height: 1.4;
}
.stat-divider{
    border-left:1px solid #E7EAF0;
}
/*Hero section style end*/

/*Key Features card Four section2 start*/
.feature-card-wrapper .row {
  margin-top: 50px;
}
#key-feat .feature-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 15px 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#key-feat .feature-card::before {
  content: "";
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  z-index: 1;
  box-sizing: border-box;
  transition: border-color 0.5s ease;
}
.icon-wrapper-one {
  background-color: #F2F3FF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
  top: -89px;
  z-index: 2;
}
.icon-wrapper-two {
  background-color: #FFEFDF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
  top: -89px;
  z-index: 2;
}
.icon-wrapper-three {
  background-color: #E4E6F4;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
  top: -89px;
  z-index: 2;
}
.icon-wrapper-four {
  background-color: #FCF0E6;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
  top: -89px;
  z-index: 2;
}
.feature-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.feature-card:hover h3 {
    color: #E16408 !important;
}
.feature-card:hover::before {
    border-color: #e16408;
    /* Brand color for border */
    animation: border-draw 0.5s linear forwards;
}
.feature-card:hover .icon-wrapper-one, .feature-card:hover .icon-wrapper-two, .feature-card:hover .icon-wrapper-three, .feature-card:hover .icon-wrapper-four {
  transform: scale(1.1) translateY(0px);
  animation: bouncing 0.8s 0.5s;
  border: 1px solid #e16408;
}
.feature-card .icons {
  transition: all 0.3s ease-in-out 0.1s;
  animation: bouncing 0.8s 0.5s;
}
.icon-wrapper-one .icons {
  color: #7273A8;
}
.icons {
  width: 50%;
  z-index: 2;
}
.cont-card {
  margin-top: -68px;
  padding-bottom: 18px;
}
@keyframes bouncing {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.80, 1.05);
    }
}
/*Key Features four card section2 end*/

/*Y choose MOCDOC section css start*/
.why-icon{
    width: 52px;
    height: 52px;
    background: #FFF1E6;
    border-radius: 12px;
}
.why-card{
    transition: transform .2s ease, box-shadow .2s ease;
    border: 1px solid #eee;
}
.why-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.08) !important;
}
/*Y choose MOCDOC section css end */

/*Poster section4 Start*/
.poster-section {
  background: linear-gradient(90deg in oklab, #F25449, #F88A4B);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.poster-navigate {
  text-decoration: none;
}
.poster-heading {
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.poster-content {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}
.trigger {
    position: relative;
    background: #000;
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    color: #fff;
}
.poster-section .download,
.poster-section em,
.poster-section i {
    position: absolute;
    width: 100%;
    height: 100%;
    font-style: normal;
    text-align: center;
    left: 0;
}
.poster-section em,
.poster-section i {
    transition: top 0.3s;
}
.download {
    /*
    uncomment this to see where actually the
    Download and SVG located on initial state
    and on hover
    */
    overflow: hidden;
}
.poster-section em {
    line-height: 50px;
    top: 0;
    font-size: 18px;
    color: white;
}
.poster-section i {
    top: 100%;
    /*moving out the SVG to the bottom on page loads*/
    padding-top: 5px;
    color: #fff;
}
.poster-section i::before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: 2rem;
}
.trigger:hover em {
    top: -100%;
    /* move the Download text to the top*/
}
.trigger:hover i {
    top: 0;
}

/*Tooltip*/
.trigger::before,
.trigger::after {
    position: absolute;
    opacity: 0;
    /*hide on page load*/
    visibility: hidden;
    /*to stop interaction when user hover on top of the button*/
    transition: all 0.3s;
}
.trigger:hover::before,
.trigger:hover::after {
    opacity: 1;
    visibility: visible;
}

/*pull down effect for the `File size` box when we hover the button*/
.trigger:hover::before {
    bottom: 80px;
}
.trigger:hover::after {
    bottom: 60px;
}
/*   */
/*Poster section4 End*/

/*Download brochure section9 start*/
.sc-4 .container {
  background: #f6f9fc;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*Download brochure section9 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: flex-end;
    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-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;
  display: inline-block;
  margin-top: 5px;
}
.readmore-btn::after {
  content: "Read more";
}
.readmore-box input:checked ~ .readmore-btn::after {
  content: "Read less";
}
.readmore-btn {
    display: none;
  }
  /* 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*/


@media screen and (max-width: 567px) {
/*In general css start*/
section {
    padding: 25px 16px;
    overflow: hidden;
}
.sub-heading { 
    width: 100%;
    font-size: 18px;
}
.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 section1 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 section1 style end*/

/*Key feature Four card section4 start*/
.feature-card-wrapper .row {
    display: flex;
    flex-direction: column;
    gap: 75px;
}
.hero-images {
    margin-top: 10px;
}
/*Key feature Four card section4 end*/

/*Download Broucher section start*/
.sc-4 .container{
   text-align: center;
   padding:20px;
}
/*Download Broucher section 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%;
  font-size: 18px;
}
/*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*/

/*Key feature Four card section3 start*/
.feature-card-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 75px;
  }
.feature-card-wrapper {
  margin: 0px 0px;
}
/*Key feature Four card section3 end*/
}
@media (min-width:990px) and (max-width:1200px) {

/*Key feature card section3 start*/
.feature-card-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 75px;
}
.feature-card-wrapper {
    margin: 20px 0px 0px 0px;
}
/*Key feature card section3 end*/
}
/* ─── TABLET (768px – 991px) ─────────────────────────────────────────────── */
@media (max-width: 991px) {

  /* 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;
  }
}

/* ─── 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;
  }
}