@charset "UTF-8";
/* Typography (px → rem) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
}

p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

progress {
  width: 100%;
  height: 8px;
  appearance: none;
  -webkit-appearance: none;
}

progress::-webkit-progress-bar {
  background-color: #e5e7eb;
  /* light gray */
  border-radius: 100px;
}

progress::-webkit-progress-value {
  background-color: #245C95;
  /* blue */
  border-radius: 100px;
}

progress::-moz-progress-bar {
  background-color: #245C95;
  border-radius: 100px;
}

progress::-webkit-progress-value {
  transition: width 0.4s ease;
}

.page-item.active .page-link {
  background-color: #245C95;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.sec-py {
  --padding-value: 86px;
  padding-block: var(--padding-value);
}
@media (max-width: 769px) {
  .sec-py {
    --padding-value: 40px;
  }
}

.sec-sub-head {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-family: "DM Sans", sans-serif;
  line-height: 1.8;
  color: #5e80a3;
}

.sec-head-title {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.sec-head-4 {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.max-ch-75 {
  max-width: 75ch;
}

.w-full {
  width: 100%;
}

.w-subhalf {
  width: 25%;
}

.w-half {
  width: 50%;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-400 {
  max-width: 400px;
}

.hr {
  width: 100%;
  height: 2px;
  background-color: #f3f3f3;
}

.vr {
  display: block;
  margin-block: auto;
  width: 2px;
  height: 40px;
  background-color: #245C95;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center-x {
  display: flex;
  justify-content: center;
}

.flex-center-y {
  display: flex;
  align-items: center;
}

.fnt-1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
}

.fnt-2 {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem) !important;
}

.fnt-3 {
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem) !important;
}

.fnt-4 {
  font-size: clamp(1rem, 2.5vw, 1.25rem) !important;
}

.fnt-base {
  font-size: clamp(0.875rem, 1.5vw, 1rem) !important;
}

.fnt-base-sm {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem) !important;
}

.fnt-base-xsm {
  font-size: clamp(0.625rem, 1.5vw, 0.75rem) !important;
}

.lh_1 {
  line-height: 1 !important;
}

.lh_1-2 {
  line-height: 1.2 !important;
}

.lh_1-4 {
  line-height: 1.4 !important;
}

.text_primary {
  color: #245C95 !important;
}

.text_gold {
  color: #EFBF04 !important;
}

.text_dark_clr {
  color: #282B27 !important;
}

.text_white {
  color: #fff !important;
}

.text-white-2 {
  color: #F0F0F0 !important;
}

.bg_primary {
  background-color: #245C95;
}

.bg_sec {
  background-color: #f6f9fb;
}

.bg_sec2 {
  background-color: #e9eff5;
}

.bg_pale {
  background-color: #eaeff5 !important;
}

.bg_danger {
  background-color: #f45a52 !important;
}

.bg_success {
  background-color: #267144 !important;
}

.text-para {
  color: #5A5A5A;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
}

.border_white_hvr {
  border: 1px solid transparent !important;
}
.border_white_hvr:hover {
  border: 1px solid #fff !important;
}

.btn_primary {
  border-radius: 8px;
  width: 100%;
  min-width: 155px;
  max-width: 175px;
  padding-block: 10px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  display: inline-block;
  background-color: #245C95 !important;
  color: #fff !important;
}
.btn_primary.full {
  width: 100%;
  max-width: 100%;
}
.btn_primary.sm {
  font-size: clamp(0.625rem, 1.5vw, 0.75rem);
  max-width: max-content;
  padding: 6px 20px;
  min-width: unset;
  border-radius: 4px;
}
.btn_primary.fill {
  background-color: #fff;
  color: #245C95;
}

.btn_primary_outline {
  border-radius: 8px;
  width: 100%;
  min-width: 155px;
  max-width: 175px;
  padding-block: 10px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  border: 1.6px solid #3670BA;
  color: #245C95;
  background-color: transparent;
  padding: 6px 20px;
}
.btn_primary_outline.full {
  width: 100%;
  max-width: 100%;
}
.btn_primary_outline.sm {
  font-size: clamp(0.625rem, 1.5vw, 0.75rem);
  max-width: max-content;
  padding: 6px 20px;
  min-width: unset;
  border-radius: 4px;
}

.btn-swipe-primary,
.btn-swipe-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.btn-swipe-primary .button-circle,
.btn-swipe-outline .button-circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}
.btn-swipe-primary .button-text-container,
.btn-swipe-outline .button-text-container {
  position: relative;
  z-index: 10000;
}

.btn-swipe-primary {
  border-radius: 8px;
  width: 100%;
  min-width: 155px;
  max-width: 175px;
  padding-block: 10px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  background-color: #245C95;
  color: #fff;
  border: 1.6px solid transparent;
  transition: all 0.4s ease;
}
.btn-swipe-primary .button-circle {
  background-color: #18497c;
}
.btn-swipe-primary:hover {
  color: #fff;
}

.btn-swipe-outline {
  border-radius: 8px;
  width: 100%;
  min-width: 155px;
  max-width: 175px;
  padding-block: 10px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  background-color: transparent;
  color: #245C95;
  border: 1.6px solid #3670BA;
  transition: all 0.4s ease;
}
.btn-swipe-outline .button-circle {
  background-color: #245C95;
}
.btn-swipe-outline:hover {
  color: #fff;
}

.web-input {
  --fnt-size: 14px;
}
.web-input label {
  display: block;
  font-size: var(--fnt-size);
  color: #8A8A8A;
  margin-bottom: 8px;
}
.web-input input {
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  padding: 15px 17px;
  color: #5A5A5A;
  width: 100%;
  font-size: var(--fnt-size);
}
.web-input .password-input {
  position: relative;
}
.web-input .password-input .password-toggle {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: var(--fnt-size);
}

.global-input {
  position: relative;
}
.global-input input {
  color: #6A7282;
  border-radius: 8px;
  border: 1px solid #BECFE0;
  padding: 10px 16px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}
.global-input i {
  background-color: transparent;
  color: #6A7282;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.global-select {
  position: relative;
}
.global-select select,
.global-select .select2-container {
  color: #6A7282;
  border-radius: 8px;
  border: 1px solid #BECFE0;
  padding: 10px 16px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  min-width: 160px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
.global-select .select2-container {
  background-color: #fbfbfb;
}
.global-select .select2-selection__rendered {
  padding-left: 0px !important;
  background-color: #fbfbfb;
}
.global-select .select2-selection.select2-selection--single {
  border: none;
}
.global-select i {
  background-color: #fff;
  color: #6A7282;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

input[type=radio] {
  width: 1rem;
  height: 1rem;
}

.switch {
  --outer-size-w: 34px;
  --outer-size-h: 19px;
  --inside-ball: 11px;
  --translate: 14px;
  position: relative;
  display: inline-block;
  width: var(--outer-size-w);
  height: var(--outer-size-h);
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #245C95;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: var(--inside-ball);
  width: var(--inside-ball);
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(var(--translate));
  -ms-transform: translateX(var(--translate));
  transform: translateX(var(--translate));
}

.range_wrap {
  margin-bottom: 2rem;
}
.range_wrap h6 {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  color: #282B27;
}

.range {
  width: 80%;
  color: #fff;
}
.range__content {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  background-color: #6A7282;
}
.range__slider {
  width: 100%;
  height: 6px;
  background-color: var(--first-color-lighten);
  overflow: hidden;
}
.range__slider-line {
  height: 100%;
  background: #245C95;
  width: 0;
}
.range__thumb {
  position: absolute;
  background-color: #245C95;
  border-radius: 10px;
  padding-inline: 4px;
  /* 🔑 Critical fixes */
  pointer-events: none;
  white-space: nowrap;
  min-width: 40px;
  text-align: center;
  transform: translateX(-50%);
}
.range__value-number {
  color: var(--white-color);
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
}
.range__input {
  appearance: none;
  width: 100%;
  height: 16px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.range__input::-webkit-slider-thumb {
  appearance: none;
  width: 32px;
  height: 32px;
}

.animate-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animate-fade-left {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeLeft 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animate-fade-right {
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeRight 0.8s ease-out forwards;
  animation-play-state: paused;
}

.animate-fade-pop {
  opacity: 0;
  transform: scale(0.85);
  animation: popIn 0.4s ease-out forwards;
  animation-play-state: paused;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-11 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.3s;
}

.delay-22 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.5s;
}

.delay-33 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.7s;
}

.delay-44 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 0.9s;
}

.delay-55 {
  animation-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ui-hover-card {
  padding: 1.5rem;
  border-radius: 16px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ui-hover-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.ui-hover-card svg,
.ui-hover-card i {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ui-hover-card:hover svg,
.ui-hover-card:hover i {
  transform: scale(1.12);
  filter: brightness(1.15) saturate(1.1);
}

.explode-circle {
  animation: explode 1.6s forwards;
}

.desplode-circle {
  animation: desplode 1s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    opacity: 0.8;
  }
  100% {
    width: 2000px;
    height: 2000px;
    margin-left: -1000px;
    margin-top: -1000px;
    opacity: 1;
  }
}
@keyframes desplode {
  0% {
    width: 2000px;
    height: 2000px;
    margin-left: -1000px;
    margin-top: -1000px;
    opacity: 1;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    opacity: 0;
  }
}
/* Hide default checkbox */
.custom-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin: 10px;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox box */
.checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #2d6ca5;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
}

/* Checkmark icon (hidden by default) */
.checkmark::after {
  content: "✔";
  /* check mark character */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
  display: none;
}

/* Show checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Hover effect */
.custom-checkbox:hover .checkmark {
  background-color: #1e4f7a;
}

/* Unchecked state */
.custom-checkbox input:not(:checked) ~ .checkmark {
  background-color: #e0e0e0;
}

.custom-checkbox input:not(:checked) ~ .checkmark:after {
  display: none;
}

/* Active/pressed state */
.custom-checkbox:active .checkmark {
  transform: scale(0.95);
}

/* Disabled state */
.custom-checkbox input:disabled ~ .checkmark {
  background-color: #f0f0f0;
  cursor: not-allowed;
  opacity: 0.6;
}

.custom-checkbox input:disabled {
  cursor: not-allowed;
}

/* Label text */
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #333;
}

#campaign-map {
  width: 100%;
  height: 100vh;
  z-index: 9;
}

header.web {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s ease;
  border-bottom: 0.6px solid #C7C7C7;
}
header.web.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  border-bottom-color: transparent;
}
header.web .navbar-brand {
  width: 100%;
  max-width: 100px;
}
header.web .navbar-brand img {
  width: 100%;
}
header.web .navbar-nav .nav-link {
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  padding-bottom: 2px;
  width: fit-content;
  align-self: flex-start;
  color: #282B27;
}
header.web .navbar-nav .nav-link svg {
  width: 20px;
  height: 20px;
  fill: #282B27;
}
header.web .navbar-nav .nav-link svg path {
  transition: fill 0.3s ease;
}
header.web .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: rgba(36, 92, 149, 0.7);
  transition: width 0.3s ease;
}
header.web .navbar-nav .nav-link:hover, header.web .navbar-nav .nav-link.active {
  fill: #5A5A5A;
  color: #245C95;
}
header.web .navbar-nav .nav-link:hover svg path, header.web .navbar-nav .nav-link.active svg path {
  fill: #5A5A5A !important;
}
header.web .navbar-nav .nav-link:hover::after, header.web .navbar-nav .nav-link.active::after {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  header.web .navbar-nav .nav-link.active, header.web .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1199px) {
  header.web .navbar-nav .nav-link {
    color: #fff;
  }
  header.web .navbar-nav .nav-link svg {
    display: none;
    fill: #fff !important;
  }
}
header.web .navbar-nav .dropdown .dropdown-menu {
  position: static !important;
  float: none;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: visible;
  opacity: 1;
  transform: none !important;
  transition: none;
}
header.web .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 0.6rem 2.5rem;
  font-size: 15px;
  font-weight: 500;
  color: #5A5A5A;
  transition: all 0.3s ease;
}
header.web .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(36, 92, 149, 0.05);
  color: #245C95;
  padding-left: 2.8rem;
}
header.web .navbar-nav .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #245C95;
  color: #fff;
}
header.web .navbar-nav .dropdown .dropdown-menu.show {
  display: block;
}
@media (min-width: 1200px) {
  header.web .navbar-nav .dropdown .dropdown-menu {
    position: absolute !important;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px) scaleY(0.95) !important;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 1rem 0;
    transform-origin: top;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: auto;
    margin-top: 0;
  }
  header.web .navbar-nav .dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
  }
  header.web .navbar-nav .dropdown:hover > .nav-link {
    color: #245C95;
  }
  header.web .navbar-nav .dropdown:hover > .nav-link svg path {
    fill: #245C95;
  }
  header.web .navbar-nav .dropdown:hover > .nav-link::after {
    width: 50%;
  }
  header.web .navbar-nav .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scaleY(1) !important;
    pointer-events: auto;
  }
}
header.web .navbar-toggler:focus {
  box-shadow: none;
}
header.web .navbar-toggler:focus-visible {
  box-shadow: 0 0 0 2px;
}
header.web .navbar-toggler i {
  font-size: 24px;
}
header.web .header-client-dropdown {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #5A5A5A;
}
header.web .header-client-dropdown .dropdown-toggle {
  cursor: pointer;
}
@media (min-width: 1200px) {
  header.web .header-client-dropdown .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
}
header.web .header-client-dropdown .client-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
header.web .header-client-dropdown .client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.web .header-notification-dropdown .dropdown-toggle {
  cursor: pointer;
}
header.web .header-notification-dropdown .dropdown-toggle::after {
  display: none;
}
header.web .header-notification-dropdown .notification {
  position: relative;
}
header.web .header-notification-dropdown .notification .count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  border-radius: 50%;
  background-color: #f45a52;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(30%, -50%);
}
header.web .header-notification-dropdown .dropdown-menu {
  width: 320px;
  padding: 0;
  border: none;
  border-radius: 12px;
  overflow: hidden;
}
header.web .header-notification-dropdown .dropdown-menu .dropdown-header {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}
header.web .header-notification-dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
  padding: 0.5rem 1.25rem;
  border-left: 3px solid transparent;
}
header.web .header-notification-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f6f9fb;
}
header.web .header-notification-dropdown .dropdown-menu .dropdown-item .dropdown-toggle::after {
  display: none;
}
header.web .header-notification-dropdown .dropdown-menu .dropdown-item .notification-icon {
  background-color: rgba(36, 92, 149, 0.1);
  color: #245C95;
}
header.web .header-notification-dropdown .dropdown-menu .dropdown-item .notification-icon.bg-light-success {
  background-color: rgba(38, 113, 68, 0.1) !important;
  color: #267144 !important;
}
header.web .header-notification-dropdown .dropdown-menu .dropdown-item .notification-icon.bg-light-info {
  background-color: rgba(23, 162, 184, 0.1) !important;
  color: #17a2b8 !important;
}

