/* ===== HEADER START ===== */
/*
 * Fonts: Inter + Nohemi (LuLu Forex stack). Declarations in assets/css/fonts.css; files in assets/fonts/.
 * https://luluforex.com/
 */
:root {
  /* Nohemi everywhere except large presence counters (--lulu-font-stat) */
  --lulu-font-primary: nohemi, sans-serif;
  --lulu-font-secondary: Inter, sans-serif;
  --bs-font-sans-serif: nohemi, system-ui, sans-serif;
  /* Font Sizes */

  --fs-p: 16px;
  --fs-p--line-height: calc(1.5 / 1);
  --fs-h1: 65px;
  --spacing: 0.25rem;
  --text-base: 16;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  /* Bootstrap gutters — align with luluforex container padding (20px each side) */
  --bs-gutter-x: calc(var(--spacing) * 10);
  --bs-gutter-y: 0;
  --color-primary: var(--lulu-color-primary);
  --color-gray: #363b4c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--lulu-font-primary);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings:
    "kern" 1,
    "liga" 1;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--lulu-font-primary);
}

p,
li,
label,
input,
textarea,
select,
button,
.btn,
.form-control,
.form-select {
  font-family: var(--lulu-font-primary);
}

a {
  font-family: inherit;
}

/* ===============================
   LULU FOREX CONTAINER SIZES
================================ */

/* Default */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Medium Devices */
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

/* Large Devices */
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
  .lg-text-20 {
    font-size: calc(20 / var(--text-base) * 1rem);
  }
}

/* Extra Large */
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1040px;
  }
}

/* XXL */
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1020px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

section {
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 2;
}

/* Header */
.lulu-header {
  background: #004b87;
  min-height: 82px;
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1001;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

/* Same horizontal inset as page sections — luluforex.com wraps header in .container */
.lulu-header > .container {
  position: relative;
}

.header-inner {
  width: 100%;
  min-width: 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .header-inner {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.logo-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-link,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.logo-link .custom-logo {
  max-width: 130px;
  width: auto;
  height: auto;
  display: block;
}

.logo-link .custom-logo-sticky {
  display: none;
}

/* Scroll / white header par dark logo show */
body.header-scrolled .logo-link .custom-logo-default {
  display: none;
}

body.header-scrolled .logo-link .custom-logo-sticky {
  display: block;
}

.custom-logo {
  max-height: 54px;
  width: auto;
  display: block;
}

.custom-logo-sticky {
  display: none;
  width: 80%;
}

body.header-scrolled .lulu-header .header-inner {
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.header-scrolled .lulu-header {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
  .header-scrolled .desktop-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .header-scrolled .header-country {
    position: relative;
    margin-top: 0;
  }

  .header-scrolled .logo-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 0;
  }
}

body.header-scrolled .custom-logo-default {
  display: none;
}

body.header-scrolled .custom-logo-sticky {
  display: block;
}

.site-title {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--lulu-font-secondary);
}

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

.desktop-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-nav .menu > li {
  position: relative;
  list-style: none;
}

.desktop-nav .menu > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 0;
  line-height: 1.2;
  transition: opacity 0.3s ease;
  font-family: var(--lulu-font-secondary);
}

.desktop-nav .menu > li > a:hover {
  opacity: 0.8;
  font-family: var(--lulu-font-secondary);
}

body.header-scrolled .desktop-nav .menu > li > a,
body.header-scrolled .country-current,
body.header-scrolled .site-title {
  color: #0f172a;
  font-family: var(--lulu-font-secondary);
}

.desktop-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
}

.desktop-nav .menu-item-has-children > a::after {
  content: "▾";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}

.desktop-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 999;
}

.desktop-nav .menu li:hover > .sub-menu {
  display: block;
}

.desktop-nav .sub-menu li {
  list-style: none;
}

.desktop-nav .sub-menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  font-family: var(--lulu-font-secondary);
}

