@font-face {
    font-family: poppinsBold;
    src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppinsMedium;
    src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: poppinsSemiBold;
    src: url(fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: poppinsRegular;
    src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: leagueSpartan;
    src: url(fonts/LeagueSpartan-VariableFont_wght.ttf);
}

html {
    color: #122C62;
    font-family: leagueSpartan;
}

/* Display */
.display-1 {
    font-size: 58px;
    font-weight: 700; /* Bold */
}

.display-2 {
    font-size: 48px;
    font-weight: 500; /* Medium */
}

.display-3 {
    font-size: 38px;
    font-weight: 700; /* Bold */
}

.w-400 {
    font-weight: 400; line-height: 48px
}

/* Headings */
.h1 {
    font-family: leagueSpartan;
    font-size: 30px;
    font-weight: 400; /* Bold */
}

.h2 {
    font-size: 28px;
    font-weight: 500; /* Medium */
}

.h3 {
    font-size: 28px;
    font-weight: 400; /* Regular */
}

/* Titles */
.title-1 {
    font-size: 24px;
    font-weight: 400; /* Regular */
}

.title-2 {
    font-size: 16px;
    font-weight: 500; /* Medium */
}

.title-3 {
    font-size: 16px;
    font-weight: 700; /* Bold */
    text-transform: uppercase;
}

/* Subtitles */
.subtitle-1 {
    font-size: 16px;
    font-weight: 500; /* Medium */
}

.subtitle-2 {
    font-size: 14px;
    font-weight: 500; /* Medium */
}

.subtitle-3 {
    font-size: 14px;
    font-weight: 500; /* Medium */
    text-transform: uppercase;
}

/* Body */
.body-1 {
    font-size: 16px;
    font-weight: 400; /* Regular */
}

.body-2 {
    font-size: 14px;
    font-weight: 400; /* Regular */
}

/* Captions */
.caption-1 {
    font-size: 12px;
    font-weight: 600; /* SemiBold */
}

.caption-2 {
    font-size: 12px;
    font-weight: 400; /* Regular */
}

/* Button */
.button {
    font-size: 12px;
    font-weight: 700; /* Bold */
    text-transform: uppercase;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    /*background: rgba(240, 247, 255, 0.6);*/
    background-color: rgba(240, 247, 255, 0.6);
    position: relative;
    /*min-width:350px;*/
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
body { min-height: 100vh; overflow-y: hidden }
.bg-logo {
    position: absolute;
    right: 0;
    margin-top: -15px;
}
.container {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
}
.section {
    width: 100%;
    /*padding-left: 80px;*/
    /*padding-right: 80px;*/
    max-width: 1512px;
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 0px;
    z-index: 1;
    position: relative;
}

.section.btm {
    padding-top: 0;
}

.section-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 40px;
    max-width: 1512px;
    margin: 0 auto;
}

.container.bg-1 {
    background: linear-gradient(180deg, #DAEBFF , #A4C9FF);
}
.container.bg-2 {
    background-color: rgba(240, 247, 255, 0.6);
    margin-top: 50px;
}
.container.bg-3 {
    background-color: rgba(71, 61, 183, 1);
}
.container.bg-4 {
    background-color: rgba(240, 247, 255, 0.6);
}
.row {
    margin-bottom: 0px;
}
.line-1 {
    position: absolute;
    left:0;
    background: rgba(71, 158, 179, 1);
    width: 16px;
    height: 100%;
}
.line-2 {
    position: absolute;
    background: rgba(215, 215, 252, 1);
    width: 16px;
    height: 100%;
}
.line-3 {
    position: absolute;
    background: #122C62;
    width: 16px;
    height: 100%;
}

/*.input-field.input-outlined {*/
/*  > input {*/
/*    border: 2px solid #858585;*/
/*    color: white;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*    float: none;*/
/*    display: block;*/
/*    border-radius: 10px;*/
/*    transition: box-shadow, border-color 0.15s;*/
/*  &:focus:not([readonly]) {*/
/*     border-color: #858585;*/
/*     box-shadow: 0 1px 0 0px #8BD8BD;*/
/*     color: rgba(255, 255, 255, .6) ;*/
/*   }*/
/*  }*/
/*  > label {*/
/*    left: 27px;*/
/*    color: rgba(255, 255, 255, .6) !important;*/
/*    display: inline-flex;*/
/*    width: auto !important;*/
/*  &.active {*/
/*     background: #243665;*/
/*     color: rgba(255, 255, 255, .6) !important;;*/
/*     border-left: 4px solid #243665;*/
/*     border-right: 4px solid #243665;*/
/*     transform: translateY(-1.75rem);*/
/*     top: 1rem;*/
/*   }*/
/*  }*/
/*}*/

/*.valid {*/
/*    border-bottom: 3px solid #473DB7 !important;*/
/*}*/

.block {
    /*padding-left: 200px;*/
    /*padding-right: 200px;*/
}
.square-1 {
    background-color: transparent;
    border: 3px solid #fff;
    margin-bottom: 40px;
    border-radius: 13px;
    position: relative;
    z-index: 2;
}
.square-2 {
    background-color: white;
    padding-bottom: 40px;
    border-radius: 13px;
    position: relative;
    top: -20px;
    left: -20px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.title {
    color: #122C62;
    text-align: center;
    font-family: leagueSpartan;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}
.inner-blue {
    background: rgba(228, 240, 255, 1);
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    border-radius: 5px;
}
.input-bg {
    height: 60px;
    width: 470px;
    background-color: white;
    position: absolute;
    margin-top: -17px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.input-bg-textarea {
    height: 120px;
    width: 470px;
    background-color: white;
    position: absolute;
    margin-top: -20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.helper-text {
    text-align: left;
    padding-left: 10px;
}
.dots {
    position: absolute;
    z-index: 1;
}
.row-1-logo {
    margin: 0 auto;
    max-width: 247px;
    max-height: 75px;
    margin-left: 0px;
}
.part1-title {
    color: #122C62;
    font-family: leagueSpartan;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}
.part1-text {
    color: #122C62;
    font-family: leagueSpartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.row-2-logo {
    width: 80%;
    max-width: 380px;
}
.row-content {
    width: 95%;
    padding-top: 100px;
    padding-bottom: 50px;
}
.row-2-text {
    color: #122C62;
    font-family: leagueSpartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.096px;
    padding-right: 50px;
}
.row-2-highlight {
    margin: 0 auto;
    border-radius: 12px;
    background-color: #3B8395;
    width: 100%;
    max-width: 1157px;
    padding: 32px 120px 32px 120px;
    color: #FFF;
    text-align: center;
    font-family: leagueSpartan;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 24px;
}
p {
    font-size: 24px;
    color: rgba(4, 54, 74, 1);
    font-family: leagueSpartan;
}

.btn-outline {
    border: 1px solid #463bb0;
    min-width: 258px;
    padding: 4px;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
}

.submit-form {
    background-color: #463bb0;
    color: #fff;
    border: 2px solid #fff;
    outline: 1px solid #463bb0;
    border-radius: 14px;
    min-width: 248px;
    height: 44px;
    padding-top: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    font-family: leagueSpartan;
}

.submit-form.white {
    background: white;
    color: #463bb0;
    /*border: 1px solid #463bb0;*/
    outline: 1px solid ;
}
.btn:hover,.btn-large:hover,.btn-small:hover {
    background-color: #6b63dc
}
.footer-old {
    width: 100%;
    /*height: 197px;*/
    text-align: center;
    font-family: leagueSpartan;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 197px; /* 120% */
    letter-spacing: -0.25px;
    color: white;
    text-align: center;
    vertical-align: middle;
}
.bottom_logo {
    position: absolute;
    bottom: 0;
    right: 0px;
    height: 90px;
}
.s-40 {
    width: 48%;
}
.s-60 {
    width: 52%;
}
.par1 {
    font-family: leagueSpartan;
}
.box-align-right {
    position: relative;
    float: right;
}
.box-align-left {
    position: relative;
    float: left;
}
.card-panel {
    border-radius: 12px;
    z-index: 100;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    width: 359px;
}
.card-content {
    height: 320px;
}
.card-number {
    position: absolute;
    color: #A3CED9;
    font-family: leagueSpartan;
    font-size: 250px;
    font-style: normal;
    font-weight: 400;
    line-height: 250px;
    letter-spacing: -0.25px;
    opacity: .3;
    left: 30px;
}
.card-number.one {
    left: 62px;
}
.card-text {
    position: relative;
    top: 145px;
}
.card-text b {
    color: #163576;
    font-family: leagueSpartan;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.card-text span {
    color: #122C62;
    font-family: poppinsRegular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.2px;
}
.info-boxes {
    /*padding-left: 290px;*/
    /*padding-right: 290px*/
    margin: 0 auto;
    max-width: 1157px;
}
.info-box-4 {
    width: 65%; float: right
}
.info-box-5 {
    width: 65%
}
.flip-card {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card.submitted .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: #bbb;
    color: black;
    z-index: 2;
}
.flip-card-back {
    background-color: white;
    color: white;
    transform: rotateY(180deg);
    z-index: 4;
}
.thank-you {
    color: #122C62;
    text-align: center;
    font-family: leagueSpartan;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}
textarea {
    width: 100.5% !important;
}
@media only screen and (min-width:1180px) and (max-width: 1385px) {
    textarea {
        width: 101.5% !important;
    }
}
@media only screen and (min-width:0px) and (max-width: 1180px) {
    .card-content {
        height: 360px;
    }
    .card-panel {
        width: 100%;
    }
    .box-align-right {
        float: none;
    }
    .box-align-left {
        float: none;
    }
    textarea {
        width: 101.5% !important;
    }
    .s4 {
        width: 100% !important;
    }
    .s6 {
        width: 100% !important;
    }
}
@media only screen and (min-width:350px) and (max-width: 415px) {
    .card-content {
        height: 360px;
    }
    .card-panel {
        width: 100%;
    }
    .box-align-right {
        float: none;
    }
    .box-align-left {
        float: none;
    }
    textarea {
        width: 101.5% !important;
    }
    .s4 {
        width: 100% !important;
    }
    .s6 {
        width: 100% !important;
    }
}
@media only screen and (min-width:0px) and (max-width: 350px) {
    .card-content {
        height: 420px;
    }
    .card-panel {
        width: 100%;
    }
    .box-align-right {
        float: none;
    }
    .box-align-left {
        float: none;
    }
    textarea {
        width: 101.5% !important;
    }
    .s4 {
        width: 100% !important;
    }
    .s6 {
        width: 100% !important;
    }
    .submit-form {
        min-width: 100px !important;
    }
}
@media only screen and (min-width:0px) and (max-width: 1100px) {
    textarea {
        width: 101.5% !important;
    }
    .container.bg-2 {
        margin-top: 275px;
    }
    .top-content {
        padding-top: 50px;
    }
    .part1-title {
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }
    .block {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row-content {
        padding-top: 0;
    }
    .section {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .line-1 {
        display: none;
    }
    .line-2 {
        display: none;
    }
    .line-3 {
        display: none;
    }

    .bg-logo {
        /*display: none;*/

        /*right: -100px;*/
    }

    .row-1-logo {
        margin: 0 auto;
        max-width: 247px;
        max-height: 75px;
        margin-left: 20px;
    }

    .square-1 {
        margin-left: 15px;
        width: 100%;
    }
    .square-2 {
        padding-right: 16px;
        padding-left: 16px;
    }

    .inner-blue {
        padding-right: 40px;
        padding-left: 25px;
    }

    .s-40 {
        width: 100%;
    }
    .s-60 {
        width: 100%;
    }

    p {
        font-size: 20px;
    }

    .dots {
        right: 0;
        z-index: 1;
    }
    .row-2-highlight {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        border-radius: 0;
        padding: 32px 10px 32px 10px;
    }
    .s4 {
        width: 100% !important;
    }
    .s6 {
        width: 100% !important;
    }
    .info-box-4 {
        width: 100%;
    }

    .info-box-5 {
        width: 100%;
    }
    .info-boxes {
        padding-left: 16px;
        padding-right: 16px
    }

    .footer {
        width: 100%;
        height: 369px;
        font-family: leagueSpartan;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 60px;
    }

    .bottom_logo {
        height: 150px;
        position: absolute;
        bottom: -10px;
        right: 30px;
        max-width: 82px;
    }
    .footer .text {
        display: block;
        margin: 0 auto;
        width: 300px !important;
    }

    .row-2-text {
        font-size: 24px;
        padding-top: 32px;
    }
    .submit-form {
        min-width: 200px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .title {
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
    }
    .part1-text {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 116.667% */
        letter-spacing: 0.096px;
    }
}

.top_image {
    width: 100%;
    position:  absolute;
    z-index: 0;
}

/*.top-img {*/
/*    background:*/
/*            url('images/icons/bckgrnd.svg') no-repeat center top, !* Background image *!*/
/*            linear-gradient(180deg, #DAEBFF, #A4C9FF) !important; !* Gradient *!*/
/*    background-size: cover; !* Ensures the image and gradient cover the whole screen *!*/
/*    height: 100vh; !* Full screen height *!*/
/*    margin: 0;*/
/*}*/

/* top menu */
/* Top Menu Styles */
.top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 20px 60px;*/
    /*background: linear-gradient(to bottom, #d9eaff, #b5d0ff); !* Gradient *!*/
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

/* Logo */
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #3a33a3;
    cursor: pointer;
    padding-top: 10px;
}

/* Navigation Links */
.nav-links {
    display: flex;
    gap: 40px;
    padding-left: 100px;
    padding-top: 10px;
    margin-bottom: 20px;
    background: transparent;
    box-shadow: none;
    font-family: leagueSpartan;
}

.nav-links a {
    text-decoration: none;
    font-size: 24px;
    color: #3a33a3;
    font-weight: 400;
    transition: color 0.3s ease;
}

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

/* Authentication Buttons */
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 425px;
}

/* Create Account Button */
.create-account {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #3a33a3;
    background: white;
    border: 2px solid #3a33a3;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.create-account:hover {
    background: #3a33a3;
    color: white;
}

/* Sign In Link */
.sign-in {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #3a33a3;
    transition: color 0.3s ease;
}

.sign-in:hover {
    color: #6c63ff;
}


/* Hero Section */
.hero-section {
    background: linear-gradient(175deg, #2D2449, #22439A, #102E43); /* Gradient Background */
    color: white;
    text-align: center;
    padding: 40px;
    border-radius: 30px;
    /*margin: 50px auto;*/
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 1);
}

/* Title Text */
.hero-section h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* CTA Button */
.cta-button {
    font-size: 14px;
    font-weight: bold;
    color: #3a33a3;
    background: white;
    padding: 10px 30px;
    border: 3px solid #3a33a3;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/* Double Border Effect */
.cta-button::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 25px;
    border: 2px solid #3a33a3;
    opacity: 1;
}

/* Hover Effect */
.cta-button:hover {
    background: #3a33a3;
    color: white;
}

/* Section Styling */
.info-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent; /* Light blue background */
    padding: 50px;
    width: 100%;
}

/* Text Content */
.text-content {
    max-width: 50%;
    align-content: start;
}

.text-content h2 {
    font-size: 58px;
    font-weight: bold;
    color: #091E42;
    margin-bottom: 15px;
    font-family: leagueSpartan;
}

.text-content p {
    color: #091E42;
    line-height: 1.5;
    font-family: leagueSpartan;
}

/* Image Container */
.image-container {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
}

/* Circular Background */
.circle-background {
    background: #BFD8FF; /* Slightly darker blue */
    width: 250px;
    height: 250px;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Phone Image */
.circle-background img {
    width: 160px;
    height: auto;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .info-section {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        max-width: 100%;
        margin-bottom: 30px;
        font-family: leagueSpartan;
    }

    .image-container {
        width: 100%;
    }

    .circle-background {
        width: 200px;
        height: 200px;
    }

    .circle-background img {
        width: 140px;
    }
}



/* Features Grid Container */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 40px; /* Space between elements */
    padding: 50px 0;
    max-width: 100%;
    margin: auto;
}

/* Individual Feature Block */
.feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Circle Icon */
.icon {
    width: 50px;
    height: 50px;
    background: #DAEBFF; /* Light blue */
    border-radius: 50%;
}

/* Text Styling */
.feature-text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #091E42;
    margin-bottom: 10px;
    font-family: leagueSpartan;
}

.feature-text p {
    color: #091E42;
    line-height: 1.5;
    font-family: leagueSpartan;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr; /* Single column on small screens */
        text-align: left;
    }
}


/* Green Banner */
.banner {
    width: 100%;
    height: 380px;
    background: linear-gradient(100deg, #5f95cf, #4dc1ac);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0 0 12px 12px;
}
.text {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: center;
    max-width: 1400px;
}
.dimension-badge {
    position: absolute;
    top: 10px;
    background-color: #1e88e5;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 8px;
}



/* Footer Styles */
.footer {
    background-color: rgba(71, 61, 183, 1); /* Adjusted for accuracy */
    color: white;
    padding: 80px 80px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
    position: relative;
    height: 400px;
    max-width: 1400px;
    font-family: leagueSpartan;
}

/* Left Section */
.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-left h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.footer-left p {
    margin: 10px 0;
    font-size: 16px;
    color: white;
    line-height: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons div {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.social-icons div:hover {
    background-color: rgba(255, 255, 255, 0.4);
}


/* Center Section */
.footer-center {
    font-family: poppinsMedium;
    text-align: center;
    flex: 1;
}

.footer-center h2 {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-bottom {
    font-size: 16px;
    margin-top: 10px;
}

/* Right Section */
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.button {
    background-color: white;
    color: #3b2ea3;
    padding: 12px 22px;
    font-weight: bold;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: #f0f0f0;
}

.footer-right a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    /*margin-top: 12px;*/
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-right a:hover {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 900px) {
    .footer {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .footer-left,
    .footer-right {
        align-items: center;
        text-align: center;
    }

    .footer-right {
        margin-top: 20px;
    }
}


/* FAQ */
.faq-container {
    width: 100%;
    background: transparent;
    font-family: leagueSpartan;
    color: #122C62;
}

/* FAQ Title */
.faq-title {
    text-align: center;
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #122C62;
}

/* Account Section */
.faq-category {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 20px;
    color: #122C62;
}

/* FAQ Question */
.faq-item {
    padding: 15px 0;
    border-bottom: 1px solid #479EB3;
}

.faq-item:last-child {
    border-bottom: none; /* Remove border for last item */
}

.faq-question {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 5px;
    padding: 0 20px;
    color: #122C62;
}

.faq-answer {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 20px;
    color: #122C62;
}

.right-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
    font-size: 1.6rem;
    color: white;
    font-family: leagueSpartan;
    text-align: right;
    padding: 0;
}

.right-menu a {
    text-decoration: none;
    color: white;
    transition: opacity 0.3s ease;
    height: 10px;
}

.right-menu a:hover {
    opacity: 0.8;
}