/* ===================================
   Custom Styles for 3 Step Teambuilding
   Improvements for SEO & Visual Appeal
   =================================== */

/* Performance: GPU-accelerate animated elements */
.btn-primary,
.featured-menus,
.menus,
.blog-entry,
.staff,
.ftco-footer-social a,
.ftco_navbar .nav-link {
  will-change: transform;
}

/* Performance: contain layout for card sections */
.menus, .blog-entry, .staff {
  contain: layout style;
}

/* Primary Brand Color */
:root {
  --primary-color: #1565C0;
  --secondary-color: #333333;
  --light-bg: #f8f9fa;
  --text-primary: #333333;
  --text-secondary: #666666;
}

/* Hero Section Improvements */
.home-slider .slider-item h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.home-slider .slider-item .lead {
  font-size: 1.5rem;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  margin-bottom: 2rem;
}

.home-slider .subheading {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

/* Button Improvements */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(21, 101, 192, 0.2);
}

.btn-primary:hover {
  background-color: #0D47A1;
  border-color: #0D47A1;
  box-shadow: 0 4px 12px rgba(21, 101, 192, 0.3);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 40px;
  font-size: 1.1rem;
}

/* Section Heading Improvements */
.heading-section h2 {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.heading-section .subheading {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 1 !important;
  display: block !important;
  font-family: 'Josefin Sans', 'Poppins', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: #1565C0 !important;
  margin-bottom: 10px !important;
  line-height: 1.4 !important;
}

.heading-section.heading-section-white .subheading {
  color: rgba(255,255,255,0.75) !important;
}

.heading-section .lead {
  color: var(--text-secondary);
  font-size: 1.1rem;
  margin-top: 1rem;
}

/* Featured Menu Cards */
.featured-menus {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.featured-menus:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.featured-menus h3 {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Team Activity Cards */
.menus {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.menus:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.menus h3 {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.4rem;
}

.menus p span {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* About Section */
.wrap-about p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.wrap-about strong {
  color: var(--text-primary);
  font-weight: 700;
}

/* ===================================
   Gold/brown overrides — replaces all #c8a97e template gold
   =================================== */

/* Global links */
a {
  color: #1565C0;
}
a:hover, a:focus {
  color: #0D47A1;
}

/* btn-primary — style.css uses .btn.btn-primary which is more specific */
.btn.btn-primary,
.btn-primary {
  background: #1565C0 !important;
  border: 1px solid #1565C0 !important;
  color: #fff !important;
}
.btn.btn-primary:hover,
.btn-primary:hover {
  background: #0D47A1 !important;
  border-color: #0D47A1 !important;
  color: #fff !important;
}
.btn.btn-primary.btn-outline-primary,
.btn-outline-primary {
  border: 1px solid #1565C0 !important;
  background: transparent !important;
  color: #1565C0 !important;
}
.btn-outline-primary:hover {
  background: #1565C0 !important;
  color: #fff !important;
}

/* bg-primary */
.bg-primary {
  background: #1565C0 !important;
}

/* Subscribe / newsletter submit button */
.subscribe-form .form-control.submit {
  background: #1565C0 !important;
  border-color: #1565C0 !important;
  color: #fff !important;
}
.subscribe-form .form-control.submit:hover {
  background: #0D47A1 !important;
}

/* Carousel prev/next arrows */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  color: #1565C0 !important;
}

/* CTA nav button (Download Brochure) — all states */
.ftco-navbar-light .navbar-nav > .nav-item.cta > a,
.ftco-navbar-light.scrolled .nav-item.cta > a {
  background: #1565C0 !important;
  border-color: #1565C0 !important;
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #1565C0 !important;
}

/* Scrolled nav links and active states */
.ftco-navbar-light.scrolled .navbar-nav > .nav-item > a {
  color: #333 !important;
}
.ftco-navbar-light.scrolled .navbar-nav > .nav-item.active > a,
.ftco-navbar-light.scrolled .navbar-nav > .nav-item > a:hover {
  color: #1565C0 !important;
}

/* Any remaining gold text references */
.ftco-navbar-light .navbar-nav > .nav-item > a {
  color: rgba(255,255,255,0.9) !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > a:hover {
  color: #ffffff !important;
}

/* ===================================
   Blue overrides — replaces template browns
   =================================== */

/* Footer widget band — was brown #3c312e */
.ftco-bg-dark {
  background: #1A3A6E !important;
}

/* Footer base — was near-black #141313 */
.ftco-footer {
  background: #0F2044 !important;
}

/* Navbar bg-dark — semi-transparent blue overlay */
.bg-dark {
  background-color: rgba(21, 101, 192, 0.18) !important;
}

/* Scrolled navbar active link — was golden-brown #c8a97e */
.ftco-navbar-light.scrolled .nav-item.active > a,
.ftco-navbar-light.scrolled .nav-link {
  color: #1565C0 !important;
}

/* Top bar strip — was black */
.py-1.bg-black,
.bg-black {
  background-color: #0D2244 !important;
}

/* Footer Improvements */
.ftco-footer {
  border-top: 3px solid var(--primary-color);
}

.ftco-footer-widget h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.ftco-footer-widget p {
  color: #cfe2ff;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.ftco-footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
  margin-right: 0.5rem;
}

.ftco-footer-social a:hover {
  background-color: #0D47A1;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(21, 101, 192, 0.3);
}

.open-hours li {
  color: #cfe2ff;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.open-hours li:last-child {
  border-bottom: none;
}

.open-hours span:first-child {
  width: 100px;
  font-weight: 600;
  color: #ffffff;
}

/* Blog/Gallery Section */
.blog-entry {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.blog-entry:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.blog-entry .heading a {
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.blog-entry .heading a:hover {
  color: var(--primary-color);
}

.blog-entry .meta {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.read {
  color: var(--primary-color);
  font-weight: 600;
  transition: color 0.3s ease;
}

.read:hover {
  color: #0D47A1;
  text-decoration: none;
}

/* Showcase/Staff Cards */
.staff {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.staff:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.staff h3 {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.staff .position {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
}

/* Navigation Bar */
.navbar-brand img {
  max-height: 60px;
  width: auto;
}

.ftco_navbar .nav-link {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 8px 14px !important;
  color: rgba(255,255,255,0.85) !important;
  position: relative;
  transition: color 0.25s ease, transform 0.25s ease;
}

/* Underline slide-in effect */
.ftco_navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
  border-radius: 2px;
}

.ftco_navbar .nav-link:hover,
.ftco_navbar .nav-item.active .nav-link {
  color: #ffffff !important;
  transform: translateY(-2px);
}

.ftco_navbar .nav-link:hover::after,
.ftco_navbar .nav-item.active .nav-link::after {
  transform: scaleX(1);
}

.nav-item.cta .nav-link {
  background-color: var(--primary-color);
  color: white !important;
  padding: 8px 22px !important;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.nav-item.cta .nav-link::after {
  display: none;
}

.nav-item.cta .nav-link:hover {
  background-color: #0D47A1;
  box-shadow: 0 4px 12px rgba(21, 101, 192, 0.35);
  transform: translateY(-2px);
}

/* ===================================
   Get a Quote Form
   =================================== */

.quote-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #444;
  margin-bottom: 6px;
  display: block;
}

.quote-input {
  border: 1.5px solid #e0e0e0;
  border-radius: 8px !important;
  padding: 11px 14px;
  font-size: 0.95rem;
  color: #333;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  height: auto;
}

.quote-input:focus {
  border-color: #1565C0;
  box-shadow: 0 0 0 3px rgba(21, 101, 192, 0.12);
  background: #ffffff;
  outline: none;
}

.quote-submit {
  border-radius: 8px !important;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px;
  letter-spacing: 0.4px;
  transition: all 0.25s ease;
}

.quote-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.35);
}

/* Contact info sidebar cards */
.quote-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-left: 4px solid #1565C0;
}

.quote-info-icon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.quote-info-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #999;
  margin-bottom: 3px;
}

.quote-info-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

a.quote-info-value:hover {
  color: #1565C0;
}

/* Form feedback alerts */
#form-feedback .alert {
  border-radius: 8px;
  font-size: 0.95rem;
  border: none;
  padding: 14px 18px;
}

/* "See Us in Action" live-style nav item */
@keyframes pulse-dot {
  0%   { box-shadow: 0 0 0 0 rgba(144, 202, 249, 0.9); }
  70%  { box-shadow: 0 0 0 8px rgba(144, 202, 249, 0); }
  100% { box-shadow: 0 0 0 0 rgba(144, 202, 249, 0); }
}

@keyframes pill-pulse {
  0%, 100% {
    background: rgba(144, 202, 249, 0.12) !important;
    border-color: rgba(144, 202, 249, 0.35) !important;
    box-shadow: 0 0 6px rgba(144, 202, 249, 0.2);
  }
  50% {
    background: rgba(144, 202, 249, 0.22) !important;
    border-color: rgba(144, 202, 249, 0.6) !important;
    box-shadow: 0 0 16px rgba(144, 202, 249, 0.4);
  }
}

.nav-item-live .nav-link {
  color: #ffffff !important;
  font-weight: 700 !important;
  background: rgba(144, 202, 249, 0.12) !important;
  border: 1.5px solid rgba(144, 202, 249, 0.35) !important;
  border-radius: 50px !important;
  padding: 6px 18px !important;
  letter-spacing: 0.3px;
  backdrop-filter: blur(4px);
  animation: pill-pulse 2.2s ease-in-out infinite;
}

.nav-item-live .nav-link::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #90CAF9;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  animation: pulse-dot 1.6s ease-in-out infinite;
}

/* Hide the default underline sweep on this item */
.nav-item-live .nav-link::after {
  display: none !important;
}

.nav-item-live .nav-link:hover {
  color: #ffffff !important;
  background: rgba(144, 202, 249, 0.28) !important;
  border-color: rgba(144, 202, 249, 0.7) !important;
  transform: translateY(-2px);
}

/* Top Bar */
.top .topper {
  color: #ffffff;
  font-size: 0.9rem;
}

.top .icon {
  color: var(--primary-color);
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .home-slider .slider-item h1 {
    font-size: 2.5rem;
  }
  
  .home-slider .slider-item .lead {
    font-size: 1.1rem;
  }
  
  .heading-section h2 {
    font-size: 2rem;
  }
}

/* Accessibility Improvements */
a {
  transition: color 0.3s ease;
}

a:focus,
button:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* ===================================
   Activity Tiles — overlay card grid
   =================================== */

.activity-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 260px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  cursor: pointer;
}

.activity-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.45s ease;
}

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

.activity-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,28,60,0.96) 0%, rgba(10,28,60,0.5) 50%, rgba(10,28,60,0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 16px;
}