.desktop-nav .sub-menu li a:hover {
  background: #f4f4f4;
}

.header-country {
  position: relative;
}

.country-current {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  font-family: var(--lulu-font-secondary);
}

.country-flag {
  font-size: 18px;
  line-height: 1;
}

.country-arrow {
  font-size: 11px;
  line-height: 1;
}

.country-dropdown-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 210px;
  background: #ffffff;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 1000;
  border-radius: 4px;
  overflow-y: scroll;
  height: 184px;
}

.header-country.open .country-dropdown-list {
  display: block;
}

.country-dropdown-list li {
  list-style: none;
}

.country-dropdown-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--lulu-font-secondary);
}

.country-dropdown-list li a:hover {
  background: #f4f4f4;
}

.country-dropdown-list .is-current-site a {
  font-weight: 600;
}

.desktop-country {
  flex-shrink: 0;
}

.mobile-menu-toggle {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  padding: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  display: block;
  transition: all 0.3s ease;
}

body.header-scrolled .mobile-menu-toggle span {
  background: #0f172a;
  font-family: var(--lulu-font-secondary);
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

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

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
  z-index: 10005;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100dvh;
  height: 100vh;
  max-height: 100dvh;
  padding-top: var(--lulu-header-h, 82px);
  box-sizing: border-box;
  background: #ffffff;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.35s ease;
  transform: translateX(100%);
  z-index: 10010;
  overflow: hidden;
  display: none;
  visibility: hidden;
  flex-direction: column;
}

.mobile-nav.active {
  transform: translateX(0);
  visibility: visible;
  display: flex;
}

