html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }




  .blue{
	color:#004FE5;
}
.red{
    color: #FF0000;
}
.ast-separate-container .ast-article-post{
    border-bottom: none!important;
}
.elementor.elementor-625.e-loop-item {
    padding: 0;
}
.ast-container {
    max-width: 100%!important;
    padding: 0;
}
  .gsap-marker-start, .gsap-marker-end {
      display: none!important;
			visibility:hidden;
			opacity:0;
  }
.horizontalanimation-banner-image{
	min-width:300px!important;
}
.horizontal-container {
    display: flex; /* Enable horizontal layout */
    overflow-x: hidden; /* Hide overflow */
    white-space: nowrap; /* Prevent line breaks */
}

.horizontalanimation {
    min-width: 100vw; /* Each section takes full viewport width */
    flex-shrink: 0; /* Prevent shrinking */
    will-change: transform; /* Optimize for performance */
}

.text-reveal{
	overflow:hidden;
}
.service-box *{
    transition: 0.4s ease all;
}
.service-icon > div,
.service-icon {
    width: 60px;
    height: 60px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px!important;
}
.service-icon > div
{
	padding:8px;
}
.service-box:hover .service-icon svg path{
    fill:#004FE5!important;
    
}
.service-box:hover .service-heading p{
    color: #004FE5!important;
}
.after-before-carousel .premium-carousel-nav-progress {
    margin: auto;
    margin-top: 20px;
    width: 60%;
    border-radius: 5px;
}
.after-before-carousel .premium-carousel-nav-progress span.premium-carousel-nav-progress-fill{
    border-radius: 5px;
}
.after-before-carousel a.carousel-arrow.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9;
    text-decoration: none;
    color: #000;
}
.onesmile-accord .elementor-accordion-item {
 border-radius: 10px;
 margin-bottom: 15px;
 box-shadow: 0 2px 10px 3px rgba(5, 47, 128, 0.1);
}
.onesmile-accord .elementor-accordion-item .elementor-tab-title{
align-items: center;
}
.onesmile-accord .elementor-accordion-item .elementor-tab-title {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.contact-icon-box .elementor-icon-list-item svg {
    background-color: #fff;
    border-radius: 50%;
    width: 50px!important;
    height: 50px!important;
    padding: 10px;
    box-shadow: 0 2px 10px 3px rgba(5, 47, 128, 0.1);
    margin: 0!important;
}

/*--------contact-form-------*/
.one-smile-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.one-smile-form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    box-shadow: 0px 2px 10px 3px rgba(5, 47.000000000000085, 128, 0.1);
}
.one-smile-form .submit-button-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.one-smile-form  span.wpcf7-not-valid-tip {
    display: none;
}
.one-smile-form  .wpcf7-not-valid {
    border-color: red!important;
}
.one-smile-form .row{
    display: flex;
    flex-direction: row;
    gap: 10px;

}
.one-smile-form .col-12{
    width:100%;
}

.one-smile-form .col-6{
    width: 50%;
}
.one-smile-form .col-4{
    width: 33.33%;
}

/*----------blog card---*/
.one-smile-post-card img{
transition: 0.3s ease all;
height: 100%;
min-height: 100%;
}
.one-smile-post-card:hover img{
    transition: 0.3s ease all;
    transform: scale(1.8)!important;
}
/*---------header------*/
.sticky-header > div{
    transition: 0.5s ease all;
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
}
.sticky-header.scrolled > div{
    max-width: 700px;
    width: 100%;
    margin: auto;
    background-color: #004FE5;
    padding: 10px 20px;
    margin: 20px auto;

}
.sticky-header.scrolled > div .one-smile-menu ul > li > a {
    transition: 0.5s ease all;
}
.sticky-header.scrolled > div .one-smile-menu ul > li > a {
    padding: 0!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 500!important;
    margin: 0 10px!important;
    position: relative;

}
.sticky-header.scrolled > div .one-smile-menu ul > li > a:before {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: -100%;
    transition: 0.3s ease all;
    overflow: hidden!important;
}
.sticky-header.scrolled > div .one-smile-menu ul > li.current-menu-item > a:before,
.sticky-header.scrolled > div .one-smile-menu ul > li > a:hover:before {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.sticky-header.scrolled > div > div > div{
    padding: 0!important;
}


.sticky-header.scrolled > div .header-contact-btn a{
    background-color: #000!important;
    padding: 8px 14px!important;
    border-radius: 50px!important;
}
.sticky-header.scrolled > div .header-logo-svg .elementor-icon-wrapper a.elementor-icon svg path{
    fill: #fff!important;
}
.sticky-header > div .header-logo-svg .elementor-icon-wrapper a.elementor-icon {
    transition: 0.3s ease all;
}
.sticky-header.scrolled > div .header-logo-svg .elementor-icon-wrapper a.elementor-icon {
    font-size: 40px!important;
    height: 40px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    transition: 0.3s ease all;
}
