.elementor-557 .elementor-element.elementor-element-fea19b3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b7a2d64 *//* VARIABLES */
.cha-hero,.cha-stats,.cha-section,.cha-faq-wrap,.cha-cta-box {
  --blue:   #1e3a8a;
  --blue2:  #1e40af;
  --orange: #f97316;
  --org2:   #ea580c;
  --gray1:  #4b5563;
  --gray2:  #6b7280;
  --border: #e5e7eb;
  --gray-bg:#f9fafb;
  font-family: 'Poppins', sans-serif;
}

/* LAYOUT */
.cha-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* SECTIONS */
.cha-section {
  background: #fff;
  padding: 80px 24px;
}
.cha-section--gray {
  background: var(--gray-bg);
}

.cha-section-head {
  text-align: center;
  margin-bottom: 52px;
}
.cha-section-head h2 {
  font-size: 34px;
  font-weight: 800;
  color: var(--blue);
  margin: 0 0 14px;
  line-height: 1.25;
}
.cha-section-head p {
  font-size: 17px;
  color: var(--gray1);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

/* TWO COL */
.cha-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.cha-two-col--reverse { direction: rtl; }
.cha-two-col--reverse > * { direction: ltr; }

.cha-text-block h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--blue);
  margin: 0 0 20px;
  line-height: 1.3;
}
.cha-text-block p {
  font-size: 16px;
  color: var(--gray1);
  line-height: 1.85;
  margin: 0 0 18px;
}
.cha-img-block img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(30,58,138,0.1);
  display: block;
}

/* GRIDS */
.cha-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cha-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* BUTTONS */
.cha-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(249,115,22,0.28);
}
.cha-btn-primary:hover {
  background: var(--org2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(249,115,22,0.38);
  color: #fff;
}
.cha-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
  box-shadow: 0 4px 16px rgba(37,211,102,0.28);
}
.cha-btn-wa:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  color: #fff;
}
.cha-btn-lg {
  font-size: 17px;
  padding: 16px 34px;
}
.cha-link {
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
}
.cha-link:hover { text-decoration: underline; }

/* HERO */
.cha-hero {
  background: #fff;
  padding: 80px 24px 72px;
  border-bottom: 1px solid var(--border);
}
.cha-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.cha-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff7ed;
  color: var(--org2);
  border: 1px solid #fed7aa;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.cha-hero-text h1 {
  font-size: 50px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.12;
  margin: 0 0 18px;
}
.cha-hero-sub {
  font-size: 17px;
  color: var(--gray1);
  line-height: 1.75;
  margin: 0 0 32px;
  max-width: 520px;
}
.cha-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cha-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.cha-trust-row span {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 5px;
}
.cha-trust-row .fa-check-circle { color: #22c55e; }
.cha-hero-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 56px rgba(30,58,138,0.13);
  display: block;
}

/* STATS */
.cha-stats {
  background: var(--blue);
  padding: 36px 24px;
}
.cha-stats-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.cha-stat { text-align: center; }
.cha-stat-num {
  display: block;
  font-size: 34px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 6px;
}
.cha-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}

/* CARDS (why us) */
.cha-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 30px 26px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.cha-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 32px rgba(249,115,22,0.1);
  transform: translateY(-5px);
}
.cha-card-icon {
  width: 56px;
  height: 56px;
  background: var(--blue);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.25s;
}
.cha-card:hover .cha-card-icon { background: var(--orange); }
.cha-card-icon i { font-size: 22px; color: #fff; }
.cha-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--blue);
  margin: 0 0 10px;
}
.cha-card p {
  font-size: 14px;
  color: var(--gray2);
  line-height: 1.65;
  margin: 0;
}

