/*

* Theme Name: NS - Aung Pin Lae

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --color1: #302872;

  --color2: #f6c262;
}

body {
  margin: 0 auto;

  font-family: "Lato", sans-serif;

  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}

ul.page-numbers li {
  float: left;

  height: 35px;

  width: 35px;

  list-style: none;

  line-height: 35px;

  text-align: center;

  padding: 0px;

  border-radius: 100px;

  margin-right: 3px;

  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

ul.page-numbers li span.current {
  color: #000;

  font-size: 16px;
}

.content-img img {
  width: 100%;

  height: auto;
}

/* 404 error */

.error img {
  position: relative;

  margin: 0 auto;
}

input {
  margin-bottom: 20px;
}

.back-home-wrap p {
  font-size: 21px;

  margin-top: 50px;
}

.back-home-wrap {
  text-align: center;

  left: 0;

  right: 0;
}

.error {
  height: 400px;
}

.back-home {
  margin-top: 14px;

  border-radius: 0;
}

.mm-menu--offcanvas {
  position: absolute;
}

/* Breadcrumb */

#breadcrumbs {
  list-style-type: none;

  padding-left: 0;

  gap: 10px;

  display: flex;

  justify-content: center;

  align-items: center;
}

#breadcrumbs a {
  color: #ffc63f;

  font-weight: 600;
}

#breadcrumbs li {
  display: inline-block;
}

/*********************** Widget ******************/

ul.dropdown-menu.dropdown-submenu.depth_1 {
  left: 104%;

  top: 0;
}

ul.dropdown-menu {
  padding: 0px;
}

.dropdown-menu .menu-item a {
  padding: 10px 15px;
}

.dropdown-menu .dropdown-toggle::after {
  transform: rotate(-90deg);

  right: 10px;

  position: absolute;

  top: 46%;
}
.row.vdw_gallery.img-effect.mb-3 .col-6 {
    margin-bottom: 20px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);

  text-decoration: none;

  background-color: #069494;
}
.mm-navbar span {
  color: #fff;
  font-size: 18px;
}
.dropdown-menu[data-bs-popper] {
  top: 117%;

  left: 0;

  backdrop-filter: blur(22px);

  background: rgb(252 254 253);

  border: unset;

  box-shadow: 0px 1px 18px -3px rgba(0, 0, 0, 0.15);
}

.mywidget h4 {
  font-size: 14px;

  font-family: "Lato", sans-serif;
}

.owl-carousel .owl-item img {
  display: block;

  width: auto;
}

.widget-title {
  font-family: "Lato", sans-serif;

  font-weight: 700;

  font-size: 21px;
}

.widget ul li a {
  color: #333;

  font-family: "Raleway", sans-serif;

  border-bottom: 1px solid #ddd;

  display: block;

  padding-top: 12px;

  padding-bottom: 12px;

  position: relative;
}

.widget ul li a::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  width: 53px;
}

.widget ul li a:hover::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  transition: all 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--color1);

  text-decoration: none;

  outline: none;
}

.widget ul {
  padding-left: 0;

  list-style-type: none;
}

/* .sidebar {

    margin-top: 30px;

} */

.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:first-child:active,
:not(.btn-check) + .btn:active {
  background: rgba(6, 148, 148, 1);

  border-color: rgba(6, 148, 148, 1);

  color: #fff !important;

  border-radius: 10px;

  font-weight: 600;

  font-size: 16px;

  padding: 9px 16px;
}

.text-primary {
  color: rgba(6, 148, 148, 1) !important;
}

header {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);

  padding-bottom: 10px;
}

.menu-top a {
  color: rgba(18, 18, 18, 1);

  text-decoration: none;
}

.menu-top {
  gap: 10px;

  align-items: center;

  justify-content: flex-end;

  padding: 15px 0px;

  border-bottom: 1px solid rgba(6, 148, 148, 1);
}

.menu-top .text-primary {
  font-weight: 700;
}

.logodiv {
  padding-top: 23px;
}

.menu-top .d-flex {
  justify-content: center;

  align-items: center;

  gap: 10px;
}

.menu-top .socials {
  font-size: 25px;

  border-left: 2px solid rgba(6, 148, 148, 1);

  padding: 0px 20px;

  border-right: 2px solid rgba(6, 148, 148, 1);

  margin: 0px 20px;

  gap: 15px;
}

ul#menu-main-menu {
  justify-content: space-between;

  width: 100%;

  max-width: 850px;
}

#menu a.nav-link {
  color: rgba(18, 18, 18, 1);

  font-weight: 400;

  padding: 0.5rem 0rem !important;
}

a.nav-link.active {
  color: rgb(6 148 148) !important;
}

i.fa-solid.fa-bars {
  font-size: 25px;
}

#menu a.nav-link.active::before {
  position: absolute;
  content: "";
  border: 2px solid #069494;
  bottom: 5px;
  left: 0;
  right: 0;
}

a.nav-link.active {
  position: relative;
}

a.nav-link.active.mm-listitem__text {
  color: #069494;
}

.lg-text {
  font-size: 40px !important;
  font-family: "Lato", sans-serif;
}

.carousel-caption p {
  font-size: 20px;
}

.carousel-item img {
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.15);

  border-radius: 15px;
}

.pd-100 {
  padding-top: 100px;

  padding-bottom: 100px;
}

.carousel-item {
  position: relative;

  border-radius: 15px;

  overflow: hidden;
}

