/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2026 | 05:21:03 */
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

/* Redefined variables to match logo design (dark blue and logo blue accent) */
:root {
  --seals-primary: #0f2240;
  --seals-primary-rgb: 15, 34, 64;
  --seals-secondary: #1a305a;
  --seals-accent: #187cc0; /* New Logo Blue accent */
  --seals-accent-rgb: 24, 124, 192;
  --seals-bg-light: #f8f9fa;
  --seals-text-dark: #22252a;
  --seals-text-muted: #6c757d;
  --seals-transition: all 0.3s ease-in-out;
}

/* Color overrides to replace Bootstrap red with Logo Blue */
.text-danger, .text-danger i, .text-danger span {
  color: var(--seals-accent) !important;
}
.bg-danger {
  background-color: var(--seals-accent) !important;
}
.btn-danger {
  background-color: var(--seals-accent) !important;
  border-color: var(--seals-accent) !important;
}
.btn-danger:hover {
  background-color: #005fa2 !important;
  border-color: #005fa2 !important;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--seals-text-dark);
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 0.95rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  color: var(--seals-primary);
  font-weight: 700;
}

/* Top bar with white/light style */
.seals-topbar {
  background-color: #ffffff;
  color: var(--seals-text-dark);
  font-size: 0.85rem;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}

.seals-topbar a {
  color: var(--seals-text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: var(--seals-transition);
}

.seals-topbar a:hover {
  color: var(--seals-accent);
}

/* Navbar: White background with dark links, red CTA button */
.seals-navbar {
  background-color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 0 !important;
}

.seals-navbar-brand {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--seals-primary) !important;
  display: flex;
  align-items: center;
  gap: 8px; 
}
.seals-navbar-brand img {
 height: 59px; width: auto; object-fit: contain;
}
.seals-navbar-brand span {
  color: var(--seals-accent);
}

.seals-nav-link {
  color: var(--seals-primary) !important;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  padding: 8px 16px !important;
  transition: var(--seals-transition);
}

.seals-nav-link:hover,
.seals-nav-link.active {
  color: var(--seals-accent) !important;
}



/* Custom Dropdown Styling & Hover Action on Desktop */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .seals-dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .seals-dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
}

.seals-dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(15, 34, 64, 0.1) !important;
  padding: 10px 0 !important;
  margin-top: 0 !important;
}

.seals-dropdown-menu .dropdown-item {
  color: var(--seals-primary) !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  padding: 10px 20px !important;
  transition: all 0.2s ease !important;
}

.seals-dropdown-menu .dropdown-item:hover {
  background-color: rgba(24, 124, 192, 0.05) !important;
  color: var(--seals-accent) !important;
  padding-left: 24px !important;
}

/* Desktop navbar alignment */
@media (min-width: 992px) {

    .seals-navbar .navbar-collapse{
        display: flex !important;
        align-items: center;
    }

    .seals-navbar .navbar-nav{
        margin-left: auto !important;
    }

    .seals-navbar-btn{
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        margin-left: 20px !important;
        white-space: nowrap;
    }
}
.seals-navbar .navbar-nav li{ list-style:none;}

/* Beautiful Modern Responsive Mobile Menu styling */
@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(15, 34, 64, 0.15);
    padding: 25px !important;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1050;
  }

  .seals-nav-link {
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.9rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .seals-nav-link:last-child {
    border-bottom: none;
  }

  .seals-nav-link:hover,
  .seals-nav-link.active {
    background-color: rgba(24, 124, 192, 0.05) !important;
    padding-left: 20px !important;
  }

  .seals-navbar-btn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 14px 20px !important;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(24, 124, 192, 0.2);
  }

  .seals-dropdown-menu {
    position: static !important;
    float: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: rgba(24, 124, 192, 0.02) !important;
    padding: 5px 10px !important;
    margin-top: 5px !important;
    border-radius: 8px !important;
  }

  .seals-dropdown-menu .dropdown-item {
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
  }

  .seals-dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important;
  }
}

/* Hero Carousel / Section */
.seals-hero {
  position: relative;
  background: linear-gradient(to right, rgb(0 64 108) 0%, rgba(10, 29, 55, 0.8) 40%, rgba(15, 34, 64, 0.5) 100%), url(https://sealscenterqtr.com/wp-content/uploads/2026/07/hero_banner.jpg) center / cover no-repeat !important;
  padding: 144px 0 140px 0;
  color: #ffffff;
}

.seals-hero-title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 72px;
  margin-bottom: 25px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.45);
  letter-spacing: -0.03em;
}

