.elementor-1206 .elementor-element.elementor-element-650d32e .elementor-heading-title,
.elementor-1206 .elementor-element.elementor-element-de29e15 .elementor-heading-title,
.elementor-1206 .elementor-element.elementor-element-9c4ea4c .elementor-heading-title {
  font-size: 78px;
  line-height: 75px;
  width: 52%;
}

.elementor-953 .elementor-element.elementor-element-b3efa47::before,
.elementor-953 .elementor-element.elementor-element-b3efa47>.elementor-background-video-container::before,
.elementor-953 .elementor-element.elementor-element-b3efa47>.e-con-inner>.elementor-background-video-container::before,
.elementor-953 .elementor-element.elementor-element-b3efa47>.elementor-background-slideshow::before,
.elementor-953 .elementor-element.elementor-element-b3efa47>.e-con-inner>.elementor-background-slideshow::before,
.elementor-953 .elementor-element.elementor-element-b3efa47>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
  background-color: transparent;
  --background-overlay: "";
  background: rgb(0 0 0 / 48%);
}

.clbr-site-nav__item>a {
  font-size: 17px;
  font-weight: 400;
}

.elementor-953 .elementor-element.elementor-element-b3efa47:not(.elementor-motion-effects-element-type-background),
.elementor-953 .elementor-element.elementor-element-b3efa47>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  /* background-image: url("../images/Hero-Bg-Home-2-scaled.webp"); */
  /* min-height: 50vh !important; */

  background-image: none !important;
}



.clbr-site-nav a {
  color: black !important;
}

.clbr-site-header--transparent:not(.is-stuck) .icon-trigger {
  color: black;
}

.top-header a:link,
.top-header a:active,
.top-header a:hover,
.top-header a:visited {
  color: white;
}

#home-banner::before {
  background-color: transparent;
}

.elementor-953 .elementor-element.elementor-element-6a36012 .clbr-heading-title {
  font-size: 60px;
  line-height: 65px;
  color: black;
  font-weight: 200;
  letter-spacing: -3px;
}

h1 span {
  color: var(--color-primary-blue);
  font-weight: 500;
}

#about {
  background: linear-gradient(45deg, #061b33, #1c1c1c);
  color: white;
}

#about .bg-background {
  min-height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#about .area {
  padding: 70px 20px;
  margin: 0px 60px;
  margin: 0 auto;
  width: 72%;
}

#about h2 {
  color: white;
  margin-bottom: 30px;
  margin-top: 13px;
}

#about p {
  color: #bdbdbd !important;
}

#about .clbr-button--solid {
  background-color: white;
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.clbr-styled-text-wrap .clbr-styled-text {
  background-color: #dbdbdb;
  color: black;
}

.col-md-8 {
  width: 60% !important;
  float: left !important;
}

.col-md-4 {
  width: 40% !important;
  float: left !important;
}

.clear {
  clear: both !important;
}

#about-us {
  background: linear-gradient(45deg, #061b33, #1c1c1c);
}

#about-us h2 {
  color: white;
}

#about-us .e-con-inner {
  padding: 0px !important;
}

.service-list {
  width: 49.5%;
}

hr {
  color: black;
}

.service-list p {
  font-size: 17px !important;
}

.service-list .clbr-button-wrap {
  display: block !important;
  margin-top: 40px;
}

