/*

/* Below you can write your style */

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
position: fixed !important;
  padding: 0 15px !important;
  background: #fff !important;
  border: solid 1px #e7e9ee !important;
  box-shadow: 0px 2px 40px 0px hsla(240, 0%, 6%, 0.05);
  margin: 0px auto;
    margin-top: 0px;
  width: 98% !important;
  left: 1% !important;
  border-radius: 20px !important;
  margin-top: 30px;
}





 .media-slider-container {
            overflow: hidden;
            position: relative;
            width: 100%;
        }
        .media-slider-container .cards {
            display: flex;
            gap: 28px;
            transition: transform 0.4s ease-out;
        }
        .media-slider-container .card {
            flex: 0 0 calc(25% - 21px); 
            min-width: calc(25% - 21px);
            box-sizing: border-box;
        }

        .container { max-width:1600px; margin:auto; }
        .topbar { display:flex; justify-content:space-between; align-items:center; margin-bottom:50px; flex-wrap:wrap; gap:20px; }
        .heading { text-align:center; flex:1; }
        .heading h1 { font-size:64px; color:#c12766; font-weight:800; }
        .line { width:400px; height:2px; background:#d48aa9; margin:15px auto; position:relative; }
        .line:after { content:''; position:absolute; left:50%; transform:translateX(-50%); top:-2px; width:100px; height:6px; background:#c12766; }
        .explore { padding:18px 28px; border-radius:40px; background:#fff; border:1px solid #ddd; font-size:34px; font-weight:700; display:flex; align-items:center; gap:20px; }
        .explore span { width:54px; height:54px; background:#c12766; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; }
        
        .card { border-radius:28px; overflow:hidden; position:relative; min-height:560px; background:#fff; }
        .feature { background:linear-gradient(180deg,#722162,#b81f65); padding:34px; color:#fff; display: flex; flex-direction: column; justify-content: flex-end; }
        .feature small { font-size:22px; font-weight:700; display:block; margin-bottom:25px; }
        .feature h2 { font-size:36px; line-height:1.45; font-weight:700; margin-bottom:45px; }
        
        .media-slider-container .card .btn { display:inline-flex; align-items:center; gap:18px; padding:5px 10px; border:2px solid rgba(255,255,255,.7); border-radius:40px; color:#fff; text-decoration:none; font-size:16px; font-weight:700; width: max-content; }
        .media-slider-container .card .btn span { width:30px; height:30px; background:#fff; color:#c12766; border-radius:50%; display:flex; align-items:center; justify-content:center; }
        
        .image-card img { width:100%; height:100%; object-fit:cover; display: block; }
        
        /* --- NEW HOVER SLIDE-UP OVERLAY STYLING --- */
        .image-card .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(114, 33, 98, 0.9), rgba(184, 31, 81, 0.95));
            padding: 34px;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            
            /* Hide by shifting down completely and making invisible */
            transform: translateY(100%);
            opacity: 0;
            transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease;
        }

        /* Slide up activation on hover */
        .image-card:hover .overlay {
            transform: translateY(0);
            opacity: 1;
        }

        /* Mirror feature styling for fonts inside overlay */
        .image-card .overlay small { font-size:22px; font-weight:700; display:block; margin-bottom:25px; }
        .image-card .overlay h2 { font-size:36px; line-height:1.45; font-weight:700; margin-bottom:45px; margin-top: 0; }

        .nav { display:flex; justify-content:flex-end; gap:18px; margin-top:35px; }
        .circle { width:50px; height:50px; background:#c12766; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:26px; cursor: pointer; }
        
        
        
        
        

.home-media-coverage{padding:50px 0; }

.home-media-coverage .card.feature h2{color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;}
  
.home-media-coverage .image-card .overlay h2{color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;}
  
 .home-media-coverage .card {min-height: 480px;}

.mega-menu-link ._mi._before._image{width:47px; height:47px;}

.nav {margin-top: 5px !important;}

/* Core Page Typography Adjustments */

.about-pg-sec1{background-color: #a81c51;
  border-radius: 16px;
  padding: 20px 30px 5px 30px;
  display: flex;
  top: -110px;
  position: relative !important;}
  
 .about-pg-sec1 .service-heading{
      font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
  margin-bottom: 0px !important;
  }
  
  .about-pg-sec1 .key-icon-box.icon-left.icon-default .tt-iconbox-customimg { width: 80px;}
  
  .key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {max-width:70px !important;}
  
   .about-pg-sec1 p{
font-size: 20px;
  opacity: 0.85;
  white-space: nowrap;
  color: #fff !important;
  }
  
  .about-pg-sec2 .wpb_wrapper h2{
      font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #484260 !important;
  margin-bottom: 0px !important;
  text-align:center;
  }
  
     .about-pg-sec2 .wpb_wrapper h3{
font-size: 60px;
  white-space: nowrap;
  color: #484260 !important;
  text-align: center;
  font-weight: 900;
  padding-top: 20px;
  }
  
       .about-pg-sec2 .wpb_wrapper h3 span{
  color: #a81c51;
  }
  
  .about-pg-sec2-boxes{  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.10);
  border-radius:10px !important;}
  
.about-pg-sec2-boxes h5{
font-size: 30px;
  color: #484260 !important;
  text-align: center;
  font-weight: 900 !important;
  padding-top: 0px;
  margin-bottom: 0px !important;
  }
  
  .about-pg-sec2-boxes .tt-iconbox-customimg.img_big_size{
      margin-bottom:0px !important;
  }
  
  
  .about-pg-sec-shareholder .team-member.design-classic{box-shadow:inherit;}
  
  .about-pg-sec-investor .vc_col-sm-6{background:#fff; box-shadow: 0px 2px 40px 0px hsla(240, 0%, 6%, 0.05);  border-radius: 20px;}
  
  .about-pg-sec-investor{display:flex; gap:30px;}
  
  .about-pg-sec-investor .vc_col-sm-6 p{min-height:300px; margin-top:30px;}
  
    .about-pg-sec-shareholder{background:#fff; box-shadow: 0px 2px 40px 0px hsla(240, 0%, 6%, 0.05);  border-radius: 20px;}
    
    .about-pg-sec-shareholder .team-member .team-image img{width:235px;}
    
  
  .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .leader-card{background:#fff !important;box-shadow: 0px 2px 40px 0px hsla(240, 0%, 6%, 0.05);  border-radius: 20px; overflow: inherit !important; border: solid 1px #d4d4d4;}
  
  .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .leader-card img{border-radius:20px 20px 0px 0;
  margin: 0px auto !important;}
  
  
 .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .leader-card::before {
  font-family: 'FontAwesome';
  content: "\f0a9";
  position: absolute;
  top: 32px;
  right: 48px;
  width: 10px;
  height: 10px;
  transform: rotate(314deg);
  opacity: 0;
  transition: .3s;
  z-index: 99;
  color: #fff;
  font-size: 34px;
}


 .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .leader-card::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 26px;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: .3s;
}


 .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .leader-card:hover::before,  .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .leader-card:hover::after {
  opacity: 1;
}
  
  .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .leader-card h4{font-weight:700; font-size:24px; text-align:center; padding-top:20px;}
  
  .board-of-directors .wpb_column.vc_column_container.vc_col-sm-3 .leader-card p{font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  min-height: 80px;
  padding: 0px 20px;
      text-align: center;
  }
  
  .about-pg-sec-shareholder .team-carousel .owl-nav div.owl-prev{left:-36px;}
  
   .about-pg-sec-shareholder .team-member h5{font-weight: 700;
  font-size: 26px;
  text-align: center;}
  
     .about-pg-sec-shareholder .team-member p{text-align: center;}
     
     .about-pg-sec-shareholder .team-image img{width:200px !important;}
  
  .about-pg-sec-shareholder .team-carousel .owl-nav div.owl-next{right:-36px;}

.mega-menu-hospitals{border:solid 1px #efefef; background:#fff; border-radius:10px; padding:10px; margin-bottom:20px;}
.mega-menu-hospitals img{border-radius:10px; border:solid 1px #b8b8b8;}

.mega-menu-hospitals .menuTitle{color: #712162;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 33px;}
.mega-menu-hospitals .menuText{color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  min-height: 45px;}
  


.page-content.comments-content {
  display: none;
}
#posts-content {
  padding-bottom: 0px;
  padding-top: 0px;
}

.blog-single .container h1{color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 40px;}


.home-blogs .slick-post-carousel-container .slick-carousel-card-title a{color: #000;
font-size: 20px;
font-weight: 700;
line-height: 27px; /* 112.5% */}

.home-blogs .slick-post-carousel-container .slick-carousel-card-title a:hover{color:#b81f65;}

.home-blogs .slick-post-carousel-container .slick-carousel-card-badge{color:#b81f65;}

.home-blogs .slick-carousel-card:hover .slick-carousel-card-badge {
  background:#b81f65 !important;;
  color: #fff;
}

.home-blogs .slick-post-carousel-container .slick-arrow:hover {
  background: #b51f64 !important;
  border-color: #b51f64 !important;
  color: #ffffff;}

.home-blogs .slick-post-carousel-container .slick-carousel-card-readmore{color: #6E6E6E;
font-size: 16px;
font-weight: 700;
line-height: 27px; /* 135% */}

.home-blogs .slick-post-carousel-container .slick-carousel-card-readmore .read-more-icon{color:#b81f65;}

.home-blogs .slick-post-carousel-wrapper .slick-slide{margin:20px;}

.home-blogs .slick-post-carousel-wrapper .slick-slide img{border-radius:20px;}

.home-blogs .slick-post-carousel-wrapper .slick-slide .slick-carousel-card-image-wrap {
  border-radius: 20px;
}


.home-blogs .slick-post-carousel-container{padding:0px;}

.hospital-location-banner .header-counters-bar {
    background-color: #a81c51; 
    border-radius: 16px;
    padding: 20px 30px;
    display: flex; /* Switched to Flex for smart layout when elements are hidden */
    color: #ffffff;
    bottom: -250px;
  position: relative;
}

.hospital-location-banner .section-heading{max-width:700px; width:100%;}

.hospital-location-banner .section-subheading{max-width:700px; width:100%;}

.counter-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1 1 200px; /* Lets items distribute evenly and remain flexible if one is hidden */
}
.hospital-pg-sect-1 {
  margin-top: 100px;
}

.counter-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain; /* Prevents icons from twisting or blurring out of aspect ratio */
    display: block;
}

.counter-text {
    display: flex;
    flex-direction: column;
}

.hospital-location-banner .header-counters-bar h4 {
    font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0px;
}

.counter-label {
    font-size: 13px;
    opacity: 0.85;
    white-space: nowrap;
}

.hospital-location-banner{padding:220px 0 170px 0 !important; overflow: inherit !important;}

.hospital-location-banner .header-overlay{background-size: cover !important;
  background-position: top;}

.hospital-pg-sect-1 h2.hospital-title{color: #000;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;}

.hospital-pg-sect-1 .hospital-info-card h3{
    color: #b81f65;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.hospital-pg-sect-1 .info-split-row h3{
    color: #b81f65;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.hospital-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}
.hospital-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 35px;
}

/* Info Box Container Card */
.hospital-info-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

/* Row structures */
.info-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.location-row {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.info-split-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.contact-column {
    flex: 1;
}

/* Icon Circular Base Styles */


/* Label text adjustments */
.info-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #a81c51;
    margin: 0 0 6px 0;
}
.info-text p {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    margin: 0;
    line-height: 1.4;
}
.info-text .phone-number a {
    font-size: 26px;
    font-weight: 800;
    color: #111111;
    text-decoration: none;
}
.info-text .phone-number a:hover {
    color: #a81c51;
}

   /* Update just the icon selector parameters in your stylesheet */
.info-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon-wrapper img {
    width: 70px;
    height: 83px;
    object-fit: contain; /* Retains clean dimensions */
    display: block;
}


/* Section Layout Context */
.specialties-carousel-section {
    background-color: #f3f4f6; /* Subtle grayish background contrasting cards */
    position: relative;
    padding: 60px 0;
    margin-top:70px;
}

.specialties-carousel-section .specialty-card-name{color: rgb(0, 0, 0);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 30px;
  min-height: 55px;}
  

.medical-expert-carousel-section {
    background-color: #fff; /* Subtle grayish background contrasting cards */
    position: relative;
    padding: 60px 0;
}

.procedures-slick-carousel .procedure-card-name{color: rgb(0, 0, 0);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 30px;
  min-height: 55px;}

/* Header Text & Line Styling */
.specialties-title {
    color: #a81c51; /* Corporate Theme Accent Pink */
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.specialties-title-line {
    width: 140px;
    height: 3px;
    background-color: #a81c51;
    margin: 0 auto;
    position: relative;
}
.specialties-title-line::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    background-color: #a81c51;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

/* Slick Slides Space Config */
.specialties-slick-carousel .slick-list {
    padding: 15px 0; /* Clear boundary room for box shadows */
}
.specialty-slide {
    padding: 0 15px; /* Margin layout distribution space between elements */
}

/* Individual Specialty Cards Setup */
.inner-specialty-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
    min-height: 190px;
}

.inner-specialty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(168, 28, 81, 0.08);
}

/* Icon Elements Inside Cards */
.specialty-icon-box {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specialty-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.inner-specialty-card:hover .specialty-icon-box img {
    transform: scale(1.05);
}

/* Card Heading Text Parameters */
.specialty-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #a81c51;
    margin: 0;
    line-height: 1.3;
}


/* Section Layout Context */
.procedures-carousel-section {
    background-color: #f3f4f6; 
    position: relative;
    padding: 60px 0;
}

/* Header Text & Line Styling */
.procedures-title {
    color: #a81c51; 
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.procedures-title-line {
    width: 140px;
    height: 3px;
    background-color: #a81c51;
    margin: 0 auto;
    position: relative;
}
.procedures-title-line::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    background-color: #a81c51;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

/* Slick Slides Space Config */
.procedures-slick-carousel .slick-list {
    padding: 15px 0; 
}
.procedure-slide {
    padding: 0 15px; 
}

/* Individual Procedure Cards Setup */
.inner-procedure-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
    min-height: 190px;
}

.inner-procedure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(168, 28, 81, 0.08);
}

/* Icon Elements Inside Cards */
.procedure-icon-box {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.procedure-icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.inner-procedure-card:hover .procedure-icon-box img {
    transform: scale(1.05);
}

/* Card Heading Text Parameters */
.procedure-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #a81c51;
    margin: 0;
    line-height: 1.3;
}

/* Section Layout Context */
.accreditations-carousel-section {
    background: #EBF1F5 url(https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/05/award-bg.png);
    position: relative;
    padding: 60px 0;
}

/* Header Text & Line Styling */
.accreditations-title {
    color: #a81c51; 
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.accreditations-title-line {
    width: 140px;
    height: 3px;
    background-color: #a81c51;
    margin: 0 auto;
    position: relative;
}
.accreditations-title-line::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    background-color: #a81c51;
    top: -1.5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

/* Slick Slides Space Config */
.accreditations-slick-carousel .slick-list {
    padding: 15px 0; 
}
.accreditation-slide {
    padding: 0 15px; 
}

/* Individual Accreditation Cards Setup */
.inner-accreditation-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
    min-height: 140px; /* Slightly lower footprint layout for badges */
}

.inner-accreditation-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Image Containment Control */
.accreditation-logo-box {
    width: 100%;
    height: 90px; /* Fixed track zone layout width/height bounds */
    display: flex;
    align-items: center;
    justify-content: center;
}
.accreditation-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Prevents stretching of official corporate badges */
    display: block;
}

.upper-footer{background: #FFFFFF;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); border-color: #fff !important;}

.lower-footer{background:#BD255D; padding: 10px 0 10px 0;}

.navbar.navbar-default.navbar-fixed-top.btn-hover-2.with-topbar.nav-transparent-secondary-logo .topbar.tb-default-design{background-color: #712162 !important;}

.navbar.navbar-default.navbar-fixed-top.btn-hover-2.with-topbar.nav-transparent-secondary-logo .topbar-right-content .topbar-menu .navbar-topbar li a{color:#fff !important;}

.cta-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  background: #fff !important;
  bottom: 50px;
  position: relative;
  z-index: 1000;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 10px;
  gap: 10px;
}
/* Show arrow always for active (1st) card */
.cta-card.active .cta-arrow {
  opacity: 1;
  transform: translateX(0);
}

.cta-slider::-webkit-scrollbar {
  display: none;
}

/* Card */
.cta-card {
  width:33%;
  scroll-snap-align: start;
  background: #fff;
  padding: 10px 22px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #333;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Active */
.cta-card.active {
  background: #b81f65;
  color: #fff;
}

/* Icon */
.cta-icon svg {
  width: 28px;
  height: 28px;
  stroke: #666;
  color: #b81f65;
  transition: all 0.4s ease;
}

/* Active icon */
.cta-card.active .cta-icon svg {
  stroke: #fff;
}

/* Text */
.cta-text {
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s;
}

/* Arrow (hidden initially) */
.cta-arrow {
  margin-left: auto;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
background: #fff;
  border-radius: 20px;
  width: 50px;
  height: 50px;
}

.cta-arrow svg {
  width: 40px;
  height: 40px;
  stroke: currentColor;
color: #b81f65;
  padding-top: 10px;
  padding-left: 10px;
}

/* Hover Effects */
.cta-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  background: #b81f65;
  color: #fff;
}

/* Icon color + animation */
.cta-card:hover .cta-icon svg {
  stroke: #fff;
  transform: scale(1.15) rotate(5deg);
}

/* Show arrow on hover */
.cta-card:hover .cta-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Arrow movement */
.cta-card:hover .cta-arrow svg {
  transform: translateX(5px);
}

.tt_primary_button.custom-btn{border-radius:50px; text-transform:capitalize; font-size: 20px;
  font-weight: 500; padding: 10px 20px 10px 30px;}
  
.tt_primary_button.custom-btn .fa.fa-solid.fa-circle-arrow-right.iconita {font-size: 33px;}  


.tt_primary_button.custom-btn-out-icon{border-radius:50px; text-transform:capitalize; font-size: 20px;
  font-weight: 500; padding: 10px 45px 10px 45px; margin-left:0px;}
  
  
.tt_secondary_button.custom-btn-out-icon{border-radius:50px; text-transform:capitalize; font-size: 20px;
  font-weight: 500; padding: 10px 45px 10px 45px;}
  



.home-spec{padding:30px 0 60px 0;}



.home-spec .wpb_wrapper h2{color: #000;
font-family: Montserrat;
font-size: 33px;
font-style: normal;
text-align:center;
font-weight: 600;
margin-bottom: 10px;
margin-top: 0px;
line-height: 36px; /* 109.091% */}

.home-spec .wpb_wrapper h3{color: #000;
font-family: Montserrat;
font-size: 50px;
font-style: normal;
text-align:center;
font-weight: 700;
line-height: 60px; /* 120% */}


.home-spec .wpb_wrapper h3 span{color: #b81f65;
font-family: Montserrat;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 60px;}

/* Divider line */
.home-spec .wpb_wrapper h3 .divider {
  margin: 15px auto 0;
  width: 300px;
  height: 2px;
  background: #b8b8b8;
  position: relative;
}

/* Center highlight line */
.home-spec .wpb_wrapper h3 .divider::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #b81f65;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}



.home-spec .wpb_wrapper .ib-wrapper{border-radius: 10px;
background: #FFF;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
padding: 20px 20px 20px 20px;  
width:100%;
}


.home-spec .wpb_wrapper .key-icon-box:hover .ib-wrapper {
  border-color: #000 !important;
}

.home-spec .key-icon-box.icon-left.icon-default .tt-iconbox-customimg {width: 70px;}

.home-spec .key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {max-width: 70px;}

.home-spec .wpb_wrapper .ib-wrapper h3{color: #333; position:relative;
font-family: Montserrat;
font-size: 26px;
font-style: normal;
font-weight: 600;
text-align: left;
line-height: 30px; /* 260.87% */}


.home-spec .wpb_wrapper .ib-wrapper a{color:#414141; font-weight:600; font-size:16px;}

.home-spec .wpb_wrapper .ib-wrapper p{color: #b81f65;
  font-weight: 600;
  font-size: 16px;
  max-width: 320px;
float: inherit !important;
  width: 100% !important;
    min-height: 65px;
}

.home-spec .wpb_wrapper .ib-wrapper a.arrow-icons img{position:absolute; right:30px; bottom:20px;}









.home-network{padding:50px 0 70px 0;}

.home-network .wpb_wrapper h2{color: #000;
font-family: Montserrat;
font-size: 30px;
font-style: normal;
text-align:center;
font-weight: 600;
margin-bottom: 20px;
margin-top: 0px;
line-height: 36px; /* 109.091% */}

.home-network .wpb_wrapper h3{color: #b81f65;
font-family: Montserrat;
font-size: 45px;
font-style: normal;
text-align:center;
font-weight: 700;
line-height: 60px; /* 120% */}


/* Divider line */
.home-network .wpb_wrapper h3 .divider {
  margin: 15px auto 0;
  width: 300px;
  height: 2px;
  background: #b8b8b8;
  position: relative;
}

/* Center highlight line */
.home-network .wpb_wrapper h3 .divider::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #b81f65;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}



.home-network .wpb_wrapper .kd_counter_number {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}


.home-network .wpb_column.vc_column_container.vc_col-sm-4{border-right: 1px solid rgba(0, 0, 0, 0.20);}

.home-network .wpb_column.vc_column_container.vc_col-sm-4:last-child{border-right: 0px none;}

.home-network .home-counter{border-radius: 15px;
border: 1px solid rgba(0, 0, 0, 0.20);
background: #EDEDED;
margin:0px auto !important;
  padding: 30px 0px 20px 0 !important;
  margin-bottom: 30px;
  max-width:900px;
}

.home-network .home-counter .kd_number_string{
    color: #000 !important;
text-align: center;
font-family: Montserrat;
font-size: 55px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 65.455% */
}

.home-network .home-counter .kd_counter_units{
color: #000 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
}





.home-about{padding:50px 0;}



.home-about .wpb_wrapper p{color: #000;
font-size: 20px;
text-align:justify;
font-weight: 500;
margin-top: 0px;
line-height: 45px; /* 109.091% */}


.home-about .wpb_wrapper h2{color: #000;
font-size: 30px;
font-style: normal;
text-align:left;
font-weight: 600;
margin-bottom: 0px !important;
margin-top: 0px;
line-height: 45px; /* 109.091% */}

.home-about .wpb_wrapper h3{color: #000;
font-size: 60px;
font-style: normal;
text-align:left;
font-weight: 700;
letter-spacing: 1px;
margin-bottom:50px;
line-height: 80px; /* 120% */}


.home-about .wpb_wrapper h3 span{color: #b81f65;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 60px;}


.home-about .home-about-counter .vc_column_container{border-radius: 20px;
border: 1px solid rgba(0, 0, 0, 0.20);
background: #FFF;
padding:10px;
display: flex;
  align-items: center;
  align-content: center;
  min-height: 145px;
}

.home-about .home-about-counter .vc_column_container .kd_counter_content{
    color: #b81f65 !important;
text-align: center;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 65.455% */
}

.home-about .home-about-counter .vc_column_container .kd_number_string{
    color: #b81f65 !important;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 65.455% */
}


.home-about .home-about-counter .vc_column_container .kd_counter_units{
    color: #712162 !important;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 65.455% */
}

.home-about .home-about-counter .vc_column_container .kd_counter_text{
color: #000 !important;
  text-align: center !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
}



/* PATEINTS STORIES */


.home-pateints-stories{padding: 50px 0 70px 0;}


.home-pateints-stories .wpb_wrapper h2{color: #b81f65;
  font-size: 45px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 60px;}


.home-pateints-stories .wpb_wrapper h2 span{color: #b81f65;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 60px;}

.home-pateints-stories .wpb_wrapper h2 .divider {
  margin-top: 15px;
  width: 300px;
  height: 2px;
  background: #b8b8b8;
  position: relative;
}

.home-pateints-stories .wpb_wrapper h3{color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 600;
margin-bottom: 0px;
line-height: 36px; /* 120% */}

.home-pateints-stories .wpb_wrapper p{color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 150% */}



/* Center highlight line */
.home-pateints-stories .wpb_wrapper h2 .divider::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #b81f65;
  top: -1px;
}


.video-section {
  position: relative;
  margin-bottom: 50px;
}

/* GRID LAYOUT */
.video-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
}

/* TOP 3 (Equal) */
.video-card:nth-child(1),
.video-card:nth-child(2),
.video-card:nth-child(3) {
  grid-column: span 4;
}


.video-card:nth-child(4),
.video-card:nth-child(5) {
  grid-column: span 3;
}

.video-card:nth-child(6) {
  grid-column: span 6;
}


.video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  height: 350px;
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video-grid .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
background: linear-gradient(180deg, rgba(186, 88, 133, 0.00) 49%, #d16d9b 99.74%);
}

.home-pateints-stories .content {
  color: #fff;
  text-align:center;
  width: 100%;
}


.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play-btn::after {
content: "\f04b";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: pulse 2s infinite;
  font-family: 'ekko-font';
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes pulse {
  70% { transform: scale(1.5); opacity: 0; }
}


.video-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  width: 80%;
  max-width: 900px;
  position: relative;
}

.popup-content iframe {
  width: 100%;
  height: 500px;
}

.close-popup {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}


.slider-arrows {
  display: none;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #b81f65;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.arrow.left { left: 10px; }
.arrow.right { right: 10px; }



.home-blogs{padding: 50px 0 70px 0;}


.kd-section-title.h2-heading-left h2{color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 60px;
    position: relative;
}

.kd-section-title.h2-heading-left h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 26%;
  height: 2px;
  background: #ccc;
}

.kd-section-title.h2-heading-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
}


.section-datas h3{color: #b81f65 !important;
  font-size: 30px !important;
  font-style: normal;
  text-align: left;
  font-weight: 600 !important;
  line-height: 50px !important;
  position: relative;
  margin-bottom: 0px !important;
}


.wpb_wrapper p{margin-bottom:15px;}



.kd-section-title.h2-heading-center h2{color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 45px;
    position: relative;
}

.kd-section-title.h2-heading-center h2::after {
  content: "";
  position: absolute;
  left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  width: 26%;
  height: 2px;
  background: #ccc;
}

.kd-section-title.h2-heading-center h2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.home-page-cta-accrediatins{background-image: url(https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/04/Accreditations-bg.jpg) !important;
background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  padding-bottom:50px;
}


.home-cta{background-image: url(https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/04/home-cta-bg.png) !important;
 background-size: cover !important;
  background-repeat: no-repeat !important;
    padding-bottom: 100px !important;
    position:relative;
    border-radius: 20px !important;
}
  
.home-cta .vc_general.vc_cta3.vc_cta3-style-classic {
  background-color: transparent !important;
  border-color: #f0f0f0 !important;
}




.home-cta h2{border-radius: 30px;
  background: #FFF;
  color: #000 !important;
  font-size: 15px !important;
  width: auto !important;
  display: inline-block;
  padding: 6px 20px;
  line-height: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.home-cta h4{color: #FFF !important;
font-size: 40px !important;
font-weight: 700 !important;
line-height: 57px !important;
}

.home-cta header {
  position: relative;
  text-align: left !important;
  max-width: 800px !important;
  padding:60px 50px 0px 50px !important
}

.home-cta .home-cta-btn  .vc_btn3-color-grey{background:#b81f65 !important;
    border-radius: 50px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px 10px 30px;
  color: #fff !important;
  margin-left: 50px;
}

.home-cta .home-cta-btn .vc_btn3-icon.fa.fa-solid.fa-circle-arrow-right {
  color: #fff;
}



.home-cta  .contact-fixed {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
width: 60px;
  height: 320px;
    border-radius: 30px 0 0 30px;
    background: linear-gradient(180deg, #f3f3f3 0%, #e2e2e2 100%);
    box-shadow: 
        -6px 0 18px rgba(0,0,0,0.08),
        inset 2px 0 5px rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-cta  .contact-fixed p{width: 230px;
  height: 80px;
}

.home-cta  .contact-content {
    transform: rotate(-90deg);
    width:180px;
}

.home-cta  .contact-number {
    color: #b81f65;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}

.home-cta .contact-number a{
    text-decoration:none;
}

.home-cta .contact-number:hover {
    text-decoration: underline;
    cursor: pointer;
}

.home-cta .phone-icon{
    position: absolute;
    width: 30px;
    height: 30px;
   top: 27px;
  left: -36px;
}


.kd-section-title.h2-heading-left h2 .divider {
  margin-top: 15px;
  width: 300px;
  height: 2px;
  background: #b8b8b8;
  position: relative;
}

.wppsac-post-categories {
  display: none;
}




.home-blogs .wppsac-post-carousel.design-1 .wppsac-carousel-slides.slick-slide{}

.home-blogs .wppsac-post-carousel.design-1 .wppsac-carousel-slides.slick-slide img{border-radius:17px; width:100%;}




.home-blogs .wppsac-post-carousel.design-1 h3{color: #000;
font-size: 22px;
font-style: normal;
font-weight: 600;
padding-top:15px;
line-height: 24px; /* 112.5% */}

.home-blogs .wppsac-post-carousel.design-1 h3 a{color: #000;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 112.5% */}


.home-blogs .wppsac-post-content-position{position: relative;
  border-left: solid 1px #D9D9D9;
  border-radius: 0px 0px 20px 20px;
  padding: 0px 20px 10px 20px;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;}

.home-blogs .blog-label {
  border: solid 1px #6E6E6E;
  padding: 7px 10px;
  border-radius: 20px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
}



.home-blogs .wppsac-post-date.mk {
	position: absolute;
	left: -1px;
	background: #fff;
	margin: 0;
	list-style: none;
	padding: 0;
	border-top-right-radius: 10px;
	padding-top: 13px;
	padding-right: 25px;
	top: -41px;
	color:#6E6E6E;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}


.home-blogs .wppsac-post-carousel.design-1 .wppsac-post-image-bg {
  margin-bottom: 0px !important;
}



.home-blogs .wppsac-post-date.mk::after {
	position: absolute;
	right: -20px;
	bottom: 0;
	content: "";
	height: 33px;
	width: 20px;
	border-bottom-left-radius: 17px;
	box-shadow: 0 20px 0 0 #fff;
}

.home-blogs .wppsac-post-date.mk::before {
	position: absolute;
	left: -1px;
	top: -26px;
	content: "";
	height: 26px;
	width: 20px;
	border-bottom-left-radius: 12px;
	box-shadow: 0 20px 0 0 #fff;
}

.blog-read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding:0;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 18px;
  transition: all 0.3s ease;
  padding-top:30px;
}

/* ICON */
.blog-read-more-btn .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20%;
  font-size: 12px;
}






.blog-faq{padding:60px 0 60px 0;}

.blog-faq .wpb_wrapper h2{color: #000;
font-size: 30px;
font-style: normal;
text-align:left;
font-weight: 600;
padding-bottom: 30px !important;
margin-top: 0px;
line-height: 36px; /* 109.091% */}

.blog-faq .wpb_wrapper h3{color: #000;
font-size: 16px;
text-align:left;
font-weight: 600;
margin-bottom: 0px;
line-height: 36px; /* 109.091% */}

.blog-faq .wpb_wrapper .separator_off {margin-bottom: 0px;}



.home-faq{padding:60px 0 60px 0;}

.home-faq .wpb_wrapper h2{color: #000;
font-size: 30px;
font-style: normal;
text-align:center;
font-weight: 600;
margin-bottom: 18px !important;
margin-top: 0px;
line-height: 36px; /* 109.091% */}

.home-faq .wpb_wrapper h3{color: #000;
font-size: 16px;
text-align:left;
font-weight: 600;
margin-bottom: 0px;
line-height: 36px; /* 109.091% */}

.home-faq .wpb_wrapper .separator_off {margin-bottom: 0px;}

.home-contact-form{padding:50px 20px 0px 20px !important; background:#b81f65;}

.home-contact-form .kd-section-title h3{color: #FFF;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 38px; /* 108.571% */}

.home-contact-form .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{border-radius: 30px;
border: 1px solid #FFF;
background: #b81f65;
color: #fff;
}

.home-contact-form .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{color:#fff;}

.home-contact-form .wpcf7-form-control.wpcf7-submit.has-spinner.btn-sub{border-radius: 30px;
border: 1px solid #FFF;
background: #000;
    color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 38px; /* 190% */
}

.home-contact-form .wpcf7-form-control.wpcf7-submit.has-spinner.btn-sub:hover{border:1px solid #FFF !important;}


.home-about-form .wpb_wrapper h2{color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 0px !important;
  padding-top: 55px;
    padding-left: 20px;
}


.home-about-form .wpb_wrapper p{color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 500;
padding-left: 20px;
line-height: 38px; /* 146.154% */}


.home-about-form .wpb_wrapper h3{color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  padding-top: 100px;
  margin-bottom: 0px !important;
    padding-left: 20px;
}

.home-about-form .wpb_wrapper p a{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}


.tt_button.tt_primary_button.btn_primary_color.button-center.button-action-link.icon_left.home-whatsapp{border-radius: 30px;
background: #FFF;
color: #399F3D;
font-size: 20px;
font-style: normal;
font-weight: 700;
width: 100%;
line-height: 38px; /* 190% */
}

.home-whatsapp .fa.fa-brands.fa-whatsapp.iconita{color: #399F3D;
    font-weight: 500 !important;
  font-size: 25px !important;
}


.vc_row.vc_row-o-full-height {
  min-height: 0px !important;
}


.nav-cta {
    display: inline-flex;
    align-items: center;
    padding: 15px 24px 15px 50px !important;
    background: #b81f65;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    box-shadow: 0 6px 14px rgba(182, 49, 94, 0.25);
    transition: all 0.3s ease;
    margin-top: 10px;
}

#menu-item-7762.nav-cta {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #fff !important;
}


#menu-item-7762.nav-cta a{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #fff !important;
  
}

.nav-cta::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url('https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/04/cta-call.png') no-repeat center;
    background-size: contain;
}


.transparent-navigation .navbar:not(.navbar-shrink) .custom-nav-top #menu-topbar-menu li a, .transparent-navigation .navbar:not(.navbar-shrink) .custom-nav-top .navbar-topbar li a{color:#fff !important;}

.transparent-navigation .navbar:not(.navbar-shrink) .custom-nav-top1 .topbar-email a span, .transparent-navigation .navbar:not(.navbar-shrink) .custom-nav-top1 .topbar-email a i{color:#fff !important;}


.topbar-extra-content .topbar-search{margin-top:0px;}

.contact-box {
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.contact-item img {
    width: 22px;
    margin-right: 12px;
}

.contact-item a {
    color: #000;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.follow-title {
    color: #d81b60;
    font-weight: bold;
    margin: 0px 0 20px 0px;
    font-size: 20px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icons img {
    width: 45px;
}

/* Individual colors */
.linkedin img{ width:45px; height:45px; margin-bottom:0px;}
.facebook img{ width:45px; height:45px; margin-bottom:0px;}
.youtube img{ width:45px; height:45px; margin-bottom:0px;}
.instagram img{ width:45px; height:45px; margin-bottom:0px;}
.twitter img{ width:45px; height:45px; margin-bottom:0px;}


.lower-footer span{color:#fff; font-size:14px !important}

.upper-footer h5 span{color: #BC235B;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 38px; /* 172.727% */
text-decoration-line: underline;
text-decoration-style: solid;
}

.lower-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lower-footer-menu li {
    display: inline-block;
    margin: 0 5px;
}

.lower-footer-menu li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.home-page-faqs .vc_tta-tabs-container {background: transparent !important; margin-bottom: 40px !important; border: 0px !important;}

.home-page-faqs  .vc_tta-tab.vc_active {background: #b81f65 !important;  border-radius: 70px;}

.home-page-faqs .vc_tta-tab {
  background: #fff !important;
  border-radius: 70px;
  margin-right: 15px !important;
}

.home-page-faqs .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {border-bottom: 0px none !important; color: #fff !important;}

.home-page-faqs .wpb-js-composer .vc_tta-panels-container .vc_tta-panel-title a, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li a{line-height: 46px !important;
  font-size: 16px !important;}

.vc_do_toggle.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {border-radius: 50px !important; border: solid 1px #c9c9c9 !important;}

.home-page-faqs .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {padding: 15px 25px !important;}

.home-page-faqs .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container{border-top:0px !important; margin-bottom: 40px !important;}

.home-page-faqs .vc_tta-panel.vc_active{background: transparent !important;}

.home-page-faqs .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li a {font-size:16px;}

.home-page-faqs .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list{
  border-top: 0px none !important;
  border-bottom:  0px none !important;
  margin-bottom: 40px !important;
}

.home-page-faqs .wpb-js-composer .vc_tta-panels-container .vc_tta-panel-title a, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li a{
    border-bottom:0px none !important;
}

.home-page-faqs .vc_tta-tab.vc_active span {
  font-weight: bold !important;
  color: #fff !important;
}


.home-page-faqs .vc_tta.vc_tta-style-classic .vc_tta-tab {
  border-bottom: 0px none !important;
}


.home-page-faqs .vc_custom_1749025391664 {
  padding-top: 50px !important;
  background-color: #00000000 !important;
}




.readMoretopmargin{margin-top:50px;}

 #additional-content {
    display: none;
  }
  
  
   #additional-content p{
    margin-bottom:15px;
  }
  
.inner-page-section1 h2 {
  font-size: 35px !important;
  font-weight: 600 !important;
}
  
  
  #readMoreButton{color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  margin-top: 0px !important;
  align-items: center;
  cursor: pointer;
  border: solid 2px #b81f65 !important;
  border-radius: 30px;
  padding: 6px 25px 6px 25px;
  background: #b81f65;
  transition: background 0.4s ease, color 0.4s ease, transform 0.3s ease;}
  
   #readMoreButton:hover{background: #fff;
  color: #b81f65;
  border: 2px solid #b81f65;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);} 
  
  
  
    #readMoreButton3{color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: solid 2px #b81f65 !important;
  border-radius: 30px;
  padding: 6px 25px 6px 25px;
  background: #b81f65;
  margin-top:30px;
  transition: background 0.4s ease, color 0.4s ease, transform 0.3s ease;}
  
   #readMoreButton3:hover{background: #fff;
  color: #b81f65;
  border: 2px solid #b81f65;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);} 
  
  
  
    #readMoreButton2{color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  border: solid 2px #b81f65 !important;
  border-radius: 30px;
  padding: 6px 25px 6px 25px;
  background: #fff;}

.customListOs1 {
    padding: 0px;
    margin: 10px 0 25px 0 !important;
    overflow: hidden;
}

.customListOs1 li {
    display: block;
    font-weight: 400;
    padding: 9px 10px 9px 35px;
    line-height: 24px;
    position: relative;
    color: #000;
    font-size:16px;
}

.customListOs1 li::before {
    content: "";
    background-image: url("https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/04/bullest-arrow.png");
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
}

.customListOs1 li a {
    color: #000;
    font-size: 16px;
}

.customListOs1 li a:hover {
    color: #d8a700;
}

.customListOs2 li {
    display: block;
    width: 25%;
    flex-direction: column;
    float: left;
    font-weight: 400;
    padding: 9px 10px 9px 35px;
    line-height: 24px;
    position: relative;
    color: #000;
    font-size:16px;
}

.customListOs2 li::before {
    content: "";
    background-image: url("https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/04/bullest-arrow.png");
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
}

.customListOs2 li a {
    color: #000;
    font-size: 16px;
}

.customListOs2 li a:hover {
    color: #d8a700;
}

.splt-dar-bg{background:#efefef !important; padding:20px; margin-bottom: 40px; margin-top: 40px !important;}


.why-choose-section{background:#b81f65; padding:0px; border-radius: 20px;}


.why-choose-section .kd-section-title h2.separator_off{color: #FFF;
font-size: 35px;
font-style: normal;
font-weight: 700;
text-align: left;
line-height: 45px; /* 142.857% */}


.why-choose-section .key-icon-box h3{color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 700;
margin-bottom:0px;
line-height: 32px; /* 159.091% */}

.why-choose-section p{color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 500;
float: inherit !important;
line-height: 27px; /* 194.444% */}

.why-choose-section .key-icon-box.icon-left.icon-default .tt-iconbox-customimg {width: 87px;}

.why-choose-section .key-icon-box.icon-left.icon-default .tt-iconbox-customimg img {max-width: 87px;}

.why-choose-section .key-icon-box{margin-bottom:30px;}

.why-choose-section .key-icon-box:last-child {margin-bottom: 20px !important;}

.why-choose-section .vc_column_container > .vc_column-inner {padding-left: 15px; padding-right: 15px;}

.why-choose-section .wpb_column.vc_column_container.vc_col-sm-8 {padding: 40px 15px 20px 25px;}

.why-choose-section .wpb_column.vc_column_container.vc_col-sm-4 img{border-radius:0px 20px 20px 0px; height: 100%; object-fit: cover;}

.why-choose-section .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper{height:100% !important;}

.why-choose-section .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_single_image.vc_align_left{height:100% !important;}

.why-choose-section .wpb_column.vc_column_container.vc_col-sm-4 .vc_single_image-wrapper.vc_box_border_grey{height:100% !important;}

.why-choose-section .vc_column_container > .vc_column-inner {padding-left: 0px; padding-right:0px;}

.inner-pg-cardi-treat{background:#F6F6F6; padding:50px 0 70px 0;}

.inner-pg-cardi-treat .card-blocks{
    background: #fff url(https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/05/round-bg.png) no-repeat !important;
  border-radius: 20px;
  padding: 20px;
}

.inner-pg-cardi-treat .card-blocks:hover{background: #fff url(https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/05/round-bg.png) no-repeat !important; border-bottom: solid 5px #b81f65;}

.inner-pg-cardi-treat .card-blocks .img_small_size{margin:0px !important;}

.inner-pg-cardi-treat .card-blocks .img_small_size img{max-width: 87px !important; border: solid 1px #e1e1e1;  border-radius: 20px !important;}

.inner-pg-cardi-treat .card-blocks h3.service-heading{color: #000;
font-size: 22px;
font-weight: 700;
margin-bottom:0px;
line-height: 32px;
min-height:60px;
}

.inner-pg-cardi-treat .card-blocks p{color: #000;
font-size: 16px;
font-weight: 500;
margin-bottom:0px;
line-height: 28px;
min-height: 120px;    
}



.inner-pg-advanced-procedures h2.separator_off {
  color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 45px;
  position: relative;
}

.inner-pg-advanced-procedures h2.separator_off::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}

.inner-pg-advanced-procedures h2.separator_off::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 26%;
  height: 3px;
  background: #ccc;
}

.inner-pg-advanced-procedures .key-icon-box .ib-wrapper{background:#efefef; border-radius:20px;}

.inner-pg-advanced-procedures .key-icon-box .ib-wrapper h3{color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 30px;
    min-height:55px;
}
  
.inner-pg-advanced-procedures .key-icon-box .ib-wrapper p{min-height:200px;}


.inner-pg-advanced-technologies .kd-section-title h2.separator_off{color: #000;
font-size: 35px;
font-weight: 700;
text-align: left;
line-height: 50px;
margin-bottom:0px;    
}


.inner-pg-advanced-technologies{padding:50px 0 70px 0;}


.inner-pg-advanced-technologies .customListOs1 {
    padding: 0px;
    margin: 10px 0 0px 0 !important;
    overflow: hidden;
}

.inner-pg-advanced-technologies .customListOs1 li {
    display: block;
    font-weight: 400;
    padding:12px 10px 12px 35px;
    line-height: 24px;
    position: relative;
    color: #000;
    font-size:16px;
    border-bottom: solid 1px #DFDDDD;
}

.inner-pg-advanced-technologies .customListOs1 li:last-child {
    border-bottom: solid 0px #DFDDDD;
    padding-bottom: 0px;
}

.inner-pg-advanced-technologies .customListOs1 li::before {
    content: "";
    background-image: url("https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/04/bullest-arrow.png");
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
}

.inner-pg-our-medical-experts{padding:50px 0; background:#000 !important;}

.inner-pg-speciality-diagnostics{padding:50px 0; background:#E6E8EA !important;}


.inner-pg-speciality-diagnostics .kd-photobox .photobox-img img{width:60px; height:66px; margin-top:10px; margin-bottom:10px;}

.inner-pg-speciality-diagnostics .kd-photobox .phb-content {padding: 10px 40px 35px 40px !important;}

.inner-pg-speciality-diagnostics .kd-photobox {text-align: center !important; box-shadow:inherit; border-radius:20px;}

.inner-pg-speciality-diagnostics .kd-photobox:hover {text-align: center !important; background:#DFDFDF !important;}

.inner-pg-speciality-diagnostics .kd-photobox h5{color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 26px; min-height:55px;}
  
.inner-pg-speciality-diagnostics .kd-photobox p{min-height:130px;}  


.inner-pg-speciality-diagnostics h2.vc_custom_heading {
color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.inner-pg-speciality-diagnostics h2.vc_custom_heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 26%;
  height: 3px;
  background: #ccc;
}

.inner-pg-speciality-diagnostics h2.vc_custom_heading::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.get-a-call-from-our-experts-specialties{background:#F2F2F2; border-radius:20px; padding:25px;}

.get-a-call-from-our-experts-specialties h3.form-heading-h3{color: #000;
font-size: 24px;
font-weight: 700;
line-height: normal;
text-align:center !important;
}

.get-a-call-from-our-experts-specialties .form-btn{border-radius:30px !important; font-size:18px !important;}

.get-a-call-from-our-experts-specialties .wpcf7 .wpcf7-select {background: #fff !important;}

.get-a-call-from-our-experts-specialties .wpcf7 .wpcf7-text::placeholder {color: #000 !important;}

.get-a-call-from-our-experts-specialties .kd-photobox{box-shadow: inherit !important; border-radius: 20px !important;}

.get-a-call-from-our-experts-specialties .kd-photobox:hover{background:#f6f6f6 !important; border-radius: 20px !important;}

.get-a-call-from-our-experts-specialties .wpcf7 select {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #f9fafb;
  color: #222;
  transition: all 0.25s ease;
}

.get-a-call-from-our-experts-specialties .wpcf7 select:focus {
  border-color: #4f46e5;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
}

.get-a-call-from-our-experts-specialties .wpcf7 select:hover {
  border-color: #4f46e5;
}


.owl-nav div.owl-next, .owl-nav div.owl-prev{border: 2px solid #b81f65; border-radius: 20px !important;}

.owl-nav div.owl-next, .owl-nav div.owl-prev {color: #b81f65 !important;}

.photobox-carousel .owl-nav div.owl-next {right: 0px !important;}

.photobox-carousel .owl-nav div.owl-prev {left: 0px !important;}

.wppsac-post-carousel .slick-arrow {
  background-color: #b81f65 !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.breadcrumb-specialities-template{padding:100px 0px;}


.breadcrumb-specialities-template .breadcrumbs a span{color: #000;
font-size: 14px;
font-weight: 500;
}

.breadcrumb-specialities-template .breadcrumbs {color: #000;
font-size: 14px;
font-weight: 500;
margin-top:50px;
}

.breadcrumb-specialities-template .header-overlay {background-position: 96% 76%; background-repeat: no-repeat; background-size: auto;}

.breadcrumb-specialities-template p.section-subheading{margin-top: 40px; margin-bottom: 40px; max-width:730px; font-size:16px;}

.breadcrumb-specialities-template .breadcrumbs a{opacity:10;}

.breadcrumb-specialities-template h1.section-heading{color: #000;
font-size: 45px;
font-weight: 700;
line-height: 55px;
    margin-top: 40px;
}

.breadcrumb-specialities-template h1.section-heading span{color:#b81f65;}


.breadcrumb-specialities-template a.book-an-appt{border-radius: 50px;
border: 1px solid #b81f65;
background: #b81f65; color:#fff; padding: 7px 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 260px;
  width: 100%;
  text-align: center;}

.breadcrumb-specialities-template a.book-an-appt:hover{border: 1px solid #b81f65;
background: #fff; color:#b81f65;}


.breadcrumb-specialities-template a.book-an-appt-lgt{border-radius: 50px;
border: 1px solid #b81f65;background: #fff; color:#b81f65; padding: 7px 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 260px;
  width: 100%;
  text-align: center;}


.breadcrumb-specialities-template a.book-an-appt-lgt:hover{border-radius: 50px;
border: 1px solid #b81f65; background: #b81f65; color:#fff;}

.entry-header{background-color: #f6f6f6 !important;}

.doctor-template-default.single.single-doctor .entry-header.blog-header.with-topbar{display:none;}


.doctor-pg-sect-1{background:#b81f65; margin-top:160px;}

.doctor-content{padding:50px 0px 30px 30px;}

.container .doctor-content h1{
color: #FFF;
font-family: "Playfair Display";
font-size: 45px;
font-weight: 700;
line-height: normal;
}

.container .doctor-content h4{
color: #FFF;
font-size: 18px;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom:10px;
}

.container .doctor-content .text-dark {
  background: #fff;
  border-radius: 100px;
  padding: 2px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom:20px;
  display:inline-block;
}

.designation-line{
    width:140px;
    height:2px;
    background:rgba(255,255,255,0.3);
    margin-bottom:20px;
}

.container  h4.doctor-content-location{
border-radius: 10px;
background: rgba(217, 217, 217, 0.20);
padding: 10px 20px;
color:#fff;
font-size:16px;
max-width: 443px;
width:100%;
font-weight: 500;
}

.container .doctor-content .fa-map-marker-alt{color:#fff; padding-right: 10px;}

.doctor-pg-contact-form-area{position:absolute; z-index: 10000;  top: 60px;}

.doctor-pg-sect-1 a.doctor-pg-sect-1-btn{border-radius: 50px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 7px 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  max-width: 260px;
  width: 100%;
  text-align: center;
}


.doctor-pg-sect-2{border-radius:20px 20px 0px 0px;
background: #FFF;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
padding:50px;
margin-top:50px;
}


.container .doctor-pg-sect-2 h2 {
color: #000;
font-family: "Playfair Display";
  text-align: left;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.container .doctor-pg-sect-2 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 26%;
  height: 2px;
  background: #ccc;
}

.container .doctor-pg-sect-2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
}

.doctor-pg-sect-2 .text-cont p{color: #000;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 10px;}

.doctor-pg-sect-2 .text-cont p:last-child{padding-bottom: 0px;}  



.doctor-pg-sect-3{background: #F6F6F6;
padding:50px;}

.doctor-pg-sect-3 .entry-content{margin-bottom:50px;}


.doctor-pg-sect-3 .container h2 {
color: #000;
font-size:36px;
  text-align: left;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.doctor-pg-sect-3 .container h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 26%;
  height: 2px;
  background: #ccc;
}

.doctor-pg-sect-3 .container h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
}

.doctor-pg-customList {
    padding: 0px;
    margin: 10px 0 0px 0 !important;
    overflow: hidden;
}

.doctor-pg-customList li {
    display: block;
    font-weight: 400;
    padding:12px 10px 12px 35px;
    line-height: 24px;
    position: relative;
    color: #000;
    font-size:16px;
    border-bottom: solid 1px #DFDDDD;
}

.doctor-pg-customList li:last-child {
    border-bottom: solid 0px #DFDDDD;
    padding-bottom: 0px;
}

.doctor-pg-customList li::before {
    content: "";
    background-image: url("https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/04/bullest-arrow.png");
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 20px;
}


.doctor-pg-sect-awards{background: #fff;padding:50px;}

.doctor-pg-sect-awards .container h2 {
color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.doctor-pg-sect-awards .container h2::after {
content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 26%;
  height: 2px;
  background: #ccc;
}

.doctor-pg-sect-awards .container h2::before {
content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}


.doctor-pg-sect-awards .awards-slick-carousel .award-slide .inner-award{
    transition: transform 0.3s ease;
    border-radius: 20px 20px 0px 0px;
  background: #FFF;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
 padding: 30px 90px;
  text-align: center;
  position: relative;
   height:100%;
}

.doctor-pg-sect-awards .award-slide.slick-slide {
  margin: 20px 15px 0px 15px;
}

.doctor-pg-sect-awards .awards-slick-carousel .award-slide .inner-award .leaf {
  width: 50px;
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  text-align: left;
}

.doctor-pg-sect-awards .awards-slick-carousel .award-slide .inner-award .award-block .leaf img {
  display: inline-block;
}

.doctor-pg-sect-awards .awards-slick-carousel .award-slide .inner-award .leaf.leaf-right {
  right: 15px;
  left: auto;
  text-align: right;
}


.doctor-pg-sect-awards .awards-slick-carousel .award-slide .inner-award p{font-size:14px; line-height:24px; text-align:center;}

.doctor-pg-sect-awards .awards-slick-carousel .award-slide .inner-award span{display: flex;
  justify-content: center;
  align-items: center;
  font-weight:600;
  color: #b81f65;
  font-size:20px;
}

.doctor-pg-sect-awards .awards-slick-carousel .card .flex-column .card:hover {
    transform: translateY(-5px);
}
.doctor-pg-sect-awards .awards-carousel-section .slick-prev, 
.doctor-pg-sect-awards .awards-carousel-section .slick-next {
    background: #9b1c4b; /* Match your trophy color */
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}
.doctor-pg-sect-awards .awards-carousel-section .slick-prev { left: -15px; }
.doctor-pg-sect-awards .awards-carousel-section .slick-next { right: -15px; }  





.doctor-pg-sect-case-studies{background: #fff url(https://ujalacygnus.ocpwebserver.com/wp-content/uploads/2026/05/doctor-pg-case-studies-bg.png); padding:50px 0 65px 0;}

.doctor-pg-sect-case-studies .container h2 {
color: #fff;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.doctor-pg-sect-case-studies .container h2::after {
content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 26%;
  height: 2px;
  background: #eeeeee;
}


.doctor-pg-sect-case-studies .container h2::before {
content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #fff;
  z-index: 1;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.doctor-pg-sect-case-studies .case-study-card{background:#fff; border-radius:20px; margin:20px 15px 0 15px;}

.doctor-pg-sect-case-studies .slick-dots{display:none !important;}

.doctor-pg-sect-case-studies .case-study-card .case-study-content{padding:20px}

.doctor-pg-sect-case-studies .case-study-card .case-study-image{width:100%;}

.doctor-pg-sect-case-studies .case-study-card .case-study-image a{width:100%;}

.doctor-pg-sect-case-studies .case-study-card .case-study-image a img{width:100%; border-radius: 20px 20px 0px 0px;} 

.doctor-pg-sect-case-studies .case-study-content h4 a{color: #000 !important;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
min-height: 90px;
  display: inline-block;
}

.doctor-pg-sect-case-studies .case-study-content .case-study-excerpt{color: #000;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 166.667% */
}



.doctor-pg-sect-top-treatments{background: #fff; padding:50px;}

.doctor-pg-sect-top-treatments .container h2 {
color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.doctor-pg-sect-top-treatments .container h2::after {
content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 26%;
  height: 2px;
  background: #ccc;
}

.doctor-pg-sect-top-treatments .container h2::before {
content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}







.doctor-pg-sect-videos{background: #E6E8EA;padding:50px 0 65px 0;}

.doctor-pg-sect-videos .container h2 {
color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.doctor-pg-sect-videos .container h2::after {
content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 26%;
  height: 2px;
  background: #ccc;
}

.doctor-pg-sect-videos .container h2::before {
content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}



.doctor-pg-sect-videos .ratio-container { position: relative; width: 100%; padding-bottom: 100%; height: 0; margin-top:20px;}
.doctor-pg-sect-videos .ratio-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.doctor-pg-sect-videos .video-card-doctor {
  margin: 0 15px;
}

.doctor-pg-testi{background: #F2F2F2;}


.doctor-pg-sect-blogs{background: #fff;padding:50px;}

.doctor-pg-sect-blogs .container h2 {
color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

/*.doctor-pg-sect-blogs .container h2::after {*/
/*content: "";*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  bottom: -15px;*/
/*  transform: translateX(-50%);*/
/*  width: 26%;*/
/*  height: 2px;*/
/*  background: #ccc;*/
/*}*/

/*.doctor-pg-sect-blogs .container h2::before {*/
/*content: "";*/
/*  position: absolute;*/
/*  width: 60px;*/
/*  height: 3px;*/
/*  background: #b81f65;*/
/*  z-index: 1;*/
/*  left: 50%;*/
/*  bottom: -15px;*/
/*  transform: translateX(-50%);*/
/*}*/




.doctor-pg-sect-faq{background: #ebf1f5;padding:50px;}

.doctor-pg-sect-faq .container h2 {
color: #b81f65;
  font-size: 45px !important;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.doctor-pg-sect-faq .container h2::after {
content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 26%;
  height: 2px;
  background: #ccc;
}

.doctor-pg-sect-faq .container h2::before {
content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #b81f65;
  z-index: 1;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}





.medical-experts-wrap .doctor-slide.px-2.slick-slide{border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.10);
  padding: 15px;
  margin: 30px 15px 0 15px;
border: 1px solid rgba(0, 0, 0, 0.20);
}

.medical-experts-wrap .doctor-extra {
  border-top: solid 1px #efefef;
  padding-top: 10px;
}

.medical-experts-wrap .doctor-img-name{
    display: flex;
  align-items: flex-start;
}

.medical-experts-wrap .doctor-img-name .doctor-img-wrap {
  border-radius: 100%;
  border: solid 1px #D9D9D9;
  background: #D9D9D9;
  overflow:auto;
  margin-right:15px;
}

.medical-experts-wrap .doctor-img-name .doctor-img-wrap img{
  width: 80px; height: 80px; object-fit: cover;
}

.medical-experts-wrap .space-equal{display: flex;
  align-items: center;
  justify-content: space-between;}
  
  
.medical-experts-wrap .doctor-img-name .doctor-meta h4{
      color: #b81f65;
font-size: 18px;
font-weight: 700;
line-height: 26px;
text-transform: capitalize;
margin-bottom: 5px;
  }
  
  
  .medical-experts-wrap .doctor-img-name .doctor-meta p{
color: rgba(51, 51, 51, 0.60);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom: 13px;
  }
  
    .medical-experts-wrap .doctor-img-name .doctor-meta .exp{
color:#000;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom: 13px;
  }
  
    .medical-experts-wrap .doctor-img-name .doctor-meta .spec{
color:#000;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom: 13px;
  }
  
.medical-experts-wrap .doctor-extra .location{
color:#000;
font-size: 11px;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom: 13px;
}  

.medical-experts-wrap .doctor-extra .education{
color:#000;
font-size: 10px;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom: 13px;
}  

 

.medical-experts-wrap .btn-profile{border-radius: 6px;
  border: 1px solid #E1E1E1;
  color: #000;
  padding: 6px 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.medical-experts-wrap .btn-profile:hover{border-radius: 6px;
  background: #b81f65;
  color: #fff;
  padding: 6px 15px;
  font-size: 12px;
  line-height: 16px;
}

.medical-experts-wrap .btn-appointment{border-radius: 6px;
  background: #b81f65;
  color: #fff;
  padding: 6px 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.medical-experts-wrap .btn-appointment:hover{border-radius: 6px;
  border: 1px solid #E1E1E1;
  color: #fff;
  padding: 6px 15px;
  font-size: 12px;
    line-height: 16px;
}








@media (min-width: 1400px) {
  .container {
    width: 1440px !important;
  }
  
  
.nav-cta::before {
  width: 26px;
  height: 26px;
}
.nav-cta {
  padding: 8px 15px 8px 48px !important;
  font-size: 18px;
}

.topbar-search .toggle-search img{width:40px;
height:40px;
}
#main-menu .navbar-nav .menu-item a {
  padding-top: 40px;}
  
  
}

@media (min-width: 1270px) {
  .container {
    width: 1270px;
  }

.nav-cta::before {
  width: 26px;
  height: 26px;
}
.nav-cta {
  padding: 8px 15px 8px 48px !important;
  font-size: 15px;
}

.topbar-search .toggle-search img{width:30px;
height:30px;
}
#main-menu .navbar-nav .menu-item a {
  padding-top: 40px;}
  
  
}



@media (max-width: 768px) {
    .nav-cta {padding: 15px 24px 15px 70px !important;}
    
        .counter-item {
        flex: 1 1 40%; /* Seamless responsive fallbacks */
    }
    
        .info-split-row {
        flex-direction: column;
        gap: 25px;
    }
    .info-text .phone-number a {
        font-size: 20px;
    }
    
  .video-grid {
    display: flex;
    overflow-x: auto;
    gap: 15px;
  }

  .video-card {
    min-width: 80%;
    flex: 0 0 auto;
  }

  .slider-arrows {
    display: block;
  }
  
    .cta-slider {
    overflow: visible;
  }

  .cta-card {
    flex: 1;
  }
  
  
}




@media (max-width: 480px) {
    .counter-item {
        flex: 1 1 100%;
    }
}




/* PILL SHAPED CSS HOMEPAGE*/

/* Container Box Frame Context */
.hospital-slick-tabs-wrapper {
    width: 100%;
    margin: 40px 0;
    position: relative;
}

/* Pill Navigation Header Styling */
.hospital-pill-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 45px 0;
    gap: 12px;
}
.hospital-slick-tabs-wrapper .pill-nav-item {
    font-size: 15px;
    font-weight: 600;
    padding: 6px 24px;
    cursor: pointer;
    color: #a81c51;
    background-color: #ffffff;
    border: 1px solid #a81c51;
    border-radius: 50px;
    transition: all 0.25s ease-in-out;
}
.hospital-slick-tabs-wrapper .pill-nav-item:hover,
.hospital-slick-tabs-wrapper .pill-nav-item.active {
    color: #ffffff;
    background-color: #a81c51;
}

/* CRITICAL FIX: Smart Tab Track Visibility Layout Engine (Avoids display:none collapse) */
.hospital-panes-container {
    position: relative;
    width: 100%;
    min-height: 480px; /* Adjust based on card height footprints */
}
.hospital-tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
}
.hospital-tab-pane.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}

/* Slide Spacing Setup Rules */
.hospital-slider-instance .slick-list {
    padding: 15px 0;
}
.hospital-slide-item {
    padding: 0 15px;
}

/* Individual Card Structural Architecture Blueprint */
.hospital-classic-card {
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.hospital-classic-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.card-image-box {
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-image-fallback {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}



.home-hospital-tab .card-details-box {
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.home-hospital-tab .card-details-box .card-region-label {
color: #712162;
font-size: 26px;
font-style: normal;
font-weight: 800;
margin-bottom:10px;
line-height: 40px; /* 153.846% */
}

.home-hospital-tab .card-details-box .card-main-title {
color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
  min-height: 60px;
}

.home-hospital-tab .card-details-box .card-stats-inline {
    display: flex;
    gap: 70px;
    margin-top: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f2;
    margin-bottom: 10px;
}
.home-hospital-tab .card-stats-inline .stat-unit {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}
.home-hospital-tab .card-stats-inline .stat-unit svg {
    color: #a81c51;
}

.home-hospital-tab .card-view-btn {
    font-size: 15px;
    font-weight: 700;
    color: #b81f65;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Custom Slick Navigation Arrow Layout Overrides */
.hospital-slider-instance {
    position: relative;
}
.hospital-slider-instance .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: #a81c51 !important;
    border: none;
    border-radius: 50%;
    color: transparent !important;
    cursor: pointer;
    overflow: hidden;
    transition: opacity 0.2s;
}
.hospital-slider-instance .slick-arrow:hover {
    opacity: 0.9;
}
.hospital-slider-instance .slick-prev { left: -20px; }
.hospital-slider-instance .slick-next { right: -20px; }

.hospital-slider-instance .slick-prev::before {
    content: '‹';
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hospital-slider-instance .slick-next::before {
    content: '›';
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hospital-slider-instance .slick-disabled {
    opacity: 0.3 !important;
    cursor: default;
}

.hospital-pill-nav .pill-nav-item::before {
  content: none !important;
}



/* PILL SHAPED CSS HOMEPAGE*/



/* =========================================
           LATEST BLOGS SECTION & CARDS
        ========================================= */
        
        /* Header Layout */
        .latest-blogs-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 40px;
        }

        .header-title-wrap {
            position: relative;
            padding-bottom: 10px;
            width: 100%;
            max-width: 300px;
        }

        .section-title {
            color: #b51c54;
            font-weight: 700;
            font-size: 36px;
            margin: 0;
        }

        /* Custom Underline */
        .title-underline {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #dcdcdc; /* Light grey base */
        }

        .title-underline::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 60px; /* Length of the magenta line */
            height: 2px;
            background-color: #b51c54;
        }

        /* View All Button */
        .btn-view-all {
            background-color: #b51c54;
            color: #ffffff !important;
            padding: 10px 24px;
            border-radius: 50px;
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .btn-view-all:hover {
            background-color: #941544;
            box-shadow: 0 4px 10px rgba(181, 28, 84, 0.2);
        }

        .btn-view-all i {
            font-size: 14px;
            background: #fff;
            color: #b51c54;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Blog Card styling matching image */
        .ekko-blog-card {
            background: #ffffff;
            border-radius: 12px;
            border: 1px solid #f0f0f0;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0,0,0,0.04);
            height: 100%;
            display: flex;
            flex-direction: column;
            padding: 12px 14px;
            transition: transform var(--spc-duration) var(--spc-ease), box-shadow var(--spc-duration) var(--spc-ease), border-color var(--spc-duration) var(--spc-ease);
            margin: 15px; /* Spacing for slick slider */
        }

        .blog-card-img img {
            width: 100%;
            height: 280px;
            border-radius:20px;
            object-fit: cover;
        }

        .blog-card-content {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .blog-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }

        /* Small Pill Badge for Category */
        .blog-badge {
            background-color: #f7e8f0;
            color: #b81f65;
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
            padding: 0px 12px;
            border-radius: 20px;
            line-height: 24px;
        }
        
        .ekko-blog-card .blog-title{line-height:30px; min-height: 70px;}

        .blog-date {
            color: #9aa3af;
            font-size: 13px;
        }

        .blog-title {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 20px;
        }

        .blog-title a {
            color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
            text-decoration: none;
            transition: color 0.3s ease;
            
        }

        .blog-title a:hover {
            color: #b51c54;
        }

        .blog-divider {
            border: none;
            border-top: 1px solid #f0f0f0;
            margin: auto 0 20px 0; /* Pushes to bottom */
        }

        .blog-read-more {
            color: #6E6E6E;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: color 0.3s ease;
        }
        
        .ekko-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--spc-shadow-hover);
  border-color: rgba(79, 110, 247, 0.28);
}

        .blog-read-more:hover {
            color: #333;
            text-decoration: none;
        }

        .blog-read-more .arrow-icon {
            color: #b51c54;
            font-size: 16px;
            font-weight: normal;
        }

        /* Responsive Fixes */
        @media (max-width: 768px) {
            .latest-blogs-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
        }
        
        
        
        
        
        
        