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

:root {
  --primary: #0757c9;
  --primary-dark: #032f78;
  --blue: #0875df;
  --gold: #f5a900;
  --orange: #ff7a00;
  --dark: #07152f;
  --text: #596579;
  --light: #f5f8fc;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: #fff;
}

a { text-decoration: none; }

.topbar {
  background: #04132f;
  color: #dbe8ff;
  font-size: 13px;
  padding: 9px 0;
}

.topbar a { color: #fff; }
.topbar a:hover { color: #ffbd27; }

.main-navbar {
  background: rgba(3, 47, 120, 0.98);
  padding: 8px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
}

.site-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-right: 8px;
}

.brand-text {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
}

.brand-text small {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  margin-top: 4px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 15px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: #ffbd27 !important; }

.hero-section {
  min-height: 720px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 80% 35%, rgba(7,117,223,.35), transparent 28%),
    radial-gradient(circle at 15% 80%, rgba(255,169,0,.14), transparent 25%),
    linear-gradient(120deg, #02132e, #063f91 65%, #062b69);
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}

.hero-section h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 800;
  margin: 18px 0;
}

.hero-section h1 span,
.section-title span { color: var(--gold); }

.hero-section .lead {
  max-width: 700px;
  color: #d8e5fa;
  font-size: 17px;
  line-height: 1.8;
}

.hero-badge, .section-tag {
  display: inline-block;
  color: var(--gold);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.6px;
}

.hero-points {
  color: #dce9fb;
  font-size: 13px;
  font-weight: 600;
}

.hero-points i { color: #55d66c; margin-right: 6px; }

.hero-logo-wrap {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-logo {
  width: min(390px, 90%);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 25px 35px rgba(0,0,0,.35));
  animation: floatLogo 4s ease-in-out infinite;
}

.glow-circle {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  position: absolute;
  background: rgba(255,255,255,.08);
  box-shadow: 0 0 100px rgba(0,153,255,.25);
}

@keyframes floatLogo {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-13px); }
}

.feature-strip { background: #fff; box-shadow: 0 8px 35px rgba(0,0,0,.08); position: relative; z-index: 3; }

.feature-box {
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 120px;
  border-right: 1px solid #e8edf5;
}

.feature-box i { font-size: 33px; color: var(--primary); }
.feature-box h5 { color: var(--dark); font-size: 16px; margin: 0 0 5px; }
.feature-box p { margin: 0; font-size: 12px; line-height: 1.6; }

.section-padding { padding: 95px 0; }

.about-section { background: #fff; }

.about-image {
  min-height: 500px;
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(5,62,143,.94), rgba(5,23,53,.96)),
    url("../images/logo.png") center/contain no-repeat;
  display: flex;
  align-items: end;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.about-image:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 2px solid rgba(255,193,7,.3);
  border-radius: 50%;
  top: -80px;
  right: -70px;
}

.about-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 15px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 55px 1fr;
  column-gap: 12px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  color: var(--dark);
}

.about-card i { grid-row: span 2; font-size: 38px; color: var(--gold); }
.about-card strong { font-size: 15px; }
.about-card span { font-size: 11px; color: #778399; }

.section-title {
  color: var(--dark);
  font-weight: 800;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  margin: 12px 0 18px;
}

.about-section p { line-height: 1.9; font-size: 14px; }

.check-item {
  font-size: 13px;
  color: var(--dark);
  font-weight: 600;
}

.check-item i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #24a148;
  font-size: 11px;
  margin-right: 5px;
}

.services-section { background: var(--light); }

.section-heading { max-width: 750px; }
.section-heading > p { font-size: 14px; line-height: 1.8; }

.service-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 18px;
  height: 100%;
  border: 1px solid #e9eef6;
  transition: .3s ease;
  position: relative;
  overflow: hidden;
}

.service-card:after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 4px;
  background: var(--gold);
  transition: .3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(10,53,110,.12);
}

.service-card:hover:after { width: 100%; }

.service-icon {
  width: 65px;
  height: 65px;
  border-radius: 15px;
  background: #eaf3ff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  margin-bottom: 22px;
}

.service-card h4 { color: var(--dark); font-size: 19px; font-weight: 700; }
.service-card p { font-size: 13px; line-height: 1.8; }
.service-card a { color: var(--primary); font-weight: 700; font-size: 12px; }
.service-card a i { margin-left: 5px; transition: .2s; }
.service-card a:hover i { margin-left: 9px; }