@media (max-width: 991px) {
  .seals-hero {
    padding: 80px 0 80px 0;
  }
  .seals-hero-title {
    font-size: 4.2rem;
    line-height: 62px;
  }
}

@media (max-width: 575px) {
  .seals-hero {
    padding: 67px 0 50px 0;
  }
  .seals-hero-title {
    font-size: 3.2rem;
    line-height: 48px;
    margin-bottom: 15px;
  }
}

.seals-text-gradient {
  background: linear-gradient(135deg, #29acff 0%, #8ad0ff 50%, #b6e1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.seals-hero-desc {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 700px;
  margin-bottom: 35px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.seals-btn-red {
  background-color: var(--seals-accent);
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 4px;
  border: none;
  transition: var(--seals-transition);
}

.seals-btn-red:hover {
  background-color: #a80e0e;
  transform: translateY(-3px);
}

.seals-btn-outline {
  background-color: transparent;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  transition: var(--seals-transition);
}

.seals-btn-outline:hover {
  background-color: #ffffff;
  color: var(--seals-primary) !important;
  transform: translateY(-3px);
}

/* Section Padding and Backgrounds */
.seals-section {
  padding: 120px 0;
}

.seals-section-bg {
  background-color: var(--seals-bg-light);
}

/* Section Header styling */
.seals-section-header {
  margin-bottom: 50px;
}

.seals-section-subtitle {
  color: var(--seals-accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.seals-section-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--seals-primary);
  line-height: 48px;
}

/* About Section Collage Layout from Reference */
.seals-about-collage-container {
  position: relative;
  height: 520px;
  max-width: 550px;
  margin: 0 auto;
}

.seals-collage-main {
  width: 82%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(15, 34, 64, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}

.seals-collage-main:hover {
  transform: scale(1.02);
  box-shadow: 0 40px 80px rgba(15, 34, 64, 0.25);
}

.seals-collage-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seals-collage-sub-1 {
  width: 50%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 2;
  border: 8px solid #ffffff;
  transition: all 0.5s ease;
}

.seals-collage-sub-1:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.28);
}

.seals-collage-sub-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seals-about-experience-card {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 20px 40px rgba(15, 34, 64, 0.15);
  z-index: 3;
  border-left: 6px solid var(--seals-accent);
  text-align: center;
  width: 180px;
  transition: all 0.4s ease;
}

.seals-about-experience-card:hover {
  transform: translateY(-5px) rotate(-2deg);
  box-shadow: 0 30px 50px rgba(15, 34, 64, 0.25);
}

.seals-about-experience-card h3 {
  font-size: 3rem;
  color: var(--seals-accent);
  margin-bottom: 2px;
  font-weight: 800;
  line-height: 1;
}

.seals-about-experience-card p {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--seals-primary);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.seals-about-phone-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
}

.seals-about-phone-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 116, 195, 0.1);
  color: var(--seals-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.seals-about-phone-box span {
  font-size: 0.85rem;
  color: var(--seals-text-muted);
  display: block;
}

.seals-about-phone-box a {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--seals-primary);
  text-decoration: none;
}

/* Feature highlight row below About */
.seals-feature-highlight-card {
  border-right: 1px solid #eeeeee;
  padding: 20px;
}

.seals-feature-highlight-card:last-child {
  border-right: none;
}

.seals-feature-highlight-icon {
  font-size: 2rem;
  color: var(--seals-accent);
  margin-bottom: 15px;
}

.seals-feature-highlight-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.seals-feature-highlight-card p {
  font-size: 0.9rem;
  color: var(--seals-text-muted);
  margin-bottom: 0;
}


/* Call to Action banner matching reference design */
.seals-cta-banner {
  background: linear-gradient(rgba(15, 34, 64, 0.8), rgba(15, 34, 64, 0.8)),
              url('https://sealscenterqtr.com/wp-content/uploads/2026/07/hero_banner.jpg') center/cover no-repeat;
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
}

