@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  --font-scale: 1;
  font-size: calc(clamp(14px, 1.25vw, 18px) * var(--font-scale));
}

:focus {
  outline: 3px solid var(--alltyDark-blue-yellow);
  outline-offset: 1px;
}

:focus:not(:focus-visible) {
  outline: none;
}

.card:focus-visible {
  outline: 3px solid var(--alltyDark-blue-yellow);
  outline-offset: 1px;
}

:root {
  --white-text: #ffffff;
  --blue-txt: #00197e;
  --light-blue: #263238;
  --black-bg: #000000;
  --blue-bg: #00197e;
  --yellow-bg: #fee823;
  --alltyDark-blue-yellow: #2f6dff;
  --allty-black-text: #000000;
  --allty-yellow-txt: #fee823;
  --blue-border: #00197e;
  --yellow-border: #fee823;
  --standerd-white: #ffffff;
  --standerd-black: #000000;
  --standerd-grey: #4a4a4a;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  list-style: none;
  text-decoration: none;
  font-size: 1rem; /* = 18px max */
  font-weight: 400; /* Regular */
  line-height: 1.9; /* ≈ 34px at 18px font */
  color: #111;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1 {
  font-size: clamp(2.112rem, 4.5vw, 3.556rem); /* 40px → 64px */
  font-weight: 700; /* Bold */
  line-height: 1.313; /* 84 / 64 */
  margin: 0;
}

h2 {
  font-size: clamp(1.778rem, 3.34vw, 2.667rem); /* 32px → 48px */
  font-weight: 700; /* Bold */
  line-height: 1.4583; /* 70 / 48 */
  margin: 0;
}

h3 {
  font-size: clamp(1.334rem, 1.67vw, 1.334rem); /* 24px → 24px */
  font-weight: 600; /* Semi-Bold */
  line-height: 1.3333; /* 32 / 24 */
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
}

/* ================= COLOR MODES ================= */

body.theme-dark {
  --blue-bg: #000000;
  --standerd-white: #000000;
  --light-blue: #ffffff;
  --yellow-bg: #000000;
  --standerd-black: #ffffff;
  --alltyDark-blue-yellow: #fefd02;
  --blue-txt: #ffffff;
  --blue-border: #ffffff;
  --standerd-grey: #ffffff;
  background: #000000;
  color: #ffffff;
}

body.theme-yellow {
  --black-bg: #ffface;
  --blue-bg: #ffface;
  --standerd-white: #ffface;
  --yellow-bg: #ffface;
  --white-text: #000000;
  --alltyDark-blue-yellow: #000000;
  --yellow-border: #000000;
  --allty-yellow-txt: #000000;
  --standerd-grey: #000000;
  background-color: #ffface;
  color: #000000;
}

body.theme-cyan {
  --blue-bg: #e3ffff;
  --black-bg: #e3ffff;
  --standerd-white: #e3ffff;
  --yellow-bg: #e3ffff;
  --white-text: #000000;
  --alltyDark-blue-yellow: #000000;
  --yellow-border: #000000;
  --allty-yellow-txt: #000000;
  --standerd-grey: #000000;
  background-color: #e3ffff;
  color: #000000;
}

body.theme-red {
  --blue-bg: #ffd1b9;
  --black-bg: #ffd1b9;
  --standerd-white: #ffd1b9;
  --light-blue: #000000;
  --yellow-bg: #ffd1b9;
  --white-text: #000000;
  --alltyDark-blue-yellow: #000000;
  --yellow-border: #000000;
  --allty-yellow-txt: #000000;
  --standerd-grey: #000000;
  background-color: #ffd1b9;
  color: #000000;
}

/* Navbar stays unchanged */
body.theme-yellow .nav-container,
body.theme-cyan .nav-container,
body.theme-red .nav-container,
body.theme-dark .nav-container {
  background-color: initial;
  color: initial;
}

body.theme-yellow .our-approach-container::after,
body.theme-yellow .our-approach-container::before,
body.theme-cyan .our-approach-container::after,
body.theme-cyan .our-approach-container::before,
body.theme-red .our-approach-container::after,
body.theme-red .our-approach-container::before,
body.theme-dark .our-approach-container::after,
body.theme-dark .our-approach-container::before {
  display: none;
  content: none;
}