.service-list .clbr-button--solid {
  background-color: white;
  color: var(--e-global-color-primary, #0f509b);
  border-color: var(--e-global-color-primary, #0f509b);
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-list .clbr-button--solid:hover {
  background-color: #f0f8ff;
  /* Light blue tint on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #0d4680;
}

.why-choose-list {
  width: 30% !important;
}

.elementor-heading-title {
  font-weight: 200 !important;
  letter-spacing: -1px;
  line-height: 60px !important;
  font-size: var(--e-global-typography-d9278ac-font-size) !important;
}

.elementor-heading-title span {
  color: var(--color-primary-blue);
  font-weight: 500 !important;
}

.service-section .service-box {
  background: linear-gradient(135deg, #0a223d 0%, #000000 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

.service-section .service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.15);
  background: linear-gradient(135deg, #0d2b4a 0%, #050505 100%);
}

.service-section .service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 40%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-section .service-box:hover::before {
  opacity: 1;
}

.clbr-icon-box {
  background: linear-gradient(135deg, #0d2542 0%, #111 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  padding: 24px;
}

.clbr-icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.15);
}

.why-choose::before {
  background-color: #010b16 !important;
}

.text-center {
  text-align: center !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.brands-icons img {
  height: 44px;
}

.main-home {
  height: 70vh !important;
  min-height: 70vh !important;
}

.main-home .home-circle {
  margin: 40px !important;
}

.connect-careers {
  border-radius: 35px !important;
}
#page-second-area {
    padding: 60px 45px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 17px;
}
#page-second-area h2 {
    font-size: 38px;
    line-height: 1.32;
}
#page-second-area h2 span {
    color: var(--color-primary-blue);
    font-weight: 500;
}
#page-second-area p {
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}
.connect-careers::before {
  background-color: #011832f5 !important;
  background-image: none !important;
  border-radius: 35px !important;
}

.connect-careers .e-con-inner {
  padding: 50px 90px !important;
}

.connect-careers .clbr-button--solid {
  background-color: white;
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.tp-footer-copyright p {
  margin: 0;
  color: white;
  padding: 20px;
}

.footer-logo {
  width: 50%;
}

.footer-logo img {
  width: 120px;
}

.clbr-footer__column.clbr-footer__column-3 {
  width: 50%;
}

footer p {
  font-size: 15px;
  line-height: 22px;
}

.clbr-footer__widgets {
  display: flex;
  gap: 30px;
}

.newsletter-widget {
  background-color: #212121 !important;
  border-radius: 24px;
  padding: 26px;
  width: 100%;
  border: 1px solid #ffffff26;
}

.newsletter-widget h3 {
  font-size: 23px !important;
  font-weight: bold;
}

.newsletter-widget input {
  border: none !important;
  margin-bottom: 20px !important;
  border-radius: 40px;
}

.clbr-newsletter-form {
  display: flex;
  gap: 10px;
}

.clbr-newsletter-form button {
  border-radius: 20px;
  padding: 2px 30px;
  border: none;
  background: white;
  height: 47px;
  cursor: pointer;
  font-weight: 600;
}

.elementor-953 .elementor-element.elementor-element-5989f58 .clbr-stamp .rotating-image {
  width: 92px;
  height: 92px;
}

div#about-us img {
  width: 80%;
}

.e-con-inner {
  padding: 90px 0px !important;
}

h2.elementor-heading-title.elementor-size-default.big-text {
  font-weight: 500 !important;
  font-size: 47px !important;
}

.clbr-blog-posts-list-custom .clbr-post-card--style-2 {
  padding: 15px 13px 16px;
}

.clbr-blog-posts-list-custom .clbr-post-card__image-wrap img {
  border-radius: 11px;
}

.clbr-blog-posts-list-custom .clbr-post-card__title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
}

.clbr-blog-posts-list-custom .clbr-post-card__category {
  margin-bottom: 4px;
}

.join-team-section {
  background-color: var(--e-global-color-7e40023) !important;
  position: relative;
  z-index: 1;
}

div#connect-careers {
  z-index: 1;
  margin-bottom: -49px;
  position: relative;
}


.clbr-footer__widgets {
  padding-top: 150px;
  padding-bottom: 95px;
}

.clbr-blog-posts-list-custom .clbr-post-card--style-2 .clbr-post-card__image-wrap {
  margin-bottom: 9px;
}

#single-page #page-banner {
  background-image: url("../images/Hero-Bg-Home-2-scaled.webp") !important;
}

#page .clbr-site-nav a {
  color: white !important;
}

#page .clbr-site-nav .current_page_item a{
    color: #2b7ddc !important;
}

#page .is-stuck .clbr-site-nav .current_page_item a{
    color:  var(--color-primary-blue) !important;
}


#page .clbr-site-nav .clbr-site-nav__dropdown-item a {
  color: black !important;
}

#page .is-stuck .clbr-site-nav a {
  color: black !important;
}

#page .icon-trigger svg {
  fill: white;
}

#page .is-stuck .icon-trigger svg {
  fill: black;
}

.page-header {
  background: linear-gradient(45deg, #061b33, #1c1c1c);
  height: unset !important;
  min-height: unset !important;
  color: white;
}

.page-header h3 {
  font-size: 32px;
  line-height: 140px;
  color: white;
  margin: 0;
  margin-top: 40px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.service-card img {
    width: 47%;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: white;
}

.solutions-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.solutions-area h4 {
  font-size: 32px !important;
}

.solutions-area h4 span {
  font-size: 16px !important;
  display: block;
  text-transform: uppercase;
  color: #ffffff9e;
}

.line {
  background: #ffffff1a;
  height: 0.8px;
  margin: 7px 0px;
}

.service-box ul {
  padding-top: 39px;
  color: #bdbdbd;
}

#page .join-team-section {
  background-color: transparent !important;
}

.approach-heading {
  background-color: #061b33 !important;
}

.approach-heading h2 {
  color: white !important;
}

.approach-heading .e-con-inner {
  padding-bottom: 0px !important;
}

.our-approach-section {
  background-color: #061b33 !important;
}

.our-approach-section .e-child {
  width: 33%;
}

.our-approach-section .e-con-inner-1 {
  padding-bottom: 0px !important;
}

.our-approach-section .e-con-inner-2 {
  padding-top: 0px !important;
}

.section-1 p {
  font-size: 23px;
  line-height: 34px;
  margin-top: 28px;
}
.portfolio-item .category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--color-primary-blue);
    margin-bottom: 8px;
    color: white;
    padding: 4px 10px;
    border-radius: 43px;
}
.portfolio-filters {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
button.filter-btn {
    border: unset;
    background: rgba(15, 80, 155, 0.08);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    margin: 0px 3px;
    cursor: pointer;
    color: black;
    font-weight: 600;
    font-size: 14px;
}
button.filter-btn.active {
    background: var(--color-primary-blue);
    color: white;
}

@media (max-width: 1366px) {
  .top-header .area {
    padding-inline: 30px;
  }
}

/* Fix italic text on pages */
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span,
body div,
body a,
body li {
  font-style: normal !important;
}


/* Drawer Consistency Fixes */
#clbr-trigger-panel {
  background-color: #1f1f1f !important;
  z-index: 999999 !important;
  position: fixed !important;
}

/* Enable Scrolling for Drawer Panel */
#clbr-trigger-panel .clbr-panel-body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 100vh !important;
  height: 100% !important;
  -webkit-overflow-scrolling: touch !important;
  /* Smooth scrolling on iOS */
}

/* Ensure panel container has proper height */
#clbr-trigger-panel.clbr-panel-container {
  height: 100vh !important;
  max-height: 100vh !important;
  overflow: hidden !important;
  z-index: 999999 !important;
}

/* Drawer overlay */
.clbr-panel-overlay,
.panel-sidepanel-active::before {
  z-index: 999998 !important;
}



/* Image Consistency */
#clbr-trigger-panel .elementor-widget-image img {
  width: 230px !important;
  height: 210px !important;
  object-fit: cover !important;
}