.mobile-nav-inner {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile-nav-panels {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mobile-nav-track {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  height: auto;
  align-items: stretch;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.mobile-nav-panel {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 0;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.mobile-nav-panel-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.mobile-nav-panel-root .mobile-nav-panel-body {
  flex: 1 1 auto;
  min-height: 0;
}

.mobile-nav-panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 12px 16px 14px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.mobile-nav-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #111;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  font-family: var(--lulu-font-secondary);
}

.mobile-nav-panel-title {
  font-family: var(--lulu-font-secondary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  text-decoration: none;
}

.menu {
  margin: 0;
  padding: 20px 0 120px;
  list-style: none;
}

.menu li {
  list-style: none;
  position: relative;
}

.menu li a {
  display: block;
  padding: 16px 22px;
  color: #111111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  font-family: var(--lulu-font-secondary);
}

.mobile-nav .menu,
.mobile-nav .mobile-menu {
  margin: 0;
  padding: 0 0 1rem;
  list-style: none;
}

.mobile-nav-panel-root .mobile-menu,
.mobile-nav-panel-root .menu {
  padding-bottom: 1.5rem;
}

/* Root slide — dark text, no underline */
.mobile-nav-panel-root .menu > li > a,
.mobile-nav-panel-root .mobile-menu > li > a {
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--lulu-font-secondary);
}

.mobile-nav-panel-root .menu > li > a:hover,
.mobile-nav-panel-root .mobile-menu > li > a:hover,
.mobile-nav-panel-root .menu > li > a:focus-visible,
.mobile-nav-panel-root .mobile-menu > li > a:focus-visible {
  color: #111;
  text-decoration: none;
}

/* Mobile drill-down: submenus open on next slide, not accordion */
.mobile-nav-panel-root .sub-menu {
  display: none !important;
}

.mobile-nav-panel-root .menu-item-has-children > a.has-mobile-panel {
  padding-right: 48px;
}

.mobile-nav-panel-root .menu-item-has-children > a.has-mobile-panel::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: none;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
  transform: translateY(-65%) rotate(45deg);
  transition: none;
}

/* Sub slide — same link style as main menu */
.mobile-nav-panel:not(.mobile-nav-panel-root) .mobile-nav-panel-body {
  padding: 0;
}

.mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu {
  display: block !important;
  margin: 0;
  padding: 0 0 1.5rem;
  list-style: none;
  background: #fff;
  border-radius: 0;
  box-shadow: none !important;
}

.mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu li {
  margin: 0;
}

.mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu li a {
  display: block;
  padding: 16px 20px;
  font-family: var(--lulu-font-secondary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu li a:hover,
.mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu li a:focus-visible,
.mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu li a:visited {
  color: #111;
  text-decoration: none;
}

.mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu li:last-child a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu .menu-item-has-children > a {
  position: relative;
  padding-right: 44px;
}

.menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.menu .menu-item-has-children.submenu-open > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.149) !important;
}

.menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.menu .sub-menu li a {
  padding: 10px 36px;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  font-family: var(--lulu-font-secondary);
}

.mobile-country-wrap {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: auto;
  padding: 12px;
  background: #fff;
  z-index: 20;
  flex-shrink: 0;
  border-top: 1px solid #dddddd;
}

.mobile-country {
  width: 100%;
}

.mobile-country .country-current {
  width: 100%;
  min-height: 44px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 10px 12px;
  color: #111111;
  justify-content: space-between;
}

.country-text {
  font-size: 13px;
  font-weight: 400;
  color: #111111;
  font-family: var(--lulu-font-secondary);
}

.country-selected-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mobile-country .country-dropdown-list {
  top: auto;
  bottom: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 100%;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #d7d7d7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1199px) {
  .desktop-nav .menu {
    gap: 28px;
  }

  .desktop-nav .menu > li > a {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav-track {
    transition: none;
  }
}

@media (max-width: 575px) {
  .custom-logo {
    max-height: 40px;
  }

  .site-title {
    font-size: 22px;
  }

  .mobile-nav-panel-root .menu > li > a,
  .mobile-nav-panel-root .mobile-menu > li > a {
    font-size: 1rem;
    padding: 14px 20px;
  }

  .mobile-nav-panel:not(.mobile-nav-panel-root) .sub-menu li a {
    font-size: 0.9375rem;
    padding: 13px 20px;
  }
}

/* ===== HEADER END ===== */

/* ===== HEADER END ===== */

/* ===== HOME PAGE START ===== */

/* Scroll reveal — light, professional (pairs with main.js IntersectionObserver) */
.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-subtle {
  transform: translate3d(0, 12px, 0);
  transition-duration: 0.55s;
}

/* Staggered siblings (columns or cards; supports .col.reveal or .col .reveal) */
.llc-stagger-children > .col-4:nth-child(1) .reveal,
.llc-stagger-children > .col-lg-3:nth-child(1) .reveal,
.llc-stagger-children > .col-md-4:nth-child(1) .reveal,
.llc-stagger-children > .col-lg-6:nth-child(1) .reveal,
.llc-stagger-children > [class*="col"]:nth-child(1).reveal {
  transition-delay: 0.04s;
}

.llc-stagger-children > .col-4:nth-child(2) .reveal,
.llc-stagger-children > .col-lg-3:nth-child(2) .reveal,
.llc-stagger-children > .col-md-4:nth-child(2) .reveal,
.llc-stagger-children > .col-lg-6:nth-child(2) .reveal,
.llc-stagger-children > [class*="col"]:nth-child(2).reveal {
  transition-delay: 0.1s;
}

.llc-stagger-children > .col-4:nth-child(3) .reveal,
.llc-stagger-children > .col-lg-3:nth-child(3) .reveal,
.llc-stagger-children > .col-md-4:nth-child(3) .reveal,
.llc-stagger-children > [class*="col"]:nth-child(3).reveal {
  transition-delay: 0.16s;
}

.llc-stagger-children > .col-lg-3:nth-child(4) .reveal,
.llc-stagger-children > [class*="col"]:nth-child(4).reveal {
  transition-delay: 0.22s;
}

.llc-stagger-children > .slide:nth-child(1) .reveal {
  transition-delay: 0.04s;
}

.llc-stagger-children > .slide:nth-child(2) .reveal {
  transition-delay: 0.09s;
}

.llc-stagger-children > .slide:nth-child(3) .reveal {
  transition-delay: 0.14s;
}

.llc-stagger-children > .slide:nth-child(4) .reveal {
  transition-delay: 0.19s;
}

/* Animated statistics */
.llc-count {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  min-width: 0.6em;
  letter-spacing: -0.02em;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-subtle {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .llc-stagger-children > * .reveal,
  .llc-stagger-children > .slide .reveal {
    transition-delay: 0s !important;
  }
}

/* Hero Section */

/* hero video */
.hero {
  position: relative;
}

/* 🎥 FIX VIDEO BACKGROUND */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* 🌑 OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

/* CONTENT ABOVE */
.hero .container {
  position: relative;
  z-index: 2;
}

/* hero video exit */
.hero {
  /* background: #0d4786; */
  color: #fff;
  padding: 130px 0 100px;
  min-height: 500px;
  display: flex;
  align-items: center;
}

#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item {
  height: 280px;
}

.hero .row {
  min-height: 400px;
}

.main-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: left;
  font-family: var(--lulu-font-primary);
}

.carousel-indicators {
  margin-right: 75%;
  margin-left: 0%;
  padding-top: 15%;
}

/* Services Section */

.second-heading {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  font-family: var(--lulu-font-primary);
}

.lf-services-bg {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.lf-services-head h2 {
  font-size: 45px;
  color: #000;
  font-family: var(--lulu-font-primary);
  font-weight: 700;
}

.lf-services-head p {
  font-size: 18px;
  color: #0878b8;
  font-family: var(--lulu-font-primary);
  font-weight: 500;
}

.lf-services-slider {
  overflow: visible;
  padding-bottom: 0;
  margin-top: 6%;
}

.lf-services-slider .swiper-wrapper {
  align-items: stretch;
}

.lf-services-slider .swiper-slide {
  width: 420px !important;
  height: auto;
}

.lf-service-card {
  width: 420px !important;
  min-height: 560px;
  background: #fff;
  padding: 48px 42px 0;
  text-decoration: none;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-right: 1px solid #e5f4fb;
  border-radius: 0;
}

.lf-card-content {
  min-height: 129px;
}

.lf-service-card h3 {
  margin-top: -40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  font-family: var(--lulu-font-primary);
}

.lf-service-card p {
  font-size: 15px;
  line-height: 1.4;
  font-family: var(--lulu-font-secondary);
}

.lf-card-number {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0px;
  font-family: var(--lulu-font-primary);
}

.lf-card-video {
  width: 100%;
  height: 250px;
  margin-top: -50px;
  overflow: hidden;
}

.lf-card-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* =========================================================
SERVICES SLIDER ARROWS
========================================================= */

.lf-services-head-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.lf-services-title-wrap {
  flex: 1;
}

.lf-services-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Remove Text */
.lf-services-prev,
.lf-services-next {
  font-size: 0;
}

.lf-services-prev {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background-color: #0878b8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: -70px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.lf-services-prev:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* Next Arrow */
.lf-services-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background-color: #0878b8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: -70px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}

.lf-services-next:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}

/* Security Section */
.security-section {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

.security-top {
  margin-bottom: 70px;
}

.security-heading {
  font-size: 45px;
  line-height: 0.95;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: var(--lulu-font-primary);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: flex-start;
  margin-top: -40px;
}

.security-card {
  align-items: normal;
  gap: 18px;
  background-image:
    linear-gradient(
      201.14deg,
      rgba(188, 231, 255, 0.75) 3.97%,
      rgba(235, 248, 255, 0.75) 42.62%
    ),
    url("../img/bg.svg");

  background-repeat: no-repeat;
  background-size:
    cover,
    100% 100%;
  background-position: center, center;

  border-radius: 28px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  opacity: 0.5=more transparent;
  height: 306px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
}

.security-card:hover {
  opacity: 1;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-color: transparent;
  border-bottom: 10px solid #8fd8ff;
}

.security-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: #a8e8e7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.security-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.security-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
  text-align: left;
  line-height: 25px;
  font-family: var(--lulu-font-primary);
}

.security-content h4 a {
  color: #5d6e3a;
  text-decoration: underline;
}

.security-desc {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #272f43;
  margin: 0;
  text-align: left;
  font-family: var(--lulu-font-secondary);
}

/* Presence Cards Section */
.lulu-advantage-section {
  padding: 90px 0;
  background: #fff;
}

.section-heading {
  margin-bottom: 55px;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  display: block;
  margin-bottom: 12px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  font-family: var(--lulu-font-primary);
}

.advantage-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.icon-box {
  width: 90px;
  height: 90px;
  background: #f3f7ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.icon-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.advantage-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
  font-family: var(--lulu-font-primary);
}

.advantage-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
  font-family: var(--lulu-font-primary);
}

/* Card Hover Background Image */

.advantage-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom: 10px solid #8fd8ff;
}

/* Background Image Overlay */
.advantage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/advantage_card_bg.svg") no-repeat;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
  background-size: 100% 100%;
  margin-left: 60px;
}

