:root {
    --primary-color: #00abb2;
    --secondary-color:#1c6171;
}

body{
   
}

html, body{
    overflow-x: clip;
    font-family: "Golos Text", sans-serif;
}

p{  
   
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

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


li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
    font-size: 16px;
}


.banner-sec-em {
    background-image: url(../image/bg/edge-dental-care-treatment.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    max-height: 700px;
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: center;
    z-index: 1;
}

.banner-sec-em:before {
    position: absolute;
    background:linear-gradient(90deg, #1c6171, rgb(0 10 91 / 0%)) !important;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-content {
    max-width: 55%;
    margin-top:100px;
}
.banner-content h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.005em;
    color: #ffffff;
    margin: 0 0 30px;
}
.banner-content h1 span{
    color:var(--primary-color);
}
.healbtn{
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 20px 12px;
    text-decoration: none;
    text-transform: none;
    border-radius: 5px;
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    outline: 0;
    overflow: hidden;
}

.healbtn:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, -100%);
    transition: all 0.3s 
ease-in-out;
}

.healbtn:hover:before{
    opacity: 1;
    transform: translate(0, 0);
}
.healbtn span {
    display: block;
    position: relative;
    transition: all .3s 
ease-in-out;
}
.healbtn:hover span {
    transform: translate(0, 40px);
    opacity: 0;
}
.healbtn:hover{
    color: #fff;
    background:var(--secondary-color);
}
.head-logo img{
   filter:brightness(0) invert(1);
}
.banner-btn .healbtn{
    background: unset;
    border: solid 1px rgba(255, 255, 255, .5);
}

.banner-content .edge-sss{
    color: #fff;
    font-size: 19px;
    margin: 0 0 10px;
    display: inline-block;
}

.gool-main-sec-main{
    display: flex;
    gap: 10px;
    margin: 20px 0 0;
}
.star{
    display: flex;
    height: 33px;
    align-items: center;
}
.gool-main-sec-main p{
    color:#fff;
    margin:0;
    font-size:19px;
}

.gool-main-sec-main .star i{
    color: rgb(254, 196, 44);
}

.call-main-sem-addd{
    padding:1.5rem 0;
    background:var(--secondary-color);
}

.addre-box-main .icon i{
    font-size:60px;
    color:var(--primary-color);
}

.addre-box-main .tile-cal .edge-head{
    color:#fff;
    font-size:20px;
    font-weight:600;
}

.addre-box-main .tile-cal a, .addre-box-main .tile-cal p{
    color:#fff;
    font-size:16px;
    margin:0;
}
.call-main-sem-addd .col-lg-4:not(:last-child){
    border-right:solid 1px rgba(255, 255, 255, .3);
}
.addre-box-main{
    display: flex
;
    gap: 25px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.addre-box-main .icon{
    height: 70px;
}
.heade-sec-mainn{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: transparent;
    transition: .5s;
    padding:5px 0;
}

.mega-menu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin:0;
    padding:0;
}