/* Contact Icons Consistency */
#clbr-trigger-panel .elementor-icon-box-icon .elementor-icon {
  width: 28px !important;
  height: 28px !important;
  font-size: 16px !important;
  background-color: #ffffff !important;
  color: #15212f !important;
  border-radius: 50% !important;
  padding: 6px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

#clbr-trigger-panel .elementor-icon-box-icon .elementor-icon i {
  font-size: 16px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  line-height: 1;
}

/* Social Icons Consistency */
#clbr-trigger-panel .elementor-social-icon {
  width: 19px !important;
  height: 19px !important;
  font-size: 19px !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 5px !important;
}

#clbr-trigger-panel .elementor-social-icon i,
#clbr-trigger-panel .elementor-social-icon svg {
  width: 19px !important;
  height: 19px !important;
  font-size: 19px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* Force white color for all social icon variations */
#clbr-trigger-panel .elementor-social-icons-wrapper .elementor-social-icon,
#clbr-trigger-panel .elementor-social-icons-wrapper .elementor-icon {
  color: #ffffff !important;
}

#clbr-trigger-panel .elementor-social-icons-wrapper .elementor-social-icon i,
#clbr-trigger-panel .elementor-social-icons-wrapper .elementor-icon i,
#clbr-trigger-panel .elementor-social-icons-wrapper svg,
#clbr-trigger-panel .elementor-social-icons-wrapper svg path {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* Specific icon overrides for Remix Icons */
#clbr-trigger-panel .ri-facebook-fill,
#clbr-trigger-panel .ri-linkedin-fill,
#clbr-trigger-panel .ri-tiktok-fill,
#clbr-trigger-panel .e-fab-instagram {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Force white on all Remix Icon elements */
#clbr-trigger-panel i.ri,
#clbr-trigger-panel i[class*="ri-"],
#clbr-trigger-panel .elementor-social-icon i.ri::before,
#clbr-trigger-panel .elementor-social-icon i[class*="ri-"]::before {
  color: #ffffff !important;
}

/* Center social icons */
#clbr-trigger-panel .elementor-social-icons-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 15px !important;
  width: 100% !important;
}

#clbr-trigger-panel .elementor-grid {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  gap: 15px !important;
}

#clbr-trigger-panel .elementor-grid-item {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Fix icon alignment */
#clbr-trigger-panel .elementor-social-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  width: 19px !important;
  height: 19px !important;
  padding: 0 !important;
  margin: 0 !important;
}

#clbr-trigger-panel .elementor-social-icon i,
#clbr-trigger-panel .elementor-social-icon svg {
  display: block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}



/* Drawer Text Color Fix */
#clbr-trigger-panel .elementor-icon-box-title span,
#clbr-trigger-panel .elementor-icon-box-title {
  color: #ffffff !important;
}

#clbr-trigger-panel .elementor-icon-box-description {
  color: #e0e0e0 !important;
}

.elementor-icon-box-icon.solution-icons img {
    width: 170px;
}

/* RESPONSIVE STYLES */

