* {
    box-sizing: border-box;
}


/*  General reset */

body {
    margin: 0;
    font-family: Arial, sans-serif;
}



/* 🎯 Hero Section */

#hero-section {
    background: url("https://faqsii.azurewebsites.net/media/n3hjwzip/2025-09-23_bg_banner_website_siido.png") no-repeat center center/cover;
    color: white;
    width: 100%;
    height: 100vh;
    padding: 9% 17.4% 34.2% 17.2%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    position: relative;
}

#hero-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    margin-top: 120px;
    width: 100%;
}

.hero-text-wrapper {
    max-width: 90%;
}

h1.hero-title {
    margin: 0;
    color: #fff;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.hero-subtitle {
    margin: 12px 0 0 0;
    color: #fff;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 600px;
}

button.hero-button {
    height: 52px;
    padding: 0 24px;
    border-radius: 12px;
    background: #0096d6;
    border: none;
    color: var(--White, #fff);
    text-align: center;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
}

/* 📱 Responsive - Hero Section */

/* Big tablet & small laptop */
@media (max-width: 1024px) {
    #hero-section {
        padding: 10% 10% 32%;
    }

    h1.hero-title {
        font-size: 38px;
    }

    p.hero-subtitle {
        font-size: 22px;
    }
}

/* Tablet & mobile */
@media (max-width: 768px) {
    #hero-section {
        text-align: left;
        padding: 80px 20px 140px 20px !important;
        height: auto;
    }

    #hero-text-container {
        margin-top: 60px;
        gap: 20px;
    }

    h1.hero-title {
        font-size: 32px !important;
    }

    p.hero-subtitle {
        font-size: 18px !important;
    }

    .hero-button {
        width: 100% !important;
        max-width: 320px !important;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    #hero-section {
        padding: 60px 20px 140px 20px !important;
    }

    h1.hero-title {
        font-size: 28px;
    }

    p.hero-subtitle {
        font-size: 16px;
    }

    .hero-text-wrapper {
        max-width: 100%;
    }
}



/* ✅ Why Choose Us Section */

#why-choose-us {
    padding: 140px 8%;
    background: #f5f5f5;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

.wcu-title {
    flex: 1 1 250px;
    color: #001833;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 220px;
}

.wcu-grid {
    flex: 3 1 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px 60px;
}

.wcu-feature-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.wcu-feature-item img {
    width: 32px;
    height: 32px;
}

.wcu-feature-item h3 {
    margin: 0 0 8px 0;
    color: #101b31;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wcu-feature-item p {
    margin: 0;
    color: #101b31;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#why-choose-us .wcu-feature-item:last-of-type p {
    line-height: 1.5;
}


/* ✅ SmartBanking Section */

#smartbanking-section {
    padding: 100px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    background: #fff;
    flex-wrap: wrap;
    position: relative;
}

.smartbanking-left {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    flex: 1 1 300px;
}

