/* ============================================
   SERVICES PAGE STYLES
   Consistent with company.html styling
   ============================================ */

/* ===== VARIABLES ===== */
:root {
  --primary-color: #1a3b5d;
  --secondary-color: #00a8ff;
  --accent-color: #0097e6;
  --light-bg: #f8f9fa;
  --dark-text: #1a3b5d;
  --light-text: #666;
  --white: #ffffff;
  --overlay-dark: rgba(0, 100, 200, 0.85);
  --overlay-light: rgba(0, 0, 0, 0.7);
  --success-color: #28a745;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
}

/* ===== SERVICES HERO SECTION ===== */
.services-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  max-height: 1000px;
  overflow: hidden;
  clip-path: ellipse(100% 100% at 50% 0%);
}

.services-hero .hero-static {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px 0;
  margin: 0 auto;
  color: var(--white);
}

.services-hero .hero-text {
  max-width: 800px;
  margin-top: 80px;
}

/* Breadcrumb (same as company.html) */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  font-size: 0.9rem;
 color: #000;
}

.breadcrumb a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: var(--secondary-color);
}

.breadcrumb .current {
  color: var(--secondary-color);
  font-weight: 600;
}

.breadcrumb i {
  font-size: 0.8rem;
  margin: 0 5px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
color: black;
}

.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: black;
  font-weight: 400;
  max-width: 700px;
}

.hero-stats-services {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.hero-stats-services  {
  text-align: center;
  padding: 20px;

  border-radius: 10px;
  
  
  min-width: 150px;
  transition: transform 0.3s, background 0.3s;
}

.hero-stats-services .stat-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.hero-stats-services .stat-number {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.hero-stats-services .stat-unit {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--secondary-color);
  margin-left: 2px;
}

.hero-stats-services .stat-label {
  display: block;
  font-size: 0.9rem;
  color: black;
  font-weight: 400;
  margin-top: 8px;
}

/* ===== MAIN CONTENT SECTIONS ===== */
.services-content {
  padding-top: 0;
}

.section {
  padding: 80px 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description {
  font-size: 1.125rem;
  color: var(--light-text);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== SERVICES INTRODUCTION ===== */
.services-intro {
  background: var(--white);
  padding: 100px 0;
}

.intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-text h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 1.2;
}

.lead-text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--primary-color);
  margin-bottom: 30px;
  font-weight: 500;
}

.intro-text p {
  color: var(--light-text);
  line-height: 1.6;
  margin-bottom: 30px;
}

.intro-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(0, 168, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(0, 168, 255, 0.1);
}

.feature i {
  color: var(--secondary-color);
  font-size: 1.2rem;
}

.feature span {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 0.95rem;
}

/* Map Visual */
.map-visual {
  position: relative;
  width: 100%;
  height: 400px;
  background: #e6f7ff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 168, 255, 0.2);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%2300a8ff" stroke-width="0.5" stroke-opacity="0.2"/></svg>');
  background-size: 100px 100px;
}

.map-point {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
  cursor: pointer;
}

.point-pulse {
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  border-radius: 50%;
  position: relative;
  animation: pulse 2s infinite;
}

.point-pulse::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--white);
  border-radius: 50%;
  z-index: 2;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 168, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 168, 255, 0);
  }
}

.point-tooltip {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 10;
}

.point-tooltip::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--primary-color);
}

.map-point:hover .point-tooltip {
  opacity: 1;
  visibility: visible;
  top: 35px;
}

.map-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.map-overlay h3 {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.map-overlay p {
  color: var(--light-text);
  font-size: 0.9rem;
  margin: 0;
}

/* ===== SERVICE SECTIONS COMMON STYLES ===== */
.service-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}

.service-title {
  flex: 1;
}

.service-category {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.service-header h2 {
  font-size: 2.5rem;
 color: var(--secondary-color);
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.service-subtitle {
  font-size: 1.125rem;
  color: var(--secondary-color);
  line-height: 1.5;
}

.service-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.service-details h3 {
  font-size: 1.8rem;
 color: var(--secondary-color);
  margin-bottom: 25px;
  line-height: 1.3;
}

.service-details p {
  color: var(--secondary-color);
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ===== STORAGE SERVICES ===== */
.storage-services {
  background: var(--white);
}

.service-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: rgba(0, 168, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 168, 255, 0.1);
  transition: transform 0.3s, border-color 0.3s;
}

.feature-item:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-color);
}

