body{
    overflow-x: clip !important; 
     font-family: 'Outfit', sans-serif;
}
html{
    overflow-x: clip !important;
}

h1,h2,h3,h4,h5,h6,p{
     font-family: 'Outfit', sans-serif;
}


img{
    height:auto;
    max-width:100% !important; 
}

p{
    font-size: 16px;
       /*color: #666;*/
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.6
}
a{
    text-decoration:none;
    color:inherit;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
:root {
    --color-primary: #42a41f;
    --color-secondary: #194A33;
}
.sec-small-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: var(--color-primary);
 text-transform: uppercase;
     letter-spacing: 1.1px;
         margin-left: 25px;
}
.sec-small-title::before {
    content: "";
    position: absolute;
    left: -26px;
    top: -1px;
    width: 23px;
    height: 22px;

    background: linear-gradient(90deg, #4CC720 0%, #1E8816 100%);

    -webkit-mask: url("../images/home/kalaa-teeth-logo.webp") no-repeat center;
    -webkit-mask-size: contain;

    mask: url("../images/home/kalaa-teeth-logo.webp") no-repeat center;
    mask-size: contain;
}

.sec-big-title {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 29px;
    color: #030303;
    letter-spacing: -0.5px;
    
}


.our-best-treamt{
    padding: 5rem 0 0;
}

.our-best-treamt .dental-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    padding:30px;
    border: 1px dashed #e1e1e1;
    height: 100%;
    transition: all .35s ease-out;
}

.our-best-treamt .dental-feature-card:hover {
    border-color: var(--color-primary);
}
 .dental-feature-icon img{
filter: invert(20%) sepia(9%) saturate(2840%) hue-rotate(99deg) brightness(106%) contrast(89%);
}


 .dental-feature-icon {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    width: 110px;
    height: 110px;
    /* padding: 12px; */
    border-radius: 50%;
    background-color: rgba(66, 164, 31, 0.08);
    object-fit: contain;
    transition: .35s ease-out;
    align-items: center;
    /*margin-right:15px;*/
}
 .dental-feature-card:hover .dental-feature-icon{
    /*filter: brightness(0) invert(1);*/
    background: linear-gradient(90deg, #4CC720 0%, #1E8816 100%);
}
 .dental-feature-card:hover .dental-feature-icon img{
    filter: brightness(0) invert(1);
}

.dental-feature-image {
    /*width: 100%;*/
    object-fit: cover;
    display: block;
    border-radius: 12px;
      min-width: 180px;
}
.dental-feature-image img{
       border-radius: 14px;
       /*height:170px;*/
  
    /*width: 170px;*/
          /*height: 210px;*/
}

.dental-row{
    margin:0 0 20px;
}

.our-best-treamt .dental-feature-content h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 500;
    color: #000;
}
.our-best-treamt .col-xxl-4{
        padding:0;
}

.our-best-treamt .dental-feature-content p {
    margin: 0;
     font-size: 15px;
}

.laser-dent-treat {
    padding:5rem 0;
}

.laser-dent-treat .sec-big-title {
    font-size: 41px;
}

.laser-dent-treat .treatment-service-item{
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,.15);
}

.laser-dent-treat .treatment-service-image{
    width: 110px;
}

.laser-dent-treat .treatment-service-image img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform .4s;
}

.laser-dent-treat .treatment-service-item:hover .treatment-service-image img{
    transform: scale(1.1);
}

.laser-dent-treat .treatment-service-content{
    width: calc(100% - 170px);
    padding-right: 30px;
}

.laser-dent-treat .treatment-service-content h4{
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.2;
}

.laser-dent-treat .treatment-service-content p{
    margin: 0;
}
.laser-dent-treat .section-title p{
     font-size: 18px;
}

.laser-dent-treat .treatment-service-arrow{
        width: 98px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all 0.4s ease;
    text-decoration: none;
}
.laser-dent-treat .treatment-service-item:hover .treatment-service-arrow i{
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.laser-dents-picts {
    margin:25px 0 40px;
}
.laser-dents-picts img{
  width: 80%;
    height: 418px;
}
.lft-trets-laser{
    margin-left: 30px;
    position: relative;
    z-index: 1;
}
.lft-trets-laser::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1019px;
    height: 907px;
    transform: translate(-50%, -50%);
    background: url(../images/bg/teeths.webp) no-repeat center center;
    background-size: contain;
    opacity: 0.07;
    z-index: -1;
}

.laser-dent-treat .treatment-service-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 80px;
    background-color: transparent;
    border: 1px solid #010101;
    color: #010101;
    border-radius: 25px;
    transition: 0.7s;
    font-size: 20px;
}
.lase-lefts{
    font-size:18px;
    margin:0;
}


.sleep-densi-secc {
    padding: 4rem 0;
    /*background: rgba(66, 164, 31, 0.08);*/
        background: #194A33;
}

.sleep-densi-secc .sec-small-title,
.sleep-densi-secc .sec-big-title {
    color: #fff;
}

.sleep-densi-secc p{
color:rgba(255,255,255,.8)
}


.sleep-densi-secc .sec-big-title{
    font-weight:500;
}


.sleep-densi-secc .sec-small-title::before{
        filter: brightness(0) invert(1);
}

