/* ===== TEMPLATE 1: OCEAN COMMAND ===== */
@import url('assets/css/fonts.css');

:root {
  --navy: #0A2540;
  --navy-dark: #051324;
  --navy-card: #0D2D4C;
  --teal: #00D4C8;
  --teal-dark: #00B3A6;
  --ocean: #0E3D5C;
  --slate: #475569;
  --light-bg: #F8FAFC;
  --white: #FFFFFF;
  --text: #0F172A;
  --text-muted: #64748B;
  --radius: 16px;
  --shadow: 0 8px 32px rgba(10, 37, 64, 0.08);
  --shadow-lg: 0 24px 64px rgba(10, 37, 64, 0.15)
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text);
  background-color: #FFFFFF;
  overflow-x: hidden
}

.text-accent {
  color: #009B93 !important;
}

.hero-section .text-accent,
.footer-main .text-accent,
.product-card .text-accent,
.why-card .text-accent {
  color: var(--teal) !important;
}

.text-white-75 {
  color: rgba(255, 255, 255, .88) !important
}

/* Badge colors for dark tiles */
.bg-teal {
  background-color: var(--teal) !important;
  color: #051324 !important;
}

.badge.bg-teal {
  background-color: var(--teal) !important;
  color: #051324 !important;
  font-weight: 700;
}

.navbar {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(10, 37, 64, 0.08);
  transition: all .3s;
  z-index: 1050
}

.navbar.scrolled {
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(10, 37, 64, 0.1);
  background: rgba(255, 255, 255, 0.98);
}

.navbar-brand img {
  height: 55px;
  width: 220px;
}

.navbar-brand {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none
}

.brand-marine {
  color: var(--navy)
}

.brand-iq {
  color: var(--teal)
}

.nav-link {
  font-weight: 500;
  color: #334155 !important;
  padding: 8px 16px !important;
  margin: 0 4px;
  border-radius: 8px;
  transition: all .3s
}

.nav-link:hover,
.nav-link.active {
  color: #009B93 !important;
  background: rgba(10, 37, 64, 0.06)
}

.btn-cta {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: #051324 !important;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 4px 16px rgba(0, 212, 200, 0.4)
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 212, 200, 0.6)
}

.hero-slide {
  min-height: 100vh;
  display: flex;
  align-items: center
}

.hero-badge {
  display: inline-block;
  background: rgba(0, 212, 200, 0.2);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 212, 200, 0.3);
  backdrop-filter: blur(10px)
}

.hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #FFFFFF
}

.hero-sub {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 550px;
  color: #CBD5E1
}

.hero-form-card {
  background: var(--navy-card);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0, 212, 200, 0.2)
}

.hero-form-card h5 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #FFFFFF
}

.hero-form-card .form-control {
  background: rgba(5, 19, 36, 0.6);
  border: 1.5px solid #1C3A5C;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: .9rem
}

.hero-form-card .form-control:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 212, 200, 0.25)
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.4
}

.carousel-indicators .active {
  opacity: 1;
  transform: scale(1.2)
}

.stats-bar {
  background: linear-gradient(135deg, #051324 0%, #08213B 100%);
  padding: 40px 0;
  border-top: 1px solid rgba(0, 212, 200, 0.15);
  border-bottom: 1px solid rgba(0, 212, 200, 0.15)
}

.stat-item {
  color: #fff
}

.stat-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--teal)
}

.stat-plus {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--teal)
}

.stat-item p {
  margin: 4px 0 0;
  font-size: .9rem;
  opacity: .85
}

/* TRUSTED / SUPPORTED BY (Vibrant Blue Bar - KEEP THIS!) */
.trusted-section {
  padding: 32px 0;
  background: linear-gradient(135deg, #08213B 0%, #0A2F54 100%);
  border-bottom: 1px solid rgba(0, 212, 200, 0.2);
  border-top: 1px solid rgba(0, 212, 200, 0.2)
}

.trusted-label {
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--teal);
  margin-bottom: 16px
}

.trusted-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px
}

.trusted-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: .95rem;
  color: #FFFFFF;
  padding: 8px 12px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.trusted-item i {
  color: var(--teal);
  font-size: 1.6rem
}

.section-padding {
  padding: 90px 0
}

.section-label {
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #009B93;
  margin-bottom: 12px;
  background: rgba(0, 155, 147, 0.1);
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(0, 155, 147, 0.25)
}

.section-label.light {
  color: var(--teal);
  background: rgba(0, 212, 200, 0.2)
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #0A2540
}

.section-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.8
}

/* CRISP LIGHT SECTION BACKGROUND */
.bg-light-custom {
  background: #F8FAFC !important;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0
}

.about-img-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden
}

.about-main-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: var(--radius);
  display: block
}

.about-float-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--navy-card);
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0, 212, 200, 0.3);
  color: #FFFFFF
}

.about-float-card i {
  font-size: 2rem;
  color: var(--teal)
}