.feature-item i {
  color: var(--secondary-color);
  font-size: 1.5rem;
  margin-top: 5px;
  flex-shrink: 0;
}

.feature-item h4 {
  color: var(--primary-color);
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}

.feature-item p {
  color: var(--light-text);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Capacity Visual */
.capacity-visual {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 300px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.capacity-item {
  text-align: center;
  flex: 1;
  margin: 0 15px;
}

.capacity-bar {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}

.capacity-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, var(--secondary-color), var(--accent-color));
  border-radius: 8px 8px 0 0;
  transition: height 1s ease;
}

.capacity-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-color);
  margin: 15px 0 5px;
}

.capacity-desc {
  font-size: 0.9rem;
  color: var(--light-text);
}

/* ===== BLENDING & HEATING ===== */
.blending-services {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 59, 93, 0.9) 0%, rgba(10, 35, 64, 0.8) 100%);
}

.blending-services .service-header,
.blending-services .service-details h3,
.blending-services .service-details p,
.blending-services .service-subtitle {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.blending-services .service-category {
  color: var(--secondary-color);
}

.service-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.highlight-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s, background 0.3s;
}

.highlight-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.highlight-icon {
  width: 60px;
  height: 60px;
  background: var(--secondary-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
}

.highlight-card h4 {
  color: var(--white);
  margin: 0 0 15px 0;
  font-size: 1.1rem;
}

.highlight-card p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Blending Process Visual */
.blending-process {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.process-step {
  text-align: center;
  flex: 1;
  padding: 0 10px;
}

.step-circle {
  width: 60px;
  height: 60px;
  background: var(--secondary-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
  position: relative;
}

.step-circle::after {
  content: '';
  position: absolute;
  top: 30px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.process-step:last-child .step-circle::after {
  display: none;
}

.process-step h4 {
  color: var(--white);
  margin: 0 0 10px 0;
  font-size: 1.1rem;
}

.process-step p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
}

/* ===== PROCESSING SERVICES ===== */
.processing-services {
  background: var(--white);
}

.pid-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.pid-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: rgba(0, 168, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 168, 255, 0.1);
}

.pid-feature i {
  color: var(--secondary-color);
  font-size: 1.5rem;
  margin-top: 5px;
  flex-shrink: 0;
}

.pid-feature h4 {
  color: var(--primary-color);
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}

.pid-feature p {
  color: var(--light-text);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pid-benefits {
  background: rgba(0, 168, 255, 0.05);
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid rgba(0, 168, 255, 0.1);
}

.pid-benefits h4 {
  color: var(--primary-color);
  margin: 0 0 15px 0;
  font-size: 1.2rem;
}

.pid-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pid-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--light-text);
}

.pid-benefits li:last-child {
  margin-bottom: 0;
}

.pid-benefits i {
  color: var(--success-color);
}

/* Distillation Tower Visual */
.pid-visual {
  text-align: center;
}

.distillation-tower {
  position: relative;
  width: 200px;
  height: 300px;
  margin: 0 auto;
}

.tower-base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 40px;
  background: #ccc;
  border-radius: 5px;
}

.tower-column {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 220px;
  background: linear-gradient(to bottom, #ddd, #bbb);
  border-radius: 10px;
}

.tower-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 40px;
  background: #aaa;
  border-radius: 20px 20px 0 0;
}

.vapor-flow {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(0, 168, 255, 0.3) 0%, transparent 70%);
  animation: vaporFlow 3s infinite;
}

@keyframes vaporFlow {
  0%, 100% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.6;
    transform: translateX(-50%) translateY(-10px);
  }
}

.pid-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.pid-stat {
  text-align: center;
  flex: 1;
}

.stat-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: var(--light-text);
}

