/*
Theme Name: Beliewww Logistic
Description: Professional logistics and transportation WordPress theme by Beliewww with ACF integration. Features responsive design, interactive service cards, and comprehensive content management.
Version: 1.3.0
Author: Beliewww
Author URI: https://beliewww.com
Text Domain: beliewww-logistic
Tags: logistics, transportation, business, responsive, custom-logo, threaded-comments, translation-ready
Beliewww Logistic WordPress Theme
Copyright (C) 2024 Beliewww Solutions
*/

/* ==========================================================================
   BELIEWWW LOGISTIC THEME STYLES
   ========================================================================== */
   /* ==========================================================================
   BELIEWWW LOGISTIC - SORA FONT DECLARATIONS
   ========================================================================== */

/* Sora Font Face Declarations - Local Files */
@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('./assets/fonts/Sora-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Body with Sora font and fallbacks */
body {
  font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

/* Google Fonts: Sora */
body {
  font-family: 'Sora', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* WordPress Specific Styles */
.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Beliewww Admin Notice Styles */
.beliewww-admin-notice {
  background: #f0f8ff;
  border: 2px solid #2563eb;
  border-radius: 0.7em;
  padding: 1.2em;
  margin: 2em 0;
  text-align: center;
}

.beliewww-admin-notice p {
  margin: 0;
  font-size: 1.1rem;
  color: #23234B;
}

/* Header */
.header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(35,35,75,0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.logo {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #23234B;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}

.logo__img {
  width: clamp(120px, 15vw, 180px);
  height: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.nav__list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__link {
  text-decoration: none;
  color: #23234B;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.1rem);
  transition: color 0.2s;
}
.nav__link:hover {
  color: #F94A6B;
}
.btn {
  display: inline-block;
  padding: 0.7em 1.6em;
  border-radius: 2em;
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.1rem);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.btn--primary {
  background: #23234B;
  color: #fff;
}
.btn--primary:hover {
  background: #F94A6B;
  color: #fff;
}
.btn--secondary {
  background: #fff;
  color: #23234B;
  border: 2px solid #23234B;
}
.btn--secondary:hover {
  background: #F94A6B;
  color: #fff;
  border-color: #F94A6B;
}
.nav__cta {
  margin-left: 2rem;
}
.nav__toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #23234B;
  cursor: pointer;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5f7fa;
}
.hero__bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: left;
  padding: 4rem 0 2rem 0;
}
.hero__title {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
  line-height: 1.1;
}
.hero__subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero__actions {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.hero__route {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  width: clamp(180px, 30vw, 320px);
  max-width: 40vw;
  z-index: 3;
  opacity: 0.95;
}

/* Logistics Section */
.logistics {
  background: #fff;
  padding: 4rem 0 2rem 0;
}
.logistics__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
.logistics__info {
  flex: 1.2;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #F94A6B;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.logistics__title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 2rem;
}
.highlight {
  color: #F94A6B;
}
.logistics__points {
  display: flex;
  gap: 2.5rem;
}
.logistics__point {
  flex: 1;
}
.point-number {
  color: #F94A6B;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin-right: 0.5em;
}
.point-title {
  font-weight: 600;
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.1rem);
}
.point-desc {
  color: #23234B;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  margin-top: 0.5em;
}
.logistics__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.logistics__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Freight Solution Section Heading */
.freight-solution {
  background: #f5f7fa;
  padding: 2.5rem 0 1.5rem 0;
}
.freight-solution__title {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 700;
  color: #23234B;
  margin-top: 1rem;
}

/* Services Section */
.services {
  background: #f7f8fa;
  padding: 4rem 0 2rem 0;
}
.services__title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #23234B;
  margin: 1.5rem 0 2.5rem 0;
  line-height: 1.2;
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.service-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.2rem 2rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
  border: 2px solid transparent;
  gap: 1.5rem;
}
.service-card__img {
  width: 6.4em;
  object-fit: contain;
  border-radius: 0.8em;
  margin-right: 1.5rem;
  flex-shrink: 0;
  transition: background 0.2s;
  background: none;
  padding: 0;
}
.service-card__main {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1;
  gap: 1.2rem;
}
.service-card__title {
  font-weight: 600;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  color: #23234B;
  margin-bottom: 0;
  margin-right: 1.2rem;
}
.service-card__desc {
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  color: #23234B;
  opacity: 0.85;
  max-width: 480px;
  margin-bottom: 0;
}
.service-card:hover, .service-card.active {
  background: #23234B;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
}
.service-card:hover .service-card__img,
.service-card.active .service-card__img {
  background: none;
}
.service-card:hover .service-card__title,
.service-card.active .service-card__title,
.service-card:hover .service-card__desc,
.service-card.active .service-card__desc {
  color: #fff;
}

/* Service Info Panels */
.service-info-panels {
  position: relative;
  margin-top: 1.5rem;
}
.service-info {
  display: none;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.08);
  padding: 2rem 2.5rem 2.5rem 5.5rem;
  margin-left: 4.3em;
  margin-top: -1.2em;
  max-width: 480px;
  position: absolute;
  left: 0;
  z-index: 10;
  animation: fadeInSlide 0.3s;
}
@keyframes fadeInSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.service-info__title {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 0.7em;
}
.service-info__desc {
  font-size: clamp(1rem, 2vw, 1.08rem);
  color: #23234B;
  margin-bottom: 1.5em;
  max-width: 480px;
}
.service-info__cta {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  padding: 0.9em 2.2em;
  border-radius: 2em;
  font-weight: 700;
  margin-left: 0;
  display: inline-block;
}

/* Show active info panel */
.service-info.active {
  display: block;
}

/* Accordion Flap Effect */
.service-accordion {
  display: none;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 0 1.2em 1.2em;
  box-shadow: 0 8px 32px rgba(35,35,75,0.10);
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 2rem 2.5rem;
  max-width: 900px;
  animation: fadeInSlide 0.3s;
  gap: 2.5rem;
  border-top: 1px solid #f0f0f0;
  position: relative;
  top: -0.5em;
  z-index: 2;
  justify-content: flex-end;
  margin-left: auto;
}
.service-card.active {
  border-radius: 1.2em 1.2em 0 0;
  background: #23234B;
  color: #fff;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
  z-index: 3;
}
.service-card.active .service-card__title,
.service-card.active .service-card__desc {
  color: #fff;
}
.service-card.active .service-card__img {
  background: none;
}

/* Accordion Expanded Area */
.service-accordion__cta {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  padding: 0.9em 2.2em;
  border-radius: 2em;
  font-weight: 700;
  margin-left: 0;
  margin-top: 0.2em;
  display: inline-block;
  flex-shrink: 0;
}
.service-accordion__desc {
  font-size: clamp(1rem, 2vw, 1.08rem);
  color: #23234B;
  max-width: 480px;
  margin-left: 0;
}

/* Home Page Service Card & Accordion (Restored) */
.service-card-home {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.2rem 2rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
  border: 2px solid transparent;
  gap: 1.5rem;
}
.service-card-home .service-card__img {
  width: 3.4em;
  object-fit: contain;
  border-radius: 0.8em;
  margin-right: 1.5rem;
  flex-shrink: 0;
  transition: background 0.2s;
  background: none;
  padding: 0;
}
.service-card-home .service-card__main {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1;
  gap: 1.2rem;
}
.service-card-home .service-card__title {
  font-weight: 600;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  color: #23234B;
  margin-bottom: 0;
  margin-right: 1.2rem;
}
.service-card-home .service-card__desc {
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  color: #23234B;
  opacity: 0.85;
  max-width: 480px;
  margin-bottom: 0;
}
.service-card-home:hover, .service-card-home.active {
  background: #23234B;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
}
.service-card-home:hover .service-card__img,
.service-card-home.active .service-card__img {
  background: none;
}
.service-card-home:hover .service-card__title,
.service-card-home.active .service-card__title,
.service-card-home:hover .service-card__desc,
.service-card-home.active .service-card__desc {
  color: #fff;
}

.service-card-home.service-accordion {
  display: none;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 0 1.2em 1.2em;
  box-shadow: 0 8px 32px rgba(35,35,75,0.10);
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 2rem 2.5rem;
  max-width: 900px;
  animation: fadeInSlide 0.3s;
  gap: 2.5rem;
  border-top: 1px solid #f0f0f0;
  position: relative;
  top: -0.5em;
  z-index: 2;
  justify-content: flex-end;
  margin-left: auto;
}
.service-card-home.active {
  border-radius: 1.2em 1.2em 0 0;
  background: #23234B;
  color: #fff;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
  z-index: 3;
}
.service-card-home.active .service-card__title,
.service-card-home.active .service-card__desc {
  color: #fff;
}
.service-card-home.active .service-card__img {
  background: none;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .logistics__container {
    flex-direction: column;
    gap: 2rem;
  }
  .logistics__points {
    flex-direction: column;
    gap: 1.5rem;
  }
  .hero__content {
    padding: 2.5rem 0 1.5rem 0;
  }
  .service-accordion {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem 1.2rem;
    max-width: 100%;
  }
  .service-card-home.service-accordion {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem 1.2rem;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .logo {
    margin-right: 0;
    flex: 0 0 auto;
  }
  .logo__img {
    width: 110px;
    height: auto;
  }
    .nav_cta_header {
      display: flex !important;
      align-items: center;
      justify-content: center;
      min-width: unset;
      width: auto;
      padding: 0.5em 0.9em;
      font-size: 1rem;
      margin: 0 0rem 0rem 3rem !important; 
      border-radius: 2em;
      white-space: nowrap;
      width: 30% !important;
    }
  
  .nav__toggle {
    display: block;
    font-size: 1.7rem;
    padding: 0.5rem;
    margin-left: 0;
    background: none;
    border: none;
    color: #23234B;
    cursor: pointer;
    flex: 0 0 auto;
  }
  .nav {
    position: fixed;
    top: 10px;
    right: -100%;
    width: 80%;
    max-width: 60%;
    background: #ffff;
    padding: 2rem;
    transition: right 0.8s ease;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: -2px 0 8px rgba(35,35,75,0.1);
    margin-right: 30px;
    border: solid 2px #fff;
    border-radius: 10px;
    height: auto;
    min-height: fit-content;
    max-height: 100vh;
  }
  .nav.open {
    right: 0;
  }
  .nav__list {
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
  }
  .nav__cta {
    margin: 1rem 0;
    text-align: center;
    display: none;
  }
  .nav__toggle {
    display: block;
    font-size: 1.5rem;
    padding: 0.5rem;
    margin-left: auto;
  }
  .logo {
    font-size: 1.5rem;
  }
  .logo__img {
    width: 120px;
  }
  .nav__list {
    flex-direction: column;
    gap: 1.5rem;
  }
  .nav__cta {
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .nav__toggle {
    display: block;
  }
  .service-info {
    position: static;
    margin-left: 0;
    max-width: 100%;
    padding: 1.2rem 1.2rem 1.5rem 1.2rem;
  }
  .services__list {
    gap: 0.7rem;
  }
  .service-card__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .service-card {
    gap: 1rem;
    padding: 0.8rem 1rem;
  }
  .service-card-home .service-card__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .service-card-home {
    gap: 1rem;
    padding: 0.8rem 1rem;
  }
  .service-card-home.service-accordion {
    padding: 1rem 0.7rem;
  }
  .nav {
    background-image: url('assets/menu-bg.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* Complete Theme CSS... */
/* Google Fonts: Sora */
body {
  font-family: 'Sora', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(35,35,75,0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
}
.logo {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #23234B;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}

.logo__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.nav__list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__link {
  text-decoration: none;
  color: #23234B;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.1rem);
  transition: color 0.2s;
}
.nav__link:hover {
  color: #F94A6B;
}
.btn {
  display: inline-block;
  padding: 0.7em 1.6em;
  border-radius: 2em;
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.1rem);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.btn--primary {
  background: #23234B;
  color: #fff;
}
.btn--primary:hover {
  background: #F94A6B;
  color: #fff;
}
.btn--secondary {
  background: #fff;
  color: #23234B;
  border: 2px solid #23234B;
}
.btn--secondary:hover {
  background: #F94A6B;
  color: #fff;
  border-color: #F94A6B;
}
.nav__cta {
  margin-left: 2rem;
}
.nav__toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #23234B;
  cursor: pointer;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5f7fa;
}
.hero__bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  text-align: left;
  padding: 4rem 0 2rem 0;
}
.hero__title {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
  line-height: 1.1;
}
.hero__subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero__actions {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.hero__route {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  width: clamp(180px, 30vw, 320px);
  max-width: 40vw;
  z-index: 3;
  opacity: 0.95;
}

/* Logistics Section */
.logistics {
  background: #fff;
  padding: 4rem 0 2rem 0;
}
.logistics__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
.logistics__info {
  flex: 1.2;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #F94A6B;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.logistics__title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 2rem;
}
.highlight {
  color: #F94A6B;
}
.logistics__points {
  display: flex;
  gap: 2.5rem;
}
.logistics__point {
  flex: 1;
}
.point-number {
  color: #F94A6B;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin-right: 0.5em;
}
.point-title {
  font-weight: 600;
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.1rem);
}
.point-desc {
  color: #23234B;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  margin-top: 0.5em;
}
.logistics__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.logistics__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Freight Solution Section Heading */
.freight-solution {
  background: #f5f7fa;
  padding: 2.5rem 0 1.5rem 0;
}
.freight-solution__title {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 700;
  color: #23234B;
  margin-top: 1rem;
}

/* Services Section */
.services {
  background: #f7f8fa;
  padding: 4rem 0 2rem 0;
}
.services__title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #23234B;
  margin: 1.5rem 0 2.5rem 0;
  line-height: 1.2;
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.service-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.2rem 2rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
  border: 2px solid transparent;
  gap: 1.5rem;
}
.service-card__img {
  width: 6.4em;
  object-fit: contain;
  border-radius: 0.8em;
  margin-right: 1.5rem;
  flex-shrink: 0;
  transition: background 0.2s;
  background: none;
  padding: 0;
}
.service-card__main {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1;
  gap: 1.2rem;
}
.service-card__title {
  font-weight: 600;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  color: #23234B;
  margin-bottom: 0;
  margin-right: 1.2rem;
}
.service-card__desc {
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  color: #23234B;
  opacity: 0.85;
  max-width: 480px;
  margin-bottom: 0;
}
.service-card:hover, .service-card.active {
  background: #23234B;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
}
.service-card:hover .service-card__img,
.service-card.active .service-card__img {
  background: none;
}
.service-card:hover .service-card__title,
.service-card.active .service-card__title,
.service-card:hover .service-card__desc,
.service-card.active .service-card__desc {
  color: #fff;
}

/* Service Info Panels */
.service-info-panels {
  position: relative;
  margin-top: 1.5rem;
}
.service-info {
  display: none;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.08);
  padding: 2rem 2.5rem 2.5rem 5.5rem;
  margin-left: 4.3em;
  margin-top: -1.2em;
  max-width: 480px;
  position: absolute;
  left: 0;
  z-index: 10;
  animation: fadeInSlide 0.3s;
}
@keyframes fadeInSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.service-info__title {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 0.7em;
}
.service-info__desc {
  font-size: clamp(1rem, 2vw, 1.08rem);
  color: #23234B;
  margin-bottom: 1.5em;
  max-width: 480px;
}
.service-info__cta {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  padding: 0.9em 2.2em;
  border-radius: 2em;
  font-weight: 700;
  margin-left: 0;
  display: inline-block;
}

/* Show active info panel */
.service-info.active {
  display: block;
}

/* Accordion Flap Effect */
.service-accordion {
  display: none;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 0 1.2em 1.2em;
  box-shadow: 0 8px 32px rgba(35,35,75,0.10);
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 2rem 2.5rem;
  max-width: 900px;
  animation: fadeInSlide 0.3s;
  gap: 2.5rem;
  border-top: 1px solid #f0f0f0;
  position: relative;
  top: -0.5em;
  z-index: 2;
  justify-content: flex-end;
  margin-left: auto;
}
.service-card.active {
  border-radius: 1.2em 1.2em 0 0;
  background: #23234B;
  color: #fff;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
  z-index: 3;
}
.service-card.active .service-card__title,
.service-card.active .service-card__desc {
  color: #fff;
}
.service-card.active .service-card__img {
  background: none;
}

/* Accordion Expanded Area */
.service-accordion__cta {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  padding: 0.9em 2.2em;
  border-radius: 2em;
  font-weight: 700;
  margin-left: 0;
  margin-top: 20%;
  display: inline-block;
  flex-shrink: 0;
}
.service-accordion__desc {
  font-size: clamp(1rem, 2vw, 1.08rem);
  color: #23234B;
  max-width: 480px;
  margin-left: 0;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .logistics__container {
    flex-direction: column;
    gap: 2rem;
  }
  .logistics__points {
    flex-direction: column;
    gap: 1.5rem;
  }
  .hero__content {
    padding: 2.5rem 0 1.5rem 0;
  }
  .service-accordion {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem 1.2rem;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .logo {
    margin-right: 0;
    flex: 0 0 auto;
  }
  .logo__img {
    width: 110px;
    height: auto;
  }
    .nav_cta_header {
      display: flex !important;
      align-items: center;
      justify-content: center;
      min-width: unset;
      width: auto;
      padding: 0.5em 0.9em;
      font-size: 1rem;
      margin: 0 0rem 0rem 3rem !important; 
      border-radius: 2em;
      white-space: nowrap;
      width: 30% !important;
    }
  
  .nav__toggle {
    display: block;
    font-size: 1.7rem;
    padding: 0.5rem;
    margin-left: 0;
    background: none;
    border: none;
    color: #23234B;
    cursor: pointer;
    flex: 0 0 auto;
  }
  .nav {
    position: fixed;
    top: 10px;
    right: -100%;
    width: 80%;
    max-width: 60%;
    background: #ffff;
    padding: 2rem;
    transition: right 0.8s ease;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: -2px 0 8px rgba(35,35,75,0.1);
    margin-right: 30px;
    border: solid 2px #fff;
    border-radius: 10px;
    height: auto;
    min-height: fit-content;
    max-height: 100vh;
  }
  .nav.open {
    right: 0;
  }
  .nav__list {
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
  }
  .nav__cta {
    margin: 1rem 0;
    text-align: center;
    display: none;
  }
  .nav__toggle {
    display: block;
    font-size: 1.5rem;
    padding: 0.5rem;
    margin-left: auto;
  }
  .logo {
    font-size: 1.5rem;
  }
  .logo__img {
    width: 120px;
  }
  .nav__list {
    flex-direction: column;
    gap: 1.5rem;
  }
  .nav__cta {
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .nav__toggle {
    display: block;
  }
  .service-info {
    position: static;
    margin-left: 0;
    max-width: 100%;
    padding: 1.2rem 1.2rem 1.5rem 1.2rem;
  }
  .services__list {
    gap: 0.7rem;
  }
  .service-card__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .service-card {
    gap: 1rem;
    padding: 0.8rem 1rem;
  }
  .nav {
    background-image: url('assets/menu-bg.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 500px) {
  .container {
    width: 96%;
  }
  .hero__title {
    font-size: clamp(1.3rem, 8vw, 2.2rem);
  }
  .logistics__title {
    font-size: clamp(1.1rem, 6vw, 1.5rem);
  }
  .freight-solution__title {
    font-size: clamp(1rem, 5vw, 1.2rem);
  }
  .services {
    padding: 2rem 0 1rem 0;
  }
  .service-accordion {
    padding: 1rem 0.7rem;
  }
}

/* Truck Image Responsive */
@media (max-width: 1200px) {
  .logistics__image img {
    height: 340px;
  }
}
@media (max-width: 900px) {
  .logistics__image img {
    height: 220px;
  }
}
@media (max-width: 600px) {
  .logistics__image img {
    height: 100%;
  }
}

/* Who We Are Section */
.who-we-are {
  background: #fff;
  padding: 4rem 0 2rem 0;
}
.who-we-are__container {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  justify-content: space-between;
}
.who-we-are__left {
  flex: 1.2;
  min-width: 260px;
}
.who-we-are__right {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.who-we-are__title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 1.2rem;
  line-height: 1.15;
}
.who-we-are__desc {
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.15rem);
  margin-bottom: 1.5rem;
}
.who-we-are__callout {
  background: #EAF2FF;
  color: #23234B;
  border-left: 4px solid #2563eb;
  border-radius: 0.7em;
  padding: 1.1em 1.3em;
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.1rem);
  margin-bottom: 1.5rem;
  margin-top: 1.2rem;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
}
.who-we-are__img-wrap {
  position: relative;
  display: inline-block;
  border-radius: 1.2em;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(35,35,75,0.10);
}
.who-we-are__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2em;
}
.who-we-are__overlay {
  position: absolute;
  left: 1.2em;
  bottom: 1.2em;
  background: #fff;
  border-radius: 0.7em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.10);
  padding: 1em 1.3em;
  font-size: 1rem;
  min-width: 170px;
}
.who-we-are__overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.who-we-are__overlay li {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 0.5em;
  color: #23234B;
  font-weight: 500;
}
.who-we-are__overlay li:last-child {
  margin-bottom: 0;
}
.who-we-are__overlay i {
  font-size: 1.2em;
  color: #2563eb;
}

/* Odometer Stats - Simplified */
.who-we-are__stats {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.stat-box {
  border: 1.5px solid #2563eb;
  border-radius: 0.7em;
  background: none;
  box-shadow: none;
  flex: 1 1 0;
  min-width: 120px;
  max-width: 180px;
  padding: 1.1em 0.7em 0.7em 0.7em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5em;
}
.stat-number {
  font-size: 2.3rem;
  font-weight: 500;
  color: #23234B;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.stat-label {
  color: #23234B;
  font-size: 0.98rem;
  font-weight: 400;
  text-align: center;
  margin-top: 0.2em;
}
@media (max-width: 900px) {
  .who-we-are__container {
    flex-direction: column;
    gap: 2.2rem;
  }
  .who-we-are__img {
    width: 100%;
    height: 100%;
    min-width: 0;
  }
  .who-we-are__right {
    justify-content: flex-start;
  }
  .who-we-are__img-wrap {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .who-we-are__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .stat-box {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    padding: 0.7em 0.3em 0.5em 0.3em;
    border-radius: 0.5em;
  }
  .stat-number {
    font-size: 1.1rem;
  }
  .stat-label {
    font-size: 0.85rem;
  }
}

/* Our Process Section */
.process {
  background: #fff;
  padding: 4rem 0 2rem 0;
}
.process__container {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: space-between;
}
.process__left {
  flex: 1.2;
  min-width: 260px;
}
.process__right {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.process__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 1.2rem;
  line-height: 1.15;
}
.process__desc {
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.15rem);
  margin-bottom: 1.5rem;
}
.process__img-wrap {
  width: 100%;
  height: 220px;
  margin-top: 1.5rem;
  border-radius: 1.2em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.2em;
}
.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.process-step__num {
  font-size: 2.7rem;
  font-weight: 600;
  color: #D1D5DB;
  min-width: 2.5em;
  line-height: 1;
}
.process-step__content {
  display: flex;
  flex-direction: column;
}
.process-step__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #23234B;
  margin-bottom: 0.2em;
}
.process-step__desc {
  font-size: 1rem;
  color: #6B7280;
}

@media (max-width: 900px) {
  .process__container {
    flex-direction: column;
    gap: 2.2rem;
  }
  .process__img-wrap {
    height: 160px;
  }
}
@media (max-width: 700px) {
  .process__right {
    gap: 1.2rem;
  }
  .process-step {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
  .process__img-wrap {
    height: 120px;
  }
}

/* Page content padding on mobile */
@media (max-width: 700px) {
  body, .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* CTA Section as Card */
.cta {
  position: relative;
  background: #23234B;
  padding: 3.5rem 0 3.5rem 0;
  overflow: hidden;
  border-radius: 1.5em;
  margin: 2.5rem 0 2.5rem 0;
  box-shadow: 0 4px 32px rgba(35,35,75,0.10);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cta__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cta__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 75, 0.6);
  z-index: 2;
  pointer-events: none;
}
.cta__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}
.cta__content h2,
.cta__content p {
  color: #fff;
  text-align: center;
}
.cta__btn {
  background: #fff;
  color: #23234B;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.8em 2.2em;
  border-radius: 2em;
  transition: background 0.2s, color 0.2s;
}
.cta__btn:hover {
  background: #F94A6B;
  color: #fff;
}
@media (max-width: 900px) {
  .cta {
    margin: 1.5rem 0.7em 1.5rem 0.7em;
    border-radius: 1em;
  }
}
@media (max-width: 700px) {
  .cta {
    margin: 1.2rem 0.2em 1.2rem 0.2em;
    border-radius: 0.7em;
    padding: 2rem 0 2rem 0;
  }
}

/* Footer */
.footer {
  background: #23234B;
  color: #fff;
  padding: 3.5rem 0 1.5rem 0;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-wrap: wrap;
  padding-left: 2.5em;
  padding-right: 2.5em;
  box-sizing: border-box;
}
.footer__tagline-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 2.2rem;
}
.footer__tagline--right {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: right;
}
.footer__content-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
}
.footer__left {
  flex: 1.2;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__right {
  display: flex;
  gap: 2.5rem;
  flex: 2;
  min-width: 320px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .footer__container {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .footer__tagline-row {
    margin-bottom: 1.2rem;
    justify-content: flex-start;
  }
  .footer__tagline--right {
    text-align: left;
    font-size: 1.3rem;
  }
  .footer__content-row {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 700px) {
  .footer__container {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
  .footer__tagline-row {
    margin-bottom: 1.2rem;
    justify-content: flex-start;
  }
  .footer__tagline--right {
    text-align: left;
    font-size: 1.1rem;
  }
  .footer__content-row {
    flex-direction: column;
    gap: 1.2rem;
  }
  .footer__right {
    width: 100%;
    flex-direction: column;
    gap: 0.7rem;
    align-items: flex-start;
  }
  .footer__bottom {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
  .footer__bottom-links {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-bottom: 0.7em;
  }
  .who-we-are__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .stat-box {
    max-width: 90%;
    min-width: 0;
    width: 100%;
    padding: 0.7em 0.3em 0.5em 0.3em;
    border-radius: 0.5em;
  }
  .stat-number {
    font-size: 1.1rem;
  }
  .stat-label {
    font-size: 0.85rem;
  }
}
.footer__logo {
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #23234B;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.footer__logo-img {
  width: clamp(140px, 18vw, 200px);
  height: auto;
  object-fit: contain;
}

.footer__logo-x {
  color: #2563eb;
}
.footer__logo-x--red {
  color: #F94A6B;
}
.footer__stay-connected {
  margin-bottom: 2.2rem;
  width: 100%;
}
.footer__stay-connected .footer__col-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.7em;
}
.footer__stay-connected p {
  color: #e0e7ef;
  font-size: 1rem;
  margin-bottom: 1em;
}
.footer__stay-connected .footer__quote-btn {
  background: #fff;
  color: #23234B;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 2em;
  padding: 0.7em 1.8em;
}
.footer__stay-connected .footer__quote-btn:hover {
  background: #F94A6B;
  color: #fff;
}
.footer__col {
  min-width: 140px;
  flex: 1;
}
.footer__col-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__links li {
  margin-bottom: 0.7em;
}
.footer__links a {
  color: #e0e7ef;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: #F94A6B;
}
.footer__bottom {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  border-top: 1px solid #334155;
  padding-top: 1.2rem;
  padding-left: 2.5em;
  padding-right: 2.5em;
  box-sizing: border-box;
}
.footer__bottom-links a {
  color: #e0e7ef;
  margin-right: 1.5em;
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.2s;
}
.footer__bottom-links a:hover {
  color: #F94A6B;
}
.footer__copyright {
  color: #e0e7ef;
  font-size: 0.98rem;
}
.footer-accordion-arrow {
  margin-left: auto;
  font-size: 1.1em;
  transition: transform 0.2s;
  display: none;
}
@media (max-width: 700px) {
  .footer__logo {
    font-size: 2.7rem;
    margin-bottom: 0.7rem;
  }
  .footer__stay-connected {
    display: none;
  }
  .footer__col {
    width: 100%;
    min-width: 0;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #334155;
    border-radius: 0;
    padding-bottom: 0.5em;
  }
  .footer__col-title {
    font-size: 1.2rem;
    margin-bottom: 0.2em;
    cursor: pointer;
    user-select: none;
  }
  .footer__links {
    display: none;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
  .footer__col.open .footer__links {
    display: block;
  }
  .footer__col.open .footer-accordion-arrow {
    transform: rotate(180deg);
  }
  .footer-accordion-arrow {
    display: inline-block;
    font-size: 1.2em;
    color: #e0e7ef;
    margin-left: 0.5em;
    vertical-align: middle;
  }
}

/* Quotation Form Styles */
.quote-form-section {
  width: 100%;
  margin: 0 auto 3rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.quote-form {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px 0 rgba(30, 42, 80, 0.10);
  padding: 2.2rem 2rem 2.2rem 2rem;
  gap: 0;
  width: 100%;
  max-width: 1200px;
  min-height: 110px;
  position: relative;
}

.quote-form__field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 180px;
  flex: 1 1 0;
  padding: 0 1.5rem;
}

.quote-form__label {
  font-family: 'Sora', sans-serif;
  font-size: 1.18rem;
  font-weight: 600;
  color: #23242a;
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}

.required {
  color: #e53935;
  font-size: 1.1em;
  font-weight: 700;
}

.quote-form__input {
  font-family: 'Sora', sans-serif;
  font-size: 1.13rem;
  padding: 0.7em 1em;
  border: 1.5px solid #e3e6ee;
  border-radius: 0.7em;
  background: #fafbfc;
  color: #23242a;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  margin-bottom: 0.2em;
  width: 80%;
}

.quote-form__input:focus {
  border-color: #2563ff;
  box-shadow: 0 0 0 2px rgba(37,99,255,0.10);
}

.quote-form__divider {
  width: 1px;
  background: #e3e6ee;
  margin: 0 0.5rem;
  align-self: stretch;
  display: block;
}

.quote-form__btn {
  font-family: 'Sora', sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  background: #1769ff;
  color: #fff;
  border: none;
  border-radius: 0.7em;
  padding: 0.7em 1.2em;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 12px 0 rgba(30, 42, 80, 0.10);
  min-width: 120px;
}

.quote-form__btn:hover, .quote-form__btn:focus {
  background: #1253cc;
}

.quote-form__error {
  color: #e53935;
  font-size: 1rem;
  margin-top: 0.2em;
  min-height: 1.2em;
  display: none;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .quote-form {
    flex-wrap: wrap;
    padding: 1.5rem 0.7rem;
    min-height: unset;
  }
  .quote-form__field {
    min-width: 140px;
    padding: 0 0.7rem;
  }
  .quote-form__btn {
    margin-left: 0.7rem;
    min-width: 100px;
    font-size: 1.13rem;
    padding: 0.7em 1.2em;
  }
}

@media (max-width: 700px) {
  .quote-form-section {
    padding: 0 0.5rem;
  }
  .quote-form {
    flex-direction: column;
    box-shadow: 0 2px 16px 0 rgba(30, 42, 80, 0.10);
    padding: 1.2rem 0.5rem;
    gap: 0;
  }
  .quote-form__field {
    padding: 0.5rem 0;
    min-width: unset;
  }
  .quote-form__divider {
    width: 100%;
    height: 1px;
    margin: 0.5rem 0;
  }
  .quote-form__btn {
    width: 100%;
    margin: 1.2rem 0 0 0;
    min-width: unset;
    font-size: 1.13rem;
    padding: 0.7em 1em;
    width: 95%;
  }
}

/* --- SERVICES PAGE ADDITIONS --- */

/* Hero Overlay for Services Page */
.services-hero .hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 75, 0.6);
  z-index: 2;
}
.hero__overlay-card {
  display: flex;
  align-items: center;
  gap: 0.7em;
  background: rgba(255,255,255,0.13);
  color: #fff;
  border-radius: 2em;
  padding: 0.5em 1.3em;
  font-weight: 600;
  font-size: 1.05rem;
  box-shadow: 0 2px 8px rgba(35,35,75,0.10);
  width: fit-content;
  margin-top: 2.2em;
  backdrop-filter: blur(2px);
}
.hero__overlay-card .icon-inline {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.3em;
  filter: drop-shadow(0 1px 2px rgba(35,35,75,0.10));
}

/* Community Marquee */
.community__marquee-wrap {
  position: relative;
  width: 100%;
  margin: 2.5em 0 0.5em 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.community__marquee {
  display: flex;
  gap: 2.5em;
  animation: marquee-scroll 7s linear infinite;
  will-change: transform;
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.community__logo {
  height: 48px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(35,35,75,0.10));
  background: #fff;
  border-radius: 0.7em;
  padding: 0.3em 1.2em;
}
.community__marquee-blur {
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.community__marquee-blur.left {
  left: 0;
  background: linear-gradient(to right, #fff 60%, rgba(255,255,255,0) 100%);
}
.community__marquee-blur.right {
  right: 0;
  background: linear-gradient(to left, #fff 60%, rgba(255,255,255,0) 100%);
}

/* Services Section Alternating Cards */
.services__list-alt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) {
  .services__list-alt {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
}
@media (max-width: 600px) {
  .services__list-alt {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.service-card-index {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.2rem 2rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
  border: 2px solid transparent;
  gap: 1.5rem;
}
.service-card {
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  border: 1.5px solid #e3e6ee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2.2em 1.5em 1.5em 1.5em;
  min-width: 0;
  min-height: 320px;
  aspect-ratio: 1/1;
  transition: box-shadow 0.2s, border 0.2s, background 0.2s, color 0.2s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.service-card__iconbox {
  width: 32px;
  height: 32px;
  border-radius: 1em;
  background:#F94A6B;
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin-top: 0.2em;
  transition: background 0.2s;
  padding: 0.3em;
}
.service-card__img {
  font-size: 2rem;
  color: #F94A6B;
}
.service-card__title {
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  color: #23234B;
}
.service-card__desc, .service-card__typewriter {
  font-size: 1.01rem;
  color: #23234B;
  opacity: 0.85;
  text-align: left;
  min-height: 3.2em;
  transition: color 0.2s;
}
.service-card__typewriter {
  display: none;
  color: #F94A6B;
  font-weight: 600;
  font-family: 'Sora', monospace, sans-serif;
  background: none;
  border-radius: 0.5em;
  padding: 0;
  box-shadow: none;
  animation: fadeInSlide 0.2s;
}
.service-card.typewriter-active .service-card__desc {
  display: none;
}
.service-card.typewriter-active .service-card__typewriter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 120px;
  margin-bottom: auto;
  text-align: left;
  width: 100%;
  margin-top: 1.2em;
}
.service-card__btn {
  margin-top: auto;
  background: #23234B;
  color: #fff;
  border: none;
  border-radius: 2em;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.7em 1.6em 0.7em 1.2em;
  display: flex;
  align-items: center;
  gap: 0.7em;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
}
.service-card__btn .fa-arrow-right {
  font-size: 1.1em;
}
.service-card:hover, .service-card.typewriter-active {
  background: #23234B;
  color: #fff;
  border-color: #23234B;
}
.service-card:hover .service-card__iconbox,
.service-card.typewriter-active .service-card__iconbox {
  background: #fff;
}
.service-card:hover .service-card__img,
.service-card.typewriter-active .service-card__img {
  color: #23234B;
}
.service-card:hover .service-card__title,
.service-card.typewriter-active .service-card__title {
  color: #fff;
}
.service-card:hover .service-card__desc,
.service-card.typewriter-active .service-card__desc {
  color: #fff;
}
.service-card:hover .service-card__typewriter,
.service-card.typewriter-active .service-card__typewriter {
  color: #F94A6B;
}
.service-card:hover .service-card__btn,
.service-card.typewriter-active .service-card__btn {
  background: #fff;
  color: #23234B;
}
.service-card.typewriter-active .service-card__iconbox,
.service-card.typewriter-active .service-card__title {
  display: none;
}

@media (max-width: 900px) {
  .service-card {
    min-height: 220px;
    padding: 1.2em 1em 1em 1em;
  }
  .service-card__iconbox {
    width: 48px;
    height: 48px;
    margin-bottom: 1em;
  }
}
@media (max-width: 600px) {
  .service-card {
    min-height: 180px;
    padding: 1em 0.7em 0.7em 0.7em;
  }
  .service-card__iconbox {
    width: 40px;
    height: 40px;
    margin-bottom: 0.7em;
  }
}

/* Center align section heading and description */
.services-alt .section-label,
.services-alt .services__title,
.services-alt .services__desc {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.services-alt .services__title {
  margin-bottom: 1.2em;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.2;
  text-align: center;
  display: block;
  word-break: normal;
  white-space: normal;
  font-weight: 700;
}
.services-alt .services__desc {
  color: #23234B;
  font-size: 1.08rem;
  margin-bottom: 2.2em;
  font-weight: 400;
  opacity: 0.85;
  max-width: 700px;
}

/* FAQ Accordion */
.faqs {
  background: #fff;
  padding: 4rem 0 2rem 0;
}
.faqs__list {
  margin-top: 2.2em;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.faq-item {
  background: #f7f8fa;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.2em 2em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s, box-shadow 0.2s;
  position: relative;
}
.faq-item.active {
  border: 2px solid #2563eb;
  background: #fff;
}
.faq-question {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.13rem;
  color: #23234B;
  gap: 1em;
}
.faq-arrow {
  margin-left: auto;
  width: 1.5em;
  height: 1.5em;
  transition: transform 0.2s;
  display: inline-block;
}
.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-answer {
  font-size: 1.05rem;
  color: #23234B;
  margin-top: 0.7em;
  max-width: 700px;
  display: none;
  animation: fadeInSlide 0.2s;
}
.faq-item.active .faq-answer {
  display: block;
}

@media (max-width: 900px) {
  .services__list-alt {
    flex-direction: column;
    gap: 1.2rem;
  }
  .community__marquee {
    gap: 1.2em;
  }
}
@media (max-width: 700px) {
  .community__logo {
    height: 32px;
    padding: 0.2em 0.7em;
  }
  .community__marquee-blur {
    width: 30px;
  }
}

/* --- OUR COMMUNITY SECTION --- */
.community__container {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.community__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5em;
  margin-bottom: 2.2em;
}
.community__left {
  flex: 1.2;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2em;
}
.community__title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 0.7em;
  line-height: 1.15;
}
.community__desc {
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.15rem);
  margin-bottom: 1.2em;
  max-width: 420px;
}
.community__btn {
  margin-top: 0.5em;
  font-size: 1.05rem;
  padding: 0.7em 2em;
  font-weight: 600;
  border: 1.5px solid #23234B;
}
.community__stats-grid {
  flex: 1.2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.2em 2em;
  align-items: stretch;
  min-width: 320px;
  max-width: 420px;
}
.community__stats-grid .stat-box {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em 0.7em 1.2em 0.7em;
  border-radius: 1em;
  background: #fff;
  border: 1.5px solid #e3e6ee;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .community__main {
    flex-direction: column;
    gap: 2em;
  }
  .community__stats-grid {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .community__main {
    flex-direction: column;
    gap: 1.2em;
  }
  .community__stats-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2em 2em;
    min-width: 0;
    max-width: 100%;
    width: 95%;
  }
  .community__left {
    min-width: 0;
    width: 100%;
  }
}

.community .section-label {
  margin-bottom: 0.2em;
}

/* --- CONTACT PAGE STYLES --- */
.contact-hero__overlay {
  background: rgba(249, 74, 107, 0.6) !important;
}
.contact-section {
  background: #fff;
  padding: 3.5rem 0 2.5rem 0;
}
.contact-section__container {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-section__left {
  flex: 1.1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2em;
}
.contact-section__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 0.7em;
  line-height: 1.15;
}
.contact-section__title .highlight {
  color: #F94A6B;
}
.contact-section__desc {
  color: #23234B;
  font-size: clamp(1rem, 2vw, 1.15rem);
  margin-bottom: 1.2em;
  max-width: 420px;
}
.contact-section__info-cards {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
.info-card {
  display: flex;
  align-items: center;
  gap: 1em;
  background: #f7f8fa;
  border-radius: 1em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.1em 1.3em;
  font-size: 1.08rem;
  color: #23234B;
  font-weight: 500;
}
.info-card__icon {
  color: #2563eb;
  font-size: 1.3em;
  font-weight: 300;
  min-width: 1.5em;
  text-align: center;
}
.contact-section__right {
  max-width: 540px;
  margin: 0 auto;
}
.contact-form {
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 16px rgba(35,35,75,0.10);
  padding: 2.2em 2em 2em 2em;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.contact-form__row {
  display: flex;
  gap: 1em;
}
.contact-form__field {
  flex: 1;
  min-width: 0;
}
.contact-form__field label {
  font-weight: 600;
  font-size: 1.08rem;
  color: #23234B;
  margin-bottom: 0.2em;
}
.contact-form__field input,
.contact-form__field textarea {
  font-family: 'Sora', sans-serif;
  font-size: 1.08rem;
  padding: 0.7em 1em;
  border: 1.5px solid #e3e6ee;
  border-radius: 0.7em;
  background: #fafbfc;
  color: #23234B;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  resize: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37,99,255,0.10);
}
.contact-form__btn {
  background: #23234B;
  color: #fff;
  border: none;
  border-radius: 2em;
  font-weight: 600;
  font-size: 1.13rem;
  padding: 0.9em 2.2em;
  margin-top: 0.7em;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  width: 100%;
  cursor: pointer;
}
.contact-form__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.contact-form__error {
  color: #F94A6B;
  font-size: 0.98rem;
  min-height: 1.2em;
  margin-top: 0.1em;
  display: block;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.hero__caption {
  color: #fff;
  font-size: 1.01rem;
  margin-top: 1.7em;
  letter-spacing: 0.08em;
  opacity: 0.85;
  text-align: center;
}
@media (max-width: 900px) {
  .contact-section__container {
    flex-direction: column;
    gap: 2.2em;
  }
  .contact-section__right {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-section {
    padding: 2rem 0 1.2rem 0;
  }
  .contact-section__container {
    flex-direction: column;
    gap: 1.2em;
  }
  .contact-section__left {
    min-width: 0;
    width: 100%;
  }
  .contact-section__right {
    min-width: 0;
    width: 100%;
  }
  .contact-form {
    padding: 1.2em 0.5em 1em 0.5em;
  }
  .contact-form__row {
    flex-direction: column;
    gap: 0.7em;
  }
}

/* --- ABOUT PAGE STYLES --- */
.breadcrumb {
  background: none;
  padding: 1em 0 0.2em 0;
  font-size: 1.01rem;
}
.breadcrumb__item {
  color: #23234B;
  font-weight: 500;
  opacity: 0.85;
}
.breadcrumb__item--active {
  color: #F94A6B;
  font-weight: 700;
  opacity: 1;
}
.breadcrumb__slash {
  color: #b0b6c6;
  margin: 0 0.5em;
}
.about-hero {
  background: #fff;
  padding: 0.7em 0 2.5em 0;
}
.about-hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
.about-hero__tagline {
  font-size: 1.18rem;
  color: #23234B;
  opacity: 0.85;
  margin-bottom: 2em;
  font-weight: 400;
}
.about-hero__images {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
.about-hero__images-large {
  flex: 1.2;
}
.about-hero__images-small {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex: 0.8;
}
.about-hero__img {
  border-radius: 1.2em;
  box-shadow: 0 2px 12px rgba(35,35,75,0.08);
  object-fit: cover;
  width: 100%;
  display: block;
}
.about-hero__img--large {
  height: 320px;
  min-width: 320px;
  max-width: 420px;
}
.about-hero__img--small {
  height: 90px;
  min-width: 120px;
  max-width: 200px;
}
.about-hero__masonry {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.5em;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1.5em auto;
}
.about-hero__img--masonry {
  width: 100%;
  object-fit: cover;
  border-radius: 1.2em;
  box-shadow: 0 2px 12px rgba(35,35,75,0.08);
  display: block;
}
.about-hero__masonry img:nth-child(1) {
  grid-row: 1 / span 2;
  grid-column: 1 / 2;
  height: 100%;
  min-height: 380px;
  max-height: 100%;
}
.about-hero__masonry img:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  height: 180px;
}
.about-hero__masonry img:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  height: 180px;
}
@media (max-width: 900px) {
  .about-hero__masonry {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1em;
  }
  .about-hero__masonry img:nth-child(1),
  .about-hero__masonry img:nth-child(2),
  .about-hero__masonry img:nth-child(3) {
    height: 120px;
    min-height: 0;
    max-height: 100%;
  }
}
@media (max-width: 700px) {
  .about-hero__masonry {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.7em;
  }
  .about-hero__masonry img {
    height: 80px;
    min-height: 0;
    max-height: 100%;
  }
}
.benefits-card__btn {
  margin-top: 0.7em;
  width: 100%;
  font-size: 1.08rem;
  padding: 0.8em 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-overview {
  background: #fff;
  padding: 2.5em 0 2.5em 0;
}
.service-overview__container {
  display: flex;
  gap: 3em;
  align-items: flex-start;
  justify-content: space-between;
}
.service-overview__left {
  flex: 1.5;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2em;
}
.service-overview__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 0.7em;
  line-height: 1.15;
}
.service-overview__title .highlight {
  color: #F94A6B;
}
.service-overview__desc {
  color: #23234B;
  font-size: 1.08rem;
  margin-bottom: 1.2em;
  max-width: 600px;
}
.service-overview__right {
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.benefits-card {
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 16px rgba(35,35,75,0.10);
  padding: 2em 1.5em 1.5em 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  align-items: center;
}
.benefits-card__img {
  width: 100%;
  max-width: 320px;
  border-radius: 0.8em;
  margin-bottom: 0.7em;
}
.benefits-card__desc {
  color: #23234B;
  font-size: 1.01rem;
  text-align: center;
  margin-bottom: 0.7em;
}
.benefits-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  width: 100%;
}
.benefits-card__list li {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #23234B;
  font-weight: 500;
  gap: 0.7em;
}
.benefits-card__dot {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: #2563eb;
  margin-right: 0.5em;
}
.benefits-card__btn {
  margin-top: 0.7em;
  width: 100%;
  font-size: 1.08rem;
  padding: 0.8em 0;
}
@media (max-width: 900px) {
  .about-hero__images {
    flex-direction: column;
    gap: 1em;
  }
  .about-hero__images-large, .about-hero__images-small {
    max-width: 100%;
    min-width: 0;
  }
  .about-hero__img--large {
    height: 220px;
    max-width: 100%;
  }
  .about-hero__img--small {
    height: 70px;
    max-width: 100%;
  }
  .service-overview__container {
    flex-direction: column;
    gap: 2em;
  }
  .service-overview__right {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-hero {
    padding: 1em 0 1.2em 0;
  }
  .about-hero__title {
    font-size: 1.5rem;
  }
  .about-hero__tagline {
    font-size: 1rem;
  }
  .about-hero__images {
    flex-direction: column;
    gap: 0.7em;
  }
  .about-hero__img--large {
    height: 120px;
    min-width: 0;
    max-width: 100%;
  }
  .about-hero__img--small {
    height: 40px;
    min-width: 0;
    max-width: 100%;
  }
  .service-overview {
    padding: 1.2em 0 1.2em 0;
  }
  .service-overview__container {
    flex-direction: column;
    gap: 1.2em;
  }
  .service-overview__left {
    min-width: 0;
    width: 100%;
  }
  .service-overview__right {
    min-width: 0;
    width: 100%;
  }
  .benefits-card {
    padding: 1.2em 0.5em 1em 0.5em;
  }
}

/* --- NEXT LEVEL SECTION --- */
.next-level {
  background: #24224c;
  padding: 1em 0 2.5em 0;
  background-image: url('assets/about-container.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.next-level__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 3em;
}
.next-level__left {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  min-height: 420px;
  position: relative;
}
.next-level__title {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  color: #F94A6B;
  margin-bottom: 0.5em;
  margin-top: 0;
  line-height: 1.1;
}
.next-level__cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.next-level__right {
  flex: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 320px;
}
.next-level__img-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next-level__img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  z-index: 1;
  margin-top: 0;
}
.next-level__desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(249, 74, 107, 0.9);
  color: #fff;
  font-size: 1.01rem;
  padding: 1em 1.3em;
  border-radius: 1em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.08);
  max-width: 320px;
  z-index: 2;
  text-align: left;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 900px) {
  .next-level__container {
    flex-direction: column;
    gap: 2.2em;
  }
  .next-level__left {
    min-height: 0;
  }
  .next-level__right, .next-level__img-wrap {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .next-level__img {
    max-width: 100%;
  }
  .next-level__desc {
    position: static;
    transform: none;
    margin: 1em 0 0 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .next-level {
    padding: 1.2em 0 1.2em 0;
  }
  .next-level__title {
    font-size: 1.3rem;
  }
  .next-level__cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7em;
  }
  .next-level__avatars {
    margin-right: 0.7em;
  }
  .next-level__clients {
    margin-right: 0.7em;
  }
  .next-level__img-wrap {
    padding: 0;
  }
} 

.next-level__avatars {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1.2em;
}
.next-level__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(35,35,75,0.10);
  object-fit: cover;
  margin-left: -12px;
  background: #e0e7ef;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.next-level__avatar:first-child {
  margin-left: 0;
}
.next-level__clients {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1.5em;
  min-width: 90px;
  width: auto;
  color: #fff;
}
.next-level__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  width: auto;
  white-space: nowrap;
} 

/* --- OUR HISTORY SECTION --- */
.history {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #16204a;
  padding: 0;
}
.history__bg {
  background: #16204a;
  width: 100%;
  padding: 3.5em 0 2.5em 0;
}
.history__container {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.history__label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.2em;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.history__label .fa-circle {
  color: #F94A6B;
  font-size: 0.7em;
}
.history__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 2.5em;
  color: #fff;
}
.history__timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5em;
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
.history__event {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.history__year {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.7em;
  color: #fff;
}
.history__dot {
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 0.7em;
  border: 3px solid #F94A6B;
  position: relative;
  z-index: 2;
  top: 0.1em;
}
.history__desc {
  font-size: 1.01rem;
  color: #fff;
  opacity: 0.85;
  margin-top: 0.5em;
  max-width: 200px;
  text-align: center;
}
.history__timeline::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 2.8em;
  height: 0.2em;
  background: repeating-linear-gradient(90deg, #fff, #fff 8px, transparent 8px, transparent 16px);
  z-index: 1;
  width: 100%;
}
@media (max-width: 900px) {
  .history__timeline {
    flex-direction: column;
    gap: 2.2em;
    max-width: 100%;
    align-items: center;
  }
  .history__timeline::before {
    display: none;
  }
  .history__event {
    align-items: center;
    text-align: center;
  }
}

/* --- TEAM SECTION --- */
.team {
  background: #fff;
  padding: 3.5em 0 2.5em 0;
}
.team__container {
  max-width: 900px;
  margin: 0 auto;
}
.team__title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  color: #23234B;
  margin-bottom: 2.5em;
  text-align: left;
}
.team__title .highlight {
  color: #F94A6B;
}
.team__list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: center;
}
.team__member {
  display: flex;
  align-items: center;
  gap: 2em;
  background: #f7f8fa;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.5em 2em;
}
.team__photo-wrap {
  flex-shrink: 0;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.08);
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team__photo {
  width: 90px;
  height: 110px;
  object-fit: cover;
  border-radius: 1em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.08);
  background: #fff;
}
.team__info {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.team__name {
  font-size: 1.18rem;
  font-weight: 600;
  color: #23234B;
}
.team__role {
  font-size: 1.01rem;
  color: #6B7280;
  font-weight: 400;
}
@media (max-width: 900px) {
  .team__container {
    max-width: 100%;
    padding: 0 1em;
  }
  .team__list {
    flex-direction: column;
    gap: 2em;
  }
  .team__member {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    padding: 1.2em 1em;
  }
  .team__photo {
    width: 70px;
    height: 80px;
  }
}
@media (max-width: 700px) {
  .team__list {
    flex-direction: row;
    gap: 1em;
  }
  .team__member {
    padding: 0.7em 0.3em;
    min-width: 0;
    max-width: 100px;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }
  .team__photo {
    width: 48px;
    height: 56px;
  }
  .team__name {
    font-size: 0.98rem;
  }
  .team__role {
    font-size: 0.85rem;
  }
}

.next-level__clients-label {
  color: #fff;
  font-size: 0.98rem;
  opacity: 0.85;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .next-level__cta-row {
    display: none;
  }
  .service-card-home .service-card__title {
    width: 100% !important;
}
}

/* Home Page Service Card & Accordion (Restored) */
.service-card-home {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 2px 8px rgba(35,35,75,0.06);
  padding: 1.2rem 2rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
  border: 2px solid transparent;
  gap: 1.5rem;
}
.service-card-home .service-card__img {
  width: 3.4em;
  object-fit: contain;
  border-radius: 0.8em;
  margin-right: 1.5rem;
  flex-shrink: 0;
  transition: background 0.2s;
  background: none;
  padding: 0;
}
.service-card-home .service-card__main {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1;
  gap: 1.2rem;
}
.service-card-home .service-card__title {
  font-weight: 600;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  color: #23234B;
  margin-bottom: 0;
  margin-right: 1.2rem;
  width: 25%;
}
.service-card-home .service-card__desc {
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  color: #23234B;
  opacity: 0.85;
  max-width: 480px;
  margin-bottom: 0;
}
.service-card-home:hover, .service-card-home.active {
  background: #23234B;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
}
.service-card-home:hover .service-card__img,
.service-card-home.active .service-card__img {
  background: none;
}
.service-card-home:hover .service-card__title,
.service-card-home.active .service-card__title,
.service-card-home:hover .service-card__desc,
.service-card-home.active .service-card__desc {
  color: #fff;
}

.service-card-home.service-accordion {
  display: none;
  align-items: flex-start;
  background: #fff;
  border-radius: 0 0 1.2em 1.2em;
  box-shadow: 0 8px 32px rgba(35,35,75,0.10);
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 2rem 2.5rem;
  max-width: 900px;
  animation: fadeInSlide 0.3s;
  gap: 2.5rem;
  border-top: 1px solid #f0f0f0;
  position: relative;
  top: -0.5em;
  z-index: 2;
  justify-content: flex-end;
  margin-left: auto;
}
.service-card-home.active {
  color: #fff;
  box-shadow: 0 4px 16px rgba(35,35,75,0.10);
  z-index: 3;
}
.service-card-home.active .service-card__title,
.service-card-home.active .service-card__desc {
  color: #fff;
}
.service-card-home.active .service-card__img {
  background: none;
}
@media (max-width: 900px) {
  .service-card-home.service-accordion {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem 1.2rem;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .service-card-home .service-card__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .service-card-home {
    gap: 1rem;
    padding: 0.8rem 1rem;
  }
  .service-card-home.service-accordion {
    padding: 1rem 0.7rem;
  }
}
.nav_cta_header {
  display: none;
}
.mob-button {
  display: none;
}
@media (max-width: 700px) {
  .desk-button {
    display: none;
  }
  .mob-button {
    display: block;
  }
  .service-card:hover .mob-button{
    background: #23234B !important;
  }
}

.nav__close {
  display: none;
}
@media (max-width: 700px) {
  .nav__close {
    display: block;
    background: #F94A6B;
    border: solid 1px #F94A6B;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    z-index: 10;
    cursor: pointer;
    border-radius: 12px;
  }
}

.nav__bottom {
  display: none;
}
@media (max-width: 700px) {
  .nav__bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
    width: 100%;
  }
  .nav__bottom-col {
    flex: 1;
    color: #23234B;
    font-size: 1.1rem;
  }
  .nav__bottom-col--left {
    text-align: left;
  }
  .nav__bottom-col--right {
    text-align: right;
  }
  .nav__bottom-col a {
    color: #23234B;
    text-decoration: underline;
    display: block;
    margin-bottom: -1rem;
    font-size: 0.8rem;
  }
}
/* End of theme CSS */

/* WordPress Comment Styles */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* WordPress Gallery Styles */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ACF Admin Styling */
.acf-field-group-title {
  color: #23234B !important;
}

.acf-field-group-title:before {
  content: "🚚 ";
  margin-right: 5px;
}

/* Beliewww Theme Signature */
.beliewww-theme-credit {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 0.5rem;
}
/* ========================================
   CONTACT FORM 7 - HORIZONTAL INLINE QUOTE FORM
   ======================================== */

/* Remove CF7 default styling completely */
.quote-form-section .wpcf7 {
    width: 100%;
    max-width: none;
    margin: 0;
}

/* Make CF7 form horizontal inline like your design */
.quote-form-section .wpcf7-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 0 auto;
    gap: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto; /* Allow horizontal scroll on very small screens */
}

/* Remove default CF7 paragraph margins */
.quote-form-section .wpcf7-form p {
    margin: 0 !important;
    display: contents; /* Make p tags invisible in layout */
}

/* Quote form fields - horizontal layout */
.quote-form-section .quote-form__field {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    min-width: 180px; /* Minimum width for each field */
    padding: 0 1rem;
}

/* First field - no left padding */
.quote-form-section .quote-form__field:first-child {
    padding-left: 0;
}

/* Last field (button) - no right padding */
.quote-form-section .quote-form__field:last-child {
    padding-right: 0;
    flex: 0 0 auto; /* Don't grow, just fit content */
}

/* Field labels - small and above input */
.quote-form-section .quote-form__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #23234B;
    margin-bottom: 0.5rem;
    font-family: 'Sora', sans-serif;
    white-space: nowrap;
}

/* Required asterisk */
.quote-form-section .required {
    color: #F94A6B;
    margin-left: 2px;
}

/* All input fields - compact horizontal design */
.quote-form-section .wpcf7-form input[type="text"],
.quote-form-section .wpcf7-form input[type="tel"],
.quote-form-section .wpcf7-form input[type="date"],
.quote-form-section .wpcf7-form input[type="email"] {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid #E5E7EB !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    font-family: 'Sora', sans-serif !important;
    background: #ffffff !important;
    color: #23234B !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    min-width: 0; /* Allow inputs to shrink */
}

/* Input focus states */
.quote-form-section .wpcf7-form input:focus {
    border-color: #F94A6B !important;
    box-shadow: 0 0 0 3px rgba(249, 74, 107, 0.1) !important;
}

/* Input error states */
.quote-form-section .wpcf7-form input.wpcf7-not-valid {
    border-color: #F94A6B !important;
    background-color: #FEF2F2 !important;
}

/* Horizontal dividers between fields */
.quote-form-section .quote-form__divider {
    width: 1px;
    height: 60px;
    background: #E5E7EB;
    margin: 0;
    align-self: center;
    margin-top: 1.5rem; /* Align with input fields (below labels) */
}

/* Submit button - compact horizontal style */
.quote-form-section .wpcf7-form .quote-form__btn {
    background: #23234B !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0.875rem 1.5rem !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: 'Sora', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    white-space: nowrap !important;
    margin-top: 1.5rem !important; /* Align with inputs */
    height: fit-content !important;
	margin-bottom: -2.5rem;
}

/* Submit button hover */
.quote-form-section .wpcf7-form .quote-form__btn:hover {
    transform: translateY(-2px) !important;
     background: #F94A6B !important;
}

/* CF7 validation messages - position below inputs */
.quote-form-section .wpcf7-not-valid-tip {
    color: #F94A6B !important;
    font-size: 0.75rem !important;
    margin-top: 0.25rem !important;
    font-family: 'Sora', sans-serif !important;
    position: absolute !important;
    bottom: -1.5rem !important;
    left: 0 !important;
    white-space: nowrap !important;
}

/* CF7 response messages - full width above form */
.quote-form-section .wpcf7-mail-sent-ok,
.quote-form-section .wpcf7-mail-sent-ng,
.quote-form-section .wpcf7-aborted {
    margin-bottom: 1rem !important;
    padding: 1rem !important;
    border-radius: 8px !important;
    text-align: center !important;
    border: none !important;
    width: 100% !important;
}

.quote-form-section .wpcf7-mail-sent-ok {
    background: #4CAF50 !important;
    color: white !important;
}

.quote-form-section .wpcf7-mail-sent-ng,
.quote-form-section .wpcf7-aborted {
    background: #F44336 !important;
    color: white !important;
}

/* CF7 spinner */
.quote-form-section .wpcf7-spinner {
    margin-left: 10px !important;
    margin-top: 1.5rem !important;
}

/* Mobile responsive - stack vertically on small screens */
@media (max-width: 768px) {
    .quote-form-section .wpcf7-form {
        flex-direction: column !important;
        padding: 1.5rem !important;
        gap: 1rem !important;
    }
    
    .quote-form-section .quote-form__field {
        padding: 0 !important;
        min-width: auto !important;
        width: 100% !important;
    }
    
    .quote-form-section .quote-form__divider {
        width: 100% !important;
        height: 1px !important;
        margin: 0.5rem 0 !important;
    }
    
    .quote-form-section .wpcf7-form .quote-form__btn {
        width: 100% !important;
        margin-top: 0 !important;
    }
    
    .quote-form-section .wpcf7-not-valid-tip {
        position: static !important;
        margin-top: 0.5rem !important;
        white-space: normal !important;
    }
}

/* Tablet responsive - adjust field sizes */
@media (max-width: 1024px) and (min-width: 769px) {
    .quote-form-section .quote-form__field {
        min-width: 150px;
        padding: 0 0.75rem;
    }
    
    .quote-form-section .wpcf7-form input {
        padding: 0.75rem !important;
        font-size: 0.9rem !important;
    }
    
    .quote-form-section .wpcf7-form .quote-form__btn {
        padding: 0.75rem 1.25rem !important;
        font-size: 0.95rem !important;
    }
}
/* ========================================
   BELIEWWW POPUP QUOTE FORM STYLES
   ======================================== */

/* Popup overlay */
.quote-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.quote-popup-overlay.active {
    display: flex;
}

/* Main popup container */
.quote-popup {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    max-width: 400px;
    width: 100%;
    position: relative;
    margin: 2rem;
    animation: beliewwwPopupIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
}

/* Popup animation */
@keyframes beliewwwPopupIn {
    from { 
        transform: scale(0.95) translateY(20px); 
        opacity: 0; 
    }
    to { 
        transform: scale(1) translateY(0); 
        opacity: 1; 
    }
}

/* Close button */
.quote-popup__close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 24px;
    height: 24px;
    background: #F94A6B;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(249, 74, 107, 0.2);
    transition: all 0.2s ease;
}

.quote-popup__close:hover {
    background: #e63946;
    transform: scale(1.1);
}

.quote-popup__close svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    display: block;
}

.quote-popup__close:focus {
    outline: 2px solid #F94A6B;
    outline-offset: 2px;
}

/* Popup header */
.quote-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 1rem;
}

.quote-popup__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #23234B;
    font-family: 'Sora', sans-serif;
}

/* Action buttons container */
.quote-popup__actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.quote-popup__action-btn {
    display: flex;
    align-items: center;
    gap: 0.3em;
    font-size: 0.95rem;
    border: none;
    border-radius: 6px;
    padding: 0.35em 0.8em;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.quote-popup__action-btn--call {
    background: #f3f3f3;
    color: #23234B;
}

.quote-popup__action-btn--call:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
}

.quote-popup__action-btn--whatsapp {
    background: #25D366;
    color: #fff;
    font-weight: 700;
}

.quote-popup__action-btn--whatsapp:hover {
    background: #20b954;
    transform: translateY(-1px);
}

/* Form styling */
.quote-popup__form {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1rem;
    width: 100%;
}

.quote-popup__row {
    display: flex;
    gap: 0.7rem;
    width: 100%;
    align-items: flex-end;
}

.quote-popup__label {
    font-size: 0.98rem;
    font-weight: 600;
    margin-bottom: 0.2em;
    color: #23234B;
    display: block;
    font-family: 'Sora', sans-serif;
}

.required { 
    color: #F94A6B; 
}

.quote-popup__input {
    flex: 1;
    padding: 0.7em 1em;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    background: #fafaff;
    color: #23234B;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
    transition: all 0.3s ease;
}

.quote-popup__input:focus {
    border-color: #F94A6B;
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 74, 107, 0.1);
    background: #fff;
}

.quote-popup__input::placeholder {
    color: #9ca3af;
}

/* Arrow between pickup and drop */
.quote-popup__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.2em;
    flex-shrink: 0;
    margin-bottom: 0.7em;
}

.quote-popup__arrow svg {
    opacity: 0.6;
}

/* Submit button */
.quote-popup__send-btn {
    width: 100%;
    padding: 0.8em 0;
    background: #F94A6B;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
    font-family: 'Sora', sans-serif;
}

.quote-popup__send-btn:hover {
    transform: translateY(-2px);
}

.quote-popup__send-btn:active {
    transform: translateY(0);
}

/* Divider */
.quote-popup__divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 1.1rem 0 0.7rem 0;
}

/* Privacy text */
.quote-popup__privacy {
    font-size: 0.98rem;
    color: #23234b;
    text-align: center;
    margin-top: 0.5rem;
    font-family: 'Sora', sans-serif;
    line-height: 1.4;
}

/* Success/Error messages */
.popup-message {
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    margin: 1rem 0;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
}

.popup-message--success {
    background: #4CAF50;
    color: white;
    border: 2px solid #45a049;
}

.popup-message--error {
    background: #F44336;
    color: white;
    border: 2px solid #da190b;
}

/* Mobile responsive */
@media (max-width: 800px) {
    .quote-popup {
        max-width: 95vw;
        width: 95vw;
        margin: 2.5vw;
        padding: 1.2rem 0.7rem 1rem 0.7rem;
    }
    
    .quote-popup__title {
        font-size: 1.4rem;
    }
    
    .quote-popup__action-btn {
        font-size: 0.85rem;
        padding: 0.6em 0.6em;
    }
}

@media (max-width: 600px) {
    .quote-popup {
        max-width: 90vw;
        width: 90vw;
        margin: 5vw;
        padding: 1.2rem 0.7rem 1rem 0.7rem;
    }
    
    .quote-popup__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .quote-popup__actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .quote-popup__action-btn {
        flex: 1;
        justify-content: center;
    }
    
    .quote-popup__row {
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .quote-popup__arrow {
        display: none;
    }
    
    .quote-popup__input {
        width: 100%;
		margin-right:45px;
    }
}

/* Loading state for submit button */
.quote-popup__send-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
}

.quote-popup__send-btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s ease infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Ensure popup content is above everything */
.quote-popup-overlay {
    z-index: 999999;
}

/* Theme integration - inherit theme colors when possible */
.quote-popup *,
.quote-popup {
    font-family: 'Sora', sans-serif !important;
}

/* RTL support if needed */
[dir="rtl"] .quote-popup__arrow svg {
    transform: scaleX(-1);
}
/* Visual feedback for popup triggers */
.beliewww-popup-trigger {
    cursor: pointer;
    transition: transform 0.15s ease;
}

.beliewww-popup-trigger:hover {
    transform: translateY(-1px);
}

.beliewww-popup-trigger:active {
    transform: scale(0.95);
}

/* Optional: Add popup icon to popup triggers */
.beliewww-popup-trigger::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 0.5em;
    background-size: contain;
    opacity: 0.7;
    vertical-align: middle;
}
/* End of Beliewww Logistic Theme Styles */

/* ========================================
   WHATSAPP POPUP STYLES
   ======================================== */

/* WhatsApp Color Variables */
:root {
  --whatsapp-green: #25D366;
  --whatsapp-green-dark: #128C7E;
  --whatsapp-green-light: #DCF8C6;
  --whatsapp-gray: #f0f0f0;
  --whatsapp-dark-gray: #303030;
  --whatsapp-light-gray: #e5e5e5;
  --whatsapp-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  --whatsapp-shadow-hover: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* ========================================
   FLOATING ICON
   ======================================== */

.beliewww-whatsapp-system {
  position: fixed;
  z-index: 999999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.whatsapp-float-icon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  z-index: 1000000;
  cursor: pointer;
  transition: all 0.3s ease;
  will-change: transform;
}

.whatsapp-float-icon.bottom-right {
  right: 20px;
}

.whatsapp-float-icon.bottom-left {
  left: 20px;
}

.whatsapp-icon-wrapper {
  width: 60px;
  height: 60px;
  background: var(--whatsapp-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--whatsapp-shadow);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.whatsapp-icon {
  color: white;
  transition: transform 0.3s ease;
}

.whatsapp-float-icon:hover .whatsapp-icon-wrapper {
  background: var(--whatsapp-green-dark);
  box-shadow: var(--whatsapp-shadow-hover);
  transform: scale(1.1);
}

.whatsapp-float-icon:hover .whatsapp-icon {
  transform: scale(1.1);
}

/* ========================================
   PULSE ANIMATION
   ======================================== */
/*
.whatsapp-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 3px solid var(--whatsapp-green);
  border-radius: 50%;
  animation: whatsapp-pulse 2s infinite;
  opacity: 0;
}
*/
@keyframes whatsapp-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

/* ========================================
   NOTIFICATION BADGE
   ======================================== */

.whatsapp-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  background: #ff4444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: white;
  z-index: 3;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.whatsapp-notification-badge.show {
  opacity: 1;
  transform: scale(1);
  animation: whatsapp-badge-bounce 0.6s ease;
}

@keyframes whatsapp-badge-bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: scale(1);
  }
  40%, 43% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1.1);
  }
  90% {
    transform: scale(1.05);
  }
}