/* Hover */
.advantage-card:hover::before {
  opacity: 1;
}

.advantage-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
}

/* Text White on Hover */
.advantage-card:hover h4,
.advantage-card:hover p {
  color: #000;
}

/* Icon Box Hover */
.advantage-card:hover .icon-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
}

.luluAdvantageSlider {
  overflow: hidden;
}

.luluAdvantageSlider .swiper-slide {
  height: auto;
}

.advantage-nav {
  display: flex;
  gap: 12px;
}

.advantage-prev {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background-color: #0878b8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
  margin-top: -10px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.advantage-prev:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* Next Arrow */
.advantage-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background-color: #0878b8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
  margin-top: -10px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}

.advantage-next:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}

/* Forex Buying Guide */
.forex-guide-section {
  position: relative;
  height: 100vh;
  background: #0d4786;
  color: #fff;
  overflow: hidden;
}

.forex-guide-sticky {
  height: 100%;
  display: flex;
  align-items: center;
}

.forex-guide-title {
  font-size: clamp(2.5rem, 5vw, 5rem);
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
  font-family: var(--lulu-font-primary);
}

.forex-step-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.forex-step-item {
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
  transition: all 0.35s ease;
  cursor: pointer;
  font-family: var(--lulu-font-primary);
}

.forex-step-item.active {
  color: #58beff;
}

