@font-face {
  font-family: "bold";
  src: url("../fonts/Gilroy-Bold.ttf");
  font-weight: 400;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: "medium";
  src: url("../fonts/Gilroy-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: "regular";
  src: url("../fonts/Gilroy-Regular.ttf");
  font-weight: 700;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: "semibold";
  src: url("../fonts/gilroy-semibold.ttf");
  font-weight: 600;
  font-style: normal;
  /* font-display: swap; */
}

body {
  margin: 0 !important;
  box-sizing: border-box;
}

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

#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  font-family: "medium";
  background: transparent;
  transition: all 0.4s ease;
}

/* ================= SCROLLED STATE ================= */

#mainHeader.scrolled {
    background: radial-gradient(circle at top left, #7b2d7d, #3b0a45 70%);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* ================= NAV ================= */

.nav-glass {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 40px;
  padding: 8px 22px;
  display: flex;
  gap: 25px;
}

.nav-glass a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
}

.nav-glass a:hover {
  opacity: 1;
}

/* ================= CONNECT BUTTON ================= */

.connect-btn {
  border: 1px solid #f4d08b;
  color: #f4d08b;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.connect-btn img{
    height: 20px;
    width: 20px;
}

/* Prevent blue links */
#mainHeader a {
  text-decoration: none;
}

/* ================= BURGER ================= */

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.burger span {
  width: 24px;
  height: 2px;
  background: #fff; /* DEFAULT: black for white header */
  transition: 0.3s;
}

/* Burger turns white when header is scrolled */
#mainHeader.scrolled .burger span {
  background: #fff;
}

/* ================= MOBILE NAV ================= */

.mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;  
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  background: radial-gradient(circle at top left, #7b2d7d, #3b0a45 70%);
  /* background: #ffffff; */
  padding: 20px;
  display: none;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  z-index: 998;
}

.mobile-nav a {
  color: white; /* FIXED */
  font-size: 14px;
  opacity: 0.85;
}

.mobile-nav a:hover {
  opacity: 1;
}

.mobile-nav .connect-btn {
  color: #7b1e8c;
  border-color: #7b1e8c;
}

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

#mainHeader.scrolled {
  background: linear-gradient(
    90deg,
    rgba(74, 18, 92, 0.85),
    rgba(43, 10, 50, 0.85)
  );
}


/* ================= MOBILE FORCE FIX ================= */

@media (max-width: 767px) {

  /* Hide desktop items */
  .nav-glass,
  .connect-btn {
    display: none !important;
  }

  /* White header on mobile */
  #mainHeader {
    /* background: #ffffff; */
  }
  
  .hero-badge{
    font-size: 14px !important;
  }

  /* Show burger */
  .burger {
    display: flex !important;
  }
}



/* .connect-btn:hover {
    background: #f4d08b;
    color: #2b0a32;
  } */

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at top left, #7b2d7d, #3b0a45 70%);
}

.hero-badge {
  display: inline-block;
  background: #dbb1804d;
  /* line-height: 22.4px; */
  /* letter-spacing: 1.6px; */
  padding: 10px 14px;
  font-family: "bold";
  border-radius: 36px;
  font-size: 16px;
  /* letter-spacing: 1px; */
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  font-family: "bold";
  line-height: 1.2;
}

.hero-title span {
  color: #fbcda4;
}

.hero-subtext {
  font-size: 22px;
  font-family: "regular";
}

/* .hero-img {
  max-width: 520px;
} */

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-section {
    padding-top: 100px;
    min-height: 60vh;
  }
}

.banking-section {
  background: #ffffff;
  /* padding: 60px 0; */
  border: 2px solid #e6e6e6;
  padding: 0;
}

.banking-card {
  border-radius: 16px;
  /* padding: 40px 20px; */
  padding: 0;
  padding-bottom: 0;
}

.banking-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 300px;
}