.campaign-header #campaignAddress {
  min-width: 300px;
  padding: 10px 16px;
}
@media screen and (max-width: 425px) {
  .campaign-header #campaignAddress {
    min-width: 150px;
  }
}
.campaign-header #dropdownMenuContents {
  max-height: 70vh;
  overflow: scroll;
}

.web-footer {
  z-index: 10;
  position: relative;
  background-color: #ffffff;
  font-family: "Inter", "Poppins", "Segoe UI", sans-serif;
}
.web-footer ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.web-footer a {
  text-decoration: none;
  color: #6b7280;
  font-size: 16px;
  transition: color 0.2s ease;
}
.web-footer a:hover {
  color: #1f2937;
}
.web-footer p {
  color: #6b7280;
  font-size: 16px;
  margin: 0;
}
.web-footer .news-letter-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}
.web-footer .news-letter-wrapper .news-letter {
  background-color: #F5F8FF;
  border-radius: 20px;
  padding: 1rem 3.5rem;
  width: 100%;
  box-shadow: none;
}
.web-footer .news-letter-wrapper .news-letter .bo-left-col {
  display: flex;
  align-items: center;
  padding-block: 4rem;
  padding-left: 0;
}
.web-footer .news-letter-wrapper .news-letter .bo-form-wrapper {
  width: 100%;
}
.web-footer .news-letter-wrapper .news-letter .newsletter-title {
  color: #0c1e35;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-family: "DM Sans", sans-serif;
  font-weight: 450;
  line-height: 1.2;
}
.web-footer .news-letter-wrapper .news-letter .newsletter-subtitle {
  color: #6b7280;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 2rem;
}
.web-footer .news-letter-wrapper .news-letter .newsletter-form {
  margin-top: 0;
}
.web-footer .news-letter-wrapper .news-letter .bo-input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid #e2e5ec !important;
  background-color: #ffffff !important;
  color: #0c1e35 !important;
  font-size: 14px;
  line-height: 1;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s;
}
.web-footer .news-letter-wrapper .news-letter .bo-input::placeholder {
  color: #9aa3b2;
  font-weight: 400;
}
.web-footer .news-letter-wrapper .news-letter .bo-input:focus {
  border-color: #3b82f6 !important;
  box-shadow: none;
}
.web-footer .news-letter-wrapper .news-letter .bo-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #0c1e35 !important;
}
.web-footer .news-letter-wrapper .news-letter .bo-input.is-invalid {
  border-color: #f45a52 !important;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper {
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #e2e5ec;
  background-color: #ffffff;
  padding: 0 14px;
  transition: border-color 0.2s;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper:focus-within {
  border-color: #3b82f6;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper.is-invalid-phone {
  border-color: #f45a52;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper .bo-country {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper .bo-country .bo-country-label {
  font-size: 14px;
  color: #0c1e35;
  font-weight: 500;
  line-height: 1;
  user-select: none;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper .bo-divider {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #e2e5ec;
  margin: 0 12px;
  flex-shrink: 0;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper input[type=tel] {
  flex: 1;
  border: none !important;
  background: transparent !important;
  height: 100%;
  padding: 0 !important;
  font-size: 14px;
  color: #0c1e35;
  outline: none;
  box-shadow: none;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper input[type=tel]::placeholder {
  color: #9aa3b2;
}
.web-footer .news-letter-wrapper .news-letter .bo-phone-wrapper input[type=tel]:focus {
  outline: none;
  box-shadow: none;
}
.web-footer .news-letter-wrapper .news-letter .bo-submit-btn {
  display: block;
  width: 100%;
  height: 44px;
  background-color: #245C95;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  letter-spacing: 0.01em;
}
.web-footer .news-letter-wrapper .news-letter .bo-submit-btn:hover {
  background-color: #2d5bb8;
}
.web-footer .news-letter-wrapper .news-letter .bo-submit-btn:focus {
  outline: none;
  box-shadow: none;
}
.web-footer .news-letter-wrapper .news-letter .bo-right-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.web-footer .news-letter-wrapper .news-letter .image-collage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.web-footer .news-letter-wrapper .news-letter .image-collage .img-box {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.web-footer .news-letter-wrapper .news-letter .image-collage .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.web-footer .footer-main {
  padding-top: 60px;
  padding-bottom: 45px;
}
.web-footer .footer-main .footer-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 56px;
  padding-right: 56px;
  box-sizing: border-box;
}
.web-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.9fr 0.9fr 0.8fr;
  column-gap: 50px;
  align-items: start;
}
.web-footer .footer-col {
  min-width: 0;
}
.web-footer .footer-col.footer-col-brand .footer-logo {
  margin-bottom: 28px;
}
.web-footer .footer-col.footer-col-brand .footer-logo img {
  width: 80px;
  height: auto;
  display: block;
}
.web-footer .footer-col.footer-col-brand .footer-brand-name {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  font-family: "Inter", "Poppins", "Segoe UI", sans-serif;
  margin: 0 0 18px 0;
  line-height: 1.3;
}
.web-footer .footer-col.footer-col-brand .footer-desc {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 290px;
  font-family: "Inter", sans-serif;
}
.web-footer .footer-head {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 500;
  color: #1f2937;
  font-family: "Inter", "Poppins", "Segoe UI", sans-serif;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.web-footer .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-weight: 350;
}
.web-footer .footer-contact-list li:last-child {
  margin-bottom: 0;
}
.web-footer .footer-contact-list li .footer-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.web-footer .footer-contact-list li .footer-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.web-footer .footer-contact-list li .footer-contact-text {
  color: #6b7280;
  font-size: 16px;
  word-break: break-word;
}
.web-footer .footer-links li:last-child {
  margin-bottom: 0;
}
.web-footer .footer-links li a {
  color: #6b7280;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  transition: color 0.2s ease;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
  font-family: "Inter", sans-serif;
}
.web-footer .footer-links li a:hover {
  color: #1f2937;
}
.web-footer .footer-store-badges {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.web-footer .store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #000000;
  width: 160px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.web-footer .store-badge:hover {
  background-color: #1a1a1a;
}
.web-footer .store-badge i {
  font-size: 22px;
}
.web-footer .store-badge .ri-apple-fill {
  color: #ffffff;
}
.web-footer .store-badge .ri-google-play-line {
  color: #ffffff;
}
.web-footer .store-badge div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.web-footer .store-badge .store-badge-sub {
  font-size: 11px;
  color: #ffffff;
}
.web-footer .store-badge .store-badge-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.web-footer .footer-bottom {
  padding: 0;
}
.web-footer .footer-bottom .footer-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 56px;
  padding-right: 56px;
  box-sizing: border-box;
}
.web-footer .footer-bottom-divider {
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
  border: none;
  margin-top: 55px;
  margin-bottom: 0;
}
.web-footer .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
}
.web-footer .footer-copyright {
  color: #9ca3af;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  margin: 0;
  font-family: "Inter", sans-serif;
}
.web-footer .footer-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.web-footer .footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.web-footer .footer-social-icons a:hover {
  opacity: 0.7;
}
.web-footer .footer-social-icons a svg {
  display: block;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 992px) {
  .web-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
  }
  .web-footer .footer-col-brand {
    grid-column: 1/-1;
  }
  .web-footer .footer-col-brand .footer-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .web-footer {
    margin-top: 5rem;
  }
  .web-footer .footer-main {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .web-footer .footer-main .footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .web-footer .footer-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .web-footer .footer-col-brand .footer-logo img {
    width: 72px;
  }
  .web-footer .footer-col-brand .footer-desc {
    max-width: 100%;
  }
  .web-footer .footer-bottom .footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .web-footer .footer-bottom-divider {
    margin-top: 40px;
  }
  .web-footer .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .web-footer .news-letter-wrapper .news-letter {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .web-footer .news-letter-wrapper .news-letter {
    padding: 2.5rem 2.5rem;
  }
  .web-footer .news-letter-wrapper .news-letter .bo-right-col {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .web-footer {
    margin-top: 0;
  }
  .web-footer .news-letter-wrapper .news-letter {
    padding: 2rem 1.5rem;
  }
  .web-footer .news-letter-wrapper .news-letter .bo-left-col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .web-footer .news-letter-wrapper .news-letter .bo-right-col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    padding-left: 0 !important;
    margin-top: 2.5rem;
  }
  .web-footer .news-letter-wrapper .news-letter .image-collage {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}

.terms-page {
  background-color: #fff;
}
.terms-page .terms-header {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
.terms-page .terms-header h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #1E2939;
  line-height: 1.2;
  margin-bottom: 15px;
}
.terms-page .terms-header p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #8A8A8A;
  margin: 0;
}
.terms-page .terms-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 55px 40px 60px;
  font-family: "Inter", sans-serif;
}
.terms-page .terms-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 100%;
  color: #1E2939;
  margin-bottom: 25px;
}
.terms-page .terms-content h4 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #1E2939;
  margin-bottom: 32px;
  line-height: 100%;
}
.terms-page .terms-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 25px;
  margin-bottom: 16px;
  max-width: 920px;
}
.terms-page .terms-content p:last-child {
  margin-bottom: 0;
}
.terms-page .terms-content ul {
  padding-left: 32px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.terms-page .terms-content ul li {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 34px;
}
.terms-page .terms-content .terms-section {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.terms-page .terms-content .terms-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.terms-page .terms-content .terms-section-wide-gap {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.terms-page .terms-content .terms-section-wide-gap h4 {
  margin-bottom: 25px;
}
.terms-page .terms-content .terms-section-wide-gap:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .terms-page .terms-header {
    padding: 40px 30px 0;
  }
  .terms-page .terms-content {
    padding: 55px 30px 60px;
  }
  .terms-page .terms-content h1 {
    font-size: 44px;
  }
  .terms-page .terms-content h3 {
    font-size: 36px;
  }
  .terms-page .terms-content h4 {
    font-size: 34px;
  }
  .terms-page .terms-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .terms-page .terms-content ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .terms-page .terms-header {
    padding: 30px 24px 0;
  }
  .terms-page .terms-header h1 {
    font-size: 34px;
  }
  .terms-page .terms-header p {
    font-size: 13px;
  }
  .terms-page .terms-content {
    padding: 40px 24px 50px;
  }
  .terms-page .terms-content h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .terms-page .terms-content h4 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .terms-page .terms-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .terms-page .terms-content ul {
    padding-left: 24px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .terms-page .terms-content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .terms-page .terms-content .terms-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .terms-page .terms-content .terms-section-wide-gap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .terms-page .terms-content .terms-section-wide-gap h4 {
    margin-bottom: 28px;
  }
}

.privacy-page {
  background-color: #fff;
}
.privacy-page .privacy-header {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
.privacy-page .privacy-header h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #1E2939;
  line-height: 1.2;
  margin-bottom: 15px;
}
.privacy-page .privacy-header p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #8A8A8A;
  margin: 0;
}
.privacy-page .privacy-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 55px 40px 60px;
  font-family: "Inter", sans-serif;
}
.privacy-page .privacy-content h3 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 100%;
  color: #1E2939;
  margin-bottom: 25px;
}
.privacy-page .privacy-content h4 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #1E2939;
  margin-bottom: 32px;
  line-height: 100%;
}
.privacy-page .privacy-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 25px;
  margin-bottom: 16px;
  max-width: 920px;
}
.privacy-page .privacy-content p:last-child {
  margin-bottom: 0;
}
.privacy-page .privacy-content ul {
  padding-left: 32px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.privacy-page .privacy-content ul li {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 34px;
}
.privacy-page .privacy-content .privacy-section {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.privacy-page .privacy-content .privacy-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .privacy-page .privacy-header {
    padding: 40px 30px 0;
  }
  .privacy-page .privacy-content {
    padding: 55px 30px 60px;
  }
  .privacy-page .privacy-content h1 {
    font-size: 44px;
  }
  .privacy-page .privacy-content h3 {
    font-size: 36px;
  }
  .privacy-page .privacy-content h4 {
    font-size: 34px;
  }
  .privacy-page .privacy-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .privacy-page .privacy-content ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page .privacy-header {
    padding: 30px 24px 0;
  }
  .privacy-page .privacy-header h1 {
    font-size: 34px;
  }
  .privacy-page .privacy-header p {
    font-size: 13px;
  }
  .privacy-page .privacy-content {
    padding: 40px 24px 50px;
  }
  .privacy-page .privacy-content h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .privacy-page .privacy-content h4 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .privacy-page .privacy-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .privacy-page .privacy-content ul {
    padding-left: 24px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .privacy-page .privacy-content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .privacy-page .privacy-content .privacy-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.hero-sec {
  position: relative;
}
.hero-sec .form-sec-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .hero-sec .form-sec-wrap {
    display: flex;
    justify-content: center;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-sec .form-sec-wrap.join-hero {
    top: 50%;
  }
}
.hero-sec .rating {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-sec .rating .user-img {
  display: flex;
  align-items: center;
  justify-content: start;
}
.hero-sec .rating .user-img figure {
  overflow: hidden;
  width: 2.3rem;
  border-radius: 50%;
  border: 3px solid white;
  margin-right: -10px;
}
.hero-sec .rating .user-img figure img {
  width: 100%;
}
.hero-sec .rating .stars {
  color: #FEC84B;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}
.hero-sec .rating .base {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}
.hero-sec .form-sec {
  max-width: 500px;
}
.hero-sec .form-sec .search-form {
  display: flex;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  box-shadow: 0 0 15px 0 rgba(36, 92, 149, 0.1);
  border: 1px solid #d3deea;
}
.hero-sec .form-sec .search-form:focus-within {
  border: 2px solid #282B27;
}
.hero-sec .form-sec .search-form input {
  border: none;
  background-color: transparent;
  padding-left: 12px;
  width: 100%;
  height: 100%;
}
.hero-sec .form-sec .search-form input:focus {
  outline: none;
  box-shadow: none;
}
.hero-sec .form-sec p {
  color: #6A7282;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}
.hero-sec .decor {
  padding: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.hero-sec .decor img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero-sec .decor {
    max-width: 600px;
    margin-inline: auto;
  }
}
.hero-sec #hero_sec_carosel {
  background-color: #94afca;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
.hero-sec #hero_sec_carosel .owl-stage,
.hero-sec #hero_sec_carosel .owl-stage-outer,
.hero-sec #hero_sec_carosel .owl-item {
  height: 100%;
}
.hero-sec .image-sec {
  height: 100%;
}
.hero-sec .image-sec img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-sec .image-sec .main-image {
  max-width: 500px;
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 9999;
  bottom: -30px;
  left: 60px;
}
.hero-sec .image-sec .main-image img {
  width: 100%;
  height: 100%;
}
.hero-sec .image-sec .site-title h1 {
  font-family: "DM Sans", sans-serif;
  position: absolute;
  top: 110px;
  right: 120px;
  color: #000;
  font-size: clamp(2.5rem, 5vw, 3rem);
  max-width: 12ch;
  line-height: 1.17;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .hero-sec .image-sec .site-title h1 {
    right: 5%;
  }
}
.hero-sec .image-sec .site-title .decor {
  position: absolute;
  top: 264px;
  right: 134px;
  width: 100px;
  height: 13px;
}
.hero-sec .image-sec .site-title .decor img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hero-sec .image-sec .site-title .decor {
    right: 29px;
  }
}
@media screen and (max-width: 768px) {
  .hero-sec .image-sec .site-title .decor {
    top: 236px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-sec .image-sec {
    height: 500px;
    width: 100%;
  }
}

.stats-carosel {
  background-color: #f5f8ff;
}

.stat {
  font-family: "Inter", sans-serif;
  padding: 44px;
  background-color: #f5f8ff;
  text-align: center;
  border-radius: 16px;
}
.stat.a {
  background-color: #EFF6FF;
}
.stat.b {
  background-color: #FAF5FF;
}
.stat.c {
  background-color: #ECFDF5;
}
.stat h3 {
  color: #282B27;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
}
.stat p {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 400;
  color: #8A8A8A;
}
.stat:hover {
  box-shadow: unset;
}

.marquee {
  background: #3670BA;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 0;
}

.marquee-track {
  display: inline-flex;
  width: max-content;
  will-change: transform;
}

.marquee-track span {
  padding: 0 3rem;
  font-size: 0.9rem;
}

.why {
  font-family: "Inter", sans-serif;
  padding: 44px;
  background-color: #f5f8ff;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.0509803922);
}
.why .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-inline: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.why .icon i {
  font-size: 2rem;
}
.why.a .icon {
  background-color: #DAE7FF;
  color: #155DFC;
}
.why.b .icon {
  background: #F0DFFF;
  color: #9810FA;
}
.why.c .icon {
  background: #D5F3E7;
  color: #009966;
}
.why.a {
  background-color: #EFF6FF;
}
.why.b {
  background-color: #FAF5FF;
}
.why.c {
  background-color: #ECFDF5;
}
.why h4 {
  color: #282B27;
  font-weight: 500;
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
}
.why p {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 400;
  color: #8A8A8A;
}
.why p::after {
  content: "";
  border-radius: 100px;
  height: 4px;
  width: 86px;
  display: block;
  margin-inline: auto;
  margin-top: 30px;
  background-color: #51A2FF;
}
.why.a p::after {
  background-color: #51A2FF;
}
.why.b p::after {
  background-color: #C27AFF;
}
.why.c p::after {
  background-color: #00D492;
}
.why:hover {
  box-shadow: unset;
}

.about-us svg {
  width: 80px;
  height: 80px;
  stroke: #245C95;
}
.about-us .about-bg {
  width: 78%;
  aspect-ratio: 13/5;
  position: absolute;
  bottom: -514px;
  overflow: hidden;
  border-radius: 12px;
}
.about-us .about-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-us .about-us-content {
  position: absolute;
  bottom: -617px;
  right: 0;
  width: 100%;
}
.about-us .about-us-content .content {
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 760px;
  box-shadow: 24px 15px 35px 0 rgba(64, 64, 64, 0.1);
}
@media screen and (max-width: 992px) {
  .about-us {
    margin-bottom: 0;
  }
  .about-us .stats-wrap {
    padding-bottom: 40px;
  }
}

.why-choose-us {
  position: relative;
}
.why-choose-us .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f6f9fb;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}
.why-choose-us .icon i {
  font-size: 24px;
  color: #245C95;
}
.why-choose-us .img-sec {
  width: 100%;
  position: relative;
}
.why-choose-us .img-sec img {
  right: 0;
  width: 100%;
  height: 100%;
}
.why-choose-us .img-sec .decor {
  height: 200px;
  width: 200px;
  left: 10px;
  top: 0;
  transform: translateY(-60%);
  position: absolute;
}

.how-we-work-section {
  background: #fff;
  padding: 3rem 2rem;
}
.how-we-work-section .section-title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 500;
  color: #101828;
  font-family: "DM Sans", sans-serif;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.how-we-work-section .how-inner {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  min-height: 460px;
}
.how-we-work-section .how-inner .how-image-side {
  flex: 0 0 38%;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  height: 100%;
  border-radius: 8px;
  border-top-right-radius: 120px;
  background: #eaeff5;
}
.how-we-work-section .how-inner .how-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.how-we-work-section .how-inner .how-steps-side {
  flex: 1;
  padding: 2rem 1.75rem;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-we-work-section .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.how-we-work-section .step-item {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.how-we-work-section .step-item:last-child .step-line {
  display: none;
}
.how-we-work-section .step-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
}
.how-we-work-section .step-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #F0F5FC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.how-we-work-section .step-icon-wrap i {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #245C95;
}
.how-we-work-section .step-line {
  width: 1.5px;
  background: rgba(36, 92, 148, 0.3);
  flex: 1;
  margin-top: 0;
}
.how-we-work-section .step-text {
  flex: 1;
  padding-bottom: 1.5rem;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
}
.how-we-work-section .step-text h6 {
  color: #1E2939;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 400;
  color: #1E2939;
  margin-bottom: 6px;
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  line-height: 1.3;
}
.how-we-work-section .step-text p {
  color: #5A5A5A;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .how-we-work-section .how-inner {
    flex-direction: column;
  }
  .how-we-work-section .how-image-side {
    flex: unset;
    height: 260px;
    min-height: unset;
    border-top-right-radius: 8px;
  }
  .how-we-work-section .how-steps-side {
    padding: 1.5rem 1.25rem;
  }
}

.how-it-works .index-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #245C95;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  flex-shrink: 0;
}
.how-it-works .decor {
  height: 2px;
  background-repeat: repeat;
  background-size: 60%;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  z-index: -1;
}

.blogs-sec-home .hb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.blogs-sec-home .hb-featured {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blogs-sec-home .hb-featured__img {
  width: 100%;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.blogs-sec-home .hb-featured__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blogs-sec-home .hb-featured:hover .blogs-sec-home .hb-featured__img img {
  transform: scale(1.03);
}
.blogs-sec-home .hb-featured__title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #101828;
  line-height: 1.45;
  margin: 0 0 0.6rem;
}
.blogs-sec-home .hb-stack {
  display: grid;
  grid-template-rows: 1fr 1.5fr;
  gap: 0;
  height: 100%;
}
.blogs-sec-home .hb-card {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1rem;
  align-items: start;
  text-decoration: none;
  color: inherit;
  padding: 1.25rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.blogs-sec-home .hb-card:first-child {
  padding-top: 0;
}
.blogs-sec-home .hb-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blogs-sec-home .hb-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
}
.blogs-sec-home .hb-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blogs-sec-home .hb-card:hover .blogs-sec-home .hb-card__img img {
  transform: scale(1.04);
}
.blogs-sec-home .hb-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.blogs-sec-home .hb-card__title {
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #101828;
  line-height: 1.35;
  margin: 0 0 0.4rem;
  overflow: hidden;
}
.blogs-sec-home .hb-readmore {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #245C95;
  text-decoration: none;
  margin-top: 12px;
}
.blogs-sec-home .hb-readmore i {
  transition: transform 0.2s ease;
}
.blogs-sec-home .hb-readmore:hover i {
  transform: translate(2px, -2px);
}
@media (max-width: 991px) {
  .blogs-sec-home .hb-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .blogs-sec-home .hb-featured__img {
    height: 220px;
  }
  .blogs-sec-home .hb-stack {
    grid-template-rows: auto auto;
    height: auto;
  }
}
@media (max-width: 576px) {
  .blogs-sec-home .hb-featured__img {
    height: 190px;
  }
  .blogs-sec-home .hb-featured__title {
    font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  }
  .blogs-sec-home .hb-card {
    grid-template-columns: 90px 1fr;
    gap: 0.75rem;
  }
}

.what-you-need-section {
  background: #f5f8ff;
  padding: 5rem 0;
}
.what-you-need-section .section-head {
  margin-bottom: 3rem;
  font-family: "DM Sans", sans-serif;
}
.what-you-need-section .section-head__title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 500;
  color: #1E2939;
  margin-bottom: 0.6rem;
}
.what-you-need-section .section-head__sub {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #8A8A8A;
  margin: 0;
}
.what-you-need-section .need-card {
  background: #fff;
  border-radius: 14px;
  padding: 2.5rem 1.75rem 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  box-shadow: 0 2px 12px rgba(36, 92, 149, 0.06);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.what-you-need-section .need-card:hover {
  box-shadow: 0 8px 32px rgba(36, 92, 149, 0.13);
  transform: translateY(-3px);
}
.what-you-need-section .need-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(145.66deg, #6A9FE0 0%, #3670BA 47.6%, #2A5FA3 95.2%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.what-you-need-section .need-card__icon i {
  font-size: 24px;
  color: #fff;
}
.what-you-need-section .need-card__title {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  margin-bottom: 0.85rem;
}
.what-you-need-section .need-card__text {
  color: #5A5A5A;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: "Inter", sans-serif;
  color: #667085;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}
.what-you-need-section .need-card__accent {
  width: 38px;
  height: 3px;
  background: #3670BA;
  border-radius: 2px;
  margin-top: 1.75rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .what-you-need-section .row {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .what-you-need-section {
    padding: 3.5rem 0;
  }
  .what-you-need-section .section-head__title {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  }
  .what-you-need-section .need-card {
    padding: 2rem 1.5rem 1.5rem;
  }
}

.get-app-section {
  overflow: hidden;
  padding-block: 4rem;
  padding-bottom: 3rem;
}
.get-app-section .wrap {
  background: #3670BA;
  padding-inline: 3.5rem;
  border-radius: 24px;
}
.get-app-section .get-app__content {
  padding: 1rem 0;
}
.get-app-section .get-app__title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.15;
}
.get-app-section .get-app__sub {
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  line-height: 1.5;
}
.get-app-section .get-app__btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.get-app-section .app-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  background: #282B27;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  min-width: 148px;
}
.get-app-section .app-btn:hover {
  background: rgb(20.0975609756, 21.6048780488, 19.5951219512);
  transform: translateY(-2px);
  color: #fff;
}
.get-app-section .app-btn i {
  font-size: 26px;
  flex-shrink: 0;
}
.get-app-section .app-btn__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.get-app-section .app-btn__small {
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.get-app-section .app-btn__big {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.get-app-section .app-btn--google {
  background: #1a1a2e;
}
.get-app-section .app-btn--google:hover {
  background: rgb(37.05, 37.05, 65.55);
}
.get-app-section .get-app__mockup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.get-app-section .get-app__mockup img {
  max-width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
}
.get-app-section .get-app__mockup:has(img[src="assets/images/front/app-mockup.png"]:not([naturalWidth])),
.get-app-section .get-app__mockup .mockup-placeholder {
  width: 100%;
  min-height: 320px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(255, 255, 255, 0.25);
}
.get-app-section .get-app__mockup:has(img[src="assets/images/front/app-mockup.png"]:not([naturalWidth])) i,
.get-app-section .get-app__mockup .mockup-placeholder i {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 991px) {
  .get-app-section {
    padding: 3rem 0 0;
  }
  .get-app-section .get-app__content {
    text-align: center;
    padding-bottom: 2rem;
  }
  .get-app-section .get-app__btns {
    justify-content: center;
  }
  .get-app-section .get-app__mockup {
    justify-content: center;
    margin-top: 1rem;
  }
  .get-app-section .get-app__mockup img {
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .get-app-section .get-app__title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
  }
  .get-app-section .get-app__sub {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
  }
  .get-app-section .app-btn {
    width: 100%;
    justify-content: center;
  }
  .get-app-section .get-app__btns {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .about-us .about-bg {
    bottom: -411px;
  }
}
@media screen and (max-width: 1023px) {
  .about-us .about-bg {
    width: 100%;
    bottom: -411px;
  }
}
@media screen and (max-width: 993px) {
  .how-it-works .decor {
    transform: rotate(90deg);
    left: -129px;
    top: 179px;
    width: 50%;
    background-size: 60%;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works .decor {
    display: none;
  }
  .about-us .about-bg {
    aspect-ratio: 3/2;
    width: 100%;
    bottom: -411px;
  }
}
@media screen and (max-width: 426px) {
  .how-it-works .decor {
    display: block;
    left: -147px;
    top: 206px;
    width: 92%;
  }
}
@media screen and (max-width: 425px) {
  .how-it-works .decor {
    display: none;
  }
  .about-us .about-bg {
    bottom: -350px;
  }
}
@media screen and (max-width: 376px) {
  .about-us .about-bg {
    display: none;
  }
  .about-us .about-us-content {
    bottom: -639px;
  }
}
.new-sec .para {
  color: #5A5A5A;
}

header.auth {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}

.auth-title {
  font-size: 28px;
  color: #245C95;
  font-weight: 600;
}

.auth-btn {
  display: inline-block;
  padding: 11px;
  min-width: 80px;
  text-decoration: none;
  color: #245C95;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  text-align: center;
}
.auth-btn.active {
  color: #fff;
  background-color: #245C95;
}

.site-logo {
  padding: 24px 34px;
  background-color: #fff;
}
.site-logo img {
  width: 78px;
}

.site-logo {
  position: relative;
  display: inline-block;
}

.site-logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .site-logo::after {
    display: none;
  }
}

.auth-sec {
  height: 100vh;
  font-size: 14px;
}
.auth-sec .wrap {
  height: 100vh;
}
.auth-sec figure.right {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.auth-sec figure.right img {
  width: 100%;
  height: 100%;
}
.auth-sec .login-form {
  max-width: 660px;
  padding: 0px 68px;
}
.auth-sec .fortget-password {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .auth-sec {
    padding-block: 150px;
  }
  .auth-sec .login-form {
    margin-inline: auto;
  }
  .auth-sec .wrap {
    height: unset;
  }
}
@media screen and (max-width: 426px) {
  .auth-sec .login-form {
    padding-inline: 40px;
  }
}

.success-img {
  width: 170px;
  height: 170px;
}
.success-img img {
  width: 100%;
  height: 100%;
}

.otp-input-wrapper {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
  color: #333;
}

.otp-input:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.otp-input:hover {
  border-color: #b0b0b0;
}

.otp-input.filled {
  border-color: #4a90e2;
  background-color: #f8fbff;
}

.otp-input.error {
  border-color: #dc3545;
  animation: shake 0.3s;
}

/* Responsive design */
@media (max-width: 576px) {
  .otp-input {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .otp-input-wrapper {
    gap: 8px;
  }
}
.job-benefits-sec {
  background: #fff;
  text-align: center;
}
.job-benefits-sec .jb-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #101828;
}
.job-benefits-sec .jb-connector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.75rem;
}
.job-benefits-sec .jb-connector__item {
  display: flex;
  align-items: center;
}
.job-benefits-sec .jb-connector__circle {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #3670BA;
  color: #fff;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.job-benefits-sec .jb-connector__line {
  flex: 1;
  height: 1.5px;
  width: 100%;
  background: linear-gradient(90deg, #F4F4F4 0%, #ACB7CA 50%, #F4F4F4 100%);
}
.job-benefits-sec .jb-connector__line--left, .job-benefits-sec .jb-connector__line--right {
  background: transparent;
}
.job-benefits-sec .jb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
  align-items: start;
}
.job-benefits-sec .jb-item__title {
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  margin: 0 0 0.6rem;
}
.job-benefits-sec .jb-item__text {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: "DM Sans", sans-serif;
  color: #6A7282;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .job-benefits-sec {
    text-align: start;
  }
  .job-benefits-sec .jb-connector {
    display: none;
  }
  .job-benefits-sec .jb-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .job-benefits-sec .jb-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  .job-benefits-sec .jb-item::before {
    content: attr(data-step);
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #3670BA;
    color: #fff;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    font-weight: 700;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.you_need_sec {
  background-color: #f5f8ff;
}
.you_need_sec .right-img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.you_need_sec .right-img img {
  width: 100%;
  height: 100%;
}
.you_need_sec .instructions {
  align-items: center;
  font-family: "DM Sans", sans-serif;
}
.you_need_sec .instructions .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 8px;
  margin-inline: auto;
  margin-bottom: 14px;
}
.you_need_sec .instructions .icon i {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  display: block;
}
.you_need_sec .instructions .icon.a {
  background-color: #e2f0fc;
  color: #0084D1;
}
.you_need_sec .instructions .icon.b {
  background-color: #f6ebeb;
  color: #F54900;
}
.you_need_sec .instructions .icon.c {
  background-color: #e2f1f3;
  color: #009966;
}
.you_need_sec .instructions .icon.d {
  background-color: #ece8ff;
  color: #7F22FE;
}
.you_need_sec .instructions .icon.e {
  background-color: #f5e5f0;
  color: #EC003F;
}
.you_need_sec .instructions .icon.f {
  background-color: #f6f4ef;
  color: #FBC02D;
}

.tips_registration_sec {
  text-align: center;
}
.tips_registration_sec .tips figure {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-inline: auto;
  width: 6rem;
  height: 6rem;
}
.tips_registration_sec .tips figure i {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
}
.tips_registration_sec .tips figure.blue {
  background-color: #dbedf8;
}
.tips_registration_sec .tips figure.blue i {
  color: #0084D1;
}
.tips_registration_sec .tips figure.orange {
  background-color: #f0ddfe;
}
.tips_registration_sec .tips figure.orange i {
  color: #9810FA;
}
.tips_registration_sec .tips figure.pink i {
  color: #EC003F;
}
.tips_registration_sec .tips figure.pink {
  background-color: #fcdbe4;
}
.tips_registration_sec .tips figure.purple i {
  color: #BB4D00;
}
.tips_registration_sec .tips figure.purple {
  background-color: #f5e6db;
}
.tips_registration_sec .tips figure.skin i {
  color: #009966;
}
.tips_registration_sec .tips figure.skin {
  background-color: #dbf0e9;
}
.tips_registration_sec .tips h4 {
  font-family: "DM Sans", sans-serif;
  margin-block: 15px;
}
.tips_registration_sec .tips p {
  font-family: "Inter", sans-serif;
  color: #667085;
  color: #5A5A5A;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}

.faq-sec {
  --faq-primary-bg: #f0f5fc;
  --text-primary: #000;
  font-family: "DM Sans", sans-serif;
}
.faq-sec .faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.faq-sec {
  /* FAQ Title */
}
.faq-sec .faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 3rem;
}
.faq-sec {
  /* Accordion Customization */
}
.faq-sec .accordion {
  border-radius: 0;
}
.faq-sec .accordion-item {
  background-color: transparent;
  border: 1px solid #E5E7EB;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 1rem;
  border-radius: 8px;
}
.faq-sec {
  /* Accordion Button */
}
.faq-sec .accordion-button {
  background-color: transparent;
  color: #555555;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.5rem 2rem;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}
.faq-sec .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 1px solid #ffe4cc;
}
.faq-sec .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq-sec {
  /* Remove default arrow */
}
.faq-sec .accordion-button::after {
  display: none;
}
.faq-sec {
  /* Custom Plus Icon */
}
.faq-sec .accordion-icon {
  position: absolute;
  right: 2rem;
  font-size: 1.25rem;
  color: var(--text-primary);
  transition: transform 0.3s ease;
  font-weight: 600;
}
.faq-sec .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(45deg);
}
.faq-sec .accordion-button.collapsed .accordion-icon {
  transform: rotate(0deg);
  color: var(--text-primary);
}
.faq-sec {
  /* Accordion Body */
}
.faq-sec .accordion-body {
  padding: 0 2rem 2rem 2rem;
  color: #6A7282;
  font-size: 1rem;
  line-height: 1.7;
}
.faq-sec .accordion-body p {
  margin-bottom: 1rem;
}
.faq-sec .accordion-body ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.faq-sec .accordion-body ul li {
  margin-bottom: 0.5rem;
}
.faq-sec .accordion-body ul li::marker {
  color: var(--text-primary);
}
.faq-sec {
  /* Responsive Design */
}
@media (max-width: 768px) {
  .faq-sec .faq-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .faq-sec .accordion-button {
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    padding-right: 3.5rem;
  }
  .faq-sec .accordion-icon {
    right: 1.5rem;
    font-size: 1.125rem;
  }
  .faq-sec .accordion-body {
    padding: 1.25rem 1.5rem 1.75rem 1.5rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  .faq-sec .faq-section {
    padding: 10px;
  }
  .faq-sec .faq-title {
    font-size: 1.75rem;
  }
  .faq-sec .accordion-button {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
    padding-right: 3rem;
  }
  .faq-sec .accordion-icon {
    right: 1.25rem;
    font-size: 1rem;
  }
  .faq-sec .accordion-body {
    padding: 1rem 1.25rem 1.5rem 1.25rem;
    font-size: 0.9rem;
  }
}
.faq-sec {
  /* Smooth transitions */
}
.faq-sec .accordion-collapse {
  transition: height 0.35s ease;
}

.order-distribution-img {
  background-image: url(/assets/images/front/order-distribition.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 462px;
}

.text-whitee {
  color: white;
}

.secondary-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leaflet-middle-section {
  padding: 90px 0;
}

.section-title {
  font-size: 34px;
  font-weight: 600;
  color: #1b2430;
  margin-bottom: 32px;
}

.btn-help-leaflet {
  background-color: blue;
}

.distribution-card {
  border: 1px solid #dee2e6 !important;
  transition: 0.3s;
}

.distribution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08) !important;
}

.distribution-card h2 {
  font-size: 2.5rem;
  color: #245695;
}

.distribution-card .badge {
  font-size: 1rem;
  font-weight: 500;
}

.distribution-card ul li {
  font-size: 0.95rem;
}

.distribution-card i {
  font-size: 1rem;
}

.btn-primary {
  background: #2f6db5;
  border-color: #2f6db5;
}

.btn-primary:hover {
  background: #245b98;
  border-color: #245b98;
}

@media (max-width: 768px) {
  .distribution-card h2 {
    font-size: 2rem;
  }
}
.price-text {
  color: #245695; /* Bright Blue */
}

.bg-badge {
  background: #2f6db5;
}

/* ============================
   Leaflet Sizes Section
=============================*/
.leaflet-middle-section {
  background: #fff;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #24364B;
  margin-bottom: 32px;
}

/*=========================
Leaflet Cards
==========================*/
.leaflet-card2 {
  background: #fff;
  border: 1px solid #E3E8EF;
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.leaflet-card2:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-color: #C9D7EA;
}

.paper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.paper img {
  width: 72px;
  height: auto;
}

.paper small {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #A3AAB4;
}

.leaflet-card2 h5 {
  font-size: 20px;
  font-weight: 600;
  color: #24364B;
  margin-bottom: 8px;
}

.leaflet-card2 span {
  font-size: 14px;
  color: #8B95A1;
}

/*=========================
Any Size Card
==========================*/
.leaflet-wide-card {
  background: #fff;
  border: 1px solid #E3E8EF;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  height: 100%;
}

.leaflet-wide-card .icon {
  width: 58px;
  height: 58px;
  border: 2px dashed #F5A623;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5A623;
  font-size: 24px;
  flex-shrink: 0;
}

.leaflet-wide-card h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #24364B;
}

.leaflet-wide-card p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #8B95A1;
}

/*=========================
Help Card
==========================*/
.help-card {
  background: #3C74B8;
  border-radius: 18px;
  padding: 34px;
  color: #fff;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.help-card h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.help-card p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}

/* Button */
.btn-help {
  background: #fff !important;
  color: #3C74B8 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-weight: 600;
  width: 100%;
}

.btn-help:hover {
  background: #F5F7FA !important;
}

/*=========================
Responsive
==========================*/
@media (max-width: 991px) {
  .help-card {
    height: auto;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .section-title {
    text-align: center;
  }
  .leaflet-wide-card {
    margin-top: 20px;
  }
}
/*==================================================
CAMPAIGN SECTION
==================================================*/
.campaign-section {
  background: #fff;
}

.campaign-title {
  font-size: 42px;
  font-weight: 700;
  color: #24364B;
  margin-bottom: 12px;
}

.campaign-subtitle {
  max-width: 720px;
  margin: auto;
  color: #6B7280;
  font-size: 15px;
  line-height: 1.8;
}

/*==================================================
CARD
==================================================*/
.campaign-card {
  position: relative;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 22px;
  padding: 38px 32px 28px;
  transition: 0.35s ease;
  overflow: hidden;
}

.campaign-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border-color: #d8e0ea;
}

/*==================================================
FLOATING ICON
==================================================*/
.campaign-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.campaign-icon.blue {
  background: linear-gradient(135deg, #3B82F6, #1D4ED8);
}

.campaign-icon.purple {
  background: linear-gradient(135deg, #A855F7, #7C3AED);
}

/*==================================================
HEADINGS
==================================================*/
.campaign-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 14px;
  line-height: 1.35;
}

.card-desc {
  color: #6B7280;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 26px;
}

/*==================================================
SECTION LABEL
==================================================*/
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #2563EB;
  margin-bottom: 18px;
}

.section-label i {
  font-size: 18px;
}

.purple-text {
  color: #9333EA;
}

/*==================================================
NUMBERED STEPS
==================================================*/
.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #4B5563;
  font-size: 14px;
  line-height: 1.8;
}

.number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.number.blue {
  background: #2563EB;
}

.number.purple {
  background: #9333EA;
}

/*==================================================
BOTTOM FEATURE BOX
==================================================*/
.track-box {
  margin-top: 34px;
  background: #F4F8FD;
  border-radius: 16px;
  padding: 24px;
}

.purple-box {
  background: #F8F4FF;
}

.track-box ul {
  margin: 0;
  padding-left: 18px;
}

.track-box li {
  color: #4B5563;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.7;
}

.track-box li:last-child {
  margin-bottom: 0;
}

/*==================================================
FINISHING TOUCHES
==================================================*/
/* Smooth transitions */
.campaign-card,
.campaign-icon,
.track-box,
.number {
  transition: all 0.35s ease;
}

/* Card hover */
.campaign-card:hover .campaign-icon {
  transform: translateY(-3px) scale(1.05);
}

.campaign-card:hover .track-box {
  background: #EEF5FF;
}

.campaign-card:hover .purple-box {
  background: #F5EDFF;
}

.campaign-card:hover .number.blue {
  background: #1D4ED8;
}

.campaign-card:hover .number.purple {
  background: #7C3AED;
}

/* Bullet animation */
.track-box li {
  transition: 0.25s;
  cursor: default;
}

.track-box li:hover {
  transform: translateX(5px);
  color: #111827;
}

/* Steps animation */
.steps-list li {
  transition: 0.25s;
}

.steps-list li:hover {
  transform: translateX(6px);
}

/* Better spacing */
.steps-list li:last-child {
  margin-bottom: 0;
}

.track-box .section-label {
  margin-bottom: 16px;
}

/* Nice selection */
.campaign-card::selection {
  background: #2563EB;
  color: #fff;
}

.campaign-card *::selection {
  background: #2563EB;
  color: #fff;
}

/*==================================================
RESPONSIVE
==================================================*/
@media (max-width: 1200px) {
  .campaign-card {
    padding: 34px 28px;
  }
  .campaign-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .campaign-title {
    font-size: 34px;
  }
  .campaign-subtitle {
    font-size: 15px;
    max-width: 620px;
  }
  .campaign-card {
    margin-bottom: 24px;
  }
  .campaign-card h3 {
    font-size: 23px;
  }
  .campaign-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .campaign-section {
    padding: 60px 0;
  }
  .campaign-title {
    font-size: 30px;
  }
  .campaign-subtitle {
    font-size: 14px;
    line-height: 1.8;
  }
  .campaign-card {
    padding: 28px 22px;
  }
  .campaign-card h3 {
    font-size: 21px;
  }
  .card-desc {
    font-size: 14px;
  }
  .steps-list li {
    font-size: 13px;
  }
  .track-box {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .campaign-title {
    font-size: 26px;
  }
  .campaign-subtitle {
    font-size: 13px;
  }
  .campaign-card {
    border-radius: 18px;
    padding: 24px 18px;
  }
  .campaign-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .campaign-card h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .section-label {
    font-size: 14px;
  }
  .number {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
  .track-box {
    margin-top: 26px;
    border-radius: 14px;
    padding: 18px;
  }
  .track-box li {
    font-size: 13px;
  }
}
.img-collection {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 262px;
}

.leaflet-middle-section {
  padding: 80px 0;
}

.design-card {
  padding: 35px;
  transition: 0.35s;
}

.design-card h3 {
  font-size: 32px;
  color: #24364B;
  line-height: 1.35;
  margin-bottom: 30px;
}

.design-card ul li {
  color: #556070;
  line-height: 1.8;
  font-size: 15px;
}

.design-card ul li i {
  font-size: 18px;
  color: #2D6BB2;
  flex-shrink: 0;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190%;
}

.img-collection {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 991px) {
  .design-card {
    margin-bottom: 30px;
  }
  .design-card h3 {
    font-size: 28px;
  }
  .img-collection {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .leaflet-middle-section {
    padding: 60px 0;
  }
  .design-card {
    padding: 25px;
  }
  .design-card h3 {
    font-size: 24px;
  }
  .design-card ul li {
    font-size: 14px;
  }
}
/*==========================
    Custom Info Alert
==========================*/
.custom-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.custom-info-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  padding: 18px 20px;
  background: #E8F9FF;
  border: 1px solid #84E3FF;
  border-radius: 16px;
  color: #0B7BA5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.custom-info-alert i {
  font-size: 22px;
  color: #0099D8;
  flex-shrink: 0;
}

.custom-info-alert span {
  flex: 1;
}

/* Hover */
.custom-info-alert:hover {
  background: #E3F7FF;
  border-color: #5FD6FF;
  transition: 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-info-alert {
    padding: 15px 18px;
    font-size: 15px;
    border-radius: 14px;
  }
  .custom-info-alert i {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .custom-info-alert {
    align-items: flex-start;
    font-size: 14px;
    padding: 14px 16px;
  }
  .custom-info-alert i {
    margin-top: 2px;
  }
}
/*====================================
Coming Soon Section
=====================================*/
.coming-soon-section {
  padding: 80px 0;
}

/*====================================
Card
=====================================*/
.coming-soon-card {
  background: #EDF6FF;
  border: 1px solid #8CC5FF;
  border-radius: 16px;
  padding: 48px 40px;
  transition: 0.3s;
}

.coming-soon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 123, 255, 0.08);
}

/*====================================
Icon
=====================================*/
.coming-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #D7E9FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
  color: #1E63B5;
  font-size: 26px;
}

/*====================================
Typography
=====================================*/
.coming-soon-card h2 {
  font-size: 34px;
  font-weight: 700;
  color: #23364A;
  margin-bottom: 12px;
}

.coming-soon-card p {
  max-width: 520px;
  margin: auto;
  color: #5B6675;
  font-size: 17px;
  line-height: 1.7;
}

/*====================================
Notice
=====================================*/
.important-notice {
  max-width: 900px;
}

.important-notice h3 {
  font-size: 30px;
  font-weight: 700;
  color: #23364A;
  margin-bottom: 20px;
}

.important-notice ul {
  margin: 0;
  padding-left: 22px;
}

.important-notice li {
  margin-bottom: 14px;
  color: #5B6675;
  font-size: 16px;
  line-height: 1.8;
}

/*====================================
Responsive
=====================================*/
@media (max-width: 991px) {
  .coming-soon-card {
    padding: 40px 30px;
  }
  .coming-soon-card h2 {
    font-size: 28px;
  }
  .important-notice h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .coming-soon-card {
    padding: 35px 20px;
  }
  .coming-soon-card h2 {
    font-size: 24px;
  }
  .coming-soon-card p {
    font-size: 15px;
  }
  .important-notice li {
    font-size: 15px;
  }
}
.partner-section .hero-section {
  position: relative;
}

.promo-side {
  padding-block: 86px;
}
@media (max-width: 769px) {
  .promo-side {
    padding-block: 40px;
  }
}
.promo-side {
  position: relative;
  color: #101828;
}
.promo-side .background-img-wrapper {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .promo-side .background-img-wrapper {
    display: none;
  }
}
.promo-side .background-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.promo-side h1 {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.promo-side h1 span {
  color: #ff5722;
}

.form-container {
  background: #f4f5f7;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  position: relative;
  top: 36px;
}
.form-container h1 {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-family: "DM Sans", sans-serif;
}
.form-container .login-prompt {
  font-size: 0.9rem;
  color: #8A8A8A;
  font-family: "Inter", sans-serif;
}
.form-container .form-group {
  margin-bottom: 8px;
}
.form-container .form-group label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
}
.form-container .form-group .form-control,
.form-container .form-group .form-select {
  color: #6A7282;
  border-radius: 8px;
  border: 1px solid #BECFE0;
  padding: 10px 16px;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 0.9rem;
  color: #495057;
  font-family: "Inter", sans-serif;
}
.form-container .form-group .form-control::placeholder,
.form-container .form-group .form-select::placeholder {
  color: #adb5bd;
  font-family: "Inter", sans-serif;
}
.form-container .form-group .form-control:focus,
.form-container .form-group .form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-container .upload-dropzone {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.form-container .upload-dropzone:hover {
  border-color: #adb5bd;
}
.form-container .upload-dropzone .icon-circle-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  margin-bottom: 8px;
}
.form-container .btn-submit-form {
  background-color: #3b71ca;
  border-color: #3b71ca;
}
.form-container .btn-submit-form:hover {
  background-color: #3361ad;
  border-color: #3361ad;
}
.form-container .owner-info-text {
  font-size: 0.8rem;
  color: #8A8A8A;
}
@media screen and (max-width: 767px) {
  .form-container {
    top: 0;
  }
}

.partner-sub-section, .missing-success-section, .partnership-section, .testimonial-section, .start-guide-section, .right-option-section, .support-section, .eat-section {
  padding-block: 86px;
}
@media (max-width: 769px) {
  .partner-sub-section, .missing-success-section, .partnership-section, .testimonial-section, .start-guide-section, .right-option-section, .support-section, .eat-section {
    padding-block: 40px;
  }
}
.partner-sub-section h3.section-head, .missing-success-section h3.section-head, .partnership-section h3.section-head, .testimonial-section h3.section-head, .start-guide-section h3.section-head, .right-option-section h3.section-head, .support-section h3.section-head, .eat-section h3.section-head {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 40px;
}
.partner-sub-section .btn, .missing-success-section .btn, .partnership-section .btn, .testimonial-section .btn, .start-guide-section .btn, .right-option-section .btn, .support-section .btn, .eat-section .btn {
  margin-top: 24px;
}
.partner-sub-section .frame-container, .missing-success-section .frame-container, .partnership-section .frame-container, .testimonial-section .frame-container, .start-guide-section .frame-container, .right-option-section .frame-container, .support-section .frame-container, .eat-section .frame-container {
  position: relative;
  border: 12px solid #3670BA;
  border-radius: 24px;
  aspect-ratio: 16/9;
  padding: 12px 0;
}
.partner-sub-section .frame-container iframe, .missing-success-section .frame-container iframe, .partnership-section .frame-container iframe, .testimonial-section .frame-container iframe, .start-guide-section .frame-container iframe, .right-option-section .frame-container iframe, .support-section .frame-container iframe, .eat-section .frame-container iframe {
  position: absolute;
  top: 14px;
  left: -40px;
  width: 100%;
  height: 90%;
  border-radius: 21px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 580px) {
  .partner-sub-section .frame-container iframe, .missing-success-section .frame-container iframe, .partnership-section .frame-container iframe, .testimonial-section .frame-container iframe, .start-guide-section .frame-container iframe, .right-option-section .frame-container iframe, .support-section .frame-container iframe, .eat-section .frame-container iframe {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
  }
}

.eat-section {
  background-color: var(--bs-body-bg);
}
.eat-section .eat-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.eat-section .eat-box .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.eat-section .eat-box .img-wrapper:hover img {
  transform: scale(1.05);
}
.eat-section .eat-box h3 {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.eat-section .eat-box p {
  font-size: 14px;
}

.custom-carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.custom-carousel-wrapper .custom-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 10px;
}
.custom-carousel-wrapper .custom-carousel-track::-webkit-scrollbar {
  display: none;
}
.custom-carousel-wrapper .custom-carousel-item {
  flex: 0 0 calc(33.333% - 11px);
  scroll-snap-align: start;
}
@media (max-width: 991px) {
  .custom-carousel-wrapper .custom-carousel-item {
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 576px) {
  .custom-carousel-wrapper .custom-carousel-item {
    flex: 0 0 100%;
  }
}

.support-section {
  background-color: #f6f9fb;
  margin-top: 10rem;
}
.support-section .eat-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.support-section .eat-box .slide-box {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.support-section .eat-box .img-wrapper-support {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 160px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
.support-section .eat-box .img-wrapper-support img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}
.support-section .eat-box:hover .img-wrapper-support img {
  transform: scale(1.05);
}
.support-section .eat-box h3 {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.support-section .eat-box p {
  font-size: 14px;
}

.right-option-section .right-top-section {
  background-color: #f5f3f1 !important;
}

.start-guide-section .img-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-guide-section .img-wrapper img {
  width: 100%;
  object-fit: contain;
}
.start-guide-section i[class^=ri-] {
  font-size: 2.5rem;
  color: #245C95;
}

.testimonial-section img {
  height: 32px;
  width: 32px;
}
.testimonial-section .img-wrapper {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .img-wrapper img {
  margin-top: 72px;
  width: 40%;
  height: 11%;
  object-fit: contain;
}

/* ===== SHARED CAROUSEL CONTROLS ===== */
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.carousel-controls.center {
  justify-content: center;
}

/* pill arrows */
.nav-arrow {
  border: none;
  background: #f1f1f1;
  color: #444;
  font-size: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.nav-arrow:hover {
  background: #e5e5e5;
}

/* dots */
.nav-dots {
  display: flex;
  gap: 8px;
}
.nav-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cfcfcf;
  transition: background 0.2s ease;
}
.nav-dots .dot.active {
  background: #555;
}

.partnership-section img {
  height: 55px;
  max-width: 85%;
}

.faq-section .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
  transition: all 0.3s ease;
}
.faq-section .faq-item .faq-header {
  padding: 10px 0;
  user-select: none;
  cursor: pointer;
}
.faq-section .faq-item .faq-header .faq-arrow {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: #555;
}
.faq-section .faq-item .faq-header .faq-arrow.active {
  transform: rotate(360deg);
  color: #f36805;
}
.faq-section .faq-item .faq-header h3 {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}
.faq-section .faq-item .faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
}
.faq-section .faq-item .faq-body.active {
  max-height: 600px;
  opacity: 1;
}
.faq-section .faq-item .faq-body .text-para, .faq-section .faq-item .faq-body .eat-section .eat-box p, .eat-section .eat-box .faq-section .faq-item .faq-body p, .faq-section .faq-item .faq-body .support-section .eat-box p, .support-section .eat-box .faq-section .faq-item .faq-body p {
  background-color: transparent;
  padding: 10px 0;
}

.missing-success-section {
  background-image: url("../../../assets/images/front/about-distribution.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #fff;
}
.missing-success-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.missing-success-section .container {
  position: relative;
  z-index: 2;
}
.missing-success-section .section-head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff !important;
  margin-bottom: 2rem;
}
.missing-success-section .section-head span {
  display: block;
  margin-top: 5px;
  color: #f36805;
}
@media (max-width: 768px) {
  .missing-success-section .section-head {
    font-size: 24px;
  }
}

.section-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111;
}

/* Feature Card */
.feature-card {
  text-align: center;
  padding: 10px 18px 20px;
}

/* Icon Circle */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

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

/* Individual colours */
.ic-blue {
  background: #dbeafe;
}

.ic-blue i {
  color: #3b82f6;
}

.ic-purple {
  background: #ede9fe;
}

.ic-purple i {
  color: #8b5cf6;
}

.ic-yellow {
  background: #fef9c3;
}

.ic-yellow i {
  color: #eab308;
}

.ic-green {
  background: #d1fae5;
}

.ic-green i {
  color: #10b981;
}

.ic-pink {
  background: #fce7f3;
}

.ic-pink i {
  color: #ec4899;
}

.ic-orange {
  background: #ffedd5;
}

.ic-orange i {
  color: #f97316;
}

.ic-teal {
  background: #ccfbf1;
}

.ic-teal i {
  color: #14b8a6;
}

.feature-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}

.feature-card p {
  font-size: 13px;
  color: #777;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.5rem;
  }
  .icon-circle {
    width: 76px;
    height: 76px;
  }
  .icon-circle i {
    font-size: 30px;
  }
}
/* Feature list */
section.get-section {
  background: #F5F8FF;
  height: 67vh;
  padding: 39px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #333;
  padding: 7px 0;
}

.feature-list li .icon-sq {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #1a56a0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-list li .icon-sq i {
  font-size: 15px;
  color: #fff;
}

/* Button */
.btn-get {
  background: #1a56a0;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px 30px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}

.btn-get:hover {
  background: #154a8a;
  color: #fff;
}

/* Image */
.hero-img-wrap {
  overflow: hidden;
  height: 100%;
  min-height: 320px;
}

.hero-img-wrap img {
  max-width: 80%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-placeholder {
  width: 100%;
  min-height: 340px;
  background: linear-gradient(135deg, #c8d8e8, #d8c8b8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 13px;
}

@media (max-width: 767px) {
  .get-section h2 {
    font-size: 1.5rem;
  }
  .hero-img-wrap {
    border-radius: 12px;
    min-height: 240px;
  }
}
.pricing-section {
  padding-block: 5rem;
  background-color: #fff;
}

@media (max-width: 767px) {
  .pricing-section {
    padding-block: 5rem;
    background-color: #fff;
    margin-top: 3rem;
  }
}
.section-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 600;
  color: #101828;
  margin-bottom: 3rem;
  line-height: 1.25;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 12px;
  padding: 1.75rem;
}
.pricing-card--featured {
  border: 1.5px solid #3670BA;
  box-shadow: 0 0 0 1px rgba(54, 112, 186, 0.08);
}

.card-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  background: transparent;
  border: none;
  padding: 0;
}

.card-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  font-weight: 600;
  color: #1E2939;
  line-height: 1.3;
  margin-bottom: 0;
}

.badge-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 500;
  color: #fff;
  background-color: #3670BA;
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
  line-height: 1;
  margin-top: 2px;
}

