html, body {
    overflow-x: hidden;
}


:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #478b98;
    border-color: #3a8391;
}

.btn-secondary:hover {
    background: #478b98;
    border-color: #3a8391;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 51%);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 10px !important;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 35px !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -180px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgb(63 79 103 / 68%), rgb(32 44 63 / 82%)), url(../img/sl5.avif ) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}




/*.owl-carousel .owl-nav.disabled*/






.header-link a {
    color: #ffffff;
}
img.logo-hdr {
    width: 19%;
    padding: 6px 0;
}
#header-carousel h1 {
    color: #54c5cf !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    font-size: 55px;
    line-height: 60px;
}
#header-carousel h5 {
    font-size: 18px;
}
.row.slider-form {
    display: flex;
    justify-content: center;
}
a.form-submit {
    width: 140px;
}
.service-sec .service-item {
    width: 20%;
}
.cntct-banner {
    margin-top: 30px;
}
button.btn.btn-primary.py-3.form-submit {
    width: 120px;
}
p.pppp {
    margin-top: -35px;
    margin-bottom: 0px;
}

.price-item{
    border: 1px solid #80808030;
    border-radius: 10px;
}
.price-item img {
    border-radius: 10px;
}
.footer_desc {
    font-size: 15px;
    margin-top: 20px;
}
img.logo-ftr {
    width: 40%;
}
.social {
    margin-top: 25px;}


  p.topbar {
    color: #fff;
  }   i.topbar {
    color: #fff;
  } 

    


      .faq-container {
 
      margin: auto;
      background: #fff;
      border-radius: 8px;
      padding: 20px;
    }
    .faq-container h1 {
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }
    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
    }
    .faq-question {
      font-weight: bold;
      cursor: pointer;
      color: #333;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .faq-question:hover {
      color: #007BFF;
    }
    .faq-question::after {
      content: '+';
      font-size: 20px;
      transition: transform 0.3s ease;
    }
    .faq-item.open .faq-question::after {
      content: '-';
      transform: rotate(180deg);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      color: #666;
      padding: 0 0;
    }
    .faq-item.open .faq-answer {
      max-height: 200px !important; /* Adjust based on content length */
      padding: 10px 0;
    }


section.faq_sec{
    padding: 70px 50px;
}

