
@media (max-width: 767px) {

.page-header-title br,
.page-header-description br {
display: none;
}
}
    
    .section-label i {
        font-size: 10px;
    }
    
    @media (min-width: 992px) {
          .about-col:first-child {
            width: 39.66666667%;
        }
        .about-col:last-child {
          width: 56.33333333%;
      }
        }
    
    .about-subtitle {
          color: #000;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1.25rem;
            background:rgba(21, 61, 77, 0.05);
            font-weight: 700;
            font-size: 12px;
            border-radius: 99px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(21, 61, 77, 0.05);
        }
    
    .about-operations {
          color: #20273C;
          
          font-size: 22px;
          font-weight: 800;
          line-height: 33px;
          /* text-transform: capitalize; */
          margin-top: 0;
          margin-bottom: 30px;
        }
    
    .about-link {
          font-size: 1em;
          font-weight: 500;
          color: #006ea3;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          gap: 6px;
        }
    
    .about-link .arrow {
          display: inline-block;
          transition: transform 0.3s ease;
        }
    
    .about-link:hover {
          text-decoration: underline;
        }
    
    .about-link:hover .arrow {
          transform: translateX(6px);
        }
    
    .about-btn {
          background: #0B3742;
          color: #fff;
          display: inline-block;
          padding: 21px 45px;
          border: 0;
          text-transform: uppercase;
          -webkit-backface-visibility: hidden;
          z-index: 1;
          position: relative;
          font-size: 15px;
          border-radius: 0;
          
          font-weight: 700;
          letter-spacing: 0.75px;
          overflow: hidden;
          text-decoration: none;
          transition: all 0.2s;
        }
    
    @media (max-width: 991px) {
          .about-btn {
            font-size: 14px;
            padding: 18px 45px;
          }
        }
    
    @media (max-width: 767px) {
          .about-btn {
            padding: 12px 18px;
            font-size: 14px;
          }
        }
    
    @media (max-width: 399px) {
          .about-btn {
            margin-top: 20px;
          }
        }
    
    .mv-subtitle {
          font-size: 14px;
          font-weight: 500;
          color: #ff8a00;
          text-transform: uppercase;
          letter-spacing: 3px;
          margin-bottom: 12px;
          display: block;
        }
    
    .mv-title {
          font-size: 45px;
          font-weight: 700;
          line-height: 1.2;
          color: #fff;
          text-transform: uppercase;
          margin: 0;
        }
    
    .mv-grid {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 40px;
        }
    
    .mv-card {
          background-color: rgba(255, 255, 255, 0.05);
          border: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 8px;
          padding: 50px 40px;
          position: relative;
          overflow: hidden;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
    
    .mv-card:hover {
          transform: translateY(-6px);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
        }
    
    .mv-card::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 4px;
          height: 100%;
          background-color: #ff8a00;
        }
    
    .mv-card-icon {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background-color: rgba(255, 138, 0, 0.15);
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 25px;
        }
    
    .mv-card-icon .mv-icon {
          font-size: 28px;
          color: #ff8a00;
        }
    
    .mv-card-title {
          font-size: 28px;
          font-weight: 600;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 1px;
          margin-bottom: 20px;
          line-height: 1.3;
        }
    
    .mv-card-text {
          font-size: 15px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.7);
          line-height: 1.8;
          margin-bottom: 20px;
        }
    
    .mv-card-list {
          list-style: none;
          padding: 0;
          margin: 0;
        }
    
    .mv-card-list-item {
          font-size: 14px;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.7);
          line-height: 1.6;
          padding: 8px 0;
          padding-left: 28px;
          position: relative;
        }
    
    .mv-card-list-item::before {
          content: "\f00c";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          position: absolute;
          left: 0;
          top: 8px;
          color: #ff8a00;
          font-size: 13px;
        }
    
    .mv-card-bg-text {
          position: absolute;
          bottom: -10px;
          right: 20px;
          font-size: 120px;
          font-weight: 700;
          color: rgba(255, 255, 255, 0.03);
          line-height: 1;
          pointer-events: none;
          user-select: none;
        }
    
    @media (max-width: 991px) {
        
          .mv-grid {
            grid-template-columns: 1fr;
            gap: 30px;
          }
        
          .mv-title {
            font-size: 36px;
          }
        
          .mv-card {
            padding: 40px 30px;
          }
        
          .mv-card-title {
            font-size: 24px;
          }
        }
    
    @media (max-width: 767px) {
        
          .mv-title {
            font-size: 30px;
          }
        
          .mv-card {
            padding: 30px 25px;
          }
        
          .mv-card-icon {
            width: 60px;
            height: 60px;
          }
        
          .mv-card-icon .mv-icon {
            font-size: 24px;
          }
        
          .mv-card-title {
            font-size: 22px;
          }
        
          .mv-card-text {
            font-size: 14px;
          }
        
          .mv-card-bg-text {
            font-size: 80px;
          }
        }
    
    .mission-vision-tag {
            width: 120px;
            height: 40px;
            margin-top: -1px;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding-top: 8px;
            color: #FFFFFF;
            font-weight: 700;
            font-size: 20px;
            letter-spacing: 1px;
            z-index: 2;
          }
    
    .mission-vision-theme-yellow .mission-vision-shape-body,
          .mission-vision-theme-yellow .mission-vision-tag {
            background: #d0f096;
            color: #000;
          }
    
    .mission-vision-theme-blue .mission-vision-shape-body,
          .mission-vision-theme-blue .mission-vision-tag {
            background: #2a93bb;
          }
    
    .mission-vision-card-wrapper:hover .mission-vision-content-card {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.12);
          }
    
    .mission-vision-svg-icon {
            width: 100%;
            height: 100%;
            stroke: #333333;
            stroke-width: 1.5;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
          }
    
    .mission-vision-accent-stroke-yellow { stroke: #DFA518; }
    
    .mission-vision-accent-fill-yellow  { fill: rgba(223, 165, 24, 0.2); stroke: #DFA518; }
    
    .mission-vision-accent-stroke-blue { stroke: #2F61AA; }
    
    .mission-vision-card-wrapper:hover .mission-vision-bottom-shadow {
            opacity: 0.4;
            transform: scale(0.9);
          }
    
    .mission-vision-anim-trigger {
            animation: missionVisionSlideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
          }
    
    .history-pillar--left .road-surface::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        repeating-linear-gradient(
            180deg,
            transparent 0px,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 2px,
            transparent 4px
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(255, 255, 255, 0.05) 30%,
            rgba(255, 255, 255, 0.08) 50%,
            rgba(255, 255, 255, 0.05) 70%,
            rgba(0, 0, 0, 0.15) 100%
        );
}
    
    .history-pillar--left .pillar-cap-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: lightgreen;
    border-radius: 0 0 2px 2px;
}
    
    .history-pillar--left .pillar-cap-top::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 12px;
    right: 12px;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1px;
}
    
    .history-pillar--left .pillar-cap-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: lightgreen;
    border-radius: 2px 2px 0 0;
}
    
    .history-pillar--left .pillar-cap-bottom::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    right: 12px;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1px;
}
    
    .history-pillar--left .road-truck::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 30px;
    background: radial-gradient(ellipse, rgba(255, 255, 200, 0.4), transparent);
    border-radius: 50%;
}
    
    .history-pillar--left .road-truck::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 20px;
    /* background: radial-gradient(ellipse, rgba(255, 50, 50, 0.3), transparent); */
    border-radius: 50%;
}
    
    .history-pillar--left .road-sign {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    opacity: 0;
    animation: fadeIn 0.6s ease 1.8s forwards;
    z-index: 4;
}
    
    .history-pillar--right .road-surface::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        repeating-linear-gradient(
            180deg,
            transparent 0px,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 2px,
            transparent 4px
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(255, 255, 255, 0.05) 30%,
            rgba(255, 255, 255, 0.08) 50%,
            rgba(255, 255, 255, 0.05) 70%,
            rgba(0, 0, 0, 0.15) 100%
        );
}
    
    .history-pillar--right .pillar-cap-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: lightgreen;
    border-radius: 0 0 2px 2px;
}
    
    .history-pillar--right .pillar-cap-top::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 12px;
    right: 12px;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1px;
}
    
    .history-pillar--right .pillar-cap-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: lightgreen;
    border-radius: 2px 2px 0 0;
}
    
    .history-pillar--right .pillar-cap-bottom::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    right: 12px;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1px;
}
    
    .history-pillar--right .road-truck::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 30px;
    background: radial-gradient(ellipse, rgba(255, 255, 200, 0.4), transparent);
    border-radius: 50%;
}
    
    .history-pillar--right .road-truck::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 20px;
    /* background: radial-gradient(ellipse, rgba(255, 50, 50, 0.3), transparent); */
    border-radius: 50%;
}
    
    .history-pillar--right .road-sign {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    opacity: 0;
    animation: fadeIn 0.6s ease 2s forwards;
    z-index: 4;
}
    
    .road-sign-svg {
    width: 100%;
    height: 100%;
}
    
    .history-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    opacity: 0;
    animation: slideInDown 0.8s ease 0.3s forwards;
}
    
    .history-tag-line {
    width: 28px;
    height: 2px;
    background: lightgreen;
    border-radius: 2px;
}
    
    .history-tag-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: lightgreen;
}
    
    .history-title {
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 800;
    color: #153D4D;
    line-height: 1.2;
    margin-bottom: 16px;
    opacity: 0;
    animation: slideInUp 0.8s ease 0.5s forwards;
}
    
    .history-title-highlight {
    background: linear-gradient(135deg, lightgreen, #e63939);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
    
    .history-divider {
    width: 55px;
    height: 3px;
    background: linear-gradient(90deg, lightgreen, #e63939);
    margin: 0 auto 28px;
    border-radius: 2px;
    opacity: 0;
    transform: scaleX(0);
    animation: lineExpand 0.6s ease 0.8s forwards;
}
    
    .history-year-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: radial-gradient(ellipse 65% 80% at 78% 52%, rgba(0, 170, 255, 0.09) 0%, rgba(0, 100, 180, 0.04) 40%, transparent 70%), linear-gradient(135deg, #0B1F2A 0%, #0E2D3A 100%);

    padding: 8px 22px;
    border-radius: 50px;
    margin: 28px 0;
    opacity: 0;
    animation: slideInUp 0.6s ease 0.7s forwards;
    box-shadow: 0 4px 15px rgba(25, 73, 92, 0.2);
}
    
    .history-year-icon {
    width: 30px;
    height: 30px;
    background: lightgreen;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #153D4D;
    font-size: 11px;
}
    
    .history-year-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
}
    
    .history-year-text-highlight {
    color: #ffffff;
    font-weight: 700;
}
    
    .history-description:last-child {
    margin-bottom: 0;
}
    
    @media (max-width: 1024px) {

    .history-pillar--left .road-sign,
    .history-pillar--right .road-sign {
        display: none;
    }
}
    
    @media (max-width: 480px) {

    .history-title {
        font-size: 22px;
    }
}
    
    .footprint-header .section-desc {
      margin: 0 auto;
  }
    
    .footprint-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin-bottom: 60px;
  }
    
    .footprint-badge:hover {
box-shadow: 0 4px 36px 0 rgba(67,149,182,0.12);
}
    
    .accreditation-header.is-visible {
      opacity: 1;
      transform: translateY(0);
  }
    
    .accreditation-title {
      font-size: 36px;
      font-weight: 800;
      color: #0f172a;
      margin: 0 0 16px 0;
      letter-spacing: -0.02em;
      line-height: 1.2;
  }
    
    .accreditation-subtitle {
      font-size: 16px;
      color: #64748b;
      margin: 0 auto;
      max-width: 600px;
      line-height: 1.6;
  }
    
    .cert-card.is-visible {
      opacity: 1;
      transform: translateY(0);
  }
    
    .cert-card:hover .cert-image {
      filter: grayscale(0%) opacity(1);
  }
    
    @media (max-width: 600px) {
      
      .accreditation-title {
          font-size: 28px;
      }
  }
    
    .team-slider-btn:hover {
    background: #0f4458;
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 36px rgba(0,0,0,0.32);
}
    
    .team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #1a1a1a;
    transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0 0 3px 3px;
}
    
    .team-card:hover {
    transform: translateY(-12px);
    box-shadow:
        0 30px 70px rgba(0,0,0,0.25),
        0 10px 30px rgba(0,0,0,0.15);
}
    
    .team-card:hover::before { width: 60%; }
    
    .team-card:hover .team-card-glow { opacity: 1; }
    
    .team-card:hover .team-avatar-ring {
    border-color: #1a1a1a;
    transform: rotate(180deg);
}
    
    .team-card:hover .team-avatar-gradient { opacity: 1; }
    
    .team-card:hover .team-avatar-img { transform: scale(1.1); }
    
    .team-avatar-number {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transform: scale(0) rotate(-90deg);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
    
    .team-card:hover .team-avatar-number {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
    
    .team-card:hover .team-member-name { letter-spacing: 0.5px; }
    
    .team-member-bio {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
    margin: 0 0 20px;
    padding: 0 6px;
    font-weight: 400;
}
    
    .team-member-stats {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 14px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
    
    .team-stat { text-align: center; }
    
    .team-stat-number {
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin: 0 0 3px;
}
    
    .team-stat-label {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
    
    .team-stat-divider { width: 1px; background: #f0f0f0; }
    
    .team-socials {
    display: flex;
    justify-content: center;
    gap: 6px;
}
    
    .team-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(8px);
    opacity: 0;
}
    
    .team-card:hover .team-social-link          { opacity: 1; transform: translateY(0); }
    
    .team-card:hover .team-social-link:nth-child(1) { transition-delay: 0.06s; }
    
    .team-card:hover .team-social-link:nth-child(2) { transition-delay: 0.12s; }
    
    .team-card:hover .team-social-link:nth-child(3) { transition-delay: 0.18s; }
    
    .team-card:hover .team-social-link:nth-child(4) { transition-delay: 0.24s; }
    
    .team-social-link:hover {
    background: #3291b6;
    color: #ffffff;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
    
    .team-slider-dot:hover:not(.active) { background: rgba(255,255,255,0.5); }
    
    @media (max-width: 640px) {
    .team-social-link { opacity: 1; transform: translateY(0); }
}
    
    .counter-tile.revealed {
    animation: glideUp 0.7s ease forwards;
  }
    
    .counter-capsule::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(107deg, rgba(11, 55, 66, 0.22) 38.02%, rgba(28, 140, 168, 0.08) 89.08%);
    opacity: 0;
    transition: opacity 0.35s ease;
  }
    
    .counter-capsule:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 32px rgba(11, 55, 66, 0.15);
  }
    
    .counter-capsule:hover::before {
    opacity: 1;
  }
    
    .accordion-item.active {
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(29, 140, 248, 0.2);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .accordion-item.active .accordion-icon-wrapper {
color: #fff;
color: lightgreen;
        background: rgba(0, 212, 170, 0.15);
        transform: scale(1.1);
    }
    
    .accordion-toggle i {
        font-size: 11px;
        color: #94A3B8;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .accordion-item.active .accordion-toggle {
        background: rgba(29, 140, 248, 0.15);
    }
    
    .accordion-item.active .accordion-toggle i {
        color: lightgreen;
        transform: rotate(180deg);
    }
    
    .accordion-item.active .accordion-body {
        max-height: 200px;
    }
    
    .booking-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url(blue.png);
      background-size: 80px;
      background-position: top right;
      background-repeat: no-repeat;
      opacity: 0.5; /* 🔥 control image opacity here */
      pointer-events: none;
      z-index: 0;
    }
    
    .form-row:nth-child(1) { animation: fadeInUp 0.4s ease 0.5s both; }
    
    @media (max-width: 1500px) {
        .hero-truck-img {
          /* right: -190px; */
        }
    }
    
    .spinner {
      animation: spin 0.8s linear infinite;
  }
    
    .faq-label::after {
        content: '';
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.08);
    }
    
    .accordion-item:hover {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(255, 255, 255, 0.12);
        transform: translateX(4px);
    }
    
    .accordion-icon-wrapper i {
        font-size: 12px;
        color: lightgreen;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .accordion-item.active .accordion-icon-wrapper i {
        transform: rotate(360deg);
    }
    
    .form-label-optional {
        color: #94A3B8;
        font-weight: 400;
    }
    
    .form-input::placeholder,
    .form-textarea::placeholder {
        color: #94A3B8;
        font-weight: 400;
    }
    
    .form-input:hover,
    .form-select:hover,
    .form-textarea:hover {
        border-color: #CBD5E1;
        background: #FFFFFF;
    }
    
    .form-input:focus,
    .form-select:focus,
    .form-textarea:focus {
        border-color: #1D8CF8;
        background: #FFFFFF;
        box-shadow: 0 0 0 4px rgba(29, 140, 248, 0.1);
    }
    
    .input-wrapper:focus-within .input-icon {
        color: #1D8CF8;
    }
    
    .select-wrapper::after {
      content: "";
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      pointer-events: none;
      opacity: 1;
  
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
  
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  }
    
    .submit-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(25, 73, 92, 0.35);
    }
    
    .submit-btn:hover::before {
        left: 100%;
    }
    
    .submit-btn:hover .submit-btn-icon {
        transform: translateX(4px);
    }
    
    .submit-btn:active {
        transform: translateY(0);
    }
    
    .accordion-item:nth-child(2) {
        animation: fadeInUp 0.5s ease 0.9s both;
    }
    
    .accordion-item:nth-child(3) {
        animation: fadeInUp 0.5s ease 1.05s both;
    }
    
    .accordion-item:nth-child(4) {
        animation: fadeInUp 0.5s ease 1.2s both;
    }
    
    @media (max-width: 1024px) {

        .faq-label::after {
            max-width: 100px;
        }
    }