.card-desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #5A5A5A;
  line-height: 1.65;
  margin-bottom: 1.375rem;
}

.benefits-label {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #5A5A5A;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.benefits-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #5A5A5A;
  line-height: 1.4;
}
.benefits-list li i {
  font-size: 1rem;
  color: #245C95;
  flex-shrink: 0;
}

.btn-primary {
  display: block;
  width: 100%;
  padding: 0.8125rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  color: #fff !important;
  background-color: #245C95;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border: none;
}
.btn-primary:hover {
  background-color: #18497c;
}
.btn-primary:active {
  background-color: rgb(19.8648648649, 60.4222972973, 102.6351351351);
}

.get-started-section {
  padding-block: 5rem;
  background-color: #f5f8ff;
}

.gs-heading {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #101828;
  line-height: 1.25;
  max-width: 18rem;
}

.gs-steps {
  display: flex;
  flex-direction: column;
}

.gs-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.gs-step__icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.gs-step__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #3670BA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}
.gs-step__icon i {
  font-size: 1.25rem;
  color: #fff;
}
.gs-step__line {
  width: 1.5px;
  flex: 1;
  min-height: 2rem;
  background-color: rgba(36, 92, 148, 0.3);
  margin-block: 0.375rem;
  display: none;
}
.gs-step__content {
  padding-bottom: 2rem;
}
.gs-step__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 600;
  color: #1E2939;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  margin-top: 0.625rem;
}
.gs-step__desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #5A5A5A;
  line-height: 1.65;
  margin-bottom: 0;
}
.gs-step--last .gs-step__content {
  padding-bottom: 0;
}

