@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
}

a {
    text-decoration: none;
    font-size: 13px;
}

ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* Allow wrapping instead of overflowing */
    gap: 30px;
    align-items: center;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -100px;
    width: 40vw;
    /* Full viewport width */
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
    z-index: 999;
    box-sizing: border-box;
    overflow-x: auto;
}


li.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    grid-template-rows: repeat(2, auto);
    /* 2 rows */
    gap: 30px;
}

.dropdown-column {
    min-width: 200px;
}

.dropdown-column h1 {
    font-size: 18px;
    color: #2299fb;
    font-weight: 600;
    margin-bottom: 10px;
}

.dropdown-column a {
    display: block;
    font-size: 13px;
    margin: 6px 0;
    color: #000;
    text-decoration: none;
}

.dropdown-column a:hover {
    color: #2299fb;
}

.dropdown-column.blue {
    background-color: #2299fb;
    color: white;
    padding: 10px;
    border-radius: 0px;
}

.dropdown-column.blue a {
    color: white;
}


.hero-section {
    background-image: url(../images/b1.jpg);
    background-size: cover;
    height: 450px;
}

.discover-container {
    padding: 2rem !important;
}

.internet-banking-container {
    padding-right: 40px;
    padding-top: 50px;
    align-items: center;
}

.choose-what-right h2 {
    color: #2299fb;
}

.choose-what-right {
    padding: 2rem !important;
}


.offset-choose-wrapper div {
    padding: 2rem;
    width: fit-content;
    height: 150px;
    cursor: pointer;
    margin-bottom: 1rem !important;
}

.offset-choose-wrapper .item {
    border-right: 1px solid rgb(228, 222, 222);
}

.offset-choose-wrapper>div:hover {
    box-shadow: 1px 2px 19px whitesmoke;
}

.offset-choose-wrapper h2 {
    font-size: 20px;
}

.offset-choose-wrapper h3 {
    font-size: 14px;
}

.internet-banking-container .internet-banking {
    box-shadow: 1px 1px 1px 1px whitesmoke;

}

.enrol-wrapper {
    font-size: 13px;
    color: #888;
}

.enrol-wrapper a {
    columns: #2299fb;
}

.more-about-us-wrapper {
    padding: 10px 12px;
    margin-bottom: 2rem !important;
}
.more-about-us-wrapper h3 {
    font-size: 18px !important;
    margin: 16px;
    color: #283d76;
}

.more-about-us-wrapper img:hover {
    transform: scale(115%);
    transition: 800ms ease-in-out all;
}

.more-about-us-wrapper article {
    font-size: 14px;
    color: #5d5a5a;
}

.news-section .title {
    color: #283d76;
    font-size: 32px;
    margin: 1.5rem !important;
}


.question-side h4 {
    color: red;
}

.news-section h3 {
    color: #283d76;
    font-size: 14px;
}

.question-url {
    margin-top: 1.5rem;
}
.question-url a {
    padding: 10px 12px;
    color: white;
    background-color: #2299fb;
}

.popular-saving-mode {
    background-color: #283d76;
    padding: 3rem 2rem;
}

.letconnect {
padding: 3rem 2rem;
}

.letconnect h2 {
    color: #283d76;
    margin: 2rem 0 0 0;
}

.letconnect h4 {
    color: #5a5757;
    font-size: 16px;
}