.about-pill {
  background: linear-gradient(145deg, #0A2540 0%, #0D3352 100%);
  border: 1.5px solid #1C3A5C;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 600;
  font-size: .9rem;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all .3s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.about-pill:hover {
  border-color: var(--teal) !important;
  background: linear-gradient(145deg, #0D3352 0%, #082540 100%) !important;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 212, 200, 0.3) !important;
}

.about-pill i {
  color: var(--teal) !important;
  font-size: 1.2rem
}

/* WHY CHOOSE US & AUDIENCE TILES (COLORFUL DARK TILES LIKE THE REFERENCE BOX) */
.why-card {
  background: linear-gradient(145deg, #0A2540 0%, #0D3352 100%);
  border-radius: var(--radius);
  padding: 32px 24px;
  border: 1.5px solid #1C3A5C;
  text-align: center;
  transition: all .4s;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  color: #FFFFFF !important;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 212, 200, 0.2);
  border-color: var(--teal)
}

.why-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 212, 200, 0.25), rgba(14, 61, 92, 0.4));
  border: 1px solid rgba(0, 212, 200, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px
}

.why-icon i {
  font-size: 1.6rem;
  color: var(--teal)
}

.why-card h5 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFFFFF !important;
}

.why-card h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #FFFFFF !important;
}

.why-card p,
.why-card li {
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.6;
  margin: 0
}

.why-card small {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* PRODUCT CARDS (COLORFUL DARK NAVY TILES LIKE THE REFERENCE BOX) */
.product-card {
  background: linear-gradient(145deg, #0A2540 0%, #0E3557 100%);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1.5px solid #1C3A5C;
  transition: all .4s;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  color: #FFFFFF !important;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), #00A3FF);
  transform: scaleX(0);
  transition: transform .4s;
  transform-origin: left
}

.product-card:hover::before {
  transform: scaleX(1)
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 212, 200, 0.25);
  border-color: var(--teal)
}

.product-card.featured {
  border-color: rgba(0, 212, 200, 0.5);
  background: linear-gradient(145deg, #0D2D4C 0%, #08213B 100%)
}

.product-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 212, 200, 0.25), rgba(14, 61, 92, 0.5));
  border: 1px solid rgba(0, 212, 200, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px
}

.product-icon i {
  font-size: 1.5rem;
  color: var(--teal)
}

.product-card h5 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFFFFF
}

.product-card h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #FFFFFF
}

.product-card p {
  font-size: .9rem;
  color: #CBD5E1;
  line-height: 1.6
}

.product-tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--teal);
  background: rgba(0, 212, 200, 0.15);
  border: 1px solid rgba(0, 212, 200, 0.3);
  padding: 4px 12px;
  border-radius: 50px
}

/* HOW IT WORKS */
.step-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  border: 1.5px solid #E8EDF2;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all .4s
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow)
}

.step-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--teal);
  margin-bottom: 12px;
  line-height: 1
}

.step-line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--ocean));
  margin: 0 auto 16px;
  border-radius: 2px
}

.step-card h5 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-bottom: 8px
}

.step-card p {
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0
}

.services-img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  height: 260px;
  box-shadow: var(--shadow)
}

.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 22px;
  border: 1.5px solid #E8EDF2;
  transition: all .4s;
  display: flex;
  align-items: flex-start;
  gap: 16px
}

.service-card:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow);
  border-color: rgba(0, 212, 200, 0.2)
}

.service-num {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: rgba(0, 212, 200, 0.2);
  line-height: 1;
  flex-shrink: 0
}

.service-card:hover .service-num {
  color: var(--teal)
}

.service-card h5 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: .95rem
}

.service-card p {
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0
}

.testimonial-card-v1 {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 36px 28px;
  height: 100%;
  transition: all .4s
}

.testimonial-card-v1:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12)
}

.stars {
  margin-bottom: 16px
}

.stars i {
  color: #FFD700;
  font-size: 1rem;
  margin: 0 1px
}

.testimonial-card-v1 p {
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--ocean));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  flex-shrink: 0
}

.testi-author strong {
  color: #fff;
  font-size: .9rem
}

.testi-author small {
  color: rgba(255, 255, 255, 0.55);
  font-size: .78rem
}

/* FAQ */
.faq-img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  height: 240px
}

.accordion-item {
  border: 1.5px solid #E8EDF2;
  border-radius: var(--radius) !important;
  margin-bottom: 12px;
  overflow: hidden
}

.accordion-button {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  padding: 18px 24px;
  color: var(--navy)
}

.accordion-button:not(.collapsed) {
  background: rgba(0, 212, 200, 0.06);
  color: var(--navy);
  box-shadow: none
}

.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(0, 212, 200, 0.15)
}

.accordion-button::after {
  filter: none
}

.accordion-body {
  font-size: .9rem;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 0 24px 18px
}

/* CTA BANNER */
.cta-banner {
  padding: 80px 0
}

.cta-banner h2 {
  font-family: 'Space Grotesk', sans-serif
}

.text-white-50 {
  color: rgba(255, 255, 255, .55) !important
}

.enquiry-img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  height: 200px;
  box-shadow: var(--shadow)
}

