@charset "UTF-8";

/* iOS Performance Optimizations */
* {
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

/* Hardware acceleration for animations */
.pec-hero,
.service-card,
.stat-card,
.client-slide,
.industry-card,
.location-item,
.faq-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* Optimize video for mobile */
video {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Reduce animations on iOS */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.pec-hero {
  margin-bottom: 0;
  background: var(--white);
}
.pec-hero .pec-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 0;
}
.pec-hero .pec-hero-content .pec-hero-left {
  flex: 0.5;
}
.pec-hero .pec-hero-content .pec-hero-left h1 {
  color: var(--black);
}
.pec-hero .pec-hero-content .pec-hero-right {
  flex: 0.3;
}
.pec-hero .pec-hero-content .pec-hero-right p {
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.pec-hero .pec-hero-image {
  width: 100%;
  overflow: hidden;
}
.pec-hero .pec-hero-image img,
.pec-hero .pec-hero-image video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (max-width: 768px) {
  .pec-hero .pec-hero-content {
    flex-direction: column;
    text-align: left;
    gap: 0px;
  }
}
.why-choose-us {
  margin-top: clamp(2.5rem, 0.97rem + 3.1917vw, 4.8rem);
}

.features ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .features ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .features ul {
    grid-template-columns: 1fr;
  }
}
.features .feature-item {
  margin: auto;
  text-align: left;
}
.features .feature-item .icon {
  margin-bottom: 15px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.features .feature-item .icon svg {
  width: 32px;
  height: 32px;
  color: var(--primary-color);
}
.features .feature-item h3 {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary-color);
}
.features .feature-item p {
  max-width: 260px;
  text-align: justify;
}

.pec-cta-banner .container {
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  background-blend-mode: multiply, multiply;
  border-radius: 20px;
  padding: 50px 60px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .pec-cta-banner .container {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
}
.pec-cta-banner .container .cta-banner-content {
  width: 65%;
}
.pec-cta-banner .container .cta-banner-content h2 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 0.97rem + 3.1917vw, 4.8rem);
  font-weight: 600;
}
.pec-cta-banner .container .cta-banner-content p {
  font-weight: 500;
  opacity: 0.8;
}
.pec-cta-banner .container .cta-banner-image {
  width: 38%;
  display: flex;
  justify-content: center;
  margin-right: 70px;
}
.pec-cta-banner .container .cta-banner-image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: floatCargo 6s ease-in-out infinite;
}
.pec-cta-banner .container .cta {
  margin-top: 30px;
}

@keyframes floatCargo {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
.services-grid {
  padding-top: 60px;
  /* ---- layout like your image ---- */
  /* ---- responsive ---- */
}
.services-grid .cta {
  margin-top: 20px;
}
.services-grid .service-card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 350px;
  gap: 18px;
}
.services-grid .service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.services-grid .service-card img {
  transition: all 3s ease;
}
.services-grid .service-card:hover img {
  scale: 1.1;
}
.services-grid .service-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-grid .service-card .content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 30px;
  color: #fff;
  z-index: 2;
  background: rgba(88, 88, 88, 0.4431372549);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.services-grid .service-card .content h3 {
  margin: 0 0 6px;
  font-weight: 600;
}
.services-grid .service-card .content p {
  margin: 0;
  line-height: 1.4;
}
.services-grid .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 95%);
  z-index: 1;
}
.services-grid .service-card:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
.services-grid .service-card:nth-child(2) {
  grid-column: 3/span 2;
  grid-row: 1/span 1;
}
.services-grid .service-card:nth-child(3) {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}
.services-grid .service-card:nth-child(4) {
  grid-column: 3/span 2;
  grid-row: 2/span 1;
}
.services-grid .service-card:nth-child(5) {
  grid-column: 1/span 2;
  grid-row: 3/span 1;
}
@media (max-width: 900px) {
  .services-grid .service-card-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 355px;
  }
  .services-grid .service-card {
    grid-column: auto/span 1 !important;
    grid-row: auto/span 1 !important;
    height: 330px;
  }
}

