@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap');
 

:root{
    --duration: .3s ease;
}
p, a, span, h6, li{
    font-family: 'Inter', sans-serif;
    color: #3F3F46;
    line-height: 1.8;
}
h1, h2, h3, h4, h5{
    font-family: 'Wix Madefor Display', sans-serif;
    line-height: 1.3;
    color: #3F3F46;
}
.default-nav{
    position: absolute;
    top: 0px;
    left: 0px;
}
.default-nav .switchElement{
    display: none;
}
.stickey-nav .switchElement{
    height: auto;
}

.stickey-nav{
    position: fixed;
    top: 0px;
    left: 0px;
}
.stickey-nav{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.77) 118.11%);
    backdrop-filter: blur(12px);
}
.main-footer *{
    color: white;
}
.main-footer select{
    color: #3F3F46
}
.main-footer select option{
    color: #3F3F46
}
.main-footer .call-button{
    color:#fff;
}
.marquee {
    overflow: hidden;
    display: flex;
    gap: 40px;
  }
.marquee img{
    height: 122px;
}
.marquee h1{
    font-size: 5em;
    white-space: nowrap;
    text-transform: uppercase
}
.specialty-card{
    border-radius:8px;
}
.specialty-card .card-text{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.77) 118.11%);
    backdrop-filter: blur(12px);
    transform: translate(0px, 100%);
    /* transition: .3s ease; */
}
.specialty-card .card-heading.active{
    display: none;
}
.specialty-card .card-heading{
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.77) 118.11%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-button-next::after{
    display: none;
}
.swiper-button-prev::after{
    display: none;
}
.serviceWeProvide .swiper-pagination-bullet-active{
    background-color:#fff!important;
}
.serviceWeProvide .swiper-pagination-bullet{
    background-color: #ffffff80;
}
.swiper-pagination-bullet-active{
    background-color:#3F3F46 !important;
}
.swiper-pagination-bullet{
    background-color: #3F3F4650;
}
.specialty-card .text-body{
 height: 0px;
 overflow: hidden;
 transition:.5s ease;
 transform: translate(0px, 60px);   
}
.specialty-card .cardActive .text-body{
  height: auto;
  transform: translate(0px, 0px);  
}
.cardActive{
    transform: translate(0px, 0%) !important;
}
.accordion {    
    color: black;
    background-color: white;
}

.accordion .acc-container {
    position: relative;
    margin: 10px 26px 10px 10px;
}
.accordion .label {
    position: relative;
    padding: 40px 0;
    cursor: pointer;
}

.accordion .content {
    position: relative;
    background: white;
    height: 0;
    text-align: justify;
    max-width: 60rem;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    align-items: center;
    padding-right: 10px;
    opacity: 0;
    transition: .3s ease;
  }
.accordion .acc-container.active .content {
    height: auto;
    opacity: 1;
}
.accordion .toggle-icon span:nth-child(1){
    width: 14px;
    height: 2px;
    background-color: #3F3F46;
    display: block;
    border-radius: 6px;
    transform: translate(0px, 2px);
}
.accordion .toggle-icon span:nth-child(2){
    width: 14px;
    height: 2px;
    background-color: #3F3F46;
    display: block;
    border-radius: 6px;
    transform: rotate(90deg);
    transition: .3s ease;
}
.accordion .acc-container.active .toggle-icon span:nth-child(2){
    transform: rotate(0deg);
}
.accordion .acc-container .content p{
    transform: translate(0px, 24px);
    transition: .3s ease;
}
.accordion .acc-container.active .content p{
    transform: translate(0px, 0px);
}
.paymentList{
    height: 0;
    transform: translate(20px, 30px);
    transition: var(--duration);
    margin-top: 12px;
    padding-right: 20px;
}
.paymentList.show{
    height: auto;
    transform: translate(20px, 0px);
}
.listHeading img{
    rotate: 180deg;
    transition: var(--duration);
    width: 32px;
}
.listHeading img:hover{
    rotate: 0deg;
}
.social-icon span:hover{
    opacity: 0.65;
    transition: var(--duration);
    cursor: pointer;
}
.main-footer .info-text{
    opacity: 0.65;
    font-size: 14px;
}
.padding-0{
    padding-inline: 0px;
}
.number-grid{
    padding-inline: 120px;
}
.toggleButton{
    transition: var(--duration);
}
.toggleButton:hover{
    transform: scale(1.1);
}