.gs-btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.8125rem 2.5rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  color: #fff !important;
  background-color: #3670BA;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}
.gs-btn:hover {
  background-color: #245C95;
}
.gs-btn:active {
  background-color: rgb(31.0378378378, 79.3189189189, 128.4621621622);
}

/* Campaign Stepper Progress Line */
.progress-line {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  padding: 0px 0 20px 0;
}
.progress-line::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 40px;
  right: 22px;
  height: 3px;
  background: #e9ecef;
  z-index: 0;
  width: calc(100% - 80px);
}
.progress-line::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 40px;
  width: 0;
  height: 3px;
  background-color: #245C95;
  z-index: 1;
  transition: width 0.3s ease;
}
.progress-line .step {
  font-weight: 600;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.progress-line .step.completed .count {
  background-color: #245C95;
  color: #fff;
  border: 2px solid #245C95;
}
.progress-line .step .count {
  color: #282B27;
  font-family: clamp(0.875rem, 1.5vw, 1rem);
  border-radius: 50%;
  background-color: #eaeff5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-inline: auto;
  margin-bottom: 6px;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 0 5px #fff;
  /* border: 2px solid #e9ecef; */
}
.progress-line .step .count.active {
  color: #fff;
  background-color: #245C95;
  border-color: #245C95;
  box-shadow: 0 0 0 5px #fff;
}
.progress-line .step p {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  color: #282B27;
  text-align: center;
  background-color: #fff;
  /* Optional: mask line if label overlaps */
  position: relative;
  z-index: 5;
  padding: 0 4px;
}

.campaign-form {
  --fade-primary: #4d7aa7;
}
.campaign-form i {
  color: #8A8A8A;
}
.campaign-form .input {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 500;
}
.campaign-form .input label {
  display: block;
  color: #5A5A5A;
  margin-bottom: 8px;
}
.campaign-form .input input {
  border: 1px solid #BECFE0;
  background-color: #fbfbfb;
  border-radius: 8px;
  padding: 10px 15px;
}
.campaign-form .input input[type=radio] {
  width: 17px;
  height: 17px;
}
.campaign-form .input select {
  border: 1px solid #BECFE0;
  background-color: #fbfbfb;
  border-radius: 8px;
  padding: 10px 15px;
  width: 100%;
}
.campaign-form .input i {
  color: #8A8A8A;
}
.campaign-form input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.campaign-form .label-text {
  display: block;
  color: #5A5A5A;
  margin-bottom: 8px;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
}
.campaign-form .select-all {
  border-radius: 6px;
  background-color: #f6f9fb;
  padding: 10px 8px;
  border: 1px solid #f3f3f3;
}
.campaign-form .savings {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #5A5A5A;
}
.campaign-form .total h6 {
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
}
.campaign-form .total .total-price {
  font-weight: 600;
  font-size: clamp(1.0625rem, 2.5vw, 1.375rem);
  color: #282B27;
}
.campaign-form .total .discount {
  text-decoration: line-through;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #8A8A8A;
}
.campaign-form .alert {
  background-color: #eaeff5;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  padding: 18px 26px;
  border-radius: 8px;
  border: 2px solid #245C95;
  color: #245C95;
}
.campaign-form .alert.success {
  color: #267144;
  border-color: rgba(38, 113, 68, 0.3);
}

.choose-fold span {
  display: block;
  color: #5A5A5A;
}
.choose-fold .fold {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #BCDDFF;
}
.choose-fold .fold h5 {
  font-family: "DM Sans", sans-serif;
  color: #1E2939;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}
.choose-fold .fold svg {
  display: block;
  width: 40px;
  margin-inline: auto;
}
.choose-fold .fold.active {
  border: 2px solid #245C95;
}
.choose-fold .fold-more {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #BCDDFF;
  padding: 60px 0;
  color: #245C95;
  cursor: pointer;
}

.campaign-start {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
}
.campaign-start::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.campaign-start .form {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  max-height: 80%;
  overflow-y: scroll;
}
.campaign-start .need-help {
  border-radius: 14px;
  border: 1px solid #BCDDFF;
  background-color: #f5faff;
  padding: 22px;
}
.campaign-start #map-campaign-start {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 14px;
}
.campaign-start .set-radius {
  position: absolute;
  bottom: 0;
  width: 94%;
  z-index: 999;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.campaign-options {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
}
.campaign-options::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.campaign-options .result {
  background-color: #f6f9fb;
  border-radius: 8px;
  border: 1px solid #245C95;
  height: 100%;
}
.campaign-options .form {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 90%;
  max-height: 90%;
  overflow-y: scroll;
}
.campaign-options .form h1 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  color: #245C95;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(36, 92, 149, 0.1);
  font-weight: 600;
}

.campaign-areas h5 {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  color: #282B27;
  font-weight: 600;
}
.campaign-areas .audience-targeting {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 385px;
  /* width: 100%; */
  padding: 24px;
  z-index: 9;
}
.campaign-areas .audience-targeting .form {
  max-height: 360px;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  padding: 16px !important;
}
.campaign-areas .audience-targeting .heads {
  border-bottom: 2px solid #f3f3f3;
}
.campaign-areas .audience-targeting .heads h4 {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #5A5A5A;
  margin-bottom: 0;
  padding-inline: 6px;
  padding-bottom: 10px;
}
.campaign-areas .audience-targeting .heads h4.active {
  color: #245C95;
  border-bottom: 4px solid #3670BA;
}
.campaign-areas .audience-targeting .income-bracket label {
  color: #282B27;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
}
.campaign-areas .audience-targeting .audience-types label {
  color: #282B27;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
}
.campaign-areas .audience-targeting .audience-types small {
  color: #8A8A8A;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 400;
  display: block;
}
.campaign-areas .audience-targeting .map-key-list {
  list-style-type: none;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
}
.campaign-areas .audience-targeting .map-key-list .map-key {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.campaign-areas .audience-targeting .map-key-list .map-key.dot {
  background-color: #e0e9fe;
  border: 2px dotted #83a9fc;
}
.campaign-areas .audience-targeting .map-key-list .map-key.sky-blue {
  background-color: #83a9fc;
}
.campaign-areas .areas {
  position: absolute;
  top: 40px;
  max-width: 500px;
  width: 100%;
  padding: 24px;
  z-index: 9;
  right: 0;
}
.campaign-areas .areas .form {
  height: 500px;
  overflow: scroll;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
}
.campaign-areas .areas .stats p {
  font-weight: 700;
}
.campaign-areas .areas .stats span {
  color: #5A5A5A;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 500;
}
.campaign-areas .distribution-table {
  background-color: #fbfbfb;
  padding: 10px 16px;
  padding-bottom: 0;
  border-radius: 8px;
  border: 1px solid #f3f3f3;
}
.campaign-areas .distribution-table .table-header {
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}
.campaign-areas .distribution-table .table-wrapper {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #e9ecef;
  border-radius: 4px;
}
.campaign-areas .distribution-table .table-wrapper::-webkit-scrollbar {
  width: 8px;
}
.campaign-areas .distribution-table .table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.campaign-areas .distribution-table .table-wrapper::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 4px;
}
.campaign-areas .distribution-table .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}
.campaign-areas .distribution-table .sectors-table {
  border-collapse: collapse;
  font-size: clamp(0.625rem, 1.5vw, 0.75rem);
}
.campaign-areas .distribution-table .sectors-table thead {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
}
.campaign-areas .distribution-table .sectors-table thead tr {
  border-bottom: 2px solid #dee2e6;
}
.campaign-areas .distribution-table .sectors-table thead th {
  padding: 12px 8px;
  font-weight: 600;
  color: #495057;
  text-align: left;
}
.campaign-areas .distribution-table .sectors-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s;
}
.campaign-areas .distribution-table .sectors-table tbody tr:hover {
  background-color: #f8f9fa;
}
.campaign-areas .distribution-table .sectors-table tbody tr td {
  padding: 12px 8px;
  color: #333;
}
.campaign-areas .distribution-table .sectors-table tbody tr td input[type=checkbox] {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: #2d6ca5;
}
.campaign-areas .distribution-table .sectors-table tfoot tr.total-row {
  background-color: #f8f9fa;
  border-top: 2px solid #dee2e6;
  font-weight: 600;
}
.campaign-areas .distribution-table .sectors-table tfoot tr.total-row td {
  padding: 12px 8px;
  color: #333;
}
.campaign-areas .distribution-table .select-all-sectors {
  cursor: pointer;
  width: 18px;
  height: 18px;
  accent-color: #2d6ca5;
}
.campaign-areas .distribution-table .clear-all-sectors {
  color: #2d6ca5;
  font-size: 14px;
}
.campaign-areas .distribution-table .clear-all-sectors:hover {
  color: #1e4f7a;
  text-decoration: underline !important;
}