.sleep-densi-secc .section-title{
    max-width: 600px;
}
.sleep-dent-image img{
    width: 100%;
    height: 246px;
    object-fit: cover;
    display: block;
}

.sleep-feature-row{
    margin: 35px auto 0;
}

.sleep-feature-card{
     max-width: 344px;
}

.sleep-feature-card .dental-feature-icon {
       background: linear-gradient(90deg, rgb(76, 199, 32) 0%, rgb(30, 136, 22) 100%);
    margin:0 0 25px;
        width: 90px;
    height: 90px;
}


.sleep-feature-card .dental-feature-icon img{
    filter: brightness(0) invert(1);
}

.sleep-feature-card h4{
    font-size: 21px;
    margin-bottom: 12px;
    color:#fff;
}

.sleep-feature-card p{
    margin: 0;
    line-height: 1.8;
      color:rgba(255,255,255,.8);
  
}


.dental-hero-sec{
    position: relative;
    background: url("../images/home/pain.webp") no-repeat;
    background-size: cover;
    background-position: right center; 
    padding: 80px 0;
}

.dental-hero-sec::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}
.dental-hero-sec .overlay-card {
    background: #fff;
    max-width: 706px;
    padding: 37px;
    border-radius: 14px;
    z-index: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.problem-list{
    list-style: none;
    padding: 0;
   margin:0;
}

.problem-list li {
    font-size: 16px;
    color: #333;
        position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.problem-list li::before{
        content:"\f130";
    font-family: flaticon_normal-icon !important;
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #42a41f;
    font-size: 14px;
}

.dental-hero-sec .problem-list li {
    width:50%;
}
.dental-hero-sec .problem-list{
    display:flex;
    flex-wrap:wrap;
}

.dental-hero-sec .sec-big-title {
    font-size: 34px;
}

.overlay-card p{
    margin: 10px 0 0;
}
.testimonial-main-sect {
    padding: 5rem 0;
}

.test-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
}

.testimonial-main-sect .section-title {
    max-width: 875px;
    margin: 0 60px 38px 45px;
}

.testimonial-main-sect .testimonial-active,
.testimonial-active .swiper-wrapper {
    height: 100%;
}

.testimonial-main-sect .testimonial-active .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.testimonial-main-sect .testimonial-active .swiper-slide {
    display: flex;
    height: auto !important;
}

/* CARD */
.testimonial-main-sect .testimonial-item {
    display: grid;
    grid-template-columns: 1fr 1.9fr;
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
    height: 100%;
    width: 100%;
}

/* LEFT */
.testimonial-main-sect .testimonial-item .left-content {
    border: 1px solid #E8E8E8;
    border-right: none;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* RIGHT */
.testimonial-main-sect .testimonial-item .right-content {
    padding: 40px 40px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.testimonial-main-sect .right-content.green-bg {
    background-color: #f4f1ef;
}

.testimonial-main-sect .right-content.blue-bg {
    background-color: rgba(66, 164, 31, 0.08);
}

/* AUTHOR */
.testimonial-main-sect .testimonial-author {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 12px;
    color: #1E1D2B;
}

/* VERIFIED */
.testimonial-main-sect .testimonial-verified-patient {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #404040;
    margin-bottom: 20px;
}

/* DOCTOR */
.testimonial-main-sect .testimonial-doctor {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    color: #404040;
}

.testimonial-main-sect .testimonial-doctor span {
    font-weight: 500;
    color: #1E1D2B;
}

/* RATING */
.testimonial-main-sect .testimonial-item .rating-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rating-wrapper::before {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    flex-shrink: 0;
    background: url('../images/svg/rating.svg') no-repeat center;
    background-size: contain;
}

.testimonial-main-sect .testimonial-item .rating-wrapper span {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

/* FEEDBACK */
.testimonial-main-sect .testimonial-feedback {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.37;
    color: #1E1D2B;
    margin: 0;
}

/* CONTROLS */
.testimonial-main-sect .testimonial-controls {
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-main-sect .testimonial-navigation {
    max-width: 630px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0px;
}

.testimonial-main-sect .testimonial-navigation button {
    width: 48px;
    height: 48px;
    background: #42a41f;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.testimonial-main-sect .testimonial-navigation button:hover {
    background: #194a33;
}

/* PAGINATION */
.testimonial-main-sect .testimonial-controls .swiper-pagination {
    font-weight: 500;
    font-size: 16px;
    color: #404040;
        display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-main-sect .testimonial-controls .swiper-pagination-current {
    font-size: 28px;
    color: #1E1D2B;
}

.testimonial-main-sect .testimonial-controls i {
    margin-top: 4px;
}

/* REMOVE DEFAULT SWIPER ARROWS */
.testimonial-main-sect .swiper-button-prev::after,
.testimonial-main-sect .swiper-button-next::after {
    display: none !important;
}

.testimonial-navigation .swiper-button-prev,
.testimonial-navigation .swiper-button-next {
    position: relative !important;
      top: -10px !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0 !important;
    transform: none !important;
    z-index: 100;
    pointer-events: all !important;
}


.main-btn {
     padding: 14px 25px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #4CC720 0%, #1E8816 50%, #4CC720 100%);
  background-size: 200%;
  background-position: left;
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  z-index: 1;

  transition:
    background-position .6s ease,
    transform .35s ease,
    box-shadow .35s ease;
}

.main-btn::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 90%;
  border-radius: 8px;
  background: linear-gradient(90deg, #4CC720 0%, #1E8816 100%);
  z-index: -1;
  transition: all .4s ease;
}

/* Shine Effect */
.main-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.25),
    transparent
  );
  transform: skewX(-25deg);
}

/* Text */
.main-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: all .35s ease;
}

/* Hover */
.main-btn:hover {
  background-position: right;
  /*transform: translateY(-4px);*/

  box-shadow:
    0 12px 30px rgba(66, 164, 31, .30),
    0 5px 15px rgba(66, 164, 31, .20);
}

.main-btn:hover::before {
  background: linear-gradient(90deg, #1E8816 0%, #4CC720 100%);
}

.main-btn:hover::after {
  left: 160%;
  transition: left .8s ease;
}

.main-btn:hover span {
  letter-spacing: .3px;
}

.main-btn:active {
  transform: translateY(-1px) scale(.97);
}
.overlay-card .main-btn {
  margin: 20px 0 0;
}

.bt-2{
    background: #fff;
    border: 2px solid #fff;
    background-size: auto;
    color: #42a41f;
    box-shadow: none;
}

.bt-2::before{
    background: #fff;
}

.bt-2 span{
    color: #42a41f;
}

.bt-2:hover{
    background: #f8f8f8;
    border-color: #fff;
    box-shadow: 0 12px 30px rgba(255,255,255,.25);
}

.bt-2:hover::before{
    background: #f8f8f8;
}

.bt-2:hover span{
    color: #1E8816;
}

.bt-2::after{
    background: linear-gradient(
        120deg,
        transparent,
        rgba(66,164,31,.18),
        transparent
    );
}



/*.main-header {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 999;*/
/*  background-color:#fff;*/
/*}*/

/* ========================
   TOP BAR
======================== */


.mobile-menu-open.memnu-clos-open i{
    display:none;
}

.dropn-btnmobile i{
        display:none;
}
.main-btn.mobile-view{
      display:none;
}


.header-top {
  padding: 0;
  /*background: #0b0b0c;*/
  border-bottom: 1px solid rgba(66, 164, 31, 0.2);
}

.top-contact-list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
      justify-content: center;
}

.top-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-contact-list li i {
    font-size: 19px;
    background: #42a41f;
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}
.top-contact-list .contact-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.top-contact-list .contact-info a {
    font-size: 16px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1;
}

.top-contact-list .contact-info a:hover {
  color: #42a41f;
}

/* ========================
   BOTTOM NAV BAR
======================== */
.header-main {
  padding: 4px 0;
     background: #194A33;
  /*backdrop-filter: blur(10px);*/
  transition: all 0.4s ease;
}

/* Sticky on scroll */
.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  animation: slideDown 0.6s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*.logo-light {*/
/*    display: block;*/
/*}*/
/*.logo-dark {*/
/*    display: none;*/
/*}*/
/*.main-header.sticky .logo-light {*/
/*    display: none;*/
/*}*/
/*.main-header.sticky .logo-dark {*/
/*    display: block;*/
/*}*/


/*.main-header.sticky a{*/
/*    color:#000;*/
/*}*/

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-logo {
  display: none;
}
/* ========================
   NAV MENU
======================== */
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu-list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu-list > li {
  position: relative;
}

.mega-menu-list > li > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.mega-menu-list > li > a i {
  font-size: 8px;
  transition: transform 0.3s ease;
  padding-top:2px;
}

.mega-menu-list > li > a:hover,
.mega-menu-list > li > a.active {
  color: #fff; 
}

/*.mega-menu-list > li > a.active {*/
/*  background: rgba(66, 164, 31, 0.15);*/
/*}*/


.mega-menu-list > li > a::after {
  content: "";
  position: absolute;
  left: 12px;  
  right: 12px;
  bottom: 4px;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.mega-menu-list > li > a:hover::after,
.mega-menu-list > li > a.active::after {
  transform: scaleX(1);
}

/* ========================
   DROPDOWN
======================== */
.menu-item-has-children {
  position: relative;
}

.drop-menulist {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  background: #fff;
  border: 1px solid rgba(66, 164, 31, 0.25);
  border-radius: 10px;
  min-width: 230px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.menu-item-has-children:nth-child(3) .drop-menulist {
  min-width: 376px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 14px 10px;
}

.drop-menulist li a {
  display: block;
  padding: 9px 20px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 6px;
  /*margin: 1px 6px;*/
}

.drop-menulist li a.active,
.drop-menulist li a:hover {
    color: #42a41f;
    background: rgba(66, 164, 31, 0.08);
    padding-left: 26px;
}

.menu-item-has-children:hover .drop-menulist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-item-has-children:hover > a i {
  transform: rotate(90deg);
}

/*.mobile-view {*/
/*  display: none;*/
/*}*/

/*.mobile-menu-top,*/
/*.mobile-menu-open {*/
/*  display: none;*/
/*}*/



/*.dental-banner  {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 0;*/
/*  overflow: hidden;*/
/*}*/



.banner-bg {
   position:relative;
   overflow:hidden;
}

.banner-bg::before {
    content: "";
    position: absolute;
    inset: 0;
  background: linear-gradient(
    to right,
    rgba(11, 11, 12, 0.35) 0%,
    rgba(11, 11, 12, 0.18) 50%,
    rgba(11, 11, 12, 0.00) 100%
);
    z-index: 1;
}

.ttes{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
   margin-bottom:15px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.banner-title.titel-2{
    margin-bottom:20px !important;
}


.dental-banner .bannerSwiper {

  /*min-height: 600px;*/
  position: relative;
}


.dental-banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.dental-banner .banner-bg img {
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
  /*object-position: center top;*/
  display: block;
      z-index: 0;
  animation: zoomInOut 12s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0%   { transform: scale(1); }
  100% { transform: scale(1.15); }
}

.dental-banner .banner-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  /*padding-bottom: 100px;*/
}

.dental-banner .banner-content {
    max-width: 714px;
    padding: 0;
}




/* ========================
   DARK OVERLAY
======================== */
/*.dental-banner .banner-overlay {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  z-index: 1;*/
/*background: linear-gradient(*/
/*    to right,*/
/*    rgba(11, 11, 12, 0.70) 0%,*/
/*    rgba(11, 11, 12, 0.45) 50%,*/
/*    rgba(11, 11, 12, 0.10) 100%*/
/*);*/
/*}*/

.dental-banner .sec-small-title:before {
 filter:brightness(0) invert(1);
     top: 6px;
}
.dental-banner .sec-small-title{
margin:0;
color:#fff;
    font-size: 13px;
    letter-spacing: 1.9px;
        margin-left: 27px;

}

.dental-banner .sec-small-title i {
  font-size: 15px;
  color: #42a41f;
  flex-shrink: 0;
    opacity: 2;
  transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}

.dental-banner .banner-title {
    font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 50px;
    opacity: 2;
  transform: translateY(30px);
  text-shadow: 0px 3px 0px BLACK;
  transition: opacity 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}

.dental-banner .banner-title span {
  color: #42a41f;
}

.dental-banner .banner-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 36px;
  max-width: 540px;
  transform: translateY(20px);
  transition: opacity 0.7s ease 0.5s, transform 0.7s ease 0.5s;
}

.dental-banner .main-btn {
  transform: translateY(20px);
  transition: 
    opacity 0.7s ease 0.7s, 
    transform 0.7s ease 0.7s;
}

.dental-banner .swiper-slide-active .sec-small-title,
.dental-banner .swiper-slide-active .banner-title,
.dental-banner .swiper-slide-active .banner-desc,
.dental-banner .swiper-slide-active .main-btn,
.dental-banner .swiper-slide-duplicate-active .sec-small-title,
.dental-banner .swiper-slide-duplicate-active .banner-title,
.dental-banner .swiper-slide-duplicate-active .banner-desc,
.dental-banner .swiper-slide-duplicate-active .main-btn {
    /*opacity: 1;*/
    transform: translateY(0);
}
.dental-banner .banner-pagination {
    position: absolute !important;
    right: 53px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    gap: 28px;
    width: auto !important;
    z-index: 999;
    justify-content: center;
}

.dental-banner .banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;

    background: #ffffff;
    opacity: 1 !important;
    border-radius: 50%;

    position: relative;
    transition: all .3s ease;
}

.dental-banner .banner-pagination .swiper-pagination-bullet-active {
    background: rgb(66, 164, 31);
}

.dental-banner .banner-pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid #bffff5;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dental-banner .swiper-button-prev,
.dental-banner .swiper-button-next {
  display: none !important;
}


.keynumbers-sect-mains  {
  position: relative;
      z-index: 1;
}
.keynumbers-sect-mains .keynumbers-wrapper{
    position: relative;
    background: #42a41f;
    border-radius: 0 0 0 92px;
    padding: 29px 39px;
    width: 89%;
    margin-left: auto;
    overflow: hidden;
}

.keynumbers-sect-mains .keynumbers-wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;      /* Adjust as needed */
    height: 100%;
    background: url("../images/home/kalaa-teeth-logo.webp") no-repeat right center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}
.keynumbers-sect-mains .keynumber-item{
    padding:10px 20px;
    max-width:294px;
    border-right:1px solid rgba(255,255,255,.3);
}

.keynumbers-sect-mains .row > div:last-child .keynumber-item{
    border-right:none;
}

/*.keynumbers-sect-mains  .keynumber-border {*/
/*  border-left: 1px solid rgba(255, 255, 255, 0.3);*/
/*  border-right: 1px solid rgba(255, 255, 255, 0.3);*/
/*}*/

.keynumbers-sect-mains  .keynumber-count {
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}

.keynumbers-sect-mains .keynumber-count span {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.keynumbers-sect-mains .keynumber-label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  letter-spacing: 0.02em;
}
.gen-tres-main {
    padding:5rem 0 0;
}

.gen-tres-main .section-title{
    max-width: 1060px;
    margin: 0 auto 30px;
}
.gen-tres-main .section-title p{
   font-size:18px;
       margin: 0;
}


.treatment-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.treatment-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    height: auto;
    /*background: #000;*/
}

.treatment-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Content Area */
.treatment-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 20px;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.4) 60%,
        transparent 100%
    );

    color: #fff;
    transition: all 0.4s ease;
    z-index: 2;
}