.industry-slider {
  margin-bottom: 0;
  background: #f6f6f6;
  /* Navigation */
}
.industry-slider .industrySwiper {
  position: relative;
}
.industry-slider .swiper-wrapper {
  padding: 20px 0;
}
.industry-slider .industry-card {
  width: 330px;
  height: 360px;
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.industry-slider .industry-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #222;
}
.industry-slider .industry-card p {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}
.industry-slider .industry-card .icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-slider .industry-card .light-icon {
  background: #f2f2f2;
  color: #000;
}
.industry-slider .industry-card .dark-icon {
  background: #fff;
  color: #000;
  border: 1.5px solid #fff;
}
.industry-slider .industry-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-bottom: 25px;
}
.industry-slider .industry-nav .prev-btn,
.industry-slider .industry-nav .next-btn {
  width: 38px;
  height: 38px;
  border: 2px solid #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.industry-slider .industry-nav .prev-btn:hover,
.industry-slider .industry-nav .next-btn:hover {
  background: #000;
  color: #fff;
}
.industry-slider .industry-nav .line {
  width: 60px;
  height: 2px;
  background: #999;
}
.industry-slider .industry-nav .arrow-left,
.industry-slider .industry-nav .arrow-right {
  font-size: 20px;
  font-weight: 600;
}

.swiper-slide-active.industry-card h3,
.swiper-slide-active.industry-card p {
  color: #fff;
}
.swiper-slide-active.industry-card .dark-icon {
  background: #fff;
  color: #000;
}

/* Testimonial Card New Layout */
.industry-card {
  width: 330px;
  height: 360px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Top half image */
.industry-card .image-wrap {
  width: 100%;
  height: 50%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.industry-card .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Bottom half text */
.industry-card .text-content {
  padding: 20px;
  height: 50%;
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industry-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #222;
}

.industry-card p {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}

/* Active (dark mode) slide effect */
.swiper-slide-active.industry-card h3,
.swiper-slide-active.industry-card p {
  color: #000000 !important;
}

section {
  height: max-content;
}

/* Clients Section */
.clients-section {
  padding-top: 60px;
  margin-bottom: 0;
}

.clients-section .clients-carousel-wrapper {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

.clients-section .clientsSwiper {
  padding: 20px 0;
}

.clients-section .client-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-section .client-item {
  background: var(--white);
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid var(--third-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
  min-height: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.clients-section .client-item:hover {
  background: transparent;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}

.clients-section .client-logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transition: all 0.3s ease;
}

.clients-section .client-item:hover .client-logo {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.clients-section .client-name {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.clients-section .client-item:hover .client-name {
  color: var(--primary-color);
}

.clients-section .client-item .badge {
  font-size: 10px;
  background: var(--primary-color);
  color: var(--white);
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 500;
  margin-left: 4px;
}

.clients-section .client-item:hover .badge {
  background: var(--primary-color);
  color: var(--white);
}

@media (max-width: 768px) {
  .clients-section .client-item {
    padding: 24px 20px;
    min-height: 160px;
  }
  .clients-section .client-logo {
    max-width: 100px;
    max-height: 60px;
  }
  .clients-section .client-name {
    font-size: 13px;
  }
}
/* Locations Section */
.locations-section .locations-map-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
  align-items: stretch;
  min-height: 520px;
}

@media (max-width: 1024px) {
  .locations-section .locations-map-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Locations List Panel */
.locations-section .locations-list {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecef;
  height: 520px;
}

.locations-section .locations-list-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #e9ecef;
  flex-shrink: 0;
}

.locations-section .locations-list-header svg {
  color: var(--primary-color);
}

.locations-section .locations-items {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 8px;
}

/* Custom scrollbar */
.locations-section .locations-items::-webkit-scrollbar {
  width: 6px;
}

.locations-section .locations-items::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 10px;
}

.locations-section .locations-items::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.locations-section .locations-items::-webkit-scrollbar-thumb:hover {
  background: #0a3d16;
}

/* Location Item */
.locations-section .location-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.locations-section .location-item:hover {
  background: #fff;
  border-color: var(--primary-color);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(13, 79, 28, 0.12);
}

.locations-section .location-item.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 6px 20px rgba(13, 79, 28, 0.25);
}

.locations-section .location-item .location-dot {
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}

.locations-section .location-item .location-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: rgba(13, 79, 28, 0.2);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.locations-section .location-item:hover .location-dot::after,
.locations-section .location-item.active .location-dot::after {
  opacity: 1;
  animation: dotPulse 1.5s ease-out infinite;
}

@keyframes dotPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.locations-section .location-item.active .location-dot {
  background: #fff;
}

.locations-section .location-item.active .location-dot::after {
  background: rgba(255, 255, 255, 0.3);
}

.locations-section .location-item .location-info {
  flex: 1;
  min-width: 0;
}

.locations-section .location-item .location-name {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.locations-section .location-item.active .location-name {
  color: #fff;
}

.locations-section .location-item .location-region {
  display: block;
  font-size: 12px;
  color: var(--secondary-color);
  margin-top: 2px;
  transition: color 0.3s ease;
}

.locations-section .location-item.active .location-region {
  color: rgba(255, 255, 255, 0.8);
}

.locations-section .location-item .location-arrow {
  flex-shrink: 0;
  color: var(--primary-color);
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.locations-section .location-item:hover .location-arrow {
  opacity: 1;
  transform: translateX(0);
}

.locations-section .location-item.active .location-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #fff;
}

/* Map Container */
.locations-section .map-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border: 3px solid var(--primary-color);
}

.locations-section .india-map {
  width: 100%;
  height: 520px;
  z-index: 1;
}

.locations-section .map-current-location {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.locations-section .current-location-label {
  font-size: 12px;
  color: var(--secondary-color);
  font-weight: 500;
}

.locations-section .current-location-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}

@media (max-width: 1024px) {
  .locations-section .locations-list {
    height: auto;
    max-height: 350px;
  }
  
  .locations-section .locations-items {
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
  }
  
  .locations-section .location-item {
    flex: 0 0 auto;
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .locations-section .india-map {
    height: 400px;
  }
  
  .locations-section .locations-list {
    padding: 16px;
    max-height: 280px;
  }
  
  .locations-section .location-item {
    min-width: 250px;
    padding: 12px 14px;
  }
  
  .locations-section .map-current-location {
    bottom: 12px;
    left: 12px;
    padding: 10px 16px;
  }
}

/* Leaflet controls customization */
.locations-section .leaflet-control-zoom {
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.locations-section .leaflet-control-zoom a {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  color: var(--primary-color) !important;
  font-size: 18px !important;
  border: none !important;
}

.locations-section .leaflet-control-zoom a:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.locations-section .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 4px 8px !important;
  border-radius: 6px 0 0 0 !important;
  font-size: 10px !important;
}

/* Fleet Section */
.fleet-section {
  margin-bottom: 0;
  background: #f6f6f6;
}

.fleet-section .fleet-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .fleet-section .fleet-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .fleet-section .fleet-stats {
    grid-template-columns: 1fr;
  }
}
.fleet-section .stat-card {
  background: var(--white);
  padding: 40px 28px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.fleet-section .stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.fleet-section .stat-card.highlight {
  background: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

.fleet-section .stat-card.highlight .stat-number {
  color: var(--white);
}

.fleet-section .stat-card.highlight .stat-label {
  color: var(--white);
}

.fleet-section .stat-card.highlight .stat-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.fleet-section .stat-number {
  font-size: clamp(2.5rem, 1.5rem + 2vw, 3.5rem);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
  line-height: 1.1;
  font-family: "Source Sans 3", sans-serif;
}

.fleet-section .stat-label {
  font-weight: 600;
  color: var(--primary-color);
  font-size: clamp(0.938rem, 0.85rem + 0.2vw, 1.063rem);
  line-height: 1.4;
}

.fleet-section .stat-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-top: 4px;
  opacity: 0.8;
} 
.certifications-section {
  padding-top: 60px;
}

.certifications-section .certifications-container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .certifications-section .certifications-container {
    flex-direction: column;
  }
}
.certifications-section .certifications-left {
  width: 32%;
}

@media (max-width: 800px) {
  .certifications-section .certifications-left {
    width: 100%;
  }
}
.certifications-section .certifications-right {
  width: 50%;
}

@media (max-width: 800px) {
  .certifications-section .certifications-right {
    width: 100%;
  }
}
.certifications-section .certifications-image {
  width: 100%;
  border-radius: 14px;
}

.certifications-section .certifications-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 60px;
}

@media (max-width: 800px) {
  .certifications-section .certifications-grid {
    grid-template-columns: 1fr;
  }
}
.certifications-section .certifications-grid .certifications-item {
  border-bottom: 1px solid var(--light_grey_border);
  padding: 30px;
}

.certifications-section .certifications-grid .certifications-item:first-child {
  border-top: 1px solid var(--light_grey_border);
}

.certifications-section .certifications-grid .certifications-item:nth-child(2) {
  border-top: 1px solid var(--light_grey_border);
}

.certifications-section .certifications-item h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.certifications-section .certifications-item p {
  text-align: justify;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.certifications-section .cta-inno {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 40px;
  transition: 0.3s ease;
  margin: 10px 0;
}

.certifications-section .cta-inno .arrow {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.3s ease;
  background: #000;
  color: #fff;
}

.certifications-section .cta-inno:hover .arrow {
  transform: translateX(6px);
  background: #ffffff;
  color: #000000;
} 
:root {
  --page-bg: #ffffff;
  --card-bg: #f6f6f6;
  --text-main: #0d0d0d;
  --border-color: #e5e5e5;
  --radius: 16px;
  --padding: 24px;
  --transition: 0.22s ease-out;
}

.faq-section {
  padding-top: 60px;
}

.faq-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Title */
.faq-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

/* List layout */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Card */
.faq-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: border-color var(--transition), background-color var(--transition);
}

/* Optional slight border when open for clarity */
.faq-item.is-open {
  border-color: var(--border-color);
}

/* Header (clickable area) */
.faq-header {
  width: 100%;
  padding: var(--padding);
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  text-align: left;
}

.faq-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-header:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.faq-question {
  flex: 1;
}

/* Icon base */
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Horizontal line */
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--text-main);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

/* Horizontal line (before) */
.faq-icon::before {
  transform: translate(-50%, -50%);
}

/* Vertical line (after) */
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* WHEN OPEN → X ICON */
.faq-item.is-open .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Body */
.faq-body {
  padding: 0 var(--padding);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), padding-bottom var(--transition), padding-top var(--transition);
  will-change: max-height;
  color: var(--text-main);
}

.faq-item.is-open .faq-body {
  padding-top: 0;
  padding-bottom: var(--padding);
}

/* Text inside body */
.faq-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-main);
  max-width: 720px;
}