@media (max-width: 991px) {

  /* Global Layout */
  body,
  html {
    overflow-x: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
  }

  .e-con-inner {
    padding: 30px 20px !important;
    max-width: 100% !important;
    flex-direction: column !important;
  }

  /* Header */
  .clbr-site-header,
  #clbr-site-header {
    background-color: #ffffff !important;
    padding: 10px 0;
  }

  /* Invert White Logo to Black */
  .clbr-site-header__logo img {
    /* filter: invert(1); */
    max-width: 100px;
  }

  /* Black Hamburger Menu - SWAP TO DESKTOP TRIGGER */
  .clbr-site-header__toggle {
    display: none !important;
    /* Hide default mobile menu trigger */
  }

  /* Show Desktop Drawer Trigger on Mobile */
  .icon-trigger {
    display: flex !important;
    color: #000000 !important;
    fill: #000000 !important;
    stroke: #000000 !important;
  }

  .icon-trigger svg {
    fill: #000000 !important;
    width: 24px;
    /* Ensure visible size */
    height: 24px;
  }

  /* Fix Page Header Width and Height on Mobile */
  .page-header,
  #page-banner {
    min-height: auto !important;
    padding-top: 100px !important;
    /* Reduced from default */
    padding-bottom: 40px !important;
    height: auto !important;
    width: 100vw !important;
    /* Force Viewport Width */
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    border-radius: 0 !important;
    /* Remove any potential border radius */
    box-sizing: border-box !important;
  }

  .page-header .e-con-inner {
    min-height: auto !important;
    width: 100% !important;
    max-width: 1200px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Show Side Drawer when Active */
  .panel-sidepanel-active #clbr-trigger-panel,
  #clbr-trigger-panel.clbr-panel-active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999 !important;
  }

  /* Mobile Drawer Scrolling */
  #clbr-trigger-panel .clbr-panel-body {
    padding: 30px 20px 40px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: calc(100vh - 60px) !important;
    /* Account for close button */
    height: auto !important;
  }

  /* Smooth scrolling on mobile */
  #clbr-trigger-panel {
    -webkit-overflow-scrolling: touch !important;
  }



  .clbr-site-header__inner {
    padding: 0 20px;
  }

  #clbr-site-navigation {
    display: none !important;
  }

  .clbr-site-header__extras {
    display: flex !important;
  }

  /* Mobile Drawer Image Fix */
  #clbr-trigger-panel .elementor-widget-image img {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0 auto !important;
    display: block !important;
  }

  #clbr-trigger-panel .elementor-widget-image {
    width: 100% !important;
    margin-bottom: 20px !important;
  }



  /* Typography Scale */
  h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  h3 {
    font-size: 24px !important;
  }

  .elementor-heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  /* Grid Restacking */
  .col-md-8,
  .col-md-4,
  .service-list,
  .why-choose-list,
  .our-approach-section .e-child,
  .footer-logo,
  .clbr-footer__column-3 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }

  /* About Page Specifics */
  .mission-box,
  .vision-box {
    margin-bottom: 20px;
    width: 100%;
  }

  .about-hero {
    padding: 40px 0 !important;
  }

  /* Contact Page Specifics */
  .contact-section .e-con-inner {
    flex-direction: column !important;
  }

  .form-row {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .form-group {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .contact-form {
    padding: 25px !important;
  }

  /* Footer */
  .clbr-footer__widgets {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Fix Solutions */
  .main-home {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 40px;
  }

  div#connect-careers {
    z-index: 1;
    margin-bottom: 0;
  }

  /* Centering CTA Button */
  .clbr-button-wrap {
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    width: 100% !important;
  }

  /* Fix Mobile Footer Height / Whitespace */
  #clbr-site-footer {
    height: auto !important;
    min-height: 0 !important;
  }

  #clbr-site-footer .e-con-inner,
  #clbr-site-footer .clbr-site-footer__inner {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
  }

  /* Mobile Drawer Container Fixes */
  #clbr-trigger-panel .e-con-inner {
    padding: 20px 15px !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  #clbr-trigger-panel .e-con-full {
    width: 100% !important;
    max-width: 100% !important;
  }

  #clbr-trigger-panel .elementor-element {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Icon Box Spacing in Drawer */
  #clbr-trigger-panel .elementor-widget-icon-box {
    margin-bottom: 15px !important;
  }


  /* Mobile Navigation within Drawer */
  .mobile-nav-list {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
  }

  .mobile-nav-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
  }

  .mobile-nav-list li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
  }

  .mobile-nav-list li a:hover {
    color: var(--color-primary-blue);
  }

  /* Mobile Sub-Items Styling */
  .mobile-nav-list li.mobile-sub-item {
    margin-bottom: 12px;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .mobile-nav-list li.mobile-sub-item a {
    font-size: 17px;
    font-weight: 400;
    color: #e0e0e0;
  }

  .mobile-nav-list li.mobile-sub-item a:hover {
    color: var(--color-primary-blue);
  }
}

/* Desktop: Hide Mobile Nav List */
@media (min-width: 992px) {
  .mobile-nav-list {
    display: none !important;
  }
}

/* Side Panel Icon Box Styles - Override theme defaults */
.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 15px !important;
}

.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-icon {
  flex-shrink: 0 !important;
}

.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  background: var(--color-primary-blue, #0f509b) !important;
  background-color: #0f509b !important;
  border-radius: 50% !important;
}

.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon i,
.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon i.ri {
  font-size: 22px !important;
  color: #121212 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-content {
  text-align: left !important;
}

.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  text-align: left !important;
}

.clbr-panel-body .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  text-align: left !important;
}

