/*
Theme Name: NhaKhoaLuxurySmile
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Header */
.nav-dropdown-has-border .nav-dropdown{
	border-radius: 15px;
	border: 2px solid #0c1787 !important;
	padding: 10px !important;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #0c1787;
}
.header-main .nav-dropdown{
    background-color: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header-main .nav-dropdown>li>a {
	border-bottom: 1px solid #0c1787 !important;
    font-size: 17px;
    color: #000 !important;
}
.nav-dropdown li.active>a, .nav-dropdown>li>a:hover{
	color: #0c1787 !important;
	margin-left: 20px;
}
.header-main .nav>li>a{
	font-size: 18px !important;
	color: #000 !important;
}
.header-main .nav>li:hover>a{
	color: #5693ff !important;
}


/* Home */
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  box-shadow: unset !important;
	border-radius: 8px;
}
input[type=submit], input[type=submit].button{
	border-radius: 99px;
	margin-right: unset !important;
	padding: 5px 32px;
	margin-bottom: 0 !important;
}
iframe{
	border-radius: 15px;
    padding: 10px;
    background: #fff;
}
svg{
	stroke: #0c1787;
}
.ico-banner {
  background: linear-gradient(to bottom, #5693ff, #001b6e);
  height: 165px;
  border-radius: 10px;
  position: relative;
  margin-top: -90px !important;
  z-index: 9999;
}
.ico-banner .col-inner {
  margin: 8px;
  background: #f7fdfb;
  border-radius: 10px;
}

.cus-blog .box {
  box-shadow: 0 0 8px #dedede;
  border-radius: 20px;
  border: 1px solid #fff;
  overflow: hidden;
  transition: 0.3s;
}
.cus-blog .box:hover {
  border: 1px solid #001b6e;
  border-bottom: 1px solid #001b6e;
}
.cus-blog .box-label .box-text {
  left: 0 !important;
  margin: 0 !important;
  transform: unset !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 110px;
}
.cus-blog .is-divider {
  display: none;
}
.cus-blog .post-title {
  font-size: 18px;
  font-style: italic;
  background: linear-gradient(to bottom, #5693ff, #001b6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.cus-blog .box-image:before {
  background: linear-gradient(to bottom, #ffffff00 10%, #ffffff 90%);
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 1;
}
.cus-blog button {
  text-transform: none;
  font-size: 1em !important;
}
.wm-title b {
  display: none;
}
.wm-title .section-title {
  justify-content: center;
}
.wm-title .section-title-normal,
.wm-title .section-title-normal span {
  border-bottom: unset !important;
}
.wm-title .section-title-main {
	font-size: 38px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, #005bff, #0c1787);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.wm-title .section-title-main:before {
  background: url(/wp-content/uploads/2025/10/line-smile-scaled.png) top center
    no-repeat;
  content: "";
  position: absolute;
  height: 17px;
  width: 100%;
  background-size: auto 100%;
  left: 0;
  top: 45px;
}
.wm-process .col-inner {
  text-align: center;
  padding: 2.5rem;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
	margin-bottom: 2rem;
	transition-duration: 500ms;
}
.wm-process .col-inner:hover{
	transform: scale(1.05);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	border: 2px solid #0c178780;
}
.wm-process .bag {
  position: absolute;
  background: #0c1787;
  color: #fff;
  width: 4rem;
  height: 4rem;
  top: -1.25rem;
  left: -1.25rem;
  border-radius: 0.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
  transition-duration: 300ms;
}
.wm-process .col-inner:hover .bag{
	transform: rotate(10deg);
}
.wm-process .svg-icon .icon {
  display: flex;
  justify-content: center;
}
.wm-process .svg-icon p {
  width: 5rem;
  height: 5rem;
  background: #ecedf7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}
.wm-process .col-inner:hover .svg-icon p {
	background: #c4c7e2;
}
.wm-process .bag span {
  font-size: 20px;
  font-weight: 700;
}
.wm-process .arrow-icon {
  color: #0c1787ab;
  position: absolute;
  top: 120px;
  right: -45px;
}

.doctor-container {
  display: flex;
  gap: 20px;
  transition: all 0.4s ease;
  max-width: 1200px;
  margin: auto;
}

.doctor-card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  max-width: calc(60% - 26px);
  height: 440px;
}

.doctor-card:not(.active) {
  flex: 0.3;
  cursor: pointer;
  opacity: 0.8;
  max-width: calc(33.333333%);
}

.doctor-info {
  width: 60%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.doctor-card.active .doctor-info {
  opacity: 1;
  visibility: visible;
}

.doctor-img {
  text-align: center;
  width: 35%;
}

.doctor-img img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.doctor-card:hover img {
  transform: scale(1.03);
}

.doctor-img h3 {
  color: #00997a;
  font-weight: 700;
  margin: 10px 0 4px;
}

.doctor-img a {
  color: #00997a;
  text-decoration: none;
  font-weight: 500;
}

.doctor-info h3 {
  color: #00997a;
  margin: 5px 0 10px;
}

.doctor-info h4 {
  color: #e74c3c;
  font-weight: 600;
  margin: 0;
}

.doctor-info ul {
  list-style: disc;
  padding-left: 20px;
  color: #444;
}

.doctor-info li {
  margin-bottom: 6px;
  line-height: 1.5;
}

.certificates {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.certificates img {
  width: 100px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.wm-service-prices{
	display: none;
}
.wm-service .col-inner{
	margin: 0 10px 20px;
    box-shadow: 0 0 8px #d4d4d4;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
	transition: 0.4s;
}
.wm-service .col-inner:hover{
	border: 1px solid #0c1787;
}
.wm-service .col-inner .post-title {
	color: #0c1787;
}
.wm-service .col-inner .box-text:before{
    content: '';
    background: linear-gradient(to bottom, #ffffff00 10%, #ffffff 90%);
    height: 70px;
    position: absolute;
    left: 0;
    top: -70px;
    right: 0;
    z-index: 1;
}
.wm-service .wm-service-prices{
	    display: block;
    width: 100%;
    background: linear-gradient(to bottom, #005bff, #0c1787);
    border-radius: 99px;
    padding: 10px 0;
}
.wm-service .selling-price, .wm-service .discount-price{
	color: #fff;
	font-size: 16px;
    font-weight: 600;
}
.wm-service .discount-price{
	margin-left: 10px;
}

.wm-tab .nav{
	justify-content: space-between;
    flex-wrap: nowrap !important;
	margin-bottom: 30px;
}
.wm-tab .nav li{
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
	border: 2px solid #0c1787;
	background: #0c1787;
	width: 100%;
	text-align: center;
}
.wm-tab .nav li a{
	color: #FFF;
}
.wm-tab .nav li.active, .wm-tab .nav li:hover{
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	background: #fff;
	border: 2px solid #0c1787;
	border-radius: 0.75rem;
}
.wm-tab .nav li.active a, .wm-tab .nav li:hover a{
	color: #0c1787;
}
.wm-tab .tab-panels .col-inner{
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: 0.2s;	
}
.wm-tab .tab-panels .col-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #005bff, #0c1787, #005bff);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.wm-tab .tab-panels .col-inner .box{
	padding-top: 25px;
}
.wm-tab .tab-panels .col-inner:hover{
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	transform: translateY(-0.5rem);
}
.wm-tab .tab-panels .col-inner .box-image{
	border-radius: 10px;
}
/* 
.wm-tab .tab-panels .col-inner img{
	height: 450px !important;
} */

.wm-tab .tab-panels .panel {
  opacity: 0;
  transform: translateY(15px);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.wm-tab .tab-panels .panel.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  position: relative;
  z-index: 1;
}


.wm-strong p{
	margin-bottom: 10px !important;
}
.wm-strong img{
	border-radius: 15px;
	    box-shadow: 0 0 8px #0c17873d;
}
.wm-strong .txt-box-1, .wm-strong .txt-box-2, .wm-strong .txt-box-3, .wm-strong .txt-box-4, .wm-strong .txt-box-5{
	margin: 0 10px 20px;
    box-shadow: 0 0 8px #0c17873d;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
	transition: 0.4s;
	border: 2px solid transparent;
}
.wm-strong .txt-box-1:hover, .wm-strong .txt-box-3:hover, .wm-strong .txt-box-5:hover{
	background: #0c1787;
}
.wm-strong .txt-box-1:hover span, .wm-strong .txt-box-3:hover span, .wm-strong .txt-box-5:hover span, .wm-strong .txt-box-1:hover p, .wm-strong .txt-box-3:hover p, .wm-strong .txt-box-5:hover p, .wm-strong .txt-box-5:hover h4{
	color: #fff !important;
}
.wm-strong span, .wm-strong h4{
	font-size: 3rem;
}
.wm-strong .txt-box-1 span, .wm-strong .txt-box-3 span, .wm-strong .txt-box-5 span{
	color: #0c1787 !important;
}
.wm-strong .txt-box-2{
	background: #0c1787;
	border: 2px solid transparent;
}
.wm-strong .txt-box-2:hover, .wm-strong .txt-box-4:hover{
	background: #fff;
	border: 2px solid #0c178733;
}
.wm-strong .txt-box-2:hover span, .wm-strong .txt-box-2:hover p, .wm-strong .txt-box-4:hover p, .wm-strong .txt-box-4:hover h4{
	color: #0c1787 !important;
}
.wm-strong .txt-box-4{
	background: linear-gradient(to right, #0c1787, #1a2fb8);
	position: relative;
    overflow: hidden;
}
.wm-strong .txt-box-4:before{
    content: '';
    background-color: rgb(255 255 255 / 0.1);
    width: 7rem;
    height: 7rem;
    border-radius: 99px;
    display: block;
    position: absolute;
    top: -40px;
    right: -31px;
}
.wm-strong .txt-box-4:hover::before{
	background-color: rgb(12 23 135 / 10%);
}
.wm-strong .txt-box-5{
	border: 2px solid #0c178733;
	position: relative;
	overflow: hidden;
}
.wm-strong .txt-box-5:before{
    content: '';
    background-color: rgb(12 23 135 / 0.05);
    width: 7rem;
    height: 7rem;
    border-radius: 99px;
    display: block;
    position: absolute;
    bottom: -48px;
    right: -48px;
}
.wm-strong .txt-box-5:hover::before{
	background-color: rgb(255 255 255 / 20%);
}
.wm-strong .txt-box-2 span, .wm-strong .txt-box-4 h4, .wm-strong .txt-box-2 p, .wm-strong .txt-box-4 p{
	color: #ffffff !important;
}

.wm-location .col-inner{
	border-radius: 15px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wm-location img, .wm-device .box-image{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.wm-location .box-text-inner{
	justify-items: center;
}
.wm-location .box-text-inner .txt-bage{
	background-color: rgb(12 23 135 / 0.1);
	width: 130px;
    padding: 5px 0;
    border-radius: 99px;
	margin-bottom: 20px;
	color: #0c1787;
	font-weight: 900;
}
.wm-location .box-text-inner h4{
	color: #0c1787;
	font-size: 20px;
	margin-bottom: 20px;
}

.wm-form-1 .col-1 .col-inner, .wm-form-1 .col-2 .col-inner{
	border-radius: 15px;
	    box-shadow: 0 0 8px #d4d4d4;
	padding: 15px;
}
.wm-form-1 .col-1 .col-inner{
	background: linear-gradient(to bottom, #005bff, #0c1787);
}
.wm-form-1 .col-1 p, .wm-form-1 .col-1 h2, .wm-form-1 .col-1 h3{
	color: #fff;
}
.wm-form-1 .col-2 {
	text-align: center;
}
.wm-form-1 .col-2 .title, .wm-news .col-2 .post-title{
	background: linear-gradient(to bottom, #005bff, #0c1787);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.wm-form-2 .gop-y-form{
	text-align: center;
}
.wm-form-2 input, .wm-form-2 textarea{
	margin-bottom: 1em !important;
}
.wm-form-2 input[type=submit]{
	padding: 0 32px !important;
}

.wm-device .col-inner{
	background: #fff;
	box-shadow: 0 0 8px #d4d4d4;
	border-radius: 15px;
}
.wm-device .col-inner h4{
	font-size: 25px;
    font-style: italic;
    line-height: 1.4;
	color: #0c1787;
}
.wm-device .col-inner p{
	text-transform: uppercase;
}

.wm-news .col-1 .col .col-inner, .wm-news .col-2 .col .col-inner{
	padding: 12px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 8px #d4d4d4;
	border: 1px solid transparent;
	transition: 0.4s;
}
.wm-news img{
	border-radius: 8px;
}
.wm-news .is-divider{
	display: none;
}
.wm-news .box-image{
	vertical-align: top !important;
}
.wm-news .col-1 .col .col-inner:hover, .wm-news .col-2 .col .col-inner:hover{
	border: 1px solid #0c1787;
}
.wm-news .col-1 .box-badge .box-text{
	bottom: 0 !important;
    background: transparent;
}
.wm-news .col-1 .post-title{
	font-size: 25px;
	color: #fff;
}
.wm-news .col-1 p{
	color: #fff;
}
.wm-news .box-text{
	padding-top: 0 !important;
}
/* End Home */

/* About Us */
.wm-ab-doctor-team img,.wm-ab-doctor-team .overlay{
	border-radius: 15px;
}
.btn-white-outline{
	background-color: #fff !important;
}
.btn-white-outline:hover{
	color: #0c1787 !important;
}
.wm-ab-intro .banner-bg{
	border-radius: 15px;
}
.wm-ab-intro svg{
	stroke: #facc15;
	fill: #facc15;
	margin-right: 10px;
}
.wm-ab-intro .box{
	bottom: -35px;
    right: -30px;
    background: #fff;
    padding: 22px 15px;
    border-radius: 15px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.wm-ab-count .t{
	font-size: 2.25rem;
    color: #0c1787;
    margin-bottom: 0 !important;
}
.wm-ab-customer svg{
	stroke: #facc15;
}
.wm-ab-why .icon-svg{
	width: 60px;
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #0c1787;
	border-radius: 15px;
}
.wm-ab-why .icon-svg p{
	margin-bottom: 0 !important;
}
.wm-ab-why .icon-svg svg{
	stroke: #fff;
}
/*  */
.ft-custom .ux-menu-link__link {
	color: #fff;
	border-bottom-width: unset !important;
	border-bottom-style: unset !important;
}
.ft-custom .ux-menu-link:hover .ux-menu-link__link{
	color: #51a3ef !important;
}
.ft-custom h3{
		background: linear-gradient(to bottom, #005bff, #0c1787);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.absolute-footer.dark{
	display: none;
}
.wm-ed-ft .col{
	padding: 0 !important;
}
.img-border,.img-border .fill{
	border-radius: 15px;
}
.wm-price-list .col-inner{
	border-radius: 15px;
    background: #ffffff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	overflow: hidden;
}
.wm-team .img{
	border-radius: 10px;
    overflow: hidden;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.wm-team .col-inner{
	border-radius: 10px;
}
.blog-archive .col-inner{
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
	overflow: hidden;
}
.blog-archive .col-inner .box-text{
	height: 140px;
	background: #fff;
	padding: 20px;
}
.blog-archive .col-inner .is-divider{
	height: 1px !important;
    max-width: 100% !important;
}
.wpcf7-spinner{
	display: none;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.wm-title .section-title-main{
		font-size: 25px;
	}
	.col-inner .col .col-inner .img .img-inner{
		aspect-ratio: none;
	}
	.wm-title .section-title-main:before{
		top: 65px;
	}
	.wm-process .col-inner{
		padding: 1.5rem;
	}
	.wm-process .col{
		padding: 0 24px 30px !important;
	}
	.wm-process .arrow-icon{
		top: 100%;
    	right: 47%;
    	transform: rotate(90deg);
	}
	.doctor-container{
		flex-direction: column;
		padding: 0 15px 30px !important;
	}
	.doctor-card{
		max-width: 100%;
	}
	.doctor-card:not(.active) {
    	max-width: 100%;
		max-height: 260px;
	}
	.doctor-info{
		order: 2;
	}
	.wm-service .col-inner{
		margin: unset;
	}
	.wm-service .col-inner .post-title{
		font-size: 18px;
	}
	.wm-tab .nav {
    	margin-bottom: unset;
    	flex-direction: column;
    	gap: 10px;
    	align-items: flex-start;
	}
	.nav li.has-icon-left > a > img{
		width:30px;
	}
	.wm-ab-intro .banner-layers{
		overflow: hidden;
	}
	.wm-ab-intro .box{
		bottom: 12px;
    	right: 24%;
	}
	.mfp-close svg{
		stroke: #fff;
	}
	.mfp-close {
		opacity: 1 !important;
	}
	.mobile-sidebar a, .mobile-sidebar button{
		color: #000 !important;
	}
	.off-canvas-left .mfp-content{
		    background-color: #fafcff !important;
	}
	.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
		background-color: rgb(239, 245, 255) !important;
	}
	.mfp-bg{
		background: #000 !important;
	}
	.off-canvas .nav-vertical>li>a{
		font-size: 17px;
    	text-transform: math-auto;
	}
}