body.theme-yellow .section3-container::after,
body.theme-yellow .section3-container::before,
body.theme-cyan .section3-container::after,
body.theme-cyan .section3-container::before,
body.theme-red .section3-container::after,
body.theme-red .section3-container::before,
body.theme-dark .section3-container::after,
body.theme-dark .section3-container::before {
  display: none;
  content: none;
}

body.theme-dark .star {
  filter: invert(1) brightness(2);
}

body.theme-yellow .logo-finvest,
body.theme-cyan .logo-finvest,
body.theme-red .logo-finvest {
  content: url("../assets/icons/alltyDark-finvest-logo.svg");
}

body.theme-yellow .socials a,
body.theme-cyan .socials a,
body.theme-red .socials a {
  filter: invert(1) brightness(2);
}

body.theme-yellow .btn-get-started,
body.theme-cyan .btn-get-started,
body.theme-red .btn-get-started {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

body.theme-yellow .btn-get-started:hover,
body.theme-cyan .btn-get-started:hover,
body.theme-red .btn-get-started:hover {
  color: #000000;
  background-color: #ffffff;
}

/* accessibility */
.toolbar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--standerd-white);
}

.toolbar-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 53px;
  padding: 0.667vw clamp(70px, 6.875vw, 99px);
  justify-content: space-between;
}
.accessibility-btns {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.556rem, 1.823vw, 1.334rem);
}

.txt-style-change-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.font-size-change-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.667rem, 1.5625vw, 1rem);
}
.font-style-change-btn {
  display: inline-flex;
  gap: 1rem;
}

.bg-color-change-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.2s;
  background-color: #ffffff;
}

.btn:hover {
  opacity: 0.8;
}

.btn.accessibility {
  border: none;
  width: 33px;
  height: 33px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: unset;
}

.btn.blue {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.112rem;
  color: #00197e;
  border: none;
}

.btn.black {
  font-size: 1rem;
  background-color: #000000;
  color: #ffffff;
  border-radius: 2px;
  width: 30px;
  height: 30px;
}

.btn.black.white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #0a9aaa;
}

.btn.yellow {
  background-color: #fefd02;
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
}

.btn.cyan {
  background-color: #e3ffff;
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
}

.btn.orange {
  background-color: #fd5f04;
  border: 1px solid #000000;
  width: 30px;
  height: 30px;
}

.skip-link {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ffffff;
}

.skip-link a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #00197e;
  text-decoration: none;
}

.skip-link img {
  width: 24px;
  height: 24px;
}

/* hambargar button */
.hamburger {
  width: 42px;
  height: 42px;
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 0.3125rem;
}

.nav-allty {
  display: none;
  cursor: pointer;
  width: 43px;
  height: 43px;
  border: none;
  background: none;
  padding: 0;
}

.nav-allty img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Mobile Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -200%;
  width: 50%;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 2000;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.mobile-sidebar.accessibility-mode {
  width: 100%;
  gap: 20px;
}

.mobile-sidebar.active {
  right: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
  padding: 8px 24px;
  background: #ffffff;
  border-bottom: none;
}

.sidebar-finvest-logo {
  content: "";
}

.close-btn {
  color: #000000;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  height: 30px;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.mobile-sidebar.accessibility-mode .sidebar-menu {
  display: none;
}

.mobile-sidebar.accessibility-mode .sidebar-started-btn {
  display: none;
}

