/* @import "../../css2-5"; */
:root {
  --alt-font: "Open Sans", sans-serif;
  --primary-font: "Open Sans", sans-serif;
  --base-color: #ec1a15;
  --base-color-light: #fff0f0;
  --gokulam-yellow: #f6b013;
  --gokulam-blue: #818285;
  --gokulam-light-blue: #1e0d7d42;
  --gokulam-border-styled: 0px 20px 0px 20px;
  --gokulam-gray: #818285;
  --gokulam-linen: #fdefe6;

  --green: #009e46;
  --light-green: #d1e39e;
  --blue: #167cc5;
  --dark-gray: #222222;
  --black: #0d0d0d;
  --medium-gray: #666666;
  --light-blue: #c5dae9;
  --consultants-bg: #e5d5be;
}
::-webkit-input-placeholder {
  color: #6e7982 !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: #6e7982 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #6e7982 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
.bg-base-color-light {
  background: var(--base-color-light);
}
.bg-light-blue {
  background: var(--light-blue);
}
.bg-sg-light-blue {
  background: var(--gokulam-light-blue);
}
.bg-sg-linen {
  background: var(--gokulam-linen);
}
.events-border-radius {
  border-radius: 0 20px 0 20px;
}
.text-gradient-sg-red-purple {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ec1a15, #818285);
}
.bg-gray {
  background-color: var(--gokulam-gray);
}
.text-blue {
  color: var(--blue);
}
.bg-blue {
  background: var(--blue);
}
.text-light-green {
  color: var(--light-green);
}
.bg-light-green {
  background: var(--light-green);
}
.bg-sg-blue {
  background: var(--gokulam-blue);
}
.text-light-blue {
  color: var(--light-blue);
}
.text-sg-blue {
  color: var(--gokulam-blue);
}
.text-sg-gray {
  color: var(--gokulam-gray);
}

.sg-border-styled {
  border-radius: var(--gokulam-border-styled) !important;
}
.border-color-light-green {
  border-color: var(--light-green) !important;
}
.bg-base-gradient {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    var(--base-color-light) 0%,
    var(--white) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    var(--base-color-light) 0%,
    var(--white) 100%
  );
  background: linear-gradient(
    180deg,
    var(--base-color-light) 0%,
    var(--white) 100%
  );
}
.bg-light-green-gradient {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    var(--base-color-light) 0%,
    var(--white) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    var(--base-color-light) 0%,
    var(--white) 100%
  );
  background: linear-gradient(
    180deg,
    var(--base-color-light) 0%,
    var(--white) 100%
  );
}