.mega-menu .nav-menu > li > a:before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.sticky .mega-menu .nav-menu > li > a:before{
     background: #00abb2;
}
.mega-menu .nav-menu > li:hover > a:before,.mega-menu .nav-menu > li > .active:before{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.mega-menu .nav-menu > li > .mega-menu-coirse > li > a.active {
    
}

.mega-menu > ul > li > a{
    color:#fff;
    font-size:15px;
    font-weight:500;
    position:relative;
}

.mega-menu ul .dropdownd{
        padding-right: 20px;
    position: static;
}
.mega-menu ul .dropdownd > .drop-arrow:after{
    position: absolute;
    content: "\f104";
    font-size: 13px;
    top: 0;
    color: #fff;
    margin: auto 0;
    bottom: 0;
    right: -18px;
    font-family: flaticon_normal-icon !important;
}
.mega-menu ul .dropdownd:hover .mega-menu-coirse {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.mega-menu-coirse {
    top: 100%;
    left: 0;
    right: 0;
    width: 50%;
    display: flex
;
    margin: 0 auto;
    overflow: hidden;
    text-align: start;
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    position: absolute;
    z-index: 99;
    padding: 30px;
    display:flex;
    flex-wrap:wrap;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.3s;
}
.mega-menu-coirse li{
    width:50%;
    margin-bottom:0.9rem;
}
.mega-menu-coirse li a{
    font-size:15px;
    display:flex;
    gap:10px
}
.mega-menu ul .dropdownd > a{ 
        margin: 28px 0;
    position: relative;
}
.mega-menu ul .dropdownd .submenu li a{
    padding: 5px 15px;
    border-top: none;
    color: #606060;
    width: 100%;
    border-left: none;
    text-align: left;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    letter-spacing: 0;
    display:inline-block;
}

.mega-menu ul .dropdownd:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.about-sec-heal{
    padding:5rem 0;
    position:relative;
    background:#4a7cd21a;
}

.small-sec-title{
        display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 20px;
    margin-bottom: 10px;
}

.small-sec-title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../image/svg/icon-sub-heading.svg") no-repeat;
	background-position: left center;
	background-size: cover;
	width: 12px;
	height: 12px;
}

.big-sec-title {
    font-size:35px;
    font-weight:700;
    margin-bottom: 1rem;
}

.big-sec-title span{
    color:var(--primary-color);
}

.about-content-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    gap: 13px;
    flex-direction: column;
}

.about-content-box  ul li{
    position: relative;
  
    padding-left: 30px;
    font-weight:500;
    font-size:16px
}

.about-content-box  ul li:before {
    content: "";
    background: url(../image/svg/checked.svg) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.why-choos-title-left img{
    width:100%;
}

.about-image {
    background: url(../image/bg/about-bg-image.svg) no-repeat;
    background-position: center center;
    background-size: auto;
    position: relative;
    margin-right: 50px;
    padding-bottom: 200px;
}
.about-image .about-img-1 img {
    
    object-fit: cover;
    border-radius: 40px;
}
.about-image .image-anime {
    position: relative;
    max-width: fit-content;
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 40px;
}
.about-image .image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-image .image-anime:hover:after {
    height: 250%;
    transition: all 600ms 
linear;
    background-color: transparent;
}
.about-image .about-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-image .about-experience img {
    animation: rotate 30s infinite 
linear;
}
.about-image .about-experience {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, 50%);
}
.about-image .about-img-2 img {
    object-fit: cover;
}
@keyframes rotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.about-content-box .abo-sec-btn{
    margin-top:40px;
}

.tream-sec-main-boxx .treat-sec-btn{
     margin: 20px auto 0;
    text-align: center;
}
.tream-sec-main-boxx .row{
    row-gap:30px
}
.sticky .heade-sec-mainn{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.sticky .heade-sec-mainn .head-logo img{
    filter: unset !important;
}

.sticky .heade-sec-mainn .mega-menu ul li a{
    color: #000;
}

.sticky .heade-sec-mainn .mega-menu ul .dropdownd a::before{
    color: #000;
}

.tream-sec-main-boxx{
    padding:5rem 0;
    position:relative;
}
.sticky .mega-menu ul .dropdownd > .drop-arrow:after{
     color: #000;
}

.service-item{
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 4px 40px 0px #0000000F;
	border-radius: 30px;
	height: 100%;
    padding: 20px;
    text-align: center; 
	overflow: hidden;
	z-index: 1;
	    display: block;
	    border: 1px solid #0e384c1a;
}
.vie-allsd{
    position:relative;
    display:block;
    font-weight:600;
    text-align:-webkit-center;
}
.vie-allsd i{
   display: flex
;
    transform: rotate(-90deg);
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe1e5;
    border-radius: 50%;
    margin-bottom: 0.8rem;
    transition: all 0.4s ease-in-out;
}
.vie-allsd:hover i{
    transform: rotate(0deg);
}
.service-item:before{
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--secondary-color);
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.service-item:hover:before{
    top: 0;
}

.service-item .icon-box{
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.service-item .icon-box img{
	max-width: 48px;
	transition: all 0.5s ease-in-out;
}

.service-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}


.service-item .treatment-head{
	font-size: 17px;
	font-weight: 500;
	display:inline-block;
	text-transform: capitalize;
	margin-bottom: 0px;
	transition: 0.5s ease-in-out;
	position: relative;
}
.service-item:hover .treatment-head{
	color: #fff;
}
.service-item .read-more-btn{
	position: relative;
	z-index: 1;
}

.service-item .read-more-btn a{
	position: relative;
	display: inline-block;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	padding-right: 35px;
	transition: all 0.5s ease-in-out;
}

.service-item:hover .read-more-btn a{
	color: #fff;
}

.service-item:hover .read-more-btn a:hover{
	color: #fff;
}

.service-item .read-more-btn a::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../image/svg/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 10px auto;
	background-color: var(--primary-color);
	border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: 0.4s ease-in-out;
}

