/* ================================================
   SUPER MAX PEST CONTROL - Custom Stylesheet
   ================================================ */

/* ---- Variables ---- */
:root {
  --green: #d3322d;
  --green-dark: #a01f1a;
  --green-light: #fdf0ef;
  --green-mid: #e8453e;
  --accent: #ff7043;
  --white: #ffffff;
  --gray-100: #fdf8f8;
  --gray-200: #e9ecef;
  --gray-600: #6c757d;
  --gray-800: #2d3748;
  --dark: #1a2332;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.16);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s ease;
}

/* ---- Base ---- */
* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--gray-800);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

a { text-decoration: none; color: inherit; }

img { max-width: 100%; }

.section-pad { padding: 90px 0; }

.text-red { color: var(--green); }
.text-green { color: var(--green); }
.bg-light-red { background: var(--green-light); }
.bg-light-green { background: var(--gray-100); }

/* ---- Section Tag & Title ---- */
.section-tag {
  display: inline-block;
  background: var(--green-light);
  color: var(--green);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
  border-left: 3px solid var(--green);
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 12px;
}

.title-bar {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--accent));
  border-radius: 4px;
  margin-bottom: 20px;
}

.section-sub {
  color: var(--gray-600);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto;
}

/* ================================================
   NAVBAR
   ================================================ */
#mainNavbar {
  background: rgba(26, 18, 18, 0.96) !important;
  backdrop-filter: blur(12px);
  padding: 10px 0;
  transition: var(--transition);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

#mainNavbar.scrolled {
  padding: 6px 0;
  background: rgba(20, 10, 10, 0.99) !important;
  box-shadow: var(--shadow-md);
}

.brand-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
}

.brand-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: white;
  line-height: 1;
}

.brand-sub {
  font-size: 0.65rem;
  color: var(--green-mid);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.85) !important;
  padding: 8px 12px !important;
  border-radius: 8px;
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: #fff !important;
  background: rgba(211, 50, 45, 0.25);
}

.btn-cta-nav {
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 50px;
  border: none;
  transition: var(--transition);
}

.btn-cta-nav:hover {
  background: linear-gradient(135deg, var(--green-mid), var(--green));
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(211,50,45,0.5);
  color: white !important;
}

/* ================================================
   HERO SLIDER
   ================================================ */
#heroCarousel {
  height: 100vh;
  min-height: 600px;
}

.hero-slide {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.slide-1 {
  background-image: url('../images/banner-1.jpg');
}
.slide-2 {
  background-image: url('../images/banner-2.jpg');
}
.slide-3 {
  background-image: url('../images/banner-3.jpg');
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30,8,8,0.88) 0%, rgba(160,31,26,0.55) 60%, rgba(0,0,0,0.25) 100%);
}

.carousel-item.hero-slide .container {
  height: 100vh;
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-top: 80px;
  animation: none;
}

.carousel-item.active .hero-content {
  animation: heroFadeIn 0.8s ease forwards;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(211, 50, 45, 0.3);
  border: 1px solid rgba(211, 50, 45, 0.6);
  color: #ffb3ae;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 900;
  color: white;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.text-accent { color: #ffb3ae; }

.hero-desc {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.85);
  margin-bottom: 32px;
  max-width: 520px;
}

.btn-hero {
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(211,50,45,0.5);
}

.btn-hero:hover {
  background: white;
  color: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.btn-hero-outline {
  background: transparent;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.5);
  transition: var(--transition);
}

.btn-hero-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: white;
  color: white;
}

/* ================================================
   STATS BAR
   ================================================ */
.stats-bar {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  padding: 28px 0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 20px;
  text-align: center;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,0.2);
}

.stat-item i {
  font-size: 1.6rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}

.stat-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  line-height: 1;
}

.stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* ================================================
   ABOUT
   ================================================ */
.about-img-wrap {
  position: relative;
  padding-bottom: 30px;
  padding-right: 30px;
}

.about-main-img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
  height: 480px;
}