.header-bg-sg-gradient {
  /* background: linear-gradient(94deg, #cc1c1c 24%, #1d0d7de6 100%) !important; */
  background: linear-gradient(94deg, #cc1c1c 24%, #818285 100%) !important;
}

.bg-sg-gradient-red-to-linen {
  background: linear-gradient(
    94deg,
    var(--base-color) 24%,
    var(--gokulam-linen) 100%
  ) !important;
}
.bg-sg-gradient-red-to-yellow {
  background: linear-gradient(
    94deg,
    var(--base-color) 24%,
    var(--gokulam-yellow) 100%
  ) !important;
}
.bg-sg-light-gradient-right {
  background: linear-gradient(94deg, #ffd0d0 24%, #e0e0e0 100%) !important;
}
.bg-sg-light-gradient {
  background: linear-gradient(94deg, #e0e0e0 24%, #ffd0d0 100%) !important;
}

.btn-blue {
  /* background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    background-size: 200% auto; */
  background: var(--white);
  border-color: var(--blue);
  color: var(--blue);
}

.btn-blue:hover {
  /* background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    background-size: 200% auto; */
  background: var(--blue);
  color: var(--white);
}

.btn.btn-transparent-sg-blue {
  background-color: transparent;
  border-color: var(--gokulam-blue);
  color: var(--gokulam-blue);
}
.btn.btn-transparent-sg-blue:active,
.btn.btn-transparent-sg-blue:hover {
  background-color: var(--gokulam-blue);
  border-color: var(--gokulam-blue);
  color: var(--white);
}

.btn-gradient-sg-header {
  background-image: linear-gradient(to right, #ec1a15, #818285, #ec1a15);
  background-size: 200% auto;
  color: var(--white);
}

body {
  line-height: 30px;
}

header .navbar-brand img {
  max-height: 60px;
}
.sticky .header-transparent .header-button .btn {
  background-color: var(--dark-gray);
  color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
  border-color: var(--dark-gray);
}
/* .navbar .navbar-nav .nav-link {
  font-size: 14px;
} */
/* @media (min-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
 } */
.dropdown-toggle::after {
  display: none;
}
.bg-midnight-dark-blue {
  background-color: #191d3c;
}
.bg-dark-blue {
  background-color: #0d1229;
}
.bg-arsenic-grey {
  background-color: #3c414a !important;
}
.bg-transparent-white-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.btn {
  text-transform: initial;
  letter-spacing: 0;
}
.btn i,
.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
}
.btn.btn-switch-text.btn-extra-large > span {
  font-size: 17px;
  padding: 16px 36px;
}
.btn.btn-switch-text.btn-large > span {
  font-size: 15px;
  padding: 14px 34px;
}
.btn.btn-switch-text.btn-medium > span {
  font-size: 14px;
  padding: 12px 28px;
}
.btn.btn-switch-text.btn-small > span {
  font-size: 13px;
  padding: 8px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
  font-size: 12px;
  padding: 6px 20px;
}
.btn.btn-link {
  padding: 0 0 2px;
}
.btn-yellow {
  background-color: var(--yellow);
  color: var(--dark-gray);
}
.btn-yellow:hover {
  background-color: transparent;
  border-color: var(--yellow);
  color: var(--yellow);
}
.btn.btn-box-shadow.btn-yellow:hover {
  background-color: var(--yellow) !important;
  color: var(--dark-gray) !important;
}
.btn-green {
  background-color: var(--green);
  color: var(--white);
}
.btn-green:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark-gray);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
  font-family: var(--alt-font);
}
.page-title-extra-small h2 {
  font-size: 3.25rem;
  line-height: 3.425rem;
}
.form-check-input:checked {
  background-color: var(--base-color) !important;
  border-color: var(--base-color) !important;
}
.form-check-input:focus {
  outline: none;
  box-shadow: none;
}
footer {
  padding-top: 100px;
}
footer .footer-logo img {
  max-height: 60px;
}
.footer-dark a:hover {
  color: var(--white);
}
footer ul li {
  margin-bottom: 0;
}
.newsletter-style-02 .btn i {
  top: -1px;
}
@media (max-width: 991px) {
  [data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner {
    background-image: url(../gokulam_images/demo-hosting-mobile-menu-bg.jpg);
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .btn.btn-switch-text.btn-small > span {
    padding: 6px 18px;
  }
  footer {
    padding-top: 80px;
  }
  .btn.btn-switch-text.btn-extra-large > span {
    padding: 16px 30px;
  }
  .btn.btn-switch-text.btn-large > span {
    padding: 14px 30px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
  .newsletter-style-02 .btn i {
    top: 0;
  }
}

.header_topbar_menu {
  display: flex;
  gap: 20px;
}

/* .header_topbar_menu > a {
  position: relative;
}
.header_topbar_menu > a::after {
  content: "";
  position: absolute;
  right: -10px;
  height: 12px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--gokulam-yellow);
}
.header_topbar_menu > a:last-child::after {
  width: 0px;
} */

.dept_card {
  position: relative;
  padding: 16px 20px;
  text-align: center;
  transition: all 0.3s ease-in;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  h5 {
    line-height: 1.2;
  }
}

.dept_card:hover {
  border: 1px solid var(--base-color) !important;
  cursor: pointer;
}
.dept_card:hover h5 {
  color: var(--base-color) !important;
}

.dept_card span {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 60px;
  transition: all 0.3s ease-in;
}

.dept_card:hover span {
  opacity: 1;
  bottom: -15px;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.consultants_box {
  cursor: grab;
}
.consultants_box img {
  transition: scale 0.6s ease;
}
.consultants_box:hover img {
  scale: 1.1;
}

.facilities_section .swiper-slide img {
  transition: scale 0.6s ease;
  scale: 1.08;
  overflow: hidden;
}
.facilities_section .swiper-slide i {
  transition: transform 0.4s ease;
}
.facilities_section .swiper-slide:hover img {
  scale: 1;
}
.facilities_section .swiper-slide:hover .fa-arrow-right-long {
  transform: rotate(-45deg);
}
.facilities_section .swiper-slide .h-150px {
  transition: all 0.4s ease;
}
.facilities_section .swiper-slide:hover .h-150px {
  background: var(--blue);
}
/* .facilities_section .swiper-slide:hover .facilities_section_content h5,
.facilities_section .swiper-slide:hover .facilities_section_content i{
   color: var(--dark-gray) !important;
} */

.header_topbar_menu a {
  color: var(--white);
}
.header_topbar_menu a:hover {
  color: var(--dark-gray);
}

.header_topbar_menu a.active {
  color: var(--gokulam-yellow);
}

.testimonials_box {
  border-radius: 20px;
  padding: 40px;
}

.testimonials_box.video_card {
  height: 260px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .testimonials_box.video_card {
    height: 100%;
  }
}

.testimonials_box .testimonials_box_content {
  /* position: relative; */
  z-index: 2;
}
.testimonials_box.video_card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(236, 26, 21, 0.4) 0%,
    rgba(129, 130, 133, 0.4) 100%
  );
}
.testimonials_box.video_card .testimonials_video_play_icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
}

.specialities_cards_section {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.specialities_cards_section .specialities_cards {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.specialities_cards_section .specialities_cards:hover {
  background-color: var(--base-color);
}

.specialities_cards_section .specialities_cards:hover h5 {
  color: white;
}

.specialities_cards_section .specialities_cards h5 {
  font-size: 13px;
  font-weight: 400;
  color: var(--black);
  line-height: 1.2;
  margin: 0px;
}

.specialities_cards_section .specialities_cards:hover img {
  filter: brightness(100);
}

@media (min-width: 576px) {
  .specialities_cards_section {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
  }

  .specialities_cards_section .specialities_cards {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .specialities_cards_section .specialities_cards h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.2;
    margin: 0px;
  }
}

.book_appointment_section {
  position: absolute;
  max-width: 400px;
  left: 20px;
  top: 60px;
}

@media (min-width: 576px) {
  .book_appointment_section {
    max-width: 400px;
    left: 40px;
    top: 90px;
  }
}

.online_appointment_section {
  position: relative;
  padding: 20px;
  height: 310px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 10;

  .floating-icons-01 {
    position: absolute;
    left: -20px;
    rotate: -40deg;
    bottom: 0;
    z-index: 10;
  }
  & > .row {
    position: relative;
    z-index: 10;
  }
}

.online_appointment_img {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 4;
}

.online_appointment_img img {
  width: 120px;
}

@media (min-width: 992px) {
  .online_appointment_section {
    position: absolute;
    padding: 40px 40px;
    height: 310px;
    right: 0;
    left: auto;
    bottom: 0px;
    width: 540px;
    border-radius: 80px 0px 0px 0px;
    z-index: 10;

    .floating-icons-01 {
      position: absolute;
      left: -20px;
      rotate: -40deg;
      bottom: 0;
      z-index: 10;
    }
    & > .row {
      position: relative;
      z-index: 10;
    }
    .form-control {
      border-radius: 18px;
    }
  }

  .online_appointment_img {
    right: 20px;
  }

  .online_appointment_img img {
    width: 220px;
  }
}

.sg-img-radius {
  border-radius: 0px 60px 0px 60px;
}
.object-position-bottom {
  object-position: bottom;
}
.book_appointment_section_mega_menu {
  position: absolute;
  /* max-width: 400px; */
  padding: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
}

.floating_btns_section {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;

  .floating_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    transition: all 1s ease-in;

    .floating_btn_icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background: var(--base-color);
      border-radius: 40% 40% 40% 40%;
      font-size: 20px;
      color: var(--white);
      -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      z-index: 2;
      cursor: pointer;
    }

    .floating_btn_content {
      display: none;
      height: 80%;
      color: var(--dark-gray);
      background: #ffffff;
      padding: 10px 20px;
      border-radius: 18px;
      -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      z-index: 1;
      span {
        font-size: 14px;
      }
    }
  }
}

.floating_btn:hover .floating_btn_content {
  display: block;
}

.floating_btn:hover .floating_btn_icon {
  transform: scale(1.1);
  /* transition: all .2s ease-in; */
}

#search_any_popup {
  border-radius: 20px;
  button.mfp-close,
  button.mfp-close:active {
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    background-color: var(--dark-gray);
  }
}

.popup_search_box {
  form {
    overflow: hidden;
    border-radius: 50px;
  }
  input {
    border-radius: 50px;
  }
  .search_submit_btn {
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    min-width: 80px;
    border-radius: 50px;
  }
  .search_submit_btn:hover {
    background: var(--dark-gray);
  }
  .form-results {
    padding: 20px;
    margin-top: 10px;
    border-radius: 20px;
    /* background-color: var(--base-color-light); */
  }
}

.floating-logo {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 100px;
}

@media (min-width: 768px) {
  .floating-logo {
    right: 60px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .floating-logo {
    right: 120px;
    width: 200px;
  }
}

.hero-banner-sldier .swiper-horizontal > .swiper-pagination-bullets,
.hero-banner-sldier .swiper-vertical > .swiper-pagination-bullets {
  left: 10%;
  bottom: 5%;
}

.animated-logo {
  position: absolute;
  width: 120px;
  bottom: 0;
  left: 13%;
  z-index: 1;
  opacity: 0.2;
}

.float {
  transform: translatey(40px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(20px);
  }
  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
    transform: translatey(-100px);
  }
  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(20px);
  }
}

