@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
    overflow-x: hidden;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: linear-gradient(90deg, rgb(43, 136, 93) 0%, rgba(87, 199, 133, 1) 50%, rgb(17, 31, 156) 100%);
  color: #fff;
  font-size: 13px;
}

.top-bar a {
  color: #fff;
  margin-left: 10px;
}

.top-social a {
  font-size: 16px;
}

.top-bar i {
  margin-right: 4px;
}

.top-right a:hover {
  color: #0d6efd;
}

/* ===== NAVBAR ===== */
.navbar-brand img {
  max-height: 40px;
}

.nav-link {
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 10px 15px !important;
}

.nav-link.active,
.nav-link:hover {
  color: #0d6efd !important;
}

/* CTA Button */
.navbar .btn-primary {
  background: #ebf5fa;
background: linear-gradient(90deg, rgb(43, 136, 93) 0%, rgba(87, 199, 133, 1) 50%, rgb(17, 31, 156) 100%);
  border: none;
  color: #f1f1f1;
}

.navbar-nav .nav-link {
  padding: 10px 0;
}

.navbar .btn-primary:hover {
  background: #0d6efd;
  color: #fff;
}
.dropdown-menu {
  border-radius: 8px;
  font-size: 15px;
}

.dropdown-item:hover {
  background-color: #0d6efd;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 999;
}

.call-float {
  position: fixed;
  bottom: 85px;
  right: 20px;
  background: #0d6efd;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 999;
}

.whatsapp-float:hover,
.call-float:hover {
  color: #fff;
  opacity: 0.9;
}


.hero-section {
  min-height: 60vh;
  padding: 90px 15px 70px;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.6)
  ),
  url('../images/banner.jpg') center/cover no-repeat;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  animation: heroZoom 20s ease-in-out infinite;
  z-index: 0;
}

@keyframes heroZoom {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-section h1 {
  font-size: 28px;
}

.hero-section p {
  font-size: 16px;
  color: #f9ad0b;
}

.title{
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #027965;
}

.why-title{
    font-size: 36px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #ecb707;
}

.why-bg{
    background: linear-gradient(180deg, rgb(10, 11, 87) 0%, rgb(37, 129, 190) 50%, rgb(17, 31, 156) 100%);
}
.offcanvas-body .nav-link {
  font-size: 18px;
  padding: 12px 0;
}

.offcanvas-body .dropdown-menu {
  text-align: center;
  border: none;
}

@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 48px;
  }
  .hero-section {
    min-height: 90vh;
    padding: 0;
  }
}


@media (max-width: 576px) {
  .navbar-brand .title {
    font-size: 4vw;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


.step-circle {
  width: 60px;
  height: 60px;
  background: #6fd4f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.service-card img {
  height: 180px;
  object-fit: cover;
}

.service-card .card-title {
  font-size: 18px;
  font-weight: 600;
}

.service-card .card-text {
  font-size: 14px;
  color: #6c757d;
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.footer-link {
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-link:hover {
  color: #0d6efd;
}

.wbq-badge-mini {
  height: 16px;          /* keep it tiny */
  width: auto;
  opacity: 0.6;          /* reduce dominance */
  filter: grayscale(20%);
}

.footer-meta-link:hover .wbq-badge-mini {
  opacity: 0.85;
}

.wbq-badge {
  height: 16px;
  width: auto;
  opacity: 0.7;
}

.footer-meta-link:hover .wbq-badge {
  opacity: 1;
}

.social-link {
  color: #333;
  font-size: 18px;
}

.social-link:hover {
  color: #0d6efd;
}

.about-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(43, 136, 93) 0%,
    rgba(87, 199, 133, 1) 50%,
    rgb(17, 31, 156) 100%
  );
  opacity: 0.55;              /* 👈 control strength here */
  z-index: 0;
}

.about-banner::before {
  animation: gradientShift 12s ease-in-out infinite;
}

@keyframes gradientShift {
  0% { opacity: 0.45; }
  50% { opacity: 0.55; }
  100% { opacity: 0.45; }
}

.about-banner {
  position: relative;
  height: 25vh;
  min-height: 5vh;
  background: 
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
    url('../images/introduce.jpg') center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



/* Content wrapper */
.about-banner-content {
  animation: blurToClear 1.2s ease forwards;
}

/* Title styling */
.about-title {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: 2px;
}

.about-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #0d6efd;
  margin: 12px auto 0;
}

/* Blur → Sharp animation */
@keyframes blurToClear {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}


/* Contact form card */
.contact-form-card {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Modern input fields */
.modern-input {
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid #e1e5ea;
  transition: all 0.25s ease;
  font-size: 15px;
}

/* Focus effect */
.modern-input:focus {
  border-color: #198754;
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.12);
}

/* Hide honeypot */
.hp-field {
  display: none !important;
}

/* Button animation */
.submit-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.25);
}

.service-row img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-row:hover img {
  transform: scale(1.03);
}

.service-row h3 {
  line-height: 1.3;
}

.service-section{
  height: 80vh;
  min-height: 50vh;
}
.service-row p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.service-section {
  padding: 4rem 0;
}

.service-row {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .service-row {
    margin-bottom: 2rem;
  }
}