/* Universal Side Panel Icon Fix - Force black icons on white background */
#clbr-trigger-panel .elementor-icon i,
#clbr-trigger-panel .elementor-icon i.ri,
.clbr-side-panel .elementor-icon i,
.clbr-side-panel .elementor-icon i.ri,
.clbr-panel-container .elementor-icon i,
.clbr-panel-container .elementor-icon i.ri {
  color: #121212 !important;
  font-size: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#clbr-trigger-panel .elementor-icon,
.clbr-side-panel .elementor-icon,
.clbr-panel-container .elementor-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Side Panel Padding and Social Icons Fix */
.clbr-panel-body {
  padding-top: 30px !important;
}

/* Social Icons in Side Panel - #69727D color */
#clbr-trigger-panel .elementor-social-icon i,
.clbr-side-panel .elementor-social-icon i,
.clbr-panel-container .elementor-social-icon i,
#clbr-trigger-panel .elementor-social-icons-wrapper i,
.clbr-side-panel .elementor-social-icons-wrapper i,
.clbr-panel-container .elementor-social-icons-wrapper i {
  color: #69727D !important;
}

#clbr-trigger-panel .elementor-social-icon,
.clbr-side-panel .elementor-social-icon,
.clbr-panel-container .elementor-social-icon {
  color: #69727D !important;
}

#clbr-trigger-panel .elementor-social-icon svg,
.clbr-side-panel .elementor-social-icon svg,
.clbr-panel-container .elementor-social-icon svg {
  fill: #69727D !important;
  color: #69727D !important;
}

/* Reduce gap between image and contact info in side panel */
.clbr-panel-body .elementor-widget-image {
  margin-bottom: 15px !important;
}

.clbr-panel-body .elementor-widget-icon-box {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.clbr-panel-body .elementor-3261 .e-con,
.clbr-panel-body .elementor .e-con {
  gap: 15px !important;
}

/* Sticky Header Logo Fix */
.clbr-site-header.is-stuck .clbr-site-header__logo img,
.clbr-site-header--scrolled .clbr-site-header__logo img,
.clbr-site-header--sticky.is-stuck .clbr-site-header__logo img {
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ensure default logo shows on sticky */
.clbr-site-header.is-stuck .default-logo,
.clbr-site-header--scrolled .default-logo {
  display: block !important;
  opacity: 1 !important;
}

/* Hide light logo on sticky (if background is white) */
.clbr-site-header.is-stuck .light-logo,
.clbr-site-header--scrolled .light-logo {
  display: none !important;
}

/* Make sure logo container is visible */
.clbr-site-header.is-stuck .clbr-site-header__logo,
.clbr-site-header--scrolled .clbr-site-header__logo {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Mobile Navigation List in Side Panel */
.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  padding-bottom: 20px;
}

.mobile-nav-list li {
  margin-bottom: 10px;
}

.mobile-nav-list li a {
  display: block;
  padding: 12px 15px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mobile-nav-list li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}

/* Hide mobile nav list on desktop, show on mobile */
@media (min-width: 1025px) {
  .mobile-nav-list {
    display: none;
  }
}

/* ===== Contact Modal Styles ===== */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  align-items: center;
  justify-content: center;
}

.modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  position: relative;
  background: #fff;
  max-width: 540px;
  width: 90%;
  padding: 30px;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.contact-form label {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.btn-submit {
  margin-top: 14px;
  background: #061b33;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}

.contact-trigger {
  display: inline-block;
  margin-bottom: 12px;
  background: #061b33;
  color: #fff;
  padding: 8px 16px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

@media (max-width: 600px) {
  .modal-content {
    padding: 20px;
  }
}

/* ===== Solutions Cards ===== */
.solutions-cards-wrapper {
  padding: 64px 12px;
  max-width: 1180px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fbfdff, #ffffff 60%);
  border-radius: 14px;
}

.solutions-cards-wrapper h3 {
  font-size: 34px;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  letter-spacing: -0.2px;
}

.solutions-cards-wrapper .sub {
  color: #6b7280;
  margin-bottom: 24px;
}

.solutions-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.solution-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #fbfbff);
  border-radius: 14px;
  padding: 26px;
  transition: transform .46s cubic-bezier(.2, .9, .2, 1), box-shadow .46s ease, opacity .46s ease;
  border: 1px solid rgba(6, 27, 51, 0.06);
  opacity: 0;
  transform: translateY(18px) scale(.995);
  overflow: hidden;
}

.solution-card:before {
  content: "";
  position: absolute;
  left: -40%;
  top: -60%;
  width: 200%;
  height: 180%;
  background: radial-gradient(circle at 10% 30%, rgba(6, 27, 51, 0.04), transparent 8%), radial-gradient(circle at 80% 70%, rgba(6, 27, 51, 0.02), transparent 10%);
  transform: rotate(12deg);
  pointer-events: none;
}

.solution-card.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.solution-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 60px rgba(6, 27, 51, 0.12);
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #e6f0ff, #f8fbff);
  border: 1px solid rgba(6, 27, 51, 0.04);
  box-shadow: 0 6px 18px rgba(6, 27, 51, 0.04);
}

.solution-card h4 {
  margin: 8px 0 6px;
  font-size: 18px;
  color: var(--e-global-color-primary);
}

.solution-card .muted {
  display: block;
  color: #7b8190;
  font-size: 13px;
  margin-bottom: 12px;
}

.solution-card p {
  color: #52606e;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
}

.card-cta {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-primary-blue), var(--e-global-color-primary));
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(6, 27, 51, 0.12);
  transition: transform .22s;
}

.card-cta:hover {
  transform: translateY(-3px);
}

@media (max-width: 640px) {
  .solutions-cards-wrapper {
    padding: 36px 14px;
  }

  .solution-card {
    padding: 18px;
  }

  .card-icon {
    width: 48px;
    height: 48px;
  }
}

/* reveal helper */
.reveal {
  will-change: transform, opacity;
}

/* Staggered reveal delays */
.solutions-cards-grid .solution-card:nth-child(1) {
  transition-delay: 0.02s;
}

.solutions-cards-grid .solution-card:nth-child(2) {
  transition-delay: 0.06s;
}

.solutions-cards-grid .solution-card:nth-child(3) {
  transition-delay: 0.10s;
}

.solutions-cards-grid .solution-card:nth-child(4) {
  transition-delay: 0.14s;
}

.solutions-cards-grid .solution-card:nth-child(5) {
  transition-delay: 0.18s;
}

.solutions-cards-grid .solution-card:nth-child(6) {
  transition-delay: 0.22s;
}


/* Center the projects section parent container */
.elementor-element-projects {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.elementor-element-projects .elementor-widget-container {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

/* ===== Projects section (see sample) ===== */
.projects-section {
  padding: 48px 12px;
  background: linear-gradient(180deg, #fffdfa, #fff);
  margin: 26px auto 8px;
  border-radius: 12px;
  max-width: 1160px;
  width: 100%;
}

.projects-section .projects-inner {
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.projects-section h2 {
  color: var(--e-global-color-primary);
  font-size: 32px;
  margin-bottom: 6px;
  text-align: center;
}

.projects-section .projects-intro {
  color: #6b7280;
  margin-bottom: 32px;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.project-row {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.project-row.reverse {
  grid-template-columns: 420px 1fr;
}

.project-content {
  max-width: 620px;
  width: 100%;
  justify-self: start;
}

.project-tag {
  display: inline-block;
  background: rgba(15, 80, 155, 0.08);
  color: var(--color-primary-blue);
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 10px;
}

.project-title {
  font-size: 22px;
  color: var(--e-global-color-primary);
  margin: 6px 0 10px;
  line-height: 1.4;
  font-weight: 600;
}

.project-desc {
  color: #4f5563;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 15px;
}

.project-cta {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--color-primary-blue);
  color: var(--color-primary-blue);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.project-image {
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 18px 40px rgba(6, 27, 51, 0.06);
}

.project-image:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 94%;
  height: 94%;
  border-radius: 10px;
  z-index: -1;
  background: linear-gradient(90deg, var(--color-primary-blue, #0f509b), rgba(15, 80, 155, 0.12));
  transform: rotate(-2deg);
}

/* Mobile responsive styles for projects */
@media (max-width: 880px) {

  .project-row,
  .project-row.reverse {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .project-image {
    height: 240px;
    order: -1;
    /* Always show image first on mobile */
  }

  .project-content {
    max-width: 100%;
  }

  .projects-section h2 {
    font-size: 28px;
  }

  .project-title {
    font-size: 20px;
  }

  .project-desc {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .projects-section {
    padding: 32px 16px;
    margin: 16px auto 8px;
  }

  .projects-section .projects-inner {
    padding: 12px;
  }

  .projects-section h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .projects-section .projects-intro {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .project-row {
    margin-bottom: 32px;
  }

  .project-image {
    height: 200px;
  }

  .project-title {
    font-size: 18px;
  }

  .project-tag {
    font-size: 12px;
    padding: 5px 9px;
  }
}

/* Improved Start button */
.contact-trigger {
  position: relative;
  background: linear-gradient(90deg, var(--color-primary-blue), var(--e-global-color-primary));
  color: #fff;
  padding: 14px 22px;
  border-radius: 34px;
  border: none;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(15, 80, 155, 0.18);
  transition: transform .22s ease, box-shadow .22s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-trigger .cta-icon {
  display: inline-block;
  margin-left: 0;
  opacity: 0.98;
}

.contact-trigger .cta-text {
  display: inline-block;
}

.contact-trigger::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  border-radius: 40px;
  background: radial-gradient(circle at center, rgba(15, 80, 155, 0.12), rgba(15, 80, 155, 0.02));
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease, transform .6s cubic-bezier(.2, .9, .2, 1);
}

.contact-trigger.pulse::after,
.contact-trigger:focus::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.04);
}

@keyframes pulseRing {
  0% {
    transform: translate(-50%, -50%) scale(.95);
    opacity: .28
  }

  70% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 0
  }

  100% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 0
  }
}

.contact-trigger.pulse {
  box-shadow: 0 22px 48px rgba(15, 80, 155, 0.18);
}

.contact-trigger.pulse::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border-radius: 999px;
  background: rgba(15, 80, 155, 0.08);
  animation: pulseRing 1.8s ease-out infinite;
  pointer-events: none;
}

.contact-trigger:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 56px rgba(15, 80, 155, 0.22);
}

.contact-trigger:active {
  transform: translateY(0);
}

@media (max-width:480px) {
  .contact-trigger {
    padding: 12px 14px;
    font-size: 15px;
  }
}

/* ensure reveal animations visible */
.projects-section .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .9, .2, 1);
}

.projects-section .in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Impact Section Styles */
/* Impact Section Styles */
.impact-section {
  align-items: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;

  background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
  /* Force dark background */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 10;
  border-radius: 0 !important;
}

.impact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Force center alignment of children */
}

.impact-heading {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
  /* Solid white for better visibility */
  background: none;
  -webkit-text-fill-color: initial;
  letter-spacing: -2px;
  text-align: center;
}

.impact-subheading {
  font-size: 20px;
  color: #cbd5e1;
  /* Lighter gray/blue for contrast */
  max-width: 760px;
  margin: 0 auto 60px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}

.impact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.impact-card {
  flex: 0 1 360px;
  /* Fixed basis for better centering */
  background: rgba(30, 41, 59, 0.4);
  /* Slightly lighter dark for contrast */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center items in flex column */
}

.impact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.impact-card:hover {
  transform: translateY(-10px);
  background: rgba(30, 41, 59, 0.6);
  box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.4);
  border-color: rgba(96, 165, 250, 0.5);
}

.impact-icon {
  font-size: 40px;
  margin-bottom: 24px;
  color: #60a5fa;
  width: 80px;
  height: 80px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  display: flex;
  /* Flex is required for centering inner icon */
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.impact-card:hover .impact-icon {
  background: #3b82f6;
  color: white;
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
}

.impact-card h3 {
  font-size: 24px;
  color: #ffffff;
  /* Explicit white */
  margin-bottom: 16px;
  font-weight: 700;
}

.impact-card p {
  color: #e2e8f0;
  /* Very light gray */
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Animations */
@keyframes fadeInUpCard {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

.impact-card {
  animation: fadeInUpCard 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
}

.impact-card:nth-child(1) {
  animation-delay: 0.1s;
}

.impact-card:nth-child(2) {
  animation-delay: 0.3s;
}

.impact-card:nth-child(3) {
  animation-delay: 0.5s;
}

/* --- Portfolio Page (Process Section) - Green --- */
.process-card .impact-icon {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(6, 95, 70, 0.2));
  color: #34d399;
  border-color: rgba(16, 185, 129, 0.2);
}

.process-card:hover .impact-icon {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
}

.process-card:hover {
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 25px 60px -12px rgba(16, 185, 129, 0.25);
}

/* --- About Page (Values Section) - Amber --- */
.values-card .impact-icon {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(180, 83, 9, 0.2));
  color: #fbbf24;
  border-color: rgba(245, 158, 11, 0.2);
}

.values-card:hover .impact-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  box-shadow: 0 0 30px rgba(245, 158, 11, 0.5);
}

.values-card:hover {
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 25px 60px -12px rgba(245, 158, 11, 0.25);
}

/* --- Insights Page (Stats/Community Section) - Purple --- */
.insights-card .impact-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(91, 33, 182, 0.2));
  color: #a78bfa;
  border-color: rgba(139, 92, 246, 0.2);
}

