:root {
    --primary-blue: #0A2357;
    --accent-pink: #E91E63;
    --cream-bg: #F9F7E8;
    --text-white: #ffffff;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

/* headings */
/* h1,
h2,
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-blue);
} */







/* HERO section */
.hero {

    /* min-height: 300px; */
    display: flex;
    align-items: center;

    background:
        /* linear-gradient(rgba(10, 35, 87, 0.12), rgba(10, 35, 87, 0.12)), */
        url(Images/doctor-team.png);

    background-size: cover;
    background-position: center top;

    padding: 80px 0;
}

.hero-row {
    min-height: 250px;
}


/* heading */

.hero-title {

    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-blue);

    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards;
}


/* hero - paragraph */
.hero-desc {

    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #444;
    margin-top: 20px;
    max-width: 520px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards;
    animation-delay: .4s;
}


/* animation of text on hero image */

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* --------Hero  section ending---------------- */






/* Gallery section - commented for now*/
.gallery-section{
  padding:60px 20px;
  background:#f9fbff;
}

.gallery-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:40px;
}

/* LEFT SIDE TEXT */

.gallery-text{
  flex:1;
}

.gallery-text h2{
  font-size:32px;
  margin-bottom:15px;
  color:#0a4fa3;
}

.gallery-text p{
  margin-bottom:15px;
  line-height:1.6;
  color:#555;
}

.gallery-btn{
  display:inline-block;
  padding:10px 22px;
  background:#0a4fa3;
  color:white;
  border-radius:6px;
  text-decoration:none;
}

/* RIGHT SIDE CAROUSEL */
.gallery-carousel{
  flex:1;
  position:relative;
  overflow:hidden;
}

.carousel-track{
  display:flex;
  transition:transform 0.4s ease;
}

.carousel-track img{
  width:100%;
  min-width:100%;
  height:350px;
  object-fit:cover;
  border-radius:10px;
}

/* BUTTONS */

.carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(0,0,0,0.5);
  color:white;
  border:none;
  font-size:24px;
  padding:8px 14px;
  cursor:pointer;
  border-radius:50%;
}

.prev{
  left:10px;
}

.next{
  right:10px;
}

/* RESPONSIVE */

@media (max-width:900px){

  .gallery-container{
    flex-direction:column;
  }

  .gallery-text{
    text-align:center;
  }

  .carousel-track img{
    height:250px;
  }

}



/* -----------------Gallery section ending ---------------------*/






/* Doctor info section */

.doctor-section{
background:#f7f9fc;
}

/* titles */
.section-title{
font-size:36px;
font-weight:700;
color:#0A2357;
margin-bottom:20px;
}

.section-text{
color:#555;
line-height:1.7;
margin-bottom:15px;
font-size:16px;
}


/* doctor profile card */
.doctor-profile-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 12px 35px rgba(0,0,0,0.08);
transition:.3s;
}

.doctor-profile-card:hover{
transform:translateY(-6px);
}




/* image */
.doctor-img{
position:relative;
}

.doctor-img img{
width:100%;
height:420px;
object-fit:cover;
object-position:center 10%;
}



/* experience badge */
.experience-badge{
position:absolute;
bottom:15px;
left:15px;
background:#0A2357;
color:#fff;
padding:6px 14px;
border-radius:20px;
font-size:13px;
}


/* content */
.doctor-profile-content{
padding:28px;
}

.doctor-profile-content h3{
font-weight:600;
margin-bottom:6px;
color:#0A2357;
}


/* designation */
.designation{
font-size:15px;
color:#666;
margin-bottom:12px;
}




/* RESPONSIVE */

@media(max-width:992px){

.section-title{
text-align:center;
}

.section-text{
text-align:center;
}

.doctor-img img{
height:350px;
}

}

@media(max-width:576px){

.doctor-img img{
height:300px;
}

.doctor-profile-content{
padding:22px;
}

.section-title{
font-size:28px;
}

}



/* for additional info popup */

.profile-btn{
background:#E91E63;
border:none;
color:#fff;
padding:7px 16px;
border-radius:20px;
font-size:13px;
margin-bottom:20px;
transition:0.3s;

}

.profile-btn:hover{
background:#0A2357;
}


/* modal */
.doctor-modal{

border-radius:15px;

}

.doctor-modal h6{
color:#0A2357;
font-weight:600;
margin-bottom:10px;

}

.doctor-modal ul{
padding-left:18px;

}

