@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");

.iso-page-body {
  font-family: "Inter", sans-serif !important;
}

.iso-header-main {
  margin-bottom: 30px;
}
.iso-header-main h2 {
  font-weight: 800;
  color: #0b3949;
  font-size: clamp(24px, 4vw, 32px);
  position: relative;
  padding-bottom: 15px;
}
.iso-header-main h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #006699;
}

.iso-txt {
  font-size: 18px;
  line-height: 1.85;
  color: #4b5563;
  text-align: justify;
  margin-bottom: 20px;
}

.iso-card-feature {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-left: 5px solid #006699;
  padding: 30px;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.iso-list {
  list-style: none;
  padding: 0;
}
.iso-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #4b5563;
}
.iso-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #006699;
}

.btn-iso-primary {
  display: inline-block;
  background: #006699;
  color: white !important;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.3s;
}
.btn-iso-primary:hover {
  background: #0b3949;
  transform: translateY(-2px);
}
.hero-carousel-wrapper {
  width: 100%;
  background: #000;
}

.carousel-img-bg {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.carousel-main-heading {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 52px);
  color: #ffffff !important;
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 1.1;
}

.carousel-sub-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 15px;
  font-weight: 400;
}

.iso-grid-card {
  text-align: center;
  padding: 30px 20px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
}

.iso-grid-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #006699;
}

.iso-grid-card i {
  font-size: 35px;
  color: #006699;
  margin-bottom: 15px;
  display: inline-block;
}

.iso-grid-card h5 {
  font-weight: 700;
  color: #0b3949;
  font-size: 16px;
  margin-bottom: 10px;
}

.btn-iso-primary {
  display: inline-block;
  background-color: #006699;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid #006699;
  cursor: pointer;
}

.btn-iso-primary:hover {
  background-color: #0b3949;
  border-color: #0b3949;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-iso-secondary {
  display: inline-block;
  background-color: transparent;
  color: #006699 !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid #006699;
  cursor: pointer;
}

.btn-iso-secondary:hover {
  background-color: #006699;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer,
.footer,
#footer {
  margin-top: 0px !important;
  position: relative;
  z-index: 10;
  background-color: #f8f9fa;
}
/* --- RESPONSIVE BANNER SIZES --- */

/* Default for Desktop */
.iso-carousel-item {
  height: 400px; /* Slightly taller looks more professional on desktop */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 1.2s ease-in-out;
}

/* Tablet View (iPad/Medium screens) */
@media (max-width: 991px) {
  .iso-carousel-item {
    height: 300px;
  }
}

/* Mobile View (Phones) */
@media (max-width: 767px) {
  .iso-carousel-item {
    height: 220px; /* Shorter height so it fits mobile screens perfectly */
  }
}