.seals-cta-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--seals-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 25px;
  box-shadow: 0 0 0 10px rgba(255,255,255,0.2);
  transition: var(--seals-transition);
  text-decoration: none !important;
}

.seals-cta-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 15px rgba(255,255,255,0.3);
  color: var(--seals-accent);
}

.seals-cta-banner h2 {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 800;
  max-width: 800px;
  margin: 0 auto;
}

/* Services Grid (4 side-by-side cards from reference) */
.seals-service-grid-card {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 30px 25px;
  text-align: center;
  height: 100%;
  transition: var(--seals-transition);
}

.seals-service-grid-card:hover {
  transform: translateY(-8px);
  border-color: var(--seals-accent);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.seals-service-grid-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--seals-bg-light);
  color: var(--seals-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 25px auto;
  transition: var(--seals-transition);
}

.seals-service-grid-card:hover .seals-service-grid-icon {
  background-color: var(--seals-accent);
  color: #ffffff;
}

.seals-service-grid-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.seals-service-grid-card p {
  font-size: 0.9rem;
  color: var(--seals-text-muted);
  margin-bottom: 20px;
}

.seals-service-grid-link {
  color: var(--seals-accent);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.seals-service-grid-link:hover {
  color: var(--seals-primary);
}

/* Split Appointment/Info Block matching reference layout */
.seals-split-form-container {
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0d1a33;
}

/* Redesigned Left Form: White clean aesthetic */
.seals-split-form-left {
  background: #ffffff !important;
  color: var(--seals-primary) !important;
  padding: 60px 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.seals-split-form-left h2 {
  color: var(--seals-primary) !important;
  font-size: 2.2rem !important;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.seals-split-form-left p.text-muted {
  color: var(--seals-text-muted) !important;
  font-size: 0.95rem;
}

/* Premium dark input controls */
.seals-form-control {
  background-color: #f8f9fa !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: var(--seals-primary) !important;
  border-radius: 10px !important;
  padding: 15px 20px !important;
  font-size: 0.95rem !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.seals-form-control::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

.seals-form-control:focus {
  background-color: #ffffff !important;
  border-color: var(--seals-accent) !important;
  box-shadow: 0 0 20px rgba(0, 116, 195, 0.15) !important;
  outline: none !important;
  transform: translateY(-2px);
}

/* For dropdown arrow color */
select.seals-form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(0,0,0,0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

select.seals-form-control option {
  background-color: #ffffff !important;
  color: var(--seals-primary) !important;
}

.seals-split-form-right {
  background: linear-gradient(135deg, #0d1a33 0%, #050a16 100%) !important;
  color: #ffffff;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.seals-split-form-right h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.seals-split-experience-badge {
  font-size: 4rem;
  font-weight: 800;
  color: var(--seals-accent);
  line-height: 1;
  margin-bottom: 10px;
}

.seals-split-experience-text {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
}

.seals-split-info-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.seals-split-info-row i {
  color: var(--seals-accent);
  font-size: 1.2rem;
  margin-top: 3px;
}

.seals-split-info-row h5 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 3px;
}

.seals-split-info-row p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* Galleries grid (3x2 structure) */
.seals-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 240px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.seals-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--seals-transition);
}

.seals-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(15, 34, 64, 0.9) 0%, rgba(15, 34, 64, 0.2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  opacity: 0;
  transition: var(--seals-transition);
}

.seals-gallery-item:hover img {
  transform: scale(1.1);
}

.seals-gallery-item:hover .seals-gallery-overlay {
  opacity: 1;
}

.seals-gallery-overlay h4 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.seals-gallery-overlay p {
  color: var(--seals-accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}



/* Counter Record Section from reference image (Dark Background, 4 Stats) */
.seals-record-section {
  background-color: #ffffff;
  color: var(--seals-primary);
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.seals-record-card {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.seals-record-card:hover {
  transform: translateY(-5px);
}

.seals-record-num {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--seals-accent);
  line-height: 1;
  margin-bottom: 15px;
  text-shadow: 0 4px 10px rgba(24, 124, 192, 0.1);
}

.seals-record-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--seals-primary);
}

/* Newsletter bar */
.seals-newsletter-bar {
  background-color: var(--seals-accent);
  color: #ffffff;
  padding: 40px 0;
}

.seals-newsletter-bar h3 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* Footer Section */
.seals-footer {
  background-color: #0b1629;
  color: rgba(255, 255, 255, 0.6);
  padding: 80px 0 30px 0;
}

.seals-footer h4 {
  color: #ffffff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.seals-footer .list-unstyled li {
 list-style:none;
}
.seals-footer-brand {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 20px;
}

.seals-footer-brand span {
  color: var(--seals-accent);
}

.seals-footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.seals-footer-links li {
  margin-bottom: 12px; list-style:none;
}

.seals-footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: var(--seals-transition);
}

.seals-footer-links a:hover {
  color: var(--seals-accent);
}

.hover-accent:hover {
  color: var(--seals-accent) !important;
}

/* Float social / contact widgets */
.seals-whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #ffffff !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: var(--seals-transition);
  text-decoration: none !important;
}

.seals-whatsapp-float:hover {
  transform: scale(1.1) rotate(10deg);
}

.seals-accordion-item {
  border: 1px solid #eeeeee;
  border-radius: 6px !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.seals-accordion-button {
  font-weight: 600;
  color: var(--seals-primary) !important;
  background-color: #ffffff !important;
}

.seals-accordion-button:not(.collapsed) {
  background-color: var(--seals-accent) !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .seals-about-collage-container {
    height: auto;
    margin-bottom: 40px;
  }
  .seals-collage-main, .seals-collage-sub-1, .seals-collage-sub-2 {
    position: static;
    width: 100%;
    margin-bottom: 15px;
    border: none;
  }
  .seals-about-experience-card {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
}

/* Premium Hero stats card styling (Apple/SaaS inspired glowing glassmorphism) */
.seals-hero-stats-card {
  background: rgba(10, 20, 38, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
  transition: all 0.4s ease;
}

.seals-hero-stats-card:hover {
  background: rgba(10, 20, 38, 0.55);
  border-color: rgba(24, 124, 192, 0.4);
  box-shadow: 0 40px 90px rgba(24, 124, 192, 0.15);
}

.seals-hero-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .seals-hero-badge-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.seals-hero-badge-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 16px 20px;
  border-radius: 14px; /* Soft square tech style badge */
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}

.seals-hero-badge-item i {
  font-size: 1.1rem;
  color: #187cc0 !important; /* Force branding accent color on checks */
  background: rgba(24, 124, 192, 0.1);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.seals-hero-badge-item:hover {
  background: rgba(24, 124, 192, 0.12);
  border-color: rgba(24, 124, 192, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(24, 124, 192, 0.15);
}

.seals-hero-badge-item:hover i {
  background: #187cc0;
  color: #ffffff !important;
}

.seals-hero-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  height: 100%;
}

.seals-hero-stat-box:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(24, 124, 192, 0.3);
}




/* Creative Staggered Feature Cards for Why Us section */
.seals-creative-feature-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.seals-creative-feature-card:hover {
  background: linear-gradient(135deg, #187cc0 0%, #0d5c94 100%) !important;
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(24, 124, 192, 0.25);
  border-color: transparent;
}

.seals-creative-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  transition: color 0.3s ease;
  color: var(--seals-primary);
}

.seals-creative-feature-card:hover h3 {
  color: #ffffff;
}

.seals-creative-feature-card p {
  color: var(--seals-text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  transition: color 0.3s ease;
  margin-bottom: 0;
}

.seals-creative-feature-card:hover p {
  color: rgba(255, 255, 255, 0.85);
}

.seals-creative-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(0, 116, 195, 0.08);
  color: var(--seals-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.seals-creative-feature-card:hover .seals-creative-feature-icon {
  background-color: #ffffff;
  color: var(--seals-accent);
  transform: rotateY(180deg);
}

/* Creative Product Cards with bottom-to-top slide-up gradient */
.seals-creative-product-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 35px 25px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* Scrollable Product Slider Styles */
.seals-product-slider-wrapper {
  position: relative;
  width: 100%;
}

.seals-product-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 30px;
  padding: 20px 40px 40px 40px; /* Increased side padding so cards are never cut off */
  margin: 0 -40px; /* Offset the container padding to keep alignment with the page margins */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.seals-product-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.seals-product-slider-item {
  flex: 0 0 320px; /* Force card width */
  max-width: 320px;
  scroll-snap-align: start;
}

.seals-slider-nav-btn {
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #eeeeee !important;
  color: var(--seals-primary) !important;
  background-color: #ffffff !important;
  transition: var(--seals-transition);
}

.seals-slider-nav-btn:hover {
  background-color: var(--seals-accent) !important;
  color: #ffffff !important;
  border-color: var(--seals-accent) !important;
  transform: scale(1.05);
}

/* Product Card Image Container Styles */
.seals-creative-product-image-container {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.seals-creative-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.seals-creative-product-card:hover .seals-creative-product-image-container {
  border-color: rgba(255, 255, 255, 0.2);
}

.seals-creative-product-card:hover .seals-creative-product-image {
  transform: scale(1.08);
}



/* Creative Product Cards - Premium SaaS/Modern Design */
.seals-creative-product-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* Dynamic background fill on hover */
.seals-creative-product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #187cc0 0%, #0d5c94 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(0.95);
  border-radius: 16px;
}

.seals-creative-product-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.seals-creative-product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(15, 34, 64, 0.25);
  border-color: transparent;
}

/* Image styling - clean ratio, glass shadow frame */
.seals-creative-product-image-container {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.02);
  transition: all 0.4s ease;
}

.seals-creative-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.seals-creative-product-card:hover .seals-creative-product-image-container {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.seals-creative-product-card:hover .seals-creative-product-image {
  transform: scale(1.08);
}

.seals-creative-product-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--seals-primary);
  margin-bottom: 8px;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seals-creative-product-card:hover h3 {
  color: #ffffff;
}

.seals-creative-product-card p {
  color: var(--seals-text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 0px;
  transition: color 0.3s ease;
  height: 90px; /* Fixed height for 4 lines of text */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seals-creative-product-card:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.seals-creative-product-link {
  color: var(--seals-accent);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 8px 16px;
  border-radius: 50px;
  background-color: rgba(0, 116, 195, 0.08);
  transition: all 0.3s ease;
}


.seals-creative-product-card:hover .seals-creative-product-link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.seals-creative-product-card:hover .seals-creative-product-link i {
  transform: translateX(5px);
}

/* Creative Industry Cards with Left-Align, slide-up gradient backdrop, and glowing icons */
.seals-creative-industry-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 35px 25px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.seals-creative-industry-card::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--seals-primary) 0%, #005fa2 100%);
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.seals-creative-industry-card:hover::before {
  top: 0;
}

.seals-creative-industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 116, 195, 0.15);
  border-color: transparent;
}

.seals-creative-industry-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--seals-primary);
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.seals-creative-industry-card:hover h3 {
  color: #ffffff;
}

.seals-creative-industry-card p {
  color: var(--seals-text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.seals-creative-industry-card:hover p {
  color: rgba(255, 255, 255, 0.85);
}

.seals-creative-industry-icon {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background-color: rgba(0, 116, 195, 0.06);
  color: var(--seals-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.seals-creative-industry-card:hover .seals-creative-industry-icon {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
}

/* Expert Knowledge Cards Styling */
.seals-expertise-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 24px;
  padding: 45px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Abstract tech backdrop decoration */
.seals-expertise-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 124, 192, 0.06) 0%, transparent 70%);
  pointer-events: none;
  transition: all 0.5s ease;
}

.seals-expertise-card:hover {
  transform: translateY(-8px);
  border-color: #187cc0 !important;
  box-shadow: 0 30px 60px rgba(24, 124, 192, 0.1);
}

.seals-expertise-card:hover::before {
  background: radial-gradient(circle, rgba(24, 124, 192, 0.15) 0%, transparent 70%);
}

.seals-expertise-icon-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.seals-expertise-icon-row img {
border-radius:20px !important; 
}
.seals-expertise-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #187cc0;
  background-color: rgba(24, 124, 192, 0.06);
  padding: 6px 14px;
  border-radius: 10px; /* Modern squared-pill look */
}

.seals-expertise-icon-row i {
  font-size: 1.6rem;
  color: #187cc0 !important;
  background: linear-gradient(135deg, rgba(24, 124, 192, 0.03) 0%, rgba(24, 124, 192, 0.08) 100%);
  width: 55px;
  height: 55px;
  border-radius: 16px; /* High-rounded tech icon container */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 124, 192, 0.1);
  box-shadow: 0 4px 15px rgba(24, 124, 192, 0.05);
  transition: all 0.4s ease;
}