.activity-card-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.25;
  transition: transform 0.3s ease;
}

.activity-card:hover .activity-card-title {
  transform: translateY(-4px);
}

.activity-card-desc {
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 6px 0 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: max-height 0.35s ease, opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.activity-card:hover .activity-card-desc {
  max-height: 60px;
  opacity: 1;
  transform: translateY(0);
}

.btn-activity-quote {
  display: inline-block;
  background: #1565C0;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.4px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s, background 0.2s;
  align-self: flex-start;
}

.activity-card:hover .btn-activity-quote {
  opacity: 1;
  transform: translateY(0);
}

.btn-activity-quote:hover {
  background: #0D47A1;
  color: #ffffff;
  text-decoration: none;
}

/* Activity tab pills */
.nav-link-wrap .nav-pills .nav-link,
.nav-link-wrap .nav-link {
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  color: #555 !important;
  background: #f0f4fa !important;
  border: none !important;
  margin: 0 4px 8px !important;
  transition: all 0.2s ease !important;
}

.nav-link-wrap .nav-pills .nav-link.active,
.nav-link-wrap .nav-link.active {
  background: #1565C0 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(21,101,192,0.35) !important;
}

.nav-link-wrap .nav-pills .nav-link:hover:not(.active),
.nav-link-wrap .nav-link:hover:not(.active) {
  background: #dce8fb !important;
  color: #1565C0 !important;
}

/* Client Success Story Cards — improved text, no icon */
.story-text {
  text-align: center;
  border-top: 3px solid #1565C0;
}
.story-text h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}
.story-text .position {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #1565C0;
}