/* Responsive */
@media (max-width: 640px) {
  .faq-section {
    padding: 40px 12px 56px;
  }
  .faq-header {
    padding: 20px;
    font-size: 15px;
  }
  .faq-body {
    padding: 0 20px;
  }
  .faq-item.is-open .faq-body {
    padding-bottom: 20px;
  }
}
/* GLOBAL */
/* HERO */
.about-hero {
  position: relative;
  background: url("/img/train-cargo.jpg") center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about-hero .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.about-hero .hero-content {
  position: relative;
  text-align: center;
}
.about-hero .hero-content h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-hero .hero-content p {
  margin-top: 10px;
  opacity: 0.9;
}

/* SECTIONS */
.section-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.section-title span {
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 2px;
}
.section-title h2 {
  color: var(--primary-color);
}

.about-wrapper p {
  color: #444;
  margin-bottom: 15px;
}

/* DIFFERENTIATOR GRID */
.diff-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.diff-card {
  padding: 25px;
  background: #f5f6fa;
  border-radius: 12px;
  transition: 0.3s;
}
.diff-card h4 {
  color: var(--primary-color);
  margin-bottom: 8px;
}

/* PROCESS */
.process-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.process-step {
  padding: 25px;
  background: #f9fafc;
  border-left: 4px solid var(--primary-color);
  border-radius: 10px;
  transition: 0.3s;
}
.process-step span {
  font-size: 36px;
  color: var(--primary-color);
  opacity: 0.6;
}
.process-step h4 {
  padding: 10px 0;
}

/* INDUSTRY GRID */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 20px;
}
.industry-grid .industry-card {
  padding: 18px;
  background: #f7f9fc;
  border-radius: 10px;
  text-align: center;
  color: var(--primary-color);
  font-weight: 600;
  transition: 0.3s;
}

