@charset "UTF-8";
/* SCSS HEX */
/* SCSS HSL */
/* SCSS RGB */
/* SCSS Gradient */
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Thin-X3ru7p2.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light-cbnGKGn.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular-9olGQnE.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold-rwvmGqI.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black-kRTwDhC.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-ThinItalic-GHJnqQo.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-LightItalic-p6-ClM_.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular-9olGQnE.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BoldItalic-Zu_7pCV.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BlackItalic-n1iR0pG.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.btn-primary {
  background-color: rgb(25, 42, 81);
  border: none;
}

.button-action {
  background-color: #fbc937;
  color: #353e45;
  padding: 20px 40px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  border-radius: 5px;
  font-size: 45px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.custom-button2 {
  background-color: #081253;
  color: #ffffff;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.custom-button {
  background-color: rgb(25, 42, 81);
  color: #ffffff;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.call-button {
  background-color: rgb(25, 42, 81);
  color: #ffffff;
  width: 65%;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.custom-button-red {
  background-color: rgb(150, 122, 161);
  color: #ffffff;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.border-button {
  background-color: #f6fbfd;
  color: #26262c;
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #b0d0e5;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}

.border-button:hover {
  background-color: rgb(25, 42, 81);
  color: #ffffff;
  border: 2px solid rgb(25, 42, 81);
}

.custom-button i {
  margin: 0 5px;
}

.fas.left {
  margin-left: auto; /* Push the arrow to the right side */
  position: absolute;
  left: 15px; /* Distance from right edge */
}

.fas.right {
  margin-left: auto; /* Push the arrow to the right side */
  position: absolute;
  right: 15px; /* Distance from right edge */
}

@media (max-width: 768px) {
  .button-action {
    padding: 8px 30px;
    font-size: 40px;
  }
}
/*.custom-button:hover {*/
/*    background-color: #3949AB; !* Darker shade for hover effect *!*/
/*}*/
/*.custom-button:active {*/
/*    background-color: #303F9F; !* Even darker shade for active/click effect *!*/
/*}*/
@media only screen and (max-width: 768px) {
  .call-button {
    width: 100%;
  }
}
.iconLocationState {
  background-image: url("../images/fa/location-dot-JFr4ygL.svg");
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 10px;
}

.iconCategory {
  color: rgb(150, 122, 161);
  position: relative;
  background-size: cover;
  display: inline-block;
  float: left;
  top: 10px;
  width: 17px;
  height: 20px;
  margin-right: 10px;
  font-size: 18px;
}

.iconCategoryWhite {
  color: #FFFFFF;
  position: relative;
  background-size: cover;
  display: inline-block;
  float: left;
  top: 7px;
  width: 17px;
  height: 20px;
  margin-right: 10px;
}

.iconList {
  position: relative;
  background-size: cover;
  display: inline-block;
  float: left;
  top: 0px;
  width: 17px;
  height: 20px;
  margin-right: 10px;
  color: rgb(150, 122, 161);
}

.iconSettingsAndAmenities {
  position: relative;
  background-size: cover;
  display: inline-block;
  top: 0px;
  margin-right: 10px;
  color: #FFFFFF;
}

.iconListFacilities {
  position: relative;
  background-size: cover;
  display: inline-block;
  top: 0px;
  margin-right: 10px;
  color: rgb(25, 42, 81);
}

.custom-header {
  position: relative;
  height: 153px;
}

.nav-item {
  padding: 12px 16px;
}

.nav-item:hover {
  transition: width 2s;
  background-color: #f6fbfd;
  border-radius: 5px;
}

.nav-link {
  font-weight: 700;
  font-size: 18px;
  color: #081253;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-sticky {
  height: 52px;
  background-color: #081253;
}
.header-sticky .header-text {
  height: 52px;
  display: grid;
  align-items: center;
  justify-content: end;
  align-content: center;
  text-align: center;
  letter-spacing: 0.5px;
  color: white;
}
.header-sticky .help {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.header-sticky .help a {
  color: white;
  font-style: italic;
}

.navbar-brand {
  display: flex;
}
.navbar-brand img {
  max-height: 50px;
  margin-top: 11px;
  width: auto;
  display: inline-block;
}
.navbar-brand .logo-text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
  color: rgb(25, 42, 81);
  font-size: 32px;
}
.navbar-brand .logo-text em {
  position: relative;
  display: block;
  padding-left: 52px;
  font-size: 18px;
  color: rgba(222, 116, 150, 0.5803921569);
  font-style: italic;
  top: -10px;
}

.navbar {
  background-color: #ffffff;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .nav-item {
    padding: 12px 10px;
  }
  .nav-link {
    font-size: 17px;
  }
}
.highlight {
  background-color: yellow; /* Simple highlight effect */
  color: black;
  padding: 10px;
}

.home-info-blocks {
  height: 100%;
  border-radius: 10px;
  color: #26262c;
  overflow: hidden;
}
.home-info-blocks h3 {
  color: #26262c;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
.home-info-blocks h3:hover {
  color: #2e5bcc;
}
.home-info-blocks .image100 {
  max-width: 100%;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 10px;
}
.home-info-blocks .left-side {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.home-info-blocks .right-side {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.homepage-bg {
  background-color: #f8f9fb;
  border: 1px solid rgb(225, 231, 239);
  overflow: hidden;
  height: 100%;
}

.homepage-first-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6fbfd;
  border: 2px solid #b0d0e5;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.homepage-first-section .form-control {
  line-height: 2.5;
}
.homepage-first-section h1 {
  font-size: 50px;
  font-weight: 700;
}
.homepage-first-section h1 em {
  font-style: normal;
  color: #2e5bcc;
}
.homepage-first-section .cover-img {
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0px 0px 40px rgba(38, 38, 44, 0.15);
}

.homepage-second-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.homepage-second-section h2 {
  font-size: 45px;
  font-weight: 700;
}
.homepage-second-section .description {
  font-size: 20px;
}

@media (max-width: 768px) {
  .home-info-blocks .left-side {
    border-radius: 10px 10px 0px 0px;
  }
  .home-info-blocks .right-side {
    border-radius: 0px 0px 10px 10px;
  }
  .homepage-first-section {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .home-info-blocks .left-side {
    border-radius: 10px 10px 0px 0px;
  }
  .home-info-blocks .right-side {
    border-radius: 0px 0px 10px 10px;
  }
  .cover-img {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cover-img {
    width: 100%;
    height: 100%;
  }
  .home-info-blocks h3 {
    font-size: 20px;
  }
}
.facilityBackground {
  background-color: #3EB489;
  border-radius: 5px;
  color: #ffffff;
}
.facilityBackground h3 {
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

.card-title {
  color: rgb(25, 42, 81);
}
.card-title a {
  color: rgb(25, 42, 81);
}
.card-title a:hover {
  color: #2e5bcc;
}

.facilityCategory {
  height: 100%;
  border-radius: 10px;
  background-color: rgb(25, 42, 81);
  color: white;
  overflow: hidden;
}
.facilityCategory h3 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
.facilityCategory .image100 {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.facility-title {
  color: rgb(25, 42, 81);
  font-size: 36px;
  font-weight: 600;
}

.facility-subtitle {
  color: rgb(25, 42, 81);
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 0px;
}

.facility-title2 {
  color: rgb(25, 42, 81);
  font-size: 1.25rem;
}

.badgeAmenities {
  background-color: rgb(25, 42, 81);
  padding: 10px 16px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.no-img-icon-facility {
  text-align: right;
  display: flex;
  align-items: flex-end; /* Aligns icon to bottom vertically */
  justify-content: flex-end; /* Optional: centers it horizontally */
  height: 100%; /* Make sure this div has a defined height */
}
.no-img-icon-facility i {
  font-size: 214pt;
  color: rgb(25, 42, 81);
}

.no-img-icon-list-facility {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.no-img-icon-list-facility i {
  font-size: 140pt;
  color: rgb(25, 42, 81);
}

/**
NearByFacility, list facilities as box
 */
.list-facilites-box {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 13px 0px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 10px;
  height: 100%;
  color: rgb(25, 42, 81);
}
.list-facilites-box a {
  color: rgb(25, 42, 81);
}
.list-facilites-box .image {
  border-radius: 10px 10px 0px 0px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.list-facilites-box .title {
  font-size: 19px;
  font-weight: 600;
  height: 65px;
}
.list-facilites-box .text {
  padding: 20px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.25rem;
}
.list-facilites-box .category {
  border: 2px solid #b0d0e5;
  border-radius: 5px;
  padding: 4px;
  display: inline-block;
  background-color: #f6fbfd;
}
.list-facilites-box p {
  font-size: 16px;
}

/**
Facility Sidebar
 */
.highligtFacilityInfo {
  width: 100%;
  margin-top: 0px;
  min-height: 200px;
  border: 1px solid rgb(225, 231, 239);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  padding: 10px 20px;
}
.highligtFacilityInfo .active {
  color: #26262c;
  background: #f6fbfd;
  border: 2px solid #b0d0e5;
  border-radius: 5px;
  font-weight: 500;
}

#carouselFacility img {
  border-radius: 10px;
}

/** facility reviews **/
.g-review-list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 24px;
}

@media (max-width: 992px) {
  .facility-title {
    font-size: 24px;
  }
  .g-review-list {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 24px;
  }
}
.g-review {
  display: flex;
  flex-direction: column;
  padding: 16px;
  position: relative;
  border-radius: 8px;
  background-color: #f6fbfd;
}

/** this class inside g-review **/
.g-userDetails {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 0 12px;
  align-items: center;
  margin: 0 0 12px;
  line-height: 20px;
}

.g-profilePhotoUrl {
  grid-row: 1/3;
  grid-column: 1/2;
}

.g-authorName {
  grid-row: 1/2;
  grid-column: 2/3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.g-authorName a {
  color: rgb(25, 42, 81);
}
.g-authorName a:hover {
  color: #2e5bcc;
}

.g-timeAgo {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 14px;
  color: #6c6c79;
}

.g-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  line-height: 1.125rem;
}

.g-short-text {
  min-height: 100px;
}

.fa-star:before {
  content: "\f005";
}

.checked {
  color: #ffaa00;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show 3 lines */
  -webkit-box-orient: vertical;
}

/** modal show reviews **/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: white;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  position: relative;
  display: block;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Reviewer header */
.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review-avatar {
  background-color: #1976d2; /* Google Blue */
  color: white;
  border-radius: 50%;
  font-weight: bold;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 12px;
}

.review-meta {
  display: flex;
  flex-direction: column;
}

.review-name {
  font-weight: bold;
}

.review-time a {
  color: #1976d2;
  text-decoration: none;
  font-size: 0.9em;
}

/* Review text */
.review-body {
  font-size: 0.95em;
  line-height: 1.5;
  color: #333;
}

/** end f. reviews **/
@media (max-width: 1200px) {
  .list-facilites-box .title {
    font-size: 18px;
  }
}
.page-link {
  background-color: #FFFFFF;
  color: rgb(25, 42, 81);
}

.active > .page-link, .page-link.active {
  background-color: rgb(25, 42, 81);
  border-color: rgb(25, 42, 81);
}

/* SCSS HEX */
/* SCSS HSL */
/* SCSS RGB */
/* SCSS Gradient */
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Thin-X3ru7p2.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light-cbnGKGn.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular-9olGQnE.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold-rwvmGqI.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black-kRTwDhC.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-ThinItalic-GHJnqQo.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-LightItalic-p6-ClM_.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular-9olGQnE.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BoldItalic-Zu_7pCV.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BlackItalic-n1iR0pG.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/**
List facility
 */
.card {
  border: 0;
}

.facility-card {
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 13px 0px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 5px;
  padding: 30px;
}

.facility-card img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.facility-card .card-body {
  padding: 0px;
}
.facility-card .card-body .phone {
  color: #212529;
}
.facility-card .card-body img {
  width: 100%;
}

.facility-card .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.facility-card .card-text {
  color: #26262c;
}

.facility-card .btn {
  font-weight: 600;
  width: 100%;
  background-color: rgb(25, 42, 81);
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.badge-list {
  font-size: 14px;
  font-weight: 500;
}

.badgeListFacilities {
  background-color: #f8f9fa;
  color: rgb(25, 42, 81);
  padding: 6px 11px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.scrollbox {
  overflow-y: scroll;
  height: 200px;
}

.col-form-label {
  font-size: 20px;
  font-weight: 500;
}

.google-map-container {
  position: relative;
  padding-bottom: 76%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 0;
}

.responsive-google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
}

/** css for listing cities in {state}  **/
.state-location-list nav span.nearby {
  flex-basis: auto;
  padding: 0 0.8rem;
}

.state-location-list nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

.state-location-list nav span {
  flex: 0 0 45px;
  height: 45px;
  border-radius: 0.25rem;
  border: 1px solid #d7dfef;
  cursor: pointer;
}

/** end css for listing cities in {state}  **/
.breadcrumb {
  font-size: 14px;
  margin-bottom: 10px;
}
.breadcrumb .breadcrumb-item a {
  color: rgb(25, 42, 81);
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  clear: both;
  float: none;
  --bs-breadcrumb-divider: "•";
  color: #b0d0e5;
}

.breadcrumb-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
}

.breadcrumb {
  flex-wrap: nowrap;
}

.breadcrumb-wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar on WebKit browsers */
}

@media (min-width: 1200px) {
  .article-container {
    max-width: 1096px;
  }
}
@media (min-width: 1400px) {
  .article-container {
    max-width: 1096px;
  }
}
.article-background {
  background: rgba(100, 166, 196, 0.5019607843);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.article-background .shadow {
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.article-background h1 {
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 40px;
}
.article-background h2 {
  display: inline-block;
  color: #26262c;
  font-size: 25px;
  padding: 3px 10px;
  background-color: rgba(245, 246, 248, 0.8);
}

.article-description {
  margin-top: -10rem;
  background: white;
  border-radius: 10px;
  border: 1px solid #d7dfef;
  padding: 1.5rem 1.75rem;
  line-height: 32px;
}
.article-description h2 {
  padding: 10px 0px;
  background: 0;
  color: #26262c;
  font-weight: 700;
  font-size: 32px;
}
.article-description h3 {
  font-size: 24px;
  margin-bottom: 0.75rem;
  color: #26262c;
}
.article-description p {
  margin-bottom: 1.2rem;
  font-size: 18px;
  color: #26262c;
}
.article-description li {
  font-size: 18px;
  color: #26262c;
  margin-bottom: 5px;
}
.article-description img {
  position: relative;
  max-width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border-radius: 10px 10px 0 0;
}
.article-description figcaption {
  padding-left: 10px;
  border-radius: 0px 0px 5px 5px;
  text-align: end;
}
.article-description .article-section-img-w100 {
  display: block;
  width: 100%;
}
.article-description .article-section-img-w100 .img-w100 {
  width: 100%;
}
.article-description .article-section-img-w100 figcaption {
  display: block;
  text-align: right;
  background-color: unset;
  word-wrap: break-word;
}
.article-description .article-section-img {
  float: right;
  width: 10%;
  min-width: 48%;
  margin-left: 5px;
}
.article-description .article-section-img figcaption {
  float: right;
  background-color: unset;
  word-wrap: break-word;
}
.article-description table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
}
.article-description table > tbody {
  vertical-align: inherit;
}
.article-description table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.article-description #carouselArticles {
  border-radius: 10px;
  overflow: hidden;
}

.image-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.image-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.clickable-image {
  cursor: pointer;
  max-width: 100%;
  transition: transform 0.3s;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 3rem;
  color: white;
  cursor: pointer;
  z-index: 3;
}

.article-datetime {
  padding: 2px 10px;
  border-radius: 5px;
  background-color: rgba(245, 246, 248, 0.8);
}

.article-sidebar {
  display: block;
  height: 100%;
}
.article-sidebar .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 170px;
  max-height: calc(100vh - 170px); /* Make sure it fits in viewport */
  overflow-y: auto; /* Allow vertical scrolling */
}
.article-sidebar .fix-minus-mt-top {
  margin-top: -15px;
}
.article-sidebar .grey-bg {
  background-color: #f5f6f8;
  border-radius: 10px;
  padding: 15px;
}
.article-sidebar .subtitle {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 5px;
}
.article-sidebar .widget-list {
  background: #ffffff;
  padding: 2px 10px;
  list-style: none;
  display: block;
  overflow: unset;
  margin: 0;
  border: 1px solid #d7dfef;
  border-radius: 10px;
}
.article-sidebar .widget-list li {
  height: auto;
  padding: 0.5rem 0;
  border-bottom: 1px solid #d7dfef;
  color: #26262c;
  font-size: 15px;
}
.article-sidebar .widget-list li a {
  color: #26262c;
}
.article-sidebar .widget-list li:last-child {
  border-bottom: 0;
}
.article-sidebar .social-widget-list {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 1rem; /* optional spacing between items */
  background: #ffffff;
  padding: 2px 10px;
  border: 1px solid #d7dfef;
  border-radius: 10px;
}
.article-sidebar .social-widget-list li {
  height: auto;
  padding: 0.5rem 0;
  color: #26262c;
  font-size: 25px;
}
.article-sidebar .social-widget-list li a {
  color: #26262c;
}
.article-sidebar .tags a {
  font-weight: 500;
  color: #26262c;
}

/** next and prev btt for next/prev article **/
.article-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.nav-btn {
  display: inline-block;
  padding: 4px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #26262c;
  background-color: #f6fbfd;
  border: 2px solid #b0d0e5;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.nav-btn:hover {
  background-color: rgb(25, 42, 81);
  color: #ffffff;
  border: 2px solid rgb(25, 42, 81);
}

/** end next/prev btt **/
@media only screen and (max-width: 768px) {
  .article-background {
    height: 250px;
  }
  .article-background h1 {
    font-size: 30px;
    word-wrap: break-word;
  }
  .article-background h2 {
    font-size: 18px;
    padding: 4px 8px;
    word-wrap: break-word;
  }
  .article-description {
    margin-top: -3rem;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .article-description h2 {
    font-size: 20px;
  }
  .article-description h3 {
    font-size: 18px;
  }
  .article-description img {
    width: 100%;
  }
  .article-description .article-section-img {
    width: 100%;
  }
}
.custom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}
.custom-modal .g-modal-content {
  position: relative;
  max-width: 50%;
  max-height: 90%;
}
.custom-modal .g-modal-content img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.custom-modal .modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.custom-modal .prev-btn,
.custom-modal .next-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  padding: 6pt;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6392156863);
}
.custom-modal .prev-btn {
  left: 0px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.custom-modal .next-btn {
  right: 0px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (max-width: 1200px) {
  .custom-modal .g-modal-content {
    position: relative;
    max-width: 95%;
    max-height: 90%;
  }
}
footer {
  background-color: rgb(25, 42, 81);
  color: #fff;
}
footer .footer-container {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
footer .orgs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
footer .orgs img {
  width: auto;
  max-height: 40px;
}
footer p {
  color: #000000;
}
footer small {
  color: #000000;
}
footer small a {
  font-weight: 500;
  color: #2e5bcc;
}
footer a {
  color: rgb(25, 42, 81);
}
footer a:hover {
  color: #2e5bcc;
}
footer hr {
  padding: 0px;
  border-bottom: 1px solid #ceced3;
}
footer .widget .h4 {
  font-size: 20px;
  color: rgb(25, 42, 81);
  font-weight: 700;
}
footer .widget ul li:first-child {
  padding-top: 10px;
}
footer .widget ul li {
  color: rgb(25, 42, 81);
  border: 0;
  padding: 0px 0px 11px 0px;
  font-size: 14px;
  font-weight: 600;
}
footer .widget ul li a {
  color: #6c6c79;
}
footer .widget ul li a:hover {
  color: rgb(25, 42, 81);
}

.fixed-footer {
  position: fixed;
  bottom: 30px;
  width: 100%;
  background-color: #007bff;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #000;
  border-radius: 10px;
  padding: 6pt;
  width: 3rem;
  height: 3rem;
}

/**
List states
 */
.list-state-li {
  color: #26262c;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
}

.list-state-li:hover {
  color: #FFFFFF;
  background: #081253;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
  padding: 8px;
  border-radius: 5px;
}

/**
Map
 */
.states-map circle, .states-map path, .states-map rect {
  fill: #d3dee5;
  stroke: #fff;
  stroke-width: 1px;
  cursor: pointer;
}

.states-map a:hover circle, .states-map a:hover path, .states-map a:hover rect {
  fill: #081253;
}

.states-map a:hover text {
  fill: #fff;
}

.states-map text {
  fill: #081253;
  font-weight: 700;
  line-height: 1rem;
}

.contact-page .graph {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-card {
  border-radius: 5px;
  background-color: aliceblue;
  padding: 18px 18px;
}
.contact-page .list-check {
  display: grid;
  row-gap: 16px;
  font-size: 16px;
  line-height: 1.6;
}
.contact-page .stats {
  gap: 24px;
  display: grid;
  color: #081253;
}
.contact-page .stats .stat {
  align-content: center;
  padding: 16px;
  text-align: center;
  border-radius: 12px;
  background-color: aliceblue;
}
.contact-page .stats .stat .number {
  font-size: 48px;
  font-weight: 700;
}
.contact-page .stats .stat .text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.contact-page .stats .graph {
  grid-column: 2/4;
  grid-row: 1/3;
}
.contact-page .stats .stat:nth-child(2) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.contact-page .stats .stat:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.contact-page .stats .stat:nth-child(4) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.contact-page .stats .stat:nth-child(5) {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media (max-width: 768px) {
  .contact-page .stats {
    display: block;
  }
  .contact-page .stats .stat {
    margin-top: 15px;
  }
}

/* Initially hidden on mobile */
.mobile-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* When shown on mobile */
.mobile-menu.show {
  height: 950px; /** size only for mobile, if we put %size, not working on mobile **/
  max-height: 1000px; /* adjust to fit content */
  opacity: 1;
}

/* Always visible on desktop */
@media (min-width: 768px) {
  .mobile-menu {
    max-height: none;
    opacity: 1;
    overflow: visible;
  }
}
.doctors-no-img {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 179px;
  color: #d3dee5;
}

/** list doctors / state **
 */
.list-short-state-li {
  break-inside: avoid;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
  width: 60px;
  color: #081253;
  background-color: #d3dee5;
  font-weight: 600;
  text-decoration: underline;
  font-size: 21px;
  padding: 12px;
  border-radius: 5px;
}

.list-short-state-li:hover {
  color: #FFFFFF;
  background: #081253;
  font-weight: 600;
  text-decoration: underline;
}

.sidebar-short-state-columns {
  column-count: 4;
  column-gap: 1rem;
  list-style: none;
  padding: 0;
}

/** css for display states on index page **/
.short-state-columns {
  column-count: 13;
  column-gap: 1rem;
  list-style: none;
  padding: 0;
}

@media (max-width: 992px) {
  .short-state-columns {
    column-count: 7;
  }
}
@media (max-width: 768px) {
  .short-state-columns {
    column-count: 5;
    column-gap: 1rem;
    list-style: none;
  }
}
@media (max-width: 576px) {
  .short-state-columns {
    column-count: 4;
  }
}
/**
End list doctors/state
 */
/** article sidebar list states ***/
.article-sidebar-short-state-columns {
  column-count: 6;
  column-gap: 1rem;
  list-style: none;
  padding: 0;
}
.article-sidebar-short-state-columns .list-short-state-li {
  break-inside: avoid;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
  width: 45px;
  color: #081253;
  background-color: #d3dee5;
  font-weight: 600;
  text-decoration: underline;
  font-size: 17px;
  padding: 8px;
  border-radius: 5px;
}
.article-sidebar-short-state-columns .list-short-state-li:hover {
  color: #FFFFFF;
  background: #081253;
  font-weight: 600;
  text-decoration: underline;
}

/**
end article sidebar list states
 */
.blurred {
  filter: blur(15px);
  transition: filter 0.4s ease;
}

.blur-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.blur-overlay.hidden {
  opacity: 0;
}

a {
  text-decoration: none !important;
}

.img-round {
  border-radius: 8rem;
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  max-width: 100%;
  height: auto;
}

h1 {
  color: #26262c;
  font-size: 36px;
}

h2 {
  color: #26262c;
  font-size: 30px;
  border-radius: 5px;
  padding: 10px 10px;
}

h3 {
  color: #26262c;
}

h5 {
  color: #26262c;
  background: rgba(13, 94, 87, 0.031372549);
  padding: 10px 10px;
}

.h-padding-10 {
  background: rgba(13, 94, 87, 0.031372549);
  padding: 10px 10px;
}

.bg-\[\#E1E7EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 231 239/var(--tw-bg-opacity));
}

.w-1\/2 {
  width: 50%;
}

.h-\[1px\] {
  height: 1px;
}

.text-base {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(103 125 149/var(--tw-text-opacity));
}

.bg-light {
  background-color: #f8f9fa !important;
}

.jumbotron {
  background-color: #f8f9fb;
  border: 1px solid rgb(225, 231, 239);
  padding: 4rem 2rem;
  border-radius: 0;
}

.jumbotron h1 {
  color: #26262c;
  font-weight: 400;
}

.jumbotron p {
  color: #555;
}

.service-icon {
  font-size: 3rem;
  color: rgb(25, 42, 81);
}

.service-title {
  color: rgb(25, 42, 81);
}

/*# sourceMappingURL=app.output.css.map */