.treatment-content h4 {
    margin: 0;
    font-size: 18px;
    transition: all 0.4s ease;
}

.treatment-content p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.7;

    opacity: 0;
    max-height: 0;
    overflow: hidden;

    transform: translateY(20px);
    transition: all 0.4s ease;
}

.treatment-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    z-index: 1;
}

.treatment-card:hover img {
    transform: scale(1.08);
}

.treatment-card:hover::before {
    background: rgba(0, 0, 0, 0.65);
}

.treatment-card:hover .treatment-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*.treatment-card:hover .treatment-content h4 {*/
/*    margin-bottom: 10px;*/
/*}*/

.treatment-card:hover .treatment-content p {
    opacity: 1;
    max-height: 120px;
    transform: translateY(0);
}
.treatment-card-viewall{
    display:flex;
    align-items:center;
    justify-content:center;
}

.treatment-card-viewall:hover img,
.treatment-card-viewall:hover::before,
.treatment-card-viewall:hover .treatment-content{
    display:none;
}
.button__icon{
    width: 28px;
    height: 28px;
    transition: transform .3s ease;
}

.buttonsss{
    cursor:pointer;
    border:none;
    /*background:rgb(66, 164, 31);*/
    background: linear-gradient(90deg, #4CC720 0%, #1E8816 100%);
    color:#fff;
    width:180px;
    height:180px;
    border-radius:50%;
    overflow:hidden;
    position:relative;
    display:grid;
    place-content:center;
    transition:all .35s ease;
}

.button__text{
    position:absolute;
    inset:0;
    margin:0;
    animation:text-rotation 12s linear infinite;
}

.button__text span{
    position:absolute;
    transform:rotate(calc(18deg * var(--index)));
    inset:12px;
    font-size:12px;
    font-weight:600;
        letter-spacing: 0.1em;
}

.button__circle{
    position:relative;
    width:65px;
    height:65px;
    background:#000;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.button__icon--copy{
    position:absolute;
    transform:translate(-150%,150%);
}

/* Hover */
.buttonsss:hover{
    transform:scale(1.08);
}

.buttonsss:hover .button__icon:first-child{
    transition:transform .3s ease;
    transform:translate(150%,-150%);
}

.buttonsss:hover .button__icon--copy{
    transition:transform .3s ease .1s;
    transform:translate(0);
}

@keyframes text-rotation{
    to{
        rotate:360deg;
    }
}




.main-footer {
  background-color:#194a33;
  /*border-top: 3px solid #42a41f;*/
}

.footer-top {
  padding: 70px 0 30px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  height: auto;
}

.footer-desc {
  color: #fff;
  margin-bottom: 35px;
  font-size:15px;
}


.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social i{
    margin-top:5px;
    color:#fff;
}

.footer-social li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(66, 164, 31, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social li a:hover {
  background: #42a41f;
  border-color: #42a41f;
  color: #fff;
}

/* ========================
   WIDGET TITLE
======================== */
.footer-widget-title {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #42a41f;
  border-radius: 2px;
}

/* ========================
   FOOTER LINKS
======================== */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  font-size: 15px;
  font-weight: 400;
    color: rgb(255 255 255 / 82%);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #42a41f;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #42a41f;
  padding-left: 4px;
}


.footer-service-sub-head a {
  color: rgba(255, 255, 255, 0.80) !important;
  font-weight: 500 !important;
}

.footer-sub-item a {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.50) !important;
  padding-left: 10px;
}

.footer-sub-item a::before {
  display: none;
}


.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(66, 164, 31, 0.12);
  border: 1px solid rgba(66, 164, 31, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.footer-contact-list li:hover .footer-contact-icon {
  background: #42a41f;
  border-color: #42a41f;
}

.footer-contact-icon i {
    font-size: 19px;
    color: #fff;
    transition: color 0.3s ease;
    margin-top: 6px;
}
.footer-contact-list li:hover .footer-contact-icon i {
  color: #fff;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-contact-info span {
  font-size: 14px;
  font-weight: 500;
  color: #42a41f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

.footer-contact-info a,
.footer-contact-info address {
  font-size: 14px;
  font-weight: 400;
    color: rgb(255 255 255 / 82%);
  text-decoration: none;
  line-height: 1.6;
  font-style: normal;
  transition: color 0.3s ease;
  margin: 0;
}

.footer-contact-info a:hover {
  color: #42a41f;
}


.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

.footer-bott-sec {
  align-items: center;
}

.copr-righ {
  font-size: 15px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copr-righ strong {
  color: #42a41f;
  font-weight: 600;
}

.main-footer a.copr-righ:hover {
  color: #42a41f;
}


.dental-tour-secc{
    padding:5rem 0;
    background:#194A33;
    color:#fff;
    overflow:hidden;
}

.dental-tour-secc .section-title{
    margin-bottom:20px;
}

.dental-tour-secc .sec-small-title,
.dental-tour-secc .sec-big-title,
.dental-tour-secc h4{
    color:#fff;
}

.dental-tour-secc .sec-small-title::before{
    filter:brightness(0) invert(1);
}

.dental-tour-secc .section-title p{
    color:rgba(255,255,255,.8);
}

.tour-content{
    padding:36px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    height:100%;
}

.tour-content h4{
    margin-bottom:25px;
}

.tour-card{
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
    transition:.3s;
    height:100%;
}

.tour-card:hover{
    background:rgba(255,255,255,.10);
    border-color:#9be0a6;
}

.tour-icon{
    width:37px;
    height:37px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:12px;
    flex-shrink:0;
}

.tour-card h4{
    margin:0;
    font-size:14px;
    font-weight:500;
    line-height:1.5;
    color:#fff;
}

/*.tour-image{*/
/*    height:100%;*/
/*}*/

.tour-image img{
    width: 100%;
       height: 416px;
    object-fit: cover;
    border-radius: 18px;
    padding-left: 1px;
}

.secon-row{
    row-gap:20px
}


.hero-abouts-seccc{
    position:relative;
    overflow:hidden;
    padding:5rem 0;
    /*background:*/
    /*    url("../images/section-bg-shape.svg") bottom center no-repeat,*/
    /*    var(--primary-color);*/
}
.hero-abouts-seccc .hero-action{
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid rgba(255,255,255,.15);
}

.hero-abouts-seccc .hero-features {
    display: flex;
    gap: 30px;
    margin: 25px 0 0;
    border-top: 1px solid #9393933d;
    padding-top: 25px;
        flex-wrap: wrap;
}
.hero-abouts-seccc .feature-card{
    display:flex;
    align-items:center;
        /*width: 29%;*/
           width: 22%;
    /*flex:1;*/
}

.hero-abouts-seccc .feature-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #f3f9f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    overflow: hidden;
    transition: background 0.4s ease;
}

.hero-abouts-seccc .feature-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #42a41f;
    transform: scale(0);
    transition: transform 0.4s ease;
    border-radius: inherit;
}

.hero-abouts-seccc .feature-card:hover .feature-icon::before {
    transform: scale(1);
}

.hero-abouts-seccc .feature-icon img {
    position: relative;
    transition: filter 0.3s ease;
}

.hero-abouts-seccc .feature-card:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.hero-abouts-seccc .feature-content{
    flex:1;
}

.hero-abouts-seccc .feature-content p{
    margin:0;
    font-size: 17px;
}

.hero-abouts-seccc .hero-gallery{
    display:flex;
    gap:30px;
    margin-left:30px;
        align-items: center;
}

.hero-abouts-seccc .gallery-column{
    flex:1;
    display:flex;
    flex-direction:column;
      gap: 14px;
}

.hero-abouts-seccc .gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:32px;
}

.hero-abouts-seccc .gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.6s;
}