.forex-phone-stack {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  margin-left: 80px;
}

.forex-phone-image {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 660px;
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: all 0.45s ease;
  pointer-events: none;
}

.forex-phone-image.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.forex-content-box {
  position: relative;
  min-height: 360px;
}

.forex-content-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.45s ease;
}

.forex-content-item.active {
  opacity: 1;
  transform: translateY(0);
}

.forex-count {
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 1;
  color: #58beff;
  margin-bottom: 1rem;
}

.forex-content-item h3 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.forex-content-item p {
  font-size: 1.05rem;
  line-height: 1.45;
  max-width: 360px;
  margin-bottom: 0;
  color: #fff;
}

.forex-scroll-triggers {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.forex-trigger {
  height: 100vh;
}

.branches-section {
  max-width: 380px;
  height: 380px;
  position: relative;
  z-index: 2;
  margin-left: -30%;
}

.testimonial-section {
  background: #0e4b84;
  color: #fff;
  padding: 80px 0px 40px 0;
}

.testimonial-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #fff;
}

.testimonial-card {
  height: 100%;
  padding-right: 20px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 28px;
  color: #e2edf8;
  margin-bottom: 50%;
  max-width: 320px;
  max-height: 15% !important;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 30px;
}

.profile {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.user-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}

.user-country {
  font-size: 14px;
  color: #d6e7f5;
  margin-bottom: 6px;
}