.cta-section {
  padding: 65px 0;
  color: #fff;
  background: linear-gradient(100deg, #032a69, #0873dc);
}

.cta-section span { color: #ffca3a; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.cta-section h2 { font-weight: 800; margin: 10px 0 0; font-size: clamp(28px, 4vw, 42px); }

.enquiry-section { background: #f7faff; }

.enquiry-box {
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(5,43,100,.12);
}

.enquiry-info {
  background: linear-gradient(150deg, #032a69, #075bc7);
  color: #fff;
  padding: 50px 40px;
}

.enquiry-info h2 { font-weight: 800; margin: 12px 0; }
.enquiry-info p { color: #dbe8fa; line-height: 1.8; font-size: 13px; }

.contact-mini {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  align-items: center;
}

.contact-mini > i {
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #ffbf27;
}

.contact-mini small { display: block; color: #aac5eb; font-size: 10px; margin-bottom: 2px; }
.contact-mini a, .contact-mini span { color: #fff; font-size: 12px; font-weight: 600; }

.enquiry-form-area { padding: 50px 40px; }
.form-label { font-size: 12px; font-weight: 700; color: var(--dark); }
.form-control, .form-select {
  border: 1px solid #dce4ef;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  box-shadow: none !important;
}
.form-control:focus, .form-select:focus { border-color: var(--primary); }

.contact-section { background: #fff; }

.contact-card {
  height: 100%;
  padding: 35px 25px;
  border: 1px solid #e6ebf3;
  border-radius: 17px;
  text-align: center;
  transition: .3s;
}

.contact-card:hover { transform: translateY(-6px); box-shadow: 0 15px 35px rgba(0,0,0,.08); }

.contact-icon {
  width: 65px; height: 65px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  background: #eaf3ff;
  color: var(--primary);
  font-size: 23px;
}

.contact-card h5 { color: var(--dark); font-weight: 700; }
.contact-card p, .contact-card span { font-size: 12px; }
.contact-card a { color: var(--primary); font-weight: 700; font-size: 13px; }

.footer {
  color: #aebdd3;
  background: #03122c;
  padding: 65px 0 20px;
}

.footer-logo { width: 110px; }
.footer p { font-size: 12px; line-height: 1.8; max-width: 430px; }
.footer h5 { color: #fff; font-size: 15px; margin-bottom: 20px; }
.footer ul { padding: 0; list-style: none; }
.footer li { margin-bottom: 10px; }
.footer li a, .footer a { color: #aebdd3; font-size: 12px; }
.footer a:hover { color: #ffbd27; }

.social-links { display: flex; gap: 9px; }
.social-links a {
  width: 37px; height: 37px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08);
  color: #fff;
}
.social-links a:hover { background: var(--primary); color: #fff; }
.footer hr { border-color: rgba(255,255,255,.12); margin: 35px 0 18px; }
.footer-bottom { font-size: 11px; }

.floating-buttons {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 22px rgba(0,0,0,.25);
  position: relative;
  animation: pulseBtn 2s infinite;
}

.float-btn i { font-size: 22px; }
.float-btn span {
  position: absolute;
  right: 62px;
  white-space: nowrap;
  background: #07152f;
  padding: 7px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateX(5px);
  transition: .2s;
}

.float-btn:hover span { opacity: 1; transform: translateX(0); }
.float-btn.whatsapp { background: #25d366; }
.float-btn.call { background: #0875df; }

@keyframes pulseBtn {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 145px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  display: none;
  z-index: 998;
}

.back-to-top.show { display: block; }

#formMessage { font-size: 12px; font-weight: 600; }

@media (max-width: 991.98px) {
  .hero-section { min-height: auto; padding: 70px 0; }
  .hero-logo-wrap { min-height: 350px; }
  .about-image { min-height: 420px; }
  .navbar-collapse { padding: 12px 0 8px; }
}

@media (max-width: 767.98px) {
  .topbar { text-align: center; }
  .topbar .d-flex { justify-content: center !important; }
  .topbar a { font-size: 11px; }
  .site-logo { width: 55px; height: 55px; }
  .brand-text { font-size: 18px; }
  .hero-section { text-align: center; padding: 55px 0; }
  .hero-section .lead { font-size: 14px; }
  .hero-points { text-align: left; }
  .hero-logo-wrap { min-height: 300px; }
  .hero-logo { width: 300px; }
  .section-padding { padding: 70px 0; }
  .about-image { min-height: 350px; }
  .enquiry-info, .enquiry-form-area { padding: 35px 25px; }
  .floating-buttons { right: 14px; bottom: 14px; }
  .back-to-top { right: 14px; bottom: 140px; }
  .float-btn span { display: none; }
}

@media (max-width: 480px) {
  .topbar .d-flex { flex-direction: column; gap: 4px !important; }
  .brand-text { font-size: 16px; }
  .brand-text small { font-size: 7px; }
  .hero-section h1 { font-size: 40px; }
  .hero-points { font-size: 11px; }
  .feature-box { border-right: 0; border-bottom: 1px solid #e8edf5; }
}
