/* Topbar */
.topbar {
  font-size: 16px;
}

/* Navbar Custom */
/* Sticky Custom Navbar */
.custom-navbar {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 1030; /* Above other content */
  transition: all 0.3s ease;
}
.custom-navbar .nav-link {
  color: black;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 20px;
  transition: all 0.3s ease;
}

.custom-navbar .nav-link:hover {
  background-color: #087888;
  color: #fff !important;
  height: 99px;
  display: inline-block;
  line-height: 60px;
  border-radius: 4px;
}

/* Active/Selected menu item */
.custom-navbar .nav-link.active,
.custom-navbar .nav-link:focus {
  background-color: #087888;
  color: #fff !important;
  height: 99px;
  display: inline-block;
  line-height: 60px;
  border-radius: 4px;
}

/* Slider */
.slider-img {
  width: 1366px;
  height: 450px;
  object-fit: cover;
}

.about-section {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.about-section h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}

/* Bi-color About Heading */
.about-section .text-about {
  color: #17a2b8;
}

.about-section .text-hello-nursing {
  color: #D66E12;
}

/* Founder Section */
.founder-section {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Dual-color heading */
.text-founder-title {
  color: #17a2b8;
  text-transform: uppercase;
  font-weight: bold;
}

.text-founder-subtitle {
  color: #D66F12;
  text-transform: uppercase;
  font-weight: bold;
}

/* Founder Image */
.founder-img {
  width: 316px;
  height: 314px;
  border: 3px solid darkgray;
  object-fit: cover;
}

/* Message style */
.founder-message {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}


/* Maintain 20px gap between columns on larger screens */
@media (min-width: 768px) {
  .founder-section .col-md-4 {
    margin-right: 20px;
  }
}

/* Contact Info Section */
.contact-info .info-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-info .info-icon {
  width: 60px;
  height: 60px;
}

/* Enquiry Form Section */
.enquiry-form h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

.contact-input {
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  padding: 10px 0;
  box-shadow: none;
  font-size: 1rem;
}

.contact-input:focus {
  border-color: #17a2b8;
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #087888;
  border: none;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #05635e;
}
section h3 {
  color: #800000;
  font-weight: 700;
}

section p {
  color: #333;
  line-height: 1.6;
}

img.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Our Services Section */
.our-services-section {
  background-color: #f8f9fa;
}

.text-service-title {
  color: #17a2b8;
  font-weight: bold;
}

.text-service-subtitle {
  color: #D66F12;
  font-weight: bold;
}

.service-list {
  font-size: 12pt;
  line-height: 2.5;
  color: #333;
  list-style-type: disc;
  padding-left: 1.5rem;
}

.service-list li {
  margin-bottom: 10px;
}

.services-img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.mission-vision-section {
  background-color: #ffffff;
}

.shadow-box {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Icon Sizing */
.mission-icon {
  width: 100px;
  height: 100px;
}

/* Headings & Text */
.mission-vision-section h5 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
}

.mission-vision-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}


/* Footer */
.footer h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.footer ul {
  padding-left: 0;
  list-style: none;
}

.footer ul li {
  margin-bottom: 0.5rem;
}

/* Footer icons row */
.footer-icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
  vertical-align: middle;
}

/* Footer bottom row alignment */
.footer-bottom {
  border-top: 1px solid #555;
  padding-top: 15px;
}
