/* Increase Why Choose Us section image size */
.why-us-img {
  width: 100%;
  max-width: 480px;
  height: 320px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --primary: #0b3a66;
  --secondary: #f57c00;
  --accent: #00a6a6;
  --bg-soft: #f5f8fc;
  --text-dark: #1f2a37;
  --text-muted: #5f6c7b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--text-dark);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0.2px;
}

.section-title {
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  color: var(--primary);
  margin-bottom: 0.4rem;
}

.section-subtitle {
  color: var(--text-muted);
  max-width: 780px;
}

.topbar {
  background: var(--primary);
  color: #fff;
  font-size: 0.95rem;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.navbar {
  transition: all 0.25s ease;
  background: #fff;
}

.navbar.scrolled {
  box-shadow: 0 6px 24px rgba(11, 58, 102, 0.12);
}

.nav-link {
  font-weight: 600;
  color: var(--primary);
}

.nav-link.active,
.nav-link:hover {
  color: var(--secondary) !important;
}

.brand-badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), #1a5a94);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.brand-logo {
  width: 200px;
  height: 60px;
  object-fit: contain;
}

.hero .carousel-item {
  min-height: 75vh;
  position: relative;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 27, 49, 0.78) 0%, rgba(4, 27, 49, 0.44) 55%, rgba(4, 27, 49, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.btn-brand {
  background: var(--secondary);
  color: #fff;
  border: none;
}

.btn-brand:hover {
  background: #d76700;
  color: #fff;
}

.btn-outline-light:hover {
  color: var(--primary);
}

.section-pad {
  padding: 80px 0;
}

.bg-soft {
  background: var(--bg-soft);
}

.card-elevated {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 58, 102, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.card-elevated:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(11, 58, 102, 0.18);
}

.card-elevated img {
  height: 210px;
  object-fit: cover;
}

.icon-pill {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #edf4fb, #dceafb);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.4rem;
}

.brand-card {
  border: 1px solid #dfebf7;
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  transition: 0.2s ease;
  height: 100%;
}

.brand-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.brand-card:hover {
  border-color: var(--secondary);
  transform: translateY(-4px);
}

.brand-logo-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef5ff, #e3f1ff);
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--primary);
}

.review-stars {
  color: #f7b500;
}

footer {
  background: #0a2d4f;
  color: #e7eff7;
}

footer a {
  color: #e7eff7;
  text-decoration: none;
}

footer a:hover {
  color: #ffb66b;
}

.footer-logo {
  width: 220px;
  height: 70px;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
  padding: 4px;
}

.map-placeholder {
  border: 1px dashed #8db0d1;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
}

.floating-actions {
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.float-call {
  background: var(--secondary);
}

.float-whatsapp {
  background: #25d366;
}

.page-hero {
  background: linear-gradient(120deg, #0b3a66 0%, #1b5e9b 58%, #1f8ca8 100%);
  color: #fff;
  padding: 90px 0 70px;
}

.blog-card img {
  height: 240px;
  object-fit: cover;
}

.about-side-image {
  width: 100%;
  max-width: 460px;
  max-height: 320px;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .hero .carousel-item,
  .hero-content {
    min-height: 62vh;
  }

  .about-side-image {
    margin: 0 auto;
    max-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 160px;
    height: 48px;
  }

  .footer-logo {
    width: 180px;
    height: 56px;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
  }
}