.carousel-item:before {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgb(0, 0, 0, 0.2);
}

.carousel-indicators [data-bs-target] {
  width: 11.49px;

  height: 11.49px;

  opacity: 1;

  border-radius: 100% !important;

  border: unset;
}

.carousel-indicators .active {
  opacity: 1;

  width: 23.75px !important;

  border-radius: 80px !important;
}

.hero-box .icon {
  width: 50px;

  height: 50px;

  border-radius: 100%;

  background: rgba(6, 148, 148, 1);

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  margin-bottom: 20px;
}

.hero-box {
  text-align: center;
}

.hero-right {
  border: 2px solid rgba(234, 234, 234, 1);

  backdrop-filter: blur(7px);

  padding: 30px;

  border-radius: 30px;

  background: url(/wp-content/themes/ns-aungpinlae/images/home/hero-bg.jpg)
    no-repeat center;
}

.hero-right h3 {
  font-size: 20px;

  font-weight: 700;

  margin-bottom: 30px;
}

.hero-box h3 {
  color: rgba(77, 77, 77, 1);

  text-align: center;

  margin-bottom: 0px;
}

.hero-box {
  padding: 28px 10px;
}

.row.feature-grid {
  position: relative;
}

/* Gradient vertical divider */

.feature-grid::before {
  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 50%;

  width: 2px;

  background: linear-gradient(to bottom, transparent, #fff, transparent);

  transform: translateX(-50%);
}

/* Gradient horizontal divider */

.feature-grid::after {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  height: 2px;

  background: linear-gradient(to right, transparent, #fff, transparent);

  transform: translateY(-50%);
}

.feature-grid-top-line {
  width: 100%;

  height: 2px;

  background: linear-gradient(to right, transparent, #fff, transparent);

  transform: translateY(-50%);
}

.hero-right span {
  font-size: 14px;

  font-weight: 700;

  margin-bottom: 5px;

  display: inline-block;
}

.hero-section {
  position: relative;
  margin-bottom: 30px;
}

.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* FORCE FULL HEIGHT */
.home-slider,
.home-slider .carousel-inner,
.home-slider .carousel-item {
  width: 100%;
  aspect-ratio: 1920/800;
}

.carousel-caption {
  position: absolute;
  right: 15px;
  bottom: 0rem;
  left: 15px;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  color: #fff;
  text-align: left;
  top: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-box img {
  max-height: 50px;
}

.hero-box h3 {
  font-size: 18px;
  margin: 0;
}

/* HOVER EFFECT */

.hero-box {
  background: #ffffff26;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    /* Target your hero-box or service-box */
    .service-box, 
    .hero-box {
        background-color: #42424252 !important; /* Your Branded Teal */
        color: #ffffff !important;           /* White Text */
        border: none;    
        margin-bottom: 10px;                    /* Optional: remove border on mobile */
    }

    /* Ensure all text elements inside turn white */
    .service-box h2,
    .service-box h3,
    .service-box p,
    .service-box a {
        color: #ffffff !important;
    }

    /* If you have a background image layer (::before), hide it on mobile 
       to keep the solid teal clean and readable */
    .service-box::before,
    .service-box::after {
        display: none !important;
    }
    
    /* Ensure icons also turn white */
/*     .service-box .icon i,
    .service-box .icon img {
        filter: brightness(0) invert(1);
    } */
}

.hero-box h3 {
  color: #fff;
}

.hero-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.562);
}

.finddoctorform {
  background: url(/wp-content/themes/ns-aungpinlae/images/home/finddoctorform-bg.png)
    no-repeat center;

  border-radius: 30px;

  padding: 12px 20px;
}

.finddoctorform .content {
  padding: 20px 30px;
}

.form-control {
  padding: 12px 18px;
}

.finddoctorform button.btn.btn-primary {
  padding: 12px;
}

select.form-control,
select.form-control:focus {
  background: rgba(6, 148, 148, 1);

  color: #fff;
}

.finddoctorform button.btn.btn-primary img {
  margin-right: 6px;

  margin-top: -3px;
}

.selectbox {
  position: relative;
}

.selectbox i {
  position: absolute;

  right: 0;

  bottom: 0;

  top: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  color: #fff;
}

.selectbox option {
  padding: 15px;
}

select {
  appearance: none;

  /* removes browser default arrow */

  -webkit-appearance: none;

  -moz-appearance: none;
}

/* Example for styling options on hover or focus (may not work consistently) */

select option:hover {
  background-color: #f0f0f0 !important;

  /* Light gray on hover */
}

select option:focus {
  background-color: #e0e0e0 !important;

  /* Slightly darker gray on focus */
}

/* Styling the selected option (limited browser support) */

select option:checked {
  background-color: #add8e6 !important;

  /* Light blue for selected option */

  color: #000;
}

.finddoctorform h3 {
  font-size: 24px;

  font-weight: 800;

  text-transform: uppercase;
}

/* custom select */

.custom-select {
  position: relative;

  width: 100%;

  font-family: Arial, sans-serif;

  user-select: none;
}

/* Selected item (main box) */

.select-selected {
  background-color: #069494;

  color: white;

  padding: 12px 18px;

  border-radius: 6px;

  cursor: pointer;
}

/* Dropdown menu */

.select-items {
  position: absolute;

  top: 100%;

  left: 0;

  right: 0;

  background-color: #069494;

  border-radius: 0 0 6px 6px;

  overflow: hidden;

  display: none;

  z-index: 99;
}

.select-items div {
  padding: 10px;

  cursor: pointer;

  color: white;
}

.select-items div:hover {
  background-color: #004d40;
}

/* Rotate arrow when active */

.select-selected::after {
  content: "\f078";

  float: right;

  margin-left: 8px;

  transition: transform 0.3s;

  font-family: "Font Awesome 6 Free";

  font-weight: bold;
}

.select-arrow-active::after {
  transform: rotate(-180deg);
}

/* end custom select */

.service-section {
  background: url(/wp-content/themes/ns-aungpinlae/images/home/ourservice.png)
    rgba(6, 148, 148, 1) no-repeat center;

  background-size: cover;

  color: #fff;

  padding: 50px 0px;
}

.service-box .icon img {
  width: auto;
}

/* .page-template-template-service li::before {
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/10/aungpinlaeicon.png);
    position: absolute;
} */

.service-box .icon {
  width: 79px;

  height: 79px;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;

  border-radius: 30px;

  width: 11.49px;

  height: 11.49px;

  opacity: 1;

  border: unset;
}

.owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;

  opacity: 1 !important;

  width: 23.75px !important;

  border-radius: 80px !important;
}

.owl-rooms .owl-dot.active span,
.owl-rooms.owl-theme .owl-dots .owl-dot:hover span,
.owl-partners .owl-dot.active span,
.owl-partners.owl-theme .owl-dots .owl-dot:hover span,
.owl-news .owl-dot.active span,
.owl-news.owl-theme .owl-dots .owl-dot:hover span {
  background: #069494 !important;
}

.owl-rooms.owl-theme .owl-dots .owl-dot span,
.owl-partners.owl-theme .owl-dots .owl-dot span,
.owl-news.owl-theme .owl-dots .owl-dot span {
  background: #069494 !important;
  opacity: 0.5;
}

.service-box h3 {
  font-size: 20px;

  font-weight: 700;
}

.service-box {
  padding: 20px;
  border-radius: 30px;
  position: relative;
  overflow: hidden; /* Ensures the 30px border-radius clips the image */
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}

.service-box:hover {
  /* background: #fff; */

  color: rgba(77, 77, 77, 1);

  border-radius: 30px;
}

.service-box:hover .icon img {
  filter: brightness(100);
}

.service-box:hover .icon {
  background: rgba(6, 148, 148, 1);
}

.service-box:hover h3 {
  color: rgba(6, 148, 148, 1);
}

.service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0; /* Hidden by default */
    z-index: -1; /* Pushes it behind the text/icon */
    transition: opacity 0.4s ease;
}