.insights-card:hover .impact-icon {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
}

.insights-card:hover {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 25px 60px -12px rgba(139, 92, 246, 0.25);
}

/* --- Solutions Page (Impact Section) - Orange --- */
.solutions-card .impact-icon {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(194, 65, 12, 0.2));
  color: #fb923c;
  border-color: rgba(249, 115, 22, 0.2);
}

.solutions-card:hover .impact-icon {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: white;
  box-shadow: 0 0 30px rgba(249, 115, 22, 0.5);
}

.solutions-card:hover {
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 25px 60px -12px rgba(249, 115, 22, 0.25);
}

/* Page Header Subtitle Styling */
.page-header .elementor-icon-box-title {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  /* Ensure centered alignment */
  gap: 5px;
  /* Tighter space */
  line-height: 1.2;
}

.page-header .elementor-icon-box-title span {
  display: block;
  font-size: 28px;
  /* Subtitle size */
  font-weight: 400;
  opacity: 0.9;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-transform: none;
}

/* ===========================
   Solutions Page - Stats Dashboard
   =========================== */

.stats-dashboard-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0f509b 0%, #1e40af 100%);
  position: relative;
  overflow: hidden;
}

.stats-dashboard-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {

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

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

.stats-dashboard-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.stats-dashboard-heading {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stats-dashboard-subheading {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 60px;
}

.stats-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.stat-card {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.stat-card:hover::before {
  left: 100%;
}

.stat-card:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.stat-icon {
  font-size: 48px;
  color: white;
  margin-bottom: 20px;
  opacity: 0.9;
}

.stat-value {
  font-size: 64px;
  font-weight: 700;
  color: white;
  line-height: 1;
  display: inline-block;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stat-prefix,
.stat-suffix {
  font-size: 32px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  vertical-align: super;
}

.stat-prefix {
  margin-right: 5px;
}

.stat-suffix {
  margin-left: 5px;
}

.stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  font-weight: 500;
}

/* Color Variants */
.stat-primary {
  border-color: rgba(245, 158, 11, 0.4);
}

.stat-primary:hover {
  border-color: rgba(245, 158, 11, 0.8);
  box-shadow: 0 20px 60px rgba(245, 158, 11, 0.3);
}

.stat-secondary {
  border-color: rgba(59, 130, 246, 0.4);
}

.stat-secondary:hover {
  border-color: rgba(59, 130, 246, 0.8);
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
}

.stat-accent {
  border-color: rgba(16, 185, 129, 0.4);
}

.stat-accent:hover {
  border-color: rgba(16, 185, 129, 0.8);
  box-shadow: 0 20px 60px rgba(16, 185, 129, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .stats-dashboard-heading {
    font-size: 36px;
  }

  .stats-dashboard-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }

  .stat-card {
    padding: 30px 15px;
  }

  .stat-value {
    font-size: 48px;
  }

  .stat-icon {
    font-size: 36px;
  }
}

/* ===========================
   Portfolio Page - Process Flow
   =========================== */

.process-flow-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
  position: relative;
}

.process-flow-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.process-flow-heading {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: black;
  margin-bottom: 15px;
}

.process-flow-subheading {
  text-align: center;
  font-size: 18px;
  color: black;
  margin-bottom: 60px;
}

.process-flow-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}

.progress-line {
  position: absolute;
  top: 60px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.3), rgba(16, 185, 129, 0.8), rgba(16, 185, 129, 0.3));
  z-index: 0;
}