/* Left and Right Sections (with images) */
.banking-side {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.banking-side.left {
  flex-direction: row;
}

.banking-side.right {
  flex-direction: row-reverse;
}

.person-img {
  max-height: 200px;
  object-fit: cover;
  object-position: top;
}

/* Banking Item (icon + text + button) */
.banking-item {
  display: flex;
  flex-direction: column;
  max-width: 280px;
}

.banking-side.left .banking-item {
  align-items: flex-end;
  text-align: right;
}

.banking-side.right .banking-item {
  align-items: flex-start;
  text-align: left;
}

.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.icon-circle img {
  height: 36px;
  width: auto;
}

.banking-item h6 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.get-started-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: 1.5px solid #d0d0d0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  background: transparent;
}

.get-started-btn:hover {
  background: #4a125c;
  color: #fff;
  border-color: #4a125c;
}

/* Divider */
.vertical-divider {
  width: 2px;
  /* height: 100%; */
  align-self: stretch;
  background: #e6e6e6;
  margin: 0 20px;
}

/* Placeholder for images */
.person-placeholder {
  width: 180px;
  height: 280px;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.icon-placeholder {
  width: 36px;
  height: 36px;
  background: #e0e0e0;
  border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .banking-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .banking-side {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .banking-side.left,
  .banking-side.right {
    flex-direction: row;
  }

  .banking-side.left .banking-item {
    align-items: flex-end;
    text-align: right;
  }

  .banking-side.right .banking-item {
    align-items: end;
    text-align: left;
  }

  .vertical-divider {
    display: none;
  }

  .person-placeholder {
    width: 150px;
    height: 240px;
  }

  .banking-item h6 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .banking-section {
    padding: 40px 0;
  }

  .banking-card {
    padding: 20px 10px;
  }

  .banking-side {
    gap: 15px;
  }

  .person-placeholder {
    width: 120px;
    height: 200px;
  }

  .banking-item {
    max-width: 200px;
  }

  .banking-item h6 {
    font-size: 14px;
  }

  .icon-circle {
    width: 56px;
    height: 56px;
  }

  .icon-circle img,
  .icon-placeholder {
    width: 30px;
    height: 30px;
  }

  .get-started-btn {
    font-size: 13px;
    padding: 8px 16px;
  }
}

/* Section Background with Gradient */
.app-showcase {
  background: linear-gradient(
    134deg,
    rgba(30, 6, 33, 1) 0%,
    rgba(113, 25, 113, 1) 100%
  );
  padding: 80px 20px;
  overflow: hidden;
  position: relative;
}

/* Add radial glow effect */
/* .app-showcase::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -20%;
            width: 60%;
            height: 150%;
            background: radial-gradient(circle, rgba(138, 43, 226, 0.3) 0%, transparent 70%);
            pointer-events: none;
        } */

/* Container */
.app-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 1;
}

/* Left Content */
.content {
  flex: 0 0 45%;
  /* max-width: 500px; */
  color: #ffffff;
}

.badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content h2 {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content p {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #f2b84c 0%, #d4a03a 100%);
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 184, 76, 0.3);
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 184, 76, 0.4);
  color: #000;
}

/* Right Side - Phone Container */
.phones-wrapper {
  flex: 0 0 50%;
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Phone positioning container */
.phones {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 600px;
}

/* Base Phone Styling */
.phone {
  position: absolute;
  width: 240px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

/* Individual Phone Positions - Stacked Layout */
.phone-1 {
  top: 55%;
  left: -35%;
  /* transform: translateY(-50%); */
  z-index: 1;
}

.phone-2 {
  top: 30%;
  left: 12%;
  transform: translateY(-17%);
  z-index: 2;
}

.phone-3 {
  top: 34%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 3;
}

.phone-4 {
  top: 81%;
  left: 60%;
  /* transform: translate(-50%, -50%); */
  z-index: 4;
}

/* Placeholder images with gradient backgrounds */
.phone-placeholder {
  width: 100%;
  height: 520px;
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 30px;
  border: 8px solid #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .app-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .content p{
    max-width: 320px;
    margin: 0 auto 30px;
  }

  .content {
    flex: 1;
    max-width: 100%;
  }

  .phones-wrapper {
    flex: 1;
    height: auto;
    width: 100%;
  }

  .phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: auto;
    position: static;
  }

  .phone {
    position: static;
    width: 280px;
    max-width: 90%;
    transform: none !important;
  }

  .phone-placeholder {
    height: 600px;
  }

  .phone:hover {
    transform: scale(1.02) !important;
  }
}