/* Hover State */
.service-box:hover {
    color: rgba(77, 77, 77, 1);
}

.service-box:hover::before {
    opacity: 1; /* Shows the image */
}

/* Optional: Add a light white overlay so text stays readable */
.service-box:hover::before {
    opacity: 1;
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.7)), var(--bg-image);
    
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.home h2 {
  font-weight: 800;

  font-size: 24px;

  text-transform: uppercase;
}

.subtitle {
  font-size: 20px;
}

.room-section img {
  border-radius: 30px;
}

a {
  text-decoration: none;
}

.owl-rooms .room-box h3 {
  box-shadow: 0px 7px 32px 0px rgba(100, 100, 111, 0.15);
  background: #fff;
  border-radius: 60px;
  padding: 18px 13px;
  font-size: 20px;
  color: rgba(6, 148, 148, 1);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  position: relative;
  max-width: 90%;
  margin: auto;
  margin-top: 19px;
  margin-bottom: 37px;
  width: 90%;
}

.owl-rooms .room-box:hover .room-content h3 {
  background: rgba(6, 148, 148, 1);

  color: #fff;
}
.room-box {
  position: relative;
  margin-bottom: 24px;
}
.room-content {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
}
.room-type-section .room-content {
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  z-index: 999;
  padding: 0px 20px;
  color: #fff;
  background: rgb(0, 0, 0, 0.3);
  margin: auto;
  border-radius: 20px;
  padding: 10px;
  backdrop-filter: blur(6px);
}
span.room-cat {
  background: #08b6b6;
  padding: 8px 20px;
  border-radius: 10px;
  min-width: 120px;
}
.room-content {
  margin-top: -45px;
}
.room-section .subtitle,
.news-events .subtitle {
  color: rgba(137, 137, 137, 1);
}

.room-content h3 {
  margin: 0;
  font-size: 17px;
}

.opportunity h2 {
  color: #fff !important;

  height: 50px;

  display: flex;

  align-items: center;

  margin-bottom: 25px;
}

.opportunity h2:after {
  position: absolute;

  left: 49%;

  right: 0;

  content: "";

  height: 50px;

  background: #069494;

  z-index: -1;

  border-top-left-radius: 40px;

  border-bottom-left-radius: 40px;
}

.opportunity p {
  font-size: 16px;

  line-height: 32px;

  color: rgb(50, 50, 50);

  max-width: 638px;

  text-align: justify;
}

.pattern-bg {
  background: url(/wp-content/themes/ns-aungpinlae/images/home/pattern-bg-2.png)
    top left;
  /* background-size: contain; */
}
@media (max-width: 767px) {
  .pattern-bg {
    background-size: contain;
  }
}

.opportunity {
  padding-bottom: 100px;
}

.partner {
  background: rgba(6, 148, 148, 1);

  color: #fff;

  margin-bottom: 198px;
}

