﻿:root {
    --logo-black: rgb(100 95 100); --dark-black:rgb(59 57 59); --primary-black:#20282d; --dark-red:hsl(356.79deg 75.1% 48.82%); --yellow:rgb(244 137 36); --light-red:rgb(223 69 57); --linear-gradient:linear-gradient(135deg,hsl(356.79deg 75.1% 48.82%),rgb(244, 137, 36));
    --color-primary: #20282D;
    --color-secondary: #1F1F25;
    --color-blue: #0b4df5;
    --color-sky: #82b440;
    --color-body: #5D666F;
    --color-heading-1: #1C2539;
    --color-title: #141416;
    --color-heading-dark: #141416;
    --transition: .3s;
    --bg-dark-1: #1E1E20;
    --color-white: #fff;
    --color-border: #DDD8F9;
    --border-width: 1px;
    --radius: 10px;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: 0.3s;
    --font-primary: "Aeonik", sans-serif;
    --font-medium: "6500595b785e358dcc2a2f3a_AeonikMedium", sans-serif;
    --font-secondary: "Aeonik", sans-serif;
    --font-3: "fontawesome";
    --font-size-b1: 16px;
    --font-size-b2: 15px;
    --font-size-b3: 22px;
    --line-height-b1: 26px;
    --line-height-b2: 26px;
    --line-height-b3: 1.7;
    --h1: 60px;
    --h2: 48px;
    --h3: 30px;
    --h4: 26px;
    --h5: 24px;
    --h6: 18px;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: auto !important;
}

body {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Aeonik", sans-serif;
    color: var(--color-body);
    font-weight: var(--p-regular);
    position: relative;
    /* overflow-x: hidden; */
    margin: 0;
    background: #fff;
}
/* .container-full {
    max-width: 1920px;
    margin: auto;
} */
/* ===============================
   HOW WE MAKE – FINAL LAYOUT FIX
================================ */

/* Image wrapper must control positioning */
.about-fixed-image {
  position: relative;
  padding-bottom: 60px;   /* gives breathing space */
  padding-right: 60px;
}

.about-fixed-image .single-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  display: block;
}


/* Progress card positioning */
.progress-circle-main-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;

  transform: translate(20%, 20%); /* pushes it away from image */
  z-index: 6;
}


