@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Roboto:wght@500;700;900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:root {
    --blue-900: #0a2342;
    --blue-700: #1a4a7a;
    --blue-500: #2272b6;
    --blue-300: #5ba3d9;
    --blue-100: #ddeeff;
    --blue-50:  #f0f7ff;
    --white: #ffffff;
    --gray-100: #f8fafc;
    --gray-400: #94a3b8;
    --gray-600: #475569;
    --accent: #e8f4fd;
  }

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}


body{
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 400!important;
	font-size: 14px!important;
	line-height:26px!important;
	color: #111!important;
	height: 100%;
	padding:0!important;
	margin:0!important;
}

html {
  scroll-behavior: smooth!important;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.sticky{
	position: fixed!important;
	z-index:999!important;
	width: 100%;
	left: 0;
	top: 0;
	padding:0px 0;
	box-shadow:0px 15px 15px rgba(0,0,0,.15);
	background-color: #fff;
	border-radius: 0;
}
.sticky .logo{
}
.top-nav .container{
	padding-top:0;
	padding-bottom:0;
}
.top-nav i{
	color:#fff;
	margin:0 5px 0 0;
}
.top-nav span{
	float:right;
	text-align:right!important;
}
@media screen and (max-width : 992px) {
.sticky{
	padding:5px 0;
}
.sticky .logo img{
}
}
header{
	position: absolute;
	z-index:1000;
	left:10px;
	top:10px;
	width: calc(100% - 20px);
	background-color: rgba(255,255,255,.95);
	height:auto;
	padding:5px;
	border-radius: 0 15px 0 15px;
}
header .container{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:25%;
	padding:0;
}
header .logo img{
	width:auto;
	height:70px;
	max-width: 100%;
}
header .header-right{
	float:left;
	width:75%;	
	text-align:right;
	padding-top:15px;
}
header .header-right img{
	width:auto;
	height:auto;
}
header .header-right a{
}
header .call{
	float:right;
	text-align:right;
	text-transform:uppercase;
}
header .call a{
	color:#fff!important;
/*	background-color:#0072b7!important;*/
    background: linear-gradient(120deg, #00397e, #116798, #00397e) !important;
	display:inline-block;
	text-decoration:none!important;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size:16px;
	line-height:40px;
	font-weight:700;
	padding:0 8px;
	margin:0 0 0 10px;
	border-radius:0 10px 0 10px;
	border:solid 0px rgba(0,0,0,0);
}
header .call a i{
	font-size:16px;
	line-height:35px;
	margin-right:0px;
}
.t-menu{
	float: right;
	margin:0;
	width:auto;
}
.navigation{
	width:100%;
	display:block;	
	color:#0072b7;
}
.expert{
	position:fixed;
	z-index:999;
	right:0;
	top:50%;
	margin:-104px 0 0 0;
	display:none;
	width:49px;
	height:208px;
}

@media screen and (max-width : 992px) {
header{
	position: relative;
	width: 100%!important;
	left: 0;
	top: 0;
	padding:5px 0;
	border-radius: 0;
	background-color: #fff;
}
header .logo{
	float:left;
	width:60%;
	padding:0;
	position:relative;
}
header .logo img{
	width:auto;
	height:50px;
}
header .header-right{
	float:left;
	width:40%;
	padding: 6px 50px 0 0;
	text-align:right;
}
header .call a{
	font-size: 13px;
	line-height:33px;
	padding:0 8px;
	margin:0 0 0 5px;
	border-radius:0 10px 0 10px;
}
header .call a span{
	display:none;
}
}

hr{	
	border: 0;
	height: 1px;
	margin:10px 0;
	background: #333;
	background-image: linear-gradient(to right, #bbb, #ccc, #aaa);
}



.clear{
	clear:both;
	height:0px;
	line-height:0px;
}

h1{
	font-family: 'Roboto', sans-serif!important;
	font-weight:700!important;
	font-size: 38px!important;
	padding: 0!important;
	color: #253e83;
	margin: 0 0 10px 0!important;
	line-height: normal;
	position:relative;
}
h2{
    font-family: 'Roboto', sans-serif!important;
	font-weight:700!important;
	font-size: 40px!important;
	padding: 0!important;
	color: #253e83;
	margin: 0 0 10px 0!important;
	line-height: normal;
	position:relative;
}
.subtitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #fff;
}
.subtitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0072b7;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
.subtitle2{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #000;
}
.subtitle2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0072b7;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
h3{
	color: #222;
	font-size: 22px;
	font-weight:600!important;
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
h3 strong{	
	font-weight:700!important;
	color:	#0072b7;
}
h4{
	color:rgba(0,0,0,.6);
	font-size: 22px;
	font-weight:500!important;
	position:relative;
}
h4 strong{
	font-weight:700!important;
	color: #f68523;
}
h5{	
	font-weight:600!important;
	color: #111;
	font-size: 18px!important;
	position:relative;
	margin:0 0 10px 0!important;
}
h6{
	font-size:16px;
	line-height:30px;
	color:#666;
	margin: 0 0 15px 0!important;
	font-style: italic;
}
div p{
	font-size:14px;
	line-height:26px;
	text-align:justify;
}
div p:last-child{
	font-size:14px;
	line-height:26px;
	text-align:justify;
	margin-bottom: 0!important;
}


.text-center p{
	text-align:center!important;
}
.text-justify p{
	text-align:justify!important;
}

@media screen and (max-width: 768px) {
h1{
	font-size: 28px!important;
	padding: 0!important;
	margin: 0 0 5px 0!important;
}
h2{
    font-size: 28px!important;
	padding: 0!important;
	margin: 0 0 5px 0!important;
}
.subtitle{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #fff;
}
.subtitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ccc;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
.subtitle2{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #253e83;
}
.subtitle2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #666;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
h3{
	color: #222;
	font-size: 22px;
	font-weight:600!important;
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
h3 strong{	
	font-weight:700!important;
	color:	#0072b7;
}
h4{
	color:rgba(0,0,0,.6);
	font-size: 22px;
	font-weight:500!important;
	position:relative;
}
h4 strong{
	font-weight:700!important;
	color: #f68523;
}
h5{	
	font-weight:600!important;
	color: #111;
	font-size: 18px!important;
	position:relative;
	margin:0 0 10px 0!important;
}
h6{
	font-size:16px;
	line-height:30px;
	color:#666;
	font-style: italic;
}
p{
	font-size:14px;
	line-height:26px;
	text-align:justify;
}
}

@media screen and (max-width: 570px) {
.container{
	padding-left: 30px!important;
	padding-right: 30px!important;
}
}
 .navbar {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--blue-100);
    position: sticky; top: 0; z-index: 1000;
    padding: 12px 0;
  }
  .navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--blue-700) !important;
    font-weight: 700;
    letter-spacing: -0.3px;
  }
  .navbar-brand span { color: var(--blue-500); }
  .nav-link {
    color: var(--blue-700) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 6px 14px !important;
    transition: color 0.2s;
  }
  .nav-link:hover { color: var(--blue-500) !important; }
  .btn-appt {
    background: var(--blue-500);
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 22px !important;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.2s, transform 0.2s;
  }
  .btn-appt:hover { background: var(--blue-700); transform: translateY(-1px); }

  /* ── BANNER ── */
  #banner {
    background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 50%, var(--blue-500) 100%);
    display: flex; align-items: center;
    position: relative;
    overflow: hidden;
    padding-top:150px;
  }
  
  #banner::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  #banner::after {
    content: '';
    position: absolute;
    width: 700px; height: 700px;
    right: -180px; top: -120px;
    background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 70%);
    border-radius: 50%;
  }
  .banner-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
  }
  .banner-badge i { color: #7dd3fc; }
  #banner h1 {
    font-size: clamp(1.4rem, 5vw, 3rem)!important;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 16px;
  }
  #banner h1 span {
    color: #7dd3fc;
    display: block;
  }
  .banner-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 36px;
  }
  .banner-stats {
    display: flex; gap: 10px;
    margin-bottom: 40px;
  }
  .stat-item { text-align: center; }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
  }
  .stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 4px;
  }
  .stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.2);
    margin: 0 8px;
  }
  .btn-primary-hero {
    background: #fff;
    color: var(--blue-700);
    border: none;
    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.25s;
    text-decoration: none;
    display: inline-block;
  }
  .btn-primary-hero:hover {
    background: var(--blue-100);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  }
  .btn-outline-hero {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.25s;
    text-decoration: none;
    display: inline-block;
  }
  .btn-outline-hero:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.7);
    color: #fff;
  }
  .banner-img-wrap {
    position: relative;
    display: flex; justify-content: flex-end;
  }
  .banner-img-card {
    width: 380px; height: 520px;
    background: linear-gradient(180deg, var(--blue-300) 0%, var(--blue-500) 100%);
    border-radius: 220px 220px 40px 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 40px 80px rgba(0,0,0,0.3);
  }
  .doctor-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: flex-end; justify-content: center;
    padding-bottom: 0;
  }
  .doctor-silhouette {
    font-size: 18rem;
    line-height: 1;
    opacity: 0.25;
    color: #fff;
    margin-bottom: -20px;
  }
  .floating-card {
    position: absolute;
    background: rgba(255,255,255,0.96);
    border-radius: 16px;
    padding: 12px 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    backdrop-filter: blur(8px);
    display: flex; align-items: center; gap: 10px;
    animation: float 3s ease-in-out infinite;
  }
  .floating-card a{
    background: rgba(255,255,255,0.96);
    text-decoration: none;
  }
  .fc-1 { 
      background: rgba(255,255,255,0);
      box-shadow: 0 8px 32px rgba(0,0,0,0);
      bottom: 40px; left: -120px;
      padding:5px;
  }
  .fc-1 img{
      width:200px;
  }
  
  .fc-2 { top: 80px; right: -50px; }
  @keyframes float {
    0%,100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
  }
  .fc-icon {
    width: 40px; height: 40px;
    background: var(--blue-100);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--blue-500);
    font-size: 1.1rem;
  }
  .fc-label { font-size: 0.7rem; color: var(--gray-400); }
  .fc-value { font-size: 0.9rem; font-weight: 700; color: var(--blue-900); }

  /* ── SECTION COMMON ── */
  section { padding: 90px 0; }
  .section-eyebrow {
    display: inline-block;
    color: var(--blue-500);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: var(--blue-900);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .section-title span { color: var(--blue-500); }
  .divider-blue {
    width: 50px; height: 3px;
    background: linear-gradient(90deg, var(--blue-500), var(--blue-300));
    border-radius: 2px;
    margin-bottom: 24px;
  }

  /* ── PROFILE ── */
  #profile { background: var(--blue-50); }
  .profile-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 40px rgba(10,35,66,0.08);
    display: flex;
    flex-direction: column;
  }
  .profile-img-area {
    background: linear-gradient(160deg, var(--blue-700) 0%, var(--blue-500) 100%);
    padding: 35px 15px;
    text-align: center;
    position: relative;
  }
  .profile-img-area img {
    width: 180px; height: 180px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    border: 4px solid rgba(255,255,255,0.3);
    font-size: 5rem;
    color: rgba(255,255,255,0.5);
  }
  .profile-avatar {
    width: 140px; height: 140px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    border: 4px solid rgba(255,255,255,0.3);
    font-size: 5rem;
    color: rgba(255,255,255,0.5);
  }
  .profile-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .profile-title {
    color: rgba(255,255,255,0.75);
    font-size: 0.9rem;
  }
  .profile-body { padding: 25px; }
  .profile-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
  .info-chip {
    background: var(--blue-50);
    border-radius: 12px;
    padding: 14px;
    border-left: 3px solid var(--blue-500);
  }
  .info-chip-label { font-size: 0.7rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.5px; }
  .info-chip-value { font-size: 0.95rem; font-weight: 600; color: var(--blue-900); margin-top: 3px; }
  .profile-bio {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--gray-600);
    margin-bottom: 24px;
  }
  .expertise-tags { display: flex; flex-wrap: wrap; gap: 8px; }
  .tag {
    background: var(--blue-100);
    color: var(--blue-700);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 500;
  }
  .timeline { list-style: none; padding: 0; }
  .timeline-item {
    display: flex; gap: 16px;
    margin-bottom: 20px;
    position: relative;
  }
  .tl-dot {
    width: 14px; height: 14px; min-width: 14px;
    background: var(--blue-500);
    border-radius: 50%;
    margin-top: 5px;
  }
  .tl-dot::after {
    content: '';
    position: absolute;
    left: 6px; top: 20px;
    width: 2px;
    height: calc(100% + 6px);
    background: var(--blue-100);
  }
  .timeline-item:last-child .tl-dot::after { display: none; }
  .tl-year { font-size: 0.75rem; color: var(--blue-500); font-weight: 700; }
  .tl-text { font-size: 0.9rem; color: var(--blue-900); font-weight: 500; }
  .tl-sub  { font-size: 0.8rem; color: var(--gray-400); }

  /* ── VIDEO ── */
  #video { background: var(--blue-50); }
  .video-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 60px rgba(10,35,66,0.12);
    position: relative;
  }
  .video-wrap iframe { 
    display: block; 
    width: 100%; 
    height:500px;
    aspect-ratio: 16/9; 
    border: none; 
  }

  /* ── REVIEWS ── */
  #reviews { background: var(--blue-50); }
  .review-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 2px 24px rgba(10,35,66,0.06);
    height: 100%;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s;
    border-bottom: 3px solid transparent;
  }
  .review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(10,35,66,0.1);
    border-bottom-color: var(--blue-500);
  }
  .review-quote {
    font-size: 2.5rem;
    line-height: 1;
    color: var(--blue-100);
    font-family: 'Playfair Display', serif;
    margin-bottom: 8px;
  }
  .review-text {
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 20px;
  }
  .review-stars { color: #f59e0b; font-size: 0.85rem; margin-bottom: 14px; }
  .reviewer-name { font-weight: 700; font-size: 0.9rem; color: var(--blue-900); }
  .reviewer-loc  { font-size: 0.78rem; color: var(--gray-400); }
  .google-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gray-600);
    margin-bottom: 32px;
  }
  .google-badge img { width: 18px; }
  .overall-score {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: var(--blue-900);
    font-weight: 700;
    line-height: 1;
  }
  .rating-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
  .rating-bar-bg { flex: 1; height: 6px; background: var(--blue-100); border-radius: 3px; overflow: hidden; }
  .rating-bar-fill { height: 100%; background: var(--blue-500); border-radius: 3px; }

  /* ── SERVICES ── */
  #services { background: var(--white); }
  .service-card {
    background: var(--blue-50);
    border-radius: 20px;
    padding: 32px 24px;
    transition: all 0.3s;
    border: 1.5px solid transparent;
    height: 100%;
  }
  .service-card:hover {
    background: var(--blue-700);
    border-color: var(--blue-700);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(26,74,122,0.25);
  }
  .service-card:hover .service-title,
  .service-card:hover .service-desc,
  .service-card:hover .service-icon { color: #fff; }
  .service-icon {
    font-size: 2rem;
    color: var(--blue-500);
    margin-bottom: 16px;
    transition: color 0.3s;
  }
  .service-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--blue-900);
    margin-bottom: 10px;
    transition: color 0.3s;
  }
  .service-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--gray-600);
    transition: color 0.3s;
  }
  .service-card:hover .service-tag { background: rgba(255,255,255,0.15); color: #fff; }
  .service-tag {
    display: inline-block;
    background: var(--blue-100);
    color: var(--blue-700);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 50px;
    margin-top: 12px;
    transition: all 0.3s;
  }

  /* ── AWARDS ── */
  #awards { background: var(--blue-900); overflow: hidden; position: relative; }
  #awards::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    right: -100px; top: -100px;
    background: radial-gradient(circle, rgba(91,163,217,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }
  #awards .section-eyebrow { color: #7dd3fc; }
  #awards .section-title { color: #fff; }
  #awards .section-title span { color: #7dd3fc; }
  #awards .divider-blue { background: linear-gradient(90deg, #7dd3fc, #2272b6); }
  .award-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 28px;
    transition: all 0.3s;
    height: 100%;
    backdrop-filter: blur(8px);
  }
  .award-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(91,163,217,0.4);
    transform: translateY(-4px);
  }
  .award-icon {
    font-size: 2.2rem;
    color: #fbbf24;
    margin-bottom: 14px;
  }
  .award-year {
    font-size: 0.75rem;
    color: #7dd3fc;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .award-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .award-org { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
  .pub-item {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .pub-item:last-child { border-bottom: none; }
  .pub-icon { font-size: 1.2rem; color: #7dd3fc; margin-top: 2px; }
  .pub-title { font-size: 0.88rem; color: #fff; font-weight: 500; }
  .pub-journal { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-top: 3px; }

  /* ── CONTACT ── */
  #contact { background: var(--white); }
  .contact-form-wrap {
    background: var(--blue-50);
    border-radius: 24px;
    padding: 48px;
    /*box-shadow: 0 4px 40px rgba(10,35,66,0.06);*/
  }
  @media (max-width: 768px) {
   .contact-form-wrap {
    padding: 30px;
  }
  }
  .form-label { font-size: 0.82rem; font-weight: 600; color: var(--blue-900); letter-spacing: 0.3px; }
  .form-control, .form-select {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 11px 16px;
    font-size: 0.9rem;
    color: var(--blue-900);
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .form-control:focus, .form-select:focus {
    border-color: var(--blue-500);
    box-shadow: 0 0 0 3px rgba(34,114,182,0.12);
    outline: none;
  }
  textarea.form-control { resize: vertical; min-height: 110px; }
  .btn-submit {
    background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    font-weight: 700;
    font-size: 0.95rem;
    width: 100%;
    transition: all 0.25s;
    letter-spacing: 0.3px;
  }
  .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(26,74,122,0.35);
    color: #fff;
  }
  .contact-info-box {
    background: var(--blue-700);
    border-radius: 20px;
    padding: 36px;
    color: #fff;
    height: 100%;
  }
  @media (max-width: 768px) {
.contact-info-box {
    padding: 20px;
  }
  }
  .ci-item {
    display: flex; gap: 14px; align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .ci-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
  .ci-icon {
    width: 44px; height: 44px; min-width: 44px;
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
  }
  .ci-label { font-size: 0.75rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.5px; }
  .ci-value { font-size: 0.92rem; color: #fff; font-weight: 500; margin-top: 2px; }
  .map-placeholder {
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    height: 140px;
    display: flex; align-items: center; justify-content: center;
    margin-top: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 2.5rem;
    color: rgba(255,255,255,0.3);
    flex-direction: column; gap: 8px;
  }
  .map-placeholder p { font-size: 0.8rem; color: rgba(255,255,255,0.3); margin: 0; }

  .map-placeholder a {
     color: rgba(255,255,255,0.3);
    text-decoration: none;
   }

  /* ── FOOTER ── */
  footer {
    background: var(--blue-900);
    color: rgba(255,255,255,0.5);
    padding: 24px 0;
    font-size: 0.82rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  footer a { color: #7dd3fc; text-decoration: none; }

  /* ── ANIMATIONS ── */
  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 992px) {
    #banner { min-height: auto; padding: 60px 0 40px; }
    .banner-img-wrap { justify-content: center; margin-top: 0px; }
    .banner-img-card { width: 380px; height: 450px; }
    .banner-stats { justify-content: left; }
    
    .fc-1 {
        bottom: auto;
        top:-10px;
        left: 30px; 
    }
    .fc-1 img{
        width:180px;
    }
    .fc-2 {
        top: auto;
        bottom:20px;
        right:30px;
    }
  }
@media (max-width: 768px) {
    .banner-img-card { width: 280px; height: 380px; }
    .fc-1 {
        bottom: auto;
        top:-10px;
        left: -20px; 
    }
    .fc-1 img{
        width:100px;
    }
    .fc-2 {
        top: auto;
        padding:8px;
        bottom:-20px;
        right:-10px;
    }
    
  }



.enquiry{
	width:90%;
	float: right;
	font-weight:700;
/*	background-color: #0072b7;*/
background: linear-gradient(120deg, #00397e, #116798, #00397e) !important;
	margin-top:0;
	text-align:left;
	padding:20px;
	border-radius: 0 15px 0 15px;
}
.enquiry h2{
	font-size:24px!important;
	font-weight:700!important;
	padding-bottom:10px!important;
	color: #fff;
}
.enquiry form{
	padding:0;
} 
.enquiry form button{
/*  background-color: #253e83;*/
  background-color: #000;
  width: 100%;
  display: block;
  padding: 0px 20px;
  line-height: 50px;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 0 0 0;
  border: 0;
  border-radius: 0 10px 0 10px;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}


.types{
}
.types ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.types ul li{
	float: left;	
	width: 33.33%!important;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
	color: #666;
}
.types ul li div{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	min-width: 260px;
}
.types ul li i{
	float: left;
	font-size: 56px;
	margin-right: 10px;
	color: #0072b7;
}
.types ul li strong{
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 8px 0 0 0;
}
.types ul li span{
	font-size: 14px;
}


.subtypes{
	padding: 20px;
/*	background-color: #253e83;*/
background: linear-gradient(120deg, #00397e, #116798, #00397e) !important;
	color: #fff;
	border-radius: 0 25px 0 25px;
}
.subtypes ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.subtypes ul li{
	float: left;	
	width: 25%!important;
	line-height: 1.3;
	text-align: center;
	position: relative;
	color: #fff;
}
.subtypes ul li::after {
	position: absolute;
	right: -20px;
	top: 10px;
	width: 1px;
	height: 80px;
	background-color: #fff;
	transform: rotate(20deg);
	color: #fff;
	content: "";
}
.subtypes ul li:last-child::after {
	display: none;
}
.subtypes ul li div{
	text-align: center;
}
.subtypes ul li strong{
	font-family: 'Roboto', sans-serif!important;
	display: block;
	font-size: 46px;
	font-weight: 900!important;
	color: #fff;
	margin: 8px 0 0 0;
}
.subtypes ul li span{
	font-size: 14px;
}


@media screen and (max-width: 768px) {
.types{
}
.types ul li{
	float: left;	
	width: 50%!important;
	line-height: 1.3;
	text-align: left;
	padding: 10px 0;
	color: #666;
}
.types ul li div{
	display: block;
	margin: 0 auto;
	text-align: center;
	min-width: 100%;
}
.types ul li i{
	float: none;
	font-size: 32px;
	color: #0072b7;
	margin-right: 0px;
}
.types ul li strong{	
	font-size: 15px;
	margin: 8px 0 0 0;
}
.types ul li span{
	font-size: 13px;
}


.subtypes{
	padding: 15px;
	background-color: #253e83;	
}
.subtypes ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.subtypes ul li{
	float: left;	
	width: 50%!important;
	line-height: 1.3;
	text-align: center;
	position: relative;
	color: #fff;
}
.subtypes ul li::after {
	display: none;
}
.subtypes ul li div{
	text-align: center;
}
.subtypes ul li strong{
	font-size: 32px;
	font-weight: 900!important;
	margin: 8px 0 0 0;
}
.subtypes ul li span{
	font-size: 12px;
}
}





input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
	font-size: 14px;
	border-radius: 4px;
	color: #666;
	font-weight: 400;
	clear: both;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 43px;
	margin: 0 0 10px 0;
	background-color:#fff;
	border:solid 1px rgba(0,0,0,.2);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { 
	box-shadow: inset 0px 0px 0px #999;
}
select {
	font-size: 14px;
	border-radius: 4px;
	color: #666;
	font-weight: 400;
	clear: both;
	padding: 0 10px!important;
	width: 90%!important;
	text-decoration: none;
	height: 43px;
	margin: 0 0 10px 0;
	background-color:#fff;
	text-transform:capitalize;
	border:solid 1px rgba(0,0,0,.2);
}

textarea {
	font-family: 'Overpass', sans-serif !important;
	font-weight: 400!important;
	font-size: 14px!important;
	line-height:15px!important;
	border-radius: 4px;
	color: #666;
	font-weight: 400;
	clear: both;
	padding: 5px 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 45px;
	margin: 0 0 10px 0;
	background-color:#fff;
	border:solid 1px rgba(0,0,0,.2);
}

::-webkit-input-placeholder { /* Chrome */
	color: #666;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: #666;
	opacity: 1;
}



.enquiry input[type="text"], .enquiry input[type="tel"], .enquiry input[type="password"], .enquiry input[type="number"], .enquiry input[type="email"] {
	font-size: 14px;
	border-radius: 4px;
	color: #666;
	font-weight: 400;
	clear: both;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 43px;
	margin: 0 0 10px 0;
	background-color:#fff;
	border:solid 0px rgba(0,0,0,0);
}

#contact input[type="text"], #contact input[type="tel"], #contact input[type="password"], #contact input[type="number"], #contact input[type="email"] {
	font-size: 14px;
	border-radius: 4px;
	color: #666;
	font-weight: 400;
	clear: both;
	padding: 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 43px;
	margin: 0 0 10px 0;
	background-color:#fff;
	border:solid 1px rgba(0,0,0,.1);
}

.ccode{
    width: 90%!important;
}



.list1{
	margin:0 0 20px 0!important;
	padding: 0!important;
}
.list1 li{
	list-style-type: none;
	padding:8px 0 8px 30px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 0 10px 0;
	text-align:justify;
	font-weight: 600;
	position: relative;
	line-height: 1.3;
}
.list1 li:before {
	position: absolute;
	content: "\f14a";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #0072b7;
    font-size: 26px;	
    top: 2px;
    left: 0px;
}

.list1{
	margin:0 0 20px 0!important;
	padding: 0!important;
}
.list1 li{
	list-style-type: none;
	padding:8px 0 8px 30px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 0 10px 0;
	text-align:justify;
	font-weight: 600;
	position: relative;
	line-height: 1.3;
}
.list1 li:before {
	position: absolute;
	content: "\f14a";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #0072b7;
    font-size: 26px;	
    top: 2px;
    left: 0px;
}

.list-map{
	margin:0 0 20px 0!important;
	padding: 0!important;
}
.list-map li{
	list-style-type: none;
	padding:8px 0 8px 30px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 0 10px 0;
	text-align:justify;
	font-weight: 600;
	position: relative;
	line-height: 1.3;
}
.list-map li:before {
	position: absolute;
	content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #0072b7;
    font-size: 26px;	
    top: 2px;
    left: 0px;
}

.modal-backdrop.in {
    filter: alpha(opacity=60)!important;
    opacity: .6!important;
}
.modal-content{
  border-radius: 15px!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
  background-color:#fff!important;
  border:0!important;
}
.modal-body {  
  padding: 0!important;
  padding:0px!important;
	display: flex;
}
.modal-content .mb-l{	
	width:50%;
	border-radius:15px 0 0 15px;
	overflow: hidden;
	align-self: center !important;
}
.modal-content .mb-l img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.modal-content .mb-r{
	position: relative;
	width:50%;
	padding:30px 30px 30px 30px;
	align-self: auto!important;
}
.modal-content .mb-r img{
	height: 50px;
}
.modal-content .mb-r .m-call{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
/*	background-color: #0072b7;*/
background: linear-gradient(120deg, #00397e, #116798, #00397e) !important;
	color: #fff;
	border-radius: 0 0 15px 0;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
}
.modal-content h2{
	font-weight:normal!important;
	font-weight: 700!important;
	text-transform: capitalize;
	font-size: 26px!important;
	padding: 0 0 15px 0;
	color: #253e83!important;
	margin: 0 0 15px 0!important;
	line-height: normal;
	position:relative;
}

.modal-content .mb-r h4{
	color:#fff!important;
}
.modal-body .close {
	position: absolute;
	z-index: 1;
	right: -10px;
	top: -10px;  
  font-size: 28px!important;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:0;
  background-color:#0072b7;
  width:39px;
  height:39px;
  line-height:39px!important;
  border-radius:50%;
  border:solid 0px #fff!important;
  outline:none!important;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#253e83;
	opacity: 1;
	color:#fff;
}



.btn-demo{
	position:fixed;
	right:40px;
	bottom:0;
	z-index:99;
	border-radius:2px 2px 0 0;
	background: -webkit-linear-gradient(45deg, #dd2622, #f53b37);
	background: linear-gradient(45deg, #dd2622, #f53b37);
	color:#fff;
	padding:0 25px;
	font-weight:400;
	font-size:16px;
	line-height:32px;
	border:solid 2px #fff;
	border-bottom:0;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
@media screen and (max-width : 992px) {
.modal-body {  
  padding: 0!important;
  padding:0px!important;
	display: block;
}
.modal-content .mb-l{
	width: 100%;
}
.modal-content .mb-l img{
	display: none;
}
.modal-content .mb-r{
	width:100%;
	padding:30px 30px 75px 30px;
}
.modal-body .close {
	position: absolute;
	z-index: 1;
	right: -5px;
	top: -5px;  
  font-size: 28px!important;
  font-weight: 700;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:0;
  background-color:#0072b7;
  width:39px;
  height:39px;
  line-height:39px!important;
  border-radius:50%;
  border:solid 0px #fff!important;
  outline:none!important;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#253e83;
	opacity: 1;
	color:#fff;
}	
}



.fix-call{
    position:fixed;
    right:0;
    bottom:10px;
    width:160px;
    z-index:1000;
    background-color:rgba(255,255,255,0)!important;
    text-align:center;
    padding:0 10px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0)!important;
	text-align:right;
}
.fix-call a{
    color:#fff !important;
    font-size:30px;
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
}
.fix-call a:hover{
    text-decoration: none;
}
.fix-call a i{
    color:#fff!important;
    font-size:22px!important;
	width:52px!important;
	height:52px!important;
	line-height:52px!important;
	border-radius:100%;
	display:inline-block;
	margin:0 2px;
	border:solid 0px #0b0c0b; 
	box-shadow:0px 3px 3px rgba(0,0,0,.3);
}
.fix-call a.wa img{
    display:none;
}
.fix-call a.fx-call{
	display:none;
}
.fix-call a .fa-phone{
	background: linear-gradient(90deg, #b3802b 0%, #caa13e 50%, #e8ce4f 100%);
}
.fix-call a .fa-whatsapp{
	background-color:#13990a;
	font-size:26px!important;
	line-height:52px!important;
	color:#fff!important;
}
.fix-call a .fa-envelope-open{
	background-color: #253e83;
}
.fix-call a span{
	color:#fff;
	font-size:14px;
	font-weight:800;
	display:none;
	text-transform:uppercase;
}
@media screen and (max-width : 992px) {
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
	background-color: #0072b7!important;
    text-align:center;
    padding:0 0 0 0;
    box-shadow:0px -5px 10px rgba(0, 0, 0, .1)!important;	
	display:table;
}
.fix-call a{
	display:table-cell;
	width: 40%!important;
    color:#fff !important;
	height:auto;
	line-height:1;
	text-align:center;
	text-decoration: none!important;
	margin:0;
	padding:3px 5px;
	font-size:22px!important;
	vertical-align:middle;
	border-right:solid 0px rgba(0,0,0,.3);
}
.fix-call a i{
	display: inline-block;
    color:#fff !important;
    font-size:14px!important;
	width:auto!important;
	height:auto!important;
	line-height:45px!important;
	border-radius:0;
	margin:0 3px 0 0;
	border:solid 0px rgba(255,255,255,0);	
	vertical-align:middle;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
	background: transparent!important;
}
.fix-call a i{
	background: transparent;
}
.fix-call a.fx-call{
	display:table-cell;
	width: 40%!important;
}
.fix-call a.wa{
	position: relative;
	z-index: 10;
	top: -5px;
	padding: 3px 5px;
	width: 20%!important;
	background-color: #13990a;
	border-radius: 5px;	
	margin-top: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
}
.fix-call a.wa img{
    display:inline-block;
	height:40px;
	vertical-align:middle;
}
.fix-call a.wa span{
    display:none;
}
.fix-call a .fa-whatsapp{
	display:none!important;
	font-size:22px!important;
	background: transparent;
	color:#13990a!important;
}
.fix-call a span{
	display:inline-block;
	line-height:45px;
}
}

.left-fix{
	position:fixed;
	left:-88px;
	z-index:101;
	top:50%;
	margin-top:0px;
	width:210px;	
	text-align:center;
	transform: rotate(-90deg);	
	font-size:16px;
}
.left-fix a{
	display:block;
/*	background-color:#0072b7;*/
background: linear-gradient(120deg, #00397e, #116798, #00397e) !important;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
	font-weight:700!important;
	text-transform:uppercase;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.0);
}
.left-fix a:hover{
	text-decoration:none!important;
}
.left-fix i{
	color:#fff;
	font-size:20px;
	background-color:#253e83;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix{
	position:fixed;
	right:-88px;
	z-index:999;
	top:50%;
	margin-top:0px;
	width:210px;	
	text-align:center;
	transform: rotate(-90deg);	
	font-size:16px;
}
.right-fix a{
	display:block;
	background-color:#00d6e9;
	color:#fff!important;
	text-shadow:1px 1px 3px rgba(0,0,0,.2);
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
	font-weight:700!important;
	text-transform:uppercase;
	border-radius:5px 5px 0 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
}
.right-fix a:hover{
	text-decoration:none!important;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#253e83;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
@media screen and (max-width : 992px) {
.left-fix{
	position:fixed;
	left:-74px;
	top:50%;
	width:175px;
	font-size:14px;
}
.left-fix a{
	line-height:28px;
	padding:0 0;
}
.right-fix{
	position:fixed;
	right:-74px;
	top:50%;
	width:175px;	
	text-align:center;	
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:28px;
	padding:0 5px;
	white-space: nowrap;
	font-size: 13px;
}
.right-fix2{
	position:fixed;
	right:-65px;
	top:60%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);	
	text-transform:uppercase;
	font-size:14px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
}

.dynamic{
}
.dynamic ul{
	margin:0 0 0 20px;
}
.dynamic ul li{
	margin:0 0 10px 0;
	text-align:justify;
	line-height:1.7;
}
.dynamic ol{
	margin:0 0 0 20px;
}


.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; background-color:#18242e; margin-bottom:15px; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.map-container{
}
.map-container iframe{
	width:100%;
	height:200px;
	background-color:#fff;
	padding:2px;
	box-shadow:0px 3px 5px rgba(0,0,0,.25);
	margin:0 0 10px 0;
}
.btn1{
	background-color:#052b3a;
	display:inline-block;
	padding:5px 20px;
	line-height:30px;
	font-weight:400!important;
	color:rgba(0,0,0,.8);
	text-transform:uppercase;
	font-size:16px;
	margin:10px 0 0 0;
	border:0;
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
.btn1:hover{
	background-color:#0072b7;
	color:#fff;
}
.btn2{	
	width:auto;
	display:inline-block;
	padding:0px 30px;
	line-height:50px;
	font-weight:700!important;	
	text-decoration:none!important;
	text-transform:uppercase;
	font-size:16px;
	margin:0;
	border:0;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
/*	background-color:#0072b7;*/
background: linear-gradient(120deg, #00397e, #116798, #00397e) !important;
	color: #fff!important;
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
.btn2:hover{
	background-color:#253e83;
	color:#fff!important;
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
}
.btn3{
/*	background-color:#253e83;*/
    background: linear-gradient(120deg, #00397e, #116798, #00397e) !important;
	width:100%;
	display:block;
	padding:0px 20px;
	line-height:50px;
	font-weight:700!important;
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	border:0;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
.btn3:hover{
	background-color:#0072b7;
	color: #fff!important;
}
.btn4{
	background-color:#0072b7;
	width:100%;
	display:block;
	padding:0px 20px;
	line-height:50px;
	font-weight:400!important;
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	font-size:14px;
	margin:10px 0 0 0;
	border:0;
	text-align:center;
	cursor:pointer;
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
.btn4:hover{
	background-color:#052b3a!important;
	color:#ffff!important;
}
.btn5{
	background-color:#f9f9f9;
	display:inline-block;
	padding:0px 15px;
	line-height:35px;
	font-weight:700!important;
	color:rgba(0,0,0,.8);
	text-transform:uppercase;
	font-size:14px;
	margin:0px 0 0 0;
	border:solid 1px rgba(0,0,0,.1);
	border-radius: 4px;
	text-align:center;
	text-decoration: none!important;
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
.btn5:hover{
	background-color:#253e83;
	color: #fff;
}
#dots{display:inline-block;}
#more{display: none;}
#myBtn{display:inline-block!important;}

#dots2{display:inline-block;}
#more2{display: none;}
#myBtn2{display:inline-block!important;}

#dots3{display:inline-block;}
#more3{display: none;}
#myBtn3{display:inline-block!important;}

ul {
    top: 100% !important;
    transform: translateY(0%) !important;
}

.iti {
    position: relative;
    display: inline-block;
}
.grecaptcha-badge { opacity:0;}

.thank-you-section{
    background: linear-gradient(135deg, #03045e, #0077b6);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.thank-you-box{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.check-icon{
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: #ffffff;
    color: #0077b6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.thank-you-box h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.thank-you-box p{
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.home-btn{
    display: inline-block;
    background: #fff;
    color: #03045e;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.home-btn:hover{
    background: #caf0f8;
    color: #03045e;
}

@media(max-width:767px){

    .thank-you-box{
        padding: 40px 25px;
    }

    .thank-you-box h1{
        font-size: 34px;
    }

    .thank-you-box p{
        font-size: 16px;
        line-height: 28px;
    }

}