.owl-partners .item {
  background: #fff;

  border-radius: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0px 7px 32px 0px rgba(100, 100, 111, 0.15);

  height: 175px;

  max-width: 307px;

  margin: auto;
}

.owl-partners {
  margin-bottom: -270px;

  margin-top: 50px;
}

.owl-partners .owl-stage-outer {
  padding-bottom: 28px;
}

.owl-news img {
  border-radius: 30px;
}

.new-content {
  color: rgba(77, 77, 77, 1);

  box-shadow: 0px 7px 32px 0px rgba(100, 100, 111, 0.15);

  padding: 20px;

  border-radius: 30px;

  margin: auto;

  margin-top: -50px;

  position: relative;

  z-index: 2;

  background: #fff;

  max-width: 90%;

  margin-bottom: 27px;

  transition: 0.3s ease-in-out;
}

.new-content h3 {
  font-size: 20px;

  font-weight: 600;
}

.new-content p {
  font-size: 16px;

  font-weight: 400;

  color: rgba(6, 148, 148, 1);

  margin-bottom: 10px;
}

.new-box:hover .new-content {
  background: rgba(6, 148, 148, 1);

  color: #fff;
}

.new-box:hover .new-content p {
  color: #fff;
}

footer {
  background: rgba(6, 148, 148, 1);

  color: #fff;
}



.download-btn {
  max-width: 200px;
  height: auto;
}

.footer-logo {
  background: #fff;

  display: inline-block;

  border-radius: 20px;

  padding: 21px 14px;
}

.social-icons-row a {
    color: #ffffff; /* Or your brand teal color */
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

/* .social-icons-row a:hover {
    color: #ffb400; 
    transform: translateY(-3px);
    display: inline-block;
} */


.social-icons-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Default brand colors */
.social-icons-row a .fa-tiktok {
    color: #000000;
}

.social-icons-row a .fa-telegram {
    color: #0088cc;
}

.social-icons-row a .fa-facebook {
    color: #1877f2;
}

.social-icons-row a .fa-instagram {
    color: #e4405f;
}

.social-icons-row a .fa-viber {
    color: #7360f2;
}

/* Hover effect (invert) */
.social-icons-row a:hover {
    transform: translateY(-3px);
}

/* Background + white icon on hover */
.social-icons-row a:hover:has(.fa-tiktok) {
    background: #000000;
}
.social-icons-row a:hover:has(.fa-telegram) {
    background: #0088cc;
}
.social-icons-row a:hover:has(.fa-facebook) {
    background: #1877f2;
}
.social-icons-row a:hover:has(.fa-instagram) {
    background: #e4405f;
}
.social-icons-row a:hover:has(.fa-viber) {
    background: #7360f2;
}

.social-icons-row a:hover i {
    color: #ffffff;
}

.social-icons-row a.tiktok:hover { background: #000; }
.social-icons-row a.telegram:hover { background: #0088cc; }
.social-icons-row a.facebook:hover { background: #1877f2; }
.social-icons-row a.instagram:hover { background: #e4405f; }
.social-icons-row a.viber:hover { background: #7360f2; }

/* Specific styling for the row if needed */
.social-icons-row {
    margin-top: 10px;
}
.pd-50 {
  padding-top: 50px;

  padding-bottom: 50px;
}

a {
  color: inherit;
}

.d-flex.follow i {
  font-size: 28px;
}

.d-flex.follow {
  gap: 15px;

  margin-top: 20px;

  align-items: center;
}

.social-link {
  display: flex;

  gap: 25px;
}

footer h4 {
  font-size: 20px;

  font-weight: 700;

  margin-bottom: 20px;
}

.c-box {
  justify-content: space-between;
}

.c-box p:last-child {
  width: 73%;
}

.c-box i {
  margin-right: 6px;
}

footer ul {
  line-height: 2;

  margin-left: -10px;
}

.container.copyright {
  border-top: 1px solid #fff;

  padding-top: 10px;

  padding-bottom: 10px;
}

.new-box {
  max-width: 417px;

  margin: auto;
}

.effect-box:hover img {
  transform: scale(1.1) rotate(0deg);

  opacity: 1;
}

.effect-box .img-wrapper {
  overflow: hidden;
}

.effect-box img {
  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  width: 100%;
}

.effect-box .img-wrapper {
  overflow: hidden;

  max-width: 417px;

  margin: auto;

  overflow: hidden;

  border-radius: 30px;

  position: relative;
}

.effect-box .img-wrapper::after {
  content: "";

  position: absolute;

  width: 200%;

  height: 0% !important;

  left: 50%;

  top: 50%;

  background-color: rgba(255, 255, 255, 0.9);

  transform: translate(-50%, -50%) rotate(-45deg);

  z-index: 1;

  opacity: 0;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  visibility: hidden;
}

.room-content {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}

.effect-box:hover .img-wrapper::after {
  height: 250% !important;

  transition: all 600ms linear;

  opacity: 1;

  background-color: transparent;

  -webkit-backface-visibility: visible;

  backface-visibility: visible;

  visibility: visible;
}

.relative {
  position: relative;
}

.theme-inner-banner .relative::before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: url(/wp-content/themes/ns-aungpinlae/images/home/banner-bg-2.png)
    no-repeat bottom;

  z-index: 1;
}

.theme-inner-banner .relative::after {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(
    86deg,
    rgb(6 148 148 / 80%),
    rgb(108 106 106 / 70%) 80%
  );

  content: "";
}

.banner-caption {
  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  display: flex;

  justify-content: center !important;

  align-items: center;

  width: 100%;

  height: 100%;

  color: #ffffff;

  z-index: 1;
}

/* about */

.about-us-page {
  background: url(/wp-content/themes/ns-aungpinlae/images/about/about-bg.png)
    no-repeat top center;
}

.company-leader .pd-100 {
  padding-top: 0px;
}

.about-us-page .primary-light-bg {
  background-color: rgba(222, 249, 240, 1);

  padding: 40px 0px;
}

.primary-light-bg h2 {
  font-weight: 800;

  color: rgba(6, 148, 148, 1);

  margin-bottom: 0px;
}

.primary-light-bg p {
  color: rgba(77, 77, 77, 1);

  font-size: 20px;
}

.about-us-page img {
  margin-right: 10px;
}

.about-us-page h2 {
  /* font-size: 24px; */
  color: rgba(6, 148, 148, 1);
  font-weight: 800;
  text-transform: uppercase;
}

.about-us-page .subtitle {
  color: rgba(50, 50, 50, 1);

  font-size: 20px;

  font-weight: 400;
}

.about-us-page p {
  color: rgba(50, 50, 50, 1);

  font-weight: 400;

  line-height: 34px;

  text-align: justify;
}

.visionbox {
  background: rgba(222, 249, 240, 1);

  padding: 20px;

  border-radius: 20px;

  margin-bottom: 20px;

  display: flex;

  gap: 10px;
}

.visionbox h3 {
  font-size: 24px;

  font-weight: 800;

  color: rgba(6, 148, 148, 1);
}

.visionbox .icon img {
  margin: 0;
}

.about-us-page .visionbox p {
  line-height: 30px;
}

.visionbox .icon {
  width: 55px;

  height: 55px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(6, 148, 148, 1);

  border-radius: 100%;
}

.visionbox .content {
  width: 80%;
}

.leadership-wrapper {
  text-align: center;
}

.leader-row {
  display: grid;

  gap: 20px;

  margin: 40px 0;

  justify-content: center;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);

  max-width: 570px;

  margin: auto;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);

  max-width: calc(570px + 570px);

  margin: auto;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);

  max-width: calc(570px + 570px + 570px);

  margin: auto;
}

.leader-card {
  text-align: left;

  display: flex;

  gap: 10px;

  background: rgba(6, 148, 148, 1);

  color: #fff;

  padding: 20px;

  margin-bottom: 100px;

  border-radius: 20px;

  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.26);

  border: 4px solid rgba(255, 255, 255, 1);

  margin-left: 108px;

  justify-content: center;

  align-items: center;
}

.leader-card p {
  color: inherit;

  line-height: unset;

  text-align: left;
}

.leader-card .leader-content {
  width: 80%;
}

.leader-photo {
  margin-left: -100px;

  margin-right: 10px;
}

.leader-photo img {
  border-radius: 100%;

  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.2);

  border: 4px solid rgba(255, 255, 255, 1);
}