/*.hero-abouts-seccc .gallery-item:hover img{*/
/*    transform:scale(1.08);*/
/*}*/

.hero-abouts-seccc .gallery-tall img{
    aspect-ratio:1/2.2;
}

.hero-abouts-seccc .gallery-square img{
    aspect-ratio:1;
}


.hero-abouts-seccc .gallery-item::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:200%;
    height:0;
    background:rgba(255,255,255,.28);
    transform:translate(-50%,-50%) rotate(-45deg);
    transition:.6s;
}

.hero-abouts-seccc .gallery-item:hover::after{
    height:250%;
    background:transparent;
}

.hero-abouts-seccc .main-btn{
    margin:3px 0 0;
}


.after-main-boxss img{
    width:100%;
    height:auto;
    display:block;
}

.after-content{
    padding:18px;
    text-align:center;
    background:#fff;
}
.after-content p{
    margin:0;
}
.after-content h4{
    margin:0 0 6px;
    font-size:20px;
}

.after-main-boxss{
    border: 1px solid #dfdfdf;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
                rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    overflow: hidden;
    transition: all .35s ease;
}
.after-main-boxss:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}




.befo-aftrs-secc .sec-big-title {
    margin-bottom: 10px;
}
.befo-aftrs-secc .main-btn {
    margin: 38px auto 0;
    display: flex;
    max-width: fit-content;
}