@media (max-width: 768px) {
  .app-showcase {
    padding: 60px 20px;
  }

  .phone {
    width: 260px;
  }

  .phone-placeholder {
    height: 560px;
  }
}

@media (max-width: 576px) {
  .phone {
    width: 240px;
  }

  .phone-placeholder {
    height: 520px;
    border-width: 6px;
  }

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

/* ================= SIGNUP PROCESS ================= */

.signup-process {
  padding: clamp(60px, 8vw, 120px) 20px;
  background: #fff;
}

.process-inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

/* Title */
.section-title {
  text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  font-family: "regular";
  /* font-weight: 400; */
  margin-bottom: clamp(40px, 6vw, 70px);
}

.section-title strong {
  font-weight: 700;
}

/* Steps Wrapper */
.process-steps {
  position: relative;
  height: 320px;
  background-image: url("../images/signup-process-desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Individual Step */
.step {
  position: absolute;
  text-align: center;
  max-width: 220px;
}

/* Numbers */
.step-number {
  display: block;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  color: #7b1e8c;
  margin-bottom: 10px;
}

/* Text */
.step p {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #111;
}

/* ================= DESKTOP POSITIONS ================= */

.step-1 {
  top: 24%;
  left: 18%;
}

.step-2 {
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}

.step-3 {
  top: 24%;
  right: 16%;
}

/* ================= MOBILE ================= */


@media (max-width: 1165px) {
  .step-1 {
        top: 30%;
    left: 15%;
  }

  .step-3 {
        top: 30%;
    right: 13%;
  }
}

@media (max-width: 768px) {
  .process-steps {
    height: 720px;
    background-image: url("../images/image (3).png");
    background-size: contain;
  }

  .step {
    max-width: 260px;
    left: 50%;
    transform: translateX(-50%);
  }

  .step-1 {
    top: 60px;
  }

  .step-2 {
    top: 300px;
  }

  .step-3 {
    top: 540px;
  }
}

.president-message-section {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.message-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  padding: 0;
}

/* Left Image - Positioned to overlap */
.president-img-wrapper {
  position: relative;
  padding-left: 40px;
  z-index: 2;
  flex-shrink: 0;
}

.president-img {
  width: 340px;
  height: 420px;
  object-fit: cover;
  border-radius: 28px;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
}

/* Placeholder for image */
.president-img-placeholder {
  width: 340px;
  height: 420px;
  background: linear-gradient(135deg, #e0e0e0 0%, #d0d0d0 100%);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Right Content Card */
.message-card {
  background: #faf6ee;
  /* border-radius: 32px; */
  border-radius: 100px 0 0 100px;
  padding: 60px 60px 60px 120px;
  margin-left: -100px;
  flex: 1;
  position: relative;
  z-index: 1;
}

/* Title */
.section-title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 500;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.section-title span {
  color: #bd8a46;
  font-weight: 600;
}

/* Text */
.intro-text {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
  color: #333;
}

.message-card p {
  font-size: 16px;
  line-height: 1.7;
  font-family: "medium";
  color: #555;
  margin-bottom: 12px;
}

/* Read more */
.read-more {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 24px;
  color: #bd8a46;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.read-more:hover {
  text-decoration: underline;
}

/* Author */
.author {
  margin-top: 24px;
  padding-top: 24px;
  /* border-top: 1px solid rgba(189, 138, 70, 0.2); */
}

.author strong {
  font-size: 18px;
  font-family: "bold";
  color: #bd8a46;
  display: block;
  margin-bottom: 4px;
}

.author span {
  font-size: 14px;
  font-family: "semibold";
  color: #666;
}

/* Responsive */
@media (max-width: 991px) {
  .message-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 0 12px;
  }

  .president-img,
  .president-img-placeholder {
    width: 400px;
    height: 480px;
  }

  .message-card {
    margin-left: 0;
    padding: 40px 30px;
  border-radius: 18px;
    width: 100%;
  }
}


@media (max-width: 576px) {
  .president-message-section {
    padding: 60px 0;
  }

  .president-img-wrapper {
  padding-left: 0px;
}

  .president-img,
  .president-img-placeholder {
    width: 100%;
    max-width: 400px;
    height: 473px;
  }

  .message-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .section-title {
    font-size: 24px;
  }

  .message-card p {
    font-size: 15px;
  }
}



.app-download-wrapper {
  /* background: linear-gradient(135deg, #3a003f, #7b3f8c); */
  background-image: url("../images/line-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 28px;
  padding: 60px;
  color: #ffffff;
}

/* Title */
.app-title {
  font-size: 40px;
  font-weight: 500;
  font-family: "semibold";
  line-height: 1.3;
}

/* Store buttons */
.store-btn {
  height: 50px;
  transition: transform 0.2s ease;
}

/* Store buttons */
.store-buttons img{
  height: 60px;
  max-width: 182px;
  /* width: 100%; */
}

.store-btn:hover {
  transform: translateY(-3px);
}

/* App Image */
.app-image {
  max-width: 320px;
}

/* Responsive */
@media (max-width: 991px) {
  .app-download-wrapper {
    padding: 40px 24px;
  }

  .app-title {
    font-size: 30px;
  }

  .app-image {
    max-width: 260px;
    margin-top: 20px;
  }
}


.footer-top{
  border-top: 1px solid #1B1B2026;
  border-bottom: 1px solid #1B1B2026;
  padding: 30px 0;
}

.site-footer {
  background: linear-gradient(180deg, #ffffff, #faf4ec);
  padding: 30px 0;
  font-size: 14px;
  /* border-top: 1px solid #1B1B2026; */
}

/* Logo */
.footer-logo {
  width: 215px;
}

.footer-brand {
  font-size: 18px;
  font-weight: 500;
}

/* Navigation */
.footer-nav {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  text-decoration: none;
  color: #222;
  font-weight: 400;
  font-family: "medium";
}

.footer-nav a:hover {
  color: #c48a3a;
}

/* Divider */
.site-footer hr {
  background: #1B1B2026;
  /* border-top: 1px solid #1B1B2026; */
}

.footer-bottom {
  padding-top: 40px;
}

/* Bottom */
.footer-bottom p {
  margin: 0;
  color: #333;
  font-family: "medium";
}

/* Social Icons */
.social-icons {
  display: inline-flex;
  gap: 12px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.2s ease;
}

/* .social-icons a:hover {
  background: #000;
  color: #fff;
} */

/* Responsive */
@media (max-width: 767px) {
  .footer-nav {
    justify-content: center;
    margin-top: 12px;
  }
  .footer-bottom p {
  padding-bottom: 30px;
}
}



/* ================= Channels & Services ================= */

.channels-services {
  background-image: url("../images/Rectangle 700.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Center Title */
.center-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  color: #222;
}

/* Service Card */
.service-card {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 40px 30px;
  min-height: 220px;
  max-width: 376px;
}

.service-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14px;
  color: #555;
  max-width: 256px;
}

  .service-2, .service-4{
    /* justify-self: end; */
  }

    .service-1, .service-3{
    justify-self: end;
  }

/* ================= BACKGROUND BORDERS ================= */

/* Top Left */
.service-1 {
  background-image: url("../images/c1.png");
  padding-right: 80px;
  
}

/* Top Right */
.service-2 {
  background-image: url("../images/c2.png");
  padding-left: 90px;
  
}

/* Bottom Left */
.service-3 {
  background-image: url("../images/c3.png");
  padding-right: 90px;
  
}

/* Bottom Right */
.service-4 {
  background-image: url("../images/c4.png");
  padding-left: 90px;
  
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .service-card {
    padding: 30px;
    max-width: 370px;
    justify-self: center;
    min-height: auto;
  }

  .left-card{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .right-card{
        display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .service-2, .service-4{
    text-align: right;
    padding-right: 40px;
  }

    .service-2 p, .service-4 p{
    justify-self: end;
  }

    .service-card p{
    max-width: 230px;
  }

  .center-title {
    margin-bottom: 30px;
  }
}
