﻿@font-face {
  font-family: "Base Regular";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanRegular.ttf");
}
@font-face {
  font-family: "Base Bold";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanBold.ttf");
}
@font-face {
  font-family: "Base ExtraBold";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanExtraBold.ttf");
}
@font-face {
  font-family: "Base Black";
  src: url("../fonts/century-gothic-paneuropean/CenturyGothicPaneuropeanBlack.ttf");
}
body {
  font-family: "Base Regular" !important;
  color: #222;
}
body .mud-main-content {
  padding-top: 0 !important;
}

.mud-list .mud-selected-item {
  color: #0F1B2A !important;
}
.mud-list .mud-selected-item .mud-typography.mud-typography-body2 {
  font-family: "Base Bold" !important;
}

h1:focus {
  outline: none;
}

.mud-typography {
  font-family: "Base Regular";
}

h1, h2, h3 {
  font-family: "Base Bold" !important;
}

h2 {
  font-size: 50px;
  margin-bottom: 8px;
}

h2.bold {
  font-family: "Base Black" !important;
}

h3 {
  font-size: 40px;
}

p {
  font-size: 18px;
  line-height: 34px;
  text-align: left !important;
}

.hidden {
  display: none !important;
}

.row {
  width: 100% !important;
}

.action-btn {
  font-family: "Base Bold";
}

a.text {
  transition: padding ease 0.3s, background ease 0.7s;
  padding: 12px 16px;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
}
a.text svg {
  margin-left: 14px;
  transition: margin ease 0.3s;
  width: 24px;
}
a.text:hover {
  background: #E7E530;
  border-radius: 24px;
  border-bottom: 2px solid transparent;
}
a.text:hover svg {
  margin-left: 20px;
}

a.has-icon:hover {
  padding-left: 20px;
}

h4 {
  line-height: 1.3 !important;
  font-size: 20px;
}
h4 b {
  font-family: "Base Bold";
}

.mud-nav-item .mud-nav-link {
  background: #fff !important;
  padding: 24px !important;
}
.mud-nav-item .mud-nav-link .mud-nav-link-text {
  margin-left: 0 !important;
}

.mud-paper.panel {
  border-radius: 10px;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 55px 0px !important;
  border: 1px solid #eee;
}

.mud-form .mud-input-control.mud-input-input-control, form .mud-input-control.mud-input-input-control {
  background: none !important;
}
.mud-form div.row, form div.row {
  margin-bottom: 16px;
}
.mud-form div.row label, form div.row label {
  font-family: "Base Regular";
  font-weight: 600;
  margin-bottom: 7px;
  color: #414D5C;
}
.mud-form .mud-input.mud-input-outlined, form .mud-input.mud-input-outlined {
  background: #F2F8FD;
  border-radius: 6px;
}
.mud-form .mud-input.mud-input-outlined:hover fieldset, .mud-form .mud-input.mud-input-outlined:hover input, form .mud-input.mud-input-outlined:hover fieldset, form .mud-input.mud-input-outlined:hover input {
  border-color: #89BDEE !important;
  border-width: 2px;
}
.mud-form .mud-input.mud-input-outlined input::placeholder, form .mud-input.mud-input-outlined input::placeholder {
  color: #414D5C;
}
.mud-form .mud-input.mud-input-outlined input:focus fieldset, form .mud-input.mud-input-outlined input:focus fieldset {
  background: #e11;
}
.mud-form .mud-input.mud-input-outlined input:focus ~ fieldset, .mud-form .mud-input.mud-input-outlined textarea:focus ~ fieldset, form .mud-input.mud-input-outlined input:focus ~ fieldset, form .mud-input.mud-input-outlined textarea:focus ~ fieldset {
  border-color: #E7E530 !important;
}
.mud-form .mud-input.mud-input-outlined fieldset, form .mud-input.mud-input-outlined fieldset {
  border-radius: 6px;
  border-color: #B5D6F4;
  transition: border-color 0.3s ease, border-width 0.3s ease;
}

input[type=text] {
  background: none !important;
  border-radius: 6px;
}
input[type=text]::placeholder {
  color: #666 !important;
}

.referral-popover {
  margin-top: -150px !important;
  z-index: 9999 !important;
  position: absolute !important;
}

.file-upload-input {
  width: 100%;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
}

.custom-chip {
  background-color: #F2F8FD;
  color: #000;
  font-family: "Base Regular";
}

.center-text {
  text-align: center;
}

.footer-section {
  background-color: #232323;
  padding: 40px 0;
  margin-top: 24px;
  font-family: "Base Regular";
  color: #fff;
}

.footer-logo h3 {
  margin-top: 16px;
  font-size: 24px;
  color: #fff;
}