.contact-icon {
  background: #08b6b6;

  color: #fff;

  width: 52px;

  height: 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 20px;

  border-radius: 100%;
}

.cbox {
  display: flex;

  gap: 10px;

  margin-bottom: 30px;
}

.cbox .info {
  width: 85%;
}

.cbox .info h3 {
  font-size: 17px;

  font-weight: bold;

  color: #606060;

  margin: 0px;
}

.cbox p,
.cbox a {
  font-size: 18px;

  font-weight: 600;

  margin-bottom: 0px;

  display: inline-block;
}

i.fa-solid.fa-graduation-cap {
  color: #009f9f;
}

.contact-us-page h2 {
  font-weight: 600;

  margin-bottom: 30px;

  max-width: 350px;
}

.contact-us-page .small-title {
  font-weight: 600;

  color: #08b6b6;
}

.contact-us-page .form-bg {
  background: #f1f5f5;
}

.contact-us-page .form-bg {
  background: #f1f5f5;

  padding: 30px;

  border-radius: 30px;
}

.form-control {
  background: #fff;

  /*     margin-bottom: 20px; */

  border: 0px;

  border-radius: 15px;
}

.contact-us-page h3 {
  font-size: 25px;

  font-weight: 600;

  margin-bottom: 30px;
}

button.g-recaptcha.btn.btn-primary {
  border-radius: 30px;

  width: 100%;

  padding: 10px 30px;
}

.form-control:focus {
  color: var(--bs-body-color);

  background-color: var(--bs-body-bg);

  border-color: #08b6b6;

  outline: 0;

  box-shadow: unset;
}

.widget h3 {
  font-size: 28px;

  font-weight: 700;

  padding: 0px 0 14px;

  margin-bottom: 30px;

  position: relative;

  z-index: 1;

  display: inline-block;
}

.widget h3:before {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  width: 30px;

  height: 2px;

  background: #0c5adb;

  transition: 0.5s;
}

.widget.widget_ns_widget .widget-inner {
  padding: 20px 35px 24px;

  border-radius: 20px;

  background-color: rgba(243, 248, 253, 0.30196078431372547);

  border: 2px solid #ffffff;

  margin-bottom: 30px;

  background: #e0f3f1;

  border: 1px solid #a8e3dd;
}

.widget.widget_ns_widget img {
  border-radius: 20px;
}