.seals-expertise-card:hover .seals-expertise-icon-row i {
  background: #187cc0;
  color: #ffffff !important;
  border-color: #187cc0;
  box-shadow: 0 8px 20px rgba(24, 124, 192, 0.25);
  transform: translateY(-2px);
}

.seals-expertise-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--seals-primary) !important;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.seals-expertise-card p {
  color: var(--seals-text-muted) !important;
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Split Layout Testimonial Section Styles */
.seals-testimonial-split-section {
  background-color: #ffffff;
  overflow: hidden;
}

.seals-testimonial-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: visible; /* Let cards slide nicely */
}

.seals-testimonial-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 30px;
  padding: 20px 20px 40px 20px; /* Safe padding for shadows */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.seals-testimonial-slider::-webkit-scrollbar {
  display: none;
}

.seals-testimonial-slider-item {
  flex: 0 0 380px; /* Custom card sizing fitting split screen */
  max-width: 380px;
  scroll-snap-align: start;
}

@media (max-width: 575px) {
  .seals-testimonial-slider-item {
    flex: 0 0 290px;
    max-width: 290px;
  }
}

.seals-creative-testimonial-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.seals-creative-testimonial-card:hover {
  transform: translateY(-8px);
  border-color: var(--seals-accent);
  box-shadow: 0 20px 40px rgba(0, 116, 195, 0.08);
}