/* ===== SPECIALITY SERVICES ===== */
.speciality-services {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.speciality-services .service-header,
.speciality-services .speciality-card h3,
.speciality-services .speciality-card p,
.speciality-services .speciality-features li {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.speciality-services .service-category {
  color: var(--secondary-color);
}

.speciality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.speciality-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s, background 0.3s;
}

.speciality-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
}

.speciality-icon {
  width: 70px;
  height: 70px;
  background: var(--secondary-color);
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 1.8rem;
}

.speciality-card h3 {
  margin: 0 0 20px 0;
  font-size: 1.4rem;
}

.speciality-card p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 25px;
}

.speciality-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.speciality-features li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.speciality-features li:last-child {
  margin-bottom: 0;
}

.speciality-features i {
  color: var(--secondary-color);
}

/* ===== LOGISTICS SERVICES ===== */
.logistics-services {
  background: var(--white);
}

.logistics-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}

.logistics-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: rgba(0, 168, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 168, 255, 0.1);
}

.logistics-feature i {
  color: var(--secondary-color);
  font-size: 1.8rem;
  flex-shrink: 0;
}

.logistics-feature h4 {
  color: var(--primary-color);
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}

.logistics-feature p {
  color: var(--light-text);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.logistics-benefit {
  background: rgba(0, 168, 255, 0.05);
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid rgba(0, 168, 255, 0.1);
}

.logistics-benefit h4 {
  color: var(--primary-color);
  margin: 0 0 15px 0;
  font-size: 1.2rem;
}

.logistics-benefit p {
  color: var(--light-text);
  margin: 0;
  line-height: 1.6;
}

/* Multimodal Visual */
.multimodal-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.transport-mode {
  background: rgba(0, 168, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(0, 168, 255, 0.1);
  transition: transform 0.3s, border-color 0.3s;
}

.transport-mode:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-color);
}

.mode-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.mode-info h4 {
  color: var(--primary-color);
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}

.mode-info p {
  color: var(--light-text);
  margin: 0;
  font-size: 0.9rem;
}

/* ===== TRANSPORTATION SERVICES ===== */
.transportation-services {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.transportation-services .service-header,
.transportation-services .transport-option h4,
.transportation-services .transport-option p,
.transportation-services .transport-option ul,
.transportation-services .stat-info h4,
.transportation-services .stat-info p {
  color: var(--white);
  position: relative;
  z-index: 2;
}

.transportation-services .service-category {
  color: var(--secondary-color);
}

.transport-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.transport-option {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s, background 0.3s;
}

.transport-option:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.option-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.option-header i {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.option-header h4 {
  margin: 0;
  font-size: 1.2rem;
}

.transport-option p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 15px 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.transport-option ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.transport-option li {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  font-size: 0.9rem;
  padding-left: 20px;
  position: relative;
}

.transport-option li:last-child {
  margin-bottom: 0;
}

.transport-option li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--secondary-color);
}

/* Fleet Stats */
.fleet-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fleet-stat {
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 2;
}

.stat-circle {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  backdrop-filter: blur(10px);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
}

.stat-percent, .stat-unit {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}

.stat-info h4 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}

.stat-info p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* ===== PRODUCT HANDLING ===== */
.products-services {
  background: var(--white);
}

.products-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.products-intro h3 {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 25px;
}

.products-intro p {
  color: var(--light-text);
  line-height: 1.6;
  margin-bottom: 30px;
}

.innovation-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.innovation-stat {
  text-align: center;
}

.innovation-stat .stat-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.innovation-stat .stat-unit {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin-left: 2px;
}

.innovation-stat .stat-label {
  display: block;
  font-size: 0.9rem;
  color: var(--light-text);
}

.categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.category-card {
  background: rgba(0, 168, 255, 0.05);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(0, 168, 255, 0.1);
  transition: transform 0.3s, border-color 0.3s;
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-color);
}

