/* ===================================
    01. Google font
====================================== */
/* exo-2 for display heading */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");

/* nunito sans for h1 and section heading  */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

:root {
  --alt-font: "Exo 2", sans-serif !important;
  --primary-font: "Nunito Sans", system-ui !important;
}

/* ===================================
    02. CSS color variable
====================================== */
:root {
  --base-color: #00308b;
  --secondary-color: #151515;
  --bg-color: #efefef;
  --white: #ffffff;
  --black: #000000;
  --red: #dc3131;
  --light-red: #feedec;
  --green: #2ebb79;
  --crusoe-green: #d39121;
  --yellow: #ffea23;
  --dark-gray: #232323;
  --medium-gray: #717580;
  --extra-medium-gray: #e4e4e4;
  --light-gray: #a8a8a8;
  --very-light-gray: #f7f7f7;
  --light-medium-gray: #eaeaeb;
  --charcoal-blue: #202329;
  --slate-blue: #262b35;
  --medium-slate-blue: #374162;
  --extra-medium-slate-blue: #23262d;
  --dark-slate-blue: #1f232c;
  --extra-dark-slate-blue: #121418;
  --extra-very-slate-blue: #161620;
  --tussock-yellow: #bc8947;
  --aluminium-grey: #80858f;
  --solitude-blue: #f0f4fd;
  --golden-yellow: #fd961e;
  --selago: #eaedff;
  --white-ice: #d8f5ef;
  --cornflower-blue: #445fed;
  --jade: #00af6b;
  --orange: #ef991f;
  --majorelle-blue: #724ade;
  --light-majorelle-blue: #f2edfe;
  --spring-wood: #f9f6f3;
  --tropical-blue: #1ea3b1;
  --camarone: #20642b;
  --seal-brown: #0e0708;
  --Wasabi: #8ea63a;
  --opacity-white: #ffffff63;
}

.bg-trans {
  background: transparent;
}

.text-opacity-white {
  color: var(--opacity-white);
}

body {
  overflow-x: hidden !important;
}

.border-white-4px {
  border: 4px solid var(--white);
}

/* --font variable class--- */
.alt-font {
  font-family: var(--primary-font) !important;
}

.primary-font {
  font-family: var(--primary-font) !important;
}

.banner-heading {
  font-family: var(--primary-font) !important;
}

.section-paragraph {
  font-family: var(--primary-font) !important;
}

.section-button {
  font-family: var(--primary-font) !important;
}

.section-sub-heading {
  font-family: var(--primary-font) !important;
}

.section-heading {
  font-family: var(--primary-font) !important;
}

.section-card-heading {
  font-family: var(--primary-font) !important;
}

.footer-heading {
  font-family: var(--primary-font) !important;
}

.footer-item {
  font-family: var(--primary-font) !important;
}

/* Font Use Class  */
/* for banner heading exo-2  */

.secondary-color {
  color: var(--secondary-color) !important;
}

.secondary-background {
  background: var(--secondary-color) !important;
}