.footer-logo h4 {
  font-size: 24px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.footer-column .row {
  margin-bottom: 16px;
}

.footer-column a {
  color: #555;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #0077cc;
}

.footer-divider {
  border: none;
  height: 1px !important;
  background-color: #aaa;
  margin: 32px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 16px;
  font-size: 16px;
  color: #fff;
}

.footer-social-icons a {
  color: #fff !important;
  margin-left: 16px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  color: #90caf9;
}

.action-btn {
  height: 50px;
  min-width: 200px;
  padding: 20px 24px;
  border-radius: 24px;
  background: #E7E530;
  color: #0F1B2A;
  transition: background 0.4s ease;
}
.action-btn:hover {
  background: rgb(236.2987012987, 234.7402597403, 93.7012987013);
  cursor: pointer;
}

.action-btn.brighter {
  background: rgb(244.2467532468, 243.3506493506, 162.2532467532);
}
.action-btn.brighter:hover {
  background: #E7E530;
}

.action-btn.blue {
  background: #2E7BB8;
  color: #fff !important;
}

.action-btn.red {
  background: #DC2545;
  color: #fff !important;
}
.action-btn.red:hover {
  background: rgb(199.4743083004, 32.0256916996, 61.3063241107) !important;
}

.action-btn.secondary {
  background: none;
  border: solid 2px #E7E530;
  color: #E7E530;
}
.action-btn.secondary:hover {
  background: #E7E530;
  color: #0F1B2A;
}

.action-btn.secondary.office {
  background: none;
  border: none;
  color: #2E7BB8 !important;
}
.action-btn.secondary.office:hover {
  background: #E7E530;
  color: #0F1B2A;
}

.action-btn.sec-action {
  background: #0258be;
  border: none;
  color: #fff !important;
  min-width: 100px !important;
}
.action-btn.sec-action:hover {
  background: rgb(2.53125, 111.375, 240.46875) !important;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 980px;
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex !important;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 450px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 800px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
  margin-bottom: 6px !important;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E7E530;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.sales-chatbot {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 3000;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 12px;
  font-family: "Base Regular", sans-serif;
}
.sales-chatbot .chat-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #0055d9, #003caa);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 17, 79, 0.35) 0px 15px 25px, rgba(0, 17, 79, 0.2) 0px 10px 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sales-chatbot .chat-toggle:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 17, 79, 0.4) 0px 18px 30px, rgba(0, 17, 79, 0.25) 0px 12px 12px;
}
.sales-chatbot .chat-toggle .mud-icon-root {
  font-size: 26px;
}
.sales-chatbot .chat-window {
  width: min(360px, 90vw);
  background: #f9fbff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: rgba(15, 27, 42, 0.15) 0px 30px 50px;
  display: flex;
  flex-direction: column;
  animation: chatbot-pop 0.3s ease;
}
.sales-chatbot .chat-header {
  padding: 18px 20px;
  background: linear-gradient(150deg, #005bd4, #003f9f);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.sales-chatbot .chat-header .agent-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 1px;
}
.sales-chatbot .chat-header .agent-meta {
  display: flex;
  flex-direction: column;
}
.sales-chatbot .chat-header .agent-meta .agent-name {
  font-family: "Base Bold";
  font-size: 16px;
  margin-bottom: 2px;
}
.sales-chatbot .chat-header .agent-meta .agent-role {
  font-size: 12px;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.sales-chatbot .chat-header .chat-close {
  margin-left: auto;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sales-chatbot .chat-header .chat-close .mud-icon-root {
  font-size: 20px;
}
.sales-chatbot .chat-date {
  align-self: center;
  margin-top: 14px;
  padding: 4px 16px;
  border-radius: 12px;
  background: #e7ecfa;
  color: #2754c5;
  font-size: 12px;
  font-weight: 600;
}
.sales-chatbot .chat-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 340px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.sales-chatbot .chat-body::-webkit-scrollbar {
  width: 6px;
}
.sales-chatbot .chat-body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
}
.sales-chatbot .chat-message {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.sales-chatbot .chat-message.from-user {
  justify-content: flex-end;
}
.sales-chatbot .chat-message.from-user .message-bubble {
  background: #2754c5;
  color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 20px;
}
.sales-chatbot .chat-message.from-bot .message-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2754c5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.sales-chatbot .chat-message .message-bubble {
  background: #fff;
  border-radius: 20px;
  border-bottom-left-radius: 6px;
  padding: 16px;
  box-shadow: rgba(15, 27, 42, 0.08) 0px 10px 25px;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sales-chatbot .chat-message .message-bubble p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.sales-chatbot .chat-message .message-bubble .message-time {
  font-size: 11px;
  color: rgba(17, 28, 50, 0.55);
  align-self: flex-end;
}
.sales-chatbot .quick-replies {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sales-chatbot .quick-replies button {
  border: none;
  border-radius: 999px;
  padding: 10px 14px;
  background: #2754c5;
  color: #fff;
  font-size: 13px;
  font-family: "Base Bold";
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  justify-content: center;
}
.sales-chatbot .quick-replies button:hover {
  transform: translateY(-1px);
  box-shadow: rgba(39, 84, 197, 0.3) 0px 10px 20px;
}
.sales-chatbot .chat-input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px 20px;
  background: #f5f7ff;
  border-top: 1px solid rgba(15, 27, 42, 0.05);
}
.sales-chatbot .chat-input .chat-text-field {
  flex: 1;
}
.sales-chatbot .chat-input .chat-text-field .mud-input-root {
  border-radius: 999px !important;
  background: #fff;
}
.sales-chatbot .chat-input .send-button {
  background: linear-gradient(135deg, #ffda35, #f9c000);
  color: #0f1b2a;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: rgba(249, 192, 0, 0.4) 0px 12px 24px;
}
.sales-chatbot .chat-input .send-button:disabled {
  opacity: 0.4;
  box-shadow: none;
}
@media (max-width: 768px) {
  .sales-chatbot {
    bottom: 16px;
    right: 16px;
  }
  .sales-chatbot .chat-window {
    width: min(320px, 85vw);
  }
}

@keyframes chatbot-pop {
  from {
    transform: translateY(12px) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.client-section {
  background: #e11 !important;
}
.client-section .slider {
  background: #e11;
}

@media (max-width: 1290px) {
  .mud-container {
    padding: 0 24px;
  }
}
nav .mobile-menu-btn {
  display: none;
}
nav img.logo {
  width: 18vw;
  min-width: 170px;
  max-width: 200px !important;
}

aside.mud-drawer {
  position: fixed !important;
  top: 0;
  display: block;
  width: 300px !important;
  overflow: auto;
  transition: all ease 0.4s;
}
aside.mud-drawer.mud-drawer--closed {
  display: none;
}
aside.mud-drawer .mud-drawer-header {
  padding: 24px !important;
  align-items: center;
  font-family: "Base Bold";
  font-size: 16pt;
}
aside.mud-drawer .mud-drawer-header button {
  position: absolute;
  right: 16px;
  top: 16px;
}
aside.mud-drawer nav .mud-nav-item a.mud-nav-link {
  padding: 16px 24px !important;
  color: #414D5C !important;
  font-size: 16pt;
  font-family: "Base Bold";
}
aside.mud-drawer nav .mud-nav-group button.mud-nav-link {
  padding: 16px 24px;
  font-size: 16pt;
  font-family: "Base Bold";
  align-items: center;
}
aside.mud-drawer nav .mud-nav-group button.mud-nav-link .mud-nav-link-text {
  margin-left: 0 !important;
}
aside.mud-drawer nav .mud-nav-group button.mud-nav-link .mud-nav-link-expand-icon {
  fill: #0258be;
}
aside.mud-drawer nav .mud-nav-group nav .mud-nav-link {
  margin-left: 24px;
  font-size: 12pt;
}

.projects .mobile-only {
  display: none;
}
.projects .image-section {
  min-height: 40em;
  padding-top: 0;
}

.meeting-booking-left {
  border-right: 1px #eee solid;
  padding-right: 24px;
}

@media (max-width: 1160px) {
  .sales-chatbot {
    left: 24px !important;
    right: auto;
  }
  .dropdown-container {
    display: absolute;
    width: 100%;
  }
}
@media (max-width: 1162px) {
  nav .links {
    display: none !important;
  }
  nav .mobile-menu-btn {
    display: block;
    margin-left: 16px;
  }
  nav.header.rested {
    height: auto !important;
  }
  .projects .mud-grid .image-section img {
    width: 100% !important;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .footer-section .mud-container {
    display: block !important;
  }
  .blog-slider__wrp swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 960px) {
  .projects {
    background: #fff !important;
  }
  .projects div.row {
    margin-bottom: 24px;
  }
  .projects .image-section {
    display: none !important;
    min-height: auto;
  }
  .projects img.mobile-only {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .projects .mud-grid-item:not(.image-section) {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .timeline-container {
    padding-left: 0 !important;
  }
  .images-text .text-side:nth-child(2) {
    padding-left: 24px !important;
  }
  .images-text .text-side:nth-child(1) {
    padding-right: 24px !important;
  }
  .section {
    margin: 32px 0 !important;
  }
  .meeting-booking-left {
    padding-right: 0;
    border-right: none;
  }
}
@media (max-width: 770px) {
  .blog-slider {
    padding: 16px;
    margin-bottom: 0 !important;
  }
  .blog-slider .blog-slider__pagination {
    margin-top: -80px;
  }
}
@media (max-width: 700px) {
  .client-successes .img-section {
    display: none !important;
  }
  .client-successes .mud-grid-item.mud-grid-item-sm-7 {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    flex-basis: unset !important;
  }
  .stats-bar {
    flex-wrap: wrap;
    margin-bottom: 32px !important;
  }
  .stats-bar .stat {
    width: 50% !important;
    flex: none !important;
  }
  .stats-bar .stat:nth-child(3) {
    border-left: none !important;
  }
}
@media (max-width: 630px) {
  .footer-section .footer-column {
    width: 50%;
  }
  .mud-timeline-item-content {
    max-width: calc(100% - 40px) !important;
  }
  .mud-timeline-item-content .mud-paper::after, .mud-timeline-item-content .mud-paper::before {
    display: none !important;
  }
  .mud-timeline-item-divider {
    min-width: 40px !important;
  }
  .mud-timeline-vertical.mud-timeline-position-start::before {
    left: 19px;
  }
}
@media (max-width: 600px) {
  .intern-benefits {
    height: 300px !important;
  }
  .images-text .stats-side {
    max-width: 400px !important;
  }
  .images-text .stats-side .top-left, .images-text .stats-side .top-right, .images-text .stats-side .bottom-left, .images-text .stats-side .bottom-right, .images-text .stats-side .top-left-alt, .images-text .stats-side .bottom-right-alt {
    width: 200px !important;
    height: 250px !important;
    border-width: 10px !important;
  }
  .images-text .stats-side .top-right, .images-text .stats-side .bottom-left, .images-text .stats-side .top-right-alt, .images-text .stats-side .bottom-left-alt {
    border: none !important;
  }
  .images-text .stats-side h3 {
    font-size: 18pt;
  }
}
@media (max-width: 520px) {
  nav .action-btn.main-btn {
    display: none;
  }
  h1 {
    font-size: 36pt !important;
  }
  h2 {
    font-size: 30pt !important;
  }
  .mud-container {
    padding: 0 20px;
  }
}
@media (max-width: 450px) {
  .footer-section .footer-column {
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 390px) {
  aside.mud-drawer {
    width: 100% !important;
  }
}
p.center-text {
  text-align: center !important;
}

p.preserve-lines {
  white-space: pre-line;
}

nav.header {
  display: flex;
  align-items: center !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.955);
  height: 95px;
  transition: height 0.5s ease;
  border-bottom: 1px solid #f9f9f9;
  box-shadow: rgba(149, 157, 165, 0.07) 0px 8px 24px;
}
nav.header .global-shadow {
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.01);
  width: 100%;
  left: 0;
  top: 0;
  z-index: -100;
  display: none;
}
nav.header .global-shadow.activated {
  display: block;
}
nav.header img.logo {
  padding: 16px;
  height: 0;
  background-image: url(../img/engi-logo.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 100%;
  padding-bottom: 100px;
}
nav.header .mud-nav-item {
  width: auto !important;
}
nav.header .mud-nav-item.inactive a.active {
  font-weight: 400 !important;
}
nav.header .mud-nav-item:hover .mud-nav-link {
  transform: scale(1.1);
}
nav.header .mud-nav-item .mud-nav-link {
  display: inline-block;
  transition: transform 280ms ease, color 280ms ease;
  transform-origin: center;
}
nav.header .mud-nav-item .mud-nav-link:hover .mud-nav-link-text svg {
  transform: rotate(180deg);
}
nav.header .mud-nav-item .mud-nav-link .mud-nav-link-text {
  display: flex;
}
nav.header .mud-nav-item .mud-nav-link .mud-nav-link-text svg {
  margin-left: 6px;
  margin-top: 1px;
  transition: transform 220ms ease;
}
nav.header a.mud-nav-link {
  color: #222 !important;
  background: none !important;
  font-weight: 500;
  padding: 16px !important;
}
nav.header a.mud-nav-link.active {
  color: #000 !important;
  font-weight: 800 !important;
}
nav.header .mud-button {
  margin-left: 24px;
}
nav.header .menu-item.dropdown-container.hovered .mud-nav-link-text svg {
  transform: rotate(180deg);
}
nav.header .menu-item.dropdown-container.hovered .mud-nav-link {
  transform: scale(1.1);
}

nav.header.rested {
  height: 160px;
  background: none !important;
  border-bottom: none;
  box-shadow: none;
}

nav.header.rested.white-rested img.logo {
  background-image: url(../img/engi-logo-w.png);
}
nav.header.rested.white-rested a.mud-nav-link {
  color: #fff !important;
}
nav.header.rested.white-rested svg {
  color: #fff;
}

.page-container {
  margin-top: 180px;
}

.page-container.with-hero {
  margin-top: 0;
}
.page-container.with-hero .pages-hero {
  position: relative;
  display: flex;
  align-items: center;
}
.page-container.with-hero .pages-hero .shadow {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}
.page-container.with-hero .pages-hero .shadow .mud-container {
  margin-top: 100px;
}
.page-container.with-hero .pages-hero.custom-bg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 70% 55% !important;
}
.page-container.with-hero .pages-hero.dark-hero {
  color: #fff;
}

.home-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home-hero .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.home-hero .shadow {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.home-hero .shadow .hero-inner {
  height: 100%;
  color: #fff;
}
.home-hero .shadow .hero-inner h1 {
  font-size: 44pt;
  line-height: 1.2;
  margin: 10px 0 !important;
  font-weight: 800 !important;
}
.home-hero .shadow .hero-inner h2 {
  color: #aaa;
  font-size: 20pt;
}

.stats-section {
  padding: 24px 0;
}

.stats-bar {
  padding: 24px 12px;
  border-radius: 10px;
  background: #E7E530;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
}
.stats-bar .stat {
  padding: 0 16px;
  border-left: 1px solid #808080;
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
.stats-bar .stat h3 {
  font-family: "Base ExtraBold" !important;
  text-align: center;
}
.stats-bar .stat p {
  text-align: center !important;
  color: #232323;
  width: 100% !important;
}
.stats-bar .stat:first-child {
  border-left: none !important;
}

.contact-details {
  padding: 16px 24px !important;
}
.contact-details .row {
  margin-top: 16px;
  display: flex;
}
.contact-details .row svg {
  margin-right: 16px;
}
.contact-details .row a {
  color: #0F1B2A !important;
}
.contact-details .row a:hover {
  color: #2E7BB8 !important;
}
.contact-details .row span {
  margin: 0 8px;
}

.page-head h5 {
  font-size: 20px;
  font-weight: normal !important;
  margin-bottom: 8px;
}
.page-head h2 {
  font-weight: normal;
  font-size: 36px;
  font-family: "Base Regular" !important;
  color: #414D5C;
  line-height: 1.25;
}
.page-head h2 b {
  font-family: "Base Bold";
}

.app-process-video {
  margin-top: 24px;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
}
.app-process-video .video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.sticky-section .sticky-box {
  position: sticky;
  top: 120px;
  padding: 1rem;
}

.services-column .row {
  padding: 24px;
}
.services-column .row h4 {
  font-size: 20px;
  font-family: "Base Bold";
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  height: 60px;
}
.services-column .row h4 svg {
  width: 50px;
  margin-right: 8px;
  transition: margin ease 1s, width ease 1s;
  border-radius: 10px;
  padding: 10px;
}
.services-column .row p {
  font-size: 16px;
  line-height: 1.6;
}
.services-column .row.active {
  background: #f3f3f3;
}
.services-column .row.active h4 svg {
  margin-right: 20px;
  width: 60px;
  background: #E7E530;
}

.client-successes {
  background: #171717;
  color: #fff;
  padding: 32px 0;
  text-align: left;
}
.client-successes .slider {
  padding: 64px 0;
  text-align: left;
  align-items: center;
  position: relative;
  overflow: hidden;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start !important;
}
.client-successes .slider img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  background: #fff;
  margin-right: 0px;
}
.client-successes .slider div.slider-body {
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-wrap: nowrap;
  gap: 0;
}
.client-successes .slider div.slider-body .slide {
  box-sizing: border-box;
  flex: 0 0 100%;
}
.client-successes .slider button {
  color: #fff;
  border: 2px solid #333333;
  width: 55px !important;
  height: 55px;
  padding: 8px !important;
  min-width: 30px !important;
  border-radius: 50%;
}
.client-successes .slider button:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
}
.client-successes .slider button:nth-child(2n) {
  margin-left: 8px;
}
.client-successes .slider button svg {
  width: 24px;
}

.projects {
  background: #f8f8f8;
}
.projects div.row {
  align-items: center;
}
.projects div.row:nth-child(2n) {
  background: #fff;
  margin-top: 8px;
}
.projects div.row:nth-child(2n) .mud-grid-item:not(.image-section) {
  padding-left: 64px;
}
.projects div.row:nth-child(odd) .mud-grid-item:not(.image-section) {
  padding-right: 64px;
}
.projects .mud-grid {
  display: flex;
  position: relative;
}
.projects .mud-grid a {
  margin-top: 8px;
}
.projects .mud-grid .image-section {
  text-align: center !important;
  justify-content: center;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 50em;
}
.projects .mud-grid .image-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.projects .mud-grid .image-section img {
  width: 100%;
  max-height: 450px;
  border-radius: 12px;
}
.projects p {
  font-size: 13pt;
}

.talk-card {
  min-height: 25em;
  background: radial-gradient(circle at center, #0073e6 0%, #0056b3 70%);
  margin: 64px 0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  color: #fff;
}
.talk-card .inner {
  width: 70%;
  text-align: center;
  padding: 16px;
}
.talk-card .inner .action-btn {
  margin-top: 32px;
}

.faq {
  margin-top: 0 !important;
}
.faq .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
  background-color: none;
  font-family: "Base Bold";
  font-size: 20px;
}
.faq .faqs-panel .mud-expand-panel {
  border-bottom: none !important;
}
.faq .faqs-panel .mud-expand-panel.mud-panel-expanded {
  margin-bottom: 0 !important;
  padding-bottom: 24px;
}
.faq .faqs-panel .mud-expand-panel.mud-panel-expanded svg {
  color: #2E7BB8;
}
.faq .faqs-panel .mud-expand-panel.mud-panel-expanded .mud-expand-panel-header {
  color: #111;
}
.faq .faqs-panel .mud-expand-panel .mud-expand-panel-header {
  padding: 24px !important;
  border-top: 1px solid #ddd;
}
.faq .faqs-panel .mud-expand-panel .mud-expand-panel-header .mud-expand-panel-text {
  color: #414D5C !important;
}
.faq .faqs-panel .mud-expand-panel .mud-expand-panel-content {
  padding: 0 24px;
}

.footer-section {
  padding: 64px 0;
  margin-top: 80px;
}
.footer-section .footer-logo {
  margin-right: 24px;
}
.footer-section a {
  color: #ccc !important;
}
.footer-section a svg {
  width: 45px !important;
  height: 45px;
  padding: 7px;
  background: #fff;
  color: #232323;
  border-radius: 50%;
}
.footer-section a:hover {
  color: #E7E530 !important;
}
.footer-section a:hover svg {
  background: #E7E530;
  color: #000;
}
.footer-section h4 {
  font-size: 16pt;
}
.footer-section h3 {
  font-family: "Base Regular" !important;
}
.footer-section .footer-bottom {
  display: flex !important;
}

.pages-hero {
  min-height: 20em;
  background: url(../img/logo-bg.png) no-repeat;
  background-color: #f8f8f8;
  background-position: 100% 80%;
  background-size: 350px;
  padding: 64px 0;
}

.section {
  margin: 88px 0;
}

.services-section {
  background: #f8f8f8;
  min-height: 32em;
  padding: 64px 0;
}
.services-section .services-list .mud-grid-item {
  display: flex !important;
}
.services-section .services-list .service {
  width: 100%;
  flex: 1;
  display: flex;
}
.services-section .services-list .service a {
  height: 100%;
  flex: 1;
  display: flex;
}
.services-section .services-list .service .card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #f4f4f4;
  flex: 1;
}
.services-section .services-list .service .card h4 {
  font-family: "Base Bold";
  margin-bottom: 8px;
}
.services-section .services-list .service .card p {
  font-size: 11pt;
}
.services-section .services-list .service .card svg {
  width: 80px;
  margin-bottom: 24px;
  color: #9BA7B6;
  padding: 10px;
  border-radius: 10px;
  transition: background 0.2s;
}
.services-section .services-list .service .card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}
.services-section .services-list .service .card:hover svg {
  color: #414D5C;
  background: #E7E530;
}

.images-text .image-side img {
  width: 100%;
  border-radius: 12px;
  height: auto;
}
.images-text .text-side {
  display: flex;
  align-items: center;
}
.images-text .text-side h3 {
  margin-bottom: 12px;
  margin-top: 0 !important;
}
.images-text .text-side:nth-child(2) {
  padding-left: 80px;
}
.images-text .text-side:nth-child(1) {
  padding-right: 80px;
}
.images-text .stats-side {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.images-text .stats-side .top-left {
  transform: translate(20px, 20px);
  width: 250px;
  height: 300px;
  background-color: rgb(133, 184.0543478261, 224.5);
  border: solid 20px rgb(133, 184.0543478261, 224.5);
  border-radius: 24px;
}
.images-text .stats-side .top-left .inner {
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: #2E7BB8;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.images-text .stats-side .top-right {
  transform: translate(-10px, 10px);
  width: 250px;
  height: 300px;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.images-text .stats-side .bottom-left {
  transform: translate(10px, -10px);
  width: 250px;
  height: 300px;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.images-text .stats-side .bottom-right {
  transform: translate(-20px, -20px);
  color: #fff;
  width: 250px;
  height: 300px;
  border: solid 20px rgb(244.2467532468, 243.3506493506, 162.2532467532);
  border-radius: 24px;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: rgb(244.2467532468, 243.3506493506, 162.2532467532);
}
.images-text .stats-side .bottom-right .inner {
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: #E7E530;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  color: #232323;
}
.images-text .stats-side .top-left-alt {
  transform: translate(20px, 20px);
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 250px;
  height: 300px;
  background-color: #2E7BB8;
  border: solid 20px #2E7BB8;
  border-radius: 24px;
}
.images-text .stats-side .top-left-alt .inner {
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: white;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.images-text .stats-side p {
  padding-top: 32px;
  text-align: center !important;
}
.images-text .stats-side .bottom-right-alt {
  transform: translate(-20px, -20px);
  width: 250px;
  height: 300px;
  border: solid 20px #E7E530;
  border-radius: 24px;
  background-color: #E7E530;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.images-text .stats-side .bottom-right-alt .inner {
  display: d-flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  background-color: white;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.images-text .remarks {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 80px;
}
.images-text .remarks p {
  margin-top: 48px;
  text-align: center !important;
}

.impact-head {
  color: white;
  padding-bottom: 24px;
}

.success {
  background-color: #fff;
  padding: 24px;
  max-height: 600px;
}
.success .success-header {
  margin-bottom: 40px;
}
.success .success-header h4 {
  text-align: center;
}
.success .logo-holder {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success .logo-holder img {
  width: 100%;
  max-width: 250px;
  height: unset;
}
.success .list {
  margin-top: 50px;
  padding: 0 8px;
  list-style: none;
}
.success .list li {
  font-size: 13pt;
  display: flex;
  align-items: start;
  margin-bottom: 14px;
}
.success .list li::before {
  height: 10px;
  width: 10px;
  min-width: 10px;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 8px;
  display: block;
  background: #d9d9d9;
  content: "";
}

.all-projects {
  margin-top: 48px;
  padding: 24px;
  background-color: #414D5C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  gap: 8px;
}

.dot {
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
  border-radius: 20%;
}

.footer-section {
  padding: 64px 0;
}
.footer-section a {
  color: #ccc !important;
}
.footer-section a svg {
  width: 45px !important;
  height: 45px;
  padding: 7px;
  background: #fff;
  color: #232323;
  border-radius: 50%;
}
.footer-section a:hover {
  color: #E7E530 !important;
}
.footer-section a:hover svg {
  background: #E7E530;
  color: #000;
}
.footer-section h4 {
  font-size: 16pt;
}
.footer-section h3 {
  font-family: "Base Regular" !important;
}

.gradient-text {
  background: linear-gradient(90deg, #2E7BB8, #E7E530);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Base ExtraBold" !important;
}

.blue-text {
  color: #2E7BB8;
}

.team {
  margin-top: 16px;
}
.team h4 {
  font-family: "Base Bold";
}
.team .row {
  padding: 12px 0;
}
.team img {
  height: 0;
  padding-bottom: 350px;
  width: 100%;
  border-radius: 12px;
}
.team .profile-image {
  width: 100%;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-bottom: 350px;
}

.mud-file-upload input {
  height: 0;
  display: none;
}
.mud-file-upload .mud-paper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.history-section {
  background-color: none;
  align-items: center;
}
.history-section .history-center {
  position: relative;
  width: 850px;
  height: 400px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
  z-index: 2;
}
.history-section .history-center .history-content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-section .history-center .history-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.history-section .history-center .image-wrapper {
  flex: 0 0 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-section .history-center .image-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.history-section .history-center .text-wrapper {
  flex: 0 0 66.6667%;
  display: flex;
  align-items: center;
}
.history-section .history-center .text-inner {
  width: 100%;
}
.history-section .history-center .video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.history-section .history-center .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
}
.history-section .video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.history-section .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
}
.history-section .history-right {
  top: -20px;
  right: -30px;
  height: 350px;
  width: 50px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.history-section .history-left {
  top: -20px;
  right: -30px;
  height: 350px;
  width: 50px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.history-section .history-navigation {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

/*

.partners-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    margin: auto;
}

.partners-row {
    display: flex;
    flex-grow: 1;
    gap: 1rem;
}

.partner-card {
    flex: 1;
    height: 120px;
    background-color: #e0e0e0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.survey-card {
  background: #004bce;
  color: white;
  padding: 2rem;
  border-radius: 16px;
  width: 500px; /* increased width */
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.survey-question {
  font-size: 1.2rem; /* smaller h3 */
  margin-bottom: 1rem;
}

.survey-option {
  display: flex;
  align-items: center;
  border: 2px solid white; /* border around each option */
  border-radius: 12px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.survey-option {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.survey-option input[type=radio] {
  margin-right: 0.75rem;
  transform: scale(1.2); /* slightly larger radio button */
}

.next-button {
  background-color: white;
  color: #004bce;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
}

.submit-button {
  background-color: white;
  color: #004bce;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 1rem auto 2rem auto;
}

.next-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.survey-option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.phone-text {
  font-size: 0.9rem;
  color: #dcdcdc;
  margin-top: 2px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #e0e0e0;
  font-size: 0.95rem;
  margin-top: 4px;
}

.copyable-text {
  user-select: all; /* allows easy manual selection */
}

.contact-info .mud-icon-button {
  padding: 2px;
  margin-left: 4px;
}

.row.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  color: red;
}

.row.header h5 {
  margin: 0;
}

.row.header .time {
  margin-left: 0.75rem;
  color: #cccccc;
  font-size: 0.9rem;
}

/* Inner popup styling for "It's something else" */
.inner-popup {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000; /* higher than main popup */
}

.smaller-card {
  width: 400px;
  background: #004bce;
  color: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.page-container.feature-hero {
  margin-top: 185px !important;
}
.page-container.feature-hero .pages-hero {
  padding: 80px 0px;
  min-height: 21em;
  background: url(../img/logo-bg.png) no-repeat;
  background-color: #f8f8f8;
  background-position: 98% 59%;
  background-size: 350px;
}

.feature-stat {
  padding: 25px 0px;
  margin-top: 75px;
}
.feature-stat .mud-grid {
  width: 100%;
  justify-content: center;
}
.feature-stat .mud-grid-item {
  flex: 0 0 25% !important;
  max-width: 20% !important;
  display: flex;
  justify-content: center;
}
.feature-stat .stat {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #808080;
}
.feature-stat .stat h3 {
  margin: 0;
  text-align: left;
  white-space: nowrap;
}
.feature-stat .stat p {
  margin: 0;
  text-align: right;
}
.feature-stat .mud-grid-item:last-child .stat {
  border-right: none !important;
}

@media (max-width: 768px) {
  .stat {
    flex-direction: column;
    text-align: center;
  }
  .stat h3,
  .stat p {
    text-align: center;
    white-space: normal;
  }
}
.checklist {
  padding-left: 5%;
}
.checklist .row {
  display: flex;
  align-items: center;
  margin: 16px 0;
  font-size: 13pt;
}
.checklist .row svg {
  margin-right: 16px;
  color: #2E7BB8;
}

@keyframes partners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
  /* adjust for your track duplication */
}
.partners-section .slider {
  background: #fff;
  height: 200px;
  margin: 32px auto 0;
  overflow: hidden;
  position: relative;
}
.partners-section .slider::before, .partners-section .slider::after {
  /* replace your mixin if needed */
  content: "";
  position: absolute;
  top: 0;
  height: 200px;
  width: 200px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.partners-section .slider::after {
  right: 0;
  transform: rotateZ(180deg);
}
.partners-section .slider::before {
  left: 0;
}
.partners-section .slider .slide-track {
  display: flex;
  width: max-content;
  animation: partners-scroll 30s linear infinite; /* replace $animationSpeed */
  will-change: transform;
}
.partners-section .slider .slide {
  width: 250px;
  height: 200px;
  display: grid;
  place-items: center;
}
.partners-section .slider .slide img {
  height: auto !important;
  width: 150px;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

.stacked-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.stacked-image img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  border-radius: 8px;
}

.time-slot-selector button {
  width: 100%;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}
.time-slot-selector button.active {
  border: 1px solid #2E7BB8;
  color: #2E7BB8;
  font-weight: 800;
}

.mud-theme-primary {
  color: #414D5C !important;
}

.duration-selector button {
  border: 1px solid #ddd;
  padding: 5px 16px;
  border-radius: 10px;
  margin-right: 6px;
  text-transform: none;
}

.service-timeline {
  background: #f8f8f8;
  padding: 32px 0;
}
.service-timeline .mud-paper.mud-paper-outlined.mud-card {
  border-radius: 10px !important;
  border-color: #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 16px;
}
.service-timeline .mud-paper.mud-paper-outlined.mud-card .button-roww {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.service-timeline .mud-paper.mud-paper-outlined.mud-card h6, .service-timeline .mud-paper.mud-paper-outlined.mud-card h5 {
  font-family: "Base Bold";
  margin-bottom: 14px;
}
.service-timeline .mud-paper.mud-paper-outlined.mud-card h5.mud-typography-h5.mud-typography {
  font-family: "Base Bold" !important;
}
.service-timeline .mud-paper.mud-paper-outlined.mud-card ul li {
  font-size: 11pt;
  margin-bottom: 8px;
  padding-left: 8px;
}

.dropdown-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.company-mega-menu {
  position: absolute;
  top: 100%;
  display: flex;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.2);
  padding: 16px;
  z-index: 2000;
  width: 800px;
  gap: 2rem;
  margin-top: 0px;
}
.company-mega-menu .mega-left {
  flex: 1;
  max-height: 450px;
  overflow: auto;
  padding-right: 16px;
}
.company-mega-menu .mega-left .card-item {
  padding: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  border-radius: 12px;
  position: relative;
  background: #f8f8f8;
  margin-bottom: 8px;
  align-items: center;
}
.company-mega-menu .mega-left .card-item svg {
  width: 50px;
  height: 50px;
  padding: 8px;
  margin-right: 16px;
  transition: all 0.5s ease;
  color: #232323 !important;
}
.company-mega-menu .mega-left .card-item:last-child {
  margin-bottom: 0px;
}
.company-mega-menu .mega-left .card-item:hover {
  background: #fff;
  color: #0258be;
}
.company-mega-menu .mega-left .card-item:hover p {
  color: #232323;
}
.company-mega-menu .mega-left .card-item:hover .arrow {
  display: block !important;
}
.company-mega-menu .mega-left .card-item:hover svg {
  color: #0258be !important;
  width: 60px;
  height: 60px;
}
.company-mega-menu .mega-left .card-item:hover h4 {
  color: #0258be;
}
.company-mega-menu .mega-left .card-item h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.company-mega-menu .mega-left .card-item p {
  color: #555;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  line-height: 1.8;
}
.company-mega-menu .mega-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 250px;
  max-width: 250px;
}
.company-mega-menu .link-item {
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: background 0.2s;
  gap: 3.5rem;
}
.company-mega-menu .link-item:hover {
  background: #E7E530;
  color: #0F1B2A;
}
.company-mega-menu .arrow {
  font-weight: bold;
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 50%;
}

.services-mega-menu {
  max-height: 600px; /* adjust as needed */
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #2E7BB8 transparent;
  /* For WebKit browsers (Chrome, Edge, Safari) */
}
.services-mega-menu::-webkit-scrollbar {
  width: 8px;
}
.services-mega-menu::-webkit-scrollbar-track {
  background: transparent;
}
.services-mega-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
  min-height: 30px;
}
.services-mega-menu::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.animate-fadein {
  animation: fadeIn 0.25s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.intern-benefits {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 400px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.intern-benefits h3 {
  margin-bottom: 8px;
  font-size: 16pt;
}
.intern-benefits p {
  padding-bottom: 24px;
}
.intern-benefits svg {
  margin: 0px 0px 16px 0px;
  height: 80px;
  border-radius: 8%;
}

.intern-roles {
  background: #fff;
  border-radius: 16px;
  padding: 26px;
  height: 216px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.intern-roles p {
  padding-bottom: 24px;
}
.intern-roles h3 {
  margin-bottom: 16px;
  font-size: 17pt;
}

.intern-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.intern-testimonial p {
  text-align: center !important;
  font-size: 11.5pt;
}
.intern-testimonial img {
  border-radius: 50%;
  width: 250px;
  height: 0;
  padding-bottom: 250px;
  margin: 16px 0px 16px 0px;
  background-size: cover !important;
}

.intern-contact {
  background: #fff;
  padding: 48px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.intern-contact h3 {
  padding-bottom: 16px;
}

.images-text ul li {
  margin-bottom: 8px;
  font-size: 13pt;
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease 0.2s, transform 1s ease 0.2s;
  will-change: opacity, transform;
}

.fade-left {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease 0.2s, transform 1s ease 0.2s;
  will-change: opacity, transform;
}

.fade-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease 0.2s, transform 1s ease 0.2s;
  will-change: opacity, transform;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-left.show, .fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

.pages-hero.custom-bg.dark-hero {
  --engiHeroColor: #232323; /* default fallback */
  position: relative;
  min-height: 55em;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* Aurora gradient background */
  background-image: radial-gradient(125% 125% at 50% 0%, #020617 50%, var(--engiHeroColor));
  background-color: #2E7BB8;
  transition: background-image 3s ease-in-out;
  overflow: hidden;
}