.doctor-modal li{
margin-bottom:6px;
color:#555;

}

.doctor-modal a{
color:#E91E63;
text-decoration:none;

}

.doctor-modal a:hover{
text-decoration:underline;
}



/* ---------------doctors info ending------------------------- */




/* imapct numbers */

.stats-section {

    background: #F9F7E8;
    padding: 80px 0;

}

.stat-box {
    padding: 20px;
}

.stat-icon {
    width: 60px;
    margin-bottom: 15px;
}


.counter {
    font-size: 48px;
    font-weight: 700;
    color: #0A2357;
    font-family: 'Montserrat', sans-serif;
}

.plus {
    color: #E91E63;
    font-size: 28px;
    margin-left: 4px;
}

.stat-box h4 {

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;

    margin-top: 10px;

    color: #222;

}






/* why choose us */
/* section background */

/* .why-section{
    background:#f7f9fc;
} */


/* section title */

.section-title{
    font-size:36px;
    font-weight:700;
    color:#0A2357;
    margin-bottom:15px;
}


/* intro text */

.section-subtext{
    max-width:750px;
    margin:auto;
    color:#555;
    line-height:1.7;
}


/* feature cards */

.why-card{

    text-align:center;

    height:100%;

    box-shadow:0 8px 25px rgba(0,0,0,0.06);

    transition:.3s;

    background: url("Images/cards-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 30px;
    border-radius: 12px;
    transition: .3s;

}


/* hover effect */

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,0.08);
}


/* icon */

.why-card i{

    font-size:34px;

    color:var(--accent-pink);

    margin-bottom:15px;

}


/* heading */

.why-card h5{

    font-weight:600;
    margin-bottom:10px;

}


/* text */

.why-card p{
    font-size:15px;
    color:#666;
    font-weight: 500;
    line-height:1.6;

}


/* responsive */

@media (max-width:991px){

    .section-title{
        font-size:30px;
    }

}

@media (max-width:576px){

    .section-title{
        font-size:26px;
    }

}








/* CTA button */

.contact-btn {

    background: var(--accent-pink);
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    color: var(--text-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: .3s;
}

.contact-btn:hover {
    background: #c2185b;
}


.footer-text {
    font-size: 14px;
}






/* faq */

.faq-section {

    background: #f8f9ff;
    padding: 70px 0;

}

.accordion-button {

    font-family: 'Montserrat';

    font-weight: 500;

}






/* Floating Contact Icons */ 

/* ================= FLOATING ACTIONS ================= */
.floating-actions {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* ICON BASE */
.floating-actions a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

/* HOVER */
.floating-actions a:hover {
  transform: scale(1.1);
}

/* ================= ICON COLORS ================= */
.f-mail {
  background: #4a86ff;
}

.f-phone {
  background: #3b60e4;
}

.f-whatsapp {
  background: var(--whatsapp-green);
}

.f-location {
  background: #ff5722;
}

.f-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.f-youtube {
  background: #ff0000;
}

/* ================= MOBILE VISIBILITY CONTROL ================= */

/* Hide WhatsApp on desktop */
.floating-actions a.mobile-only {
  display: none;
}

/* Show WhatsApp only on mobile */
@media (max-width: 992px) {
  .floating-actions a.mobile-only {
    display: flex !important;
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {

  .floating-actions {
    right: 10px;
  }

  .floating-actions a {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

}

/* ================= OPTIONAL ENHANCEMENTS ================= */

/* Smooth click feel */
.floating-actions a:active {
  transform: scale(0.95);
}

/* Shadow improvement */
.floating-actions a {
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* ================= FAB CONTAINER ================= */

.fab-container {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
}

/* MAIN BUTTON */
.fab-main {
  width: 50px;
  height: 50px;
  background: #c40d42;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  transition: 0.3s;
}

/* Rotate on open */
.fab-container.active .fab-main {
  transform: rotate(45deg);
}

/* ITEMS WRAPPER */
.fab-items {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.3s;
}

/* SHOW ITEMS */
.fab-container.active .fab-items {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* INDIVIDUAL ICON */
.fab-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: 0.3s;
}

/* HOVER */
.fab-item:hover {
  transform: scale(1.1);
}

/* COLORS */
.f-mail { background: #4a86ff; }
.f-phone { background: #3b60e4; }
.f-location { background: #ff5722; }
.f-whatsapp { background: #25d366; }
.f-instagram {
  background: linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);
}