/* SAFETY */
.safety-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.safety-grid .safety-card {
  padding: 25px;
  background: #f4f6fa;
  border-radius: 12px;
  transition: 0.3s;
}
.safety-grid .safety-card h4 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

/* HOVER */
.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.15);
}

/* REVEAL BASE */
.reveal {
  opacity: 0;
  transform: translateY(60px);
}

/* Serviceable Industries Section */
.serviceable-industries {
  padding-top: 60px;
  background: var(--light-green);
}

.serviceable-industries .industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.serviceable-industries .industry-item {
  background: var(--white);
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.serviceable-industries .industry-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(13, 79, 28, 0.15);
  border-color: var(--primary-color);
}

.serviceable-industries .industry-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: var(--light-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.serviceable-industries .industry-item:hover .industry-icon {
  background: var(--primary-color);
  color: var(--white);
  transform: scale(1.1);
}

.serviceable-industries .industry-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-green);
  margin: 0;
}

@media (max-width: 768px) {
  .serviceable-industries .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .serviceable-industries .industry-item {
    padding: 24px 16px;
  }
}
/* Contact Form Section */
.contact-form-section {
  padding: 80px 0;
  background: var(--white);
}

.contact-form-wrapper {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.quote-form {
  background: var(--light-green);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.quote-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.quote-form .form-group {
  display: flex;
  flex-direction: column;
}

.quote-form .form-group.full-width {
  grid-column: 1/-1;
}

.quote-form label {
  font-weight: 600;
  color: var(--dark-green);
  margin-bottom: 8px;
  font-size: 14px;
}

.quote-form input,
.quote-form textarea {
  padding: 14px 18px;
  border: 2px solid var(--light_grey_border);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: var(--white);
  color: var(--dark-green);
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(13, 79, 28, 0.1);
}

.quote-form textarea {
  resize: vertical;
  min-height: 120px;
}

.quote-form .cta {
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .quote-form {
    padding: 32px 24px;
  }
  .quote-form .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* Carbon Calculator Section - Home Page */
.carbon-calc-home {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fdf9 0%, var(--white) 100%);
}

.calc-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 79, 28, 0.12);
  border: 2px solid var(--light-green);
}