/* FLEET */
.cha-fleet-card {
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  position: relative;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  background: #fff;
}
.cha-fleet-card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 32px rgba(249,115,22,0.1);
  transform: translateY(-5px);
}
.cha-fleet-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 50px;
  white-space: nowrap;
}
.cha-fleet-icon {
  width: 60px;
  height: 60px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  transition: background 0.25s;
}
.cha-fleet-card:hover .cha-fleet-icon { background: var(--orange); }
.cha-fleet-icon i { font-size: 24px; color: #fff; }
.cha-fleet-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue);
  margin: 0 0 5px;
}
.cha-fleet-eg {
  font-size: 12px;
  color: var(--gray2);
  margin: 0 0 12px;
}
.cha-fleet-specs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.cha-fleet-specs span {
  font-size: 11px;
  color: var(--gray1);
  display: flex;
  align-items: center;
  gap: 3px;
}
.cha-fleet-specs i { color: var(--blue); font-size: 10px; }
.cha-fleet-price {
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 16px;
}
.cha-fleet-price strong {
  font-size: 28px;
  font-weight: 900;
  color: var(--orange);
}
.cha-fleet-price span { font-size: 12px; }
.cha-fleet-btn {
  display: block;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s;
  font-family: 'Poppins', sans-serif;
}
.cha-fleet-btn:hover { background: var(--orange); color: #fff; }

/* HOW IT WORKS */
.cha-hiw-grid {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  gap: 0;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.cha-hiw-step {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 32px 26px;
  text-align: center;
}
.cha-hiw-num {
  font-size: 44px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 12px;
}
.cha-hiw-step h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--blue);
  margin: 0 0 10px;
}
.cha-hiw-step p {
  font-size: 14px;
  color: var(--gray2);
  line-height: 1.65;
  margin: 0;
}
.cha-hiw-divider {
  text-align: center;
}
.cha-hiw-divider i {
  font-size: 20px;
  color: var(--border);
}

/* GUIDES */
.cha-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cha-guide-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-decoration: none;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.cha-guide-card:hover {
  border-color: var(--orange);
  box-shadow: 0 6px 24px rgba(249,115,22,0.1);
  transform: translateY(-3px);
}
.cha-guide-card--accent {
  border-color: #dbeafe;
  background: #f0f7ff;
}
.cha-guide-card--accent:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(30,58,138,0.1); }
.cha-guide-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.cha-guide-icon i { font-size: 18px; color: #fff; }
.cha-guide-card:hover .cha-guide-icon { background: var(--orange); }
.cha-guide-card--accent:hover .cha-guide-icon { background: var(--blue2); }
.cha-guide-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  margin: 0 0 7px;
  line-height: 1.3;
}
.cha-guide-card p {
  font-size: 13px;
  color: var(--gray2);
  line-height: 1.6;
  margin: 0 0 10px;
}
.cha-guide-cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* FAQ */
.cha-faq-wrap {
  max-width: 840px;
  margin: 0 auto;
}
.cha-faq-item {
  border: 1.5px solid var(--border);
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.25s;
  background: #fff;
}
.cha-faq-item.cha-open { border-color: var(--orange); }
.cha-faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  cursor: pointer;
  text-align: left;
  transition: color 0.2s;
}
.cha-faq-q:hover { color: var(--orange); }
.cha-faq-q i {
  font-size: 13px;
  color: var(--orange);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.cha-faq-item.cha-open .cha-faq-q i { transform: rotate(180deg); }
.cha-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease;
}
.cha-faq-item.cha-open .cha-faq-a { max-height: 400px; }
.cha-faq-a p {
  padding: 0 22px 18px;
  font-size: 14px;
  color: var(--gray1);
  line-height: 1.8;
  margin: 0;
}

/* FINAL CTA */
.cha-cta-box {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 24px;
  padding: 56px 48px;
}
.cha-cta-box h2 {
  font-size: 32px;
  font-weight: 900;
  color: var(--blue);
  margin: 0 0 14px;
}
.cha-cta-box p {
  font-size: 16px;
  color: var(--gray1);
  line-height: 1.7;
  margin: 0 0 30px;
}
.cha-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cha-hero-inner  { grid-template-columns: 1fr; }
  .cha-hero-img    { display: none; }
  .cha-stats-inner { grid-template-columns: repeat(3,1fr); }
  .cha-two-col     { grid-template-columns: 1fr; gap: 40px; direction: ltr; }
  .cha-img-block   { display: none; }
  .cha-grid-3      { grid-template-columns: repeat(2,1fr); }
  .cha-grid-4      { grid-template-columns: repeat(2,1fr); }
  .cha-hiw-grid    { grid-template-columns: 1fr; }
  .cha-hiw-divider { display: none; }
  .cha-guides-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .cha-hero-text h1  { font-size: 34px; }
  .cha-hero          { padding: 56px 16px; }
  .cha-section       { padding: 60px 16px; }
  .cha-stats         { padding: 28px 16px; }
  .cha-stats-inner   { grid-template-columns: repeat(2,1fr); }
  .cha-section-head h2 { font-size: 26px; }
  .cha-grid-3        { grid-template-columns: 1fr; }
  .cha-grid-4        { grid-template-columns: 1fr; }
  .cha-guides-grid   { grid-template-columns: 1fr; }
  .cha-cta-box       { padding: 36px 22px; }
  .cha-cta-box h2    { font-size: 24px; }
}/* End custom CSS */