.category-card i {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.category-card h4 {
  color: var(--primary-color);
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}

.category-card p {
  color: var(--light-text);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Supply Chain Visual */
.supply-chain {
  background: var(--light-bg);
  padding: 50px;
  border-radius: 15px;
  margin-top: 40px;
}

.supply-chain h3 {
  text-align: center;
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 40px;
}

.chain-visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.chain-step {
  text-align: center;
  flex: 1;
  min-width: 150px;
  padding: 0 10px;
}

.step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.chain-step h4 {
  color: var(--primary-color);
  margin: 0 0 10px 0;
  font-size: 1.2rem;
}

.chain-step p {
  color: var(--light-text);
  margin: 0;
  font-size: 0.9rem;
}

.chain-arrow {
  font-size: 2rem;
  color: var(--secondary-color);
  margin: 0 5px;
}

/* ===== CTA SECTION ===== */
.services-cta {
  background-size: cover;
  background-position: center;
  color: var(--white);
  text-align: center;
}

.cta-content-services {
  max-width: 800px;
  margin: 0 auto;
}

.cta-content-services h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--white);
}

.cta-content-services p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary-services {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  color: var(--white);
  padding: 14px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.btn-primary-services:hover {
  background: linear-gradient(135deg, var(--accent-color), #0082cc);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 168, 255, 0.4);
}

.btn-secondary-services {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--white);
  padding: 14px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  border: 2px solid var(--white);
  cursor: pointer;
}

.btn-secondary-services:hover {
  background: var(--white);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.btn-outline-services {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--white);
  padding: 14px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.btn-outline-services:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  border-color: var(--white);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-in-left {
  opacity: 0;
  animation: fadeInLeft 0.8s ease forwards;
}

.fade-in-right {
  opacity: 0;
  animation: fadeInRight 0.8s ease forwards;
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.animate-scale {
  animation: scaleIn 0.8s ease forwards;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Large desktops (1200px and above) */
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .service-header h2 {
    font-size: 2.8rem;
  }
}

/* Tablets and small desktops (992px - 1199px) */
@media (max-width: 1199px) {
  .intro-content,
  .service-content,
  .products-content {
    gap: 40px;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .service-header h2 {
    font-size: 2.2rem;
  }
  
  .service-highlights,
  .pid-capabilities,
  .transport-options {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .speciality-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .intro-content,
  .service-content,
  .products-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .service-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .service-icon {
    margin: 0 auto;
  }
  
  .speciality-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .categories-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .chain-visual {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .chain-step {
    flex: 0 0 calc(33.333% - 20px);
    min-width: auto;
  }
  
  .chain-arrow {
    display: none;
  }
  
  .blending-process {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .process-step {
    flex: 0 0 calc(50% - 20px);
  }
  
  .process-step .step-circle::after {
    display: none;
  }
  
  .multimodal-visual {
    grid-template-columns: 1fr;
  }
  
  .fleet-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .fleet-stat {
    flex: 0 0 calc(33.333% - 20px);
  }
}

/* Small tablets and large phones (576px - 767px) */
@media (max-width: 767px) {
  .services-hero {
    min-height: 600px;
    height: auto;
    max-height: none;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-stats-services {
    gap: 15px;
  }
  
  .hero-stats-services .stat-box {
    min-width: 120px;
    padding: 15px;
  }
  
  .hero-stats-services .stat-number {
    font-size: 2rem;
  }
  
  .section-title,
  .service-header h2 {
    font-size: 1.8rem;
  }
  
  .intro-features,
  .service-features,
  .logistics-features,
  .pid-capabilities,
  .service-highlights,
  .transport-options {
    grid-template-columns: 1fr;
  }
  
  .speciality-grid {
    grid-template-columns: 1fr;
  }
  
  .categories-grid {
    grid-template-columns: 1fr;
  }
  
  .innovation-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .innovation-stat {
    width: 100%;
  }
  
  .capacity-visual {
    height: 200px;
  }
  
  .capacity-bar {
    height: 120px;
  }
  
  .stat-circle {
    width: 100px;
    height: 100px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .cta-content-services h2 {
    font-size: 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-primary-services,
  .btn-secondary-services,
  .btn-outline-services {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

/* Mobile phones (480px - 575px) */
@media (max-width: 575px) {
  .container {
    padding: 0 15px;
  }
  
  .section {
    padding: 50px 0;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-stats-services {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-stats-services .stat-box {
    width: 100%;
    max-width: 250px;
  }
  
  .section-title,
  .service-header h2 {
    font-size: 1.6rem;
  }
  
  .section-description,
  .service-subtitle {
    font-size: 1rem;
  }
  
  .service-details h3,
  .products-intro h3,
  .supply-chain h3 {
    font-size: 1.5rem;
  }
  
  .speciality-card,
  .highlight-card,
  .transport-option,
  .category-card {
    padding: 25px 20px;
  }
  
  .process-step {
    flex: 0 0 100%;
  }
  
  .chain-step {
    flex: 0 0 calc(50% - 10px);
  }
  
  .pid-visual {
    transform: scale(0.9);
  }
  
  .map-visual {
    height: 300px;
  }
  
  .map-overlay {
    padding: 15px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  
  .map-overlay h3 {
    font-size: 1.1rem;
  }
}

/* Small mobile phones (below 480px) */
@media (max-width: 479px) {
  .hero-title {
    font-size: 1.6rem;
  }
  
  .breadcrumb {
    font-size: 0.8rem;
  }
  
  .section-title,
  .service-header h2 {
    font-size: 1.4rem;
  }
  
  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .speciality-icon,
  .mode-icon,
  .step-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .highlight-icon,
  .option-header i {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  .capacity-visual {
    flex-direction: column;
    height: auto;
    align-items: center;
    padding: 20px 10px;
  }
  
  .capacity-item {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .capacity-bar {
    width: 60px;
    height: 100px;
  }
  
  .capacity-label,
  .capacity-desc {
    margin: 0;
  }
  
  .fleet-stat {
    flex: 0 0 100%;
  }
  
  .stat-circle {
    width: 80px;
    height: 80px;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .chain-step {
    flex: 0 0 100%;
  }
  
  .supply-chain {
    padding: 30px 20px;
  }
  
  .cta-content-services h2 {
    font-size: 1.8rem;
  }
  
  .cta-content-services p {
    font-size: 1rem;
  }
}

/* Very small mobile phones (below 360px) */
@media (max-width: 359px) {
  .hero-title {
    font-size: 1.4rem;
  }
  
  .hero-subtitle {
    font-size: 0.9rem;
  }
  
  .hero-stats-services .stat-box {
    padding: 12px;
  }
  
  .hero-stats-services .stat-number {
    font-size: 1.8rem;
  }
  
  .section-title,
  .service-header h2 {
    font-size: 1.3rem;
  }
  
  .service-details h3,
  .products-intro h3,
  .supply-chain h3 {
    font-size: 1.3rem;
  }
  
  .cta-content-services h2 {
    font-size: 1.6rem;
  }
  
  .btn-primary-services,
  .btn-secondary-services,
  .btn-outline-services {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .blending-services,
  .speciality-services,
  .transportation-services {
    background-attachment: scroll;
  }
}

/* Print styles */
@media print {
  .services-hero .hero-static {
    background: white !important;
    color: black !important;
    min-height: auto;
    height: auto;
  }
  
  .hero-title,
  .hero-subtitle,
  .section-title,
  .service-header h2,
  .service-details h3,
  .speciality-card h3,
  .category-card h4,
  .highlight-card h4,
  .transport-option h4,
  .products-intro h3,
  .supply-chain h3,
  .cta-content-services h2 {
    color: black !important;
  }
  
  .stat-box,
  .speciality-card,
  .highlight-card,
  .transport-option,
  .category-card,
  .feature-item,
  .pid-feature,
  .logistics-feature,
  .transport-mode,
  .supply-chain {
    background: white !important;
    border: 1px solid #ddd !important;
    color: black !important;
    box-shadow: none !important;
  }
  
  .parallax-overlay {
    display: none;
  }
  
  a {
    color: black !important;
    text-decoration: underline;
  }
  
  .btn-primary-services,
  .btn-secondary-services,
  .btn-outline-services {
    background: #ddd !important;
    color: black !important;
    border: 1px solid #999 !important;
  }
  
  /* Hide decorative elements */
  .map-visual,
  .capacity-visual,
  .blending-process,
  .pid-visual,
  .multimodal-visual,
  .fleet-stats,
  .chain-visual {
    display: none;
  }
}