.befo-aftrs-secc .section-title{
    margin:0 0 30px;
}
.befo-aftrs-secc .row{
    row-gap: 24px;
    margin:0 0 20px;
}
.befo-aftrs-secc .row-2{
     margin:0; 
}

.befo-aftrs-secc {
    padding:0 0 5rem;
}
.befo-aftrs-secc .bf-container{
            max-width: 1780px;
        padding: 0 25px;
}

.award-recss-sec {
    padding: 0 0 5rem;
}

.award-box {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.award-box img {
    width: 100%;
    /*max-width: 260px;*/
    object-fit: contain;
}
.award-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.award-swiper .swiper-pagination-bullet {
    background-color: #194A33;
    opacity: 0.3;
    width: 10px;
    height: 10px;
}

.award-swiper .swiper-pagination-bullet-active{
    width: 32px;
    height: 10px;
    border-radius: 50px;
    background: #42A41F;
    opacity: 1;
    /*box-shadow: 0 4px 12px rgba(66, 164, 31, 0.35);*/
}
.footer-contact-info.address-2{
   margin:15px 0 0;
}
.main-btn.bt-2{
    margin-top:20px;
}
.our-detns{
    margin:0 auto;
        text-align: center;
}
.whatsappicon {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999;
}
.whatsappicon .call-icons {
    display: none;
}
.detail-intro-sectio.laser-dents{
        padding:5rem 0 0;
}



.why-buss-seccc{
    padding:5rem 0 0;
    position: relative;
}
.why-buss-seccc .buss-boxx img{
    width: 100%;
    height: auto;
}
.why-buss-seccc .buss-chell{
    padding: 45px;
    border: 1px solid #E8E8EE;
    border-radius: 18px;
}
.why-buss-seccc .buss-chell p{
    /*color: rgb(55 54 54 / 87%);*/
    margin: 0;
}
.why-buss-seccc .key-title{
    font-size:22px;
    margin:0 0 17px;
}

.buss-boxx.detail-box{
    width:100%;
    margin:0 0 20px;
}
.buss-chell.trust-bocs,
.buss-chell.trust-bocs h4,
.buss-chell.trust-bocs p,
.buss-chell.trust-bocs li,
.buss-chell.trust-bocs a,
.buss-chell.trust-bocs span {
    color: #fff;
}


.traditional-vs-laser-sec{
    padding:5rem 0;
background-color: rgba(66, 164, 31, 0.08);
}

.comparison-table-wrap{
    overflow-x:auto;
    border-radius:18px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    background:#fff;
}

.comparison-table{
    width:100%;
    border-collapse:collapse;
}
.comparison-table thead{
    background: #194A33;
}
.comparison-table th{
    color:#fff;
    font-size:18px;
    font-weight:700;
    padding:20px;
    text-align:left;
}
.comparison-table td{
    padding:18px 20px;
    border-bottom:1px solid #e9ecef;
    color:#555;
    font-size:16px;
    line-height:1.7;
    vertical-align:top;
}

.comparison-table tbody tr:nth-child(even){
    background:#fafafa;
}
.comparison-table td:first-child{
    font-weight:700;
    color:#194A33;
    width:22%;
}
.comparison-table td:nth-child(2){
    color:#666;
    width:39%;
}
.comparison-table td:nth-child(3){
    width:39%;
     color:#666;
}
.comparison-table th{
    border-right:1px solid rgba(255,255,255,.25);
}

.comparison-table th:last-child{
    border-right:none;
}

.comparison-table td{
    border-right:1px solid #e9ecef;
}

.comparison-table td:last-child{
    border-right:none;
}
.traditional-vs-laser-sec .sec-big-title {
    margin-bottom: 13px;
}
.traditional-vs-laser-sec .section-title{
        margin-bottom: 26px;
}

.traditional-vs-laser-sec{
    padding:60px 0;
}

.comparison-table th,
.comparison-table td{
    padding:15px;
    font-size:15px;
}




.laser-tab-section {
  padding:5rem 0;
  position:relative;
}
.laser-zigzag{
  display:flex;
  flex-direction:column;
  gap:60px;
  margin-top:20px;
}
.laser-zig-item{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  padding:45px;
  border:1px solid #f0f0f0;
  scroll-margin-top:120px;
}
.laser-zig-item:nth-child(even){
  background:#f0f8ed;
}

.laser-zig-item:nth-child(even) .row > .col-lg-5{
  order:2;
}
.laser-zig-item:nth-child(even) .row > .col-lg-7{
  order:1;
}
/* Image */
.laser-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.laser-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.5s ease;
}
.laser-image:hover img {
  transform: scale(1.04);
}
/* Content text */
.laser-content h3 {
  color: #194A33;
  font-weight: 700;
  margin-bottom: 16px;
}
.laser-content p {
  margin-bottom: 28px;
}
.laser-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #194A33;
  padding-bottom: 8px;
  border-bottom: 2px solid #eef5ea;
}
.laser-content .problem-list {
  margin-bottom: 25px;
}
.laser-content .main-btn {
  margin-top: 10px;
}

