/* Misc */
.lufga,
.lufga p,
.lufga h2,
.lufga a {
  font-family: 'lufga', sans-serif !important;
}

.blue,
.blue p,
.blue h2,
.blue a {
  color: #022845 !important;
}

.light-blue,
.light-blue p,
.light-blue h2,
.light-blue a {
  color: #0B4277;
}

.white,
.white p,
.white h2,
.white a {
  color: #ffffff !important;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.item_wrapper_type.solution-item {
  background: #F2F2F2;
  border-radius: 15px;
  padding: 24px;
}

.icon_grid .item_wrapper_type .box_details h6,
.icon_grid .item_wrapper_type .box_details p {
  color: #0B4277;
}
.icon_grid .item_wrapper_type .box_details h6{
    text-transform: capitalize;
}

.wave-direct-img img {
  height: auto !important;
  margin: 12px auto 52px auto;
}

.cta-button {
  display: inline-block;
  padding: 5px 42px;
  font-size: 14px;
  font-weight: 600;
  color: #0B4277;
  background-color: #ffffff;
  border: 1px solid #00AEEF;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.cta-button-accent {
  background-color: #0B4277;
  color: #ffffff !important;
}

.cta-button-accent .cta-arrow {
  color: #00AEEF !important;
}

.cta-button .cta-arrow {
  margin-left: 8px;
  color: #005F7F;
  font-weight: bold;
}

.cta-button:hover {
  background-color: #00AEEF;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 174, 239, 0.4);
}

.cta-button:hover .cta-arrow {
  color: #ffffff;
}

.industries_row {
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding-top: 260px;
  z-index: 1;
  overflow: hidden;

}

.industries_row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(45deg,
      #93D3EA 0%,
      rgba(242, 242, 242, 0.9) 31%,
      rgba(242, 242, 242, 0.9) 63%,
      #C8E1EC 100%);
}

/*Header*/
.custom-wd-header ul {
  display: flex;
  gap: 20px;
  width: max-content;
  list-style: none;
  background: #f9f9fb;
  border-radius: 50px;
  padding: 10px 20px;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.custom-wd-header li {
  margin: 0;
}

.custom-wd-header li a {
  text-decoration: none;
  padding: 8px 0;
  border-radius: 30px;
  color: #003d5c;
  transition: all 0.3s ease;
  min-width:80px;
}

.custom-wd-header li:last-child a {
  background: #0B4277;
  color: white;
  font-weight: 500;
  border: 1px solid #32B5E3;
  padding: 5px 20px;
}

.custom-wd-header a:hover {
  color: #00AEEF;
}

.custom-wd-header a.active {
  color: #32B5E3;
}

/* Hero */
#hero-row {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

img.watermark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.content-overlay {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: left;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.content-overlay h1 {
  font-size: 3rem;
  font-weight: bold;
}

.content-overlay h1 span {
  color: #4dc3ff;
}

.content-overlay p {
  max-width: 600px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2em;
  font-family: 'lufga', sans-serif !important;
}

.section-title .highlight {
  color: #00AEEF;
}

.underline {
  height: 2px;
  width: 80%;
  background-color: #00AEEF;
  margin: 24px 0;
}


.btn-contact {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 25px;
  background-color: #ffffff;
  color: #002244;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-contact:hover {
  background-color: #4dc3ff;
  color: #fff;
}

.image-group {
  margin-top: 40px;
}

.image-group img {
  width: 100%;
  height: auto;
  display: block;
}

/*Strategies*/
.stats-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
}

.stats-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
}

.stats-section h2 span {
  color: #4dc3ff;
}

.stats-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.stat-block {
  position: relative;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
  margin-bottom:48px;
}

.stat-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  height: 200px;
  display: block;
}

.stat-badge {
  position: relative;
  margin-top: -50px;
  width: 100px;
  height: 100px;
}

.stat-badge img.circle-bg {
  width: 100%;
  height: auto;
  display: block;
}

.stat-badge span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  z-index: 2;
  pointer-events: none;
}

.stat-text {
  margin-top: 60px;
}

.stat-count {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter,
.percent-symbol {
  display: inline-block;
  vertical-align: middle;
}

.percent-symbol{
    margin-left:20px;
}

/*Industries*/

.industries-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.industries-list-items .column {
  list-style: none;
  padding: 12px 0;
  border-top: 2px solid #32B5E3;
  width: 32%;
  min-width: 200px;
}

/* Text under badge */
.stat-text {
  margin-top: 20px;
  text-align: center;
}

.stat-text h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #002244;
  margin-bottom: 5px;
}

.stat-text p {
  font-size: 0.95rem;
  color: #666;
}

/* Solutions */
.demand-gen-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  padding: 48px 10vw;
}

.demand-sidebar {
  flex: 0 0 300px;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 20px;
}

.demand-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.demand-sidebar li {
  padding: 12px;
  cursor: pointer;
  font-weight: 600!important;
  transition: all 0.3s ease;
  border-bottom: 2px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demand-sidebar li:hover,
.demand-sidebar li.active {
  background: #e6f6fc;
  color: #0073aa;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
}

.demand-content-area {
  flex: 1;
  min-width: 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.demand-content-area img {
  margin-top: 20px;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.demand-sidebar li .chevron {
  float: right;
  color: #00aaff;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.demand-sidebar li:hover .chevron {
  transform: translateX(3px);
}

.refresh-icon {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #00aaff;
  vertical-align: middle;
}

.demand-content-area .tab-content h2 {
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: space-between;
}

.blue .testimonial_blocks h6,
.blue .testimonial_blocks p{
    color: #022845 !important;
}

.testimonial_blocks .slick-dots li.slick-active button {
    background: #0B4277;
}
.testimonial_blocks .slick-dots li button {
    background: #D8D8D8;
}
/* Footer */

.footer {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #022845 !important;
}

.footer-column {
  flex: 1 1 250px;
  margin: 10px;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  color: #022845;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-links a {
  font-weight: 700;
}

.footer-links a,
.footer-contact a {
  margin: 18px 0;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-contact .icon {
  color: #022845;
  border: 1px solid #32B5E3;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  font-size: 14px;
}

.footer-contact .info {
  font-size: 15px;
  color: #022845;
}

.footer-contact a {
  color: #022845;
  text-decoration: none;
  margin: 0;
}

.footer-contact a:hover {
  text-decoration: underline;
}


.footer-social {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.footer-social a.icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0B4277;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #32B5E3;
  width: 36px;
  height: 36px;
}

.footer-cta:hover {
  background: #022845;
  color: #fff;
}

.footer-bottom {
  font-size: 12px;
  color: #888;
  margin-top: 40px;
}

.footer-bottom a {
  color: #022845;
  text-decoration: underline !important;
  margin: 0 8px;
}

@media (max-width: 768px) {
    .custom-wd-header ul {
        margin:24px auto;
        padding: 10px 0;
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
        width: 95vw;
    }
    
  .industries-list-items .column {
    width: 100%;
  }

  .footer {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer-links {
    margin: 32px;
  }

  .footer-social,
  .footer-cta {
    justify-content: center;
  }
}