.widget.widget_ns_widget h4 {
  font-size: 16px;

  font-weight: 600;

  line-height: unset;

  display: inline-block;

  transition: 0.5s;

  margin-bottom: 0px;
}

.widget.widget_ns_widget h3:before {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  width: 30px;

  height: 2px;

  background: #08b6b6;

  transition: 0.5s;
}

.widget.widget_ns_widget h3:hover:before {
  width: 100%;
}

.rounded-image {
  border-radius: 30px;
}

.contact-widget {
  /* min-height: 400px; */

  background: url(/wp-content/themes/ns-aungpinlae/images/widget-bg.png)
    no-repeat #03a5a5;

  background-size: cover;

  color: #fff;

  padding: 30px;

  border-radius: 30px;

  padding-top: 50px;
}

.call-icon {
  position: relative;

  z-index: 1;

  display: block;

  width: 70px;

  height: 70px;

  margin-bottom: 20px;
}

.call-icon i.fas.fa-phone-volume {
  width: 70px;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #10cfcf;

  border-radius: 100%;

  font-size: 30px;
}

.call-icon:before {
  position: absolute;

  content: "";

  top: 35px;

  left: 35px;

  right: 0;

  margin: auto;

  width: 105px;

  height: 105px;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, 0);

  border: 3px solid #10cfcf;

  animation: zoomBig2 2.25s linear infinite;

  -webkit-animation-delay: 0s;

  animation-delay: 0s;

  z-index: -1;
}

.contact-widget a.btn.btn-primary {
  background: #10cfcf;

  border-color: #10cfcf;

  width: 100%;
}

.sticky {
  position: sticky;

  top: 10px;
}

.details h1,
.details h2,
.details h3,
.details h4,
.details h5,
.details h6 {
  color: rgba(6, 148, 148, 1);

  font-weight: 600;
}

.theme-inner-banner img.img-fluid {
  min-height: 200px;

  object-fit: cover;

  object-position: right;
}

.doctor-box {
  text-align: center;

  margin-bottom: 30px;
}

.doctor-box img {
  width: 186px;
  height: 186px;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.5s linear;
}

.doctor-box:hover img {
  transform: scale(1.1);
  transition: 0.5s linear;
}

.doctor-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: rgb(255 255 255);
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(rgba(212, 228, 242, 0.6) 0px 20px 50px);
  background-image: linear-gradient(
    rgba(237, 247, 255, 0) 0%,
    rgba(255, 255, 255, 01) 86%
  );
  margin-bottom: 30px;
  /* padding: 52px 30px 30px; */
  border-radius: 10px;
  overflow: hidden;
}

.doctor-box h2 {
  font-size: 25px;
  margin-top: -50px;
}

.doctor-box h2 span {
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
}

.doctor-box .img-box-wrap {
  width: 100%;
  margin-bottom: 30px;
  background: #069494;
  padding: 30px;
  width: 100%;
  background: url(/wp-content/themes/ns-aungpinlae/images/widget-bg.png)
    no-repeat #069494;
  background-size: 100%;
}

.doctor-box .img-box {
  position: relative;

  z-index: 21;

  display: inline-block;
}

.doctor-box .img-box::before {
  content: "";

  position: absolute;

  top: -10px;

  left: -10px;

  width: 206px;

  height: 206px;

  z-index: 2;

  border-width: 1px;

  border-style: solid;

  border-color: rgba(0, 0, 0, 0.07);

  border-image: initial;

  transition: 0.5s linear;

  border-radius: 50%;
}

.doctor-box:hover .img-box::before {
  border: 10px solid rgb(8 182 182);
}

.doctor-box::before {
  content: "";

  position: absolute;

  top: 0px;

  left: 0px;

  width: 0px;

  height: 0px;

  z-index: -1;

  opacity: 0;

  border-top: 2px solid rgb(8 182 182);

  border-left: 2px solid rgb(8 182 182);

  transition: 0.5s linear;
}

.doctor-box:hover::before {
  width: 100%;

  height: 100%;

  opacity: 1;

  border-radius: 10px;
}

.doctor-box::after {
  content: "";

  position: absolute;

  bottom: 0px;

  right: 0px;

  width: 0px;

  height: 0px;

  z-index: -1;

  opacity: 0;

  border-bottom: 2px solid rgb(8 182 182);

  border-right: 2px solid rgb(8 182 182);

  transition: 0.5s linear;
}

.doctor-box:hover::after {
  width: 100%;

  height: 100%;

  opacity: 1;

  border-radius: 10px;
}

.doctor-box span.specialities {
  border: 1px solid #08b6b6;
  padding: 2px 12px 4px;
  display: inline-block;
  border-radius: 20px;
  /* margin-top: 10px; */
  transition: 0.2s linear;
  font-size: 14px;
}

.doctor-box:hover span.specialities {
  background-color: #08b6b6;

  color: #fff;
}

span.degree {
  font-size: 15px;
  font-weight: bold;
  /* border-top: 1px solid #ddd; */
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  /* margin-top: 10px; */
  transition: 0.5s linear;
  min-height: 66px;
}

span.degree i:last-child {
  display: none;
}

/* .doctor-img {
    background: #dbdbdb;
    text-align: center;
    border-radius: 20px;
} */

.details .specialities {
  background-color: #08b6b6;
  color: #fff;
  border: 1px solid #08b6b6;
  padding: 2px 12px 4px;
  display: inline-block;
  border-radius: 20px;
  /* margin-top: 10px; */
  transition: 0.5s linear;
  font-size: 14px;
}

