:root{
--color0:#272727;;
--color1:#ffd5eb;
--color2:#d7127c;
--color3:#1d6387;
}
.youtube img{
height: 25px;
}
.stats-section {
/*background: #f7fbff;*/
padding: 20px 0;
/*font-family: 'Poppins', sans-serif;*/
}
.container {
max-width: 1250px;
margin: auto;
/*text-align: center;*/
}
.section-title {
font-size: 32px;
font-weight: 700;
color: var(--color3);
margin-bottom: 10px;
}
.section-subtitle {
font-size: 16px;
color: #6a6969;
margin-bottom: 40px;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.stat-card {
text-align: center;
background: #ffffff;
border-radius: 16px;
padding: 30px 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease;
}
.stat-card:hover {
transform: translateY(-6px);
}
.stat-card h3 {
font-size: 44px;
font-weight: 700;
margin-bottom: 10px;
background: linear-gradient(135deg, #1d6387, #f857a6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.stat-card p {
font-size: 16px;
color: #6a6969;
font-weight: 600;
}
/* Responsive */
@media (max-width: 480px) {
.section-title {
font-size: 26px;
}
.stat-card h3 {
font-size: 34px;
}
}
.specialist_descr h5 a{
color:#6a6969;
transition: 0.5s ease;
}
.specialist_descr h5 a:hover{
color:#333;
}
.specialist_descr h5 img{
width: 35px;
margin-right: 5px;
margin-left: 30px;
}
.video-background {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-width: auto;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
margin: 0;
z-index: -2;
}
.vbanner {
  position: relative;
  width: 100vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:0 10%;
  text-align: center;
  color: white;
  /*font-family: "Nunito Sans", sans-serif;*/
  overflow: hidden;
}
.vbanner::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.vbanner h1 {
font-size: 3.7em;
margin: 0 0 0.3em;
}
.vbanner p {
font-size: 1.3em;
margin: 0 0 1.6em;
}
.vbanner button {
padding: 15px 36px;
border: 2px solid white;
background: transparent;
font-size: 1.05em;
color: inherit;
cursor: pointer;
transition: background 0.3s ease-in-out;
}
.vbanner button:hover {
background: rgba(255, 255, 255, 0.3);
}
/* top menu */
.menu {
position: relative;
}
.menu__button {
display: flex;
align-items: center;
justify-content: center;
gap: 0.25em;
background-color: var(--color-main-blue);
color: var(--color-white);
font-size: 14px;
border: none;
border-radius: 3px;
cursor: pointer;
transition: var(--transition);
font-weight: 500;
}
.menu:hover .menu__button {
background-color: var(--color-light-blue);
}
.menu__button-icon {
width: 1.5em;
transition: var(--transition);
}
.menu:hover .menu__button-icon {
transform: rotate(-180deg);
}
.menu__content {
position: absolute;
z-index: 999;
width: 100%;
margin-top: 0.3em;
border-radius: 3px;
box-shadow: var(--primary-shadow);
visibility: hidden;
opacity: 0;
transition: var(--transition);
background: #ffffff;
box-shadow: 0 0 5px #00000030;
}
.menu:hover .menu__content {
visibility: visible;
opacity: 1;
}
.menu__link {
display: block;
padding: 5px 10px!important;
margin: 0.25em 0.25em 0;
color: var(--color-black);
text-align: left;
font-weight: 600;
text-decoration: none;
border-left: 0.125em solid var(--color-border);
border-radius: 1px;
transition: 0.5s ease;
}
.menu__link:hover {
background-color: var(--color-hover-bg);
border-left-color: var(--color-active-border);
}
.topright ul li{
display: inline-block;
}
.aboutsec{
padding: 4rem 0;
}
.aboutsec h1{
font-weight: 700;
font-size: 2.5rem;
text-align: left;
color:var(--color3);
margin-bottom: 25px;
}
.aboutsec h1 span{
color:var(--color0);
}
.aboutsec p{
text-align: left;
margin-bottom: 15px;
}
.cl1{
color:var(--color2);
}
.aboutsec p a button{
background: var(--color2);
color: var(--color1);
padding: 8px 25px;
border:none;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
cursor: pointer;
}
.aboutsec p a button:hover{
background: var(--color3);
}
.aboutsec2-text h1{
font-weight: 700;
font-size: 30px;
color:var(--color3);
padding-bottom: 10px;
}
.aboutsec2-text h1 span{
font-size: 15px;
}
.aboutsec2-text img{
width: 55%;
margin:0 auto;
border: 5px solid #fff;
box-shadow: 0 0 5px #00000045;
margin-bottom: 20px;
}
.aboutsec2-text p{
text-align: justify;
font-size: 15px;
}
.aboutsec2-text p a button{
background: var(--color2);
color: var(--color1);
padding: 8px 25px;
border:none;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
cursor: pointer;
}
.aboutsec2-text p a button:hover{
background: var(--color3);

}
.footer-section {
background: #8f72b6;
color: #fff;
padding: 70px 0;
}
.footer-section h5 {
font-weight: 600;
margin-bottom: 15px;
}
.footer-section ul {
list-style: none;
padding-left: 0;
}
.footer-section ul li {
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.4;
}
.footer-section ul li::before {
content: "› ";
color: #fff;
font-size: 20px;
}
.footer-section a {
color: #fff;
text-decoration: none;
}
.footer-section a:hover {
text-decoration: underline;
}
.contact-box {
background: #fff5e8;
border-radius: 12px;
padding: 25px;
color: #000;
}
.contact-box h4 {
font-weight: 600;
font-size: 20px;
line-height: 1.5;
margin-bottom: 15px;
}
.contact-box .form-control {
border-radius: 3px;
margin-bottom: 10px;
font-size: 13px;
padding: 10px;
}
.contact-box textarea {
border-radius: 3px;
height: 150px;
}
.btn-appointment {
background: var(--color2);
border: none;
color: #fff;
font-weight: 600;
padding: 10px 30px;
border-radius: 25px;
}
.btn-appointment:hover{
  background: var(--color3);
}
.bottom-bar {
background: rgba(0,0,0,0.2);
padding: 12px 0;
margin-top: 30px;
text-align: center;
font-weight: 600;
}
.bottom-bar p{
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.footerlogo img{
  width: 220px;
}
.footerlogo{
  border-bottom: 1px solid #525252;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.footer-add p{
  font-size: 15px;
}
.footer-add p:last-child{
  margin-bottom: 0;
}
.contact-box p{
  font-size: 15px;
  font-weight: 500;
}
.mt60{
  margin-top: 50px;
}

.media_main img{
  margin-top: 35px;
  border:1px solid #cbcbcbc2;
  padding: 10px;
}