@media (max-width: 900px) {
  .calc-wrapper {
    grid-template-columns: 1fr;
  }
}
.calc-input {
  padding: 40px;
  background: var(--primary-color);
  color: var(--white);
}

.calc-input h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.calc-form .calc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .calc-form .calc-form-row {
    grid-template-columns: 1fr;
  }
}
.calc-form .calc-form-group {
  display: flex;
  flex-direction: column;
}

.calc-form .calc-form-group:last-child {
  grid-column: 1/-1;
}

.calc-form label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.85);
}

.calc-form input {
  padding: 14px 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  transition: all 0.3s ease;
}

.calc-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.calc-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.calc-form input:focus {
  outline: none;
  border-color: #8fd9a8;
  background: rgba(255, 255, 255, 0.15);
}

.calc-btn {
  width: 100%;
  padding: 16px 24px;
  background: var(--white);
  color: var(--primary-color);
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.calc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.calc-results {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calc-placeholder {
  text-align: center;
  padding: 40px 20px;
  color: var(--secondary-color);
}

.calc-placeholder svg {
  margin-bottom: 16px;
  color: #d1d5db;
  opacity: 0.5;
}

.calc-placeholder p {
  font-size: 15px;
  margin: 0;
}

.calc-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--light-green);
  border-radius: 10px;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--dark-green);
  font-size: 15px;
}

.calc-weight-tag {
  background: var(--primary-color);
  color: var(--white);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.calc-comparison {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 500px) {
  .calc-comparison {
    flex-direction: column;
  }
  .calc-vs {
    transform: rotate(90deg);
  }
}
.calc-card {
  flex: 1;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
}

.calc-card.road {
  background: #fef2f2;
  border: 2px solid #fecaca;
}

.calc-card.rail {
  background: #f0fdf4;
  border: 2px solid #bbf7d0;
}

.calc-card-icon {
  margin-bottom: 8px;
}

.calc-card.road .calc-card-icon svg {
  color: #dc2626;
}

.calc-card.rail .calc-card-icon svg {
  color: var(--primary-color);
}

.calc-card-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 4px;
}