.accessibility-panel {
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.mobile-sidebar.accessibility-mode .accessibility-panel {
  display: flex;
}

.accessibility-panel .sidebar-header {
  margin-top: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.accessibility-panel .accessibility-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.accessibility-panel .txt-style-change-btn {
  flex-direction: column;
  gap: 12px;
}

.accessibility-panel .font-size-change-btn,
.accessibility-panel .font-style-change-btn {
  justify-content: center;
  gap: 8px;
}

.accessibility-panel .bg-color-change-btn {
  justify-content: center;
  gap: 12px;
}

.accessibility-panel .btn {
  width: 100%;
  padding: 10px;
}

.accessibility-panel .skip-link {
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}

/* Separate Accessibility Sidebar */
.allty-sidebar {
  position: fixed;
  top: 0;
  right: -200%;
  width: 294px;
  height: 323px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  z-index: 2001;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.allty-sidebar.active {
  right: 0;
}

.allty-sidebar-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 24px;
  background-color: #f8f5f0;
  margin-top: 10px;
}

.allty-sidebar-header > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.allty-sidebar-header span {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
}

.allty-close-btn {
  color: #000000;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  font-size: 34px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.allty-sidebar .accessibility-btns {
  margin: 0 auto;
  width: 173px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.allty-sidebar .txt-style-change-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.allty-sidebar .font-size-change-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.allty-sidebar .font-style-change-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.allty-sidebar .bg-color-change-btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}

.allty-sidebar .btn {
  min-height: 30px;
  font-size: 18px;
  border-radius: 2px;
  flex: 1;
  min-width: 30px;
}

.allty-sidebar .btn.blue {
  white-space: nowrap;
}

.allty-sidebar .btn.yellow,
.allty-sidebar .btn.cyan,
.allty-sidebar .btn.orange {
  width: 30px;
  height: 30px;
  padding: 0;
  flex: 0;
  min-width: 30px;
}

.allty-sidebar .skip-link {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
}

.allty-sidebar .skip-link a {
  font-size: 18px;
  color: #00197e;
  font-weight: 500;
  cursor: pointer;
}

.allty-sidebar .skip-link img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.sidebar-menu li {
  padding: 10px 10px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-left: 4px solid transparent;
}

.sidebar-menu li:hover {
  border-left-color: #fee823;
}

.sidebar-menu li a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #000000;
  font-size: 1.334rem;
  font-weight: 500;
  flex: 1;
  display: block;
}

.sidebar-menu li.active a {
  color: #000000;
  font-weight: 600;
}

.sidebar-started-btn {
  margin-left: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sidebar-started-btn button {
  width: 23.8ch;
  background-color: #fee823;
  color: #000000;
  padding: 22px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}

.sidebar-started-btn button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #fee823;
}

/* Overlay */
.overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1500;
}

.overlay.active {
  display: block;
}

/* !-----------navbar style start here-------------! */
.nav {
  align-items: center;
  width: 100%;
  height: 83px;
  background-color: #000000;
}
.nav-container {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 16px clamp(70px, 6.875vw, 99px);
  margin: 0 auto;
}
.logo-icon {
  width: 191px;
  height: 51px;
  cursor: pointer;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.334rem;
}

.nav-links a {
  font-size: 18px;
  position: relative;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 21px;
  white-space: nowrap;
  color: #fff;
  list-style-type: none;
  padding: 10px 10px;
  cursor: pointer;
}

.nav-links li {
  list-style: none;
}

.nav-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contact-btn {
  font-family: "Roboto", sans-serif;
  width: 133px;
  height: 46px;
  border-radius: 8px;
  padding: 22px 14px;
  font-size: 18px; /* 18px at 1440 */
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd84d;
  border: 2px solid #ffd84d;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.contact-btn:hover {
  background-color: #ffff;
  border: 2px solid #ffd84d;
  color: #ffd84d;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #f5c400;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

/* hover */
.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.nav-links a:hover {
  color: #ffd84d;
}

/* !----------navbar style ends here--------------! */

/*!------------ main section ------------!*/

/* section-1 */
.hero-section {
  margin: 0 auto;
  background-color: var(--blue-bg);
  display: flex;
  justify-content: center;
}
.wrapper-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 6px;
  max-width: 1440px;
  padding: 2rem clamp(2.222rem, 6.597vw, 5.278rem);
}

.right-div {
  width: 100%;
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 611px;
}

.text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 2.3334rem;
}

.text-section h1 {
  text-align: left;
  color: var(--white-text);
}
.hero-heading-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  white-space: nowrap;
}

.text-section p {
  text-transform: capitalize;
  max-width: 56.5ch;
  text-align: left;
  line-height: 2.223;
  color: var(--white-text);
}

.hero-buttons {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 1.334rem;
}

.btn-get-started,
.btn-our-services {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 8px;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-get-started {
  width: 100%;
  max-height: 60px;
  height: 100%;
  max-width: 211px;
  border: 1px solid #1cb098;
  background-color: #ffd84d;
  color: #000;
}

.btn-get-started:hover {
  background-color: #ffff;
  color: black;
  border: 1px solid #f5c518;
}

.btn-our-services {
  width: 100%;
  max-width: 230px;
  max-height: 60px;
  height: 100%;
  border: 2px solid var(--white-text);
  background-color: transparent;
  color: var(--white-text);
}

.btn-our-services:hover {
  border: 2px solid #000000;
  background-color: #000000;
  color: #ffff;
}

.left-div {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.left-div img {
  max-width: 509px;
  width: 100%;
  height: auto;
  align-items: end;
}

/* section-2 */

.section2-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-guiding-div {
  display: flex;
  flex-direction: column;
  gap: 1.778rem;
}
.main-text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.main-text-section h2 {
  color: var(--standerd-black);
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 600;
}

.main-text-section p {
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.889;
  font-weight: 400;
}
.section2-wrapper-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: 6.112rem;
  padding: 50px 5.5556rem;
}

.main-txt {
  color: var(--alltyDark-blue-yellow);
}

.info-cards {
  display: flex;
  flex-direction: column;
  gap: 1.333rem;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.333rem 2rem;
  border: 1px solid var(--blue-border);
  border-radius: 12px;
}

.info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}

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

