@charset "utf-8";
/* CSS Document */

/* ============================================
   色彩系统 - 基于主色调 #0143be 的舒适配色方案
   ============================================ */
:root {
  /* 主色系 - 蓝色调（专业、信任） */
  --color-primary: #0143be;
  --color-primary-dark: #003494;
  --color-primary-light: #3d6bd4;
  --color-primary-pale: #e8f0fe;
  
  /* 辅助色系 - 青蓝色调（活力、健康） */
  --color-accent: #0891b2;
  --color-accent-light: #22d3ee;
  --color-accent-pale: #e0f7fa;
  
  /* 强调色系 - 温暖的琥珀色（温暖、希望） */
  --color-highlight: #d97706;
  --color-highlight-light: #fbbf24;
  
  /* 背景色系 - 柔和的灰蓝色调 */
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #f8fafc;
  --color-bg-tertiary: #f1f5f9;
  
  /* 文字色系 */
  --color-text-primary: #1e293b;
  --color-text-secondary: #475569;
  --color-text-muted: #64748b;
  
  /* 功能色 */
  --color-success: #059669;
  --color-border: #e2e8f0;
}

/* body基础样式 */
body {
  font-family: 'Rubik', sans-serif;
  color: var(--color-text-primary);
  background: var(--color-bg-primary);
}
img{
	max-width:100%;
}
header{
	position:relative;
	/* height:660px; */
}
.main{
	overflow: auto !important;
}
.top-head{
	position:relative;
	left:0;
	right:0;
	top:0;
	z-index:3;
	padding-bottom: 20px;
	
}
.fixed-menu .navbar-toggler{
	margin-right: 10px;
}

/* 语言选择样式 */
.language-selector {
  background-color: #f8f9fa;
  padding: 5px 0;
  font-size: 12px;
  border-bottom: 1px solid #e9ecef;
}

.language-selector .language-label {
  margin-right: 10px;
  font-size: 16px;
  color: #6c757d;
}

.language-selector .language-link {
  margin: 0 5px;
  color: #0143be;
  font-size: 16px;
  text-decoration: none;
}

.language-selector .language-link:hover,
.language-selector .language-link.active {
  color: #002d7a;
  font-weight: bold;
}


.top-menu{
	padding: 15px 0;
}
.top-menu .row{
	align-items:center;
}
.contact-top{
	display: flex;
	align-items:center;
	justify-content: space-between;
	margin: 0;
}
.contact-top a{color: #212529!important;text-decoration:none;}
.contact-top li span:first-child{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
 }
 .contact-top li span:first-child i{
	 margin-right: 5px;
 }
.contact-top li span:last-child{
   font-size: 17px;
   font-weight: 600;
}

.banner-part .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    top: 45%;
    transform: translateY(-50%);
}
.banner-part .carousel-item img{
	object-fit: cover;
	width: 100%;
	margin: auto;
}
.banner-part .carousel-caption h1{
	font-family: 'Exo', sans-serif;
	color: var(--color-text-primary);
	font-size:45px;
	text-transform: uppercase;
}
.banner-part .carousel-caption p{
	color: var(--color-text-secondary);
	font-size: 19px;
}
.banner-part .carousel-caption h1 span{
	margin-bottom: 5px;
}
.banner-part .carousel-caption h1, .banner-part .carousel-caption p{
	text-align: left;
	
}
.banner-part .carousel-caption h1 span:nth-child(1){
	font-size: 30px;
}
.banner-part .carousel-caption h1 span:nth-child(2),
.banner-part .carousel-caption h1 span:nth-child(3){
	font-weight: 800;
	
}
.banner-part .carousel-caption h1 span:nth-child(2) >b{
	color:#0143be;
	
}

.banner-part .carousel-caption h1,
.banner-part .carousel-caption p{
	text-align:left;
	
}

.banner-part .d-flex > a:first-child{
	border-radius: 50px;
	background: var(--color-primary);
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 200;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 15px;
	transition: all 0.3s ease;
}
.banner-part .d-flex > a:first-child:hover{
	background: var(--color-primary-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(1, 67, 190, 0.3);
}
.banner-part .d-flex > a:last-child{
	border-radius: 50px;
	background: #fff;
	color: var(--color-primary);
	border: 2px solid var(--color-primary);
	font-size: 16px;
	font-weight: 400;
	padding-left: 25px;
	padding-right: 25px;
	transition: all 0.3s ease;
}
.banner-part .d-flex > a:last-child:hover{
	background: var(--color-primary);
	color: #fff;
}
.mn-head form{
	margin-left: auto;
	margin-top: 0;
	width: 300px;
}
.mn-head form .form-control{
    border-radius: 0;
	background: #f5f5f5;
	border: none;
}
.mn-head .container{
	padding: 0;
}
.mn-head form .btn-info{
   background: #0143be;
   color: #fff;
   border-radius: 0;
   border: none !important;
}
.medi-services {
  /* positioning handled per breakpoint in responsive section below */
}

.medi-services .row > div{
	background: #0143be;
    min-height: 100px;
    overflow: hidden;
}
.medi-services .row > div:nth-child(1){
	background: var(--color-primary);
}
.medi-services .row > div:nth-child(2){
	background: var(--color-primary-dark);
}
.medi-services .row > div:nth-child(3){
	background: var(--color-accent);
}
/* old .comon-quick styles removed — see new .medi-card styles below */

.sec-d1 h1{
	font-family: 'Exo', sans-serif;
	color: var(--color-text-primary);
}

.comon-us{
	box-shadow:0px 5px 30px 0px rgb(9 29 62 / 15%);
	padding: 20px;
	position: relative;
	background: #fff;
}
.comon-us::before, .comon-us::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--color-accent);
}
.comon-us span::before, .comon-us span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--color-accent);
}
.comon-us span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}
.comon-us span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}

.comon-us::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}
.comon-us::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.comon-us:hover::before, .comon-us:hover::after {
    width: 100%;
}
.comon-us:hover span::before, .comon-us:hover span::after {
    height: 100%;
}
.comon-us:hover span::before {
    transition-delay: 0.6s;
}

.comon-us figure{
	width: 67px;
	margin: auto;
	margin-bottom: 15px;
}
.comon-us h5{
	text-align: center;
	font-family: 'Exo', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	color: var(--color-text-primary);
}
.booking-an-div{
	margin-bottom: 55px;
}
.sec-new-add figure{
	width: 100%;
	height: 100%;
	position: relative;
}
.sec-new-add figure img{
	position: absolute;
	bottom: 0;
}
.booking-an-div h1{
    font-family: 'Exo', sans-serif;
    color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 36px;
}
.booking-an-div p{
	font-size: 19px;
	color: rgba(255,255,255,0.9);
}
.booking-an-div p > span{
	font-weight: 700;
	color: var(--color-highlight-light);
	margin-right: 10px;
}
.booking-an-div .form-group{
  margin-bottom: 15px;
  width: 100%;
}
.booking-an-div .form-control{
	height: 45px;
	border: none;
	box-shadow: 0px 5px 30px 0px rgba(1, 67, 190, 0.15);
}
.booking-an-div textarea{
    
	height: 150px !important;
	resize: none;
 
}
.ap-bn{
	color: #fff;
	background: var(--color-primary);
	border-radius: 50px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 57px;
	transition: all 0.3s ease;
}
.ap-bn:hover{
	background: var(--color-accent);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(1, 67, 190, 0.3);
}
.booking-an-div select{
	margin-bottom: 25px;
	height: 45px;
	border: none;
}
.sec-d4 h1{
	font-weight: 700;
	color: var(--color-text-primary);
}
.sec-d4 h1 span{
	display: block;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}
.sec-d4 h1 img{
	margin-bottom: 10px;
}


/* ends new */




