@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-SemiBold.eot');
    src: url('../fonts/Geist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-SemiBold.woff2') format('woff2'),
        url('../fonts/Geist-SemiBold.woff') format('woff'),
        url('../fonts/Geist-SemiBold.ttf') format('truetype'),
        url('../fonts/Geist-SemiBold.svg#Geist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Light.eot');
    src: url('../fonts/Geist-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Light.woff2') format('woff2'),
        url('../fonts/Geist-Light.woff') format('woff'),
        url('../fonts/Geist-Light.ttf') format('truetype'),
        url('../fonts/Geist-Light.svg#Geist-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Bold.eot');
    src: url('../fonts/Geist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Bold.woff2') format('woff2'),
        url('../fonts/Geist-Bold.woff') format('woff'),
        url('../fonts/Geist-Bold.ttf') format('truetype'),
        url('../fonts/Geist-Bold.svg#Geist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Medium.eot');
    src: url('../fonts/Geist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Medium.woff2') format('woff2'),
        url('../fonts/Geist-Medium.woff') format('woff'),
        url('../fonts/Geist-Medium.ttf') format('truetype'),
        url('../fonts/Geist-Medium.svg#Geist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Regular.eot');
    src: url('../fonts/Geist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geist-Regular.woff2') format('woff2'),
        url('../fonts/Geist-Regular.woff') format('woff'),
        url('../fonts/Geist-Regular.ttf') format('truetype'),
        url('../fonts/Geist-Regular.svg#Geist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: "Geist", sans-serif;
    background: #f9f9fb;
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-section {
    max-width: 1020px;
    padding-top: 140px;
    padding-bottom: 3rem;
}

a {
    color: #000;
    text-decoration: underline;
}

.checkout-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: auto;
}

.left-section,
.right-section {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    flex: 1 1 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.btn-auth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0.75rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
}

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

input[type="email"] {
    width: 100%;
    padding: 0.75rem;
    margin: 0.5rem 0;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.5rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.total {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
}

.flag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.flag img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
}

@media (max-width: 768px) {
    .checkout-wrapper {
        flex-direction: column;
        padding: 1rem;
    }
}

.footer {
    background: #f8f9fa; /* soft gradient like image */
    padding: 15px 0;
    font-size: 14px;
    color: #555;
}
.footer a {
    color: #555;
    text-decoration: none;
    margin: 0 8px;
}
.footer a:hover {
    text-decoration: none;
    color: #1fa2f9;
}

.download-section {
    text-align: center;
    padding: 40px 20px 80px;
}
.download-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #002f6c;
}
.download-section .highlight {
    color: #0056b3;
}
.qr-code {
    margin-top: 20px;
    max-width: 150px;
}

.header button.navbar-toggler {
    font-size: 16px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFFE5;
    box-shadow: 0px 0px 24px 0px #0000001F;
    backdrop-filter: blur(8px);
    border-radius: 70px;
    padding: 14px 24px;
}
.header a {
    padding: 0px;
}
.header-top {
    padding: 24px 0px 0px;
}
.header ul li a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black) !important;
    padding: 0px !important;
}
.header ul li a:hover {
    color: #1fa2f9 !important;
}
.header ul li a.arrow-right:hover {
    color: #ffffff !important;
}
.header ul li {
    padding: 0px 11px !important;
}
.header ul li:last-child {
    padding-right: 0px !important;
}
.header .download-btn a {
    background: #000000;
    color: #ffffff !important;
    padding: 10px 45px 10px 20px !important;
    border-radius: 36px;
}
/* .header-top > div {
    width: 1020px;
} */
.header {
    background: #fff;
    box-shadow: 0px 0px 24px 0px #0000001F;
    backdrop-filter: unset;
    position: relative;
}
.header button:focus:not(:focus-visible) {
    box-shadow: unset;
}
/* .header ul li {
    padding: 0px 0px 12px 0px !important;
} */
 a.arrow-right {
    position: relative;
}
a.arrow-right:hover::after {
    margin-left: 13px;
    transition: 0.3s ease-in;
}
a.arrow-right:hover::before {
    width: 100%;
    transition: 0.3s ease-in;
}
a.arrow-right::before {
    content: "";
    position: absolute;
    width: 0%;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 36px;
    transition: 0.3s ease-in;
}
a.arrow-right::after {
    content: "";
    position: absolute;
    background: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    transition: 0.3s ease-in;
}

@media only screen and (max-width: 1200px) {
    .header ul li a {
        font-size: 13px;
    }
    .header .download-btn a {
        padding: 10px 38px 10px 18px !important;
    }
    .header ul li {
        padding: 0px 8px !important;
    }
    .header a img {
        width: 165px;
    }
}

@media only screen and (max-width: 992px) {
    .header {
        background: #fff;
        backdrop-filter: unset;
        box-shadow: unset;
        position: relative;
    }
    .navbar-content {
        position: absolute;
        top: 35px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.12) 0px -20px 24px 0px;
        width: 100%;
        left: 0;
        padding-top: 60px;
        padding-bottom: 10px;
        z-index: -1;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    .header ul li {
        padding: 0px 0px 12px 0px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1150px;
    }
}