.smartbanking-title {
    margin-bottom: 20px;
    color: #001833;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.smartbanking-icons {
    display: flex;
    margin-bottom: 20px;
    height: 46px;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

a {
    text-decoration: none; /* removes underline from all links */
}

.smartbanking-button {
    background: #0096d6;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: 220px;
    display: flex;
    height: 52px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--White, #fff);
    text-align: center;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* Main SmartBanking card */

.smartbanking-card {
    background: url("https://faqsii.azurewebsites.net/media/21lfkas5/smart-banking.svg");
    background-size: cover;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 453px;
    height: 533px;
    flex-shrink: 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.sb-card-header {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    display: flex;
    width: 91%;
    padding: 13px 17px 13px 14px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.sb-card-icon-bg {
    background-color: #005bc2;
    width: 38.333px;
    height: 38.333px;
    display: flex;
    justify-content: center;
    border-radius: 12px;
}

.sb-card-icon-bg img {
    display: grid;
    width: 28px;
    height: 28px;
    padding: 2px 0;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.sb-card-header-text span:first-child {
    color: var(--Grays-White, #fff);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "SF Pro", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 590;
    line-height: 113.333%;
    letter-spacing: -0.23px;
}

.sb-card-header-text span:last-child {
    color: var(--Grays-White, #fff);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "SF Pro", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 120% */
    letter-spacing: -0.23px;
}

/* Floating Cards */

.floating-card {
    font-size: 14px;
    position: absolute;
    background: #f9f9ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    gap: 16px;
}

#floating-card-1 {
    top: 60%;
    right: 62%;
}

#floating-card-2 {
    bottom: 5%;
    right: 47%;
}

.fc-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fc-icon-bg {
    border-radius: 24px;
    background: #fff;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 6px;
    aspect-ratio: 1/1;
}

.fc-icon-bg img {
    align-self: stretch;
    aspect-ratio: 1/1;
}

.fc-text span:first-child {
    color: #4d4d4d;
    font-family: Manrope, Roboto, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fc-text span:last-child {
    color: #4D4D4D;
    font-family: Manrope, Roboto, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fc-amount {
    color: #4D4D4D;
    font-family: Manrope, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fc-card-icon {
    display: grid;
    width: 61px;
    height: 40px;
    padding: 8px;
    aspect-ratio: 61/40;
    border-radius: 6px;
    background: linear-gradient(113deg, #0098e5 49.99%, #005bc2 99.99%);
}

.fc-card-icon-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

.fc-card-icon-inner img {
    display: grid;
    width: 12px;
    height: 12px;
    padding: 2px 0;
    aspect-ratio: 1/1;
}

.fc-card-icon-dots {
    display: flex;
    padding: 1px 2px;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.fc-card-icon-dots span {
    border-radius: 24px;
    background: #fff;
}

.fc-card-icon-dots span:first-child {
    width: 10px;
    height: 1px;
}

.fc-card-icon-dots span:last-child {
    width: 6px;
    height: 1px;
}

.fc-amount.positive {
    color: #09A800;
    font-family: Manrope, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/* 📱 Responsive - SmartBanking Section */

/* Tablet & small laptop */
@media (max-width: 992px) {
    /* Main layout stacks vertically */
    #smartbanking-section {
        flex-direction: column;
        gap: 40px !important;
        padding: 60px 20px !important;
    }

    .smartbanking-card {
        width: 100% !important;
        max-width: 400px;
        height: auto !important;
    }

    /* Floating cards become normal blocks inside the card */
    .smartbanking-card .floating-card {
        position: static !important;
        width: 90% !important;
        margin: 10px auto !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .smartbanking-title {
        font-size: 32px;
    }

    .smartbanking-button {
        width: 100%;
        max-width: 320px;
    }

    #smartbanking-section {
        padding: 50px 16px;
    }
}

/* Small mobile */
@media (max-width: 600px) {
    #smartbanking-section .smartbanking-title {
        font-size: 24px !important;
    }
}



/* ✅ Digital Evolution Section */

#digital-evolution-section {
    background: #fff;
    color: #1d1d1d;
    padding: 60px 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.de-title-container {
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
}

.de-title-container h1 {
    margin: 0;
    color: #001833;
    text-align: center;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.de-card-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    width: 100%;
}

.de-card {
    flex: 1 1 300px;
    max-width: 350px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    background: #f9f9ff;
}

.de-card img {
    max-width: 100%;
    height: 226px;
    margin-bottom: 20px;
}

.de-card h3 {
    margin: 0 0 12px 0;
    color: #000;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.de-card p {
    color: #000;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

.de-card .de-card-img-wrapper {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ✅ Stats Section */

.progress {
    transition: stroke-dashoffset 2s ease-out;
}

.counter {
    font-variant-numeric: tabular-nums;
    display: inline-block;
    min-width: 200px;
}

.stats-section {
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
    justify-content: center;
    align-items: center;
    background: #00225C;
    font-family: Lato, Roboto, Arial, sans-serif;
}

#stats-img {
    max-width: 700px;
    width: 100%;
    height: auto;
}

.stats-upper-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    flex-wrap: wrap;
    text-align: center;
}

.stats-numbers {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 20px;
}

.stats-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.stats-item .counter {
    color: #FFF;
    text-align: center;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Static-Display-Medium-Line-Height, 52px); /* 74.286% */
}

.stats-item span.label {
    color: #FFF;
    text-align: center;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.circle-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 60px;
    width: 100%;
    margin-top: 60px;
}

.circle-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.circle-item svg {
    width: 120px;
    height: 120px;
    transform: rotate(-90deg);
}

.circle-item .progress-bg {
    stroke: #4a5c9a;
    stroke-width: 12;
    fill: none;
}

.circle-item .progress {
    stroke: #00a9ff;
    stroke-width: 8;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 339.29;
    stroke-dashoffset: 339.29;
}

.circle-item .percentage {
    color: #FFF;
    text-align: center;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.333%;
}

.circle-item .label {
    color: #FFF;
    text-align: center;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
    display: block;
}

/* 📱 Responsive - Stats Section */

/* Tablet & small laptop */
@media (max-width: 992px) {
    .stats-upper-content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .stats-item .counter {
        font-size: 54px;
    }

    .circle-item .percentage {
        font-size: 36px;
    }
}

/* Mobile & below */
@media (max-width: 768px) {
    .stats-section {
        flex-direction: column;
        gap: 40px;
        padding: 20px;
        text-align: center;
    }

    .stats-section > div {
        align-items: center;
    }

    .circle-stats {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin-top: 40px;
    }

    .circle-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .circle-item svg {
        width: 100px;
        height: 100px;
    }

    .circle-item .percentage {
        font-size: 36px; /* stays consistent from 992px breakpoint */
    }

    .circle-item .label {
        font-size: 16px;
        line-height: 1.3;
    }
}

/* 🏦 Brand section */
#brands-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    padding: 30px 10px;
    background: #fff;
}

.country-selector-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.country-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border-radius: 47px;
    border: 1px solid #bababa;
    color: #707070;
    cursor: pointer;
    transition: 0.3s ease;
}

.country-item-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-item-inner img {
    width: 18px;
    height: 18px;
}

/* default text */
.country-item-inner span {
    color: #707070;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

/* active state */
.country-item.active {
    border: 1.5px solid #283c78;
}

.country-item.active .country-item-inner span {
    color: #283c78;
    font-weight: 700;
}

.us {
    color: #707070;
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 371.429%;
}

.do {
    color: var(--Ultramar, #283c78);
    font-family: Lato, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 371.429%;
}

.country-item.active .country-item-inner span {
    font-weight: 700;
}

/* Slider container */
.slider {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #fff;
}

/* keep fade overlays if you want them */
.slider::before,
.slider::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100px;
  top: 0;
  z-index: 2;
}
.slider::after {
  right: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
}

/* Slide track — left aligned, no centering */
.slide-track {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* IMPORTANT: left-aligned */
  position: absolute; /* positioned so its left edge matches slider left */
  left: 0;
  top: 0;
  height: 100%;
  white-space: nowrap; /* prevent wrapping */
  will-change: transform;
  /* animation will be set with a CSS variable controlled by JS */
  animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

/* Each slide */
.slide {
  flex: 0 0 auto;
  width: 250px; /* default; responsive overrides below */
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* keyframes use a CSS variable --scroll-distance set from JS (in px) */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--scroll-distance, 0px)));
  }
}

/* Responsive overrides */
@media (max-width: 1024px) {
  .slider {
    height: 90px;
  }
  .slide {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .slider {
    height: 80px;
  }
  .slide {
    width: 200px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .slider {
    height: 70px;
  }
  .slide {
    width: 160px;
    height: 70px;
  }
}