.service-item .read-more-btn a:hover:after{
	background-size: 10px auto;
	transform: rotate(45deg);
}

.section-title.text-center{
 margin:0 0 40px;
}

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

.our-process-item{
	position: relative;
	counter-increment: auto;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.our-process-item:last-child{
	margin-bottom: 0;
}
.our-process-list{
	counter-reset: my-counter;
}
.our-process-item::before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
	transform: translate(50px, 80%);
    background: #0e384c12;
    width: 1px;
    height: 100%;
	z-index: 0;
}

.our-process-item:last-child:before{
	display: none;
}

.our-process-item .icon-box{
	position: relative;
	height: 96px;
	width: 96px;
	background-color: #ffffff;
	margin: 12px 42px 0 0;
}
.our-process-list{
	counter-reset: my-counter;
}
.our-process-item .icon-box:before{
	counter-increment: my-counter;
    content: "" counter(my-counter);
    position: absolute;
    top: -12px;
    right:  -12px;
	bottom: auto;
    left: auto;
    color:#fff;
    background:#1c6171;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Onset", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    width: 32px;
    height: 32px;
	z-index: 1;
}

.our-process-item :hover.icon-box:before {
    background: #00abb2;
}

.our-process-item .icon-box figure{
	position: relative;
	    border: 1px solid #0e384c12;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.our-process-item .icon-box figure::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	border-radius: 30px;
	transform: translate(-100%,100%);
	transition: all 0.4s ease-in-out;
}

.our-process-item:hover .icon-box figure::after{
	transform: translate(0);
}

.our-process-item .icon-box img{
	position: relative;
	max-width: 48px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	filter: invert(50%) sepia(91%) saturate(347%) hue-rotate(134deg) brightness(93%) contrast(107%);
}

.our-process-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.process-item-content{
	width: calc(100% - 126px);
}

.process-item-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.process-item-content p{
	margin: 0;
	text-align:justify;
}
.about-content-box p{
    text-align:justify;
}
.process-title-left{
    margin-right:60px;
    position:sticky;
    top:150px;
}

.why-choose-us-sec{
    padding:5.4rem 0 5rem;
    position:relative;
    background: url(../image/bg/section-bg-shape.svg), var(--secondary-color);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
}
.we-provide-image-video{
    position:relative;
}
.why-choos-title-left{
    margin-right:20px;
        margin-bottom: 3rem;
}
.why-choos-title-left p{
    text-align:justify;
}

.why-choose-us-sec .why-main-box{
    margin-top:50px;
}