.about-badge-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: white;
  padding: 18px 22px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-badge-box i {
  font-size: 2rem;
  opacity: 0.9;
}

.about-text {
  color: var(--gray-600);
  margin-bottom: 14px;
  font-size: 1rem;
}

.about-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gray-800);
}

.about-feat i { font-size: 1.1rem; }

/* ================================================
   SERVICES
   ================================================ */
.service-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(211,50,45,0.07);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(211,50,45,0.2);
}

.service-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.08);
}

.service-icon-badge {
  position: absolute;
  bottom: 22px;
  left: 24px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 4px 16px rgba(211,50,45,0.4);
  border: 3px solid white;
}

.service-body {
  padding: 32px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-body h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
}

.service-body p {
  color: var(--gray-600);
  font-size: 0.9rem;
  flex: 1;
  margin-bottom: 18px;
  line-height: 1.6;
}

.service-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-call-sm {
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  border: none;
  transition: var(--transition);
  flex: 1;
  text-align: center;
}

.btn-call-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(211,50,45,0.4);
  color: white !important;
}

.btn-enquire-sm {
  background: transparent;
  color: var(--green);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  border: 2px solid var(--green);
  transition: var(--transition);
  flex: 1;
}

.btn-enquire-sm:hover {
  background: var(--green);
  color: white;
  transform: translateY(-2px);
}

/* ================================================
   WHY CHOOSE US
   ================================================ */
.why-section {
  background: linear-gradient(160deg, var(--dark) 0%, #2d1210 100%);
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.why-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(211,50,45,0.15) 0%, transparent 70%);
}

.why-section .section-tag {
  background: rgba(255,255,255,0.1);
  color: #ffb3ae;
  border-left-color: #ffb3ae;
}

.why-section .section-title {
  color: white;
}

.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition);
  backdrop-filter: blur(10px);
  height: 100%;
}

.why-card:hover {
  background: rgba(211,50,45,0.2);
  border-color: rgba(211,50,45,0.5);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.why-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: white;
  margin: 0 auto 20px;
  box-shadow: 0 6px 24px rgba(211,50,45,0.4);
  transition: var(--transition);
}

.why-card:hover .why-icon {
  transform: scale(1.1) rotate(-5deg);
}

.why-card h5 {
  color: white;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.why-card p {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ================================================
   GOOGLE REVIEWS SLIDER
   ================================================ */
.reviews-section { background: #f7f7f7; }

.reviews-main-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 18px;
}

.reviews-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 36px;
}

.reviews-score {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.reviews-stars { color: #f5b301; font-size: 1.4rem; }

.reviews-count { font-size: 0.9rem; color: var(--gray-600); }

.reviews-google-logo { margin-top: 4px; line-height: 1; }

/* Slider wrapper */
.reviews-slider-wrap {
  position: relative;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}

/* Each card */
.review-card {
  flex: 0 0 calc(33.333% - 14px);
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px 18px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reviewer-name {
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--dark);
}

.reviewer-time {
  font-size: 0.78rem;
  color: var(--gray-600);
}

.review-stars {
  color: #f5b301;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 2px;
}

.review-verified { color: #1a73e8; font-size: 0.85rem; }

.review-text {
  font-size: 0.87rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* Nav buttons */
.reviews-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-800);
  transition: var(--transition);
}

.reviews-nav:hover { background: var(--green); color: #fff; border-color: var(--green); }

.reviews-prev { left: -16px; }
.reviews-next { right: -16px; }

/* Dots */
.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.reviews-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.reviews-dot.active { background: var(--green); }

/* Mobile: 1 card at a time */
@media (max-width: 767px) {
  .review-card { flex: 0 0 calc(100% - 0px); }
  .reviews-prev { left: 0; }
  .reviews-next { right: 0; }
}

/* Tablet: 2 cards */
@media (min-width: 768px) and (max-width: 1023px) {
  .review-card { flex: 0 0 calc(50% - 10px); }
}

/* ================================================
   CONTACT
   ================================================ */
.contact-form-wrap, .contact-info-wrap {
  background: white;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}

.contact-form-wrap h4 {
  font-size: 1.3rem;
  color: var(--dark);
}

.contact-input {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.93rem;
  transition: var(--transition);
  background: #fafbfd;
}

.contact-input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(211,50,45,0.12);
  background: white;
  outline: none;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 6px;
  font-family: 'Montserrat', sans-serif;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-200);
}

.contact-info-item:last-child { border-bottom: none; }

.contact-info-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: var(--green-light);
  color: var(--green);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.contact-info-item h6 {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.contact-info-item a {
  color: var(--green);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
}

.contact-info-item a:hover { color: var(--green-dark); }

.contact-info-item p {
  color: var(--gray-800);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--green-light);
}

/* Buttons */
.btn-green {
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  transition: var(--transition);
}

.btn-green:hover {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211,50,45,0.45);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
  transition: var(--transition);
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,0.45);
  color: white;
}