.campaign-artwork-delivery .stats {
  border-radius: 8px;
}
.campaign-artwork-delivery .stats p {
  font-weight: 700;
}
.campaign-artwork-delivery .stats span {
  color: #5A5A5A;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 500;
}
.campaign-artwork-delivery .left {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 300px;
  /* width: 100%; */
  z-index: 9;
}
.campaign-artwork-delivery .left .form {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
}
.campaign-artwork-delivery .left .form .input svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.campaign-artwork-delivery .right {
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 520px;
  width: 100%;
  z-index: 9;
}
.campaign-artwork-delivery .right .form {
  height: 500px;
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
}
.campaign-artwork-delivery .right .tab {
  padding-bottom: 8px;
  font-weight: 600;
  color: #8A8A8A;
}
.campaign-artwork-delivery .right .tab.active {
  color: #245C95;
  border-bottom: 4px solid #245C95;
}
.campaign-artwork-delivery .right .nav-pills {
  border-bottom: 2px solid #f3f3f3;
}
.campaign-artwork-delivery .right .saving-opportunity {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f3f3f3;
}
.campaign-artwork-delivery .right .saving-opportunity h5 {
  background-color: #245C95;
  text-align: center;
  padding-block: 12px;
  color: #fff;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}
.campaign-artwork-delivery .right .saving-opportunity .tab {
  padding-block: 10px;
}
.campaign-artwork-delivery .right .saving-opportunity .tab.active {
  border-bottom: 1px solid #245C95;
  background-color: #eaeff5;
}
.campaign-artwork-delivery .right .pricing .wrap {
  border: 2px solid rgba(36, 92, 148, 0.3);
  border-radius: 4px;
  background-color: #eaeff5;
  font-weight: 600;
}
.campaign-artwork-delivery .right .pricing .wrap p {
  color: #000;
}
.campaign-artwork-delivery .right .pricing .wrap .price {
  color: #245C95;
}
.campaign-artwork-delivery .right .pricing .print_price {
  border-bottom: 2px solid rgba(36, 92, 148, 0.3);
}
.campaign-artwork-delivery .right .pricing .faq {
  border-radius: 8px;
  background-color: rgba(244, 201, 82, 0.3);
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  color: #5A5A5A;
  padding-block: 12px;
}
.campaign-artwork-delivery .right .pricing .faq a {
  color: #282B27;
  font-weight: 600;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
}
@media screen and (max-width: 992px) {
  .campaign-artwork-delivery .right,
  .campaign-artwork-delivery .left {
    position: relative;
    top: 0;
    right: 0;
    max-width: unset;
  }
}

.campaign-payment::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
}
.campaign-payment .payment-details {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 50%;
  top: 60px;
  height: 100vh;
  transform: translateX(-50%);
}
.campaign-payment .design {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  border-radius: 8px;
  max-width: 970px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .campaign-payment .design {
    max-width: unset;
  }
}
.campaign-payment .pay-details {
  max-width: 970px;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #BECFE0;
  background-color: #245C95;
}
.campaign-payment .pay-details .more_info {
  position: relative;
  border-radius: 8px;
  background-color: var(--fade-primary);
  padding: 18px;
}
.campaign-payment .pay-details .more_info .edit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 10px;
  right: 13px;
}
.campaign-payment .pay-details .more_info .edit i {
  color: #245C95;
}
.campaign-payment .pay-details .more_options {
  max-width: 14ch;
}
@media screen and (max-width: 426px) {
  .campaign-payment .pay-details .more_options {
    max-width: unset;
  }
  .campaign-payment .pay-details .more_options #addArtworkBtn {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
}
.campaign-payment .pay-details .more_options input.flatpicker {
  background-color: #18497c;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: start;
  border: 2px solid var(--fade-primary);
  color: #fff;
}
.campaign-payment .pay-details .more_options input.flatpicker::placeholder {
  color: #fff;
}
.campaign-payment .pay-details .more_options button {
  border: 2px solid var(--fade-primary);
  background-color: #18497c;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: start;
}
.campaign-payment .pay-details .hideareadetails {
  background-color: var(--fade-primary);
  padding: 20px 28px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.campaign-payment .pay-details .hideareadetails .bg_fade {
  background-color: var(--fade-primary) !important;
}
.campaign-payment .pay-details .hideareadetails .sector {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  padding: 8px 24px;
  background-color: #245C95;
  color: #fff;
  border-radius: 4px;
}
.campaign-payment .pay-details .placeholder {
  background-color: var(--fade-primary);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  border: 2px dashed #245C95;
  background-size: 10px 1px;
}
.campaign-payment .pay-details .edit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #fff;
  font-size: 1.3rem;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.campaign-payment .pay-details .edit i {
  color: #245C95;
}
@media screen and (max-width: 1400px) {
  .campaign-payment .pay-details {
    max-width: unset;
  }
}
.campaign-payment .payment-form {
  position: fixed;
  padding: 30px 24px;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  max-width: 380px;
  width: 100%;
  z-index: 999;
}
.campaign-payment .payment-form .promo-code {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid rgba(36, 92, 148, 0.3);
}
.campaign-payment .payment-form .promo-code .apply {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .campaign-payment .payment-form {
    position: relative;
    top: 0;
    right: 0;
    max-width: unset;
  }
}

.editable-field-wrapper .enable-input {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.float-left-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-page-heading {
  padding: 20px 0 40px;
  background: #fff;
}
.contact-page-heading .contact-main-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  color: #1f2937;
  text-align: center;
  margin: 0;
}

.contact-section {
  padding: 0 0 80px;
  background: #fff;
}
.contact-section .container {
  max-width: 1540px;
  padding-left: 80px;
  padding-right: 80px;
}
.contact-section .row {
  --bs-gutter-x: 5rem;
  align-items: stretch;
}
.contact-section .col-lg-6 {
  display: flex;
  flex-direction: column;
}

.contact-info-wrapper {
  padding-right: 20px;
}

.contact-info-heading {
  font-size: 32px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
  margin-bottom: 10px;
}

.contact-info-subtext {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 50px;
}

.contact-details-list {
  margin-bottom: 50px;
}

.contact-detail-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.contact-detail-item:last-child {
  margin-bottom: 0;
}

.contact-icon-box {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  flex-shrink: 0;
}
.contact-icon-box i {
  font-size: 20px;
  color: #6b7280;
}

.contact-detail-text {
  padding: 0;
}

.contact-label {
  display: none;
}

.contact-value {
  font-size: 16px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.5;
}

.contact-map-wrapper {
  margin-top: 40px;
  overflow: visible;
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
}
.contact-map-wrapper #contact-map {
  width: 100%;
  height: 395px;
  border-radius: 12px;
  overflow: hidden;
  padding: 50px 10px 10px 10px;
  box-sizing: border-box;
  z-index: 1;
}
.contact-map-wrapper iframe,
.contact-map-wrapper img {
  width: 100%;
  height: 395px;
  object-fit: cover;
  border: none;
  border-radius: 12px;
}