.detail-intro-sectio .detail-cta-call{
        width: 100%;
}


.about-intos-secc .container-fluid{
          max-width: 1221px;
}

.about-intos-secc.locatioo-secc .sec-big-title {
    font-size: 32px;
    margin-bottom: 13px;
}
.about-intos-secc.locatioo-secc .about-keyyys {
    margin-left: 10px;
}
.about-intos-secc.locatioo-secc .about-keyyys .about-counter-box::before {
    top: -31px;
    left: 88%;
    width: 98px;
    height: 139px;
    background-size: 92px;
}
.about-intos-secc.locatioo-secc .about-keyyys .counter-item p {
    font-size: 15px;
    width: 155px;
}
.about-intos-secc.locatioo-secc .counter-item:not(:last-child)::before {
    right: 42px;
}
.about-intos-secc.locatioo-secc{
    padding:5rem 0;
}

.why-subtt a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.why-subtt a:hover {
  color: #194A33;
}
.condition-main-secc.loca-types .condin-contt h4{
   margin-bottom: 8px;
}

.condition-main-secc.loca-types{
    background: rgba(66, 164, 31, .08);
}

.premium-facili-secc.numga-loc-typess{
        padding: 5rem 0 0;
}
.premium-facili-secc.numga-loc-typess .equipment-card h4 {
    font-size: 17px;
}
.premium-facili-secc.numga-loc-typess .col-lg-2{
    width:20%;
}
.premium-facili-secc.numga-loc-typess .row{
    margin-top:33px;
}