.animated-logo-2 {
  position: absolute;
  width: 180px;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  z-index: 1;
  opacity: 0.1;
}

.animated-logo-3 {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 10%;
  /* transform: translateY(-50%); */
  z-index: 1;
  opacity: 0.06;
}

.animated-logo-4 {
  position: absolute;
  width: 200px;
  bottom: 0;
  right: 6%;
  z-index: 1;
  opacity: 0.2;
}

.animated-logo-5 {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 4%;
  /* transform: translateY(-50%); */
  z-index: 1;
  opacity: 0.1;
}

.rotate {
  animation: rotation infinite 6s linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.mobile-tagline {
  display: none;
}
@media (max-width: 768px) {
  header {
    position: relative;
  }
  .mobile-tagline {
    display: block;
    position: absolute;
    z-index: 20;
    width: 280px;
    top: auto;
    bottom: -30px;
    left: 0;
  }
}

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 10px; /* Prevents modal from touching screen edges */
}

/* Modal Box */
.modal-popup {
  background: white;
  border-radius: 20px;
  position: relative;
  width: 90%; /* Default for mobile */
  max-width: 500px;
  padding: 50px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #222222; /* Black background */
  color: white; /* White 'X' */
  border: none;
  border-radius: 50%;
}

/* Hover Effect */
.close-btn:hover {
  background: #333; /* Slightly lighter black on hover */
}

/* Responsive Design */
@media (min-width: 768px) {
  /* Tablets */
  .modal-popup {
    width: 70%;
    max-width: 600px;
    padding: 25px;
  }
}

@media (min-width: 1024px) {
  /* Laptops & Desktops */
  .modal-popup {
    width: 50%;
    max-width: 700px;
    padding: 30px;
  }
}
.departments_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

@media (min-width: 768px) {
  .departments_menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

.departments_menu a {
  font-size: 14px;
}

.department-link {
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
}

/* .fit-videos {
  position: relative;
  padding-bottom: 25.25%;
  height: 0;
  overflow: hidden;
}

.fit-videos iframe div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.navbar-full-screen-menu-inner {
  display: none;
}

.navbar-full-screen-menu-inner.show {
  display: block;
}

.col-xl-12 ul li {
  list-style-type: disc !important; /* Forces bullets */
  padding-left: 20px; /* Ensures proper indentation */
}

.skeleton-card {
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.ps__thumb-y {
  width: 2px !important;
  background-color: #888;
  border-radius: 2px;
  margin: 5px;
}
.doctor-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