/* Map Controls - Overlay */
.map-zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.map-zoom-overlay.active {
  opacity: 1;
  visibility: visible;
}

.overlay-content {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 40px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Info Box */
.map-info-box {
  background: white;
  padding: 15px;
  border-radius: 4px;
  margin: 10px;
  width: 220px;
  z-index: 1001;
}

/* Layer Switcher */
.map-layer-switcher {
  margin: 10px;
  cursor: pointer;
  z-index: 1001;
}

.layer-item {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 2px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
}
.layer-item:hover {
  transform: scale(1.08);
}
.layer-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 9px;
  text-align: center;
  padding: 2px 0;
  font-weight: 600;
  text-transform: uppercase;
}

/* Navigation Wrapper */
.map-nav-wrapper {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 1001;
}

.nav-toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  order: 2;
}
.nav-toggle-btn.active {
  background: #ef4444;
  color: white;
}

.map-nav-controls {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
  order: 1;
  z-index: 1002;
  min-width: 160px;
}
.map-nav-controls.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.nav-pan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.nav-pan button {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
  background: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #1e293b;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.nav-pan button:hover {
  background: white;
  color: #245C95;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}
.nav-pan button:active {
  transform: scale(0.92);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav-pan .zoom-in {
  background: #245C95;
  color: white;
  box-shadow: 0 8px 16px rgba(36, 92, 149, 0.3);
}
.nav-pan .zoom-in:hover {
  background: #1e4f7e;
  color: white;
  box-shadow: 0 10px 20px rgba(36, 92, 149, 0.4);
}

.nav-middle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.contact-form-card {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
  color: #1f2937;
  margin-bottom: 8px;
}

.contact-input {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  border: 1px solid #d7dce5;
  border-radius: 12px;
  background: #fff;
  color: #1f2937;
  font-size: 18px;
  box-shadow: none;
  transition: all 0.2s ease;
}
.contact-input::placeholder {
  color: #8b95a7;
  font-size: 15px;
}
.contact-input:focus {
  outline: none;
  border-color: #3f73bc;
  box-shadow: none;
}

.contact-textarea {
  height: auto;
  flex: 1;
  min-height: 400px;
  padding: 18px;
  resize: vertical;
  font-size: 20px;
}
.contact-textarea::placeholder {
  font-size: 15px;
}

.phone-input-group {
  display: flex;
  align-items: stretch;
}

.country-select {
  width: 90px;
  display: flex;
  align-items: center;
  border: 1px solid #d7dce5;
  border-right: none;
  border-radius: 12px 0 0 12px;
  background: #fff;
  padding: 0 14px;
  font-size: 16px;
  color: #1f2937;
  outline: none;
  pointer-events: none;
  user-select: none;
}
.country-select .country-select-label {
  font-weight: 500;
  line-height: 1;
}

.phone-input {
  border-left: none !important;
  border-radius: 0 12px 12px 0 !important;
}

.btn-submit {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 12px;
  background: #3f73bc;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
}
.btn-submit:hover {
  background: #3464aa;
  color: #fff;
}
.btn-submit:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 991px) {
  .contact-page-heading .contact-main-title {
    font-size: 48px;
  }
  .contact-info-wrapper {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .contact-section .row {
    --bs-gutter-x: 0;
  }
}
@media (max-width: 576px) {
  .contact-page-heading {
    padding-top: 30px;
  }
  .contact-page-heading .contact-main-title {
    font-size: 38px;
  }
  .contact-info-heading {
    font-size: 28px;
  }
  .contact-input {
    height: 56px;
    font-size: 16px;
  }
  .contact-textarea {
    min-height: 180px;
  }
}
.message-input-form {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.message-input-form textarea {
  flex: 1;
  resize: vertical;
  min-height: 40px;
  max-height: 100px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 10px;
  font-family: inherit;
}

.message-input-form textarea:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.send-btn {
  background-color: #245C95;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.client-panel .list-group-item.active {
  z-index: 2;
  background-color: #f8f9fa !important;
  border-color: rgba(0, 0, 0, 0.125);
}
.client-panel .list-group-item {
  border: none;
  transition: all 0.2s ease;
}
.client-panel .list-group-item:hover {
  background-color: #f8f9fa;
}
.client-panel .list-group-item:last-child {
  border-bottom: none;
}

.message-from-admin .message-container {
  height: 500px;
  overflow-y: auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 20px;
}
.message-from-admin .message {
  margin-bottom: 15px;
  display: flex;
  animation: slideIn 0.3s ease-in-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.message-from-admin .message.admin {
  justify-content: flex-start;
}
.message-from-admin .message.client {
  justify-content: flex-end;
}
.message-from-admin .message-content {
  max-width: 70%;
  padding: 12px 15px;
  border-radius: 8px;
  word-wrap: break-word;
}
.message-from-admin .admin .message-content {
  background-color: #e9ecef;
  color: #212529;
}
.message-from-admin .client .message-content {
  background-color: #245C95;
  color: white;
}
.message-from-admin .message-time {
  font-size: 12px;
  /* color: #6c757d; */
  margin-top: 5px;
  display: block;
}
.message-from-admin .message-sender {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #495057;
}
.message-from-admin .admin .message-sender {
  color: #0d6efd;
}
.message-from-admin .client .message-sender {
  text-align: right;
  color: #0056b3;
}
.message-from-admin .input-area {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
}

.timeline-steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.timeline-steps .timeline-step {
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0.5rem 0.25rem;
  min-width: 0;
}

.timeline-steps .timeline-content {
  width: 100%;
  max-width: 10rem;
  text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-light);
  color: var(--bs-primary);
  border: 2px solid var(--bs-gray-300);
  margin-bottom: 0.5rem;
  z-index: 10;
  position: relative;
}

.timeline-steps .timeline-step.active .inner-circle {
  background-color: #245C95;
  color: #fff;
  border-color: #245C95;
}

.timeline-steps .timeline-step.complete .inner-circle {
  background-color: #267144;
  color: #fff;
  border-color: #267144;
}

.timeline-steps .timeline-step:not(:last-child):after {
  content: "";
  display: block;
  border-top: 0.25rem dotted var(--bs-gray-300);
  width: 100%;
  position: absolute;
  left: 50%;
  top: 1.5rem;
  transform: translateY(-50%);
  z-index: 0;
}

.timeline-steps .timeline-step.complete:not(:last-child):after,
.timeline-steps .timeline-step.active:not(:last-child):after {
  border-top: 0.25rem solid var(--bs-success);
}

@media (max-width: 575.98px) {
  .timeline-steps .timeline-content {
    max-width: 5.5rem;
  }
  .timeline-steps .timeline-content .inner-circle {
    height: 2.25rem;
    width: 2.25rem;
  }
  .timeline-steps .timeline-step:not(:last-child):after {
    top: 1.125rem;
  }
}
.inbox-container {
  /* Inbox Specific Styles */
}
.inbox-container .inbox-container .list-group-item.active {
  background-color: transparent !important;
  border: none;
}
.inbox-container .inbox-container .list-group-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  border-radius: 10px 10px 0 0;
}
.inbox-container {
  /* Message Bubbles */
}
.inbox-container .message-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.inbox-container .message {
  display: flex;
  width: 100%;
}
.inbox-container .message.admin {
  justify-content: flex-start;
}
.inbox-container .message.client {
  justify-content: flex-end;
}
.inbox-container .message-content {
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.inbox-container .message.admin .message-content {
  background-color: #fff;
  border: 1px solid #eef0f2;
  color: #212529;
  border-bottom-left-radius: 2px;
}
.inbox-container .message.client .message-content {
  background-color: #245C95;
  color: #fff;
  border-bottom-right-radius: 2px;
}
.inbox-container .message-sender {
  font-size: 0.75rem;
  margin-bottom: 4px;
  color: #6c757d;
  font-weight: 600;
}
.inbox-container .message.client .message-sender {
  text-align: right;
  opacity: 0.8;
}
.inbox-container .message-time {
  display: block;
  font-size: 0.7rem;
  margin-top: 4px;
  opacity: 0.7;
  text-align: right;
}

.campaign-details .max-h {
  height: 220px;
  overflow-y: scroll;
}
.campaign-details .card_ {
  border: 1px solid #C7D6E5;
  border-radius: 4px;
  padding: 12px 20px;
}

.leaflet-header {
  background-color: #dfe4ea;
  border-radius: 12px;
}
.leaflet-header p {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.leaflet-card {
  background-image: url(/assets/images/front/about-distribution.png);
  background-size: cover;
  background-position: center;
  min-height: 400px;
  padding: 130px 0;
}
.leaflet-card .card-body {
  border: 1px solid rgba(206, 203, 203, 0.1);
  border-radius: 16px;
  padding: 24px;
  background-color: #fff;
  backdrop-filter: blur(10px);
}
.leaflet-card p {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: #5A5A5A;
}

.leaflet-middle-section .custom-bg {
  background-color: #dfe4ea;
}
.leaflet-middle-section .need-help {
  background-color: #245C95;
}
.leaflet-middle-section .need-help p,
.leaflet-middle-section .need-help h2 {
  color: #ffffff;
}
.leaflet-middle-section .need-help button {
  border: 2px solid white;
}

.most-popular {
  border: 1px solid rgba(36, 92, 149, 0.25);
  border-radius: 8px;
}
.most-popular .column-container {
  border: 2px solid #DDDBDB;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
  transition: transform 0.3s ease;
}
.most-popular .column-container:hover {
  border-color: #245C95;
  transform: translateY(-15px);
}
.most-popular .column-container h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  color: #245C95;
}
.most-popular .column-container .card-header-blue {
  background-color: #245C95;
  color: #ffffff;
}
.most-popular .column-container .most-popular-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff !important;
  color: #245C95;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: Inter;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
}
@media (min-width: 992px) {
  .most-popular .column-container.popular-card {
    margin-top: -2rem !important;
    box-shadow: 0 10px 30px rgba(36, 92, 149, 0.15);
    border-color: #245C95;
  }
}
@media screen and (max-width: 376px) {
  .most-popular {
    border: none;
  }
  .most-popular .column-container {
    padding: 0 !important;
    border: unset;
    box-shadow: none !important;
  }
}

.important-section .notice-box {
  padding: 20px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
.important-section .notice-header {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.important-section .notice-header i {
  font-size: 22px;
  margin-right: 8px;
}
.important-section .notice-list {
  list-style-type: disc;
  padding-left: 20px;
}

.assigned-distributor .distributor {
  padding: 10px;
  border-radius: 4px;
  flex: 0 0 200px;
}
.assigned-distributor .distributor.active {
  background-color: #F0F5FC;
}

.invoice-wrapper {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin: 4rem auto 14rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── TOP BAR ── */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  border-bottom: 1px solid #eee;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 52px;
  height: 52px;
  border: 2.5px solid #1a3a8f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #1a3a8f;
  position: relative;
}

.logo-icon::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 2px solid #245C95;
  border-radius: 50%;
}

.logo-text {
  font-family: "Montserrat", sans-serif;
}

.logo-text .brand {
  font-size: 20px;
  font-weight: 800;
  color: #1a3a8f;
  line-height: 1.1;
  letter-spacing: 1px;
}

.logo-text .sub {
  font-size: 11px;
  font-weight: 600;
  color: #555;
  letter-spacing: 2px;
}

.top-note {
  font-size: 12px;
  color: #444;
}

.top-note strong {
  color: #111;
}

/* ── HEADER BAND ── */
.header-band {
  display: flex;
  align-items: center;
}

.band-orange {
  background: #245C95;
  flex: 1;
  height: 54px;
}

.band-title {
  background: #fff;
  padding: 0 36px;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #111;
  letter-spacing: 3px;
  line-height: 54px;
}

.band-square {
  background: #245C95;
  width: 54px;
  height: 54px;
}

/* ── BILL TO / META ── */
.meta-section {
  display: flex;
  justify-content: space-between;
  padding: 22px 28px 18px;
}

.bill-to h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.bill-to p {
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}

.bill-to p strong {
  color: #111;
}

.invoice-meta {
  text-align: right;
}

.invoice-meta p {
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}

.invoice-meta p strong {
  color: #111;
}

.status-unpaid {
  color: #e53e3e !important;
  font-weight: 700;
}

/* ── TABLE ── */
.invoice-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}

.invoice-table thead {
  background: #245C95;
}

.invoice-table thead th {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 13px 28px;
  text-align: left;
}

.invoice-table thead th:not(:first-child) {
  text-align: center;
}

.invoice-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.invoice-table tbody tr:hover {
  background: #fafafa;
}

.invoice-table tbody td {
  padding: 16px 28px;
  font-size: 13px;
  color: #333;
}

.invoice-table tbody td:first-child {
  font-weight: 700;
  color: #111;
}

.invoice-table tbody td:not(:first-child) {
  text-align: center;
}

/* ── FOOTER SECTION ── */
.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 28px 16px;
  gap: 20px;
}

.payment-info {
  flex: 1;
}

.payment-info .thanks {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #111;
  margin-bottom: 12px;
}

.payment-info h4 {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.payment-info p {
  font-size: 12.5px;
  color: #333;
  margin-bottom: 4px;
}

.payment-info p strong {
  color: #111;
}

.qr-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.qr-placeholder {
  width: 100px;
  height: 100px;
  border: 2px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #555;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Simple QR pattern using CSS */
.qr-placeholder svg {
  width: 100%;
  height: 100%;
}

.totals-block {
  min-width: 260px;
}

.totals-block .row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #333;
  margin-bottom: 8px;
  padding: 0 4px;
}

.totals-block .row strong {
  color: #111;
}

.total-final {
  background: #245C95;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  margin-top: 6px;
}

.total-final span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.total-final .amount {
  background: #fff;
  padding: 4px 20px;
  font-weight: 700;
  font-size: 14px;
  color: #111;
  min-width: 110px;
  text-align: center;
}

/* ── DIVIDER ── */
.divider-bar {
  display: flex;
  align-items: center;
  padding: 8px 28px;
  gap: 10px;
}

.divider-bar .line-orange {
  flex: 2;
  height: 2px;
  background: #245C95;
}

.divider-bar .line-gray {
  flex: 1;
  height: 1px;
  background: #ccc;
}

.divider-bar .sign-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.divider-bar .line-gray2 {
  flex: 0.5;
  height: 1px;
  background: #245C95;
}

/* ── CONTACT BAR ── */
.contact-bar {
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px;
  border-top: 1px solid #eee;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  background: #245C95;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}

.contact-item .info {
  font-size: 11.5px;
  color: #333;
  line-height: 1.6;
}

/* Print button */
.print-btn {
  display: block;
  margin: 3rem auto 3rem;
  background: #1a3a8f;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background 0.2s;
  border-radius: 6px;
}

.print-btn:hover {
  background: #245C95;
  color: #111;
}

@media print {
  body {
    background: #fff;
    padding: 0;
  }
  .invoice-wrapper {
    box-shadow: none;
  }
  .print-btn {
    display: none;
  }
}
.blogs-sec {
  padding: 60px 0;
  margin: 40px 0;
}

.blogs-header {
  text-align: center;
  margin-bottom: 50px;
}

.blogs-title {
  font-size: 40px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #333;
  margin: 0;
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .blogs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.blog-card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.blog-image-wrapper {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
  text-decoration: none;
}
.blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-card:hover .blog-image-wrapper img {
  transform: scale(1.05);
}

.blog-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-title {
  font-size: 24px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 12px 0;
  line-height: 100%;
  flex-shrink: 0;
}

.blog-card-title-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-title-link:hover {
  color: #245C95;
  text-decoration: none;
}

.blog-description {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #666;
  line-height: 150%;
  margin: 0 0 16px 0;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #245C95;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-top: auto;
}
.blog-read-more i {
  transition: transform 0.3s ease;
  transform: rotate(-20deg);
}
.blog-read-more:hover {
  color: #245C95;
  text-decoration: none;
}
.blog-read-more:hover i {
  transform: rotate(-40deg) translateX(4px);
}

.text-center.py-5 {
  padding: 60px 20px !important;
}

.blog-detail-sec {
  padding: 60px 0;
}

.blog-detail {
  max-width: 960px;
  margin: 0 auto;
}

.blog-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 137px;
  height: 36px;
  padding: 8px 12px;
  border-radius: 26843500px;
  border: 0.8px solid #245C95;
  color: #245C95;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  opacity: 1;
}
.blog-detail-back i {
  transition: transform 0.3s ease;
}
.blog-detail-back:hover {
  color: #245C95;
  text-decoration: none;
}
.blog-detail-back:hover i {
  transform: translateX(-4px);
}

.blog-detail-title {
  font-size: 36px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #333;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .blog-detail-title {
    font-size: 28px;
  }
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #888;
  margin-bottom: 24px;
}
.blog-detail-meta i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.blog-detail-sep {
  color: #ccc;
  font-weight: 300;
}

.blog-detail-figure {
  width: 100%;
  height: 499px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-detail-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4 {
  font-family: "DM Sans", sans-serif;
  color: #333;
  margin-top: 28px;
  margin-bottom: 12px;
}
.blog-detail-content p {
  margin-bottom: 16px;
}
.blog-detail-content ul, .blog-detail-content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.blog-detail-content li {
  margin-bottom: 8px;
}
.blog-detail-content strong {
  color: #333;
}

.blog-detail-meta-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #888;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.blog-detail-meta-bottom i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.blog-detail-like-wrap {
  margin-top: 24px;
}

.blog-detail-like-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-detail-like-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.blog-detail-like-btn:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}
.blog-detail-like-btn:hover i {
  transform: scale(1.15);
}
.blog-detail-like-btn.liked {
  background: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
.blog-detail-like-btn.liked:hover {
  background: #c0392b;
  border-color: #c0392b;
}

.blog-detail-sec {
  padding: 60px 0;
}

.back-btn {
  border-radius: 20px;
  padding: 6px 12px;
}

.blog-title {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}

.blog-meta {
  font-size: 14px;
  color: #6c757d;
}

.blog-image-wrapper {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.blog-content p {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .blog-title {
    font-size: 22px;
  }
  .blog-image-wrapper {
    max-height: 260px;
  }
}
.d-block-print {
  display: none;
}

.pdf-mode .d-none-print {
  display: none;
}
.pdf-mode .d-block-print {
  display: block;
}

@media print {
  .d-none-print {
    display: none;
  }
}
.about-page .sec-head-title {
  font-size: 58px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 40px !important;
}

.about-content {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

.about-content img {
  width: 100%;
  max-width: 820px;
  height: auto;
  display: block;
  margin: 0 auto 40px auto;
  border-radius: 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-content img:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12), 0 12px 32px rgba(0, 0, 0, 0.06);
}

.about-content p {
  color: #5f6c7b;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

@media (max-width: 992px) {
  .about-page .sec-head-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .about-page .sec-head-title {
    font-size: 30px;
  }
  .about-content p {
    font-size: 15px;
  }
}
.transition-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.highlight-card {
  background-color: #F0F5FC;
  /* Light blue highlight */
  border: 1px solid #245C95;
  /* Primary color border or similar */
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.initials-circle {
  background-color: #3670BA; /* Using the slightly brighter theme color */
  color: #fff;
}

.coverage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.8rem;
  border-radius: 8px;
  border: 1px solid rgba(36, 92, 149, 0.1);
  background-color: rgba(36, 92, 149, 0.06);
  color: #245C95;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 500;
}

.text_primary {
  color: #245C95 !important;
}

/* Mobile Map Height Adjustment if needed */
@media (max-width: 991.98px) {
  #map {
    height: calc(100vh - 60px) !important;
    /* Adjust based on mobile header height if different */
  }
}
@media screen and (max-width: 1400px) {
  * {
    font-size: 15px;
  }
}

/*# sourceMappingURL=front.css.map */
