 body {
  font-family: 'Poppins', sans-serif;
}


h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}
.sticky-icon  {
		z-index:2;
		position:fixed;
		top:25%;
		right:0%;
		width:210px;
		display:flex;
		flex-direction:column;}  
	.sticky-icon a  {
		transform:translate(165px,0px);
		border-radius:50px 0px 0px 50px;
		text-align:left;
		margin:2px;
		text-decoration:none;
		text-transform:uppercase;
		padding:5px;
		font-size:21px;
		
		transition:all 0.8s;}
	.sticky-icon a:hover  {
		color:rgb(211, 199, 26);
		transform:translate(0px,0px);}	
	.sticky-icon a:hover i  {
		transform:rotate(360deg);}
	/*.search_icon a:hover i  {
		transform:rotate(360deg);}*/
	
	.sticky-icon a i {
		background-color:white;
		height:35px;
		width:35px;
		color:#007bb6;
		text-align:center;
		line-height:35px;
		border-radius:50%;
		margin-right:15px;
		transition:all 0.5s;}
		.sticky-icon a i.fa-whatsapp {
			background-color:#FFF;
		color:#2da033;}
		
	.sticky-icon a i.fa-facebook-f  {
		background-color:#FFF;
		color:#2C80D3;}
		
	.sticky-icon a i.fa-google-plus-g  {
		background-color:#FFF;
		color:#d34836;}

		.sticky-icon a i.fa-Linkedin-in  {
		background-color: blue;
        color: #FFF;  
                       }
		
	.sticky-icon a i.fa-instagram  {
		background-color:#FFF;
		color:#FD1D1D;}
		
	.sticky-icon a i.fa-youtube  {
		background-color:#FFF;
		color:#fa0910;}
		
	.sticky-icon a i.fa-x-twitter {
		background-color:#FFF;
		color:#000;}

		
	.fas fa-shopping-cart  {
		background-color:#FFF;}	
	#myBtn {
		height:50px;
	  display: none;
	  position: fixed;
	  bottom: 20px;
	  right: 30px;
	  z-index: 99;
	  text-align:center;
	  padding:10px;
	  text-align:center;
		line-height:40px;
	  border: none;
	  outline: none;
	  background-color: #1e88e5;
	  color: white;
	  cursor: pointer;
	  border-radius: 50%;
	}
	.fa-arrow-circle-up  {
		font-size:30px;}
	
	#myBtn:hover {
	  background-color: #555;
	}	
   .d-sen h3 {
    background-color: #25669e;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
}
.icon-social a{
    display: none;
}
	
/* ================= COMMON ================= */

/* ================= TOP BAR ================= */
    #mainNavbar {
  transition: all 0.3s ease;
  z-index: 9999;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-bar{
    background:#17232e;
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
    margin-right:15px;
}

/* ================= NAVBAR ================= */



.navbar-brand span{
    color:#0030b8;
    font-weight:700;
    font-size:18px;
}

.navbar-nav .nav-link {
    color: #2f2f2f !important;
    padding: 15px 10px !important;
    font-size: 14px;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #365ba4 !important;
}

.navbar-nav .nav-link.active {
    color: #365ba4 !important;
    font-weight: 600;
}
.review-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.review-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.google-title {
    font-size: 28px;
    font-weight: 600;
}

.rating-number {
    font-size: 70px;
    font-weight: 700;
    color: #4c6395;
}

.progress {
    height: 10px;
    border-radius: 20px;
    background-color: #e9ecef;
}

.progress-bar {
    background-color: #fbbc04;
}

.star-color {
    color: #fbbc04;
}

.review-btn {
    background: #ff7a59;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.review-btn:hover {
    background: #ff633f;
    color: #fff;
}
/* ================= HERO FIX ================= */
    
/* ================= emergency ================= */
  .gi-hero-wrapper {
    background: url('../../background/emergency_bg.jpg') no-repeat center center/cover;
    height: 80vh;
    position: relative;
    
    color: #2c3e50;
}

.gi-overlay-layer {
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 5%);
}

.gi-doctor-box {
    position: relative;
    z-index: 2;
}

.gi-doctor-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.gi-doctor-name {
    font-weight: 700;
    color: #1f3c73;
}

.gi-doctor-designation {
    font-size: 14px;
    color: #333;
}

.gi-main-content {
    position: relative;
    z-index: 2;
}

.gi-main-title {
    font-size: 48px;
    font-weight: 600;
    color: #1f3c73;
}

.gi-main-subtitle {
    font-size: 22px;
    margin-top: 15px;
    color: #3b5b8a;
}

.gi-address-block {
    margin-top: 25px;
    font-size: 18px;
    color: #555;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.gi-contact-block {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #1f3c73;
}

.gi-phone-item i {
    margin-right: 8px;
}
   
.icon-box {
    width: 60px;
    height: 60px;
    background: #ff6b3d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
}

.phone-number {
    color: #3c578c;
    font-weight: 600;
    font-size: 20px;
    margin-right: 30px;
}

.phone-number i {
    margin-right: 8px;
}
    /* Accordion Card Style */
.accordion {
  border-radius: 15px;
  overflow: hidden;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

/* Hover Lift Effect */
.accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.15);
}

/* Accordion Button */
.accordion-button {
  font-size: 17px;
  font-weight: 600;
  padding: 18px 22px;
  background: #ffffff;
  color: #0b3d91;
  transition: all 0.3s ease;
}

/* Active State */
.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #0d6efd, #0dcaf0);
  color: #ffffff;
  box-shadow: none;
}

/* Remove Default Focus */
.accordion-button:focus {
  box-shadow: none;
}

/* Icon Style */
.accordion-button::after {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Accordion Body */
.accordion-body {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  background: #ffffff;
  padding: 22px;
  border-top: 1px solid #f1f1f1;
}
.footer-bar {
 background: linear-gradient(90deg, #041741, #0042a2);
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bar p {
  color: #ccc;
  font-size: 15px;
}

.footer-bar a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.footer-bar a:hover {
  color: #ffffff;
}
.footer-bar span{
    color: #0fdafd;
}


/* Highlight */
.highlight-blue {
    background: rgba(13,110,253,0.1);
    padding: 3px 6px;
    border-radius: 4px;
}

.highlight-bold {
    font-weight: 600;
    color: #0d1b2a;
}
    
    .doctor-profile {
  background: #f6fbff;
}

.profile-card {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.section-tag {
  color: #0d6efd;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.doctor-name {
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
}

.doctor-subtitle {
  color: #053fbc;
  font-weight: 500;
  margin-bottom: 20px;
}

.profile-image-wrapper {
  background: #eaf4fb;
  padding: 20px;
  border-radius: 20px;
}

.profile-image-wrapper img {
  border-radius: 15px;
}

.btn-read-more {
  background: #0d6efd;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  margin-top: 10px;
}

.btn-read-more:hover {
  background: #084298;
  color: #fff;
}

.highlight-wrapper {
  margin-top: 30px;
}
.gallery-section {
    background: rgba(13, 110, 253, 0.25);
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #ff6b4a;
}

.gallery-card {
  position: relative;
  height: 100%;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 50, 70, 0.75);
  transition: 0.4s ease;
}

.gallery-card:hover .card-overlay {
  background: rgba(0, 30, 50, 0.85);
}
    .gallery-card h3{
        color: #fff;
    }

.card-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #0d3b4c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.card-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn-theme {
  background: #ff6b4a;
  color: #fff;
  padding: 8px 22px;
  border-radius: 6px;
  font-weight: 500;
}

.btn-theme:hover {
  background: #e85a3c;
  color: #fff;
}

.highlight-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0d6efd;
}

.highlight-box h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
    .btn-appointment-main{
    background: linear-gradient(135deg, #0d6efd, #084298);
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    letter-spacing:.5px;
    box-shadow:0 10px 25px rgba(13,110,253,0.25);
    transition: all .3s ease;
}

.btn-appointment-main:hover{
    transform: translateY(-3px);
    box-shadow:0 15px 30px rgba(13,110,253,0.35);
    color:#fff;
}
    



.services{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap:40px;
  max-width:1300px;
  margin:auto;
}
    .services .card{
        
    }
.card {
    background: linear-gradient(60deg, #bed4ff, #ffffff);
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
}
.card:hover{
  transform:translateY(-8px);
}

.circle{
  width:150px;
  height:150px;
  background:#4c6395;
  border-radius:50%;
  margin:0 auto 25px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:8px solid #e9e9e9;
  box-shadow:0 6px 20px rgba(0,0,0,0.15);
}

.circle img{
  width:100px;
}
    .card .circle a:hover{
        color: #fff;
    }
.btn{
  display:inline-block;
  background:#4c6395;
  color:#fff;
  padding:10px 22px;
  border-radius:6px;
  text-decoration:none;
  font-weight:500;
  transition:0.3s;
}

.btn:hover{
  background:#4c6395;
    color: #fff;
}
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
    .section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 30px;
}

.section-divider::before,
.section-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cfcfcf;
}

.section-divider i {
    color: #0d3b66;   /* star color */
    font-size: 18px;
    margin: 0 15px;
}


/* Button */
.btn-custom {
    margin-top: 25px;
    background: #0d6efd;
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    border: none;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #084298;
}
.excellence-section {
background: linear-gradient(rgb(179 192 221), rgba(255, 255, 255, 0.92));
  position: relative;
  overflow: hidden;
    
}

.excellence-box {
  border-radius: 16px;
  padding: 30px;
  transition: 0.4s ease;
  color: #1e293b;
  border: none;
}
.excellence-box {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
/* Box 1 – Experience (Deep Medical Blue) */
.excellence-section .col-md-4:nth-child(1) .excellence-box {
  background: linear-gradient(135deg, #e6f0ff, #cce0ff);
}

/* Box 2 – Cancer Care (Soft Teal) */
.excellence-section .col-md-4:nth-child(2) .excellence-box {
  background: linear-gradient(135deg, #e6fffa, #ccf5f0);
}

/* Box 3 – Precision Surgery (Soft Lavender Blue) */
.excellence-section .col-md-4:nth-child(3) .excellence-box {
  background: linear-gradient(135deg, #eef2ff, #dbe4ff);
}

/* Hover Effect */
.excellence-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #1e40af;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.3);
}
    .dropdown-item {
  padding: 6px 10px;
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #f1f7ff;
  padding-left: 8px;
  transition: 0.3s;
}
    .doctor-section{
    padding:20px 0;
}

.section-title{
    font-weight:700;
    color:#1f3c50;
}

.underline{
    width:120px;
    height:4px;
    background:#ff7a45;
    border-radius:5px;
    margin-top:10px;
}

.doctor-img{
    
    border-radius:20px;
    box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.nav-pills .nav-link{
    color:#1f3c50;
    font-weight:600;
    border-radius:8px;
    margin-bottom:10px;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.nav-pills .nav-link.active{
    background:#4c6395;
    color:#fff;
}
.nav-pills .nav-link{
    color:#4c6395;
    font-weight:600;
    border-radius:8px;
    margin-bottom:12px;
    background:#fff;
    border:2px solid #e3e6ea;   /* Border Added */
    transition:all 0.3s ease;
}

/* Hover Effect */
.nav-pills .nav-link:hover{
    border-color:#4c6395;
    color:#4c6395;;
    transform:translateX(5px);
}

/* Active Tab */
.nav-pills .nav-link.active{
    background:#4c6395;
    color:#fff;
    border-color:#4c6395;
    box-shadow:0 8px 20px rgba(255,122,69,0.25);
}
.tab-content {
    background: linear-gradient(135deg, rgb(255 255 255 / 25%) 50%, rgb(116 132 253 / 25%));
    padding: 35px;
    border-radius: 16px;
    border: 1px solid #4c6395;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
    .tab-content h5{
        color: #063395;
    font-weight: 600;
    }
    
  
/* Image Height Control */
.slider-img {
  height: 75vh;
  object-fit: cover;
}

/* Important: Parent Relative */
.carousel-item {
  position: relative;
}

/* Overlay Text Position */
.slider-content {
  position: absolute;
  top: 20%;
  left: 8%;
  z-index: 2;
  max-width: 600px;
  color: #fff;
}

/* Text Style */
.slider-content h1 {
  font-size: 40px;
  font-weight: 700;
    color: #ffd100;
}
.slider-content h2 {
  font-size: 25px;
  font-weight: 600;
    color: #fff;
}
    .slider-content h3 {
  font-size: 20px;
  font-weight: 500;
    color: #fff;
}

.slider-content p {
font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
   
    color:#fff;
}
    
    .footer-section {
  background: #004c88;
  color: #ffffff;
}

.footer-text {
  font-size: 14px;
  opacity: 0.9;
}

.footer-title {
  color: #fbe100;
  margin-bottom: 15px;
  font-weight: 600;
}

.btn-appointment {
  background: #fbe100;
  color: #000;
  border-radius: 6px;
  padding: 8px 15px;
}

.btn-appointment:hover {
  background:#fbe100;
  color: #000;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ffffff;
  color: #0e4a5a;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  margin-right: 6px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fbe100;
  color: #fff;
}

.footer-input {
  border-radius: 5px;
  border: none;
}

.btn-submit {
  background: #fbe100;
  color: #000;
  border-radius: 6px;
}

.btn-submit:hover {
  background: #fbe100;
    color: #000;
}
    .animated-image {
    max-width: 500px;
    animation: floatLeft 3s ease-in-out infinite alternate;
}

/* Move Slightly Left + Float */
@keyframes floatLeft {
    0% {
        transform: translateX(0px) translateY(0px);
    }
    100% {
        transform: translateX(-20px) translateY(-10px);
    }
}

  
.testimonial-section {
  background: #f8fbff;
}

.testimonial-title {
  font-weight: 700;
  color: #1e3a8a;
  display: inline-block;
  padding: 8px 20px;
  background: #eaf2ff;
  border-radius: 6px;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #1e3a8a;
  margin: 10px auto 0;
}

    
      .shape-box {
        display: inline-block;
        position: relative;
        z-index: 1;
        max-width: 500px;
        height: 430px;
        margin: 30px 10px 30px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
        overflow: hidden;
        width: 100%;
         background: linear-gradient(45deg, #f1fb80, #ffe2e2c9);
          border-radius: 10px 60px;
    }

    .shape-box_half {
        overflow: hidden;
        text-align: left;
    }

    .shape-box_half:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: skewY(53.5deg);
        transform-origin: top left;
        transition: \transform .4s;
        background: #fff;
        z-index: 1;
    }

    .shape-box>img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bg-black {
        background-color: #000;
    }

    .shape-box_half figcaption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0 30px 30px;
        transition: \transform .4s;
        transform: translateY(100%);
        z-index: 3;
    }

    .shape-box_half figcaption .show-cont {
        position: absolute;
        bottom: calc(100% + 30px);
        left: 30px;
        right: 30px;
        transition: bottom .4s;
    }

    .card-no {
        
    font-size: 24px;
    color: #ffc107;
    padding: 0;
    margin: 10px 0;
    background: #776eff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* padding: 2px; */
    line-height: 3rem;
    text-align: center;
}
    

    .card-main-title {
        margin-top: 8px;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: #292b2c;
    }

   .card-content {
    color: #000000;
    margin-top: 18px;
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
}
    .read-more-btn {
        border: 2px solid #db3236;
        font-size: 14px;
        cursor: pointer;
        padding: 10px 20px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 600;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: #db3236;
        color: #fff;
        border-radius: 2px;
        margin-top: 25px;
        text-decoration: none;
    }

    .read-more-btn:hover {
        background: transparent;
        color: #db3236;

    }

    .shape-box_half>.after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, #63c944, #3571a6);
        opacity: 0;
        transition: opacity .4s;
    }

    /*On hover*/
    .shape-box_half:before {
        transform: skewY(20deg);
    }

    .shape-box_half figcaption {
        transform: translateY(0);
    }

    .shape-box_half figcaption .show-cont {
        bottom: 100%;
    }

    .shape-box_half>.after {
        opacity: 1;
    }
.dr-sen-tiltle{
    background: linear-gradient(135deg,#ffffff,#f8fbff);
    border-radius: 15px;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: all .4s ease;
    border-left: 6px solid #0d6efd;
}

/* Hover Effect */
.dr-sen-tiltle:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Heading Style */
.dr-sen-tiltle h2{
    font-size: 32px;
    letter-spacing: .5px;
    border-bottom: 2px solid #e9f2ff;
    padding-bottom: 10px;
}

/* Section Headings */
.dr-sen-tiltle h5{
    color:#0d6efd;
    position: relative;
    padding-left: 18px;
    margin-top: 25px;
}

/* Blue Dot before heading */
.dr-sen-tiltle h5::before{
    content:'';
    position:absolute;
    left:0;
    top:8px;
    width:8px;
    height:8px;
    background:#0d6efd;
    border-radius:50%;
}

/* Paragraph Style */
.dr-sen-tiltle p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

/* List Style */
.dr-sen-tiltle ul{
    padding-left:20px;
}

.dr-sen-tiltle ul li{
    margin-bottom:10px;
    font-size:15px;
    position: relative;
}

/* Custom Bullet */
.dr-sen-tiltle ul li::marker{
    color:#0d6efd;
    font-size:18px;
}

.dr-sen-tiltle h2{
    font-size: 34px;
    font-weight: 700;
    color:#0d6efd;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

/* underline highlight */
.dr-sen-tiltle h2::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:4px;
    background:#0d6efd;
    border-radius:4px;
} 

/* Background */
.academic-section {
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
}

/* Section Title */
.section-title {
  font-weight: 700;
  font-size: 32px;
}

 .timeline-item{background:#fff;border-left:5px solid #0b5d7a;border-radius:16px;padding:24px 26px;box-shadow:0 8px 24px rgba(11,93,122,0.07);margin-bottom:18px;}
    .timeline-item h3{font-size:22px;color:#0b4f6c;margin-bottom:10px;}


/* Glass Card */
.glass-box {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 15px 20px;
  transition: 0.3s;
}

.glass-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Section Heading */
.section-head {
  font-weight: 600;
 
  padding-left: 10px;
  margin-bottom: 20px;
}

/* List style */
.custom-list li {
  margin-bottom: 8px;
}



.top-strip{
      background:#0a4f6d;
      color:#fff;
      padding:10px 0;
      font-size:14px;
    }
    .top-strip .container{
      display:flex;
      justify-content:space-between;
      gap:15px;
      flex-wrap:wrap;
    }
    .hero{
      background:linear-gradient(135deg,#eaf6fb 0%,#ffffff 55%,#d9edf7 100%);
      padding:70px 0 60px;
      border-bottom:1px solid #dbe9f0;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:35px;
      align-items:center;
    }
    .tag{
      display:inline-block;
      background:#dff2fa;
      color:#0a4f6d;
      font-weight:700;
      font-size:14px;
      padding:8px 14px;
      border-radius:30px;
      margin-bottom:18px;
    }
    .highlight-badge{
      display:inline-block;
      background:#fff3cd;
      color:#8a6500;
      font-weight:700;
      font-size:14px;
      padding:8px 14px;
      border-radius:30px;
      margin:0 10px 12px 0;
      border:1px solid #f0d98a;
    }
    h1{
      font-size:32px;
      line-height:1.2;
      color:#10202f;
      margin-bottom:18px;
    }
    h2{
      font-size:30px;
      line-height:1.25;
      color:#1e3a8a;
      margin-bottom:16px;
    }
    h3{
      font-size:22px;
      color:#0a4f6d;
      margin-bottom:12px;
    }
    p{margin-bottom:16px}
    .lead{
      font-size:18px;
      color:#3b4f62;
    }
    

   
    .section-head{
      text-align:center;
      margin-bottom:18px;
    }
    .section-sub{
      text-align:center;
      max-width:850px;
      margin:0 auto 38px;
      color:#516273;
      font-size:17px;
    }
    .box{padding:34px}
    .two-col{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:24px;
    }
    .three-col{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
    }
    .doctor-grid{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:28px;
      align-items:center;
    }
    .doctor-photo{
      background:#eef7fb;
      min-height:360px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#6a7d8f;
      font-weight:700;
      padding:20px;
      text-align:center;
    }
    .card,.faq-item{padding:24px}
    .highlight{background:#eef7fb;padding: 15px 20px;}
    .credential-list li,
    .service-list li,
    .symptom-list li{margin-bottom:10px}
    .cta{
      background:linear-gradient(135deg,#0a4f6d,#08384f);
      color:#fff;
      text-align:center;
      padding:50px 28px;
      border-radius:18px;
    }
    .cta h2{color:#fff}
    .cta p{color:#e5f2f8;max-width:820px;margin:0 auto 20px}
    .small-note{
      text-align:center;
      font-size:14px;
      color:#66788a;
      margin-top:24px;
    }
   
   

    .hero-grid{
      display:grid;
      grid-template-columns:1.15fr 0.85fr;
      gap:35px;
      align-items:center;
    }

    .badge-wrap{
      margin-bottom:18px;
    }

    .badge{
      display:inline-block;
      padding:8px 16px;
      margin:0 10px 10px 0;
      border-radius:30px;
      background:rgba(255,255,255,0.14);
      border:1px solid rgba(255,255,255,0.22);
      font-size:14px;
      font-weight:700;
      color:#fff;
    }

 

    

    .hero-card{
      background:#fff;
      color:#1f2d3d;
      border-radius:20px;
      padding:30px;
      box-shadow:0 14px 35px rgba(0,0,0,0.14);
    }

    .hero-card ul{
      padding-left:20px;
    }

    .hero-card li{
      margin-bottom:10px;
    }

   
    .light-bg{
      background:#edf6fa;
    }

    .section-intro{
      max-width:950px;
      margin:0 auto 40px;
      text-align:center;
      color:#5b6d7c;
      font-size:17px;
    }

    .content-box{
      background:#fff;
      border-radius:20px;
      padding:34px;
      box-shadow:0 8px 24px rgba(11,93,122,0.08);
      border:1px solid #e1edf3;
        margin: 5px 10px;
    }

    .two-col{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:28px;
    }

    .three-col{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
    }

   
    .card p:last-child,
    .content-box p:last-child{
      margin-bottom:0;
    }

    p{
      margin-bottom:16px;
    }

    ul{
      padding-left:22px;
    }

    li{
      margin-bottom:10px;
    }

    .doctor-layout{
      display:grid;
      grid-template-columns:0.85fr 1.15fr;
      gap:30px;
      align-items:center;
    }

    .doctor-image{
      min-height:380px;
      border-radius:18px;
      background:linear-gradient(135deg,#dbeaf1,#f7fbfd);
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      color:#6f8492;
      font-weight:700;
      padding:20px;
    }

    .faq-item{
      background:#fff;
      border-radius:18px;
      padding:26px;
      box-shadow:0 8px 24px rgba(11,93,122,0.08);
      border:1px solid #e1edf3;
      margin-bottom:20px;
    }

    .cta{
      background:linear-gradient(135deg,#0b3f53 0%, #0b5d7a 100%);
      color:#fff;
      border-radius:24px;
      padding:55px 35px;
      text-align:center;
      box-shadow:0 12px 30px rgba(11,63,83,0.2);
        margin: 15px 0;
    }

    .cta h2{
      color:#fff;
    }

    .cta p{
      color:#e7f5fb;
      max-width:900px;
      margin:0 auto 16px;
    }
.section-liv h2{
    text-align: center;
    margin-bottom: 18px;
    padding-top: 10px;
}
.section-title-center h2{
     text-align: center;
    margin-bottom: 18px;
    padding-top: 10px;
    color: #1e3a8a;
}
/* TAG BADGE */
.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.highlight-badge {
  background: #0d6efd;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
}

/* SECTION */
.section-academic {
  padding: 15px 0;
}
.section-achivment {
  padding: 15px 0;
}



.highlight{
      background:#f4f8fb;
      border-left:5px solid #125b8b;
      padding:22px;
      margin:20px 0;
      border-radius:6px;
    }
  .news-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 12px;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.news-title a {
    text-decoration: none;
    color:#0a4f6d;
    font-weight: 600;
}

.news-title a:hover {
    text-decoration: underline;
}

.source {
    font-size: 14px;
    color: gray;
}
.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Image */
.gallery-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s;
}

/* Hover Zoom */
.gallery-box:hover img {
    transform: scale(1.1);
}

/* Overlay */
.gallery-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    transform: translateY(100%);
    transition: 0.4s;
}

/* Show on Hover */
.gallery-box:hover .gallery-content {
    transform: translateY(0);
}
.gallery-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Image */
.img-box {
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover zoom ONLY image */
.gallery-card:hover .img-box img {
  transform: scale(1.1);
}

/* Text bottom */
.text-box {
  padding: 15px;
  text-align: left;
  flex-grow: 1;
    font-size: 14px;
}

/* No zoom on text */
.gallery-card:hover .text-box {
  transform: none !important;
}
.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper div {
  width: 100% !important;
  height: 100% !important;
}
.review-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(270deg, #ff4e50, #f9d423, #24c6dc, #ff4e50);
    background-size: 600% 600%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, text-shadow 0.3s ease;
    animation: gradientMove 8s ease infinite, pulse 3s ease-in-out infinite;
}
/* TAB WRAPPER (important for mobile scroll) */
.tab-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}

/* NAV TABS */
.custom-tabs {
    border-bottom: 1px solid #ddd;
    flex-wrap: nowrap; /* prevent breaking */
}

/* TAB BUTTON */
.custom-tabs .nav-link {
    border: none;
    color: #0641b7;
    font-weight: 500;
    padding: 12px 18px;
    position: relative;
    white-space: nowrap;
}

/* ACTIVE TAB */
.custom-tabs .nav-link.active {
    color:#0641b7;
    background: transparent;
}

.custom-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background:#0641b7;
}

/* CONTENT BOX */
.tab-content-box {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    background: #fff;
}
.custom-card {
  border-radius: 16px;
  transition: all 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.bile-duct-section {
  background: #f8fbff;
}

/* Card */
.custom-card {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: 0.3s;
  border-left: 4px solid;
}

.custom-card:hover {
  transform: translateY(-4px);
}


/* List */
.custom-list {
  padding-left: 16px;
  margin-bottom: 0;
}

.custom-list li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
 .info-card {
    transition: all 0.3s ease;
    border-radius: 15px;
  }
  .info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
  }
