﻿/* FONTS */
@import url(../css/clash-display.css);

/* VARIABLES */
:root {
  --c-dark: #333333;
  --c-brand: #003366;
  --c-brand-light: #87ceeb;
  --c-secondary: #ff8a02;
  --c-brand-rgb: 240, 0, 120;
  --c-body: #727272;
  --c-box: #d5d8e7;
  --font-base: "Roboto", sans-serif;
  --box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.164);
  --transition: all 0.5s ease;
}

/* RESET & HELPERS */
body {
  font-family: var(--font-base);
  line-height: 1.7;
  color: var(--c-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  color: var(--c-dark);
}

a {
  text-decoration: none;
  color: var(--c-brand);
  transition: var(--transition);
}

a:hover {
  color: var(--c-brand-light);
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.theme-shadow {
  box-shadow: var(--box-shadow);
}

/* IMAGE ZOOM */
.image-zoom {
  position: relative;
  overflow: hidden;
}

.image-zoom-warpper {
  position: relative;
  overflow: hidden;
}

.image-zoom-warpper img {
  transition: var(--transition);
}

.image-zoom:hover .image-zoom-warpper img {
  transform: scale(1.1);
}

/* NAVBAR */
.navbar {
  box-shadow: var(--box-shadow);
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--c-dark);
}

.navbar-nav .nav-link:hover {
  transform: scale(1.05);
  transition: ease 0.05s;
}

.navbar-nav .nav-link.active {
  color: var(--c-secondary);
}

/* BUTTON */
.btn {
  font-weight: 600;
  font-size: 14px;
  /* text-transform: uppercase; */
  border-radius: 0;
  padding: 10px 24px;
}

.btn-brand {
  background-color: var(--c-brand);
  border-color: var(--c-brand);
  color: white;
}

.btn-light:hover {
  background-color: rgba(255, 255, 255, 0.863);
  border-color: rgba(255, 255, 255, 0.863);
  transform: scale(1.01);
}

.btn-brand:hover {
  background-color: var(--c-brand-light);
  border-color: var(--c-brand-light);
  color: white;
  transform: scale(1.01);
}
.btn-primary {
  background: linear-gradient(
    to right,
    rgba(0, 51, 102, 1),
    rgba(43, 113, 178, 1),
    rgba(64, 144, 217, 1)
  ) !important;
  border: none !important;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 24px;
  font-family: "Manrope", sans-serif;
}

.btn-primary:hover {
  background: linear-gradient(
    to left,
    rgba(0, 51, 102, 1),
    rgba(43, 113, 178, 1),
    rgba(64, 144, 217, 1)
  ) !important;
}

.btn-custom {
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
}

/* MAIN */
#main {
  background: linear-gradient(
      89.62deg,
      rgba(0, 51, 102, 0.6) 0.28%,
      rgba(43, 113, 179, 0.6) 49.96%,
      rgba(64, 144, 217, 0.6) 74.8%,
      rgba(75, 160, 236, 0.6) 87.22%,
      rgba(80, 167, 245, 0.6) 93.43%,
      rgba(86, 175, 255, 0.6) 99.64%
    ),
    url(../images/h1.png);
  background-position: center;
  background-size: cover;
}
#main-about {
  background: linear-gradient(
      89.62deg,
      rgba(0, 51, 102, 0.6) 0.28%,
      rgba(43, 113, 179, 0.6) 49.96%,
      rgba(64, 144, 217, 0.6) 74.8%,
      rgba(75, 160, 236, 0.6) 87.22%,
      rgba(80, 167, 245, 0.6) 93.43%,
      rgba(86, 175, 255, 0.6) 99.64%
    ),
    url(../images/aboutus.png);
  background-position: center;
  background-size: cover;
}
#main-services {
  background: linear-gradient(
      89.62deg,
      rgba(0, 51, 102, 0.6) 0.28%,
      rgba(43, 113, 179, 0.6) 49.96%,
      rgba(64, 144, 217, 0.6) 74.8%,
      rgba(75, 160, 236, 0.6) 87.22%,
      rgba(80, 167, 245, 0.6) 93.43%,
      rgba(86, 175, 255, 0.6) 99.64%
    ),
    url(../images/hospitalimage.png);
  background-position: center;
  background-size: cover;
}
#main-blogs {
  background: linear-gradient(
      89.62deg,
      rgba(0, 51, 102, 0.6) 0.28%,
      rgba(43, 113, 179, 0.6) 49.96%,
      rgba(64, 144, 217, 0.6) 74.8%,
      rgba(75, 160, 236, 0.6) 87.22%,
      rgba(80, 167, 245, 0.6) 93.43%,
      rgba(86, 175, 255, 0.6) 99.64%
    ),
    url(../images/technologyhospital.jpg);
  background-position: center;
  background-size: cover;
}
#main-blogdetail {
  background: linear-gradient(
      89.62deg,
      rgba(0, 51, 102, 0.6) 0.28%,
      rgba(43, 113, 179, 0.6) 49.96%,
      rgba(64, 144, 217, 0.6) 74.8%,
      rgba(75, 160, 236, 0.6) 87.22%,
      rgba(80, 167, 245, 0.6) 93.43%,
      rgba(86, 175, 255, 0.6) 99.64%
    ),
    url(../images/rectangle.png);
  background-position: center;
  background-size: cover;
}
#main-blogs-details {
  background: linear-gradient(
      89.62deg,
      rgba(0, 51, 102, 0.6) 0.28%,
      rgba(43, 113, 179, 0.6) 49.96%,
      rgba(64, 144, 217, 0.6) 74.8%,
      rgba(75, 160, 236, 0.6) 87.22%,
      rgba(80, 167, 245, 0.6) 93.43%,
      rgba(86, 175, 255, 0.6) 99.64%
    ),
    url(../images/rectangle.png);
  background-position: center;
  background-size: cover;
}