/* Progress card design */
.progress-area-wrapper {
  width: 190px;
  height: 190px;
  background: linear-gradient(135deg, #1f2a33, #20282d);
  border-radius: 20px;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.progress-area-wrapper svg {
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
}

.progress-area-wrapper .title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.about-6-thumbnail-left-wrapper .progress-area-wrapper {
    position: absolute;
    left: -72%;
    bottom: 35px;
    background: var(--color-primary);
    padding: 28px 25px;
    border-radius: 10px;
    transform: translateX(-118%);
}
.about-6-thumbnail-left-wrapper.about-left-image
{
  margin-left: 0px !important;
}
.radial-progress text {
  transform: none !important;
}
/* rotate only progress rings */
.radial-progress .bar-static,
.radial-progress .bar--animated {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

/* NEVER rotate the SVG */
.radial-progress {
  transform: none !important;
}


/* ===============================
   CHECK LIST – FONT AWESOME FIX
================================ */

.single-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* Force Font Awesome circle-check styling */
.single-check i.fa-circle-check {
  font-size: 18px;          /* icon size */
  color: #000;              /* black circle */
  line-height: 1;
}

/* Make check mark white */
.single-check i.fa-circle-check::before {
  color: #000;              /* circle color */
}

/* Override FA SVG mask behavior */
.single-check i.fa-circle-check {
  background: none;
}

/* Text */
.single-check p {
  margin: 0;
  font-size: 16px;
  color: #1c2539;
  font-weight: 400;
}

/* Mobile adjustment */
@media (max-width: 991px) {
  .about-fixed-image {
    margin: 0 auto;
  }

  .progress-circle-main-wrapper {
    left: 20px;
    bottom: 20px;
  }
}

.rmc-process {
  padding: 80px 20px;
  background: #f6f8fb;
  font-family: "Poppins", sans-serif;
}

/* .container {
  max-width: 1200px;
  margin: auto;
} */




/* ===============================
   STEP TABS – ALPHA GRADIENT STYLE
================================ */

:root {
  --alpha-gradient: linear-gradient(135deg, #ff8a2a 0%, #ff5e2b 100%);
  --alpha-gradient-light: linear-gradient(
    135deg,
    rgba(255, 138, 42, 0.18),
    rgba(255, 94, 43, 0.18)
  );
}

/* TABS CONTAINER */
.step-tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 30px;
}

/* BASE TAB */
.step-tab {
  flex: 1;
  padding: 14px 18px;
  border-radius: 10px;

  background: #fff;
  border: 1px solid rgba(255, 138, 42, 0.25);

  font-weight: 500;
  color: #1c2539;

  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  text-align:center;
}

/* LIGHT GRADIENT HOVER */
.step-tab:hover {
  background: var(--alpha-gradient-light);
  border-color: rgba(255, 138, 42, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 138, 42, 0.25);
}

/* ACTIVE TAB */
.step-tab.active {
  background: var(--alpha-gradient);
  color: #fff;
  border: none;
  box-shadow: 0 14px 35px rgba(255, 94, 43, 0.45);
}

/* SOFT GLOW */
.step-tab.active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(255, 255, 255, 0.35),
    transparent 65%
  );
  pointer-events: none;
}

/* SMOOTH TEXT */
.step-tab {
  letter-spacing: 0.3px;
}

/* MOBILE */
@media (max-width: 768px) {
  .step-tabs {
    flex-wrap: wrap;
  }

 
}
.step-content {
  display: none;
}

.step-content.active {
  display: block;
  animation: stepFade 0.55s ease both;
}




/* IMAGE BOX */
.image-box {
  padding: 20px;
  display: flex;
  align-items: center;
}

.image-box img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
/* GLOBAL CONTAINER CONSISTENCY */
/* .container {
  max-width: 1200px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
} */
/* STEP TABS – MODERN LOOK */
.step-text h2{
font-size: 30px;
  line-height: 1.25;
  margin-bottom: 18px;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* subtle clarity */
  letter-spacing: 0.2px;
  -webkit-text-fill-color: #1c2539;

}
.step-text h2 span{
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 18px;
  font-weight: 600;

  /* Gradient text */
  background: linear-gradient(135deg, #ff8a2a, #ff5e2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* subtle clarity */
  letter-spacing: 0.2px;
}


.step-text p {
  font-size: 16px;
  color: #5d666f;
  margin-bottom: 22px;
}

.step-text ul {
  list-style: none;
  padding: 0;
}

.step-text ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #4b5563;
}

.step-text ul li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: #000000;
}


/* STEP CONTENT WRAPPER */
.step-box {
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  border-radius: 22px;
  padding: 40px;
  border: none;
}
.step-text {
  max-width: 900px;
}


/* STEP CONTENT GRID */
.step-content.active {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}


.step-image {
  display: flex;
  justify-content: center;
}

/* IMAGE CARD */
.step-image img {
  width: 100%;
  max-width: 360px;

  border-radius: 26px;

  /* white frame */
  background: #fff;
  padding: 14px;

  /* subtle depth */
  box-shadow:
    0 10px 30px rgba(0,0,0,0.08);

  transition: transform 0.6s ease;
}

/* very subtle hover */
.step-content.active .step-image img {
  transform: translateY(-4px);
}
/* CONTENT FADE */
.step-content {
  animation: stepFade 0.55s ease both;
}

@keyframes stepFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.step-tab {
  box-shadow: none;
}

.step-tab.active {
  box-shadow: 0 8px 18px rgba(255, 122, 47, 0.25);
}