/* ================================================
   FOOTER
   ================================================ */
.footer { background: var(--dark); }

.footer-top { padding: 70px 0 50px; }

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand i {
  font-size: 2rem;
  color: var(--green-mid);
}

.footer-brand span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: white;
}

.footer-about {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.1);
}

.footer-social a:hover {
  background: var(--green);
  color: white;
  border-color: var(--green);
  transform: translateY(-2px);
}

.footer-heading {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green);
  display: inline-block;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links li a::before {
  content: '›';
  color: var(--green-mid);
  font-size: 1.1rem;
  font-weight: 700;
}

.footer-links li a:hover {
  color: var(--green-mid);
  padding-left: 6px;
}

.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer-contact i {
  color: var(--green-mid);
  font-size: 0.95rem;
  margin-top: 3px;
  min-width: 14px;
}

.footer-contact a {
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}

.footer-contact a:hover { color: var(--green-mid); }

.footer-bottom {
  background: rgba(0,0,0,0.3);
  padding: 18px 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.footer-bottom p {
  color: rgba(255,255,255,0.45);
  font-size: 0.82rem;
  margin: 0;
}

/* ================================================
   FLOATING BUTTONS
   ================================================ */
.float-call {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 4px 20px rgba(211,50,45,0.6);
  z-index: 9000;
  transition: var(--transition);
  animation: callPulse 2.5s infinite;
}

.float-call:hover {
  transform: scale(1.12);
  color: white;
  box-shadow: 0 6px 28px rgba(211,50,45,0.8);
}

@keyframes callPulse {
  0%   { box-shadow: 0 0 0 0 rgba(211,50,45,0.5); }
  70%  { box-shadow: 0 0 0 16px rgba(211,50,45,0); }
  100% { box-shadow: 0 0 0 0 rgba(211,50,45,0); }
}

.float-enquire {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, var(--green), var(--green-mid));
  color: white;
  border: none;
  border-radius: 12px 0 0 12px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  z-index: 8999;
  box-shadow: -3px 0 20px rgba(211,50,45,0.4);
  transition: var(--transition);
}

.float-enquire i { font-size: 1.3rem; }

.float-enquire span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.float-enquire:hover {
  padding-right: 14px;
  box-shadow: -5px 0 24px rgba(211,50,45,0.6);
}

/* ================================================
   ENQUIRY MODAL
   ================================================ */