.ci-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 212, 200, 0.1), rgba(14, 61, 92, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ci-icon i {
  font-size: 1.1rem;
  color: var(--teal)
}

.contact-info-list {
  margin-top: 24px
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px
}

.contact-info-item strong {
  color: var(--navy)
}

.enquiry-form-card {
  background: linear-gradient(145deg, #0A2540 0%, #0D3352 100%);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border: 1.5px solid #1C3A5C;
  color: #FFFFFF
}

.enquiry-form-card h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  color: #FFFFFF !important;
}

.enquiry-form-card p,
.enquiry-form-card .text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
}

.enquiry-form-card .form-control,
.enquiry-form-card .form-select {
  background: rgba(5, 19, 36, 0.6);
  border: 1.5px solid #1C3A5C;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 12px 16px
}

.enquiry-form-card .form-control::placeholder {
  color: #94A3B8
}

.enquiry-form-card .form-control:focus,
.enquiry-form-card .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 212, 200, 0.25);
  background: rgba(5, 19, 36, 0.9)
}

.footer-wave {
  line-height: 0;
  margin-bottom: -2px
}

.footer-wave svg {
  width: 100%;
  height: 60px
}

.footer-main {
  background: #0a2540;
  color: rgba(255, 255, 255, 0.7);
  padding: 50px 0 30px;
  border-top: 1px solid rgba(0, 212, 200, 0.15)
}

.footer-brand {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none
}

.footer-main .brand-marine {
  color: #fff
}

.footer-main .brand-iq {
  color: var(--teal)
}

.footer-links {
  list-style: none;
  padding: 0
}

.footer-links li {
  margin-bottom: 8px
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: all .3s;
  font-size: .9rem
}

.footer-links a:hover {
  color: var(--teal);
  padding-left: 4px
}

.footer-main h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 2px
}

.badge-iso {
  display: inline-block;
  background: rgba(0, 212, 200, 0.15);
  color: var(--teal);
  font-size: .75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px;
  margin-right: 6px;
  border: 1px solid rgba(0, 212, 200, 0.3)
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  margin-right: 8px;
  transition: all .3s;
  text-decoration: none
}

.social-icons a:hover {
  background: var(--teal);
  color: #051324;
  transform: translateY(-3px)
}

.footer-bottom {
  background: #030A14;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none
}

.footer-bottom a:hover {
  color: var(--teal)
}

.animate-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s ease-out
}

.animate-in.visible {
  opacity: 1;
  transform: translateY(0)
}

@media(max-width:991px) {
  .hero-title {
    font-size: 2.2rem
  }

  .section-padding {
    padding: 60px 0
  }

  .about-main-img {
    height: 300px
  }

  .services-img {
    height: 200px
  }

  .faq-img {
    height: 180px
  }

  .cta-banner {
    padding: 50px 0
  }
}

@media(max-width:575px) {
  .hero-title {
    font-size: 1.8rem
  }

  .stat-num {
    font-size: 2rem
  }

  .enquiry-form-card {
    padding: 24px
  }

  .about-main-img {
    height: 240px
  }

  .trusted-row {
    gap: 10px
  }

  .trusted-item {
    padding: 8px 14px;
    font-size: .78rem
  }
}

/* Custom Buttons based on client ref */
.btn-p {
  background: var(--teal) !important;
  color: #051324 !important;
  padding: 13px 26px !important;
  border-radius: 7px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: transform .15s, box-shadow .15s !important;
  border: none !important;
  display: inline-block;
}

.btn-p:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(0, 212, 200, 0.4) !important;
}

.btn-s {
  background: transparent !important;
  color: #fff !important;
  padding: 13px 26px !important;
  border-radius: 7px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  border: 1px solid #1C3A5C !important;
  text-decoration: none !important;
  transition: border-color .2s !important;
  display: inline-block;
}

.btn-s:hover {
  border-color: var(--teal) !important;
  color: var(--teal) !important;
}

.btn-s-dark {
  background: rgba(0, 212, 200, 0.1) !important;
  color: var(--teal) !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border: 1.5px solid rgba(0, 212, 200, 0.4) !important;
  text-decoration: none !important;
  transition: all .2s !important;
  display: inline-block;
}

.btn-s-dark:hover {
  background: var(--teal) !important;
  color: #051324 !important;
  border-color: var(--teal) !important;
  box-shadow: 0 4px 16px rgba(0, 212, 200, 0.3) !important;
}

.text-navy {
  color: #FFFFFF !important;
}

.feature-card {
  background: linear-gradient(145deg, #0A2540 0%, #0D3352 100%);
  border-radius: var(--radius);
  padding: 24px 22px;
  border: 1.5px solid #1C3A5C;
  transition: all .4s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFFFFF;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 212, 200, 0.15);
  border-color: var(--teal);
}

/* WhatsApp Float Button (Mobile Only) */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  color: #FFF;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .whatsapp-float {
    display: none !important;
  }
}

.nav-link,
.footer-main,
.footer-bottom,
.footer-links {
  font-family: 'Outfit', sans-serif !important;
}