.nav-border-custom {
  border: 2px solid white !important;
  padding-top: 24px !important;
  padding-bottom: 23px !important;
  border-radius: 18px !important;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active {
  background: var(--base-color) !important;
  padding: 13px !important;
  border-radius: 18px !important;
}

.para-button {
  background: var(--second-color) !important;
  border: none !important;
  color: white !important;
}

@media (max-width: 768px) {
  .mobile-screen-remove {
    display: none !important;
  }
}

.bg-linen {
  background-color: #fdedea !important;
}

.card-business {
  border: 7px solid white;
  border-radius: 16px;
}

.ct-custom {
  border: 7px solid white !important;
  border-radius: 11px !important;
  color: rgb(0, 0, 0) !important;
  padding: 27px !important;
  background: transparent !important;
  /* background: linear-gradient(90deg, rgba(9, 9, 121, 0.28895308123249297) 15%, rgba(0, 212, 255, 0.5914740896358543) 100%); */
}

.h-300 {
  height: 300px !important;
}

.box-opacity-custom {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bottom-160px {
  bottom: 160px !important;
}

.h-340 {
  height: 340px !important;
}

@media (max-width: 950px) {
  .sm-height-100 {
    height: 100% !important;
  }
}

.footer-dark a:hover {
  color: #ffffff;
}

/* gradient color section  */
.text-gradient-dark-purple-watermelon {
  background: linear-gradient(to right top,
      rgb(255, 30, 128) 15.923566878980886%,
      rgb(156, 50, 176) 50.63694267515923%,
      rgb(96, 0, 255) 99.68152866242038%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (max-width: 991px) {
  .responsive-tab {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }

  /* Customize the scrollbar */
  .responsive-tab::-webkit-scrollbar {
    width: 2px;
    /* Width of the scrollbar */
    height: 5px;
  }

  .responsive-tab::-webkit-scrollbar-thumb {
    background-color: var(--base-color);
    /* Color of the scrollbar thumb */
    border-radius: 6px;
    /* Rounded corners */
  }

  .responsive-tab::-webkit-scrollbar-track {
    background-color: var(--white);
    border-radius: 6px;
    /* Background color of the scrollbar track */
  }

  .sm-d-content {
    display: contents !important;
  }

  .responsive-flex {
    flex-wrap: nowrap;
  }
}

.border-white {
  border: 1px solid white !important;
}

.border-top {
  border-top: 1px solid black !important;
}

.border-top-gray {
  border-top: 1px solid rgb(134, 138, 159) !important;
}

.border-bottom-black {
  border-bottom: 1px solid black !important;
}

.border-right {
  border-right: 1px solid #80858f5c !important;
}

/* solution about */
.highlight-box {
  border: 1px solid #374151;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.highlight-box:hover {
  border-color: #00308b;
  transform: translateY(-5px);
}

.highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00308b;
  padding: 0.75rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.highlight-icon i {
  font-size: 1.5rem;
}

.highlight-box-text {
  color: #9ca3af;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.card-business {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border: 1px solid #e4e4e4;
  transition: all 0.5s ease;
}

.card-business:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}

/* technology tab */
.tech-tab .feature-box {
  background: var(--black);
  border: 1px solid #535762;
  border-radius: 2rem;
  text-align: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.tech-tab .nav-tabs {
  column-gap: 10px;
}

.stack-item-01 {
  background-color: #e3fffa !important;
}

.stack-item-02 {
  background-color: #ffeaf4 !important;
  /* soft pink pastel */
}

.stack-item-03 {
  background-color: #fff3e6 !important;
  /* cream peach pastel */
}

.image-gallery-style-01 .gallery-box .gallery-image {
  will-change: transform;
  border-radius: 15px;
}

@media (max-width: 1366px) {
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 1100px;
  }
}

header .navbar-brand {
  padding: 20px 0;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 35px;
  align-items: center;
}

.nav-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: baseline !important;
  gap: 5px;
  padding: 10px 0;
  transition: color 0.3s ease;
  cursor: pointer;
}

.nav-link:hover i {
  transform: rotate(180deg);
}

.nav-link i {
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}

.mega-menu {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  background-color: hsl(228.89deg 50.94% 10.39%) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  /* min-width: 900px; */
  width: -webkit-fill-available !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  overflow: hidden;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  /* margin-top: 10px; */
}

.mega-menu-wrapper {
  display: flex;
}

.tab-sidebar {
  /* width: 250px; */
  /* background: rgba(10, 20, 40, 0.5); */
  padding: 29px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tab-heading {
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Apply typing effect to element */
.typing-text {
  overflow: hidden;
  white-space: nowrap;
  border-right: 0.15em solid #3de2f4;
  animation:
    typing 3s steps(18, end),
    blink-caret 0.75s step-end infinite;
  border-bottom: unset !important;
  color: var(--base-color);
  display: inline-block;
}

/* Typing effect keyframes */
@keyframes typing {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* Blinking caret keyframes */
@keyframes blink-caret {

  0%,
  100% {
    border-color: transparent;
  }

  50% {
    border-color: #3de2f4;
  }
}

.tab-button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 15px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.tab-button:hover {
  background: linear-gradient(to right top,
      rgb(255, 30, 128) 15.923566878980886%,
      rgb(156, 50, 176) 50.63694267515923%,
      rgb(96, 0, 255) 99.68152866242038%) !important;
  color: var(--white);
}

.tab-button.active {
  background: linear-gradient(to right top,
      rgb(255, 30, 128) 15.923566878980886%,
      rgb(156, 50, 176) 50.63694267515923%,
      rgb(96, 0, 255) 99.68152866242038%) !important;
  color: var(--white);
}

.tab-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.tab-content-area {
  flex: 1;
  padding: 30px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.content-heading {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.content-list {
  list-style: none;
  padding: 0;
}

.mega-menu-btn {
  font-size: 12px !important;
  padding: 12px 10px 11px !important;
  line-height: normal !important;
  color: var(--white) !important;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
  color: rgba(255, 255, 255, 0.7);
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
  color: var(--white);
}

.content-list a {
  text-decoration: none;
  font-size: 15px !important;
  display: block !important;
  padding: 5px 0 !important;
  transition: all 0.3s ease;
}

.content-list a:hover {
  color: var(--white);
  padding-left: 10px !important;
}

.mega-menu-footer {
  background: rgba(10, 20, 40, 0.5);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-toggle span {
  width: 25px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.trending-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background: linear-gradient(135deg,
      rgba(255, 193, 7, 0.2) 0%,
      rgba(255, 152, 0, 0.2) 100%);
  border-radius: 8px;
  color: #ffc107;
  font-weight: 600;
}

.pulse {
  width: 8px;
  height: 8px;
  background: #ffc107;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

@media (max-width: 992px) {
  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(10, 22, 40, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 20px;
    gap: 0;
    overflow-y: auto;
    transition: left 0.3s ease;
    align-items: stretch;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-link {
    padding: 18px 10px;
    justify-content: space-between;
  }

  .mega-menu {
    position: static;
    transform: none;
    min-width: auto;
    width: 100%;
    margin: 0;
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease;
  }

  .nav-item.mobile-active .mega-menu {
    max-height: 2000px;
  }

  .mega-menu-wrapper {
    flex-direction: column;
  }

  .tab-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
  }

  .tab-content-area {
    padding: 20px;
  }

  .content-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mega-menu-footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }

  .mobile-toggle {
    display: flex;
  }
}

.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
  margin: 0 auto;
}

header.sticky.sticky-active .navbar-nav .nav-link {
  color: var(--white);
  padding: 30px 20px;
}

.navbar .navbar-nav .nav-link {
  padding: 35px 20px;
}

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 20px 10px;
  }

  header.sticky.sticky-active .navbar-nav .nav-link {
    padding: 20px 10px;
  }

  header.sticky .navbar-brand {
    padding: 15px 0;
  }
}

@media (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  div#navbarMenu {
    padding: 20px 0;
  }

  .accordion-menu {
    padding: 0;
  }

  a.nav-link.acordin-menu {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    color: var(--white) !important;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;

    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .accordion-button {
    color: var(--white) !important;
  }

  .accordion-content {
    display: none;
    padding: 0 15px;
  }

  .accordion-button.active+.accordion-content {
    display: block;
  }

  .accordion-button {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    color: var(--white);
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .accordion-heading {
    width: 100%;
    padding: 12px 5px !important;
    font-size: 15px;
    color: var(--white);
    background: none;
    line-height: normal;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .accordion-button::after,
  .accordion-heading::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform 0.3s;
  }

  .accordion-button.active::after,
  .accordion-heading.active::after {
    transform: rotate(-180deg);
  }

  .accordion-content {
    display: none;
    padding: 10px 15px 30px;
    background: #1a1a1a;
  }

  .accordion-subcontent {
    display: none;
    padding-left: 20px;
    background: #1a1a1a;
  }

  .innner-accordin li {
    padding: 5px 0;
  }

  /* Show when open */
  .innner-accordin ul {
    display: none;
    padding: 10px 15px;
  }

  .accordion-heading.active ul {
    display: block !important;
  }
}

@media (max-width: 397px) {
  #home {
    margin-top: 76px;
  }
}

.icon-with-text-style-07 .feature-box {
  height: 100%;
  border-radius: 0% 20% 0% 20%;
}

.gallery-image {
  height: auto;
}

.image-gallery-style-01 .gallery-box .gallery-image {
  border-radius: 15px;
}

.ourservice-sec {
  .swiper-wrapper {
    transition-timing-function: ease-out !important;
  }

  .swiper-slide {
    height: auto;
  }

  /* Service Item Styles */
  .service-item.style-1 {
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 40px;
    transition: all 0.4s ease;
  }

  .swiper-slide .service-item.style-1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-item.style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: -9;
    transform: skewY(10deg);
    border-radius: 30px;
    box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, 0.08);
    transition: transform 0.4s ease;
  }

  .service-item.style-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right top,
        rgb(255, 30, 128) 15.923566878980886%,
        rgb(156, 50, 176) 50.63694267515923%,
        rgb(96, 0, 255) 99.68152866242038%) !important;
    z-index: -9;
    transform: scale(0) skewY(10deg);
    border-radius: 30px;
    transition: transform 0.4s ease;
  }

  .service-item.style-1 .service-images {
    width: 200px;
    margin: 0 auto;
    margin-top: -150px;
    position: relative;
    z-index: 2;
  }

  .service-item.style-1 .service-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .service-item.style-1 .service-title h4 {
    line-height: 1.2;
    transition: color 0.4s ease;
  }

  .service-item.style-1 .service-desc p {
    transition: color 0.4s ease;
  }

  .service-item .service-btn {
    width: 80px;
    height: 80px;
    display: flex;
    background: linear-gradient(to right top,
        rgb(255, 30, 128) 15.923566878980886%,
        rgb(156, 50, 176) 50.63694267515923%,
        rgb(96, 0, 255) 99.68152866242038%) !important;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 30px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -40px;
    border: 10px solid var(--white);
    background-size: 150% 100%;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    z-index: 3;
  }

  .service-item .service-btn:hover,
  .service-item .service-btn:focus {
    color: var(--white);
    background-position: 100% 0;
    transform: scale(1.1);
  }

  .service-item.style-1:hover:before {
    transform: skewY(-10deg);
  }

  .service-item.style-1:hover:after {
    transform: scale(1) skewY(-10deg);
  }

  .service-item.style-1:hover h4,
  .service-item.style-1:hover p {
    color: var(--white) !important;
  }

  .service-item.style-1:hover .service-images img {
    transform: scale(1.05);
  }

  /* Navigation Styles */
  .swiper-nav-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }

  .swiper-pagination {
    position: static;
    width: auto;
    margin: 0 15px;
  }

  .swiper-pagination-bullet {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    background: #2a2a2a;
    margin: 0 5px;
    transition: all 0.3s ease;
  }

  .swiper-pagination-bullet-active {
    background: linear-gradient(to right top,
        rgb(255, 30, 128) 15.923566878980886%,
        rgb(156, 50, 176) 50.63694267515923%,
        rgb(96, 0, 255) 99.68152866242038%) !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  /* Responsive Styles */
  @media (max-width: 992px) {
    .swiper-slide {
      width: 50% !important;
    }

    .service-item.style-1 {
      padding: 40px 30px;
    }
  }

  @media (max-width: 768px) {
    .service-item.style-1 {
      margin-top: 80px;
      padding: 30px 20px;
    }

    .service-item.style-1 .service-images {
      width: 160px;
      margin-top: -120px;
    }

    .service-item .service-btn {
      width: 60px;
      height: 60px;
      font-size: 24px;
      margin-left: -30px;
      bottom: -30px;
      border-width: 8px;
    }
  }

  @media (max-width: 576px) {
    .swiper-slide {
      width: 100% !important;
    }

    .service-item.style-1 {
      margin-top: 60px;
      padding: 30px 15px;
    }

    .service-item.style-1 .service-images {
      width: 140px;
      margin-top: -100px;
    }
  }
}

.number-section {
  background: #f0f4f8;

  .number-card {
    background: linear-gradient(145deg, #ffffff, #e6eef7);
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px 0 25px 25px;
    padding: 40px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.0509803922);
    align-items: center;
    /* border-color: #0d318c; */
  }

  .number-card:hover {
    transform: translateY(-10px);
    box-shadow:
      15px 15px 40px #c8d1de,
      -15px -15px 40px #ffffff;
  }

  .number-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0) 70%);
    transition: transform 0.6s ease;
    transform: rotate(45deg) scale(0);
  }

  .number-card:hover::before {
    transform: rotate(0deg) scale(1);
  }

  .number-card .vertical-counter {
    font-size: 38px;
    font-weight: 800;
    background: #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .counter-style-04 .vertical-counter:after {
    display: none;
  }

  .number-card i {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 0px 0px 0px 60px;
    -moz-border-radius: 0px 0px 0px 60px;
    -ms-border-radius: 0px 0px 0px 60px;
    -o-border-radius: 0px 0px 0px 60px;
    border-radius: 0px 0px 0px 60px;
    font-size: 24px;
  }

  .number-card.experts {
    border-color: #e3f0f6;
  }

  .number-card .fa-user-tie {
    background: #e3f0f6;
    color: #7d97a3;
  }

  .number-card.app-dev {
    border-color: #f6e3e3;
  }

  .number-card .fa-mobile-screen-button {
    background: #f6e3e3;
    color: #7e6c6b;
  }

  .number-card.experiences {
    border-color: #e9f6e3;
  }

  .number-card .fa-calendar-check {
    background: #e9f6e3;
    color: #72846a;
  }

  .number-card.happy {
    border-color: #f6f0e3;
  }

  .number-card .fa-face-smile {
    background: #f6f0e3;
    color: #7b766a;
  }

  .number-card.satisfaction {
    border-color: #eae3f6;
    color: #a5c5d3;
  }

  .number-card .fa-handshake {
    background: #eae3f6;
    color: #7e778a;
  }

  .number-card i::before {
    position: relative;
    top: -6px;
    left: 6px;
  }

  .number-card .counter-title {
    font-size: 18px;
    color: #4a5568;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
  }

  @media (max-width: 992px) {
    .number-card {
      padding: 25px;
      border-radius: 16px;
    }

    .number-card .vertical-counter {
      font-size: 40px;
    }

    .number-card .counter-title {
      font-size: 16px;
    }
  }

  @media (max-width: 576px) {
    .number-card {
      padding: 20px;
      border-radius: 14px;
      box-shadow:
        5px 5px 20px #d1d9e6,
        -5px -5px 20px #ffffff;
    }

    .number-card .vertical-counter {
      font-size: 32px;
      margin-bottom: 8px;
    }

    .number-card .counter-title {
      font-size: 15px;
    }
  }
}