.seals-creative-testimonial-text {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--seals-text-muted);
  margin-bottom: 30px;
  position: relative;
}

.seals-creative-testimonial-text::before {
  content: '"';
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  color: rgba(0, 116, 195, 0.1);
  position: absolute;
  top: -20px;
  left: -15px;
  line-height: 1;
}

.seals-creative-testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}

.seals-creative-testimonial-avatar-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 116, 195, 0.06);
  color: var(--seals-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: var(--seals-transition);
}

.seals-creative-testimonial-card:hover .seals-creative-testimonial-avatar-container {
  background-color: var(--seals-accent);
  color: #ffffff;
}

.seals-creative-testimonial-user h6 {
  font-size: 1rem;
  color: var(--seals-primary);
  margin-bottom: 2px !important;
}

.seals-creative-testimonial-user small {
  font-size: 0.75rem;
  display: block;
}

/* Redesigned Mockup Appointment Side Panel Styles */
.seals-mockup-info-side {
  background: linear-gradient(rgba(15, 34, 64, 0.95), rgba(15, 34, 64, 0.95)),
              url('https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css') center/cover no-repeat !important; /* fallback backdrop texture style */
  position: relative;
  overflow: hidden;
}

.seals-info-headline {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}

.seals-info-subdesc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Huge red number 26 & experience block */
.seals-experience-badge-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  text-align: center;
}