.flag {
  width: 22px;
  height: auto;
  display: block;
}

.testimonial-dots {
  text-align: center;
  margin-top: 50px;
}

.testimonial-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.testimonial-dots span.active {
  background: #fff;
}

.testimonialSwiper {
  padding-bottom: 20px;
}

.swiper-slide {
  height: auto;
}

.testimonial-card {
  height: 100%;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #dff1fb;
  box-shadow: none;
}

.accordion-button {
  color: #000;
  background-color: #fff;
  font-family: var(--lulu-font-primary);
  font-size: 18px;
  font-weight: 700;
  padding: 30px 40px;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.accordion-body {
  padding: 10px 0px 30px 40px;
}

.accordion-item {
  color: #000;
  background-color: #dff1fb;
  border: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.accordion-button::after {
  width: 0;
}

.accordion-button {
  position: relative;
  padding-right: 45px;
}

.accordion-button::after {
  display: none !important;
}

/* PLUS sign (default - closed) */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
}

/* OPEN → MINUS */
.accordion-button:not(.collapsed)::before {
  content: "_";
  color: #004b93;
}

@media (max-width: 575.98px) {
  .presence-main-title {
    font-size: 30px;
  }

  .presence-card h5 {
    font-size: 20px;
  }

  .branches-section {
    max-width: 230px;
    height: 230px;
  }

  .llc-fbg-phone-slot,
  .llc-fbg-phone {
    padding-left: 2% !important;
  }
}

.lulu-banner {
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100% !important;
  padding-bottom: 10%;
}

.swiper-pagination-bullet {
  background-color: #fafafa;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet:active {
  background-color: #b1b9c1;
}

.banner-content {
  max-width: 460px;
  padding: 0px 40px 0;
}

.banner-content h2 {
  font-size: 45px;
  line-height: 1.05;
  font-weight: 700;
  padding-top: 30%;
  color: #fff;
}

.banner-content h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}

.banner-content p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
  margin-bottom: 34px;
  max-width: 440px;
}

.security-card h4 {
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .banner-content h2 {
    font-size: 54px;
  }

  .banner-content h3 {
    font-size: 24px;
  }

  .banner-content p {
    font-size: 17px;
  }
}