.line-bg{
	position: relative;
    top: 17px;
	filter: drop-shadow(0px 3px 1px rgba(0,0,0,3%));
}
.line-bg img{
	width: 100%;
    
}
.navbar-brand{
	filter: drop-shadow(drop-shadow(0px 11px 0px #000));
	position:relative;
}
.navbar-brand img{
	position:relative;
	z-index:2;
}
.navbar-tel img{width: 2rem;}

.navbar{
	padding-bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 15px;
}
.top-head .nav-link{
	color:#212529 !important;
	font-size:16px;
	transition:all 0.5s;
	padding-left:15px !important;
	padding-right:15px !important;
	font-weight:600;
	
}
.active > .nav-link{
	color: #0143be !important;
}
.sec-d-expart .row{
	width:90%;
	margin:auto;
}
.sec-d-expart .row figure{
	border-radius:8px;
	overflow:hidden;
	width:100%;
	height:350px;
}
.sec-d-expart .row figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.sec-d-expart .row h2{
	text-transform:capitalize;
	font-weight: 700;
}
.top-head .nav-link:hover{
	color:#0143be !important;
	
}
.news-sec-div h1{
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	font-size: 36px;
}
.testimonal-sec{
	/* legacy placeholder */
	display: block;
}
.news-sec-div-part .form-group{
	margin-bottom: 15px;
}
.news-sec-div-part textarea{
	height:180px;
}
.news-sec-div-part .submit-bn-make{
	background: #060236;
	color: #fff;
	border-radius: 43px;
    padding: 10px 46px;
	text-transform: uppercase;
}
.left-p{
	height: 460px;
	overflow: hidden;
	margin: 0;
}
.left-p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonal-sec .comon-hed{
	/* legacy placeholder */
	display: block;
}
.comon-news-part figure{
	width:100%;
	height:250px;
	overflow:hidden;
	
}
.comon-news-part figure{
	position:relative;
}
.comon-pic-news{
	height:300px;
	position:relative;
	width:100%;
}
.comon-pic-news p{
	display:inline-block;
	padding:8px 15px;
	background:#b2b74a;
	color:#fff;
	position:absolute;
	bottom:28px;
	left:15px;
}
.comon-news-part{
	border:dashed 1px #eee;
	
}
.comon-news-part:hover{
	border:dashed 1px #b2b74a;
}
.dtails-idv-text{
	padding:0 25px 25px 25px;
}
.dtails-idv-text h5{
	font-weight:700;
}
.comon-news-part figcaption{
	background:red;
	padding:15px;
	border-radius:7px;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:2;
}
.year-text h1{
	background: url("../images/p1.jpg");
	background-position: bottom;
	-webkit-background-clip:text;
	background-clip: text;
	color: transparent;
	font-size: 201px;
    font-weight: 900;
    background-size: 54%;
    background-repeat: no-repeat;
}
.silder-div-text{
	width:100%;
	min-height:440px;
	position:relative;
	display: grid;
    align-content: center;
    padding: 0 50px;
}
.year-text p{
	margin-top:-25px;
	font-size:20px;
	text-transform:capitalize;
}
.silder-div-text figure{
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:50%;
	border:solid 2px #fff;
	margin:0;
}
.comon-div-ts{
	display:inline-block;
	width:90%;
	margin:auto;
	padding:90px 10px 0 10px;
}
.silder-div-text h4{
	font-size:17px;
	font-weight:700;
	margin-left:10px;
	color: #fff;
}
.silder-div-text .owl-theme .owl-nav.disabled+.owl-dots{
	text-align:left;
}
.silder-div-text .owl-stage-outer::before {
    content: "\f10d";
    position: absolute;
    left:0;
    top: 0;
    font-size: 65px;
    color: #0143be;
    font-family: 'FontAwesome';
}
.silder-div-text h4 span{
	font-weight:500;
	color: #0143be;
}

.search-bn{
	background:#262b2b;
	color:#fff;
	width:90%;
	text-transform:uppercase;
	height:50px;
}
.testimonal-sec .row > div:nth-child(2){
	background:#060236;
	padding-top: 20px;
}
.comon-div-ts h5{
	color:#fff;
}
.testimonal-sec .row > div:nth-child(2) .silder-div-text h1{
    color:#fff;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.banner-div-content .form-select{
	height:50px;
}
.top-head .signiup{
	border-radius:50px;
	font-weight:400;
	background:#b2b74a;
	color:#fff !important;
	padding:7px 20px !important;
	font-size:16px !important;
	display:inline-block;
	border:solid 1px #b2b74a;
}
.top-head .signiup:hover{
	background:none;
	color:#b2b74a !important;
	
}

.cart{
	position:relative;
	margin-left:10px;
}
.cart span i{
	color:#b2b74a;
	font-size:20px;
	
}
.cart small{
	width:20px;
	height:20px;
	border-radius:30px;
	background:#b2b74a;
	display: inline-grid;
    align-content: center;
    text-align: center;
	position: relative;
    right: 10px;
	color:#fff;
	font-size:11px;

}
.banner-part{
	width:100%;
	/* height:660px; */
	overflow:hidden;
	position:relative;

	margin-top: -60px;
}
.banner-part .swiper-container {
    width: 100%;
}
.banner-slide-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-img {
    display: block;
    width: 100%;
    height: 660px;
    object-fit: cover;
    object-position: center;
}
.banner-swiper-pagination {
    position: absolute;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.banner-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.35s ease;
    margin: 0 4px !important;
}
.banner-swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #fff;
}
.banner-btn-prev,
.banner-btn-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    cursor: pointer;
}
.banner-btn-prev:hover,
.banner-btn-next:hover {
    background: rgba(255, 255, 255, 0.32);
    border-color: rgba(255, 255, 255, 0.65);
    transform: scale(1.06);
}
.banner-btn-prev::after,
.banner-btn-next::after {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 767.98px) {
    .banner-btn-prev,
    .banner-btn-next {
        display: none !important;
    }
    .banner-img {
        height: 11rem;
    }
    .banner-swiper-pagination {
        bottom: 16px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-img {
        height: 480px;
    }
}
.top-bar-sec .row a{
	text-decoration:none;
	color:#fff;
	font-weight:500;
	font-size:15px;
}
.top-bar-sec .row > div{
	margin-top:5px;
	margin-bottom:10px;
	color:#fff;
}
.top-bar-sec .row > div:nth-child(2){
	display:flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
	text-transform:capitalize;
	font-weight:500;
}
.top-bar-sec .row > div:nth-child(2) a{
	margin:0 7px;
	font-size:15px;
	
}
.fixed-menu{
	background:#fff;
	position: fixed;
	top:0;
	animation:slide-down 0.7s;
	left:0;
	right:0;
    box-shadow:4px -86px 103px rgba(0,0,0,0.9);
	z-index:250;
		
  }

@keyframes slide-down {
		  0% {
			  transform: translateY(-100%);
		  } 
		  100% {
			  transform: translateY(0);
		  } 
	  }
	  
	  @keyframes slide {
		0% {
			opacity: 0;
			transform: translateY(50%);
		} 
		100% {
			opacity: 1;
			transform: translateY(0);
		} 
	}
.banner-div-content{
	animation: fadeInleft 0.5s ease-in-out;
	position: relative;
    z-index: 2;
	text-align:center;
	min-height:475px;
	}
.banner-div-content h1{
	color:#fff;
	font-weight:900;
	text-shadow: 2px 2px #262b2b;
	font-size:50px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-div-content p{
	color:#fff;
	font-size:17px;
	text-shadow:0px 2px 9px #262b2b;
	margin: 0;
}
.about-div-pic{
	position:relative;
	height:520px;
	overflow:hidden;
}
.pic-1{
	height: 430px;
    overflow: hidden;
    border-radius: 10px;
    width: 83%;
}
.pic-2{
	position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 60%;
    overflow: hidden;
    border-radius: 13px;
    height: 230px;
}
@keyframes fadeInleft{
	0%{
		opacity:0;
		transform:translateX(-30px);
	}
	100%{
		opacity:1;
		transform:translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity:0;
		transform:translateX(30px);
	}
	100%{
		opacity:2;
		transform:translateX(0px);
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		transform:translateY(-30px);
	}
	100%{
		opacity:1;
		transform:translateY(0px);
	}
}

form{
	margin-top:15px;
	width:100%;
	display:inline-block;
}
.banner-text h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:0;
	line-height:40px;
	color:#262b2b;
	font-size:30px;
}
.banner-text h1 span{
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}
.banner-part > img{
	position:relative;
	top:0;
	left:0;
	right:0;
	z-index:1;
	width: 100%;
	object-fit: cover;
}
.career-page-div,
.find-div,
.comon-sub-div{
	margin-top: -71px;
}
.sec-d1{
	margin-top:-114px;
	margin-bottom:0;
	width:100%;
	display:inline-block;
	background: url(../images/tesicope.jpg) no-repeat;
	background-position: 0px 5px; 

	
}
.sec-d1 h4{
	position:relative;
	padding-left: 40px;
	color:#b2b74a;
}
.read-more-bn{
	
	color:#0143be;
	font-size:14px;
	padding: 0;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
}
.sec-d1 h3{
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
	padding:15px;
	margin-top:15px;
	color:#b2b74a;
	border:1px solid rgb(243 243 243);
	width:auto;
	display:inline-block;
	margin-bottom:15px;
	
}
.sec-d1 h4:before{
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.comon-hed{
	position:relative;
	padding-left: 40px;
	color:#262b2b;
	display:inline-block;
	width: auto;
    display: grid;
    justify-content: center;
    margin: auto;
	font-weight:700;
	
}
.comon-hed:before{
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.sec-new-add{
	background:url(../images/book-pic.jpg) no-repeat fixed;
	padding:59px 0 0 0;
    margin: 48px 0;
	
}
.sec-new-add i{
	color: #fff;
	font-size:36px;
	margin-right:8px;
}
.sec-new-add h5 span{
	font-size:17px;
}
.sec-new-add h5{
	font-size:30px;
	line-height:30px;
}
.comon-st-div{
	display: flex;
    align-items: center;
}
.sec-new-add .row > div:nth-child(2) .comon-st-div{
	justify-content:center;
}
.sec-new-add .row > div:nth-child(3) .comon-st-div{
	justify-content:flex-end;
}
.what-project-div{
	background: #262b2b;
    margin: 48px 0;
}
.what-project-div .comon-hed{
	justify-content:left;
	color:#fff;
	margin-bottom:15px;
}
.what-project-div h4{
	margin-bottom:25px;
}
.what-project-div h4,
.what-project-div p{
	color:#fff;
	text-align:left;
}
.what-project-div ul{
	list-style-type:none;
	color:#fff;
	margin:0;
	padding:0;
	
}
.what-project-div figure{
	height:540px;
	margin:0;
	overflow:hidden;
}
.what-project-div .read-more-bn{
	background:#fff;
	color:#262b2b;
	margin-top:15px;
}
.what-project-div figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.what-project-div ul li{
	display:flex;
	
}
.what-project-div ul li h5{
	font-size:16px;
	color: #b2b74a;
	font-weight:700;
	
}
.what-project-div ul li i{
	font-size: 33px;
    color: #b2b74a;
    margin-right: 10px;
    margin-top: -6px;
}

.from-sec-div{
	background:#fff;
	border-radius:100px;
    padding: 0 0 0 6px;
	box-shadow:0 1px 20px 0 rgb(0 0 0 / 20%);
	width:64%;
	margin:auto;
	
}
.list-work ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
	flex-wrap: wrap;
}
.list-work ul li {
    padding: 10px 25px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 30px;
    margin: 0 8px;
}
.each-items {
    overflow: hidden;
    height:260px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    padding: 15px;
    position: relative;
}
.each-items figure{
	height:230px;
	overflow:hidden;
}
.each-items figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.each-items .items-hover {
    background: rgba(50,54,87,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: grid;
    transform: scale(0,0);
    transition: 0.5s;
    align-content: center;
    color: #fff;
    font-size: 35px;
    justify-content: center;
}
.each-items:hover .items-hover {
    transform: scale(1,1);
}
.visit-bn {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323657;
    font-size: 17px;
    padding: 5px 10px;
    margin-left: 20px;
	text-decoration:none;
}
.mixitup-control-active{
	background:#262b2b !important;
	color:#fff;
}
.from-sec-div .comon-sec{
	display:flex;
	align-items: center;
    width: 45%;
	position:relative;
}
.from-sec-div .comon-sec i{
	font-size:18px;
	color:#dc3545;
}
.from-sec-div .comon-sec:nth-child(2):after{
	display:none;
}
.from-sec-div .comon-sec:after{
	width:1px;
	height:30px;
	background:#CCC;
	position:absolute;
	right:0;
	content:"";
}
.from-sec-div .comon-sec .form-control{
	border:none;
}
.btnh-submit{
	font-size:35px;
	color:#b2b74a;
	width:auto;
	
}
.how-it-work{
	background: url(../images/feature_image.png) top center no-repeat;
    background-position-y: 20px;
    margin-top: 60px;
}

.sec-d1 h1{
	font-size:36px;
	font-weight:700;
	text-transform:capitalize;
	line-height:35px;
}
.sec-d1 h1 span{
	display:block;
	font-size:20px;
	font-weight:400;
	color:#4c4546;
}

.comon-items{
	text-align:center;
	display:block;
}
.comon-items .icon-fs{
	width:90px;
	height:90px;
	border-radius:50%;
	display:grid;
	font-size:25px;
	align-content: center;
    text-align: center;
	color:#fff;
	margin:auto;
	margin-bottom:15px;
	border:3px dotted #d2d2d2;
	position:relative;
	background:#fff;
}
.comon-items .icon-fs i{
	color:#fff;
	position:relative;
	z-index:2;
}
.comon-items .icon-fs:after{
	width:70px;
	height:70px;
	border-radius:50%;
	background:#b2b74a;
	border-radius:50%;
	position:absolute;
	content:"";
	left: 7px;
    top: 7px;
	z-index:1;
}
.comon-items h5{
	display:block;
	font-size:15px;
	text-transform:uppercase;
	line-height:25px;
}
.comon-items h5 span{
	display:block;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
}
.sec-d2{
	margin-top:50px;
	padding-top:50px;
	padding-bottom:70px;
}
.sec-d2 h1{
	font-size:36px;
}
.sec-d2 h1 span{
	font-weight:700;
}
.fl-sr-bn li{
	margin:0 5px;
}
.fl-sr-bn li a,
.fl-sr-bn li .btn{
	border:solid 1px #eee;
	background:#fff;
	transition:all 0.5s;
}
.cost-bn{
	border: solid 1px #eee;
    background: #fff;
    transition: all 0.5s;
}


.food-list a{
	text-decoration:none;
	color:#212529;
	border:none;
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
}
.food-list .review-text i{
	color:#FC0;
}
.food-list figure{
	height:250px;
	overflow:hidden;
	margin:0;
}

.food-list figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.food-list .card-title{
	font-weight:700;
	color:#212529;
}
.off-text{
	position:absolute;
	left:10px;
	top:12px;
	background:#b2b74a;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:1;
}
.food-list .card-footer{
	background-color:#fff;
}
.food-list .card-footer p{
	margin-bottom:5px;
	font-weight:700;
	color:#b2b74a;
}
.food-list .card-footer i{
	color:#b2b74a;
}
.food-list .card-footer small{
	color:#000 !important;
}
.card:hover figure img{
	transform:scale(1.2);
}

.sec-d3{
	display:grid;
	width:100%;
	padding-top:50px;
	background: url(../images/bg-banner.jpg) top center no-repeat;
	padding-bottom:50px;
	align-content: center;
    height: 400px;
}
.sec-d3 h1,
.sec-d3 p{
	color:#fff;
	text-align:center;
}
.sec-d3 p{
	margin-bottom:0;
	font-size:17px;
}
.sec-d3 h1{
	font-weight:700;
	text-transform:capitalize;
	color:#b2b74a;
}
.sec-d4{
	padding-top:50px;
	padding-bottom:50px;
}
.sec-d4 h1{
	font-weight:700;
	font-family: 'Exo', sans-serif;
	font-size: 36px;
}
.sec-d4{
	background:#fff;
}
.sec-d4 .comon-hed{
	display: table;
}
.sec-d4 .card{
	border:none;
	border-radius: 0;
    color: #060236;
    overflow: hidden;
    width: 95%;
    padding-top: 20px;
	margin: 20px 0;
	box-shadow: #edecec 1px 1px 17px;
	transform: scale(1);
	transition: all 0.5s;
}
.sec-d4 .card figure{
	height: 100px;
    overflow: hidden;
    width:100px;
    margin:0 0 0 15px;
    border-radius: 50%;
	border:solid 5px rgba(0,0,0, 6%);
}
.sec-d4 .card h5{
	font-weight:700;
	color:#262b2b;
	text-align:left;
	text-transform:capitalize;
	
}
.sec-d4 .card a{
	background: #0143be;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
	padding: 10px 20px;
	border-radius: 20px;
}
.slider-combo .item:hover .card{
	transform: scale(1.1);

}
.slider-combo .card-body ul li i{
	color: #0143be;
	font-size: 22px;

}
.slider-combo .card-body ul li{
	text-transform: capitalize;
}
.sec-d4 .card ul{
	list-style-type: none;
	padding: 0;
}
.team-div{
	background: #f9f9f9;
	padding:50px 0;
	margin: 50px 0 0 0;
}
.team-div h1{
	color: #060236;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	font-size: 36px;
}
.team-div .item{
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.team-div .item figure{
    height: 250px;
	position: relative;
	overflow: hidden;
}
.team-div .item figure a{
	position: absolute;
	top:300px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	margin: auto;
	display: table;
	text-align: center;
	left: 50%;
	transition: all 0.5s;
	background: #0143be;
	color: #fff;
	border: none;
}
.comon-text-sec{
	border: solid 2px #eee;
	padding-right: 6px;
}
.details-text{
	text-align: center;
	padding-bottom: 10px;
	
}
.details-text h5{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.team-div .item{
	margin: 30px 0;
}
.blog-sec-div h1{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.team-div .item:hover figure a{
	top:50%;
	
}
.team-div .item:hover  figure img{
	opacity: 0.5;
}
.comon-text-sec h5{
	font-weight:700;
	font-family: 'Exo', sans-serif;
}
.comon-text-sec figure{
	height:272px;
	overflow:hidden;
	border-radius:0;
	margin:0;
}
.comon-text-sec figure > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.vie-more-bn{
	text-transform:uppercase;
	margin:auto;
	background:#060236;
	color:#fff;
	text-align:center;
	display:table;
	margin-top:35px;
}
.blog-sec-div .row > div{
	margin-bottom:40px;
}
.comon-text-sec h5,
.comon-text-sec p{
	padding-left:25px;
}
.comon-text-sec p{
	font-size:15px;
}
.comon-text-sec a{
	margin-left:25px;
	text-transform:capitalize;
}
.sec-d4 .card figure{
	display: grid;
	align-content: center;
}
.sec-d4 .card figure > img{
	
	width:60px;
	margin: auto;
	transition:all 0.5s;
}
.sec-d4 .card-footer{
	background-color:#b50828;
	border:none;
}
.sec-d4 .card-footer p{
	margin-bottom:5px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.sec-d4 .text-muted{
	color:#fff !important;
}
.sec-d5{
	margin-top:50px;
	padding:50px 0;
}
.sec-d5 h4,
.sec-d6 h4,
.sec-d7 h4{
	font-weight:700;
}
.restarn-link{
	display:flex;
	list-style-type:none;
	margin-top:25px;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
}
.restarn-link li{
	margin:5px;
}
.restarn-link li a{
	text-decoration:none;
	background:#fff;
	color:#212529;
	padding:10px;
	display:inline-block;
	border:1px solid rgb(232, 232, 232);
	text-transform:capitalize;
	font-size:15px;
	transition:all 0.5s;
	
}
.restarn-link li a:hover,
.restarn-link li a:hover i{
	background:#b2b74a;
	color:#fff;
}
.restarn-link li a i{
	color:#b2b74a;
}
.sec-d6,
.sec-d7{
	padding:50px 0;
}
.sec-d7{
	padding:0;
	background:#0143be;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.sec-d7 h1,
.sec-d7 .read-more-bn{
	position:relative;
	z-index:2;
}
.sec-d7 > .row > div:nth-child(2){
	margin-right:auto;
}
.sec-d7 p{
	font-size: 20px;
}
.sec-d7 .read-more-bn{
	font-size: 17px;
}

.sec-d7 img{
	position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 1;
    width: 100%;
    opacity: 0.3;
	
}
.sec-d7 .restarn-link{
	columns: 3;
  -webkit-columns:3;
  -moz-columns: 3;
   list-style-position: inside;
  display:block;
}
footer p{
	font-size:13px;
	color:#fff;
	margin-bottom:10px;
	margin-top:12px;
}
footer .row > div:nth-child(2){
	display: grid;
    justify-content: center;
}

.weixin { width: 124px; }
.sub-bn{
	background: #b2b74a;
	color:#fff;
	margin-top:8px;
}
.sec-d7 .restarn-link li a{
	background:#b2b74a;
	color:#fff;
	width:80%;
}
.socal{
	justify-content: flex-end;
    display: flex;
}
.socal li a{
	color:#fff;
	margin:0 5px;
	text-decoration:none;
}
.sec-d7 .restarn-link li a:hover,
.sec-d7 .restarn-link li a:hover i{
	background:#212529;
}
.sec-d7 .restarn-link li a i{
	color:#fff;
}
.sec-d7 .form-group{
	border:solid 1px #eee;
	overflow:hidden;
}
.sec-d7 .form-control{
	border:none;
}
.sec-d7 .form-group .btn{
	background:#060236;
	transition:all 0.5s;
	color:#fff;
	border:none;
	border-radius:0;
}
.sec-d7 .form-group .btn:hover{
	background:#212529;
}
.news-sec-div-part iframe{
	height: 400px;
	margin: 0;
	width: 100%;
}
.sec-d7 h5{
	font-weight:600;
	text-transform:capitalize;
	margin: 0;
	font-family: 'Exo', sans-serif;
}
.sec-d7 .row > div{
	background: #0143be;
	padding: 20px;
	position: relative;
}
.sec-d7 .row > div:nth-child(2){
	background: #043981;
	padding: 20px;
}

.cm-ft{
	position: relative;
	display: grid;
    align-content: center;
    justify-content: center;
}
.sec-d7 i{
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.cm-ft h5,
.cm-ft p{
	position: relative;
	z-index: 2;
}
.sec-d7 .form-group{
    border: none;
	border-radius: 0;
	margin-top: 15px;
}
footer{
	padding:50px 0 0 0;
	display: inline-block;
    width: 100%;
	background:#063183;
	
}
footer .row > div:nth-child(3) .comon-footer{
	display: grid;
    justify-content:center;
}
footer .row > div:nth-child(4) .comon-footer{
	display: grid;
    justify-content: end;
}
footer .row > div:nth-child(5) .comon-footer{
	display: grid;
    justify-content: end;
}
.comon-footer h5{
	font-size:16px;
	font-weight:600; 
	text-transform:uppercase;
	color:#fff;
}
.comon-footer ul{
	margin:0;
	padding: 3px 0 0 18px;
    margin-bottom: 15px;
    list-style: disc;
    color: #fff;
}
.comon-footer ul li{
	line-height:30px;
}
.comon-footer ul li a{
	text-decoration:none;
	font-size:14px;
	color:#fff;
	transition:all 0.5s;
}
.comon-footer ul li a:hover{
	color:#b2b74a;
}

.comon-footer .list-unstyled{
	list-style: none !important;
	padding-left:0;
}
.comon-footer .list-unstyled li a{
	margin:0 5px;
	font-size:18px;
}
.sec-d8{
	padding:0;
	background:#b2b74a;
	height: 294px;
}
.text-apps h3{
	font-size:30px;
	font-weight:700;
	text-transform:capitalize;
	color:#fff;
}
.text-apps{
	display: grid;
    align-content: center;
    height: 100%;
}
.text-apps p{
	color:#fff;
}
.sec-d8 figure{
	position:relative;
	top:-20px;
}
.sec-d8 figure > img{
	display: block;
    margin-left: auto;
}
.sec-d8 .row{
	width:90%;
}
.active-new2{
	background:#b2b74a !important;
	color:#fff;
}












.range-slider {
  width: 300px;
  text-align: left;
  position: relative;
}
.range-slider .rangeValues {
  display: block;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid white;
  width: 300px;
  position: absolute;
  left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}


.owl-prev:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f053";
    left: 0;
    right: 81px;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}
.owl-prev span {
    display: none;
}
.owl-next span {
    display: none;
}
.owl-next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f054";
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}


/* abou us */
.total-about-page {
    background: #f9f9f9;
    padding-top: 45px;
	margin-top: -62px;
}
.sub-page-banner{
	/* height placeholder */
	height: auto;
}
 .sub-banner{
	position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
	text-align: center;
 }
 .sub-banner h1{
	font-family: 'Exo', sans-serif;
    color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}
.sub-banner ul li{
	margin:0 10px;
	font-family: 'Exo', sans-serif;
	color: #fff;
}
.sub-banner ul li a{
	text-decoration: none;
	color: #fff;
}
.sub-page-header{
	height: auto;
	overflow: hidden;
}
.oneer-pic-div{
	width:58%;
	margin: auto;
}
.onwer-div{
	background: #0143be;
	padding: 20px;
	width: 70%;
	margin:auto;
	text-align: center;
	color: #fff;
}
.onwer-div h3{
	font-family: 'Exo', sans-serif;
	font-weight: 800;

}
/* about us */
.comon-about-div-sec h5,
.comon-about-div-sec h1{
	font-family: 'Exo', sans-serif;
}
.comon-about-div-sec h1{
	font-weight: 800;
	text-transform: capitalize;
}
.comon-about-div-sec .row > div{
	padding: 0;
}
.comon-about-div-sec .row > div:nth-child(2n+2) .our-text:after{
	display: none;
	
}
.comon-about-div-sec .row > div:nth-child(3) .our-text:before,
.comon-about-div-sec .row > div:nth-child(4) .our-text:before{
	position: absolute;
	content: "";
	width:100%;
	height: 1px;
	right: 0;
	top:0%;
	background: #bbb;
}
.comon-about-div-sec .row > div:nth-child(3) .our-text,
.comon-about-div-sec .row > div:nth-child(4) .our-text{
	padding-top: 25px;
}
.our-text{
	position: relative;
	text-align: center;
	height: 100%;
}
.our-text:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top:0%;
	background: #bbb;
}
.our-text h2{
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	color: #0143be;
	font-size: 48px;
}
.actchive-team{
    background: url(../images/achive.jpg) no-repeat;
}

.actchive-team .comon-us{
	width: 70%;
	margin:30px auto;


}
.actchive-team .row > div:nth-child(2n+1) .comon-us{
	float:right;
}


.offcanvas-start{
	left: -10px;
    width: 306px;
}
.offcanvas-title img{
	width: 80%;
}
/* find a doctor */
.total-find-page,
.total-media-page{
	background: #f9f9f9;
	padding-top: 45px;
}
.find-form{
	border: solid 1px #ececec;
	padding: 20px;
	background: #fff;
}
.find-form .form-group{
	margin-bottom: 20px;
}
.comon-team-div a{
	text-decoration: none;
}
.find-form .form-group label{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 17px;
}
.comon-tabs-sec-d1 ul li{
	display: flex;
    align-items: center;
	margin-right: 10px;
}
.comon-tabs-sec-d1 ul li i{
    font-weight: 700;
	font-size: 25px;
	color: #0143be !important;
	margin-right: 5px;
}
.comon-doctor-div{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	margin-bottom: 25px;
	background: #fff;
}
.comon-team-div{
	margin-bottom: 25px;
}
.comon-team-div figure{
	height: 270px;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
	margin: 0;
}
.comon-team-div figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.team-details{
	transition: all 0.5s;
	padding: 15px;
}
.comon-team-div:hover .team-details{
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.team-details h4{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 19px;
}
.team-details h5{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	color: #0143be;
}
.team-details h5:last-child{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	color: #060236;
}
.comon-doctor-div figure{
	width: 190px;
    height: 190px;
    overflow: hidden;
    border-radius: 5px;
	margin: 0 20px 0 0;
}
.comon-doctor-div h5{
	font-weight: 600;
}
.book-bn-comon{
	border-radius: 50px;
    background: #060236;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 200;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 15px;
	text-transform: uppercase;

}
.mobile-show-menu ul{
	list-style-type: none;
	margin-left: 23px;
    padding: 0;
}
.mobile-show-menu ul li{
	margin-bottom:10px;
}
.mobile-show-menu ul li a{
	text-decoration: none;
	color: #060236;
	text-transform: capitalize;
}
.mobile-show-menu ul li .active{
	color: #0143be;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #060236;
    border-color: #060236;
}
.page-link{
	color: #060236;
}
.services-part-div .nav-link{
	display: flex;
	align-items: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	margin-bottom: 15px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #060236;
	text-transform: capitalize;
}
.total-find-page h1{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.services-part-div .nav .active{
	background-color: #0143be !important;
}
.services-part-div .nav-link figure{
	width: 35px;
	height: 35px;
	display: inline-table;
	margin: 0 8px 0 0;
	
}
.services-part-div .nav{
	width: 24%;
}
.services-part-div .tab-content{
	padding: 0 0 0 20px;
	margin-left:auto;
	width: 76%;

}
.services-part-div .tab-content .comon-tabs-sec-d1{
	margin-left:auto;
}
.comon-tabs-sec-d1 figure{
	border-radius: 10px;
	width: 70%;
	height: 250px;
	overflow: hidden;
}
.check-iconthanks{
	font-size: 54px;
	color: #0143be !important;
}
/* media */
.total-media-page h1{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.career-page-div .comon-team-div{
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	padding: 28px;
	min-height: 229px;
}
.career-page-div .comon-team-div h2{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 19px;
	color: #0143be;
}
.career-page-div .comon-team-div h5{
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #212529;
}
.career-page-div h4{
	font-family: 'Exo', sans-serif;
	font-weight: 700;

}
.career-page-div .form-group{
	margin-bottom: 15px;
	font-weight: 600;
}
.career-page-div .form-group label{
	margin-bottom: 10px;
	
}
.aply-divfm{
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	padding:30px;
	
}
.submit-bn,
.submit-cn{
	background: #0143be !important;
	color: #fff;
	margin-top: 15px;
	text-transform: uppercase;
	border: none;
}
.con-form .form-group{
	margin-bottom: 20px;
}
.con-form .d-flex{
	background: #fff;
	padding: 15px;

}
.con-form .d-flex i{
	font-size: 16px;
}
.con-form .form-control{
    background: none;
	border: none;
}
.con-form .form-control:focus{
    background: none;
	border: none;
	box-shadow: none;
}
.con-form textarea{
	height: 150px;
	resize: none;
}
.g-mpa{
	margin-top: 30px;
	width: 100%;
}
.g-mpa iframe{
	width: 100%;
	height: 320px;
}
.number-div {
	 margin-top: 30px;
}
.number-div li{
	margin-bottom: 20px;
}
.number-div li h5{
	font-weight:600;
	border-bottom: solid 1px #bbb;
	/* display: inline-block; */
	padding-bottom: 8px;
}
.emergency-part-div{
	background: #0143be;
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	position: relative;
	height:190px;

}
.emergency-part-div h2{
	color: #fff;
	font-weight: 700;
}
.emergency-part-div a{
   background: #fff;
   color: #0143be;
   margin-top: 10px;
   border-radius: 50px;
   padding: 10px 20px;
   font-size: 18px;
   font-weight: 600;
   margin-top: 20px;
}
.emergency-part-div figure{
	position: absolute;
	right: 70px;
	top: 0;
}

#tmpVideo0{ width: 420px;  }

@media (max-width:1024px){
	.what-project-div figure{
		height:664px;
	}
	.comon-pic-news figure > a{
		height:100%;
	}
	.comon-pic-news figure > a > img{
		width: 100%;
        height: 100%;
        object-fit: cover;
	}
	.sec-d7 img{
		top:-50px;
	}

	/* new add */

	.news-sec-div-part iframe{
		width: 100%;
	}
	.details-part-d1{
		margin-top: 15px;
	}
	.comon-doctor-div figure{
		width: 181px;
	}
	.top-head .nav-link{
		font-size: 14px;
		padding-left: 8px !important;
		padding-right: 9px !important;
	}
	.sub-banner ul li{
		font-size: 14px;
		margin: 0 9px;
	}
}
@media (max-width: 812px){
	.emergency-part-div{
		position: relative;
		height: auto;
	}
	.emergency-part-div figure{
		position: relative;
		right: 0;
		left: 0;
		margin: 30px auto;
		display: table;
	}
	.top-head .nav-link{
		font-size: 16px;
	}
	.top-head{
		padding-bottom: 0;
	}
	.total-about-page{
		margin-top: 0;
	}
	/* .medi-services positioning handled in new styles */
	.career-page-div,
	.find-div,
	.comon-sub-div{
		margin-top: 0;
	}
	.services-part-div .tab-content{
		width: 100%;
		padding: 0;
	}
	.comon-tabs-sec-d1 figure{
		width: 100%;
		height: 210px;
	}
	.services-part-div .nav{
		width: 100%;
	}
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
	/* new add */
	.contact-top{
		display: none;
	}
	.top-head img{
		text-align: center;
		display: block;
		margin: auto;
	}
	.top-menu{
		display: none;
	}
	.navbar-brand{
		width: 197px;
	}
	.mn-head {
		box-shadow: none !important;
	}
	.fixed-menu{
		position: fixed;
		
	}
	.sub-page-header {
		height: auto;
	}
	.navbar {
		background: none;
	}
	.fixed-menu .navbar-brand{
		display: block !important;

	}
	.news-sec-div-part .submit-bn-make{
		width: 100%;
	}
	.comon-quick a{
		position: relative;
		bottom: 0;
	}
	.banner-part{
		position: relative;
		top:0;
		margin-top: 0;
		padding-top: 0;
	}
	.sub-page-banner {
		height: 260px;
	}
	.sub-page-header{
		background: #f9f9f9;
	}
	.sec-new-add figure img{
		position: relative;
		text-align: center;
		display: block;
		margin: auto;
	}
	.blog-sec-div h5,
	.blog-sec-div p,
	.blog-sec-div .read-more-bn{
		margin-left:8px !important;
	}
	.news-sec-div-part iframe{
		width: 100%;
		height: 560px;
	}
	.sec-d7 .form-group .btn{
		margin-top: 10px;
	}
	.ap-bn{
		width: 100%;
		justify-content: center;
	}
	.team-div .item figure{
		height: 480px;
	}
	.sec-new-add{
        background-size: cover;   
	}
	.sec-new-add figure{
		margin-bottom: 0;
	}
	header {
		height: auto;
	}
	/* new add ends */
	.actchive-team .comon-us{
		min-height: 211px;
		display: grid;
	}
	.actchive-team .row > div:nth-child(2n+1) .comon-us{
		float: none;
	}
	.actchive-team{
		background-position: -180px 0;
	}
	
	.career-page-div .comon-team-div{
		display: grid;
        align-content: center;
	}
	.aply-divfm{
		margin-bottom: 30px;
	}
}
@media (max-width: 768px){

	#tmpVideo0{ width: 320px; }

	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
	.actchive-team .comon-us{
		min-height: 211px;
		display: grid;
	}
	.actchive-team .row > div:nth-child(2n+1) .comon-us{
		float: none;
	}
	.actchive-team{
		background-position: -180px 0;
	}
	
}
@media (max-width: 668px){
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	
	.top-menu{
		display: none;
	}
	.navbar{
		background: none;
	}
	.mn-head{
		box-shadow:none !important;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}

	/* new add */
	.contact-top{
		display: none;
	}
	/* new add ends */

	.sub-page-banner {
		height: 197px;
	}
	.sub-page-header{
		height: 359px;
		background: #f9f9f9;
	}
	.comon-about-div-sec{
		margin-top: 20px;
	}
	.onwer-div{
		width: 100%;
	}
	.our-text:after{
		display: none;
	}
	.comon-about-div-sec .row > div:nth-child(3) .our-text:before, .comon-about-div-sec .row > div:nth-child(4) .our-text:before{
		display: none;

	}
	.actchive-team .row > div:nth-child(2n+1) .comon-us{
		float: none;
	}
}
@media (max-width: 480px){
	h1{
		font-size:20px;
	}
	p{
		font-size:14px;
	}
	.banner-part .carousel-caption h1, .banner-part .carousel-caption p{
		text-align:center;
	}
	header{
		height:auto;
		}

	
	.sub-page-header{
		height: auto;
	}
	.sub-page-header .banner-part{
		height: 120px;
	}

	.top-head{
		position:relative;
	}
	.top-bar-sec{
		text-align:center;
	}
	.top-bar-sec .row > div:nth-child(2){
		justify-content: center;
	}
	.fixed-menu{
		/*top:40px;*/
		padding-top: 20px;
	}
	.search-bn{
		width:100%;
		margin-top:15px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.about-div-pic{
		margin-top:50px;
	}
	.comon-st-div{
	   display: block;
       text-align: center;
	}
	.list-work ul {
		flex-direction: column;
	}
	.list-work ul li{
		margin-bottom:15px;
	}
	.what-project-div{
		padding-bottom:20px;
	}
	.comon-text-sec h5, .comon-text-sec p{
		padding-left:0;
		margin-top:10px;
	}
	.comon-text-sec a{
		margin-left:0;
	}
	.sec-d-expart .row {
      width: 100%;
	}
	.year-text h1{
		background-size: 100%;
	}
	.sec-d7 .read-more-bn{
		margin: auto;
		text-align: center;
		display: table;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	.socal {
       justify-content: start;
     }
	.banner-part .carousel-inner > div:nth-child(1) .order-now, .banner-part .carousel-inner > div:nth-child(3) .order-now,
	.banner-part .carousel-inner > div:nth-child(2) h1,
	.banner-part .carousel-inner > div:nth-child(3) h1,
	.banner-part .carousel-inner > div:nth-child(2) .order-now,
	.banner-part .carousel-inner > div:nth-child(3) .order-now{
		text-align:center;
		font-size: 10px;
		    margin: auto;
	}
	.contact-top{
		display: none;
	}
	.top-menu img{
		text-align: center;
		display: block;
        margin: auto;
	}
	.banner-part .carousel-caption h1,
	.banner-part .carousel-caption h1 span:nth-child(1){
		font-size: 17px !important;
	}
	.banner-part .carousel-caption h1 span:nth-child(2), 
	.banner-part .carousel-caption h1 span:nth-child(3){
		font-weight: 700;
		font-size: 17px;
	}
	.banner-part .carousel-caption h1 span:nth-child(1) >b,
	.banner-part .carousel-caption h1 span:nth-child(2) >b{
		font-weight: 700;
		font-size: 17px;
	}

     /* new add banner */

       .banner-part .carousel-caption h1{
          text-align: center;
		  
	   }
	   .banner-part .carousel-caption p{
		text-align: center;
		font-size: 11px;
	 }
	   .banner-part .d-flex > a:first-child,
	   .banner-part .d-flex > a:last-child{
		font-size: 12px;
		padding: 9px;
	   }
	   .carousel-caption .d-flex{
		   justify-content: center;
	   }
	   .carousel-indicators{
		   margin-bottom: 0;
	   }

	 /* new add banner ends */
	 .medi-services .row > div{
		 min-height: auto;
	 }
	 .comon-quick h4{
		 font-size: 17px;
		 margin-left: 0;
	 }
	 .comon-quick figure{
		 width: 39px;
	 }
	 .comon-quick ul li,
	 .booking-an-div p{
		 font-size: 15px;
	 }
	 .sec-d1 h1,
	 .booking-an-div h1,
	 .sec-d4 h1,
	 .team-div h1,
	 .blog-sec-div h1,
	 .testimonal-sec .row > div:nth-child(2) .silder-div-text h1,
	 .news-sec-div h1{
		 font-size: 29px;
	 }
	 .sec-new-add figure img{
		 position: relative;
	 }
	 .news-sec-div-part .submit-bn-make{
		 width: 100%;
		 text-align: center;
	 }
	 .sec-d7 .form-group .btn{
		 margin-top: 10px;
	 }
	 .sec-d7 .row > div{
		 padding: 17px 0;
	 }
	 .fixed-menu .navbar-brand{
		 display: block !important;
	 }
	 .silder-div-text{
		 padding: 0;
	 }
	 .news-sec-div-part iframe{
		 width: 100%;
	 }
	 .blog-sec-div h5,
	 .blog-sec-div p,
	 .blog-sec-div a{
		 margin-left: 10px;
	 }
	 .blog-sec-div a{
		 margin-bottom: 15px;
		 margin-top: 0;
	 }
	 .testimonal-sec{
		 padding-top: 0 !important;
	 }
	 .comon-div-ts{
		 width: 100%;
	 }
	 .comon-div-ts h5 {
		
		font-size: 16px;
		line-height: 24px;
	}
	 .sec-new-add figure{
		 margin:0;
	 }
	 .ap-bn{
		width: 100%;
        text-align: center;
        justify-content: center;
	 }
	 .booking-an-div .row{
		 justify-content: center;
		 margin: 0;
	 }
	 .booking-an-div .row > div{
		 padding: 0;
	 }
	.banner-part{
		height: auto;
		padding:0;
		overflow:inherit;
		position: relative;
		top:0;
		margin-top: 0;
	}
	.navbar form{
        display: none !important;
	}
	.fixed-menu{
		position: fixed;
	}
	.comon-us{
		margin-bottom: 25px;
	}
	.comon-quick a,
	.comon-quick h5{
		position: relative;
		bottom: 0;
	}
	.carousel-caption{
		margin:10px 0;
		display:inline-block;
		}
	.carousel-control-prev,
	.carousel-control-next{
		display:none;
	}
	.how-it-work{
		background:none;
	}
	#fil-group-bn,
	.cost-bn{
		text-align: center;
        display: table;
        margin: auto;
		
	}
	.sec-d4 .card{
		width:100%;
	}
	.sec-d7 .restarn-link{
		    columns:1;
          -webkit-columns: 1;
		      text-align: center;
	}
	.banner-part .carousel-inner > div:nth-child(2) .order-now{
		float:none;
	}
	.cart {
		margin-left:0;
	}
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer,
	footer .row > div:nth-child(5) .comon-footer{
		    justify-content: flex-start;
	}
	.sec-d7  .w-50{
		width:100%!important;
	}
	.sec-d8 figure{
		display:none;
	}
	.sec-d8{
		padding-top:15px;
		height:254px;
	}
	.text-apps{
		text-align:center;
	}
}


.category-div h1{
   text-transform: capitalize;
}

/* Form CSS Styles */
.formbg {
  background-color: #f5f5f5;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.formbg .w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.formbg form {
  background-color: white;
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.formbg .title {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.formbg .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.formbg .form-group {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}

.formbg .formp {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}

.formbg input[type="text"],
.formbg input[type="number"],
.formbg select {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.formbg input[type="text"]:focus,
.formbg input[type="number"]:focus,
.formbg select:focus {
  outline: none;
  border-color: #0075f6;
}

.formbg .flex {
  display: flex;
  gap: 10px;
}

.formbg .flex .country {
  flex: 0 0 150px;
}

.formbg .flex .input {
  flex: 1;
}

.formbg .radio {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.formbg .radio-inline {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.formbg .radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  transition: border-color 0.3s;
}

.formbg input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.formbg input[type="radio"]:checked + .radio-custom {
  border-color: #0075f6;
}

.formbg input[type="radio"]:checked + .radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #0075f6;
  border-radius: 50%;
}

.formbg .report-group {
  margin-top: 15px;
}

.formbg .img-box {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.formbg .notice {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
}

.formbg .upload_img {
  width: 100px;
  height: 100px;
  border: 2px dashed #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.formbg .upload_img:hover {
  border-color: #0075f6;
}

.formbg #imgBox {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.formbg .imgContainer {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}

.formbg .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formbg .imgDelete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.formbg .quickTitle {
  text-align: center;
  margin-top: 30px;
}

.formbg .cBtn {
  background-color: #0075f6;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.formbg .cBtn:hover {
  background-color: #005bc5;
}

.formbg .msg {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .formbg {
    padding: 20px 0;
  }
  
  .formbg form {
    padding: 20px;
  }
  
  .formbg .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .formbg .box {
    flex-direction: column;
    gap: 15px;
  }
  
  .formbg .form-group {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  
  .formbg .flex {
    flex-direction: column;
  }
  
  .formbg .flex .country {
    flex: 0 0 auto;
  }
  
  .formbg .radio {
    flex-direction: column;
    gap: 10px;
  }
  
  .formbg .radio-inline {
    margin-bottom: 10px;
  }
}
   color: #060236;
   font-weight: 700;
}

/* Additional styles from inline CSS */
.tech-icon {
  width: 50px;
  height: 50px;
}

.clear-both {
  clear: both;
}

.cursor-pointer {
  cursor: pointer;
}

/* What Makes Us Different section */
.bg-default-liac {
    background-color: #f8f9fa;
}

.section-lg {
    padding: 40px 0;
}

.text-gray-darkest {
    color: #212529;
}

.font-weight-bold {
    font-weight: 700;
}

/* Service section styles */
.service {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.service-desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #0143be;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.service:hover .service-desc {
    background-color: #060236;
    padding-left: 30px;
}

/* ========== 案例分享（移动端友好排版） ========== */
.section-case-sharing {
    background: #ffffff;
}

/* 确保案例分享标题样式与MDT团队一致 */
.section-case-sharing > .container > h3.text-center {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    color: #060236;
    font-size: 34px;
    line-height: 1.15;
    margin: 0;
    padding: 0 0 24px 0;
    position: relative;
    letter-spacing: 0.2px;
}

.section-case-sharing > .container > h3.text-center::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 86px;
    height: 4px;
    background: #0143be;
    border-radius: 999px;
    opacity: 0.9;
}

.section-case-sharing > .container > span.d-block {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0143be;
    letter-spacing: 0.6px;
    margin: -4px 0 0 0;
    text-transform: uppercase;
}

.section-case-sharing .row-case-sharing {
    --bs-gutter-y: 0.75rem;
}

.section-case-sharing .case-sharing-card {
    height: 100%;
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 22px rgba(1, 67, 190, 0.08);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.section-case-sharing .case-sharing-card__link {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.section-case-sharing .case-sharing-card__link:focus-visible {
    outline: 3px solid rgba(1, 67, 190, 0.45);
    outline-offset: 2px;
}

.section-case-sharing .case-sharing-card__link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.35s ease;
}

/* 底部標題條：漸變過渡，減輕「色塊壓圖」的壓迫感 */
.section-case-sharing .case-sharing-card .service-desc,
.section-case-sharing .case-sharing-card__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0;
    padding: 1.35rem 1rem 0.95rem;
    min-height: 3.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    text-transform: none;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #fff !important;
    border-radius: 0;
    background: linear-gradient(
        180deg,
        rgba(1, 67, 190, 0) 0%,
        rgba(1, 67, 190, 0.55) 35%,
        #0143be 100%
    );
    transition: background 0.25s ease, padding 0.25s ease;
}

.section-case-sharing .case-sharing-card:hover {
    box-shadow: 0 12px 32px rgba(1, 67, 190, 0.14);
}

.section-case-sharing .case-sharing-card:hover .case-sharing-card__link img {
    transform: scale(1.03);
}

.section-case-sharing .case-sharing-card:hover .service-desc,
.section-case-sharing .case-sharing-card:hover .case-sharing-card__caption {
    background: linear-gradient(
        180deg,
        rgba(0, 52, 148, 0) 0%,
        rgba(0, 52, 148, 0.65) 40%,
        #003494 100%
    );
    padding-left: 1rem;
    padding-right: 1rem;
}

/* 覆蓋全局 hover 左側內邊距與圖標（整卡可點，無需箭頭擠版） */
.section-case-sharing .case-sharing-card:hover .service-desc:before,
.section-case-sharing .case-sharing-card .service-desc:before {
    display: none !important;
    content: none !important;
}

.section-case-sharing .case-sharing__footer {
    margin-top: 1.75rem;
    padding-bottom: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.section-case-sharing .case-sharing__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: max-content;
    min-height: 40px;
    padding: 0.45rem 1.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0143be;
    text-decoration: none;
    border: 2px solid rgba(1, 67, 190, 0.35);
    border-radius: 999px;
    background: #fff;
    margin: 0;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* 手机端案例分享：Owl 单卡轮播（与 d-sm-none 配套，由 JS 在窄屏初始化） */
.section-case-sharing .case-sharing__carousel {
    padding-bottom: 6px;
}

.section-case-sharing .case-sharing__carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 14px;
}

.section-case-sharing .case-sharing__carousel .owl-item {
    padding: 0 4px;
}

.section-case-sharing .case-sharing__carousel .owl-dots {
    margin-top: 14px;
    text-align: center;
    line-height: 1;
}

.section-case-sharing .case-sharing__carousel .owl-dot {
    display: inline-block;
    zoom: 1;
}

.section-case-sharing .case-sharing__carousel .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px 5px;
    background: #cbd5e1;
    display: block;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.section-case-sharing .case-sharing__carousel .owl-dot.active span {
    width: 22px;
    border-radius: 999px;
    background: #0143be;
}

.section-case-sharing .case-sharing__carousel .owl-dot:hover span {
    background: rgba(1, 67, 190, 0.45);
}

.section-case-sharing .case-sharing__more:hover {
    color: #fff;
    background: #0143be;
    border-color: #0143be;
    box-shadow: 0 6px 18px rgba(1, 67, 190, 0.25);
}

.section-case-sharing .case-sharing__more:focus-visible {
    outline: 3px solid rgba(1, 67, 190, 0.4);
    outline-offset: 2px;
}

/* 平板及以上：恢復略寬鬆的網格與標題區 */
@media (min-width: 576px) {
    .section-case-sharing {
        padding-top: 2.75rem;
        padding-bottom: 3rem;
    }

    .section-case-sharing .row-case-sharing {
        --bs-gutter-y: 1rem;
    }

    .section-case-sharing .case-sharing-card .service-desc,
    .section-case-sharing .case-sharing-card__caption {
        padding: 1.5rem 1.15rem 1rem;
        font-size: 0.9375rem;
    }
}

@media (min-width: 992px) {
    .section-case-sharing {
        background: #fff;
    }

    .section-case-sharing .case-sharing-card {
        border-radius: 12px;
    }

    /* 桌面可保留輕微內縮標題條（與原設計呼應） */
    .section-case-sharing .case-sharing-card .service-desc,
    .section-case-sharing .case-sharing-card__caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 12px 16px;
        min-height: auto;
        border-radius: 10px;
        background: rgba(1, 67, 190, 0.92);
        backdrop-filter: blur(4px);
    }

    .section-case-sharing .case-sharing-card:hover .service-desc,
    .section-case-sharing .case-sharing-card:hover .case-sharing-card__caption {
        background: rgba(0, 52, 148, 0.96);
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Testimonials styles */
.quote {
    position: relative;
    margin: 0;
    padding: 0;
}

.quote::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 80px;
    color: #0143be;
    opacity: 0.2;
    font-family: serif;
}

/* MDT Team Styles */
.mdt-team-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.mdt-team-title {
    font-family: 'Exo', sans-serif;
    color: #060236;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    position: relative;
}

.mdt-team-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #0143be;
}

.mdt-team-row {
    gap: 30px;
}

.mdt-team-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mdt-team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.mdt-team-image {
    height: 280px;
    overflow: hidden;
}

.mdt-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.mdt-team-card:hover .mdt-team-image img {
    transform: scale(1.05);
}

.mdt-team-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mdt-team-name {
    font-family: 'Exo', sans-serif;
    color: #060236;
    font-size: 20px;
    margin-bottom: 10px;
}

.mdt-team-name a {
    color: #060236;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mdt-team-name a:hover {
    color: #0143be;
}

.mdt-team-position {
    margin-bottom: 15px;
    padding: 0;
}

.mdt-team-position li {
    font-size: 14px;
    color: #666;
}

.mdt-team-position li a {
    color: #0143be;
    text-decoration: none;
}

.mdt-team-description {
    flex: 1;
}

.mdt-team-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.mdt-team-more {
    background-color: #0143be;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.mdt-team-more:hover {
    background-color: #060236;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(1, 67, 190, 0.4);
    color: #fff;
}

/* ========== 医院环境（咨询表单上方轮播） ========== */
.section-hospital-env {
    background: #ffffff;
    padding-top: 2.25rem;
    padding-bottom: 2.6rem;
}

.section-hospital-env.section-98.section-sm-110 > .container > h3.text-center {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    color: #060236;
    font-size: 34px;
    line-height: 1.15;
    margin: 0;
    padding: 0 0 24px 0;
    position: relative;
    letter-spacing: 0.2px;
}

.section-hospital-env.section-98.section-sm-110 > .container > h3.text-center::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 86px;
    height: 4px;
    background: #0143be;
    border-radius: 999px;
    opacity: 0.9;
}

.section-hospital-env.section-98.section-sm-110 > .container > span.d-block {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0143be;
    letter-spacing: 0.6px;
    margin: -4px 0 0 0;
    text-transform: uppercase;
}

.section-hospital-env .hospital-env__carousel {
    padding: 4px 0 10px;
}

.section-hospital-env .hospital-env__item {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 22px rgba(8, 45, 128, 0.12);
}

.section-hospital-env .hospital-env__item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.section-hospital-env .hospital-env__item:hover img {
    transform: scale(1.02);
}

.section-hospital-env .hospital-env__carousel .owl-stage {
    display: flex;
}

.section-hospital-env .hospital-env__carousel .owl-item {
    padding: 4px;
}

.section-hospital-env .hospital-env__carousel .owl-dots {
    margin-top: 14px;
    text-align: center;
}

.section-hospital-env .hospital-env__carousel .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px 5px;
    background: #cbd5e1;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.section-hospital-env .hospital-env__carousel .owl-dot.active span {
    width: 22px;
    border-radius: 999px;
    background: #0143be;
}

@media (max-width: 575.98px) {
    .section-hospital-env {
        padding-top: 2rem;
        padding-bottom: 2.2rem;
    }

    .section-hospital-env .hospital-env__item {
        border-radius: 14px;
        box-shadow: 0 8px 18px rgba(8, 45, 128, 0.1);
    }
}



/* Responsive Design for MDT Team */
@media (max-width: 992px) {
    .mdt-team-section {
        padding: 40px 0;
    }
    
    .mdt-team-row {
        gap: 20px;
    }
    
    .mdt-team-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .mdt-team-title {
        font-size: 24px;
    }
    
    .mdt-team-content {
        padding: 20px;
    }
    
    .mdt-team-image {
        height: 250px;
    }
    
    .mdt-team-name {
        font-size: 18px;
    }
    
    .mdt-team-position li {
        font-size: 13px;
    }
    
    .mdt-team-description p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .mdt-team-section {
        padding: 30px 0;
    }
    
    .mdt-team-title {
        font-size: 22px;
    }
    
    .mdt-team-content {
        padding: 15px;
    }
    
    .mdt-team-image {
        height: 220px;
    }
    
    .mdt-team-name {
        font-size: 16px;
    }
    
    .mdt-team-more {
        font-size: 14px;
        padding: 10px 25px;
    }
}



/* Cancer Treatment Technology Styles */
.technology_cat{overflow: hidden;position: relative;margin: 0  0 20px 0;padding: 0;background: #f8f9fa;}
.technology_banner{height: auto;min-height: 500px;overflow: hidden;position: relative;}
.technology_banner .technology_bg{background: #1E2D4F;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 1;overflow: hidden;}
.technology_banner .swiper-container{height: auto;min-height: 480px;position: relative;z-index: 2;}
.technology_banner .swiper-container img{border-radius: 18px;margin-left: 3%;width: 90%;height: 380px;object-fit: cover;transition: all 0.3s ease;}
.technology_banner .swiper-container img:hover{box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.15), 0 12px 15px -10px rgba(0, 0, 0, 0.1);transform: translateY(-8px);}
.technology_banner .swiper-slide{height: auto;min-height: 500px;overflow: hidden;position: relative;display: flex;align-items: center;}
.technology_banner .swiper-slide .swiper-slide-bg{height: 380px;width: 44%;border: 4px solid #0143be;border-radius: 18px;position: absolute;top: 60px;left: 3%;z-index: -1;transition: all 0.3s ease;}
.technology_banner .swiper-slide:hover .swiper-slide-bg{transform: translateY(-8px);}
.technology_banner .swiper-slide-into{float: right;width: 46%;color: #fff;margin-top: 0;position: relative;z-index: 3;padding-right: 3%;}
.technology_banner .swiper-slide-into a{color: #ffffff;text-decoration: none;}
.technology_banner .swiper-slide-into dt{font-size: 36px;margin-bottom: 20px;font-weight: 700;line-height: 1.2;}
.technology_banner .swiper-slide-into dt a{color: #ffffff;transition: color 0.3s ease;}
.technology_banner .swiper-slide-into dt a:hover{color: #7eb8ff;}
.technology_banner .swiper-slide-into dd{margin-top: 12px;margin-bottom: 18px;line-height: 1.7;font-size: 16px;}
.technology_banner .swiper-slide-into dd:first-of-type{font-weight: 600;color: #8ec5ff;font-size: 17px;}
.technology_banner .swiper-slide-into .swiper-more{float: right;margin-top: 25px;border-radius: 28px;padding: 12px 28px;border: 1px solid #fff;background: transparent;transition: all 0.3s ease;}
.technology_banner .swiper-slide-into .swiper-more:hover{background: #0143be;border-color: #fff;transform: translateY(-3px);box-shadow: 0 6px 20px rgba(1, 67, 190, 0.45);}
.technology_banner .swiper-slide-into .swiper-more a{color: #fff;font-size: 15px;font-weight: 600;}
.technology_banner .swiper-pagination-bullet{background: #ffffff;height: 10px;width: 10px;border-radius: 50%;margin: 0 10px;opacity: 0.6;transition: all 0.3s ease;display: inline-block;}
.technology_banner .swiper-pagination-bullet-active{background: #0143be;width: 32px;border-radius: 16px;opacity: 1;}
	.dis_cat .title_right { text-align: center; margin:10px 0}

/* Swiper pagination styles */
.swiper-pagination-tcg{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 10px!important;
    width: 100%;
}

/* 抗癌技术轮播 — 手机端：纵向流式排版，取消负边距叠层 */
@media screen and (max-width:768px) {
    .technology_cat {
        padding: 0 0 8px;
        margin-top: 24px;
        margin-bottom: 24px;
        background: #f1f5f9;
    }
    .technology_banner {
        height: auto;
        min-height: 0;
        overflow: hidden;
    }
    .technology_banner .technology_bg {
        background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 45%, #1a2848 45.1%, #1a2848 100%);
    }
    .technology_banner .swiper-container {
        height: auto;
        min-height: 0;
        overflow: hidden;
        padding: 0 16px 36px;
        box-sizing: border-box;
    }
    .technology_banner .swiper-wrapper {
        align-items: stretch;
    }
    .technology_banner .swiper-slide {
        overflow: hidden;
        height: auto;
        min-height: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        box-sizing: border-box;
    }
    .technology_banner .swiper-slide .swiper-slide-bg {
        display: none;
    }
    .technology_banner .swiper-slide > a {
        display: block;
        width: 100%;
        flex-shrink: 0;
    }
    .technology_banner .swiper-container img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 220px;
        min-height: 168px;
        margin: 0 auto;
        object-fit: cover;
        border-radius: 14px;
        display: block;
    }
    .technology_banner .swiper-slide-into {
        width: 100%;
        max-width: 100%;
        margin: 14px 0 0;
        padding: 18px 16px 20px;
        background: rgba(26, 40, 72, 0.97);
        border-radius: 16px;
        position: relative;
        top: 0;
        left: 0;
        float: none;
        min-height: 0;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }
    .technology_banner .swiper-slide-into dt {
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 1.35;
        text-align: center;
    }
    .technology_banner .swiper-slide-into dt a {
        color: #ffffff;
    }
    .technology_banner .swiper-slide-into dd {
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.65;
        text-align: left;
    }
    .technology_banner .swiper-slide-into dd:first-of-type {
        font-weight: 600;
        color: #8ec5ff;
        font-size: 0.9rem;
        margin-bottom: 6px;
        text-align: center;
    }
    .technology_banner .swiper-slide-into dd:nth-of-type(2) {
        color: rgba(255, 255, 255, 0.9);
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .technology_banner .swiper-slide-into .swiper-more {
        display: flex;
        justify-content: center;
        float: none;
        width: 100%;
        margin-top: 18px;
        padding: 0;
        border: none;
        background: transparent;
    }
    .technology_banner .swiper-slide-into .swiper-more a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 28px;
        font-size: 0.875rem;
        border-radius: 999px;
        border: 2px solid rgba(255, 255, 255, 0.85);
        background: transparent;
        color: #fff;
    }
    .technology_banner .swiper-slide-into .swiper-more a:active {
        background: rgba(1, 67, 190, 0.35);
    }
    .technology_banner .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.45;
    }
    .technology_banner .swiper-pagination-bullet-active {
        background: #0143be;
        opacity: 1;
    }
    .swiper-pagination-tcg {
        bottom: 10px !important;
        left: 0;
        right: 0;
        width: 100%;
    }
    .technology_cat .dis_describe {
        display: none;
    }
    /* 标题区：纵向居中，与主色统一 */
    .technology_cat .dis_title,
    .dis_cat.technology_cat .dis_title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px 12px;
        margin-bottom: 4px;
    }
    .technology_cat .dis_title .title_left {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .technology_cat .dis_title .title_right {
        float: none;
        margin: 0;
        display: block;
        width: 100%;
    }
	.dis_cat .title_right { text-align: center; margin:10px 0}
    .technology_cat .dis_title a.title {
        color: #0143be !important;
        font-size: clamp(1.35rem, 5vw, 1.65rem) !important;
        font-weight: 800;
    }
    .technology_cat .dis_title span {
        color: #64748b !important;
        font-size: 0.6875rem !important;
        letter-spacing: 0.14em;
        margin-top: 6px;
        font-weight: 700 !important;
    }
    .technology_cat .dis_title a.more,
    .technology_cat .title_right a.more {
        width: auto;
        max-width: 220px;
        margin: 8px auto 0;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 10px 20px !important;
        font-size: 13px !important;
        color: #0143be !important;
        border: 2px solid rgba(1, 67, 190, 0.4) !important;
        border-radius: 999px !important;
        background: #fff !important;
    }
    .w1400 {
        width: 100%;
        padding: 0 16px;
    }
}

@media screen and (max-width:576px) {
    .technology_banner .swiper-container {
        padding: 0 12px 34px;
    }
    .technology_banner .swiper-container img {
        max-height: 200px;
        min-height: 156px;
        border-radius: 12px;
    }
    .technology_banner .swiper-slide-into {
        padding: 16px 14px 18px;
        border-radius: 14px;
    }
    .technology_banner .swiper-slide-into dt {
        font-size: 1.1rem;
    }
    .technology_banner .swiper-slide-into dd {
        font-size: 0.8125rem;
    }
    .technology_banner .swiper-slide-into dd:first-of-type {
        font-size: 0.8125rem;
    }
    .technology_banner .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
        margin: 0 6px;
    }
    .technology_banner .swiper-pagination-bullet-active {
        width: 22px;
    }
}

@media screen and (max-width:480px) {
    .technology_banner .swiper-container img {
        max-height: 188px;
        min-height: 144px;
    }
    .technology_banner .swiper-slide-into dt {
        font-size: 1.05rem;
    }
    .technology_banner .swiper-slide-into dd:nth-of-type(2) {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width:360px) {
    .technology_banner .swiper-container img {
        max-height: 168px;
        min-height: 132px;
    }
}

/* Additional styles for the technology module */
.dis_cat{display: block;}
.dis_cat .dis_title {
    font-size: 48px;
    padding-top: 50px;
    margin-bottom: 20px;
    display: flow-root;
  
}
.dis_cat .dis_title .title_left{display: inline-block;float: none;margin-bottom: 15px;}
.dis_cat .dis_title .title_right{float: none;display: inline-block;margin-top: 10px;}
.dis_cat .dis_title a.title{color: #0056c7;width: auto;font-weight: bold;font-size: 40px;line-height: 1.2;}
.dis_cat .dis_title span{font-size: 20px;text-transform:uppercase;color: #1D376C;font-weight: bold;display: block;margin-top: 10px;}
.dis_cat .dis_con{height: auto;}
.dis_cat .dis_describe{padding: 20px 0 30px;color: #333;margin-bottom: 20px;text-align: center;max-width: 1200px;margin: 0 auto 30px;font-size: 16px;line-height: 1.6;}
.dis_cat a.more{float: none;display: inline-block;width: 150px;font-size:14px;text-align: center;padding: 10px 0;color: #0056c7;border: 2px solid #0056c7;background: transparent;border-radius: 30px;transition: all 0.3s ease;text-decoration: none;}
.dis_cat a.more:hover{background: #0056c7;color: #fff;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(0, 86, 199, 0.3);}

/* Animation styles */
.wow{
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

/* Quote styles */
.quote-body {
    position: relative;
    z-index: 1;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.quote-img {
    border: 3px solid #0143be;
}

.quote-author {
    margin: 0;
    font-size: 18px;
}

.quote-desc {
    margin: 0;
    font-size: 14px;
}

.owl-carousel-class-light .owl-dots .owl-dot.active span {
    background-color: #0143be;
}

.owl-carousel-class-light .owl-dots .owl-dot span {
    background-color: #ddd;
    transition: all 0.3s ease;
}

.owl-carousel-class-light .owl-dots .owl-dot:hover span {
    background-color: #0143be;
    opacity: 0.7;
}

/* Context styles */
.context-dark,
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4,
.context-dark h5,
.context-dark h6,
.context-dark .h1,
.context-dark .h2,
.context-dark .h3,
.context-dark .h4,
.context-dark .h5,
.context-dark .h6 {
    color: #fff;
}

/* Section padding styles */
.section-98 {
    padding-top: 35px;

}

@media (min-width: 768px) {
    .section-sm-110 {
        padding-top: 35px;
   
    }
}

/* Offset styles */
.offset-top-30 {
    margin-top: 30px;
}

/* Pediatric Diagnostics styles */
.parallax-container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-content {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

@media (min-width: 768px) {
    .parallax-content {
        padding: 110px 0;
    }
}

.btn-ellipse {
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-white {
    background: white;
    color: #0143be;
}

.btn-white:hover {
    background: #0143be;
    color: white;
}

/* Blog post styles */
.post-modern {
    margin-bottom: 30px;
}

.post-modern .post-content a {
    transition: .3s all ease;
}

.post-modern .post-title h5 {
    color: #272727;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.post-modern .post-title h5 a {
    transition: .3s all ease-in;
    color: inherit;
    text-decoration: none;
}

.post-modern .post-title h5 a:hover {
    color: #0143be;
}

.post-modern-classic * + .list-inline-dashed {
    margin-top: 10px;
}

.post-modern-classic * + .tags {
    margin-top: 15px;
}

.post-modern-classic .post-content {
    padding: 20px 0 0;
}

.post-modern-classic .post-content .list-inline {
    font-size: 14px;
    color: #666;
}

.post-modern-classic .post-content .list-inline a {
    transition: .3s all ease;
    color: #0143be;
    text-decoration: none;
}

.post-modern-classic .post-content .list-inline a:hover {
    color: #272727;
    text-decoration: none;
}

.post-modern-classic .post-body {
    padding: 10px 0 0;
}

.post-modern-classic .post-body p {
    color: #555;
    line-height: 1.5;
    font-size: 14px;
}

.post-modern-classic:hover {
    margin-bottom: 30px;
    padding-bottom: 0;
}

/* ======= MDT 团队模块（专用样式）======= */
/* Title */
.section-98.section-sm-110 > .container > h3.text-center {
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	color: #060236;
	font-size: 34px;
	line-height: 1.15;
	margin: 0;
	padding: 0 0 24px 0;
	position: relative;
	letter-spacing: 0.2px;
}
.section-98.section-sm-110 > .container > h3.text-center::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 86px;
	height: 4px;
	background: #0143be;
	border-radius: 999px;
	opacity: 0.9;
}

/* Subtitle under the title (MDT team) */
.section-98.section-sm-110 > .container > span.d-block {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #0143be;
	letter-spacing: 0.6px;
	margin: -4px 0 0 0; /* pull closer to main title */
	text-transform: uppercase;
}

/* Cards */
.section-98.section-sm-110 .post-modern-classic {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(1, 67, 190, 0.08);
	box-shadow: 0 10px 30px rgba(1, 67, 190, 0.08);
	margin-bottom: 30px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.section-98.section-sm-110 .post-modern-classic:hover {
	margin-bottom: 30px; /* avoid layout shift */
	padding-bottom: 0;
	transform: translateY(-4px);
	box-shadow: 0 18px 44px rgba(1, 67, 190, 0.14);
}

.section-98.section-sm-110 .post-modern-classic .post-media img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.section-98.section-sm-110 .post-modern-classic .post-content {
	padding: 18px 22px 22px 22px;
}

.section-98.section-sm-110 .post-modern-classic .post-title h5 {
	font-size: 20px;
	font-weight: 800;
	margin: 0;
}
.section-98.section-sm-110 .post-modern-classic .post-title h5 a {
	color: #060236;
	text-decoration: none;
	transition: color 0.2s ease;
}
.section-98.section-sm-110 .post-modern-classic .post-title h5 a:hover {
	color: #0143be;
}

/* Replace "inline dashed" with clean badges */
.section-98.section-sm-110 .post-modern-classic .list-inline-dashed {
	margin: 10px 0 12px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	border: 0;
}
.section-98.section-sm-110 .post-modern-classic .list-inline-dashed li {
	list-style: none;
	margin: 0;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f6f8ff;
	border: 1px dashed rgba(1, 67, 190, 0.35);
	font-size: 13px;
	color: #1b2a4a;
}
.section-98.section-sm-110 .post-modern-classic .list-inline-dashed li:after {
	content: '';
}

.section-98.section-sm-110 .post-modern-classic .post-body p {
	font-size: 14px;
	color: #555;
	line-height: 1.75;
	margin: 0;
}

.section-98.section-sm-110 .offset-top-50 {
	margin-top: 50px;
}
.section-98.section-sm-110 .offset-top-60 {
	margin-top: 60px;
}
.section-98.section-sm-110 .offset-top-8 {
	margin-top: 8px;
}

@media (min-width: 768px) {
	/* for "offset-top-50 offset-md-top-0" */
	.section-98.section-sm-110 .offset-md-top-0 {
		margin-top: 0 !important;
	}
}

@media (max-width: 768px) {
	.section-98.section-sm-110 > .container > h3.text-center {
		font-size: 26px;
		padding-bottom: 18px;
	}
	.section-98.section-sm-110 > .container > h3.text-center::after {
		bottom: 6px;
		width: 62px;
		height: 3px;
	}

	.section-98.section-sm-110 > .container > span.d-block {
		font-size: 12px;
		letter-spacing: 0.4px;
		margin-top: -2px;
	}

	.section-98.section-sm-110 .post-modern-classic .post-content {
		padding: 16px 16px 18px 16px;
	}
	.section-98.section-sm-110 .post-modern-classic .post-media img {
		
	}

	.section-98.section-sm-110 .offset-top-60 {
		margin-top: 28px;
	}
	.section-98.section-sm-110 .offset-top-50 {
		margin-top: 20px;
	}
	.section-98.section-sm-110 .offset-top-8 {
		margin-top: 6px;
	}
}

@media (max-width: 480px) {
	.section-98.section-sm-110 > .container > h3.text-center {
		font-size: 24px;
		padding-bottom: 16px;
	}

	.section-98.section-sm-110 > .container > h3.text-center::after {
		bottom: 5px;
		width: 56px;
		height: 3px;
	}

	.section-98.section-sm-110 > .container > span.d-block {
		font-size: 11px;
		letter-spacing: 0.35px;
		margin-top: -2px;
	}
}

/* Experts swiper */
.section-98.section-sm-110 .experts-swiper-container {
	width: 100%;
	padding-bottom: 40px; /* room for pagination dots */
	padding-top: 20px;
}

.section-98.section-sm-110 .experts-swiper-container .swiper-slide {
	display: flex; /* keep card height stable in each slide */
	height: auto;
}

.section-98.section-sm-110 .experts-swiper-container .post-modern-classic {
	margin-bottom: 0; /* swiper manages spacing */
	width: 26rem;
}

.section-98.section-sm-110 .experts-swiper-container .post-modern-classic:hover {
	margin-bottom: 0; /* prevent layout shift inside swiper */
}

.section-98.section-sm-110 .experts-swiper-container .experts-pagination {
	bottom: 0;
}

.section-98.section-sm-110 .experts-swiper-container .experts-pagination .swiper-pagination-bullet {
	background: #d6d8e0;
	opacity: 0.9;
	width: 8px;
	height: 8px;
	border-radius: 999px;
}

.section-98.section-sm-110 .experts-swiper-container .experts-pagination .swiper-pagination-bullet-active {
	background: #0143be;
	width: 26px;
}

@media (max-width: 768px) {
	.section-98.section-sm-110 .experts-swiper-container {
		padding-bottom: 34px;
	}

	.section-98.section-sm-110 .experts-swiper-container .post-modern-classic:hover {
		transform: translateY(-3px);
	}
}

/* 我们的动态模块样式 */
.dynamic-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.dynamic-header {
    margin-bottom: 40px;
}

.dynamic-title {
    font-size: 36px;
    font-weight: bold;
    color: #28a745 !important;
    margin-bottom: 10px;
    line-height: 1.2;
}

.dynamic-subtitle {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.dynamic-content {
    position: relative;
}

/* 标签样式 */
.dynamic-tab {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
}

.news-tab {
    background-color: #007bff;
}

.media-tab {
    background-color: #28a745;
}

/* 新闻部分 */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.news-item:last-child {
    border-bottom: none;
}

.news-date {
    width: 60px;
    text-align: center;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #007bff;
}

.date-day {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #007bff;
    line-height: 1;
}

.date-year {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.news-content {
    flex: 1;
}

.news-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-title a:hover {
    color: #007bff;
}

.news-text {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* 媒体部分 */
.media-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.media-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.media-item:last-child {
    border-bottom: none;
}

.media-info {
    flex: 1;
    margin-right: 15px;
}

.media-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.media-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.media-title a:hover {
    color: #007bff;
}

.media-date {
    font-size: 12px;
    color: #666;
}

.media-image {
    position: relative;
    width: 120px;
    height: 80px;
}

.media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.image-label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px 0 3px 0;
}

/* 查看更多按钮 */
.dynamic-more {
    margin-top: 30px;
    text-align: right;
}

.more-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.more-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* 我们的动态模块样式 */
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.marginT0p50 {
    margin-top: 50px;
}

.wow {
    visibility: visible;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.dis_cat {
    display: block;
}

/* 仅「我们的动态」等模块：左右分栏标题；抗癌技术用 .technology_cat 单独样式，避免大边框空盒 */
.dynamic.dis_cat .dis_title {
    font-size: 48px;
    padding-top: 50px;
    margin-bottom: 20px;
    display: flow-root;
}

.dynamic.dis_cat .dis_title .title_left {
    display: grid;
    float: left;
}

.dynamic.dis_cat .dis_title .title_right {
    float: right;
    text-align: center;
   
    margin-top: 63px;
    border-radius: 4px;
}

.dynamic.dis_cat .dis_title a.title {
 
    font-weight: bold;
    color: #0143be;
}

.dynamic.dis_cat .dis_title span {
    font-size: 20px;
    text-transform: uppercase;
    color: #1D376C;
    font-weight: bold;
}

.dynamic.dis_cat a.more {
    float: right;
    width: 118px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    color: #0143be;
    text-decoration: none;
}

/* 抗癌技术 — 标题区（桌面）：居中、无整行边框 */
.technology_cat.dis_cat .dis_title {
    display: block;
    text-align: center;
    font-size: inherit;
    padding-top: 40px;
    margin-bottom: 16px;
}

.technology_cat.dis_cat .dis_title .title_left {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.technology_cat.dis_cat .dis_title .title_right {
    float: none;
    display: block;
    width: auto;
    max-width: none;
    margin: 12px auto 0;
    padding: 0;
    border: none;
    text-align: center;
}

.technology_cat.dis_cat .dis_title a.title {
    width: auto;
    max-width: 100%;
    color: #0143be;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
}

.technology_cat.dis_cat .dis_title span {
    display: block;
    margin-top: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #64748b;
    text-transform: uppercase;
}

.technology_cat.dis_cat .dis_title .title_right a.more,
.technology_cat.dis_cat .title_right a.more {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14rem;
    min-width: 0;
    max-width: 100%;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #0143be;
    text-decoration: none;
    border: 2px solid rgba(1, 67, 190, 0.4);
    border-radius: 999px;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.technology_cat.dis_cat .title_right a.more:hover {
    background: #0143be;
    color: #fff;
    box-shadow: 0 4px 14px rgba(1, 67, 190, 0.25);
}

/* 动态模块样式 */
.dynamic {
    background: #ffffff;
    padding-bottom: 50px;
}

.dynamic .contenar {
    margin-top: 30px;
}

.dynamic .contenar .con_left {
    float: left;
    width: 48%;
}

.dynamic .contenar .con_right {
    float: right;
    width: 48%;
}

.dynamic .contenar .con_left .title span,
.dynamic .contenar .con_right .title span {
    background: #0143be;
    padding: 5px 20px;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
}

.dynamic .contenar .con_left .title,
.dynamic .contenar .con_right .title {
    border-bottom: 1px solid #D3D5DB;
    padding: 4px 0;
}

.dynamic .contenar .con_left li {
    display: inline-block;
    width: 100%;
    padding: 17px 0;
    position: relative;
}

.dynamic .contenar .con_left .ar1,
.dynamic .contenar .con_left .ar2 {
    border-bottom: 1px solid #cccccc;
}

.dynamic .contenar .con_left li span {
    margin-right: 20px;
    font-size: 30px;
    display: grid;
    float: left;
    font-weight: bold;
    color: #3f3d3d;
}

.dynamic .contenar .con_left li a {
    font-size: 20px;
    font-weight: bold;
    color: #3f3d3d;
    text-decoration: none;
}

.dynamic .contenar .con_left li span i {
    font-size: 16px;
    color: #999999;
    font-style: normal;
    font-weight: normal;
}

.dynamic .contenar .con_left li .des {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin: 10px 0 0 120px;
}

.dynamic .contenar .con_left .ar2 .line,
.dynamic .contenar .con_left .ar1 .line {
    position: relative;
    bottom: -17px;
    width: 79px;
    border: 2px solid #0056c7;
}

.dynamic .contenar .con_right ul li {
    display: flow-root;
    padding: 2px 0;
}

.dynamic .contenar .con_right .sontitle {
    float: left;
    width: 440px;
}

.dynamic .contenar .con_right li a {
    font-size: 20px;
    font-weight: bold;
    color:#3f3d3d;
    text-decoration: none;
}

.dynamic .contenar .con_right li .time {
    font-size: 13px;
    color: #999999;
    float: left;
    margin-top: 5px;
}

.dynamic .contenar .con_right .img {
    float: right;
}

.dynamic .dynamic-mobile {
    display: none;
}

/* 响应式设计 */
@media screen and (max-width: 1440px) {
    .w1400 {
        width: 100%;
        padding: 0 20px;
    }
    .con_left ul,.con_right ul {padding-left: 0;}
}

@media screen and (max-width: 768px) {
    .dis_cat {
        padding: 0 15px;
    }
    
    /* 仅动态模块；抗癌技术标题由 .technology_cat 专用规则控制 */
    .dynamic.dis_cat .dis_title {
        font-size: 24px;
    }
    
    .dynamic.dis_cat .dis_title span {
        font-size: 12px;
    }
    
    .dynamic.dis_cat .dis_title a.title {
        width: auto;
        font-size: 2rem;
    }
    
    .dynamic.dis_cat .dis_title .title_right {
        margin-top: 31px;
    }
    
    .dynamic.dis_cat a.more {
        color: #1D376C;
        width: auto;
        font-weight: bold;
    }
    
    /* 动态模块响应式 */
    .dynamic .contenar .con_left .title,
    .dynamic .contenar .con_right .title {
        display: none;
    }
    
    .dynamic .dynamic-mobile {
        display: block;
        text-align: right;
        margin-bottom: 20px;
    }
    
    .dynamic .dynamic-mobile a {
        padding: 5px 20px;
        border: 1px solid #0143be;
        text-decoration: none;
        color: #0143be;
        border-radius: 4px;
    }
    
    .dynamic .contenar .con_right {
        display: none;
    }
    
    .dynamic .contenar .con_left,
    .dynamic .contenar .con_right {
        width: 100%;
    }
    .con_left ul,.con_right ul {padding-left: 0;}
    
    .dynamic .contenar .con_left li {
        padding: 10px 0;
    }
    
    .dynamic .contenar .con_left li span {
        font-size: 20px;
    }
    
    .dynamic .contenar .con_left li a {
        font-size: 16px;
    }
    
    .dynamic .contenar .con_left li .des {
        margin-left: 80px;
        font-size: 12px;
    }
    
    .dynamic .dynamic-mobile .active {
        background: #0143be;
        color: #ffffff;
    }
    
    /* 媒体部分移动端样式 */
    .dynamic .contenar .con_right .sontitle {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .dynamic .contenar .con_right li a {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
    }
    
    .dynamic .contenar .con_right .img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .dynamic .contenar .con_right .img img {
        width: 100%;
        height: auto;
        max-height: 200px;
        object-fit: cover;
    }
    
    .dynamic .contenar .con_right li .time {
        float: none;
        font-size: 12px;
        margin-top: 5px;
    }
    
    .dynamic .contenar .con_right ul li {
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }
}

/* List inline styles */
.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline li {
    display: inline-block;
    margin-right: 10px;
}

.list-inline-dashed li {
    position: relative;
    padding-right: 10px;
}

.list-inline-dashed li:after {
    content: '|';
    position: absolute;
    right: 0;
    color: #ccc;
}

.list-inline-dashed li:last-child:after {
    display: none;
}

/* Button styles */
.btn-primary {
    background-color: #0143be;
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #060236;
    color: white;
}

.service-desc {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: white;
    display: inline-block;
}

.service:hover .service-desc {
    background-color: #060236;
    padding-left: 30px;
}

.service:hover .service-desc:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.category-div{
	display: inline-block;
	width: 100%;
	
}

.comon-spalist{
	box-shadow: #edecec 1px 1px 17px;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	height: 150px;
	display: grid;
	align-content: center;
	justify-content: center;
	padding: 30px;
	margin: 20px 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
}
.comon-spalist figure{
	width: 54%;
    margin: auto;
	margin-bottom: 20px;
}
.comon-spalist figure img{
	transition: all 0.5s;
}
.comon-spalist:hover figure img{
	filter: brightness(0) invert(1);
}
.comon-spalist h5{
	color: #060236;
	transition: all 0.5s;
}
.comon-spalist:hover{
	background: #0143be;
	color: #fff;
}
.comon-spalist:hover h5{
	color: #fff;
}

/* Responsive styles for specialist list */
@media (max-width: 768px) {
	.splist-sild .owl-item {
		padding: 0 10px;
	}
	
	.comon-spalist {
		height: auto;
		min-height: 150px;
		padding: 20px 15px;
	}
	
	.comon-spalist figure {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}
	
	.comon-spalist figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	.comon-spalist h5 {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.splist-sild .owl-item {
		padding: 0 5px;
	}
	
	.comon-spalist {
		margin: 10px 0;
		padding: 15px 10px;
	}
	
	.comon-spalist figure {
		width: 50px;
		height: 50px;
	}
}

/* ======= Mobile alignment fixes (global) ======= */
html,
body {
	overflow-x: hidden;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* ======= Mobile alignment fixes (page modules) ======= */
@media (max-width: 768px) {
	/* 抗癌技术轮播样式见上方 @media screen and (max-width:768px) 专用规则 */

	/* Make the three-value service cards read better */
	.medi-services .comon-quick .d-lg-flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

/* ============================================
   MEDI-SERVICES HONOR BADGES — Redesigned
   ============================================ */

.medi-services {
  position: relative;
  z-index: 2;
  background: #0143be;
  padding: 0;
}

.medi-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}

.medi-card {
  background: #0143be;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.3s ease;
}

.medi-card:last-child {
  border-right: none;
}

.medi-card:hover {
  background: #0a55cc;
}

.medi-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 24px;
  min-height: 120px;
}

.medi-card-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.medi-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.medi-card:hover .medi-card-icon img {
  transform: scale(1.1);
}

.medi-card-text {
  flex: 1;
}

.medi-card-text h4 {
  font-family: 'Exo', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* ---- Tablet ---- */
@media (max-width: 992px) {
  .medi-card-inner {
    padding: 22px 18px;
    gap: 14px;
  }

  .medi-card-icon {
    width: 48px;
    height: 48px;
  }

  .medi-card-text h4 {
    font-size: 16px;
  }
}

/* ---- Mobile：單行三列，僅顯示圖標，文字隱藏 ---- */
@media (max-width: 576px) {
  .medi-services {
    position: static;
  }

  .medi-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .medi-card {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: none;
  }

  .medi-card:last-child {
    border-right: none;
  }

  .medi-card-inner {
    justify-content: center;
    align-items: center;
    padding: 14px 6px;
    gap: 0;
    min-height: 64px;
  }

  /* 手機寬度不足時隱藏說明文字，只保留三枚標識圖 */
  .medi-card-text {
    display: none;
  }

  .medi-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
}

/* ---- Tiny screens (old rule kept for compatibility) ---- */
@media (max-width: 480px) {
  .medi-services .row > div {
    min-height: auto;
  }

  .comon-quick h4 {
    font-size: 15px;
    margin-left: 0;
  }

  .comon-quick figure {
    width: 39px;
  }

  .comon-quick ul li,
  .booking-an-div p {
    font-size: 15px;
  }
}

@media (max-width: 812px) {
  .medi-services {
    position: static;
  }
}

/* ============================================
   END MEDI-SERVICES HONOR BADGES
   ============================================ */

/* ============================================
   抗癌技術1 — 技術卡片網格（PC 5 列 / 手機 2 列，默認兩行 + 更多展開）
   ============================================ */

.section-tech-cards {
  background: linear-gradient(180deg, #f3f5f8 0%, #f8f9fa 45%, #f3f5f8 100%);
}

.section-tech-cards__head {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 8px;
}

.section-tech-cards__title {
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  color: #060236;
  font-size: clamp(1.35rem, 4vw, 2rem);
  margin: 0 0 10px 0;
  line-height: 1.2;
  position: relative;
  padding-bottom: 18px;
}

.section-tech-cards__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 72px;
  height: 4px;
  background: #0143be;
  border-radius: 999px;
  opacity: 0.9;
}

.section-tech-cards__subtitle {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0143be;
  text-transform: uppercase;
  margin-top: 4px;
}

.tech-feature-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 22px 14px 20px;
  text-align: center;
  border: 1px solid rgba(1, 67, 190, 0.08);
  box-shadow: 0 8px 28px rgba(6, 2, 54, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tech-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(1, 67, 190, 0.12);
  border-color: rgba(1, 67, 190, 0.18);
}

.tech-feature-card__icon-wrap {
  margin-bottom: 14px;
}

.tech-feature-card__icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  box-shadow: 0 10px 24px rgba(1, 67, 190, 0.35);
}

.tech-feature-card__icon img {
  width: 60px !important;
  height: 60px !important;
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  display: block;
}

/* Make entire card clickable */
.tech-feature-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

.tech-feature-card__link:hover .tech-feature-card__icon {
  transform: scale(1.05);
  transition: transform 0.25s ease;
}

.tech-feature-card__link:hover .tech-feature-card__name {
  color: #0143be;
  transition: color 0.25s ease;
}

.tech-feature-card__name {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #060236;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.tech-feature-card__desc {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #5c6470;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 大屏：略放大圖標與內邊距 */
@media (min-width: 992px) {
  .tech-feature-card {
    padding: 26px 18px 24px;
  }

  .tech-feature-card__icon {
    width: 96px;
    height: 96px;
    font-size: 2.25rem;
	margin-left: 3rem;
  }

  .tech-feature-card__name {
    font-size: 1.05rem;
  }

  .tech-feature-card__desc {
    font-size: 0.875rem;
    -webkit-line-clamp: 4;
  }
}

/* 手機兩列：緊湊排版，避免擠壓 */
@media (max-width: 575.98px) {
  .section-tech-cards .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .tech-feature-card {
    padding: 16px 10px 14px;
    border-radius: 14px;
  }

  .tech-feature-card__icon-wrap {
    margin-bottom: 10px;
  }

  .tech-feature-card__icon {
    width: 64px;
    height: 64px;
    font-size: 1.55rem;
    box-shadow: 0 6px 16px rgba(1, 67, 190, 0.28);
	margin-left: 3rem;
  }

  .tech-feature-card__name {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }

  .tech-feature-card__desc {
    font-size: 0.72rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }

  .tech-feature-card__icon img {
    width: 40px !important;
    height: 40px !important;
  }
}

/* 默認只顯示兩行：<992px 隱藏第 5 項起；≥992px 隱藏第 11 項起 */
@media (max-width: 991.98px) {
  .section-tech-cards:not(.is-expanded) .tech-col-more {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .section-tech-cards:not(.is-expanded) .tech-col-more-desk {
    display: none !important;
  }
}

/* 「更多 / 收起」按鈕 */
.section-tech-cards__actions {
  padding-bottom: 4px;
}

.btn-tech-cards-toggle {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0143be;
  background: #fff;
  border: 2px solid #0143be;
  border-radius: 999px;
  padding: 10px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease,
    transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(1, 67, 190, 0.12);
}

.btn-tech-cards-toggle:hover {
  background: #0143be;
  color: #fff;
  box-shadow: 0 8px 22px rgba(1, 67, 190, 0.28);
}

.btn-tech-cards-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(1, 67, 190, 0.35);
}

.btn-tech-cards-toggle__icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.btn-tech-cards-toggle.is-open .btn-tech-cards-toggle__icon {
  transform: rotate(180deg);
}

@media (max-width: 575.98px) {
  .btn-tech-cards-toggle {
    font-size: 0.875rem;
    padding: 9px 22px;
  }
}

/* ============================================
   END 抗癌技術1 技術卡片
   ============================================ */

/* ============================================
   Footer — mobile layout (readable type, tap targets)
   ============================================ */
@media (max-width: 767.98px) {
	footer {
		padding-top: 40px;
		padding-bottom: 28px;
	}

	/* 缩短底部：手机端不显示 Quick Links、Medical Professionals */
	footer > .container:first-child .row > .col:nth-child(3),
	footer > .container:first-child .row > .col:nth-child(4) {
		display: none !important;
	}

	footer > .container {
		padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
		padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
	}

	footer .row > .col:first-child .comon-footer {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0.25rem;
	}

	footer .row > .col:first-child .comon-footer img {
		display: block;
		margin: 0 auto 14px;
		width: 70%;
		height: auto;
	}

	footer .row > .col:first-child .comon-footer p {
		font-size: 15px;
		line-height: 1.55;
		color: rgba(255, 255, 255, 0.88) !important;
		max-width: 22rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	footer .row > .col:not(:first-child) .comon-footer {
		margin-top: 1.5rem;
		padding-top: 1.25rem;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	footer .comon-footer h5 {
		font-size: 0.9375rem;
		margin-bottom: 0.5rem;
		letter-spacing: 0.04em;
	}

	footer .comon-footer ul {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

	footer .comon-footer ul li {
		line-height: normal;
		margin: 0;
		padding-left: 1rem; float: left;
	}

	footer .comon-footer ul li:last-child {
		border-bottom: none;
	}

	footer .comon-footer ul li a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 10px 4px 10px 2px;
		font-size: 15px;
	}

	footer > hr.bg-white {
		margin: 1.75rem 0 1.25rem;
		opacity: 0.35;
	}

	footer > .container:last-child .d-lg-flex {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 14px;
	}

	footer > .container:last-child .col-lg-6 {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	footer .socal {
		justify-content: center !important;
	}

	footer .socal li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		margin: 0 4px;
	}
}

/* Form CSS Styles */
.formbg {
  background-color: #f5f5f5;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.formbg .w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.formbg form {
  background-color: white;
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.formbg .title {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.formbg .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.formbg .form-group {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}

.formbg .formp {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}

.formbg input[type="text"],
.formbg input[type="number"],
.formbg select {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.formbg input[type="text"]:focus,
.formbg input[type="number"]:focus,
.formbg select:focus {
  outline: none;
  border-color: #0075f6;
}

.formbg .flex {
  display: flex;
  gap: 10px;
}

.formbg .flex .country {
  flex: 0 0 150px;
}

.formbg .flex .input {
  flex: 1;
}

.formbg .radio {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.formbg .radio-inline {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.formbg .radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  transition: border-color 0.3s;
}

.formbg input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.formbg input[type="radio"]:checked + .radio-custom {
  border-color: #0075f6;
}

.formbg input[type="radio"]:checked + .radio-custom::after {
  content: ';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #0075f6;
  border-radius: 50%;
}

.formbg .report-group {
  margin-top: 15px;
}

.formbg .img-box {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.formbg .notice {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
}

.formbg .upload_img {
  width: 100px;
  height: 100px;
  border: 2px dashed #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.formbg .upload_img:hover {
  border-color: #0075f6;
}

.formbg #imgBox {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.formbg .imgContainer {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}

.formbg .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formbg .imgDelete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.formbg .quickTitle {
  text-align: center;
  margin-top: 30px;
}

.formbg .cBtn {
  background-color: #0075f6;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.formbg .cBtn:hover {
  background-color: #005bc5;
}

.formbg .msg {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .formbg {
    padding: 20px 0;
  }
  
  .formbg form {
    padding: 20px;
  }
  
  .formbg .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .formbg .box {
    flex-direction: column;
    gap: 15px;
  }
  
  .formbg .form-group {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  
  .formbg .flex {
    flex-direction: column;
  }
  
  .formbg .flex .country {
    flex: 0 0 auto;
  }
  
  .formbg .radio {
    flex-direction: column;
    gap: 10px;
  }
  
  .formbg .radio-inline {
    margin-bottom: 10px;
  }
}

.text-white{ width:100%!important; font-size: 14px; padding-bottom: 20px}