.enquiry-modal {
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.enquiry-modal .modal-header {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  border: none;
  padding: 24px 28px;
}

.enquiry-modal .modal-title {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.modal-subtitle {
  color: rgba(255,255,255,0.75);
  font-size: 0.82rem;
  margin: 0;
}

.enquiry-modal .modal-body {
  padding: 28px;
  background: #fafbfd;
}

.or-text {
  color: var(--gray-600);
  font-size: 0.82rem;
}

.btn-call-outline {
  border: 2px solid var(--green);
  color: var(--green);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 9px 24px;
  border-radius: 50px;
  background: transparent;
  transition: var(--transition);
  display: inline-block;
}

.btn-call-outline:hover {
  background: var(--green);
  color: white;
}

/* ================================================
   WELCOME MODAL
   ================================================ */
.welcome-modal {
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.welcome-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  opacity: 0.8;
}

.welcome-left {
  background: linear-gradient(160deg, var(--green-dark), var(--green));
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-left-inner {
  text-align: center;
  color: white;
}

.welcome-logo-icon {
  font-size: 4rem;
  opacity: 0.9;
  display: block;
  margin-bottom: 16px;
}

.welcome-left-inner h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 2px;
}

.welcome-left-inner p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.welcome-stars {
  font-size: 1.3rem;
  color: var(--accent);
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.welcome-left-inner span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.welcome-right {
  padding: 40px 36px;
  background: white;
}

.welcome-right h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 8px;
}

.welcome-sub {
  color: var(--gray-600);
  font-size: 0.88rem;
  margin-bottom: 24px;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 991px) {
  .section-pad { padding: 70px 0; }
  .about-main-img { height: 360px; }
  .contact-form-wrap, .contact-info-wrap { padding: 28px; }
  .float-enquire span { display: none; }
  .float-enquire { padding: 14px 8px; }
}

@media (max-width: 768px) {
  .section-pad { padding: 55px 0; }
  #heroCarousel, .hero-slide, .carousel-item.hero-slide .container { height: 90vh; }
  .hero-title { font-size: 1.8rem; }
  .stat-item:nth-child(2)::after { display: none; }
  .about-img-wrap { padding-right: 0; padding-bottom: 60px; }
  .about-main-img { height: 280px; }
  .about-badge-box { bottom: 0; right: 0; }
  .float-call { bottom: 20px; right: 20px; width: 52px; height: 52px; }
  .welcome-right { padding: 30px 24px; }
  .contact-form-wrap, .contact-info-wrap { padding: 24px 20px; }
  /* Prevent fixed/absolute elements from causing horizontal scroll */
  .float-enquire { max-width: 50px; }
  .container { max-width: 100%; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.6rem; }
  .btn-hero, .btn-hero-outline { padding: 12px 22px; font-size: 0.88rem; }
  .stat-item::after { display: none !important; }
  .service-btns { flex-direction: column; }
  .btn-call-sm, .btn-enquire-sm { flex: none; width: 100%; }
}

/* ================================================
   FIXES: or-divider alias + icon sizing
   ================================================ */
.or-divider {
  color: var(--gray-600);
  font-size: 0.82rem;
}

/* Ensure SVG-background icons display at correct size */
.fas, .far, .fab {
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 1em;
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 1;
}

/* Icon inside colored containers — invert to white */
.brand-icon .fas,
.service-icon-badge .fas,
.why-icon .fas,
.float-call .fas,
.float-enquire .fas,
.contact-info-icon .fas,
.contact-info-icon .fab,
.footer-social a .fas,
.footer-social a .fab,
.btn-green .fas, .btn-green .fab,
.btn-hero .fas, .btn-hero .fab,
.btn-call-sm .fas,
.btn-cta-nav .fas,
.stats-bar .fas {
  filter: brightness(0) invert(1);
}

/* Green icon on white bg */
.text-green.fas,
.text-green .fas,
.about-feat .fas {
  filter: invert(30%) sepia(90%) saturate(500%) hue-rotate(0deg) brightness(95%);
}

/* contact info icon (green bg → white icon) */
.contact-info-icon .fas,
.contact-info-icon .fab {
  filter: invert(30%) sepia(90%) saturate(500%) hue-rotate(0deg) brightness(95%);
}

/* footer contact list icons */
.footer-contact i.fas {
  filter: invert(55%) sepia(70%) saturate(400%) hue-rotate(0deg) brightness(110%);
}

/* whatsapp brand green */
.btn-whatsapp .fab {
  filter: brightness(0) invert(1);
}

/* hero badge icons — light green */
.hero-badge .fas {
  filter: brightness(0) saturate(100%) invert(80%) sepia(40%) saturate(300%) hue-rotate(0deg);
}


.fa-star{
      background-image: url('../images/star.png') !important;
}