.we-provide-image img {
    width: 100%;
    aspect-ratio: 1 / 0.69;
    object-fit: cover;
    border-radius: 40px;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.video-play-button a {
    position: relative;
    background-color: #ffffff1f;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.video-play-button a i {
    font-size: 30px;
    color: #ffffff;
}
.provide-item-content{
    display: flex;
    gap: 20px;
    position: relative;
        align-items: center;
}
.provide-item-content .why-iocn{
    background-color: var(--primary-color);
    border-radius: 14px;
    line-height: normal;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.provide-item-content .why-box-contem p{
    color:#fff;
    margin:0;
        font-size: 15px;
}
.provide-item-content .why-box-contem h4{
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.why-choose-us-sec .row{
   row-gap: 50px;
}
.provide-item-content .why-iocn img{
    filter: brightness(0.5) invert(1);
}

.tp-cta__wrapper {
  position: relative;
}
.tp-cta__area{
   position: relative;
    padding: 4rem;
    background-image: url(../image/bg/oral-care-consultation.webp);
    background-position: left;
  background-repeat: no-repeat;
    background-size: cover;
}
.tp-cta__wrapper .image {
  border-radius: 20px;
  object-fit: cover;
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .tp-cta__wrapper .image {
    height: 440px;
  }
}

.tp-cta__wrapper .logo {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tp-cta__box {
  position: relative;
  width: 495px;
  
  border-radius: 20px;
  padding: 50px;
  background: #ffff;
}
.tp-cta__box > span{
    display:inline-block;
    margin-bottom:0.4rem;
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .tp-cta__box {
    bottom: 30px;
    right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .tp-cta__box {
    bottom: 15px;
    right: 15px;
    width: 360px;
    padding: 30px 20px;
  }
}


.tp-cta__box .title {
  font-size: 30px;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}


.tp-cta__box p {
  margin-bottom: 25px;
}

.testimonial-sec-main{
    padding:5rem 0;
    position:relative;
}
.testimonial-sec-main .swiper-wrapper{
    margin-bottom:2rem
}
.gradient-white-top {
    background: linear-gradient(180deg, rgb(74 124 210 / 10%) 10%, rgb(255 255 255 / 98%) 100%);
        padding: 30px;
        border-radius:20px;
}
.read-more-cotnas::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.4s 
ease-in-out;
    background: linear-gradient(to bottom, transparent 10%, rgb(255 255 255) 90%);
}
.read-more-cotnas.open::after {
    opacity: 0;
}
.read-more-cotnas {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s 
ease;
}
.read-more-cotnas.open{
    max-height: 1000px;
}
.gradient-white-top .de_testi_by img {
    width: 50px !important;
    height: 50px !important;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.gradient-white-top .de_testi_by .use-title{
    font-size:18px;
    font-weight:600;
    margin: 20px 0 10px;
    text-align:center;
}
.gradient-white-top i{
    color:var(--primary-color);
    font-size:30px;
    position: absolute;
}
.gradient-white-top p{
   
    text-align:justify;
    opacity:0.7;
    font-size: 15px;
}
.ser-btn{
    border: 0;
    background: transparent;
    border-bottom: 1px solid #00abb2;
    font-size: 15px;
    padding: 0;
}
.testimonial-corusel .swiper-pagination-bullet-active{
    background:var(--primary-color);
}


.main-footer{
	background: var(--secondary-color);
	padding: 50px 0 0;
}

.footer-booking-box{
	border-bottom: 1px solid #ffffff1f;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-booking-title .heal-title{
	font-size:38px;
	color: #fff;
	text-transform: capitalize;
}

.footer-booking-btn{
	text-align: right;
}

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

.footer-logo img{
	max-width: 220px;
	filter: brightness(0) invert(1);
}
.foot-coirse {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.foot-coirse li{
    width:48%;
}
.mlef-2r{
    margin-left:-2rem !important;
}
.mlef-25r{
    margin-left:-3rem !important;
}
.about-footer-content{
	margin-bottom: 30px;
}
.footr-lin-btn .healbtn:hover{
    background:#fff;
    color:var(--secondary-color);
}
.about-footer-content p{
	color: #fff;
	margin: 0;
	max-width: 80%;
	
    font-size: 15px;
}

.footer-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 25px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a i{
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i{
	color: var(--primary-color);
}

.footer-links{
	margin: 0 auto;
}

.footer-links h4{
	font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	text-transform: capitalize;
	margin-bottom: 12px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a{
	color: var(--primary-color);
}

.footer-links.footer-contact-box{
	max-width: 100%;
}

.footer-contact-box .footer-info-box{
	position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.footer-contact-box .footer-info-box:last-child{
	margin-bottom: 0;
}

.footer-info-box .icon-box{
	position: absolute;
    
    left: 0;
	
}

.footer-info-box .icon-box i{
	font-size: 20px;
	color: #fff;
}

.footer-info-box p, .footer-info-box a{
	color: #fff;
	margin: 0;
	font-size: 15px;
}

.footer-copyright{
	border-top: 1px solid #ffffff1f;
	padding: 20px 0;
	margin-top: 40px;
}

.footer-copyright-text p, .footer-copyright-text a{
	color: #fff;
	margin: 0;
	font-size:15px;
}
.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons{
    display:none;
}

.header-btn .curriy-sbv-btt{
    background:#029543;
    color:#fff;
    padding: 10px 14px;
}

.faq-sec-edge-sec{
    padding:0 0 5rem;
}


.faq-sec-edge-sec .accordion-item{
	border: 2px solid #0e384c1a;
    border-radius: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #0e384c1a !important;
}

.faq-sec-edge-sec .accordion-item:last-child{
	margin-bottom: 0;
}

.faq-sec-edge-sec .accordion-item .accordion-button::after,
.faq-sec-edge-sec .accordion-item .accordion-button.collapsed::after{
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	bottom: auto;
	transform: translate(-20px, -50%) rotate(135deg);
	background-image: url("../image/svg/arrow-white-faq.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	border-radius: 50%;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

.faq-sec-edge-sec .accordion-item .accordion-button.collapsed::after{
	transform: translate(-20px, -50%) rotate(45deg);
}

.faq-sec-edge-sec .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 15px 50px 15px 20px;
	border-radius:10px;
}
.faq-sec-edge-sec .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq-sec-edge-sec  .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius:10px;
    border-bottom-left-radius: 10px;
}
.faq-sec-edge-sec .accordion-body{
	padding: 0 20px 20px 20px;
}
.faq-sec-edge-sec .accordion-body p{
	margin: 0;
}
.faq-sec-edge-sec .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: none;
}
.we-provide-imag{
    text-align:-webkit-center;
}
.faq-sec-edge-sec .accordion-button:focus {
    box-shadow: none;
}
.mega-menu-coirse li a img{
   filter: invert(29%) sepia(43%) saturate(716%) hue-rotate(144deg) brightness(98%) contrast(91%);
}

/*whychoose*/
.abotu-darcrt{
    position:relative;
    padding:4rem 0 0;
}
.hambuuefer, .close-button, .dropdownd .dropn-btnmobile{
    display:none;
}

.sticky .heade-sec-mainn .mega-menu ul li a.active {
    color: #00abb2;
}

.advantage-sec .row {
  margin: 0;
}

.advantage-sec .col-lg-6 {
  padding: 0;
}

.advantage-sec .advan-content {
  background: #1c6171;
  color: #fff;
  padding: 60px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.advantage-sec .small-sec-title {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.advantage-sec .big-sec-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #fff;
}

.advantage-sec p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.advantage-sec .advan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.classified-marks li:before{
    content: "";
    background: url(../image/svg/teeth-list.svg) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.classified-marks li{
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
}

.classified-marks {
list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    gap: 13px;
    flex-direction: column;
    
}

.advan-img {
    height:100%;
}

.detail-breadcrumb {
  position: relative;
  padding: 9rem 0 6rem;
  background: linear-gradient(90deg, #1c6171, rgb(0 10 91 / 40%)),
              url('../image/treatments-detail/banner-image.webp');
  background-size: cover;
  background-position: center;
}

.detail-breadcrumb .breadcrumb-head{
    text-align:center;
}

.breadcrumb-head .sec-big-title{
font-size: 38px;
    color: #fff;
    font-weight: 700;
   padding-bottom:15px;
}

.bread-menu {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.bread-menu li {
  margin: 0;
  padding: 0 5px;
  position: relative;
  font-size: 15px;
}

.bread-menu li:not(:first-child)::before {
  content: "|";
  color: #ccc; 
  margin-right: 8px;
}

.bread-menu li a {
  text-decoration: none;
  color: #fffc; 
  font-weight: 400;
}

.vm-tab {
    margin-top:30px;
}

.bread-menu li.active {
  color: #fff; 
  font-weight: 500;
}

.different-types-sections .row{
    justify-content:center;
}

.know-treatment{
    padding:4rem 0;
    position:relative;
}

.knowing-img img{
    border-radius:40px;
}

.tab-buttons {
  margin: 40px 0;
  text-align: center;
}
.tab-btn {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 25px 12px;
  border: 1px solid #00bcd4;
  background: #fff;
  color: #00bcd4;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-btn.active {
  background: #00abb2;
  color: #fff;
}
.tab-content {
  display: none;
  margin-top: 30px;
}
.tab-content.active {
  display: block;
}

.why-choose-sec {
 position:relative;
  padding: 4rem 0;
}

.dental-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  transition: all 0.3s ease;
  height: 100%;
}


.icon-circle {
  width: 70px;
  height: 70px;
  background:#00abb2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.icon-circle img {
  width: 32px;
  height: 32px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(245deg) brightness(104%) contrast(100%);
}

.dental-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f2f28;
  margin-bottom: 15px;
}

.dental-card p {
  font-size: 15px;
  line-height: 1.6;
}


.dental-card {
  position: relative;
  overflow: hidden; 
}

.dental-card::before {
  content: "";
  position: absolute;
  inset: 0;                    
  background: #00abb2;          
  transform-origin: top;        
  transform: scaleY(0);        
  transition: transform 420ms cubic-bezier(.22,.9,.33,1);
  z-index: 1;                   
  pointer-events: none;
}

.dental-card:hover::before {
  transform: scaleY(1);       
}

.why-choose-sec .dental-card > * {
  position: relative;
  z-index: 2;
  transition: color 280ms ease, filter 280ms ease;
}

.dental-card:hover h4,
.dental-card:hover p{
  color: #ffffff;
}

.why-choose-sec .section-title{
    text-align:center;
    margin-bottom:30px;
}

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

.dental-card .icon-circle {
  transition: background-color 0.4s ease, transform 0.6s ease;
  transform-style: preserve-3d;
}

.dental-card:hover .icon-circle {
  background-color: #1c6171;
  transform: rotateY(180deg);
}
 
.our-treatement-detail .row{
    align-items:center;
}

.knowing-img {
    position: relative;
 
    display: inline-block;
}

.knowing-img img {
    display: block;
    width: 100%;
    height: auto;
}

.knowing-img::after {
    content: "";
    position: absolute;
    width: 200%;                
    height: 0%;              
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s linear; 
}


.knowing-img:hover::after {
    height: 250%;   
    transition: all 600ms linear;
    background-color: transparent;
}

.edge-gallery{
    padding:4rem 0;
    position:relative;
}

.edge-gallery .tabs{
    margin-bottom:30px;
}


.edge-gallery .tabs .gallery-tab {
  background: none;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: #7a8ca3;
  cursor: pointer;
  transition: 0.3s ease;
border: 1px solid #00abb2;
border-radius: 6px;
}

.tabs .gallery-tab.active,
.tabs .gallery-tab:hover {
  color: #fff;
  background: #1c6171;
  border-radius: 6px;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.img-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.edge-gallery .section-title{
    text-align:center;
    margin-bottom:30px;
}

/*About Page*/
.vision-mission {
  background: linear-gradient(180deg, #1c6171 70%, #ffffff 30%);
  padding: 4rem 0;
  position: relative;
}


.contact-btn {
  display: inline-flex;
  align-items: center;
  background-color: #00abb2;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.vm-card {
  background-color: #fff;
  border-radius: 25px;
  padding: 28px;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align:center;
  height:100%;
}
.vm-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.vm-icon {
  color: #5858ff;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.vm-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.about-main {
  padding:4rem 0;
  position: relative;
}

.about-dental img {
  width: 100%;
  height: auto;
  border-radius: 100px 30px 30px 30px;
}

/* Outer red wavy background */
.bg-shape {
  position: relative;
  width: 145px;
  height:145px;
  background: url('../image/about/round_bg.webp') no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main circle container (holds rotating text + static smile icon) */
.circle-main {
  position: relative;
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Rotating text circle */
.circle-txt {
  position: absolute;
  inset: 0;
  background: url('../image/about/experience-circle.svg') no-repeat center/contain;
  animation: rotateCircle 10s linear infinite;
}

/* Static smile icon */
.circle-main img {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-experience {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding:1rem 0;
}

.list-about {
  border-left: 4px solid #e3e9ef;
  padding-left: 30px;
}
.listing-img {
  list-style: none; /* Remove default bullets */
  padding-left: 1.5em; /* Space for the image */
}

.listing-img li {
  position: relative;
  margin-bottom: 13px;
}

.listing-img li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0; 
  width: 30px; 
  height: 30px;
  background-image: url('../image/about/about-tick.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.philosophy-dental {
  padding: 5rem 0;
}

.philosophy-content .section-desc {
  color: #6c757d;
  margin-bottom: 30px;
  line-height: 1.7;
  max-width: 90%;
}

/* Accordion Styles */
.philosophy-dental .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
}

.philosophy-dental .accordion-item:last-child {
  border-bottom: none;
}

.philosophy-dental .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  box-shadow: none;
  padding: 18px 0;
  font-weight: 600;
  font-size:18px;
  color: #212529;
}

.philosophy-dental .accordion-button img {
  margin-right: 12px;
}

.philosophy-dental .accordion-button i {
  transition: transform 0.3s ease;
  color: #1c6171;
}

.philosophy-dental .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}

.philosophy-dental .accordion-body {
  color: #000;
  padding: 0 0 16px 56px;
  font-size: 16px;
}

.philosophy-img img {
  border-radius: 40px;
  width: 100%;
}


.dentist-team {
  background-color: #bfeaec36;
  padding: 4rem 0;
  position:relative;
}


.dentist-team .big-sec-title {
  margin-bottom:20px
}

.doctor-view {
  text-align: center;
  transition: all 0.3s ease;
}


.doctor-img img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.profile-content {
  margin-top: 20px;
}

.profile-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0c2c4a;
  margin-bottom: 5px;
}

.profile-content p {
  color: #6c757d;
  font-size: 15px;
}

.dentist-team .section-title{
    text-align:center;
}
/* Decorative floating star */
.dentist-team::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: url("../image/about/icon-star.webp") no-repeat center/contain;
  animation: starScale 3s ease-in-out infinite;
  opacity: 0.9;
}

/* Animation keyframes */
@keyframes starScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.founder-about {
    padding:2rem 0 4rem;
}

.about-dental:hover::after {
    height: 250%;
    transition: all 0.6s linear;
    background-color: transparent;
}

.about-dental::after{
content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s 
linear;
}

.about-dental{
    overflow:hidden;
    position: relative;
    display: block;
}

.philosophy-img{
      overflow:hidden;
    position: relative;
    display: block;
}

.philosophy-img:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s linear;
}
.philosophy-img:hover::after {
    height: 250%;
    transition: all 0.6s linear;
    background-color: transparent;
}

.founder-dentist {
   display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-right: 15px;
}

.about-first {
    width: calc(66% - 15px);
}

.founder-dentist .about-first img{
    aspect-ratio: 1 / 1.365;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-top:30px;
}
.about-second {
    width: calc(34% - 15px);
    position:relative;
}

.about-second .award{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 1 / 1.63;
}

.edge-rating {
     background: #fff;
    border-radius: 16px;
    border: 1px solid #161a2d1a;
    padding: 30px 20px;
    margin-top: 33px;
    text-align: center;
    position: absolute;
}

.edge-rating h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.edge-rating ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}

.edge-rating ul li i {
  color: #1c6171;; /* blue stars */
  font-size: 18px;
}

.edge-rating p {
  font-size: 0.95rem;
  color: #6b7280; /* subtle gray text */
  margin: 0;
  line-height: 1.5;
}

.founder-experience{
    position: absolute;
  top: 33%;
    left: -15px;
    transform: translate(-50%, 50%);
    z-index:1;
}

.workshops-camps {
  background: #f5f9ff;
  padding: 4rem 0;
}

.workshop-slider {
  padding: 40px 0 60px;
}

.workshop-card {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 25px 20px 20px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.workshop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.workshop-card img {
  width: 100%;
  max-width: 270px;
  border-radius: 20px;
  margin-bottom: 20px;
  object-fit: cover;
}

.workshop-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.workshop-card p {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

.workshops-camps .swiper-button-next,
.workshops-camps .swiper-button-prev {
  color: #2563eb;
  top: 45%;
}


.workshops-camps .swiper-button-next,
.workshops-camps .swiper-button-prev {
  background-color: #00abb2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.workshops-camps .swiper-button-next i,
.workshops-camps .swiper-button-prev i {
  color: #fff;
  font-size: 16px;
}

.workshops-camps .swiper-button-next:hover,
.workshops-camps .swiper-button-prev:hover {
  background-color: #008d97; /* slightly darker shade for hover */
  transform: scale(1.05);
}

.workshops-camps .swiper-button-next {
  right: 15px;
}

.workshops-camps .swiper-button-prev {
  left: 15px;
}

.workshops-camps .swiper-button-next:after, .swiper-button-prev:after {
    display:none;
}

.workshops-camps .swiper-button-next i{
    transform: rotate(180deg);
}

.workshops-camps .dental-camps{
    align-items:center;
}


.dental-tourism .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* ensures both sides have equal height */
}

.dental-tourism .tourism-patient,
.dental-tourism .tourism-content {
  height: 100%;
}

.dental-tourism .tourism-patient img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills the column without distortion */
  display: block;
}

.dental-tourism .tourism-content {
  padding: 40px;
  background-color: #1c6171;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers text vertically */
  height: 100%;
}

.dental-tourism .small-sec-title {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.dental-tourism .big-sec-title span {
  color: #00abb2;
}

.dental-tourism p {
  color: #ffffff;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
}

.workshops-camps .section-title{
    text-align:center;
}

.service-item .treat-title{
    font-size: 18px;
    font-weight:600;
    margin-bottom:5px;
}

.treatment-main-listing {
  background: #fff;
}

.saparate-treatment {
  background: #fff;
 border-radius: 30px;
  box-shadow: 0px 4px 40px 0px #0000000F;
  padding: 40px 25px;
  transition: all 0.3s ease;
  position:relative;
  height: 100%;
  overflow:hidden;
}

.saparate-treatment:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--secondary-color);
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;

}
.saparate-treatment:hover img {
    filter: brightness(0) invert(1);
}

.saparate-treatment:hover:before {
    top: 0;
}

.saparate-treatment img {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}

.saparate-treatment h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.saparate-treatment p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.saparate-treatment a {
  text-decoration: none;
  color: inherit;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #00b3b3;
  font-weight: 500;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s ease;
  font-size: 15px;
}

.read-more-btn i {
  transition: transform 0.3s ease;
  padding-top: 7px;
}

.read-more-btn:hover {
  color: #008c8c;
}

.read-more-btn:hover i {
  transform: translateX(4px);
}

.saparate-treatment:hover .treating{
    z-index:1;
    position:relative;
}
.saparate-treatment:hover .treating h4{
    color:#fff;
}
.saparate-treatment:hover .treating p{
     color:#fff;
}

.saparate-treatment:hover a{
    color:#fff;
}

.founder-content .edge-doctor{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
.tourism-intro{
    padding:4rem 0;
    position:relative;
}
.tourism-intro .big-sec-title{
    text-align:center;
}
.why-choose-sec .row{
    row-gap:20px;
}

.countries-visit .big-sec-title{
    text-align:center;
}
.countries-visit{
    padding:2rem 0;
}

label.error{
    color:red;
    font-size: 14px;
    transform: translateY(0px);
}

.link{
    color:#1c6171;
    font-weight:500;
}