/* Schedule Modal */

#schedule-modal{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: .3s ease;
    z-index: 9999;
}

#schedule-modal.modal-active{
    opacity: 1;
    pointer-events: all;
}

#schedule-modal .gform_wrapper{
    padding: 40px;
    max-width: 900px;
    max-height: 700px;
    width: 100%;
    height: fit-content;
    overflow: auto;
    scrollbar-width: 0 !important;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;  
    align-items: center;
    gap: 40px;
    background-color: #fff;
}

.gform_wrapper .close-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.gform_heading{
    text-align: center !important;
}
.gform_heading .gform_title{
    font-size: 2rem !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
}


.gform_wrapper input,
.gfield_label{
    font-family: 'Inter', sans-serif !important;
}
.gfield_label{
    font-weight: 600 !important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select{
    font-weight: 400 !important;
    border: 1px solid #A3A3A3 !important;
    font-family: 'Inter', sans-serif !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    width: 100% !important;
    line-height: 1.4 !important;
}

.gform_wrapper textarea{
    min-height: 60px !important;    
    max-height: 200px;
    width: 100% !important;
    min-width: 100% !important;
}

.gform_wrapper input::placeholder{
    color: #A3A3A3 !important;
    font-weight: 400 !important;
    letter-spacing: 3% !important;
    line-height: 1.8 !important;
}

.gform_wrapper .gform_fields{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

.gform_wrapper.gravity-theme .gfield{
    grid-column: span 6 / span 6 !important; 
}

.gform_wrapper.gravity-theme .gfield.g_form_input_large{
    grid-column: span 12 / span 12 !important; 
}

#schedule-modal .gform_required_legend{
    display: none !important;
}

#schedule-modal form{
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_footer input[type=submit]{
    border: none !important;
    background-color: #2563EB !important;
    color: #fff !important;
    padding: 10px 20px !important;
    max-width: 400px;
    font-weight: 600 !important;
    margin: auto;
    cursor: pointer !important;
}

@media screen and (max-width:1024px){
     /* Schedule Form */

     #schedule-modal .gform_wrapper{
        max-height: 90% !important;
        padding: 60px 20px 20px !important;
      }
      .gform_heading .gform_title{
        font-size: 1.5rem !important;
      }
}

@media screen and (max-width:767px){
    
    /* Schedule Form */

    .gform_wrapper.gravity-theme .gfield{
        grid-column: span 12 / span 12 !important; 
    }
}

/* Schedule Form End */

@media only screen and (max-width:1280px){
    .number-grid{
        padding-inline: 0px;
    }
}
@media only screen and (max-width:1024px){
    h2{
        font-size: 3.2rem;
    }
    h3{
        font-size: 2.5rem;
    }
    .logo-img{
        width: 154px;
      }
}

@media only screen and (max-width:767px){
    h2{
        font-size: 2.5rem;
    }
    p, a, span{
        font-size: 14px;
    }
    h3{
        font-size: 2rem;
    }
    .accordion .content{
        font-size: 14px;
    }
    .testimonialSwiper .swiper-button-prev{
        display: none;
    }
    .testimonialSwiper .swiper-button-next  {
        display: none;
    }
      .accordion .acc-container.active .content::-webkit-scrollbar {
        width: 10px;
      }
      .accordion .acc-container.active .content::-webkit-scrollbar-track {
          box-shadow: inset 0 0 5px grey; 
          border-radius: 10px;
        }
        .accordion .acc-container.active .content::-webkit-scrollbar-thumb {
          background: #3F3F46; 
          border-radius: 10px;
        }
        .accordion .acc-container.active .content::-webkit-scrollbar-thumb:hover {
          background: #3F3F4650; 
        }
      .marquee img{
        height: 80px;
    }
    .accordion .label {
        padding: 24px 0;
    }
}

@media only screen and (max-width:425px){
    h2{
        font-size: 2rem;
        line-height: 1.1;
    }
    h3{
        font-size: 1.5rem;
    }
    .accordion .acc-container {
        position: relative;
        margin: 10px 0px 10px 0px;
    }
}