.step-tab:hover {
  box-shadow: 0 6px 14px rgba(255, 122, 47, 0.18);
}
@media (max-width: 768px) {
  .step-content.active {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .step-text h2 {
    font-size: 28px;
  }

  .step-image img {
    max-width: 100%;
  }
}


@keyframes stepReveal {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.step-image img {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.step-content.active .step-image img {
  transform: scale(1.03);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}


.alpha-cta {
  padding: 0px 0;
  background: #f6f8fb;
}

.alpha-cta-inner {
  background: #20282d;
  border-radius: 36px;
  padding: 26px 36px;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;

  box-shadow: 0 35px 80px rgba(0,0,0,0.25);
}
.cta-image img {
  width: 90px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}
.cta-content {
  text-align: left;
}

.cta-content h2 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.cta-content h2 span {
  color: var(--yellow);
}

.cta-content p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.cta-action {
  display: flex;
  justify-content: flex-end;
}

.cta-action .rts-btn {
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 14.5px;
  color:white;
}
@media (max-width: 768px) {
  .alpha-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 22px;
  }

  .cta-content {
    text-align: center;
  }

  .cta-action {
    justify-content: center;
  }
}
/* .alpha-cta .container {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
} */
.alpha-cta {
  padding-bottom: 120px;
  background: #f6f8fb;
}

.alpha-cta-inner {
  display: flex;
  align-items: center;
  gap: 28px;

  background: linear-gradient(135deg, #20282d, #20282d);
  border-radius: 28px;
  padding: 28px 40px;
}
.cta-image img {
  width: 90px;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}
.cta-content {
  flex: 1;
  text-align: left;
}

.cta-content h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.cta-content h2 span {
  color: var(--yellow);
}

.cta-content p {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.cta-action {
  flex-shrink: 0;
}

.cta-action .rts-btn {
  padding: 12px 30px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .alpha-cta-inner {
    flex-direction: column;
    
    text-align: center;
  }

  .cta-content {
    text-align: center;
  }
}


/* ===============================
   PILLARS – COMPATIBLE DESIGN
================================ */

.pillars-gray {
  padding: 90px 0;
  background: linear-gradient(180deg, #2a2f34 0%, #23282d 100%);
  position: relative;
}

/* TITLE */
.pillars-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 55px;
  text-align: center;
}

/* GRID */
.pillars-line-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

/* REMOVE OLD LINE */
.pillars-line {
  display: none;
}

/* CARD */
.pillar-item {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 38px 26px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: pillarFadeUp 0.8s ease forwards;
}

/* STAGGER */
.pillar-item:nth-child(1) { animation-delay: 0.05s; }
.pillar-item:nth-child(2) { animation-delay: 0.15s; }
.pillar-item:nth-child(3) { animation-delay: 0.25s; }
.pillar-item:nth-child(4) { animation-delay: 0.35s; }

/* icon-toggle-toggle */
.pillar-icon-toggle {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, #f48924, #df4539);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  transition: transform 0.4s ease;
}

/* TEXT */
.pillar-item h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

/* HOVER */
.pillar-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}

.pillar-item:hover .pillar-icon-toggle-toggle {
  transform: scale(1.08);
}

/* ANIMATION */
@keyframes pillarFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pillars-line-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pillars-line-wrap {
    grid-template-columns: 1fr;
  }
}

.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .icon {
    height: 35px;
    width: 35px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: #3E484E;
    border-radius: 5px;
    min-width: 30px;
}


.axp-project-showcase {
  padding: 120px 0;
  background: radial-gradient(circle at top, #1f2a30, #141b20);
  color: #fff;
}

.axp-project-container {
  max-width: 1200px;
  margin: auto;
}

.axp-project-header {
  text-align: center;
  margin-bottom: 60px;
}

.axp-project-header .pre {
  letter-spacing: 2px;
  font-size: 13px;
  opacity: 0.7;
}

.axp-project-header h2 {
  font-size: 40px;
  margin-top: 10px;
}

.axp-project-slide {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
}

.axp-project-card {
  background: #fff;
  color: #1c2539;
  padding: 50px;
  border-radius: 20px;
}

.axp-project-card h3 {
  font-size: 26px;
  margin: 18px 0 6px;
}

.axp-project-tag {
  font-size: 14px;
  color: #6b7280;
}

.axp-project-card p {
  font-size: 16px;
  line-height: 1.7;
  margin: 22px 0;
}

.axp-project-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 30px;
  background: #20282d;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.axp-project-image img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

/* NAV */
.axp-project-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.axp-prev,
.axp-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.axp-project-count {
  font-size: 14px;
  opacity: 0.8;
}

/* MOBILE */
@media (max-width: 900px) {
  .axp-project-slide {
    grid-template-columns: 1fr;
  }
}
/* FORCE WHITE TEXT FOR PROJECT SLIDER */
.axp-project-showcase {
  color: #ffffff;
}

.axp-project-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  color: #ffffff;
}

.axp-project-card h3 {
  color: #ffffff;
}

.axp-project-tag {
  color: rgba(255,255,255,0.75);
}

.axp-project-card p {
  color: rgba(255,255,255,0.85);
}

.axp-project-btn {
  background: #ffffff;
  color: #20282d;
  font-weight: 500;
}

.axp-project-btn:hover {
  background: var(--yellow);
  color: #000;
}

/* NAV BUTTONS */
.axp-prev,
.axp-next {
  color: #ffffff;
  border-color: rgba(255,255,255,0.4);
}

.axp-prev:hover,
.axp-next:hover {
  background: rgba(255,255,255,0.15);
}

/* FIX SWIPER CLICK AREA */
.axp-project-slider {
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  pointer-events: auto;
}
.axp-faq-section.light {
  padding: 100px 0;
  background: #f8fafc;
}

.axp-faq-wrapper {
  max-width: 1400px;
  margin: 15px auto 0;
}

.axp-faq-item {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.axp-faq-item:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.axp-faq-question {
  width: 100%;
  padding: 22px 26px;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.axp-chevron {
  width: 14px;
  height: 14px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  transition: transform 0.35s ease;
}

.axp-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.35s ease;
}

.axp-faq-answer p {
  padding: 0 26px 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.axp-faq-item.active .axp-faq-answer {
  max-height: 260px;
  opacity: 1;
}

.axp-faq-item.active .axp-chevron {
  transform: rotate(-135deg);
}
.step-tabs {
    display: flex;
    gap: 14px;
    margin-top: 50px;
    margin-bottom: 30px;
}


/* ==================================================
   AXP ABOUT SOLAR – COLLAGE SECTION (SAFE OVERRIDE)
================================================== */

.axp-about-solar {
  padding: 80px 0;
  background: #ffffff;
}

.axp-about-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.axp-about-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}

/* ===============================
   IMAGE COLLAGE
================================ */

.axp-about-images {
  position: relative;
  height: 540px;
}

/* COMMON IMAGE */
.axp-about-images .axp-img {
  position: absolute;
  border-radius: 26px;
  overflow: hidden;
}

.axp-about-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LEFT LARGE IMAGE */
.axp-img-left {
  width: 56%;
  height: 100%;
  left: 0;
  top: 0;
}

/* TOP RIGHT IMAGE */
.axp-img-top-right {
  width: 42%;
  height: 48%;
  right: 0;
  top: 0;
}

/* BOTTOM RIGHT IMAGE */
.axp-img-bottom-right {
  width: 42%;
  height: 48%;
  right: 0;
  bottom: 0;
}

/* ===============================
   CONTACT BADGE
================================ */

.axp-contact-badge {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: var(--yellow);
  color: var(--color-primary);
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
  z-index: 5;
}

/* ===============================
   CONTENT FIX (BOOTSTRAP SAFE)
================================ */

.axp-about-layout > .col-lg-6 {
  padding: 0;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .axp-about-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .axp-contact-badge {
    left: 50%;
  }
}

@media (max-width: 575px) {
  .axp-about-images {
    height: auto;
    display: grid;
    gap: 18px;
  }

  .axp-about-images .axp-img {
    position: relative;
    width: 100%;
    height: 220px;
  }

  .axp-contact-badge {
    position: relative;
    transform: none;
    margin: 20px auto;
  }
}
/* =========================================
   FINAL POLISH – MATCH REFERENCE DESIGN
========================================= */

/* Section breathing space */
.axp-about-solar {
  padding-top: 80px;
  padding-bottom: 120px;
}

/* Limit text width like design */
.axp-about-layout .about-inner-content-two {
  max-width: 520px;
}

/* Heading spacing + line height */
.axp-about-layout h2 {
  line-height: 1.15;
  margin-bottom: 22px;
  font-size: 40px;
}

/* Paragraph look */
.axp-about-layout .disc {
  font-size: 16px;
  line-height: 1.75;
  color: #5d666f;
  margin-bottom: 28px;
}

/* Checklist alignment */
.check-wrapper-area {
  margin-top: 26px;
}

.single-check {
  align-items: flex-start;
  gap: 10px;
}

/* Rounder images like reference */
.axp-about-images .axp-img {
  border-radius: 30px;
}

/* CONTACT badge – exact placement & color */
.axp-contact-badge {
  left: 43%;
  background: #ff9c28; /* brand orange */
  color: #111;
  font-size: 13px;
}

/* Subtle depth */
.axp-about-images .axp-img {
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

/* Tablet tuning */
@media (max-width: 991px) {
  .axp-about-layout .about-inner-content-two {
    max-width: 100%;
  }

  .axp-about-solar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Mobile tuning */
@media (max-width: 575px) {
  .axp-about-layout h2 {
    font-size: 30px;
  }

  .axp-about-layout .disc {
    font-size: 16px;
  }
}
/* ================================
   FORCE ABOUT LAYOUT (OVERRIDE)
================================ */

/* Kill bootstrap flex inside this section */
.axp-about-solar .axp-about-layout {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center !important;
}

/* Override col-lg-6 width */
.axp-about-solar .col-lg-6 {
  width: auto !important;
  max-width: none !important;
  flex: unset !important;
}
/* Limit text width so it doesn't look huge */
.axp-about-solar .about-inner-content-two {
  max-width: 520px !important;
}
.check-wrapper-area .single-check p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
}




/* ACTIVE / CTA ITEM */
.header-float .ft-item.highlight {
    background: #e63946;
    color: #ffffff;
    border-color: #e63946;
}

/* SIMPLE HOVER FEEDBACK (NO EXPAND) */
.header-float .ft-item:hover {
    background: #f2f2f2;
}

/* MOBILE DISABLE */
@media (max-width: 991px) {
    .header-float {
        display: none;
    }
}


@media (max-width: 1199px) {
      .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}
@media (max-width: 1199px) {

  /* Keep header structure alive */
  .header-main-one-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* ❌ Hide desktop content */
  .nav-area,
  .button-area {
    display: none !important;
  }

  /* ✅ Show hamburger on right */
  .mobile-menu-btn {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
    cursor: pointer;
  }

  .mobile-menu-btn span {
    width: 28px;
    height: 3px;
    background: #20282d;
  }
}
.brochure-btn {
  margin-right: 20px !important;
    padding-left: 20px;
    margin-left: 30px;
    justify-content: center;
}
.title-style-10 .title {
    font-size: 40px !important;
    font-weight: 600;
}
.title-style-two .title {
  font-size: 40px;
  font-weight: 600;
}
.bg_color-dark-1 {
    background: #20282d;
    position: unset !important;
}
.cta-action .rts-btn.btn-border {
    background: white;
    color: #000;
    border: 2px solid #20282d;
    color: #20282d;
    transition: all 0.3s ease;
}

.cta-action .rts-btn.btn-border:hover {
    background: linear-gradient(135deg, #ff8c00 0%, #ff4d00 100%);
    color: #20282d;
    border-color: #dcdcdc;
}

.step-image img{
    height:350px
}
