body {
    background: #f5f5fd;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

h1,
h2 {
    /* font-family: 'Lobster Two', cursive; */
    font-family: 'Indie Flower', cursive;
    font-weight: 800;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    line-height: 30px;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.nav-link.active {
    color: #ff7a00 !important;
    font-weight: 600;
}

.logo {
    width: 50px;
}

ul.user-profile-headder {
    display: flex;
    margin-bottom: 0px;
}

ul.user-profile-headder li {
    margin-left: 35px;
}

nav.navbar.navbar-expand-lg.bg-light {
    box-shadow: 0px 0px 7px 0px #b9b9b9;
    border-radius: 14px;
    z-index: 1;
}

.keybox {
    box-shadow: #0000004f 0px 0px 5px 1px;
    border-radius: 20px;
    padding: 15px;
    height: stretch;
}

.keybox h3 {
    font-size: 20px;
    font-weight: 600;
}

.keybox img {
    background: #000000;
    border-radius: 50%;
    padding: 10px;
}

.btnn {
    background: #2b1848;
    border-radius: 20px;
    color: #fff;
    padding: 5px;
}

section.cutom-blue {
    background: #2B0569;
    color: #fff;
}

section.cutom-blue h2 {
    color: #ff5722;
}

.customfaq .accordion button {
    color: #000 !important;
    font-weight: 600;
    background-color: #f0eff6;
    border: 2px solid #333;
    border-radius: 4px;
}

.card.card-customm {
    border: none;
    box-shadow: 0px 0px 14px 0px #0000003d;
    margin-bottom: 40px;
}

img.testimonial-img {
    border-radius: 50%;
}

footer {
    background-image: url(../assate/img/footer-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 10px;
}

.footer-list li a:hover, .footer-list li a:hover::before {
    color: var(--primary-orange);
    opacity: 1;
    visibility: visible;
    padding-left: 10px;
}

.mt-3.download-app {
    display: block;
    width: 133px;
    height: auto;
}

.mt-3.download-app a {
    margin-bottom: 9px;
}

footer a {
    color: #fff;
}

footer>.container {
    z-index: 9;
    position: relative;
    padding: 40px 0px;
}

ul.footersociel {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
}

ul.footersociel li {
    margin-right: 19px !important;
}

ul.footersociel li svg {
    width: 33px;
    height: 27px;
}

ul.navbar-nav {
    font-weight: 600;
}

ul.navbar-nav li {
    padding-left: 0px;
}

a.nav-link.active {
    color: #ff5722 !important;
}

.custon-mosson .card {
    border: none;
    box-shadow: 0px 0px 7px #3333336b;
    height: stretch;
    margin-bottom: 26px;
    background: #e1dfe8;
    color: #2e1166;
    padding: 26px;
}

.custon-mosson .card span {
    background: #a19bb6;
    border-radius: 50%;
    margin-right: 10px;
    padding: 2px 10px 8px 10px;
}

.col-sm-6.custon-mosson .card:hover {
    background: #332562;
    color: #d4d1e0;
}

.col-sm-6.custon-mosson .card:hover span {
    background: #d4d1e0;
    color: #332562;
}

ul.custon-choose li {
    border: 2px solid #333;
    margin-bottom: 23px;
    border-radius: 9px;
    width: auto;
    height: stretch;
    padding: 17px 17px;
}

span.check-blurr svg {
    background: #ffffff;
    color: #30205e;
}

ul.custon-choose li:hover {
    background: #e1dfe8;
}

.custom-loooh {
    width: 100%;
}

.accordion-item {
    margin-bottom: 24px;
}

section.cutom-grayyy {
    background: #F0EFF6;
}

table.table.custome-tablee thead {
    background: #401491;
    color: #fff;
}

table.table.custome-tablee {
    border: 1px solid #33333333;
    border-radius: 16px !important;
}

.custom-box-offic {
    display: flex;
    font-size: 11px;
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    height: stretch;
    align-items: center;
}

.custom-box-offic:nth-child(1) img {
    border-radius: 50% !important;
    border: 0px solid #333;
    width: 74% !important;
}

.custom-contact-box {
    display: flex;
    flex-direction: column;
}

.custom-contact-box a {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 15px 22px;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.custom-contact-box a span svg {
    background: #f0effc;
    width: 48px;
    height: 45px;
    margin-right: 17px;
    border-radius: 50%;
    padding: 5px;
    color: #2b1848;
}

section.custon-abouut .row {
    background: #fff;
    margin: 32px 0px;
    border-radius: 20px;
    padding: 14px;
}

section.custon-abouut img {
    border-radius: 20px;
}

.custom-formm {
    padding: 28px;
    background: #fff;
    border-radius: 20px;
}

/* product detail page start  */
.custon-product-crousal-main .carousel-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.custon-product-crousal-main .thumbnail-wrapper {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.thumbnail-wrapper img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid transparent;
}

.thumbnail-wrapper img.active,
.thumbnail-wrapper img:hover {
    opacity: 1;
    border-color: #0d6efd;
}

span.suctom-best {
    background: #fcd8c5;
    color: #f04c00;
    border-radius: 50px;
    padding: 10px;
}

.custom-bestt-saller-details {
    word-spacing: 2px;
    line-height: 25px;
    margin-top: 25px;
    margin-left: 76px;
}

.custom-bestt-saller-details ul li {
    list-style: disc;
}

.custom-bestt-saller-details h2 {
    margin-top: 19px;
}

p.price-prouctss {
    font-size: 40px;
    color: #f04c00;
    font-weight: 900;
}

.qty-box {
    max-width: 140px;
}

.qty-box input {
    text-align: center;
    font-weight: 500;
}

.qty-btn {
    width: 40px;
}

footer .container-fluid {
    z-index: 16;
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    background: rgb(43, 0, 110);
    background: linear-gradient(303deg, rgba(43, 0, 110, 0.43323266806722693) 0%, rgba(43, 0, 110, 1) 80%);
}

.footer_bg {
    position: absolute;
    bottom: 38px;
    background: url(../assate/img/footer_bg.webp) no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.footer_bg .footer_bg_one {
    background: url(../assate/img/volks.gif) no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

@-moz-keyframes myfirst {
    0% {
        left: 25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: 25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: 25%;
    }

    100% {
        left: 100%;
    }
}

.custom-cart-sum {
    background: #2a0469;
    color: #fff;
    padding: 11px;
    border-radius: 20px;
}

.custom-cart-main img {
    border-radius: 20px;
    margin-top: 56px;
}

.custom-minnes-cgrf {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0px 0px 5px #c6bfbf;
    position: relative;
}

.d-flex.bottom-buttons-drf p {
    font-size: 12px;
}

.custom-cross {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* login page  */
/* Left Section */
.hero-section {
    background: linear-gradient(135deg, #0d0a2b, #1b0f5c);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
}

.hero-title span {
    color: #ff7a00;
}

.features span {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
}

/* Login Card */
.login-card {
    background: #fff;
    color: #000;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-top: 121px;
    margin-bottom: 121px;
}

.btn-purple {
    background: #4b0fa3;
    color: #fff;
}

.btn-purple:hover {
    background: #3a0c85;
}

.nav-pills .nav-link.active {
    background: #4b0fa3;
}

.form-control {
    border-radius: 8px;
}

.main-login-bg {
    background-image: url(../assate/img/product/ef01f21e4acfd9787dfbee565ec046e2c8e7a398.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.custom-bttnn li button {
    color: #4b0fa3;
    border: 1px solid #4b0fa3 !important;
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}
.maiin-conttyu input[type="radio"] {
  display: unset !important;
}
.maiin-conttyu {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:460px) {


    .keybox img {
        width: 12% !important;
    }
 .container.custom-class-changersss ul li button {
              font-size: 10px !important;
        margin: 19px 0px 0px !important;
        padding: 6px 7px;

      }

      .d-flex.align-items-center.custom-responsiv-corre { 
    flex-direction: column;
}
section.py-5.custom-color-bhggf p {
    font-size: 12px !important;
}
.col-md-6.responsiv-omdfrrt {
    display: none;
}
.quentity-option-main a {
        top: 0px !important;
        right: 22px;
        background: #fff;
        z-index: 3;
        border-radius: 50%;
        padding: 8px 7px;
    }
    .h2line {
        padding: 10px !important;
    }

    section.Responsive-prductt .row .col-md-3 {
        width: 48%;
    }

    .card .card-body {
        padding: 7px;
    }

    section.cutom-blue.py-5 {
        font-size: 9px;
        padding: 18px !important;
    }

    .h2line h2 {
        border-bottom: 3px #ff5722 solid;
        font-size: 15px;
        margin-top: 12px;
    }

    section.cutom-blue h2 {
        font-size: 13px;
    }

    .card,
    h5,
    p,
    a {
        font-size: 12px;
        margin-top: 11px;
        line-height: 13px;
    }

    h1,
    h2 {
        font-size: 16px;
    }

    .custon-mosson .card span {
        padding: 10px 10px;
    }

    .responsive-details-pagedd {
        flex-direction: column !important;
    }

    ul.custon-choose li {
        font-size: 12px;
        word-spacing: normal;
        margin-bottom: 10px;
        border-radius: 9px;
        width: auto;
        height: auto;
        padding: 14px 14px;
    }

    span.check-blurr svg {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    ul.custon-choose {
        padding: 0;
    }

    img.img-fluid.custom-loooh {
        display: none;
    }

    .custom-formm {
        padding: 15px;
        margin-bottom: 20px;
    }

    .custom-contact-box a {
        padding: 11px 15px;
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 15px;
    }

    section.py-5.custom-formmsdd {
        padding: 27px 0px !important;
    }

    .custom-box-offic {
        border: 1px solid #b2b2b2;
        margin-bottom: 10px;
        font-size: 8px;
        border-radius: 20px;
        padding: 12px;
    }

    .custom-bestt-saller-details {
        word-spacing: 0px;
        line-height: 24px;
        margin-top: 20px;
        margin-left: 0;
    }

    .custon-product-crousal-main .thumbnail-wrapper {
        display: none;
    }

    .d-flex.align-items-center.gap-3.custom-responsivv {
        flex-direction: column;
    }

    .custom-button-detaill {
        grid-auto-flow: column;
        width: 100%;
    }

    span.suctom-best {
        padding: 6px;
        font-size: 10px;
    }

    .custom-cart-sum {
        margin-top: 14px;
    }

    .custom-cart-sum img {
        width: 12% !important;
    }

    .keybox {
        margin-bottom: 20px;
    }

    .custon-mosson .card {
        margin-bottom: auto;
        padding: 15px;
    }

    a.btnn:hover {
        transform: unset;
    }
    span.cart-count { 
    top: 12px !important;
    right: 0% !important; 
}
.custom-media-li {
    display: flex;
    justify-content: center;
}
}


@media screen and (max-width:980px) {


    .custon-mosson .card {
        padding: 4px;
    }
    
    .custom-media-li {
    display: flex;
    justify-content: center;
}

    ul.custon-choose li {
        height: auto;
        padding: 8px;

        margin-bottom: 10px;
    }

    .custom-loooh {
        width: 76%;
    }

    .custom-formm {
        padding: 15px;
    }

    .custom-contact-box a {
        padding: 15px 22px;
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 17px;
    }

    section.py-5 {
        padding: 5px !important;
    }

    .custom-box-offic {
        font-size: 10px;
        padding: 9px;
        flex-direction: column;
        text-align: center;
    }

    .custom-minnes-cgrf .row .col-md-4,
    .col-md-8 {
        width: 100% !important;
    }

    .custom-bestt-saller-details {
        margin-left: 13px;
    }

    section.custom-product-responsiv .row .col-md-3 {
        width: 49.98%;
    }
}

.product-desc-limited {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    overflow: hidden;
    line-clamp: 2;
}


footer h4 {
    color: #fff !important;
}

a.btnn:hover {
    color: #fff !important;
    background: #ff6c21;
    transform: scale(1.1);
}

.custom-reponsive-bttn {
    font-size: 13px;
    padding: 3px 9px;
    font-weight: 500;
}

.custom-reponsive-bttn.btn-warning:hover {
    color: #fff;
    background-color: #0f9b38;
    border-color: #0f9b38;
}

span.cart-count {
    position: absolute;
    top: 0;
    right: 26%;
    background: #2b006e;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
}
/* .text-bluee {
    color: #ff6803;
    font-size: x-large;
} */
.price-prouctss {
    font-size: 20px;
    color: #f04c00;
    font-weight: 900;
}
.product-list-bill { 
    background: #2b006e !important;
     color: #fff;
      border-radius: 20px; 
      padding: 11px;  
}

.text-15 {
    font-size: unset !important;
    font-weight: normal !important;
    line-height: normal !important;
    color: #fff !important;
}
.bill-qty-col {
    color: #fff !important;
}
p.mb-0.fs-6.fw-normal.text-black {
    color: #fff !important;
}
.fill-btn { 
    background-color: #0a8b08 !important;
}

.quentity-option-main a {
    display: unset !important;
    position: absolute;
    top: 31px;
    right: 16px;
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    color: #ff0303;
    text-decoration: underline 1px solid var(--black);
    transition: all ease-in-out .5s;
}
.addtocart-btn {
    display: unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    width: 100%;
    text-align: center;
    padding: 8px 14px;
    border: 1px solid var(--primary-orange);
    transition: all ease-in 0.5s;
}
.checkout-list-main-main {
    background: #ffffff !important;
    border-radius: 30px;
}
        .custom-flexx {
             display: flex;
             flex-wrap: wrap;
             flex-direction: row;
             justify-content: space-around;
         }

         .custom-flexx a {
             width: 49%;
         }

         .custom-flexx a img {
             width: 78%;
         }

         .customhead {
             text-align: center;
         }

.customhead h1 {
    color: red;
    font-size: 43px;
    line-height: 36px;
    font-weight: 900;
    -webkit-text-stroke: 2px black;
    font-family: sans-serif !important;
}

         .customhead h1 span {
             color: green;
         }

         .Police {
             background-color: #003e87;
             color: #fff;
         }

         .Ambulance {
             background-color: #f00f13ba;
             color: #fff;
         }

         .Fire {
             background: #ff980080;
             color: #fff;
         }

         .Womens {
             background-color: #7f25c085;
             color: #fff;
         }

         .Child {
             background-color: #2a88479e;
             color: #fff;
         }

         .NHAI {
             color: #fff;
             background-color: #96999ccf;
         }
         .custom-flexx a:hover {
    background-color: #2a7108;
    color: #fff;
}

/* scan page start  */
#evidenceVideo {
  width: 100%;
  height: 300px;      
  object-fit: cover;
  background: #000;
}

/* .controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 12px;
} */

/* .btn {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
} */

#evidencePhotoPreview,
#evidenceVideoPreview {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 120px;
  border: 2px solid #fff;
  display: none;
  z-index: 999;
}

@media (max-width: 768px) {
  #evidenceVideo {
    height: 70vh;   
  }
}
/* scan page end  */

.Testimonial-profilimg {
    width: 10% !important;
    border-radius: 50%;
}

 /* CSS variables */
    :root {
      --primary-text: #4f8f70;
      --secondary-text: #e9fff3;
      --white-text-white: #ffffff;
      --black-text-black: #000000;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }


    body::-webkit-scrollbar {
      width: 8px;
    }

    body::-webkit-scrollbar-track {
      border-radius: 100px;
    }

    body::-webkit-scrollbar-thumb {
      border-radius: 100px;
    }

    a {
      text-decoration: none;
    }

    .accordion-body ul li a {
      color: black;
      font-weight: 700;
    }

    .faq-section .accordion {
      width: 100%;
    }

    .accordion-button:not(.collapsed) {
      /* background-color: #c5e5d8;*/
      background-color: var(--secondary-text);
    }

    .accordion-button:not(.collapsed)::after {
      background-image: none;
      transform: none;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-button:before {
      content: "";
      position: absolute;
      /*   right: 0.75rem; */
      right: 0.75rem;
      top: 1.25rem;
      height: 2px;
      width: 1rem;
      background-color: var(--primary-text);
    }

    .accordion-button.collapsed:after {
      content: "";
      position: absolute;
      /*   right: 1.1875rem; */
      right: 1.1875rem;
      top: 0.8125rem;
      height: 1.0625rem;
      width: 0.125rem;
      border-style: none;
      background-color: var(--primary-text);
    }

    .faq-section .accordion-button h5 {
      /*   color: #7dbc9e; */
      color: var(--primary-text);
      margin-right: 13px;
    }

    .accordion-body {
      background-color: var(--secondary-text);
    }

    /* list */
    ul {
      list-style-type: none;
      list-style-type: disc;
      /* Default bullet points for ul */
      margin-left: 20px;
    }

    ul li {
      margin-bottom: 5px;
    }

    .accordion-body ol {
      counter-reset: step-counter;
      list-style-type: none;
      padding-left: 0;
    }

    .accordion-body ol>li {
      counter-increment: step-counter;
      /* Increment custom counter */
      margin-bottom: 10px;
    }

    .accordion-body ol>li::before {
      content: "Steps "counter(step-counter) ": ";
      /* Custom prefix */
      font-weight: bold;
    }

    @media screen and (min-width: 768px) {

      .accordion-button:before {
        right: 0.75rem;
      }

      .accordion-button.collapsed:after {
        right: 1.1875rem;
      }

      .faq-section .accordion-button h5 {
        margin-right: 0px;
      }

    }
 

    section.py-5.custom-color-bhggf p {
      font-size: 18px;
    }

    section.py-5.custom-color-bhggf {
      background-color: #efe5fd;
    }

    .custom-bg-cor-solution1 {
      background: #7535f226;
    }

    .custom-bg-cor-solution2 {
      background: #1877f240;
    }

    .custom-bg-cor-solution3 {
      background: #1e8e3e29;
    }

    .custom-bg-cor-solution4 {
      background: #e374004a;
    }

    .row.custom-bg-patner-with {
      background: linear-gradient(135deg, #090C1A 0%, #05060D 50%, #1f2866 100%);
      padding: 42px 31px;
      border-radius: 17px;
    }

    table.table.table-hover.custom-feature-table td img {
      width: 23%;
    }

    tr.bg-tbl-custmbg {
      background-color: #2b006d;
    }

    .container.custom-class-changersss ul {
      display: flex;
      justify-content: center;
    }

    .container.custom-class-changersss .nav-link.active {
      color: #333 !important;
      width: 100%;
      background: #17193d !important;
      color: #fff !important;
    }

    .container.custom-class-changersss ul li button {
      font-size: 26px;
      color: #15173c;
      font-weight: bolder;
      margin: 24px 0px 0px;
      border: 1px solid #17183d;
    }

 .Responsive-prductt .row > .col-md-3:nth-child(odd) .card {
        background-color: #2b006e40;



  .custom-media1 h1,
        h2 {
            line-height: 48px;
        }

        h1.custom-ppl {
            color: #631ad7;
        }

        .card.custom-coder {
            padding: 12px;
            border-radius: 20px;
            border: unset;
            box-shadow: #3333335e 0px 0px 13px 4px;
        }

        .card.custom-coder img {
            border-radius: 20px;
        }

        .card.custom-coder a {
            background: #280a61;
            color: #fff;
            padding: 1px 13px;
        }

        .custom-media-li li button.active {
            color: #fff !important;
            background-color: #280a61 !important;
        }

        .custom-media-li li button {
            color: #333333 !important;
            font-weight: 600;
            margin-right: 61px;
        }

        .custn-crousal-mediaaa img {
            margin-top: 27px;
        }

        .gallery-img {
            width: 100%;
            height: 140px;
            object-fit: cover;
            border-radius: 10px;
        }


        /* crousal gallary  */
        /* Carousel heading */
        .heading {
            display: block;
            text-align: center;
        }

        /* Container for the entire carousel */
        .multi-carousel-container {
            cursor: grab;
            margin: 0 auto;
            max-width: 100%;
            overflow: hidden;
            position: relative;
        }

        /* Cursor styles for dragging */
        .multi-carousel-container.dragging,
        #multiCarousel.dragging {
            cursor: grabbing;
        }

        /* Wrapper for all slides */
        .multi-carousel-inner {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        /* Individual slide */
        .multi-carousel-item,
        .clone {
            box-sizing: border-box;
            flex: 0 0 33.333333%;
            padding: 0 5px;
            position: relative;
            /* Essential for item-number positioning */
        }

        /* Control buttons */
        .multi-carousel-control-prev,
        .multi-carousel-control-next {
            align-items: center;
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            border-radius: 50%;
            color: white;
            cursor: pointer;
            display: flex;
            height: 40px;
            justify-content: center;
            position: absolute;
            text-decoration: none;
            top: 50%;
            transform: translateY(-50%);
            transition: background-color 0.3s ease;
            width: 40px;
            z-index: 10;
        }

        .multi-carousel-control-prev:hover,
        .multi-carousel-control-next:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }

        .multi-carousel-control-prev {
            left: 10px;
        }

        .multi-carousel-control-next {
            right: 10px;
        }

        /* Image container with dynamic height */
        .img-container {
            border-radius: 1.5rem;
            height: var(--carousel-height, 80vh);
            overflow: hidden;
            position: relative;
        }

        /* Image styling */
        .img-container img,
        #carouselInner img {
            height: 100%;
            object-fit: cover;
            object-position: top;
            pointer-events: none;
            user-drag: none;
            width: 100%;
            -webkit-user-drag: none;
            transition: transform 0.3s ease;
        }

        .img-container:hover img {
            transform: translateZ(0) scale(1.02);
        }

        /* Carousel cursor styling */
        #multiCarousel {
            cursor: grab;
            touch-action: pan-y;
        }

        /* Disable text selection during drag */
        #multiCarousel.dragging {
            user-select: none;
            -webkit-user-select: none;
        }

        /* Responsive adjustments for screens smaller than 720px (45em) */
        /* @media (max-width: 45em) {

            .multi-carousel-item,
            .clone {
                flex: 0 0 100%;
            } */
            
            
            


section.py-5meet-expert .container {
    background-color: #F3ECFE;
    padding: 22px;
    border-radius: 20px;
}

section.py-5meet-expert img {
    border-radius: 20px;
}

.custt-orgg {
    color: #FF5722;
    font-size: 17px;
}

.custt-blluyt {
    color: #4C1D95;
    font-size: 28px;
    font-weight: 900;
}

.custom-dogt {
    background-color: #E9D8FD;
    padding: 25px;
    border-radius: 20px;
    margin-top: 20px;
}

.custom-dogtrf {
    background-color: #FFEDD5;
    padding: 25px;
    border-radius: 20px;
    margin-top: 20px;
}

.custt-bllkfgg {
    color: #9A3412;
    font-size: 28px;
    font-weight: 900;
}

.icon-fonffd {
    width: 84px;
    height: 58px;
    padding-top: 8px;
    background-color: #d9c2a3;
    border-radius: 50%;
    text-align: center;
    margin-right: 32px;
    margin-top: inherit;
}

.icon-fonff {
    width: 84px;
    height: 58px;
    padding-top: 8px;
    background-color: #c6a0f3;
    border-radius: 50%;
    text-align: center;
    margin-right: 32px;
    margin-top: inherit;
}

section.py-5.form-section .container {
    background-color: #1E0538;
    padding: 24px;
    border-radius: 20px;
}

section.py-5.form-section .container .form-clderr p,
small {
    background-color: #1E0538;
    color: #fff;
}

.card.booking-card.p-2 {
    background-color: #a59dac;
}

p.text-center.pt-3.custom-from-ghrt {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}

.form-clderr {
    margin-top: 29px;
}

@media (max-width: 576px) {
    .custt-blluyt {
        font-size: 15px;
    }

    .icon-fonffd {
        width: 147px;
    }

    .icon-fonff {
        width: 153px;
    }

    .custt-bllkfgg {
        color: #9A3412;
        font-size: 20px;
    }

    .form-clderr {
        margin-top: 29px;
    }

    .card-body.p-4 {
        padding: 0 !important;
    }

    p.text-center.pt-3.custom-from-ghrt {
        font-size: 13px;
    }
}