.info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.667rem;
}
.info-content h3 {
  font-family: "Figtree", sans-serif;
  font-size: 1.333rem;
  font-weight: 600;
}

.info-content p {
  font-family: "Figtree", sans-serif;
  text-align: left;
  font-size: 1rem;
  line-height: 1.889;
}

.story-guiding-img {
  margin-right: 70px;
}

.story-guiding-img img {
  display: block;
  height: 100%;
}

/* section-3*/
/* why choose us */
.section3-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-bg);
  overflow: hidden;
  z-index: 1;
}
.section3-wrapper-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  gap: 1.778rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px clamp(82px, 8.056vw, 6.445rem);
}
.section3-container::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(47, 109, 255, 1) 0%,
    rgb(34, 86, 208, 0.3) 60%
  );
  border-radius: 50%;
  filter: blur(100px);
  top: -150px;
  left: -140px;
  z-index: 0;
  pointer-events: none;
}
.section3-container::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(47, 109, 255, 1) 0%,
    rgb(34, 86, 208, 0.3) 60%
  );
  border-radius: 50%;
  filter: blur(100px);
  top: -150px;
  right: -140px;
  z-index: 0;
  pointer-events: none;
}
.background-vector-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.why-choose-us-txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.why-choose-us-txt h2 {
  color: var(--white-text);
  font-size: clamp(2rem, 3.34vw, 3rem);
}

.why-choose-us-txt p {
  color: var(--white-text);
  font-size: 1rem;
  line-height: 1.889;
  max-width: 60ch;
}

.why-choose-us-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 593px));
  grid-auto-rows: auto;
  row-gap: 1.778rem;
  column-gap: 1.112rem;
  margin: 0 auto;
  width: 100%;
}

.why-choose-us-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.334rem;
  padding: 1.778rem 1.334rem;
  background-color: var(--standerd-white);
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2563eb;
  border-radius: 8px;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-txt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-txt h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.112rem;
  font-weight: 600;
}

.card-txt p {
  text-transform: capitalize;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: var(--light-blue);
  font-size: 1rem;
  line-height: 1.78;
}

/* section-4 -------------- our services ------------*/

.our-srvices-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.our-srvices-wrapper-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.778rem 5.5556rem;
}

.our-srvices-txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.our-srvices-txt h2 {
  font-weight: 600;
  line-height: 1.4583;
  font-size: clamp(2rem, 3.34vw, 2.667rem);
}

.our-srvices-txt h2 span {
  color: var(--alltyDark-blue-yellow);
}

.our-srvices-txt p {
  font-size: 1rem;
  line-height: 1.7778;
}

.our-services-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 608px));
  grid-auto-rows: auto;
  row-gap: 1.333rem;
  column-gap: 1.112rem;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .our-services-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    width: 100%;
  }
}

.our-services-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.889rem;
  padding: 1.223rem 1.667rem;
  border: 1px solid var(--blue-border);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--standerd-white);
}

.services-card-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.services-card-icon img {
  width: 100%;
  height: 100%;
}

.services-card-txt {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.services-card-txt h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.334rem;
  font-weight: 600;
}

.services-card-txt p {
  text-transform: capitalize;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.88889;
  overflow: hidden;
}

/* <-------------section-4 end here------------> */

/* <-------------section-5 start here - our approaches ------------> */

.our-approach-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--blue-bg);
  margin-top: -200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 100px;
}

.our-approach-container img {
  position: relative;
}

@media (max-width: 924px) {
  .our-approach-container {
    margin-top: -300px;
    padding-top: 260px;
    padding-bottom: 100px;
  }
}

.our-approach-container::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(47, 109, 255, 1) 0%,
    rgb(34, 86, 208) 60%
  );
  border-radius: 50%;
  filter: blur(80px);
  bottom: -130px;
  right: -180px;
  z-index: 0;
  pointer-events: none;
}