@media (max-width: 575.98px) {
  .lulu-banner {
    min-height: 640px;
    background-position: 75% center;
  }

  .banner-content h2 {
    font-size: 32px;
  }

  .banner-content h3 {
    font-size: 18px;
  }

  .banner-content p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .lulu-header {
    min-height: 74px;
  }

  .header-inner {
    min-height: 74px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .custom-logo {
    max-height: 46px;
  }

  .desktop-nav,
  .desktop-country,
  body.header-scrolled .desktop-nav,
  body.header-scrolled .desktop-country,
  .header-scrolled .desktop-nav,
  .header-scrolled .header-country {
    display: block !important;
  }

  body.header-scrolled .lulu-header,
  body.menu-open .lulu-header {
    background: #fff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
  }

  body.menu-open .mobile-menu-toggle span,
  body.menu-open:not(.white-header) .mobile-menu-toggle span {
    background: #0f172a !important;
  }

  body.menu-open:not(.white-header) .custom-logo-default {
    display: none !important;
  }

  body.menu-open:not(.white-header) .custom-logo-sticky {
    display: block !important;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    margin-left: auto;
    z-index: 10025;
    position: relative;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-nav.active {
    display: flex;
  }

  .mobile-country-wrap {
    background: #fff;
  }

  .mobile-nav-panel-root .menu-item-has-children.submenu-open > .sub-menu {
    display: none !important;
  }

  .security-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .security-section {
    padding: 60px 0;
  }

  .security-grid {
    display: block;
  }

  .security-left {
    position: relative;
    top: auto;
    margin-bottom: 40px;
  }

  .security-heading {
    font-size: 38px;
  }

  .security-card {
    padding: 38px 22px;
  }

  .security-card h4 {
    font-size: 20px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .forex-guide-section {
    height: auto;
    padding: 60px 0;
  }

  .forex-guide-sticky {
    position: relative;
    height: auto;
    display: block;
  }

  .forex-step-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 30px;
  }

  .forex-step-item {
    font-size: 1.4rem;
  }

  .forex-phone-stack {
    min-height: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .forex-phone-image {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    display: none;
    max-height: 500px;
  }

  .forex-phone-image.active {
    display: block;
  }

  .forex-content-box {
    min-height: auto;
  }

  .forex-content-item {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    display: none;
  }

  .forex-content-item.active {
    display: block;
  }

  .forex-scroll-triggers {
    display: none;
  }

  .security-item h4 {
    font-size: 24px;
  }

  .presence-main-title {
    font-size: 38px;
  }

  .presence-card {
    min-height: auto;
  }

  .presence-card img {
    margin-bottom: 45px;
  }

  .testimonial-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .testimonial-text {
    max-width: 100%;
  }

  .lulu-banner {
    min-height: 750px;
    background-position: 68% center;
  }

  .banner-content {
    max-width: 420px;
    padding: 60px 0;
  }

  .banner-content h2 {
    font-size: 46px;
  }

  .banner-content h3 {
    font-size: 22px;
  }

  .banner-content p {
    font-size: 16px;
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .lf-services-head-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .lf-services-nav {
    margin-top: 20px;
    margin-top: 20px;
    position: absolute;
    /* top: 0; */
    bottom: -100px;
    z-index: 3;
    left: 130px;
  }

  .lf-services-slider .swiper-slide,
  .lf-service-card {
    width: 400px !important;
    margin-right: 30px;
  }

  .lf-service-card {
    min-height: 500px;
    padding: 35px 28px 0;
  }

  .lf-card-video {
    height: 220px;
  }

  .lf-services-bg {
    padding: 36px 0;
  }

  .lf-services-head h2 {
    font-size: 30px;
    color: #000;
    font-family: var(--lulu-font-primary);
    font-weight: 700;
  }

  .security-section {
    padding: 70px 0;
  }

  .security-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -1px;
  }

  .security-card {
    align-items: flex-start;
    margin-top: 20px;
  }

  .security-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .security-icon img {
    width: 50px;
    height: 50px;
  }

  .security-content h4 {
    font-size: 18px;
  }

  .lulu-advantage-section {
    padding: 70px 0 120px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .advantage-card {
    padding: 28px 24px;
  }

  .advantage-nav {
    display: flex;
    gap: 12px;
    position: absolute;
    bottom: -90px;
    left: 35%;
  }

  .main-heading {
    font-size: 45px;
  }

  .lulu-banner {
    min-height: 700px;
    background-position: 72% center;
  }

  .lulu-banner .banner-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.58) 45%,
      rgba(0, 0, 0, 0.3) 100%
    );
  }

  .banner-content {
    max-width: 100%;
    text-align: left;
    padding: 50px 0;
  }

  .banner-content h2 {
    font-size: 38px;
  }

  .banner-content h3 {
    font-size: 20px;
  }

  .banner-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .carousel-indicators {
    margin-right: 75%;
    margin-left: 0%;
    padding-top: 0%;
    margin-top: -8%;
    width: 90%;
  }

  .banner-content h3 {
    font-size: 22px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-title {
    font-size: 28px;
  }

  .testimonial-card {
    padding-right: 0;
  }

  .presence-cards-section {
    padding: 55px 0;
  }

  .second-heading {
    font-size: 30px;
  }

  .presence-card {
    padding: 28px 20px;
  }

  .services-section {
    padding: 50px 0;
  }
}