/* SECTION TITLE */
.section-title {
  margin-bottom: 40px;
}

#about .section-title .line {
  width: 50px;
  height: 4px;
  background-color: var(--c-brand);
  margin: 16px auto 24px auto;
}

#services .section-title .line {
  width: 200px;
  height: 4px;
  background-color: var(--c-brand);
  margin: 16px auto 24px auto;
}

#portfolio .section-title .line {
  width: 80px;
  height: 4px;
  background-color: var(--c-brand);
  margin: 10px auto 24px auto;
}

#testimonial .section-title .line {
  width: 150px;
  height: 4px;
  background-color: var(--c-brand);
  margin: 16px auto 24px auto;
}

.section-title .p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Ai&technology */
.circle-bg {
  width: 40px; /* Adjust size to match your Ellipse image */
  height: 40px;
  background-image: url("../images/ellipse5.png"); /* Your background image */
  /* background-image: url("/assets/images/ellipse5.png"); */
  background-size: cover; /* Ensures full coverage */
  border-radius: 50%; /* Fallback for perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.circle {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 160px;
}

@media (max-width: 768px) { /* or whatever breakpoint you use for vertical layout */
  .circle {
    display: none;
  }
}
/* ICONBOX */
.iconbox {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--c-brand-rgb), 0.2);
  color: var(--c-brand);
  font-size: 34px;
  flex: none;
}