/* Recent Posts — image-only cards with hover overlay */
.blog-entry-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-entry-media:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}
.blog-entry-media .block-20 {
  height: 260px;
  display: block;
  position: relative;
}
.blog-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(21,101,192,0.75) 0%, rgba(21,101,192,0) 55%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-entry-media .block-20:hover .blog-media-overlay {
  opacity: 1;
}
.blog-media-cta {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Social CTA Buttons */
.btn-social-tiktok,
.btn-social-instagram {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 10px 24px;
  border-radius: 50px;
  transition: all 0.25s ease;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.btn-social-tiktok {
  background: #010101;
  color: #ffffff !important;
  border: 2px solid #010101;
}
.btn-social-tiktok:hover {
  background: #333;
  border-color: #333;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.btn-social-instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff !important;
  border: 2px solid transparent;
}
.btn-social-instagram:hover {
  opacity: 0.88;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(188,24,136,0.3);
}

/* ===================================
   About Page
   =================================== */

/* About story images */
.ftco-wrap-about .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 380px;
  flex: 1;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .ftco-wrap-about .col-md-6.d-flex {
    min-height: 300px;
  }
  .ftco-wrap-about .img {
    min-height: 260px;
  }
}

/* Checklist */
.about-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 10px;
  font-weight: 500;
}
.about-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #1565C0;
  color: #fff;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Stats bar */