.process-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  border: 3px solid rgba(16, 185, 129, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}

.step-circle i {
  font-size: 48px;
  color: #10b981;
  transition: all 0.3s ease;
}

.step-number {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 36px;
  height: 36px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  border: 3px solid rgba(15, 23, 42, 1);
}

.step-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 15px;
}

.step-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: black;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 15px;
  color: black;
  line-height: 1.6;
}

.process-step:hover .step-circle,
.process-step.active .step-circle {
  transform: scale(1.1);
  background: rgba(16, 185, 129, 0.4);
  border-color: #10b981;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}

.process-step:hover .step-content,
.process-step.active .step-content {
  opacity: 1;
  max-height: 200px;
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .process-flow-container {
    flex-wrap: wrap;
  }

  .progress-line {
    display: none;
  }

  .process-step {
    flex-basis: calc(50% - 10px);
    margin-bottom: 40px;
  }

  .step-content {
    opacity: 1;
    max-height: none;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .process-step {
    flex-basis: 100%;
  }

  .step-circle {
    width: 100px;
    height: 100px;
  }

  .step-circle i {
    font-size: 36px;
  }
}

.stat-description {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  font-weight: 400;
}

/* ===========================
   About Page - Hexagon Values Grid
   =========================== */

.hexagon-values-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(217, 119, 6, 0.15) 100%);
    position: relative;
    margin-top: 80px;
}
.hexagon-values-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hexagon-values-heading {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 15px;
}

.hexagon-values-heading span {
  color: #f59e0b;
}

.hexagon-values-subheading {
  text-align: center;
  font-size: 18px;
  color: #64748b;
  margin-bottom: 60px;
}

.hexagon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.hexagon-item {
  display: flex;
  justify-content: center;
  position: relative;
}

/* Second row offset for honeycomb effect */
.hexagon-item:nth-child(4),
.hexagon-item:nth-child(5),
.hexagon-item:nth-child(6) {
  margin-top: -60px;
}

.hexagon {
  width: 180px;
  height: 180px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hexagon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.3), rgba(217, 119, 6, 0.3));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 3px solid rgba(245, 158, 11, 0.5);
  transition: all 0.3s ease;
}