.seals-experience-number {
  font-family: 'Outfit', sans-serif;
  font-size: 8rem;
  font-weight: 900;
  color: #d11e1e; /* Bright premium red */
  line-height: 0.8;
  letter-spacing: -3px;
  text-shadow: 0 10px 30px rgba(209, 30, 30, 0.25);
}

.seals-experience-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 10px;
}

/* Contact rows matching mockup */
.seals-experience-badge-block + .d-flex .seals-mockup-contact-item {
  margin-bottom: 20px;
}

.seals-mockup-contact-item i {
  color: var(--seals-accent);
  font-size: 1.3rem;
  margin-top: 5px;
}

.seals-mockup-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
  text-transform: uppercase;
}

.seals-mockup-val {
  color: var(--seals-accent) !important; /* Mockup numbers accent blue style */
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: var(--seals-transition);
}

.seals-mockup-val:hover {
  color: #ffffff !important;
}

.seals-mockup-val-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Modern Horizontal Process Flow - Second Design style with soft concentric circles and pink curved arrows */
.seals-process-flow-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px !important;
  position: relative;
  row-gap: 13px;
}

.seals-process-step {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.seals-process-icon-wrap {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
}

.seals-process-icon-circle {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #187cc0; /* Brand Blue color */
  font-size: 2.2rem;
  margin: 0 auto;
  box-shadow: 
    0 0 0 10px rgba(24, 124, 192, 0.04),
    0 0 0 25px rgba(24, 124, 192, 0.02),
    0 15px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(24, 124, 192, 0.08);
}

.seals-process-step:hover .seals-process-icon-circle {
  transform: translateY(-5px);
  box-shadow: 
    0 0 0 15px rgba(24, 124, 192, 0.08),
    0 0 0 35px rgba(24, 124, 192, 0.04),
    0 25px 45px rgba(24, 124, 192, 0.15);
  color: #0d5c94; /* Darker blue on hover */
}

.seals-process-arrow {
  position: absolute;
  top: 60px;
  left: calc(50% + 75px);
  width: calc(100% - 150px);
  height: 25px;
  z-index: 2;
  pointer-events: none;
}

.seals-process-arrow svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.seals-process-arrow svg path:first-child {
  stroke: #9bc9e6 !important; /* Soft blue connector arrow line */
  stroke-dasharray: 4 4 !important;
}

.seals-process-arrow svg path:last-child {
  stroke: #187cc0 !important; /* Brand Blue arrowhead */
}

.seals-process-step h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0b1629;
  margin-bottom: 12px;
}