/* 

.doctor-box:hover span.degree {

    border-top: 1px solid #08b6b6;

} */
.doctor-box:hover .content-end {
  border-top: 1px solid #08b6b6;
}

.content-end {
  border-top: 1px solid #ddd;
}

.content-end {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.doctor-box .btn-view {
  font-size: 14px;
  border: 1px solid #08b6b6;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08b6b6;
}

.doctor-box:hover .btn-view {
  background-color: #08b6b6;
  color: #fff;
}

nav.custom-pagination {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 20px;

  margin-top: 30px;
}

a.page-numbers {
  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #08b6b6;

  border-radius: 100%;

  color: #fff;
}

span.page-numbers.current {
  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #008686;

  border-radius: 100%;

  color: #fff;
}

.single-doctor td,
.single-doctor th {
  height: 50px;

  vertical-align: middle;

  background: transparent;
}

.single-doctor table,
.single-doctor th {
  background: transparent;

  margin: 0;
}

.partner-box img {
  margin: auto;
}

/* .timetable {

    background: linear-gradient(68deg, rgb(255 255 255 / 20%), rgb(6 148 148 / 10%), rgb(255 255 255 / 70%) 80%);

} */

i.fa-solid.fa-clock {
  color: #08b6b6;

  margin-right: 5px;
}

.gap-10 {
  gap: 10px;
}

.time-box {
  border: 2px solid rgba(234, 234, 234, 1);
  backdrop-filter: blur(7px);
  padding: 6px 5px 10px;
  border-radius: 30px;
  background: url(/wp-content/themes/ns-aungpinlae/images/home/hero-bg.jpg)
    no-repeat center;
  background-size: cover;
  margin-bottom: 10px;
  font-size: 15px;
}

.time-box h5 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  margin: 0;
}

.time-data-box ul {
  list-style: none;
  margin-left: -13px;
}

ul.services {
  list-style: none;
}

ul.services li {
  display: flex;

  align-items: center;

  gap: 20px;

  margin-bottom: 10px;
}

ul.services p {
  margin-bottom: 0px;
}

.services li .img {
  width: 50px;

  height: auto;

  border: 1px solid #03a5a5;

  background: #03a5a5;
}

.services li .img img {
  filter: invert(1);
}

.services li .img {
  width: 50px;

  height: auto;

  border: 1px solid #03a5a5;

  background: #03a5a5;

  padding: 10px;

  border-radius: 100%;
}

ul.services {
  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;
}

ul.services li {
  width: 50%;
  /* two columns */

  box-sizing: border-box;

  padding: 10px;
}

.owl-room-single .owl-nav {
  margin-top: -40px;

  position: relative;
}

.owl-room-single .owl-nav [class*="owl-"] {
  width: 30px;

  background: rgb(59 166 167) !important;

  height: 30px;

  border-radius: 20px;

  color: #fff !important;
}

.owl-room-single img.img-fluid {
  border-radius: 30px;
}

.opportunitiy-content h4 {
  font-size: 21px;
}

.opportunitiy-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 0px 20px;
}

span.salary {
  background: #fffbff;
  border: 1px solid #08b6b6;
  padding: 2px 11px 5px;
  border-radius: 15px;
}

.opportunitiy-box:hover span.salary {
  background: #08b6b6;
  color: #fff;
}

