:root{
  --primary:#004e92;
  --secondary:#00d2ff;
  --dark:#121212;
}
html{
  scroll-behavior: smooth;
}

/* HEADER */
header{
  background:var(--dark);
  padding:12px 6%;
}
.main-nav{
  background:rgba(0,0,0,.85);
  backdrop-filter: blur(6px);
  padding:10px 0;
}

/* NAV LINKS */
.nav-link{
  color:#fff !important;
  font-weight:600;
  margin:0 10px;
  position:relative;
}

.nav-link:hover{
  color:#00d2ff !important;
}

/* ACTIVE UNDERLINE (optional but classy) */
.nav-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:#00d2ff;
  transition:.3s;
}

.nav-link:hover::after{
  width:100%;
}

/* CALL BUTTON IN NAV */
.btn-call{
  background:#00d2ff;
  color:#000;
  font-weight:800;
  padding:8px 18px;
  border-radius:6px;
}

.btn-call:hover{
  background:#fff;
}

/* MOBILE */
@media (max-width:991px){
  .nav-link{
    margin:10px 0;
  }
}
/* ACTIVE NAV LINK */
.nav-link.active{
  color:#00d2ff !important;
}

.nav-link.active::after{
  width:100%;
}

.logo{
  font-weight:900;
  color:#fff;
}
.logo span{
  color:var(--secondary);
}

/* HERO */
.hero{
  min-height:90vh;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75));
  /* background:
    linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
    url("../img/hero.avif") center/cover no-repeat; */
  color:#fff;
}
.hero h2{
  font-weight:900;
  font-size:3rem;
  text-transform:uppercase;
}
.hero p{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  color:#ddd;
}
.card{
  border:none;
  transition:.3s ease;
}

.card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
}

/* BUTTON */
.btn-primary{
  background:#00d2ff;
  border:none;
  color:#000;
  font-weight:800;
  padding:14px 36px;
  box-shadow:0 10px 30px rgba(0,210,255,.35);
}

.btn-primary:hover{
  background:#fff;
  transform:translateY(-2px);
  color: #000;
}

/* BRANDS */
.brand{
  font-weight:900;
  letter-spacing:2px;
  font-size:1.5rem;
  color:#555;
}
.site-logo{
  height:65px;
  width:auto;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.4));
}


@media (max-width:768px){
  .site-logo{
    height:45px;
  }
}

/* EVENTS */
.event{
  background:#004e92;
  color:#fff;
  padding:14px;
  border-radius:6px;
  font-weight:700;
  transition:.2s;
}

.event:hover{
  background:#00d2ff;
  color:#000;
}


/* FOOTER */
.footer{
  background:var(--dark);
  color:#fff;
  padding:70px 0 25px;
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-brand{
  max-width:340px;
}

.footer-logo{
  height:100px;
  width:auto;
  margin-bottom:14px;
}

.footer-title{
  font-weight:800;
  margin-bottom:10px;
}

.footer-text{
  color:#cfd6e4;
  margin-bottom:0;
  line-height:1.7;
}

.footer-heading{
  font-weight:700;
  margin-bottom:14px;
  letter-spacing:.3px;
}

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li + li{
  margin-top:8px;
}

.footer-links a{
  color:#cfd6e4;
  text-decoration:none;
  transition:.2s ease;
}

.footer-links a:hover{
  color:var(--secondary);
}

.footer-contacts{
  display:grid;
  gap:10px;
}

.phone{
  display:inline-block;
  font-size:1.25rem;
  font-weight:800;
  color:var(--secondary);
  text-decoration:none;
  word-break:break-word;
}

.phone:hover{
  color:#fff;
}

.footer-location{
  margin-top:16px;
  margin-bottom:0;
  color:#cfd6e4;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:28px;
  padding-top:16px;
  color:#b8c2d8;
}

@media (max-width: 768px){
  .footer{
    padding-top:55px;
  }

  .footer-title,
  .footer-heading{
    margin-top:8px;
  }
}
.events-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:14px;
  margin-top:25px;
}

.event{
  background:#004e92;
  color:#fff;
  padding:14px;
  border-radius:6px;
  font-weight:700;
  text-align:center;
  transition:.2s ease;
}

.event:hover{
  background:#00d2ff;
  color:#000;
}
.gallery-section{
  padding-top:90px; /* creates separation from nav */
}

.swiper-slide img{
  width:100%;
  height:400px;
  object-fit:cover;
  border-radius:8px;
}
.whatsapp-float{
  position:fixed;
  bottom:25px;
  right:25px;
  background:#25d366;
  color:#fff;
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  box-shadow:0 10px 25px rgba(0,0,0,.3);
  z-index:9999;
}
.whatsapp-float:hover{
  background:#1ebe5d;
}@media (max-width:768px){
  .whatsapp-float{
    bottom:80px;
  }
}

.mySwiper{
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.swiper-slide img{
  width:100%;
  height:420px;
  object-fit:cover;
}
/* MOBILE CALL BAR */
.mobile-call-bar{
  display:none;
}

@media (max-width: 768px){
  .mobile-call-bar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#00d2ff;
    color:#000;
    font-weight:800;
    text-align:center;
    padding:14px;
    z-index:9998;
    text-decoration:none;
    box-shadow:0 -5px 20px rgba(0,0,0,.25);
  }

  .mobile-call-bar i{
    margin-right:8px;
  }

  /* Prevent footer/content being hidden */
  body{
    padding-bottom:65px;
  }
}
.map-wrapper{
  width:100%;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.map-wrapper iframe{
  width:100%;
  height:420px;
  border:0;
}
/* SECTION HEADING */
.section-heading h2{
  font-size:32px;
  font-weight:800;
  letter-spacing:2px;
  color:#1f3c88; /* matches your blue tone */
  margin-bottom:12px;
}

/* LINE UNDER HEADING */
.heading-line{
  width:120px;
  height:2px;
  background:#ccc;
  margin:0 auto 40px;
  position:relative;
}

/* BLUE ACCENT */
.heading-line span{
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:40px;
  height:2px;
  background:#00d2ff;
}

.contact-form-card{
  background:#fff;
  border-radius:12px;
  padding:24px;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.contact-form .form-label{
  font-weight:600;
  color:#1f3c88;
}

.contact-form .form-control{
  border-radius:8px;
  padding:10px 12px;
  border:1px solid #d9d9d9;
}

.contact-form .form-control:focus{
  border-color:var(--secondary);
  box-shadow:0 0 0 .2rem rgba(0,210,255,.2);
}