.our-approach-container::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(47, 109, 255, 1) 0%,
    rgb(34, 86, 208) 60%
  );
  border-radius: 50%;
  filter: blur(80px);
  top: -100px;
  left: -150px;
  z-index: 0;
  pointer-events: none;
}

.our-approach-wrapper-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(1rem, 3.472vw, 2.778rem) clamp(50px, 7.056vw, 5.556rem);
  z-index: 1;
}

.our-approach-txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.our-approach-txt h2 {
  color: var(--white-text);
  font-size: clamp(2rem, 3.34vw, 3rem);
}

.our-approach-txt p {
  color: var(--white-text);
  font-size: 1rem;
  line-height: 1.7778;
}

.approach-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5.444rem;
}

.our-approach-cards {
  max-width: 637px;
  display: flex;
  flex-direction: column;
  gap: 1.334rem;
  flex: 1;
}

.our-approach-card {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.334rem;
  background-color: var(--standerd-white);
  border-radius: 8px;
  padding: clamp(24px, 1.3889vw + 12px, 32px) clamp(18px, 2.1167vw, 24px);
}

.approach-card-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00197e;
}

.approach-card-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.approach-card-txt h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.334rem;
  font-weight: 600;
  margin: 0;
}

.approach-card-txt p {
  text-transform: capitalize;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.7778;
  margin: 0;
}

.approach-content-img {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 1.889rem;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.approach-content-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.circles-div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.circle {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
}
.circle.yellow {
  background-color: #fee823;
}

.scallop-divider {
  width: 100%;
  height: 100px; /* The height of the row */

  /* THE FIX: We use 'closest-side' to force the circle to hit the edges */
  background-image: radial-gradient(
    circle closest-side,
    var(--standerd-white) 100%,
    transparent 100%
  );

  /* THE ALIGNMENT: Match background-size width and height to create a square */
  /* This ensures a 100px circle sits in a 100px box, leaving 0 gap */
  background-size: 100px 100px;
  background-repeat: repeat-x;

  /* Position it exactly on the seam between blue and pink */
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
/* <-------------section-5 end here------------> */

/* <-------------section-6 start here - testimonial ------------> */

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

.testimonial-wrapper-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(24px, 3.49vw, 2.778rem) clamp(3rem, 8.1vw, 116px);
  gap: clamp(36px, 3.5vw, 50px);
}

.testimonial-header-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  text-align: center;
}

.testimonial-header-txt h2 {
  color: var(--alltyDark-blue-yellow);
  font-size: clamp(2rem, 3.34vw, 3rem);
}

.testimonial-header-txt p {
  font-size: clamp(1rem, 2vw, 1.125rem);
}

.testimonial-cards {
  display: inline-flex;
  gap: 1.778rem;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: clamp(40px, 3.5vw, 2.778rem);
}

.testimonial-card {
  border: 1px solid var(--blue-border);
  border-radius: 8px;
  padding: clamp(1.5rem, 6vw, 24px);
  padding-top: 84px;
  text-align: center;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  position: relative;
}

.testimonial-reviewer-img {
  width: clamp(4rem, 15vw, 5.5rem);
  height: clamp(4rem, 15vw, 5.5rem);
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6;
  position: absolute;
  top: clamp(-2rem, -8vw, -2.75rem);
  left: 50%;
  transform: translateX(-50%);
}

.stars {
  display: flex;
  justify-content: center;
  gap: clamp(0.25rem, 1vw, 0.5rem);
}

.star {
  filter: none;
  width: 19px;
  height: 19px;
}

.rating-text {
  font-size: clamp(0.85rem, 2vw, 1rem);
  margin-bottom: clamp(1rem, 4vw, 1.334rem);
}

.testimonial-text {
  font-size: clamp(0.95rem, 2.5vw, 1rem);
  line-height: 1.7778;
  font-weight: 400;
  text-transform: capitalize;
}

.divider {
  width: 100%;
  height: 1px;
  background: var(--standerd-grey);
  margin-bottom: clamp(0.914rem, 4vw, 1rem);
}

.reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviewer-name {
  font-size: clamp(1rem, 2.5vw, 1.112rem);
  font-weight: 600;
  color: var(--blue-txt);
}

.reviewer-role {
  font-size: clamp(0.95rem, 2.5vw, 1rem);
  line-height: 1.7778;
  color: var(--standerd-grey);
}