.about-stats-bar {
  background: linear-gradient(135deg, #1565C0 0%, #0D47A1 100%);
}
.about-stat-number {
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}
.about-stat-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.75);
}
.about-stat {
  padding: 10px 0;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.about-stat:last-child {
  border-right: none;
}

/* 3 Step cards */
.about-step-card {
  background: #fff;
  border-radius: 14px;
  padding: 36px 28px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-top: 4px solid #e8edf5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(21,101,192,0.12);
}
.about-step-card--featured {
  border-top-color: #1565C0;
  background: linear-gradient(160deg, #f0f6ff 0%, #ffffff 100%);
}
.about-step-number {
  font-size: 3rem;
  font-weight: 900;
  color: #e0eaf8;
  line-height: 1;
  margin-bottom: 12px;
}
.about-step-card--featured .about-step-number {
  color: #bbcfef;
}
.about-step-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 12px;
}
.about-step-card--featured .about-step-title {
  color: #1565C0;
}
.about-step-desc {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Value cards */
.about-value-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 22px;
  height: 100%;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 3px solid transparent;
}
.about-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(21,101,192,0.12);
  border-bottom-color: #1565C0;
}
.about-value-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
  display: block;
}
.about-value-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.about-value-desc {
  font-size: 0.87rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* CTA banner */
.about-cta-section {
  background: linear-gradient(135deg, #0D2244 0%, #1565C0 100%);
  padding: 80px 0;
}
.about-cta-heading {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
}
.about-cta-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  margin-bottom: 32px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.about-cta-btn {
  background: #ffffff;
  color: #1565C0 !important;
  font-weight: 800;
  padding: 13px 32px;
  border-radius: 50px;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  border: 2px solid #ffffff;
}
.about-cta-btn:hover {
  background: transparent;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.about-cta-btn-outline {
  background: transparent;
  color: #ffffff !important;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 50px;
  font-size: 0.95rem;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.25s ease;
}
.about-cta-btn-outline:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .about-cta-heading { font-size: 1.6rem; }
  .about-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 20px; margin-bottom: 20px; }
  .about-cta-btn, .about-cta-btn-outline { display: block; width: 100%; max-width: 280px; margin: 0 auto 12px; }
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
  color: #ffffff;
  text-decoration: none;
}

/* Print Styles */
@media print {
  .navbar, .top, .ftco-footer {
    display: none;
  }
}