.solution-sec .nav-tabs .nav-item .nav-link {
  padding: 15px 20px 15px;
  margin-bottom: 15px;
  background: transparent;
  display: flex;
  color: var(--base-color);
  border: 4px solid var(--white);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.11) !important;
  border-radius: 2.5rem;
  align-items: center !important;
  font-size: 1.2rem;
}

.solution-sec .nav-tabs .nav-item .nav-link span {
  font-weight: 700;
}

.content-tab {
  padding: 2rem 3rem;
  border: 7px solid white;
  border-radius: 11px;
  color: rgb(0, 0, 0);
  background: transparent;
  aspect-ratio: 16 / 10;
  height: auto;
}

.tab-style-05 .nav-tabs .nav-item:last-child .nav-link {
  border-bottom: 4px solid var(--white);
}

.tab-style-05 .nav-tabs .nav-item .nav-link i {
  font-size: 1.5rem;
  font-weight: 700;
}

.bg-box1 {
  background:
    linear-gradient(111.79deg, #e1f0ff 20%, rgba(225, 240, 255, 0) 100%),
    #f5faff;
}

.bg-box2 {
  background:
    linear-gradient(111.79deg, #e0fffa 20%, rgba(224, 255, 250, 0) 100%),
    #f3fffd;
}

.bg-box3 {
  background:
    linear-gradient(111.79deg, #f3e8ff 20%, rgba(243, 232, 255, 0) 100%),
    #faf5ff;
}

.bg-box4 {
  background:
    linear-gradient(111.79deg, #ffe9e4 20%, rgba(255, 233, 228, 0) 100%),
    #fff5f3;
}

.bg-box5 {
  background:
    linear-gradient(111.79deg, #e9fff0 20%, rgba(233, 255, 240, 0) 100%),
    #f6fff9;
}

.bg-box6 {
  background:
    linear-gradient(111.79deg, #f0f0f0 20%, rgba(240, 240, 240, 0) 100%),
    #fafafa;
}

.meeting-btn .btn:hover {
  background: var(--base-color) !important;
  color: var(--white) !important;
  border-color: var(--base-color) !important;
}

.award-card {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.award-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      transparent,
      rgba(255, 255, 255, 0.1),
      transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.award-card:hover::before {
  transform: translateX(100%);
}

.award-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.3),
    0 0 50px rgb(13 49 140 / 40%);
  border-color: rgb(13 49 140 / 50%);
}

.award-logo {
  /* width: 80px;
              height: 80px; */
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.award-card:hover .award-logo {
  transform: rotateY(360deg) scale(1.2);
}

.award-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  text-align: center;
}

.award-subtitle {
  font-size: 0.95rem;
  color: #b8b8b8;
  text-align: center;
}

@media (max-width: 576px) {
  .award-card:hover::before {
    transform: unset;
  }

  .award-card:hover {
    transform: unset;
  }

  /* scroll-wrapper */
  .scroll-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* padding: 8px 12px;
              margin-right: 0 !important; */
  }

  .scroll-wrapper>[class*="col-"] {
    flex: 0 0 auto !important;
    width: 85% !important;
    /* min-width: 250px;
              width: 100%; */
  }

  .scroll-wrapper .award-card {
    /* height: 100%; */
    box-sizing: border-box;
  }

  .scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  .scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

.delivery-sec .border-white-4px {
  border: 2px dashed #032f8b;
}

/* ===================================
    New High-End Hero & Planning Styles
====================================== */
.hero-v1 {
  position: relative;
  background: #020608;
  padding: 120px 5%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .03);
  min-height: 80vh;
  display: flex;
  align-items: center;
  /* Default Theme (Blue) */
  --theme-color-1: #2469bc;
  --theme-color-2: #38BDF8;
}

.planning-v1 {
  position: relative;
  background: #050a0f;
  padding: 120px 5%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .03);
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero-v1::before,
.planning-v1::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(var(--theme-rgb, 36, 105, 188), 0.2) 0%, transparent 65%);
  background: radial-gradient(circle, color-mix(in srgb, var(--theme-color-1) 20%, transparent) 0%, transparent 65%);
  filter: blur(80px);
  pointer-events: none;
}

.hero-v1::after,
.planning-v1::after {
  content: '';
  position: absolute;
  bottom: -15%;
  left: -10%;
  width: 50%;
  height: 70%;
  background: radial-gradient(circle, color-mix(in srgb, var(--theme-color-2) 12%, transparent) 0%, transparent 65%);
  filter: blur(100px);
  pointer-events: none;
}

.hero-inner,
.planning-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content,
.planning-content {
  flex: 1.3;
}

.hero-v1 h1,
.planning-v1 h2.planning-title {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.05;
  max-width: 850px;
}

.hero-v1 p,
.planning-v1 p.planning-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 35px;
  line-height: 1.6;
  max-width: 650px;
}

.brand-blue {
  background: linear-gradient(90deg, var(--theme-color-1), var(--theme-color-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.feature-list li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}

.feature-list li i {
  color: var(--theme-color-2);
}

.metrics-card {
  flex: 0.8;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .5);
}

.graph-bar-container {
  height: 200px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.graph-bar {
  flex: 1;
  background: var(--theme-color-1);
  border-radius: 6px;
  transition: height 1s ease;
}

.btn-hero {
  background: linear-gradient(90deg, var(--theme-color-1), var(--theme-color-2));
  color: #fff;
  padding: 18px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--theme-color-1) 40%, transparent);
  transition: transform 0.3s ease;
}

.btn-hero:hover {
  transform: translateY(-3px);
  color: #fff;
}

@media (max-width: 991px) {

  .hero-v1,
  .planning-v1 {
    padding: 80px 20px;
    min-height: auto;
  }

  .hero-inner,
  .planning-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .metrics-card {
    width: 100%;
    max-width: 500px;
    padding: 30px 20px;
  }

  .feature-list {
    justify-items: center;
    gap: 15px 30px;
  }

  .hero-v1 h1,
  .planning-v1 h2.planning-title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {

  .hero-v1,
  .planning-v1 {
    padding: 60px 15px;
  }

  .feature-list {
    grid-template-columns: 1fr;
    justify-items: start;
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .btn-hero {
    width: 100%;
    justify-content: center;
  }
}

/* Reusable Utility Classes */
.badge-premium-blue {
  background: rgba(36, 105, 188, 0.15);
  color: #38BDF8;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(36, 105, 188, 0.3);
  display: inline-block;
}

.opacity-6 {
  opacity: 0.6;
}

/* Hero Color Variants */
.hero-grocery {
  --theme-color-1: #22c55e;
  --theme-color-2: #84cc16;
}

.hero-alcohol {
  --theme-color-1: #f59e0b;
  --theme-color-2: #fbbf24;
}

.hero-meat {
  --theme-color-1: #dc2626;
  --theme-color-2: #ef4444;
}

.hero-multi {
  --theme-color-1: #4f46e5;
  --theme-color-2: #8b5cf6;
}

.hero-food {
  --theme-color-1: #ea580c;
  --theme-color-2: #f97316;
}

.hero-pizza {
  --theme-color-1: #b91c1c;
  --theme-color-2: #facc15;
}

.hero-doctor {
  --theme-color-1: #0ea5e9;
  --theme-color-2: #22d3ee;
}

.hero-salon {
  --theme-color-1: #db2777;
  --theme-color-2: #f472b6;
}

.hero-carwash {
  --theme-color-1: #06b6d4;
  --theme-color-2: #67e8f9;
}

.hero-laundry {
  --theme-color-1: #0d9488;
  --theme-color-2: #5eead4;
}

.hero-homeservice {
  --theme-color-1: #4f46e5;
  --theme-color-2: #818cf8;
}

.hero-taxi {
  --theme-color-1: #eab308;
  --theme-color-2: #facc15;
}

.hero-truck {
  --theme-color-1: #f97316;
  --theme-color-2: #fb923c;
}

.hero-carpool {
  --theme-color-1: #6366f1;
  --theme-color-2: #a5b4fc;
}

.hero-bus {
  --theme-color-1: #2563eb;
  --theme-color-2: #60a5fa;
}

.hero-logistics {
  --theme-color-1: #475569;
  --theme-color-2: #94a3b8;
}

.hero-ev {
  --theme-color-1: #10b981;
  --theme-color-2: #34d399;
}

.hero-photo {
  --theme-color-1: #a855f7;
  --theme-color-2: #d946ef;
}

.hero-video {
  --theme-color-1: #e11d48;
  --theme-color-2: #c026d3;
}

.hero-ecommerce {
  --theme-color-1: #2563eb;
  --theme-color-2: #3b82f6;
}

.hero-saas {
  --theme-color-1: #7c3aed;
  --theme-color-2: #8b5cf6;
}

.hero-dating {
  --theme-color-1: #f43f5e;
  --theme-color-2: #fb7185;
}

.hero-dropshipping {
  --theme-color-1: #059669;
  --theme-color-2: #10b981;
}

.hero-v1.hero-ai {
  --theme-color-1: #2563eb;
  --theme-color-2: #22d3ee;
}

.hero-v1.hero-marketing {
  --theme-color-1: #f97316;
  --theme-color-2: #ec4899;
}

.hero-v1.hero-crypto {
  --theme-color-1: #7c3aed;
  --theme-color-2: #2dd4bf;
}

.hero-v1.hero-saas {
  --theme-color-1: #7c3aed;
  --theme-color-2: #8b5cf6;
}

.hero-v1.hero-modern {
  --theme-color-1: #0ea5e9;
  --theme-color-2: #22d3ee;
}

.hero-v1.hero-modern {
  --theme-color-1: #0ea5e9;
  --theme-color-2: #22d3ee;
}

.hero-v1.hero-fuel-v1 {
  --theme-color-1: #2469bc; 
  --theme-color-2: #38bdf8; 
}

.hero-v1.hero-react {
  --theme-color-1: #0ea5e9;
  --theme-color-2: #38bdf8;
}

.hero-v1.hero-flutter {
  --theme-color-1: #0284c7;
  --theme-color-2: #67e8f9;
}

.hero-v1.hero-iot {
  --theme-color-1: #059669;
  --theme-color-2: #34d399;
}

.hero-v1.hero-laravel {
  --theme-color-1: #dc2626;
  --theme-color-2: #f97316;
}

.hero-v1.hero-android {
  --theme-color-1: #3ddc84;
  --theme-color-2: #01875f;
}

.hero-v1.hero-swift {
  --theme-color-1: #f05138;
  --theme-color-2: #ff8c69;
}

.hero-v1.hero-rn {
  --theme-color-1: #61dafb;
  --theme-color-2: #0ea5e9;
}

.hero-v1.hero-vue {
  --theme-color-1: #41b883;
  --theme-color-2: #64d9a8;
}

.hero-v1.hero-nextjs {
  --theme-color-1: #94a3b8;
  --theme-color-2: #e2e8f0;
}

.hero-v1.hero-backbone {
  --theme-color-1: #0071b5;
  --theme-color-2: #38bdf8;
}

.hero-v1.hero-angular {
  --theme-color-1: #dd0031;
  --theme-color-2: #ff4d7d;
}

.hero-v1.hero-wordpress {
  --theme-color-1: #21759b;
  --theme-color-2: #00b9eb;
}

.hero-v1.hero-meteor {
  --theme-color-1: #e14d3f;
  --theme-color-2: #f97316;
}

.hero-v1.hero-php {
  --theme-color-1: #8892bf;
  --theme-color-2: #c9d1ff;
}

.hero-v1.hero-golang {
  --theme-color-1: #00acd7;
  --theme-color-2: #29b6f6;
}

/* Theme-adaptable Badge & Elements */
.hero-v1 .badge-premium-blue {
  background: color-mix(in srgb, var(--theme-color-1) 15%, transparent);
  color: var(--theme-color-2);
  border: 1px solid color-mix(in srgb, var(--theme-color-1) 30%, transparent);
}

.hero-v1 .feature-list li i {
  color: var(--theme-color-2);
}

.hero-v1 .btn-hero {
  background: linear-gradient(90deg, var(--theme-color-1), var(--theme-color-2));
  box-shadow: 0 10px 30px color-mix(in srgb, var(--theme-color-1) 40%, transparent);
}

/* SaaS Specific Dashboard & Visuals */
.saas-dashboard-mock {
  width: 340px;
  height: 420px;
  background: rgba(20, 25, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(25px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  padding: 24px;
}

.saas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.saas-header .logo {
  color: #fff !important;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.saas-header .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.saas-stats {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.saas-stat-box {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 12px;
}

.saas-stat-box .title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 700;
}

.saas-stat-box .value {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}

.saas-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 100px;
  padding-top: 10px;
}

.saas-chart .chart-bar {
  flex: 1;
  background: linear-gradient(0deg, var(--theme-color-1, #7c3aed), var(--theme-color-2, #8b5cf6));
  border-radius: 4px 4px 0 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.saas-chart .chart-bar:hover {
  opacity: 1;
}

/* Floating Elements */
.floating-card-dark,
.floating-pill-dark {
  position: absolute !important;
  z-index: 3;
}

.floating-card-dark {
  background: rgba(15, 20, 35, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  color: #fff;
}

.floating-card-dark .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.floating-card-dark .text-wrap strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1.2;
}

.floating-card-dark .text-wrap span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.2;
}

.floating-pill-dark {
  background: linear-gradient(90deg, var(--theme-color-1, #7c3aed), var(--theme-color-2, #8b5cf6));
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes floatUp {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes floatDown {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(12px) rotate(-1deg);
  }
}

/* Service Tabs */
.services-layout {
  display: flex;
  gap: 40px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: 40px;
}

.responsive-tab {
  flex: 0 0 340px;
  border-right: 1px solid #f1f5f9;
  padding-right: 40px;
}

.services-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 600px;
  -webkit-overflow-scrolling: touch;
}

.service-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.service-tab:hover {
  background: #fbfcfe;
  border-color: #f1f5f9;
}

.service-tab.active {
  background: rgba(124, 58, 237, 0.05);
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-left: 4px solid #7c3aed;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.05);
}

.service-tab-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.service-tab.active .service-tab-icon {
  background: #7c3aed;
  color: #fff;
  box-shadow: 0 4px 10px rgba(124, 58, 237, 0.3);
}

.service-tab-title {
  font-weight: 700;
  color: #475569 !important;
  font-size: 16px;
  margin: 0;
  transition: color 0.3s ease;
}

.service-tab.active .service-tab-title {
  color: #7c3aed !important;
}

.services-content {
  flex: 1;
  padding: 20px 20px 20px 10px;
}

.content-area {
  display: none !important;
}

.content-area.active {
  display: block !important;
  animation: fadeIn 0.4s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Expertise & Process Cards */
.expertise-sec {
  padding: 100px 0;
  background: #0f172a;
}

.expertise-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 35px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.expertise-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.expertise-card .card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.expertise-card h3 {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
}

.expertise-card p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 15px;
  line-height: 1.6;
}

.factors-sec {
  padding: 100px 0;
  background: #000;
}

.process-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.process-card:hover {
  border-color: #7c3aed;
  background: rgba(255, 255, 255, 0.05);
}

.process-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.05);
}

.process-icon {
  width: 50px;
  height: 50px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c3aed;
  margin-bottom: 25px;
}

.process-card h3 {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-card p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 15px;
  line-height: 1.6;
}

.factors-sec .row.appear {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ===================================
    GLOBAL WORD WRAP & TYPOGRAPHY FIX
====================================== */
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
    overflow-wrap: break-word;
}

.section-paragraph, 
p.mx-auto, 
.last-paragraph-no-margin p,
section p {
    max-width: 850px;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.8;
}

/* Ensure images and containers handle long words gracefully */
.container, section {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
/* ===================================
    FUEL DELIVERY APP V1 - MODERN ELITE
====================================== */

/* -- Global Override for V1 Page -- */
.fuel-v1-page .text-gradient-dark-purple-watermelon,
.fuel-v1-page .text-gradient-blue-cyan {
    background: linear-gradient(90deg, #2469bc, #38BDF8) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
}

.fuel-v1-page .title-highlight {
    background-color: #38BDF820 !important;
    padding: 4px 15px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    color: #232323 !important;
    font-weight: 800 !important;
}

/* -- Feature Boxes (Effortless Management) -- */
.fuel-v1-page .feature-box {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.fuel-v1-page .feature-box-icon {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.fuel-v1-page .feature-box-content {
    width: 100% !important;
}

/* -- Service Pills (Unlock More Services) -- */
.fuel-v1-page .service-pill {
    border: 1px solid #eaeaeb !important;
    border-radius: 50px !important;
    padding: 12px 25px !important;
    display: block !important;
    text-align: center !important;
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    background: #ffffff !important;
    margin-bottom: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.fuel-v1-page .service-pill:hover {
    border-color: #2469bc !important;
    color: #2469bc !important;
    background: #f0f4fd !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(36, 105, 188, 0.15) !important;
}

/* -- Tables & Badges -- */
.fuel-v1-page .fuel-table thead tr {
    background: linear-gradient(90deg, #2469bc, #38BDF8) !important;
}

.fuel-v1-page .badge-fast-track, 
.fuel-v1-page .bg-dark-purple-watermelon {
    background: linear-gradient(90deg, #2469bc, #38BDF8) !important;
}

/* -- Mockup & Floating Cards -- */
.fuel-v1-page .iphone-mockup-wrap { position: relative; width: 100%; max-width: 450px; margin: 0 auto; }
.fuel-v1-page .floating-card {
    position: absolute; background: #fff; border-radius: 16px; padding: 12px 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12); z-index: 10; display: flex; align-items: center; gap: 12px;
    min-width: 180px; border: 1px solid rgba(0,0,0,0.05);
}

/* -- Hero Buttons -- */
.fuel-v1-page .btn-hero, 
.fuel-v1-page .btn-base-color {
    background: linear-gradient(90deg, #2469bc, #38BDF8) !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
}

/* -- Challenge & Solution Section -- */
.fuel-v1-page .challenge-solution-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 30px !important;
    height: 100% !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.fuel-v1-page .challenge-solution-box:hover {
    transform: translateY(-5px) !important;
    border-color: #38BDF8 !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.fuel-v1-page .problem-part {
    border-bottom: 1px dashed #cbd5e1 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.fuel-v1-page .solution-part {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
    border-left: 4px solid #10b981 !important;
}

.fuel-v1-page .icon-problem { color: #ef4444 !important; font-size: 24px !important; margin-bottom: 15px !important; }
.fuel-v1-page .icon-solution { color: #10b981 !important; font-size: 24px !important; margin-bottom: 10px !important; }

/* -- Dark Tech Section (Fleet Management) -- */
.fuel-v1-page .dark-tech-section {
    background-color: #0f172a !important; /* Deep Navy */
    background-image: radial-gradient(#1e293b 1px, transparent 1px) !important;
    background-size: 30px 30px !important;
    padding: 100px 0 !important;
}

.fuel-v1-page .neon-glass-card {
    background: rgba(30, 41, 59, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    height: 100% !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.fuel-v1-page .neon-glass-card:hover {
    transform: translateY(-10px) !important;
    background: rgba(30, 41, 59, 0.9) !important;
    border-color: rgba(56, 189, 248, 0.5) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 20px rgba(56, 189, 248, 0.1) !important;
}

.fuel-v1-page .neon-glass-card .icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(56, 189, 248, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #38BDF8;
    font-size: 24px;
    transition: all 0.3s ease;
}

.fuel-v1-page .neon-glass-card:hover .icon-wrap {
    background: #38BDF8;
    color: #0f172a;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
}

/* -- Global Reusable Comparison Component -- */
.fuel-v1-page .compare-box {
    border-radius: 24px !important;
    padding: 40px !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.fuel-v1-page .compare-box-success {
    background: rgba(16, 185, 129, 0.05) !important;
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
}

.fuel-v1-page .compare-box-danger {
    background: rgba(239, 68, 68, 0.05) !important;
    border: 1px solid rgba(239, 68, 68, 0.2) !important;
}

.fuel-v1-page .compare-box:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

/* -- Global Research Component -- */
.fuel-v1-page .research-container {
    background: #ffffff !important;
    border-left: 5px solid #2469bc !important;
    padding: 35px !important;
    border-radius: 0 20px 20px 0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
}

.fuel-v1-page .research-link {
    color: #2469bc !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.fuel-v1-page .research-link:hover {
    color: #38BDF8 !important;
    text-decoration: underline !important;
}

/* -- Global CTA Button (High Visibility) -- */
.fuel-v1-page .btn-strategy-call {
    background: linear-gradient(135deg, #2469bc, #38BDF8) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 20px 50px !important;
    border-radius: 100px !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 10px 30px rgba(36, 105, 188, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.fuel-v1-page .btn-strategy-call:hover {
    background: linear-gradient(135deg, #1e569b, #2469bc) !important;
    color: #ffffff !important;
    transform: translateY(-5px) scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(36, 105, 188, 0.5) !important;
}

.fuel-v1-page .btn-strategy-call .icon-circle {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.fuel-v1-page .btn-strategy-call:hover .icon-circle {
    background: #ffffff;
    color: #2469bc;
    transform: rotate(45deg);
}

/* -- Swiper Slider Overrides (Elite) -- */
.fuel-v1-page .process-swiper-container {
    padding: 30px 10px 60px !important;
}

.fuel-v1-page .swiper-pagination-bullet {
    background: #2469bc !important;
    opacity: 0.3 !important;
    width: 10px !important;
    height: 10px !important;
    transition: all 0.3s ease !important;
}

.fuel-v1-page .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 30px !important;
    border-radius: 5px !important;
}

.fuel-v1-page .swiper-button-next, 
.fuel-v1-page .swiper-button-prev {
    color: #2469bc !important;
    background: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.fuel-v1-page .swiper-button-next:after, 
.fuel-v1-page .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 900 !important;
}

.fuel-v1-page .swiper-button-next:hover, 
.fuel-v1-page .swiper-button-prev:hover {
    background: #2469bc !important;
    color: #ffffff !important;
}

/* -- Hero Graph Animations -- */
.fuel-v1-page .graph-bar {
    transition: height 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    animation: barPulse 3s infinite ease-in-out !important;
}

@keyframes barPulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.3); transform: scaleX(1.05); }
}

.fuel-v1-page .metrics-card:hover .graph-bar {
    filter: brightness(1.5);
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.4);
}

/* -- FAQ Accordion Enhancements -- */
.fuel-v1-page .accordion-style-02 .accordion-item {
    transition: all 0.3s ease !important;
}

.fuel-v1-page .accordion-style-02 .accordion-item:hover {
    border-color: var(--base-color) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.fuel-v1-page .accordion-style-02 .accordion-title {
    transition: color 0.3s ease !important;
}

.fuel-v1-page .accordion-style-02 .accordion-item:hover .accordion-title {
    color: var(--base-color) !important;
}

/* -- Pricing Card Enhancements -- */
.fuel-v1-page .pricing-table {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.fuel-v1-page .pricing-table:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12) !important;
}

.fuel-v1-page .popular-item {
    background: linear-gradient(180deg, #ffffff 0%, #f0f4fd 100%) !important;
}

.fuel-v1-page .pricing-header .fs-32 {
    letter-spacing: -1px;
}

/* -- Feature Card (Ecosystem) Enhancements -- */
.fuel-v1-page .feature-card {
    background: #ffffff !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 24px !important;
    padding: 40px 30px !important;
    height: 100% !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.fuel-v1-page .feature-card:hover {
    transform: translateY(-8px) !important;
    border-color: var(--base-color) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06) !important;
}

.fuel-v1-page .feature-card .card-number {
    position: absolute !important;
    top: 20px !important;
    right: 30px !important;
    font-size: 60px !important;
    font-weight: 900 !important;
    color: rgba(0,0,0,0.03) !important;
    line-height: 1 !important;
}

.fuel-v1-page .feature-card .card-icon {
    width: 64px !important;
    height: 64px !important;
    background: #f8fafc !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    color: var(--base-color) !important;
    margin-bottom: 25px !important;
    transition: all 0.3s ease !important;
}

.fuel-v1-page .feature-card:hover .card-icon {
    background: var(--base-color) !important;
    color: #ffffff !important;
    transform: rotate(5deg) scale(1.1) !important;
}

.fuel-v1-page .feature-card .card-badge {
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: var(--base-color) !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.fuel-v1-page .feature-card .card-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    color: #232323 !important;
}

.fuel-v1-page .feature-card .card-description {
    font-size: 15px !important;
    line-height: 26px !important;
    color: #64748b !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .fuel-v1-page .feature-card {
        padding: 30px 20px !important;
    }
    .fuel-v1-page .feature-card .card-number {
        font-size: 45px !important;
        top: 15px !important;
        right: 20px !important;
    }
    .fuel-v1-page .feature-card .card-title {
        font-size: 20px !important;
    }
}

/* -- Elite Review Card -- */
.fuel-v1-page .review-card-elite {
    background: #ffffff !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 24px !important;
    padding: 45px 40px !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.fuel-v1-page .review-card-elite:hover {
    transform: translateY(-8px) !important;
    border-color: var(--base-color) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06) !important;
}

.fuel-v1-page .review-icon-wrap {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fuel-v1-page .border-base-color-light {
    border-color: rgba(36, 105, 188, 0.2) !important;
}

.fuel-v1-page .review-card-elite .italic {
    font-style: italic !important;
}

/* -- Stats Ticker -- */
.fuel-v1-page .stats-ticker {
    display: flex !important;
    justify-content: center !important;
    gap: 50px !important;
    flex-wrap: wrap !important;
}

.fuel-v1-page .stat-item {
    text-align: center !important;
}

.fuel-v1-page .stat-number {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #232323 !important;
    display: block !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
}

.fuel-v1-page .stat-label {
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #64748b !important;
    letter-spacing: 1px !important;
}

/* -- About Section Elite Enhancements -- */
.fuel-v1-page .about-card-elite {
    background: linear-gradient(135deg, #00308b 0%, #001f5c 100%) !important; /* Branded Blue Gradient */
    border-radius: 40px !important;
    padding: 60px 50px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 40px 80px rgba(0, 48, 139, 0.2) !important;
}

.fuel-v1-page .card-glow {
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle at center, rgba(56, 189, 248, 0.15) 0%, transparent 50%) !important; /* Cyan Glow */
    pointer-events: none !important;
}

.fuel-v1-page .icon-box-elite {
    width: 100px !important;
    height: 100px !important;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
}

.fuel-v1-page .stat-number-elite {
    font-size: 56px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
    letter-spacing: -2px !important;
}

.fuel-v1-page .stat-label-elite {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #38bdf8 !important; /* Cyan accent */
    letter-spacing: 2px !important;
}

.fuel-v1-page .divider-elite {
    height: 1px !important;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent) !important;
}

.fuel-v1-page .stat-quote-elite {
    font-size: 16px !important;
    line-height: 28px !important;
    color: rgba(255,255,255,0.6) !important;
    font-style: italic !important;
}

.fuel-v1-page .bg-base-color-transparent {
    background: rgba(36, 105, 188, 0.08) !important;
}

/* Feature Item Elite */
.fuel-v1-page .feature-item-elite {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.fuel-v1-page .feature-icon-elite {
    width: 40px !important;
    height: 40px !important;
    background: #f8fafc !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    color: var(--base-color) !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
}

.fuel-v1-page .feature-item-elite:hover .feature-icon-elite {
    background: var(--base-color) !important;
    color: #ffffff !important;
    transform: scale(1.1) !important;
}

.fuel-v1-page .feature-text-elite {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #232323 !important;
}

/* FAQ Elite Accordion */
.fuel-v1-page .faq-elite-accordion .accordion-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    margin-bottom: 20px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.fuel-v1-page .faq-elite-accordion .accordion-item:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.fuel-v1-page .faq-elite-accordion .accordion-header {
    background: transparent !important;
}

.fuel-v1-page .faq-elite-accordion .accordion-button {
    padding: 25px 30px !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.fuel-v1-page .faq-elite-accordion .accordion-button:not(.collapsed) {
    color: #2469bc !important;
}

.fuel-v1-page .faq-elite-accordion .accordion-button::after {
    display: none !important;
}

.fuel-v1-page .faq-elite-accordion .faq-icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.3s ease;
}

.fuel-v1-page .faq-elite-accordion .faq-icon::before,
.fuel-v1-page .faq-elite-accordion .faq-icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    transition: transform 0.3s ease;
}

.fuel-v1-page .faq-elite-accordion .faq-icon::before {
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.fuel-v1-page .faq-elite-accordion .faq-icon::after {
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.fuel-v1-page .faq-elite-accordion .accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(90deg);
}

.fuel-v1-page .faq-elite-accordion .accordion-button:not(.collapsed) .faq-icon::before {
    transform: translateX(-50%) rotate(90deg);
}

.fuel-v1-page .faq-elite-accordion .accordion-body {
    padding: 0 30px 30px !important;
    color: #64748b !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

/* Cost List Styling */
.fuel-v1-page .cost-tier-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.fuel-v1-page .cost-tier-item {
    background: #f8fafc !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    margin-bottom: 12px !important;
    border-left: 4px solid #2469bc !important;
    display: flex !important;
    flex-direction: column !important;
}

.fuel-v1-page .cost-tier-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 5px !important;
}

.fuel-v1-page .cost-tier-name {
    font-weight: 800 !important;
    color: #1e293b !important;
    font-size: 15px !important;
}

.fuel-v1-page .cost-tier-price {
    color: #2469bc !important;
    font-weight: 900 !important;
    font-size: 15px !important;
}

.fuel-v1-page .cost-tier-desc {
    font-size: 14px !important;
    color: #64748b !important;
}

/* Market Focus Section */
.fuel-v1-page .market-focus-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 50px 40px !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.4s ease !important;
}

.fuel-v1-page .market-focus-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1) !important;
}

.fuel-v1-page .market-focus-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.fuel-v1-page .market-focus-nigeria::before { background: #008751 !important; } /* Nigeria Green */
.fuel-v1-page .market-focus-usa::before { background: #00308b !important; } /* USA Blue */

.fuel-v1-page .market-label {
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.fuel-v1-page .market-focus-nigeria .market-label { color: #008751 !important; }
.fuel-v1-page .market-focus-usa .market-label { color: #00308b !important; }

.fuel-v1-page .market-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #1e293b !important;
    margin-bottom: 20px !important;
}

.fuel-v1-page .market-desc {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #64748b !important;
    margin-bottom: 30px !important;
}

.fuel-v1-page .market-feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fuel-v1-page .market-feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.fuel-v1-page .market-feature-item i {
    width: 24px;
    height: 24px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.fuel-v1-page .market-focus-nigeria .market-feature-item i { color: #008751 !important; }
.fuel-v1-page .market-focus-usa .market-feature-item i { color: #00308b !important; }

.fuel-v1-page .market-results-mini {
    background: #f8fafc;
    border-radius: 12px;
    padding: 15px;
    border-left: 4px solid #2469bc;
}

.fuel-v1-page .market-focus-nigeria .market-results-mini { border-left-color: #008751 !important; }

.fuel-v1-page .faq-section-elite {
    position: relative;
    z-index: 1;
}

.fuel-v1-page .faq-elite-accordion .accordion-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    margin-bottom: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.fuel-v1-page .faq-elite-accordion .accordion-button {
    font-weight: 800 !important;
    padding: 25px !important;
    font-size: 18px !important;
    color: #1e293b !important;
    background: #ffffff !important;
}

.fuel-v1-page .faq-elite-accordion .accordion-button:not(.collapsed) {
    color: #2469bc !important;
    background: #f8fafc !important;
    box-shadow: none !important;
}