/* <-------------section-6 end here------------> */

/* <-------------section-7 ------------> */

.cta-section {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -180px;
}
.cta-section-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 12px;
  padding: 4rem 2rem;
  overflow: hidden;
  width: 74.236%;
  background-color: var(--yellow-bg);
}
/* CONTENT */
.cta-content {
  width: 100%;
  max-width: 741px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 1;
}

.cta-content h2 {
  font-size: clamp(2rem, 3.34vw, 2.667rem);
  line-height: 1.4583;
  color: var(--standerd-black);
}

/* BUTTONS */
.cta-actions {
  margin: 0 auto;
  display: flex;
  gap: 2.778rem;
}

.btn-primary {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 229px;
  background: var(--standerd-black);
  color: var(--standerd-white);
  font-size: 18px;
  padding: 0.778rem 1.223rem;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  width: 229px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: var(--standerd-black);
  padding: 0.778rem 1.223rem;
  border-radius: 8px;
  border: 2px solid var(--standerd-black);
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transition: all 0.2s ease;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.btn-secondary:hover {
  transition: all 0.2s ease;
  background-color: #000000;
  color: #ffffff;
}
.cta-circle {
  max-width: clamp(100px, 11.54vw, 180px);
  height: auto;
  object-fit: contain;
  position: absolute;
}

.cta-circle-left {
  left: 0%;
  bottom: 0%;
}

.cta-circle-right {
  right: 0%;
  bottom: 0%;
}

/* <-------------footer ------------> */
.site-footer {
  width: 100%;
  margin: 0 auto;
  background: var(--black-bg);
  padding-top: 180px;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1440px;
  color: var(--white-text);
  padding: clamp(1.333rem, 3.472vw, 2.778rem) clamp(2.222rem, 6.944vw, 5.556rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 0;
}

/* TOP SECTION */
.footer-top {
  margin: 0 auto;
  width: 88%;
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 4.778rem;
}

.footer-top li {
  list-style: none;
}

@media (max-width: 1280px) {
  .footer-wrapper {
    padding: 50px;
  }

  .footer-top {
    width: 95%;
  }
}

@media (max-width: 1100px) {
  .footer-top {
    width: 100%;
  }
}

.others-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: clamp(1.888rem, 2.365vw, 34px);
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: clamp(1.445rem, 1.87vw, 26px);
}

.footer-col h3 {
  font-family: "Figtree", sans-serif;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-col ul li {
  font-size: 1rem;
  line-height: 1.7778;
}

.footer-top a:hover {
  color: var(--allty-yellow-txt);
  transition: all 0.25s ease-in-out;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.556rem;
}
.logo-finvest img {
  content: "";
  width: 100%;
  max-width: 210px;
  height: auto;
}

.organization-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.3334rem;
}

.address-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1rem;
}

.info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.info_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--allty-yellow-txt);
  width: 32px;
  height: 32px;
}
.info p {
  font-size: 1rem;
  line-height: 1.7778;
  width: 20ch;
}

/* SOCIAL ICON PLACEHOLDERS */
.socials {
  display: flex;
  gap: 12px;
}

.icon-placeholder {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#facebook-icon {
  content: "";
}

/* DISCLAIMER BOX */
.footer-disclaimer {
  max-width: 1440px;
  margin: 0 auto;
  width: 81.88%;
  border: 1px solid var(--yellow-border);
  border-radius: 8px;
  padding: clamp(1.333rem, 3.57vw, 24px) clamp(32px, 4.76vw, 32px);
}

.footer-disclaimer h3 {
  color: var(--allty-yellow-txt);
  margin-bottom: 16px;
  font-weight: 500;
}

.footer-disclaimer ol {
  padding-left: 24px;
}

.disclaimer-txt {
  width: 100%;
  display: flex;
  text-align: left;
  align-items: center;
  margin: 0 auto;
}

.footer-disclaimer li {
  text-transform: capitalize;
  text-align: left;
  font-size: 16px;
  line-height: 2.125;
}

/* BOTTOM BAR */
.footer-bottom {
  width: 100%;
  background-color: var(--black-bg);
}

.footer-bottom-wrapper {
  text-align: center;
  display: flex;
  justify-content: space-between;
  color: var(--white-text);
  padding: 1.667rem 100px;
  line-height: 1.778;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-divider {
  margin-top: 2rem;
  border-top: 1px solid var(--yellow-border);
}