.seals-process-step p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .seals-process-flow-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 20px;
  }
  .seals-process-step {
    flex: 0 0 45%;
    max-width: 280px;
  }
  .seals-process-arrow {
    display: none;
  }
}

@media (max-width: 575px) {
  .seals-process-step {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* About Collage Slideshow styling */
.seals-collage-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.seals-collage-slides img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.seals-collage-slides img.active {
  opacity: 1;
  z-index: 2;
}

/* Mobile Collage Slideshow styling */
.seals-collage-main-mobile {
  width: 100%;
  max-width: 450px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.seals-collage-slides-mobile {
  position: relative;
  width: 100%;
  height: 100%;
}

.seals-collage-slides-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.seals-collage-slides-mobile img.active {
  opacity: 1;
  z-index: 2;
}

@media (max-width: 575px) {
  .seals-hero-stat-box {
    padding: 12px 10px;
  }
  .seals-hero-stat-box .d-flex {
    gap: 8px !important;
  }
  .seals-hero-stat-box span.fs-2 {
    font-size: 1.4rem !important;
  }
  .seals-hero-stat-box span.tracking-wider {
    font-size: 0.65rem !important;
  }
	
	.seals-product-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 0px;
    padding: 20px 40px 40px 40px;
    margin: 0 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
	
	
}

/* Navbar toggler icon transitions (Hamburger to Close) */
.seals-navbar .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 8px 10px;
  font-size: 1.5rem;
  color: var(--seals-primary) !important;
}

.seals-navbar .navbar-toggler[aria-expanded="false"] .seals-hamburger-icon {
  display: inline-block !important;
}
.seals-navbar .navbar-toggler[aria-expanded="false"] .seals-close-icon {
  display: none !important;
}

.seals-navbar .navbar-toggler[aria-expanded="true"] .seals-hamburger-icon {
  display: none !important;
}
.seals-navbar .navbar-toggler[aria-expanded="true"] .seals-close-icon {
  display: inline-block !important;
}




.seals-navbar .dropdown-menu {
    margin-top: 0 !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    min-width: 260px;
    border-radius: 8px;
    z-index: 99999;
}

.seals-navbar .dropdown {
    position: relative;
}


.seals-navbar-btn {
  background-color: var(--seals-accent) !important;
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 24px !important;
  border-radius: 4px;
  border: none;
  transition: var(--seals-transition);
}

.seals-navbar-btn:hover {
  background-color: #0b5c94 !important;
  transform: translateY(-2px);
}

.seals-btn-red {
    background-color: #187cc0 !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px !important;
    border-radius: 4px !important;
    border: none !important;
    transition: var(--seals-transition);
}

.seals-btn-outline {
    background-color: transparent !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px !important;
    border-radius: 4px !important;
    border: 2px solid #ffffff !important;
    transition: var(--seals-transition);
}




.seals-navbar{
    position: relative;
    background: #fff;
    transition: all .35s ease;
}

.seals-navbar.navbar-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    animation: slideDown .35s ease;
}

body.navbar-active{
    padding-top: 90px;
}

@keyframes slideDown{
    from{
        transform: translateY(-100%);
        opacity:0;
    }
    to{
        transform: translateY(0);
        opacity:1;
    }
}