/* SERVICES */
.service {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.service::after {
  content: "";
  width: 0;
  height: 0;
  background: rgba(var(--c-brand-rgb), 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: var(--transition);
}

.service:hover::after {
  width: 100%;
  height: 100%;
  background: var(--c-brand);
  z-index: -1;
}

.service:hover h5,
.service:hover p {
  color: white;
}

.service:hover .iconbox {
  background: rgba(255, 255, 255, 0.103);
  color: white;
}

/* COUNTER */
#counter {
  background: linear-gradient(
      rgba(var(--c-brand-rgb), 0.7),
      rgba(var(--c-brand-rgb), 0.7)
    ),
    url(../images/counter.png);
  background-position: center;
  background-size: cover;
}

/* PORTFOLIO */
.portfolio-item1 .iconbox {
  background-color: var(--c-brand);
  color: white;
  position: absolute;
  bottom: 30%;
  left: 20%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.portfolio-item1:hover .iconbox {
  opacity: 1;
  left: 50%;
}

.portfolio-item2 .iconbox {
  background-color: var(--c-brand);
  color: white;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.portfolio-item2:hover .iconbox {
  opacity: 1;
  top: 50%;
}
.portfolio-item3 .iconbox {
  background-color: var(--c-brand);
  color: white;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.portfolio-item3:hover .iconbox {
  opacity: 1;
  bottom: 35%;
}

.portfolio-item4 .iconbox {
  background-color: var(--c-brand);
  color: white;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.portfolio-item4:hover .iconbox {
  opacity: 1;
  right: 30%;
}

/* REVIEW */
.review small {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--c-brand);
}

.review-head {
  position: relative;
}

.review-head::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -14px;
  background-color: white;
  transform: rotate(45deg);
}

/* CONTACT */
#contact {
  position: relative;
  z-index: 2;
}

#contact::after {
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(
      rgba(var(--c-brand-rgb), 0.8),
      rgba(var(--c-brand-rgb), 0.8)
    ),
    url(../images/counter.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#contact .form-control {
  border-radius: 0;
  border-color: var(--c-body);
  border-width: 1.5px;
}

#contact .form-control:focus {
  border-radius: 2px;
  box-shadow: none;
  border-color: var(--c-brand);
  transform: scale(1.01);
}

/* FOOTER */
footer p {
  color: rgba(255, 255, 255, 0.788);
}

.footerline {
  width: 100%;
  height: 2px;
  margin-top: 2em;
  background-color: var(--c-brand);
}

.social-icons .social {
  display: inline-flex;
}

.social-icons .social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.055);
  border-radius: 100px;
}

.social-icons .social a:hover {
  background-color: var(--c-brand);
  color: white;
}

