body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #f5f7fa;
}

/* TOPBAR */
.topbar {
  background: #2f4f7f;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  background: white;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
}

.navbar-brand img {
  display: block;
}

.nav {
  display: flex;
  list-style: none;
  gap: 25px;
}

.nav li {
  cursor: pointer;
}

.active {
  color: red;
}

/* HERO */
.hero {
  display: flex;
  align-items: stretch;
  gap: 30px;
  padding: 80px 40px;
  position: relative;
  z-index: 1;
}

.hero-left {
  flex: 1 1 45%;
  min-height: 481px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: fadeIn 1s ease-in;
}

.hero-right {
  flex: 1 1 55%;
}

.hero.hero-about {
  justify-content: center;
  padding: 70px 40px 45px;
}

.hero.hero-about .hero-left {
  flex: 0 0 100%;
  max-width: 920px;
  min-height: auto;
}

.hero.hero-about .hero-left h1 {
  font-size: 46px;
}

.hero.hero-about .hero-left p.lead {
  font-size: 1.12rem;
  color: #4a5568;
  max-width: 820px;
  line-height: 1.9;
}

.hero.hero-about .btn-primary {
  padding: 10px 24px;
  font-size: 0.95rem;
}

@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    padding: 50px 20px;
  }

  .hero-left {
    min-height: auto;
  }
}

.hero-left h1 {
  font-size: 42px;
  color: #2c3e50;
}

.hero-left p {
  margin: 20px 0;
}

.tag {
  color: red;
  font-size: 12px;
}

.btn-primary {
  background: #e74c3c;
  padding: 12px 25px;
  color: white;
  border-radius: 25px;
  text-decoration: none;
}

.hero.hero-about .btn-primary {
  padding: 10px 22px;
  font-size: 0.95rem;
  max-width: 185px;
}

/* HERO IMAGE */
.hero-right {
  flex: 1;
  min-width: 320px;
}

.hero-right .carousel,
.hero-right .carousel-inner {
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
}

.hero-right .carousel-item {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.hero-right .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-right .carousel-caption {
  background: rgba(0, 0, 0, 0.42);
  border-radius: 12px;
  padding: 12px 16px;
}


.hero-right .carousel-caption h5,
.hero-right .carousel-caption p {
  color: #ffffff;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 1.6;
  color: #4a5568;
}

.about-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #e74c3c;
  font-size: 1.1rem;
}

.about-card h4 {
  margin-bottom: 12px;
}

.about-card p {
  margin: 0;
  color: #4a5568;
}

.section-about {
  padding-top: 60px;
}

/* FEATURES */
.features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: -50px;
}

.feature {
  background: white;
  padding: 32px;
  border-radius: 18px;
  flex: 1 1 240px;
  max-width: 300px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 20px;
}

.card {
  background: white;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* SECTIONS */
section {
  padding: 60px 40px;
}

/* FORM */
form input, textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
}

button {
  background: #27ae60;
  color: white;
  padding: 12px;
  border: none;
}

/* ========================= */
/* 🔥 FIXED MULTI DROPDOWN */
/* ========================= */
/* FIX DROPDOWN ALIGNMENT */
.navbar .dropdown {
  position: relative;
}

/* Main dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border: none;
}

/* Show main dropdown */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

/* Submenu */
.dropdown-submenu {
  position: relative;
}

/* Submenu dropdown */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 5px;
  display: none;
}

/* Show submenu */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Clean hover */
.dropdown-item {
  padding: 10px 20px;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: #f1f2f6;
}

/* REMOVE BAD ARROW */
.dropdown-submenu > a::after {
  display: none;
}

.dropdown.show > .dropdown-menu {
  display: block;
}
body {
  font-family: 'Poppins', sans-serif;
  background: #f5f7fa;
}

/* TOPBAR */
.topbar {
  background: #2f4f7f;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
}

/* NAV COLORS FIX */
.navbar .nav-link {
  color: #2c3e50 !important;
}

.navbar .nav-link:hover {
  color: #e74c3c !important;
}

.navbar .nav-link.active {
  color: red !important;
}

/* HERO */
.hero {
  display: flex;
  align-items: center;
  padding: 80px 40px;
}

.hero-left {
  flex: 1;
}

.hero-left h1 {
  font-size: 42px;
}

.btn-primary {
  background: #e74c3c;
  padding: 10px 20px;
  color: white;
  border-radius: 25px;
  text-decoration: none;
}

/* CAROUSEL */
.hero-right {
  flex: 1;
}

.hero-right .carousel,
.hero-right .carousel-inner {
  border-radius: 10px;
  overflow: hidden;
}

.hero-right .carousel-item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.hero-right .carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 12px 16px;
}

.hero-right .carousel-caption h5,
.hero-right .carousel-caption p {
  color: #ffffff;
}

/* FEATURES */
.features {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: -50px;
}

.feature {
  background: white;
  padding: 32px;
  border-radius: 18px;
  flex: 1 1 240px;
  max-width: 300px;
  min-height: 240px;
}

/* DROPDOWN FIX */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* CONTACT */
.contact {
  padding: 40px;
}

form input, textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}

/* CONTACT PAGE */
.contact-hero {
  background: linear-gradient(to right, #3c6382, #82ccdd);
  color: white;
  padding: 60px 20px;
}

.map-section {
  margin-top: 40px;
}

/* FOOTER */
.footer {
  background: #2f4f7f;
  color: #f5f7fa;
  padding: 40px 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 220px;
  min-width: 220px;
}

.footer-col h4 {
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-col p,
.footer-col li,
.footer-col a {
  color: #dde4f2;
  line-height: 1.8;
}

.footer-col ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-col a {
  text-decoration: none;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  color: #ccd6f6;
}
