/*
Theme Name: Dr Amit Chakraborty
Author: Healthus
Author URI: https://www.healthus.ai
Version: 1.0
 */
.padgClad {
	padding: 100px 0;
}

.MainFooter {
        background: linear-gradient(137.86deg, #400011 -3%, #A6012D 100.3%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.MainFooter .topfooter h2 {
	color: white;
	width: 80%;
	font-size: 32px;
	margin-left: 20px;
}

  @media (max-width: 767px) {

.MainFooter .topfooter h2 {
	width: 100%;
}
}

.MainFooter .midderfooter h5 {
    color: white;
    font-size: 24px;
    margin-bottom: 25px;
}

.MainFooter .midderfooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.MainFooter .midderfooter ul li {
   padding-bottom: 15px;

}

.MainFooter .midderfooter ul li a {
   color: rgb(213 213 213);
	text-decoration: none;
}

.MainFooter .midderfooter ul li {
   color: rgb(213 213 213);
}

.BottomFooter P {
	color: rgb(213 213 213);
}

.BottomFooter a {
	color: white;
}

.topfooter a span {
	font-size: 20px;
}


.custrevis {
    width: 80%;
    margin: auto;
}

.DrBar .container {
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;border-radius: 40px;
}

.DrBarImg {
   max-width: 426px;
}

.DrBarInfo {
    padding: 0 50px;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    font-weight: 500;
    background: #cdcdcd80;
    border-radius: 20px;
    border: 1px solid #cdcdcd80;
}

/* Parent container */
.lang-dropdown {
    position: relative;
}

/* Button style (icon + arrow) */
.lang-btn {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.2);
}

/* --- Prevent flicker by expanding hover area --- */
.lang-dropdown::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px; /* invisible buffer area */
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px!important;
    color: #a6012d!important;
    font-weight: none!important;
}

/* The hidden dropdown box */
.lang-box {
    position: absolute;
    top: 50px;
    left: 10px;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    min-width: 90px;
    z-index: 1000;
}

/* Show dropdown on hover */
.lang-dropdown:hover .lang-box {
    opacity: 1;
    pointer-events: auto;
}

/* Inside GTranslate cleanup */
.lang-box select,
.lang-box a {
    background: transparent !important;
    color: black!important;
    border: none !important;
    font-size: 14px !important;
}

/* Flags look nicer */
.lang-box img {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    transition: transform 0.2s ease;
}
.lang-box img:hover {
    transform: scale(1.5);
}

.gt_options.gt-open {
    max-width: 100% !important;
}

.gt_float_switcher img {
    width: 20px !important;

}

.gt_float_switcher .gt_options a {
    padding: 5px 5px !important;
}

.page-template-page-second-opinion .cancer-services .carimg img {
    border: 4px solid #A6012D;
    width: 100%;
}

.page-template-page-second-opinion .cancer-services .service-card {
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    border: 1px solid #D6D6D6;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.27) 7%, rgba(153, 153, 153, 0) 87%), linear-gradient(160deg, #400011 -3%, #A6012D 100.3%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.page-template-page-second-opinion .cancer-services .service-card h3 {
    color: white;
    font-size: 24px;
}

.gt_float_switcher {
    width: 108px;
}

/* ================================
   GRID LAYOUT
================================ */
.hj-row {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  gap: 50px;
  position: relative;
  align-items: start;
}

/* ================================
   LEFT STEPS
================================ */
.hj-left {
  position: relative;
}

.hj-steps {
  display: flex;
  flex-direction: column;
  gap: 180px;           /* Makes section tall enough for sticky */
  padding: 120px 0;
}

.hj-step {
  font-size: 20px;
  color: #6f6f6f;
  opacity: 0.18;
  transition: 0.45s ease;
  transform: translateY(20px);
  line-height: 1.6;
}

.hj-step.active {
  opacity: 1;
  color: white;
  transform: translateY(0px) scale(1.06);
  font-weight: 600;
}

/* ================================
   TIMELINE MIDDLE
================================ */
.hj-mid {
  position: relative;
}

.hj-line {
  position: absolute;
  top: 122px;
  bottom: 122px;
  left: 24%;
  width: 3px;
  background: #e2e2e2;
  transform: translateX(-50%);
}

.hj-icons {
  display: flex;
  flex-direction: column;
  gap: 180px;
  padding: 120px 0;
}

.hj-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #A6012D40;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s ease;
  z-index: 9;
}

.hj-icon img {
  width: 26px;
}

.hj-icon.active {
  transform: scale(1.2);
  background: #A6012D;
}

.hj-icon.active img {
  filter: brightness(0) invert(1);
}

/* ================================
   RIGHT STICKY IMAGE
================================ */
.hj-right {
  height: 100%;
}

.hj-sticky {
  position: sticky;
  top: 120px;
}

.hj-sticky img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.22);
  transition: transform .45s ease, opacity .45s ease;
}

/* ================================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 992px) {
  .hj-row {
    grid-template-columns: 1fr;
  }

  /* Show timeline on mobile too */
  .hj-mid {
    order: 1;
    margin: 30px 0;
  }

  .hj-line {
    left: 35px;
  }

  .hj-icons {
    padding: 20px 0 60px;
    gap: 80px;
  }

  .hj-icon {
    margin-left: 15px;
  }

  .hj-left {
    order: 2;
  }

  .hj-right {
    order: 3;
    margin-top: 40px;
  }

  .hj-sticky {
    position: relative;
    top: 0;
  }
}

/* DESKTOP SUBMENU */
.treatment-dropdown {
  position: relative;
}

.treatment-menu {
  position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 5px 0;
    border-radius: 22px;
    min-width: 240px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s 
ease;
    z-index: 999;
}

.treatment-menu li a {
  display: block;
  padding: 10px 18px;
  color: #333;
  font-size: 15px;
}

.treatment-menu li a:hover {
  background: #A6012D;
    color: #fff;
    border-radius: 30px;
    margin: 0 5px;
}

.treatment-menu {
    list-style-type: none;
}

/* SHOW ON HOVER */
.treatment-dropdown:hover .treatment-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(8px);
}

/* MOBILE */
.treatment-mobile-menu {
  display: none;
  padding-left: 0;
  background: #f9f9f9;
  margin-top: 10px;
  border-radius: 10px;
}

.treatment-mobile-menu li a {
  display: block;
  padding: 10px;
  color: #333;
}

.treatment-mobile-menu li a:hover {
  background: #A6012D;
  color: #fff;
}

@media (max-width: 768px) { 
	.gt_float_switcher {
    width: 200px;
}
	.gt_float_switcher .gt-selected .gt-current-lang {
    color: #ffff !important;
}
	.gt_float_switcher .gt-selected {
    background-color: #a6012d!important;
}
	.gt_float_switcher {
    background: #a6012d!important;

}
	.gt_float_switcher .gt_options a {
    color: #FFFF!important;
}
	.gt_float_switcher {
    border-radius: 30px !important;
}
}