.calc-card-value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.calc-card.road .calc-card-value {
  color: #dc2626;
}

.calc-card.rail .calc-card-value {
  color: var(--primary-color);
}

.calc-card-unit {
  font-size: 12px;
  color: var(--secondary-color);
}

.calc-vs {
  width: 40px;
  height: 40px;
  background: var(--dark-green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
}

.calc-savings {
  background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d16 100%);
  padding: 18px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  margin-bottom: 16px;
}

.calc-savings svg {
  flex-shrink: 0;
}

.calc-savings span {
  font-size: 15px;
}

.calc-savings strong {
  font-size: 22px;
}

.calc-more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: var(--light-green);
  color: var(--primary-color);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.calc-more-link:hover {
  background: var(--primary-color);
  color: var(--white);
}

/* Enhanced color palette usage */
.pec-hero .pec-hero-content .pec-hero-left h1 {
  color: var(--dark-green);
}

.fleet-section .stat-card.highlight {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.locations-section .location-tag:hover {
  background: var(--primary-color);
  color: var(--white);
}

/* Text Flip Animation - Enhanced */
.hero-headline {
  position: relative;
}

.text-flip-container {
  position: relative;
  min-height: 6em;
  height: 8.5em;
  overflow: hidden;
  margin-bottom: 8px;
}

.text-flip-container .flip-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  transform: translateY(100%);
  filter: blur(8px);
  transition: none;
  color: var(--dark-green);
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a5c2e 50%, var(--primary-color) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-flip-container .flip-line.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  animation: slideInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards, gradientShift 4s ease-in-out infinite;
}

.text-flip-container .flip-line.exit {
  animation: slideOutUp 0.6s cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.headline-static {
  display: block;
  font-size: clamp(1rem, 0.5rem + 1.5vw, 1.5rem);
  font-weight: 500;
  color: var(--secondary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
  position: relative;
  padding-left: 50px;
}

.headline-static::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  animation: lineGrow 1s ease-out forwards;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes slideOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
    filter: blur(8px);
  }
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% center;
  }
  50% {
    background-position: 200% center;
  }
}

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 40px;
  }
}

@media (max-width: 768px) {
  .headline-static {
    padding-left: 35px;
    font-size: 0.875rem;
    margin-top: 8px;
  }
  
  .headline-static::before {
    width: 25px;
  }
  
  @keyframes lineGrow {
    0% {
      width: 0;
    }
    100% {
      width: 25px;
    }
  }
}
/* Page CTA Section */
.page-cta-section .cta:after {
  background: #ffffff;
}
.page-cta-section .cta:before {
  background-color: #e2e2e2;
}

.page-cta-section .cta-banner {
  background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d16 100%);
  border-radius: 24px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.page-cta-section .cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.page-cta-section .cta-banner::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.page-cta-section .cta-content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.page-cta-section .cta-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}

.page-cta-section .cta-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.2;
}

.page-cta-section .cta-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 500px;
}

.page-cta-section .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  color: var(--primary-color);
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.page-cta-section .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.page-cta-section .cta-button svg {
  transition: transform 0.3s ease;
}

.page-cta-section .cta-button:hover svg {
  transform: translateX(4px);
}

.page-cta-section .cta-visual {
  position: relative;
  z-index: 2;
}

.page-cta-section .cta-stats {
  display: flex;
  gap: 24px;
}

.page-cta-section .cta-stat {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 24px 32px;
  text-align: center;
  min-width: 120px;
}

.page-cta-section .cta-stat-value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.page-cta-section .cta-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 992px) {
  .page-cta-section .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 48px 32px;
  }
  .page-cta-section .cta-content p {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .page-cta-section {
    padding: 60px 0;
  }
  .page-cta-section .cta-banner {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .page-cta-section .cta-stats {
    flex-direction: column;
    gap: 16px;
  }
  .page-cta-section .cta-stat {
    padding: 20px 24px;
  }
}/*# sourceMappingURL=home.css.map */
.locations-section .leaflet-control-attribution {
  display: none;
}