.founder-story-blk {
  padding: 5rem 0 0;
  position: relative;
}

.founder-story-blk p {
  text-align: justify;
}

.founder-photo-wrap {
  position: relative;
  width: 400px;
  max-width: 100%;
}

.founder-photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding-left: 6px;
}

.founder-info-panel {
  position: relative;
  background: #fff;
  padding: 42px 35px;
  border-radius: 10px;
  /*margin: 0 0 0 -100px;*/
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.founder-info-panel .sec-big-title {
    font-size: 33px;
  margin-bottom:12px;
}


.doctor-name-tt {
  font-size: 20px;
  font-weight: 700;
  color: #194A33;
    margin: 0 0 13px;
}

.doctor-role-tt {
  font-weight: 600;
  color: #42a41f;
}


.founder-story-blk .experience-box {
    position: absolute;
  left: 73%;
    transform: translateX(-50%);
    bottom: 13px;
    background: #fff;
    border-radius: 14px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.founder-story-blk .keynumber-count{
    margin:0;
    font-size:32px;
    line-height:1;
    font-weight:800;
    color:#1e8816;
}
.founder-story-blk .keynumber-count span:last-child {
    font-size: 22px;
    position: relative;
    top: 0px;
}
.founder-story-blk .experience-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}



.dental-concerns-sec{
    padding:5rem 0;
        position: relative;
}

.concern-box{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    margin-bottom:24px;
    border:1px solid #edf1f3;
}

.concern-img{
    overflow:hidden;
}

.concern-img img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.5s;
}