.text-gradient {
  background: linear-gradient(
    to right,
    rgba(0, 51, 102, 1),
    rgba(43, 113, 178, 1),
    rgba(64, 144, 217, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient {
  background: linear-gradient(
    to right,
    rgba(0, 51, 102, 1),
    rgba(43, 113, 178, 1),
    rgba(64, 144, 217, 1)
  );
}

.text-gradient1 {
  background: linear-gradient(
    270.2deg,
    #ff8b00 0.14%,
    #c74c00 49.98%,
    #ab2c00 74.9%,
    #8f0c00 99.82%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-text a {
  color: #77808b;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
}
.email {
  color: #77808b;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  margin-top: 26px;
}

.text-black {
  color: var(--c-dark);
}
.card {
  background-color: #ffffff;
  border: none;
}
.responsive-circle {
  background-color: var(--c-box);
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

@media (min-width: 640px) {
  .responsive-circle {
    width: 110px;
    height: 108px;
  }
}

@media (min-width: 768px) {
  .responsive-circle {
    width: 120px;
    height: 115px;
  }
}
@media (max-width: 991px) {
  .mission-container .reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .responsive-circle {
    width: 129px;
    height: 126px;
  }
  .achc-newsletter {
    align-items: end;
  }
}

/* sections 2 */
.landing-container {
  display: flex;
  flex-direction: column;
  /* max-height: 100vh; */
}

.hero-section {
  display: flex;
  flex-direction: column;
  padding-top: 75px;
  align-items: center;
  position: relative;
  width: 100%;
  /* min-height: 1200px; */
  padding: 120px 80px;
  /* padding-bottom: 120px; */
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-wrapper {
  position: relative;
  max-width: 1136px;
  width: 100%;
  text-align: center;
}

.section-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  background: linear-gradient(90deg, #036, #56afff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading {
 /* margin-top: 40px;*/
  font-size: 54px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1.1;
}
.feature-section {
  margin-top: 20px;
}
.feature-section h1 {
  display: flex;
  justify-content: center;
}
.feature-section h2 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.card-grid {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
  flex-wrap: nowrap;
  padding-bottom: 20px; /* Important: prevent wrapping */
}
.card-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  margin-bottom: 40px;
}

.mission-container {
  padding-top: 75px;
  display: flex;
  gap: 78px !important;
  align-items: center;
  flex-wrap: wrap;
}
.mission-container h2 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2%;
   /*margin-top: 49px;*/
}
 /*
.info-card {
  flex: 0 0 calc(33.3333% - 13.33px); 
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 24px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: calc(33.3333% - 13.33px);
  z-index: 2;
} */

.info-card {
  flex: 0 0 calc(33.3333% - 13.33px); /* 3 cards per view */
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 24px;
  border-radius: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: calc(33.3333% - 13.33px);
  position: relative;
  z-index: 2; /* Make sure it stacks above other elements */
}
.card-title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin-bottom: 20px;
  line-height: 123%;
}

.card-description {
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #000000;
  opacity: 0.7;
  text-align: justify;
  line-height: 180%;
  letter-spacing: 2%;
}

.learn-more-btn {
  margin-top: auto;
  /* margin-top: 25px; */
  align-self: center;
  padding: 16px 24px;
  border-radius: 32px;
  border: 1px solid #036;
  background: linear-gradient(90deg, #036, #56afff);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  text-align: center;
}

.gradient-btn {
  /* margin-top: auto; */
  /* margin-top: 25px; */
  flex: inline;
  width: max-content;
  align-self: center;
  padding: 16px 24px;
  border-radius: 32px;
  /* border: 1px solid #036; */
  background: linear-gradient(90deg, #036, #56afff);
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
}
.gradient-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 32px;
  /* border: 1px solid #036; */
  background-color: white; /* Solid white background */
  cursor: pointer;
}

.gradient-text {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
  background: linear-gradient(90deg, #036, #56afff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.login-text {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
  background: linear-gradient(90deg, #036, #56afff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .hero-section {
    padding: 80px 20px;
  }

  .section-heading {
    font-size: 40px;
  }

  .card-grid {
    flex-direction: column;
    gap: 40px;
    transition: transform 0.5s ease-in-out;
  }

  .mission-container {
    flex-direction: column;
    gap:0px !important; /* AA - 15JULY2025 */
    padding-top:50px;/* AA - 15JULY2025 */
padding-bottom: 0px !important; /* AA - 15JULY2025 */
  }
.feature-section{
margin-top:50px; /* AA - 15JULY2025 */
}

  .info-card {
    width: 100%;
  }
}
/* //care card */
.image-container {
  width: 390px;
  height: 306px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}

.gradient {
  color: linear-gradient(to right, #083a79, #3e9ce9);
}

.faq-container {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  font-family: "Helvetica Neue", sans-serif;
}

.faq-item {
  border-top: 1px solid #ccc;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px;
  font-size: 24px;
  font-weight: 800;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  font-family: "Manrope", sans-serif;
}

.faq-question::before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #000;
}

.faq-question.active::before {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #333;
}

.faq-answer.open {
  display: block;
}

.faq-answer ul {
  margin: 10px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.faq-answer ul ul {
  list-style-type: circle;
}
.achc-footer {
  background: linear-gradient(to right, #083a79, #3e9ce9);
  color: white;
  padding-top: 40px;
}
.achc-footer-bottom {
  background-color: #f8f9fa;
  padding: 10px 0;
  font-size: 14px;
}
.achc-footer-logo {
  font-weight: bold;
  font-size: 20px;
}
.achc-footer a {
  text-decoration: none;
  color: white;
}
.achc-footer a:hover {
  text-decoration: underline;
}
.achc-newsletter input[type="email"] {
  border-radius: 50px;
  padding: 8px 16px;
  border: none;
  width: 80%;
  max-width: 250px;
}
.achc-subscribe-btn {
  padding: 12px 24px;
  border-radius: 32px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #003366, #56afff);
  cursor: pointer;

  /* transition: background 0.3s ease; */
}

.achc-subscribe-btn:hover {
  background: linear-gradient(90deg, #002244, #4090d9);
}

.achc-footer-social i {
  font-size: 18px;
  margin-right: 10px;
  color: white;
}
@media (max-width: 767.98px) {
  .achc-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
  .achc-subscribe-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;600&display=swap");

.testimonial-container {
  max-width: 346px;
  padding-top: 34px;
  font-family: "Plus Jakarta Sans", -apple-system, Roboto, Helvetica, sans-serif;
  text-align: center;
}

.testimonial-card {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: -32px 36px 24px rgba(0, 0, 0, 0.04);
  position: relative;
  display: flex;
  margin-top: 34px;
  min-height: 260px;
  width: 100%;
  padding: 66px 24px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.author-info {
  align-self: center;
  z-index: 0;
  display: flex;
  width: 109px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  text-transform: capitalize;
}

.author-name {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.author-title {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 300;
  align-self: center;
  margin: 0;
}

.testimonial-quote {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 300;
  z-index: 0;
  margin: 16px 0 0;
}

.author-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 64px;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -34px;
  transform: translate(-50%, 0);
  height: 64px;
}

.quote-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 41px;
  position: absolute;
  z-index: 0;
  left: 24px;
  top: 24px;
  height: 41px;
}

.healthcare-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.healthcare-card-container {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 24px 80px 24px 20px;
}

@media (max-width: 991px) {
  .healthcare-card-container {
    padding-right: 20px;
  }
}

.healthcare-card-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.healthcare-card-image-wrapper {
  position: relative;
  width: 26%;
  aspect-ratio: 1.611;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 51px 46px;
}

@media (max-width: 991px) {
  .healthcare-card-image-wrapper {
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
  /* .achc-newsletter {
    align-items: end;
  } */
}

.healthcare-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.healthcare-icon {
  width: 42px;
  object-fit: contain;
  z-index: 1;
}

.healthcare-card-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1b263b;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.healthcare-title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  margin: 0;
  line-height: 1.2;
}

.healthcare-description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 16px;
  line-height: 1.4;
}

.healthcare-date {
  margin-top: 24px;
  color: #9e9e9e;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.card-title {
  font-weight: bold !important;
}

.card-description {
  opacity: 1;
}

.fs-54 {
  font-size: 54px;
}

/* bolgs-detail styling */

.form-container {
  max-width: 60%;
  margin: auto;
  border-radius: 12px;
  padding: 24px;
}

.input-wrapper {
  position: relative;
  margin-top: 40px;
}

.form-label {
  position: absolute;
  top: -19px;
  left: 13%;
  transform: translateX(-50%);
  font-weight: 500;
  color: #1e1e1e;
  background-color: white;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 140%;
  z-index: 2;
}

.form-control {
  border-radius: 25px;
  padding: 15px 2px 15px 0px;
  border: 1px solid #ced4da;
}

.input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  z-index: 1;
}
.form-title {
  display: flex;
  justify-content: center;
  line-height: 120%;
  font-size: 40px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #1b263b;
}
.contact-container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
  }

  .contact-col {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 4.5rem; /* Equivalent to display-3 */
    line-height: 1.2;
    margin: 0;
  }

  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 320px) {
    .contact-container {
      max-width: 540px;
    }
.section-heading{
  margin-top: 20px;  /* AA -22July */
}
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .contact-container {
      max-width: 720px;
    }
   
    .contact-col {
      width: 83.3333%; /* 10/12 columns */
    }
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .contact-container {
      max-width: 960px;
    }
    
    .contact-col {
      width: 66.6667%; /* 8/12 columns */
    }
    
    .contact-heading {
      font-size: 5rem; /* Intermediate size */
    }
  }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .contact-container {
      max-width: 1140px;
    }
    
    .contact-col {
      width: 50%; /* 6/12 columns */
    }
    
    .contact-heading {
      font-size: 6rem; /* Equivalent to display-1 */
    }
  }
   /* Mobile styles (default) */
  .hero-content {
    padding-top: 56px;
    height: calc(100vh - 56px);
  }
  
  /* Desktop styles (lg and up) */
  @media (min-width: 992px) {
    .lg-position-absolute {
      position: absolute !important;
      top: 4% !important;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 80%;
    }
    
    .lg-custom-style {
      border-radius: 10px !important;
      padding: 12px !important;
      box-shadow: #87ceeb 0px -50px 36px -28px inset !important;
      z-index: 1000 !important;
    }
    
    .hero-content {
      padding-top: 0 !important;
      height: 100vh;
    }

  }
     title-heading{
    font-size: 70px;
    line-height: 98%;
     letter-spacing: 0;
      font-weight: 600;
      margin-top: 239px;
  }
 @media (max-width:320px){
    #navbarNav {
  background-color: white !important;
  padding: 10px;
}
 }

/* Hide caret */
.nav-link.dropdown-toggle::after {
display: none !important;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0; 
}

.navbar-nav .nav-link.active {
  color: #ff8a02 !important; /* your highlight color */
}

.dropdown-menu {
  z-index: 1050; /* Higher than default navbar */
  position: absolute;
}

.navbarcontainer{
  font-size: 14px !important;
}

.dropdown-item{
  font-size: 12px !important;
}

/* Step 1: Parent must be relatively positioned */
.nav-item.dropdown {
  position: relative;
}

/* Step 2: Center the dropdown below the toggle */
.dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%; /* directly below the menu item */
  z-index: 1000;
}


@media (max-width: 768px) {
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    /* text-align: center; */
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-item {
    white-space: normal; /* prevent cutting long items */
    padding: 4px 8px;
  }
}
@media (max-width: 360px) {
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    /* text-align: center; */
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-item {
    white-space: normal; /* prevent cutting long items */
    padding: 4px 8px;
  }
}
  @media (max-width: 1200px) {
     .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 80%;
    justify-content: center;
    /* text-align: center; */
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;  }

  .dropdown-item {
    white-space: normal; /* prevent cutting long items */
    padding: 4px 8px;
  }
  }
/* Navbar Styles */
.navbar {
top: 4% !important;
width: 80%;
border-radius: 10px;
margin: auto;
z-index: 1000;
box-shadow: #87ceeb 0px -50px 36px -28px inset !important;
}

@media (max-width: 768px) {
.navbar {
/* width: 95%;
text-align: center; */
        width: 100%;
        text-align: center;
        position: fixed;
        top: 0 !important;
        border-radius: 0px !important;
}
.achc-footer {
  padding-left: 10px !important;
}
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}




/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.margin-bottom {
    margin-bottom: 8px !important;
    clear: both !important;
}

.spacer5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer100 {
    height: 100px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin-top:23%;
}

    .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        top:50%;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 1500ms infinite linear;
        -moz-animation: spinner 1500ms infinite linear;
        -ms-animation: spinner 1500ms infinite linear;
        -o-animation: spinner 1500ms infinite linear;
        animation: spinner 1500ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spacer {
    margin-top: 20px; /* define margin as you see fit */
}

.disableControl {
    pointer-events: none;
    opacity: 2;
}

.toolTipMultiSelect {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background-color: white !important;
    color: Red !important;
}
.loadingMsg:not(:required):after {
    content: 'Loading...';
    font-size: 15px;
    width: 2em;
    height: 1em;
    position: fixed;
    margin: auto;
    top: 480px;
    left: 0;
    bottom: 400px;
    right: 0;
}



  @media (max-width:400px) {
    .abtimg1{
  height: 329px;
}