.clr-st{
    color: #3a8391;
}
.footer-section a {
    color: #fff;
}
.regain-sec{
    text-align: center;
}
.book-consult-btn {
    text-align: right;
}
.book-consult-btn2 {
    text-align: left;
}
.service-sec-btn {
    margin-top: 40px;
}
.bg-blue {
    background: #f5f5fe;
    padding: 5% 0;
}
.pt5 {
    padding: 6% 0;

}
.image-test{
    margin-top: 30px;
}
button.carousel-control-prev {
    background: transparent !important;
}
button.carousel-control-next {
    background: transparent !important;
}
.video-section video {
    height: 315px !important;
	border-radius: 15px;
}
.form-map button.btn.btn-primary.py-3.form-submit {
    background: #06a3da !important;
}
.form-map button.btn.btn-primary.py-3.form-submit:hover {
    background: #478b98 !important;
    border-color: #3a8391 !important;
}
button.close-popup {
    background: transparent !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-light.form-submit {
    background: #eef9ff !important;
}
.contact-form input{
    margin-bottom: -15px;
    border-radius: 10px;
	    border: 1px solid #cdcdcd !important;
}
.contact-form  textarea{
    border-radius: 10px;
	    border: 1px solid #cbcbcb !important;
}
.navbar-toggler {
  background: transparent !important;
}
.ser-section .img-fluid {
  width: 100%;
}
.service-item{
  margin-bottom: 15px;
}







@media only screen and (max-width: 767px) {
.carousel-inner .buttons_slder {
    padding-top: 10%;
}
.service-sec .service-item {
  width: 100%;
}
.service-sec-btn {
  margin-top: 20px;
}
.book-consult-btn a {
    padding: 8px 16px;
    font-size: 14px;
  }
.book-consult-btn2 a {
    font-size: 14px;
    padding: 8px 16px;
  }
section.faq_sec {
  padding: 50px 20px;
}
img.logo-hdr {
  width: 55%;
  padding: 0;
}
.carousel-inner h5 {
    font-size: 14px !important;
    line-height: 19px;
    font-weight: 100 !important;
  }

.carousel-inner h1 {
	font-size:15px 1!important;
}
.navbar-brand{
  width: 70%;
}	
.slider-image.w-100 {
  width: 150% !important;
}	
.form-popup {
  display: none;
}	
.abt-sec {
  text-align: center;
}
.abt-img {
  text-align: left;
}	
.abt-img img.h-100 {
  height: unset !important;
}	
.abt-img {
  min-height: 250px !important;
  margin-top: 0px;
}	
.bg-blue {
  padding: 10% 0;
}	
a.appoinment-header {
  display: none;
}	
.most-sec {
  margin-top: 5px;
}
.book-consult-btn {
    text-align: center;
}
.book-consult-btn2 {
    text-align: center;
	margin-top: 7px;
}	
.mwtac{
	text-align:center;
}	
.section-title.mb-5.mwmb0 {
  margin-bottom: 0px !important;
}	
.mwpb0 {
  padding-bottom: 0px !important;
}	
.owl-next {
  text-align: right;
  margin-top: -20px;
}
.owl-prev {
  text-align: left;
}
.video-sectt {
  padding-top: 20px;
}	
.vid-item {
  margin-top: 0px;
}	
.why-choose-sec {
  min-height: 210px !important;
  text-align: left;align-items
}	
.why-text {
  margin-top: 20px;
}	
.regain-sec p {
  font-size: 13px;
}
.contact-form {
  margin-top: 20px;
}	
.make-app-form textarea {
  padding-top: 15px;
  height: 100px;
}	
.map-sec {
  margin-top: 20px;
}
.map-sec iframe {
  border-radius: 7px !important;
  height: 280px !important;
}	
.call-icon {
  left: 80% !important;	
}
.abt-mwnone {
  display: none !important;
}
.about-bg {
  background: #f5f5fe;
  padding: 10% 0 0 0;
}	
	

}



/*sticky call icon style*/

.call-icon {
    position: fixed;
    bottom: 80px;
        left: 95%;
    background-color: #3a8391;
    color: white;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .call-icon:hover {
      transform: scale(1.1);
    }

    .call-icon a {
      color: white;
      text-decoration: none;
      font-size: 19px;
    }

    .call-icon a:hover {
      color: #f1f1f1;
    }











/*modal popup form style start*/

/* Popup container (initially hidden) */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease forwards; /* Default animation */
}

/* Popup content animation */
.popup-content {
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateY(50px); /* Start position */
    opacity: 0; /* Hidden by default */
    animation: fadeInUp 0.5s ease forwards; /* Default animation */
}

/* Close button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #ffffff;
}

/* Fade-in keyframe for popup container */
@keyframes fadeIn {
    from {
        background: rgba(0, 0, 0, 0);
    }
    to {
        background: rgba(0, 0, 0, 0.5);
    }
}

/* Fade-in-up animation for popup content */
@keyframes fadeInUp {
    from {
        transform: translateY(50px); /* Move up */
        opacity: 0;
    }
    to {
        transform: translateY(0); /* Final position */
        opacity: 1;
    }
}

/* Fade-out-up animation for closing */
@keyframes fadeOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-50px);
        opacity: 0;
    }
}

.popup-content .bg-primary {
    background-color: #06A3DA !important;
    border-radius: 10px;
}



/*modal popup form style end*/


.appointment .text-white{
 
    color: #fff !important;
    width: 80% !important;
    margin-left: 134px !important;
 
    
}


a.btn-blue {
    color: #ffffff !important;
    background-color: #06a3da !important;
    border-color: #06a3da !important;
}

iframe.position-relative.rounded.w-100.h-100 {
    border-radius: 7px !important;
}
.buttons_slder {
    padding-top: 100px;
}
.book-popup-form input{
    border-radius: 20px;
}
.book-popup-form textarea.wpcf7-form-control.wpcf7-textarea.form-control.bg-light.border-0 {
    height: 100px;
    border-radius: 20px;
    padding-top: 10px;
}
.bor-rad {
    border-radius: 10px !important;
}
.service-item img.img-fluid {
    border-radius: 10px 10px 0px 0px;
}
.service-item .position-relative{
    border-radius: 0px 0px 10px 10px !important;
}
.price-item.no-border {
    border: none;
}
.make-app-form input{
    height: 50px;
}
.make-app-form  textarea{
    padding-top: 15px;
}
.call-icon i {
    font-size: 22px;
}
.book-consult-btn i.fa-brands.fa-whatsapp {
    padding-left: 10px;
    font-size: 17px;
}
.popup-content .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #fff;
}
.form-map .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #000000;
}






/* section.review .owl-carousel .owl-item {
    width: 332px !important;
} */
/* section.review .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 300px !important;
} */





@media only screen and (max-width: 767px) {
	
/* .price-carousel.testimon .owl-nav {
  width: calc(100% + 0px) !important;
  top: calc(50% - 22.5px) !important;
  left: 0 !important;
}
.price-carousel.testimon .owl-nav .owl-prev{
    left: 40px;
}
.price-carousel.testimon .owl-nav .owl-next{
    right: 40px;
}
.price-carousel.testimon .owl-nav.disabled {
    display: none !important;
} */
}