/* ========================================
   CHAT POPUP
   ======================================== */

.whatsapp-chat-popup {
  position: fixed;
  bottom: 90px;
  width: 320px;
  max-width: calc(100vw - 40px);
  background: white;
  border-radius: 12px;
  box-shadow: var(--whatsapp-shadow-hover);
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  z-index: 999999;
  overflow: hidden;
}

.whatsapp-chat-popup.bottom-right {
  right: 20px;
}

.whatsapp-chat-popup.bottom-left {
  left: 20px;
}

.whatsapp-chat-popup.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
  animation: whatsapp-popup-show 0.4s ease;
}

@keyframes whatsapp-popup-show {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
  }
  50% {
    transform: translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ========================================
   POPUP HEADER
   ======================================== */

.whatsapp-popup-header {
  background: var(--whatsapp-green);
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.whatsapp-popup-avatar {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-popup-avatar svg {
  color: white;
}

.whatsapp-popup-info {
  flex: 1;
  min-width: 0;
}

.whatsapp-popup-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.whatsapp-popup-status {
  font-size: 13px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 6px;
}

.whatsapp-online-dot {
  width: 8px;
  height: 8px;
  background: chartreuse;
  border-radius: 50%;
  animation: whatsapp-online-pulse 2s infinite;
}

@keyframes whatsapp-online-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.whatsapp-popup-close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}

.whatsapp-popup-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ========================================
   POPUP BODY
   ======================================== */

.whatsapp-popup-body {
  padding: 20px;
  background: var(--whatsapp-gray);
}

.whatsapp-message-bubble {
  background: white;
  padding: 12px 16px;
  border-radius: 18px 18px 18px 4px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  animation: whatsapp-message-slide 0.5s ease 0.2s both;
}

@keyframes whatsapp-message-slide {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.whatsapp-message-text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--whatsapp-dark-gray);
  margin-bottom: 5px;
}

.whatsapp-message-time {
  font-size: 11px;
  color: #999;
  text-align: right;
}

/* ========================================
   POPUP ACTIONS
   ======================================== */

.whatsapp-popup-actions {
  display: flex;
  gap: 10px;
  animation: whatsapp-buttons-slide 0.5s ease 0.4s both;
}

@keyframes whatsapp-buttons-slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.whatsapp-btn {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.whatsapp-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}

.whatsapp-btn:active::before {
  width: 200px;
  height: 200px;
}

.whatsapp-btn--yes {
  background: var(--whatsapp-green);
  color: white;
}

.whatsapp-btn--yes:hover {
  background: var(--whatsapp-green-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn--no {
  background: var(--whatsapp-light-gray);
  color: var(--whatsapp-dark-gray);
}

.whatsapp-btn--no:hover {
  background: #ddd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ========================================
   POPUP ARROW
   ======================================== */

.whatsapp-popup-arrow {
  position: absolute;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: white;
  transform: rotate(45deg);
  border-radius: 0 0 4px 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.whatsapp-chat-popup.bottom-right .whatsapp-popup-arrow {
  right: 30px;
}

.whatsapp-chat-popup.bottom-left .whatsapp-popup-arrow {
  left: 30px;
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
  .whatsapp-float-icon {
    bottom: 15px;
    width: 55px;
    height: 55px;
  }
  
  .whatsapp-float-icon.bottom-right {
    right: 15px;
  }
  
  .whatsapp-float-icon.bottom-left {
    left: 15px;
  }
  
  .whatsapp-icon-wrapper {
    width: 55px;
    height: 55px;
  }
  
  .whatsapp-pulse-ring {
    width: 55px;
    height: 55px;
  }
  
  .whatsapp-chat-popup {
    bottom: 80px;
    width: 300px;
    max-width: calc(100vw - 30px);
  }
  
  .whatsapp-chat-popup.bottom-right {
    right: 15px;
  }
  
  .whatsapp-chat-popup.bottom-left {
    left: 15px;
  }
  
  .whatsapp-popup-header {
    padding: 12px 15px;
  }
  
  .whatsapp-popup-body {
    padding: 15px;
  }
  
  .whatsapp-popup-name {
    font-size: 15px;
  }
  
  .whatsapp-message-text {
    font-size: 13px;
  }
  
  .whatsapp-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .whatsapp-chat-popup {
    width: 280px;
  }
  
  .whatsapp-popup-actions {
    flex-direction: column;
  }
  
  .whatsapp-btn {
    width: 100%;
  }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

.whatsapp-float-icon:focus,
.whatsapp-btn:focus,
.whatsapp-popup-close:focus {
  outline: 2px solid var(--whatsapp-green);
  outline-offset: 2px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .whatsapp-pulse-ring,
  .whatsapp-online-dot {
    animation: none;
  }
  
  .whatsapp-float-icon,
  .whatsapp-chat-popup,
  .whatsapp-btn {
    transition: none;
  }
}

/* ========================================
   DARK MODE SUPPORT
   ======================================== */

@media (prefers-color-scheme: dark) {
  .whatsapp-chat-popup {
    background: #1f1f1f;
  }
  
  .whatsapp-popup-body {
    background: #2a2a2a;
  }
  
  .whatsapp-message-bubble {
    background: #333;
    color: #e0e0e0;
  }
  
  .whatsapp-message-text {
    color: #e0e0e0;
  }
  
  .whatsapp-btn--no {
    background: #444;
    color: #e0e0e0;
  }
  
  .whatsapp-btn--no:hover {
    background: #555;
  }
}