.opportunitiy-header {
  border-bottom: 1px solid #bbc0c0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.opportunitiy-box span.salary {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.service-detail .content h3,
.service-detail .content h2,
.service-detail .content h4,
.service-detail .content h5,
.service-detail .content h6 {
  font-size: 23px;
  font-weight: bold;
  color: rgba(6, 148, 148, 1);
}
.fact-box {
  background: #08b6b6;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  /* width: 200px; */
  text-align: center;
  margin-bottom: 10px;
}
.fact-box .icon i {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.fact-box h6 {
  font-size: 17px;
  font-weight: 700;
  height: 30px;
}
.details .content h1,
.details .content h2,
.details .content h3,
.details .content h4,
.details .content h5,
.details .content h6 {
  font-size: 23px;
}
.service-detail {
  background: url(/wp-content/themes/ns-aungpinlae/images/hero.png) no-repeat
    top center;
}
.findadoctor,
.innerpattern,
.room-type-section,
.category .content {
  background: url(/wp-content/themes/ns-aungpinlae/images/home/pattern-bg.png)
    bottom center;
}
.download-btn {
  display: flex;
  gap: 10px;
}
a:focus-visible {
  outline: none;
}

.patient-info p {
  color: rgba(107, 107, 107, 1);
  text-align: center;
  /* font-size: 16px; */
}
.patient-info h2 span {
  font-weight: 00;
  font-size: 50px;
}
.patient-info h2 {
  font-weight: 900 !important;
  color: rgba(29, 42, 42, 1);
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.patient-info .download-btn {
  display: flex;
  gap: 10px;
  max-width: 300px;
  margin: auto;
}
.patient-info .app-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.patient-info .app-wrapper:before {
  position: absolute;
  content: "";
  background: #08b6b6;
  width: 467px;
  height: 467px;
  z-index: -1;
  border-radius: 100%;
  top: 50%;
  transform: translate(0%, -50%);
}
.vdw_gallery img {
    border-radius: 10px;
}
@media (max-width: 991px) {
  .patient-info h2 span {
    font-size: 25px;
  }
  .patient-info h2 {
    font-size: 50px;
  }
  .patient-info .app-wrapper {
    overflow: hidden;
  }
  .patient-info .app-wrapper:before {
    position: absolute;
    content: "";
    background: #08b6b6;
    width: 400px;
    height: 400px;
    z-index: -1;
    border-radius: 100%;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 768px) {
  ul.services li {
    width: 100%;
    /* full width on small screens */
  }
}

@keyframes zoomBig2 {
  0% {
    transform: translate(-50%, -50%) scale(0.5);

    opacity: 1;

    border-width: 7px;
  }

  40% {
    opacity: 0.5;

    border-width: 5px;
  }

  65% {
    border-width: 4px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);

    opacity: 0;

    border-width: 2px;
  }
}

@media (min-width: 992px) {
  .about-us-page .primary-light-bg .col-lg-2 {
    flex: 0 0 auto;

    width: 15.666667%;
  }

  li#menu-item-199 {
    display: none;
  }
	 ul#menu-main-menu li:last-child {
		display: none;
	}
}

@media (max-width: 1199px) {
  .leadership-wrapper .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .about-us-page p {
    text-align: left;
  }

  .about-us-page .subtitle {
    font-size: 18px;
  }

  .primary-light-bg .col-lg-2 {
    margin-bottom: 0px;
  }

  .about-us-page .primary-light-bg p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  .about-us-page
    .primary-light-bg
    .row.justify-content-between.align-items-center {
    align-items: flex-start !important;
  }

  .about-us-page .primary-light-bg {
    background-color: rgba(222, 249, 240, 1);

    padding: 30px 0px;

    text-align: center;
  }

  h1.title {
    font-size: 20px;
  }

  #breadcrumbs {
    font-size: 15px;
  }

  .leader-card {
    margin-left: 0px;

    flex-direction: column;

    margin-top: 100px;

    margin-bottom: 0px;
  }

  .leader-card .leader-content {
    width: 100%;
  }

  .leader-photo img {
    margin-right: 0;

    margin-top: -100px;
  }

  .leader-photo {
    margin-left: unset;

    margin-right: auto;

    margin-bottom: 10px;
  }

  .opportunity h2:after {
    position: absolute;

    left: 10px;
  }

  .pd-100 {
    padding-top: 40px;

    padding-bottom: 40px;
  }

  .owl-partners {
    margin-bottom: -206px;

    margin-top: 0px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
  }

  .d-flex.follow {
    margin-bottom: 20px;
  }

  footer .service ul {
    margin-bottom: 0;
  }

  footer .service {
    flex-wrap: wrap;
  }

  footer h4 {
    font-size: 18px;

    font-weight: 700;

    margin-bottom: 10px;

    margin-top: 20px;
  }

  .home h2 {
    font-size: 24px !important;
  }

  .hero-right {
    padding: 20px;

    margin-top: 20px;
  }

  .hero-box h3 {
    font-size: 15px;
  }

  .finddoctorform {
    background-size: cover;
  }

  input.form-control,
  .custom-select {
    margin-bottom: 15px;
  }

  .finddoctorform button.btn.btn-primary {
    width: 100%;
  }

  .hero-section {
    padding-bottom: 30px;
  }

  @media (max-width: 991.98px) {
    .hero-section {
       padding-bottom: 0;                      /* Optional: remove border on mobile */
    }
  }
  .service-box {
    background: #fff;

    color: rgba(77, 77, 77, 1);

    border-radius: 30px;

    margin-bottom: 20px;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .subtitle {
    font-size: 18px;
  }

  .opportunity p {
    font-size: 15px;

    line-height: 29px;

    color: rgb(50, 50, 50);

    max-width: 638px;

    text-align: justify;
  }

  .service-box .icon {
    width: 79px;
    height: 79px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 0px;
    margin: auto;
	margin-bottom: 10px;
  }

  .opportunity h2 {
    padding-left: 20px;
  }

  .service-box h3 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    min-height: 36px;
  }

  .download-btn {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .leadership-wrapper .grid-cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .primary-light-bg .col-lg-2 {
    margin-bottom: 20px;
  }

  .leadership-wrapper .grid-cols-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero-services {
  margin-top: -190px;
  position: relative;
  z-index: 9999;
  margin-bottom: 100px;
}

/* coming Soon */
.hospital-coming-soon__logo {
  margin-top: 60px;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}

.hospital-coming-soon__title {
  font-size: 3rem;
  color: rgb(6, 148, 148);
  font-weight: 700;
  margin-bottom: 15px;
}

.hospital-coming-soon__subtitle {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 35px;
}

.hospital-coming-soon__home-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: rgb(6, 148, 148);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition:
    background 0.3s,
    transform 0.2s;
  margin-bottom: 60px;
}

.hospital-coming-soon__home-btn:hover {
  background-color: rgb(7, 173, 173);
  transform: translateY(-3px);
  color: #fff;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Responsive */
@media (max-width: 576px) {
  .hospital-coming-soon__title {
    font-size: 2.2rem;
  }
  .hospital-coming-soon__subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .home-slider,
  .home-slider .carousel-inner,
  .home-slider .carousel-item {
    height: 450px;
  }

  .carousel-caption {
    bottom: 80px;
  }

  .hero-services {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .home-slider,
  .home-slider .carousel-inner,
  .home-slider .carousel-item {
    height: 350px;
  }

  .carousel-caption h2 {
    font-size: 24px;
  }
}