.hexagon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.hexagon-inner i {
  font-size: 48px;
  color: #f59e0b;
  display: block;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.hexagon-inner span {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hexagon:hover {
  transform: scale(1.1);
}

.hexagon:hover::before {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.5), rgba(217, 119, 6, 0.5));
  border-color: #f59e0b;
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.6);
}

.hexagon:hover .hexagon-inner i {
  transform: translateY(-5px);
  color: #fbbf24;
}

/* Tooltip */
.hexagon-item::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(234, 143, 87, 0.95);
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  width: 250px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 10;
}

.hexagon-item::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(234, 143, 87, 0.95);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.hexagon-item:hover::after,
.hexagon-item:hover::before {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hexagon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .hexagon-item:nth-child(4),
  .hexagon-item:nth-child(5),
  .hexagon-item:nth-child(6) {
    margin-top: 0;
  }

  .hexagon-item:nth-child(5) {
    margin-left: 0;
  }

  .hexagon {
    width: 140px;
    height: 140px;
  }

  .hexagon-inner i {
    font-size: 36px;
  }

  .hexagon-inner span {
    font-size: 14px;
  }

  .hexagon-item::after {
    width: 200px;
    bottom: -90px;
  }
}

@media (max-width: 480px) {
  .hexagon-grid {
    grid-template-columns: 1fr;
  }

  .hexagon {
    width: 160px;
    height: 160px;
  }
}
/* ===========================
   Solutions Showcase Section
   =========================== */

.solutions-showcase-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
  position: relative;
}

.solutions-showcase-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.solutions-showcase-heading {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.solutions-showcase-heading span {
  color: #0f509b;
}

.solutions-showcase-subheading {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 60px;
}

.solutions-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.solution-showcase-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.solution-showcase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
  transition: left 0.5s;
}

.solution-showcase-card:hover::before {
  left: 100%;
}

.solution-showcase-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Card variants */
.growthdrive-card:hover {
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 20px 60px rgba(245, 158, 11, 0.2);
}

.commerceedge-card:hover {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.2);
}

.solution-card-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(15, 80, 155, 0.3), rgba(15, 80, 155, 0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #0f509b;
  transition: all 0.3s ease;
}

.growthdrive-card .solution-icon {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.3), rgba(245, 158, 11, 0.1));
  color: #f59e0b;
}

.commerceedge-card .solution-icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.1));
  color: #3b82f6;
}

.solution-showcase-card:hover .solution-icon {
  transform: scale(1.1) rotate(5deg);
}

.solution-card-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.solution-tagline {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.solution-card-body {
  position: relative;
  z-index: 1;
}

.solution-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.solution-features li {
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.solution-features li:last-child {
  border-bottom: none;
}

.solution-features li i {
  color: #10b981;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.solution-features strong {
  color: white;
}

.solution-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(135deg, #0f509b, #1e40af);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(15, 80, 155, 0.3);
}

.growthdrive-card .solution-cta {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.commerceedge-card .solution-cta {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.solution-cta:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(15, 80, 155, 0.5);
}

.growthdrive-card .solution-cta:hover {
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
}

.commerceedge-card .solution-cta:hover {
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
}

.solution-cta i {
  transition: transform 0.3s ease;
}

.solution-cta:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .solutions-showcase-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .solutions-showcase-heading {
    font-size: 36px;
  }

  .solution-card-header h3 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .solutions-showcase-section {
    padding: 60px 15px;
  }

  .solution-showcase-card {
    padding: 30px 20px;
  }

  .solution-features li {
    font-size: 14px;
  }
}

/* ===========================
   Solutions Comparison Table
   =========================== */

.solutions-comparison-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.98) 100%);
  position: relative;
}

.solutions-comparison-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-heading {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.comparison-heading span {
  background: linear-gradient(135deg, #f59e0b, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.comparison-subheading {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
}

.comparison-table-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.solutions-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.solutions-comparison-table thead th {
  padding: 20px;
  text-align: center;
  border: none;
}

.feature-column {
  text-align: left !important;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 30%;
}

.solution-column {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  width: 35%;
}

.growthdrive-col {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
}

.commerceedge-col {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
}

.solution-header {
  padding: 20px;
}

.solution-header i {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}

.growthdrive-col .solution-header i {
  color: #f59e0b;
}

.commerceedge-col .solution-header i {
  color: #3b82f6;
}

.solution-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 5px;
}

.solution-header p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.solutions-comparison-table tbody tr {
  transition: all 0.3s ease;
}

.solutions-comparison-table tbody td {
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.solutions-comparison-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.05);
}

.feature-name {
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 0 0 5px;
}

.feature-value {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.feature-value i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.feature-value .ri-check-line {
  color: #10b981;
}

.feature-value .ri-close-line.dim {
  color: rgba(239, 68, 68, 0.3);
}

.feature-highlight {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: white;
  background: rgba(255, 255, 255, 0.1) !important;
}

.comparison-cta-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.comparison-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.growthdrive-cta {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.commerceedge-cta {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.comparison-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
}

.growthdrive-cta:hover {
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
}

.comparison-cta i {
  transition: transform 0.3s ease;
}

.comparison-cta:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .comparison-table-wrapper {
    padding: 15px;
    overflow-x: auto;
  }

  .solutions-comparison-table {
    min-width: 600px;
  }

  .comparison-heading {
    font-size: 32px;
  }

  .comparison-cta-row {
    flex-direction: column;
  }

  .comparison-cta {
    width: 100%;
    justify-content: center;
  }
}