.concern-content{
    padding:20px;
    text-align:center;
}

.concern-content h4{
    font-size:18px;
    color:#194A33;
    margin:0;
    font-weight:700;
}

.concern-col{
    width:20%;
    padding:0 10px;
}
.concern-box:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.concern-box:hover img{
    transform:scale(1.05);
}


.our-key-nunga{
    padding:5rem 0 0;
}

 .location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px;
    list-style: none;
}
.location-list li {
    width: 23%;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 18px;
    border-radius: 10px;
    gap: 15px;
    transition: 0.3s;
}
.location-icon {
    width: 50px;
    height: 50px;
    background-color: #194A33;
    background-image: url(../images/svg/location-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    flex-shrink: 0;
    background-position: center center;
    border-radius: 50%;
    transition: 0.3s;
}

.why-buss-seccc.our-sedations .bt-2 span {
    color: #42a41f;
}

  .kalaa-appointment-sec{
    padding:100px 0;
    background:#f8fbf8;
}

.kalaa-book-left{
    padding-right:50px;
}

.kalaa-book-left p{
    margin:20px 0 35px;
}

.kalaa-book-features{
    margin-bottom:40px;
}

.kalaa-feature-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    padding:16px 20px;
    background:#fff;
    border-radius:16px;
    border:1px solid rgba(66,164,31,.12);
}

.kalaa-feature-item i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#42a41f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.kalaa-feature-item span{
    font-weight:600;
    color:#194A33;
}

.kalaa-help-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:#194A33;
    padding:22px;
    border-radius:20px;
}

.kalaa-help-box .help-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#42a41f;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.kalaa-help-box small{
    color:#fff;
    display:block;
    opacity:.8;
}

.kalaa-help-box h5{
    margin:5px 0 0;
}

.kalaa-help-box a{
    color:#fff;
    text-decoration:none;
}

.contact-form-main{
    background:#fff;
    border-radius:30px;
    padding:40px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.why-buss-seccc.our-sedations img{
        height: auto;
}
.befoir-aftre-sectii.nungam-loc{
    padding:5rem 0 0;
}
.befoir-aftre-sectii.nungam-loc h4{
    font-size:20px;
    font-weight:600;
}
.laser-tabs-swiper.swiper{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding-bottom: 12px;
}
.laser-tabs-swiper .laser-tabs{
    list-style: none;
    padding: 0;
    margin: 0;
}
.laser-tabs-swiper .swiper-wrapper{
    flex-wrap: nowrap !important;
}
.laser-tabs-swiper .swiper-slide{
    width: auto;
}
.laser-tabs-swiper .laser-tab {
  border: none;
  white-space: nowrap;
  outline: none;
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #194A33;
  background: #f4f4f4;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
.laser-tabs-swiper .laser-tab:hover {
  background: #42A41F;
  color: #fff;
}
.laser-tabs-swiper .laser-tab.active {
  background: #194A33;
  color: #fff;
  box-shadow: 0 8px 20px rgba(25, 74, 51, 0.28);
  transform: translateY(-1px);
}

.after-content{
    display:none;
}
.why-buss-seccc.our-sedations{
    padding:5rem 0 ;
}
.about-dental-tour.tourist-secc-detail {
    padding: 0 0 5rem;
    background: #fff;
}
.about-dental-tour.tourist-secc-detail .about-img-grid {
    margin-top: 0;
}