@import url('https://fonts.googleapis.com/css2?family=Battambang&family=Dangrek&family=Preahvihear&family=Suwannaphum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nokora:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&display=swap');


* {
    margin: 0;
    padding: 0;
}

body {
    align-items: center;
    height: 100vh;
    background-color: #fff;
}
a {
    text-decoration: none;
}

header {
    position: fixed;
    width: 100%;
    height: 68px;
    background-size: 100%;
    top: 0;
    z-index: 998;
}

header .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

header .container .logo img {
    position: absolute;
    width: 230px;
    top: 2px;
    left: 20px;
}

header .container .artical {
    position: relative;
    float: right;
    right: 10px;
    line-height: 80px;
}

header .container .select-menu {
    width: auto;
}

header .container .select-menu .select-btn {
    display: inherit;
    height: 55px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-family: DB-Heavent-Cond;
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

header .container .select-menu .select-btn img {
    width: 20px;
}

header .container .select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

header .container .select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

header .container .select-menu .options {
    position: relative;
    padding: 0px 10px;
    margin-top: 0px;
    border-radius: 8px;
    background: rgba(241, 241, 241, 0.3);
    backdrop-filter: saturate(125%) blur(10px);
    display: none;
    max-height: 300px;
    /* overflow-y: scroll; */
}

header .container .select-menu.active .options {
    display: block;
}

header .container .options .option {
    display: flex;
    height: 40px;
    cursor: pointer;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
    margin-top: 5px;
}

header .container .options .option img {
    width: 20px;
    margin-left: 10px;
}

header .container .options .option:hover {
    background: #F2F2F2;
}

header .container .option i {
    font-size: 25px;
    margin-right: 12px;
}

header .container .option .option-text {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Nokora", sans-serif;
}

header .container .sBtn-text {
    vertical-align: super;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    font-family: "Nokora", sans-serif;
    margin-left: 5px;
}

header .container .phone-login {
    width: 100%;
    height: auto;
}

header .container .phone-login .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 27% 73%;
    padding-top: 20px;
}

header .container .phone-login .wrap .artical {
    cursor: pointer;
}

header .container .select-btn i {
    font-size: 14px !important;
    margin-left: 10px;
}

main {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 300px;
}

/* -------------login------------ */
.login-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 150px;
}

/* .login-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
} */

.login-btn .container .row {
    cursor: pointer;
}

.login-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    border-radius: 50px;
    border: none;
    background: linear-gradient(45deg, #33dddd, #006a90);
    padding: 15px !important;
}

.login-btn .container .row button:hover {
    background-color: #0e3a59;
}

.register-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 90px;
}

.register-btn .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.register-btn .container .row {
    cursor: pointer;
}

.register-btn .container .row button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Nokora", sans-serif;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px;
}

#confirm-login-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 19px;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    font-weight: 600;
    background-image: linear-gradient(150deg, #e200bc, #f00);
    /* box-shadow: #f00 0 20px 30px -10px; */
}

#confirm-register-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #0bbcd4;
    border: none;
    border-radius: 50px;
    background: none;
    font-size: 16px;
    font-family: 'Battambang', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
}

#confirm-signup-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 18px;
    background-color: #0bbcd4;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-content-signup {
    margin: 5% auto 15% auto;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #0000b3;
}

.imgcontainer-msg {
    border-radius: 10px;
    text-align: center;
    margin: 0px 0 18px 0;
    position: relative;
    margin-bottom: 0px !important;
    background-color: #008F6B;
}

.container-msg {
    padding: 10px 15px;
}

.container-msg p {
    text-align: center;
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.container-msg h2 {
    text-align: center;
    font-size: 25px;
    color: rgb(56, 56, 56);
}

span.psw {
    float: right;
    padding-top: 16px;
}

.modal-login {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #9ea2ae;
    font-size: 35px;
    font-weight: bold;
}

.middle-msg h3 {
    text-align: left;
    color: #000;
    font-size: 24px;
    font-family: "Nokora", sans-serif;
    padding-top: 50px;
}

.form-element label {
    color: #9ea2ae;
    font-size: 12px;
    font-family: "Nokora", sans-serif;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.middle-msg {
    padding: 10px 15px !important;
    padding-top: 15px !important;
    text-align: center;
}

.login-input {
    display: block;
    width: -webkit-fill-available !important;
    padding: 18px;
    outline: none;
    border: 1px solid #f1f1f4;
    margin-top: 5px;
    border-radius: 5px;
    font-family: "Nokora", sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=text]::placeholder {
    color: #9ea2ae;
    font-size: 12px;
    font-family: "Nokora", sans-serif;
}

input[type=password]::placeholder {
    color: #9ea2ae;
    font-size: 12px;
    font-family: "Nokora", sans-serif;
}

.form-element {
    padding: 0 15px;
    border-radius: 10px;
}

.section1 button[type=submit] {
    font-size: 25px;
    font-weight: 600;
    color: #222;
    background: #f5f5f5;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
}

button:hover {
    opacity: 0.8;
}

.imgcontainer-msg {
    border-radius: 10px;
    text-align: center;
    margin: 0px 0 18px 0;
    position: relative;
    margin-bottom: 0px !important;
    background-color: #008F6B;
}

.modal-login-content {
    margin: 5% auto 15% auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.div_phone,
.div_pwd {
    position: relative;
}

.div_phone i,
.div_pwd i {
    position: absolute;
    left: 15px;
    top: 26px;
    color: #9ea2ae;
}

.div_pwd i {
    cursor: pointer;
}

#phone_number,
#password,
#password_register,
#phone,
#confirm_password {
    width: 100%;
    padding: 18px 40px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #e9eaef;
    box-sizing: border-box;
}

/* -------login end ------ */
.section2 {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-top: -80px;
    z-index: 1;
    position: relative;
}

.section2 .container {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 20px;
    backdrop-filter: saturate(125%) blur(10px);
    background: rgba(244, 244, 244, 0.6);
    border: 1px solid #fffefe;
}

.section2 .container .row {
    padding: 0;
}

.section2 .container .row img {
    position: relative;
    top: 0px;
    width: 20%;
    vertical-align: middle;
    float: left;
    animation: loan 3s linear infinite;
}

@keyframes loan {
    0% {
        top: 0px;
    }

    25% {
        top: 5px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 5px;
    }

    100% {
        top: 0px;
    }
}

.section2 .container .row h1 {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nokora", sans-serif;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    top: 20px;
}

.section2 .container .row p {
    position: relative;
    width: 100px;
    color: #043d5d;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nokora", sans-serif;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #626262;
    padding: 5px;
    float: left;
    left: 0px;
    top: 30px;
}

.section2 .container .row i {
    color: #043d5d;
    font-size: 12px;
    transform: rotate(320deg);
}

.flex-container {
    display: flex;
}

.flex-container>p {
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
    color: #9ea2ae;
    font-weight: 500;
    font-family: "Nokora", sans-serif;
    padding-top: 10px;
    padding-bottom: 40px;
}

footer {
    width: 100%;
    bottom: 0px;
}
.footer1 {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.footer1 .logo-footer {
    max-width: 150px;
    height: auto;
    padding-left: 10px;
    vertical-align: middle;
}

.footer1 .container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.footer1 .container .row {
    padding: 0 10px;
}

.footer1 .container .row i {
    color: #000;
}

.footer1 .container .row p {
    color: gray;
    font-size: 12px;
    font-weight: 400;
    font-family: "Nokora", sans-serif;
    text-align: left;
    cursor: pointer;
}
.footer1 .container .row img {
    width: 10%;
    float: right;
    right: 10px;
    padding-right: 5px;  
}

footer .footer2 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #021d4a;
}

footer .footer2 .wrap {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    border-top: 1px solid #dadada;
    padding-top: 20px;
}

footer .footer2 .container {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

footer .footer2 .container .row {
    padding: 0;
}

footer .footer2 .container .row p {
    color: #494949;
    font-size: 10px;
    font-weight: 400;
    font-family: "Nokora", sans-serif;
    line-height: 50px;
}

footer .footer2 .container .row img {
    position: relative;
    top: 0;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
    cursor: pointer;
}

footer .footer2 .container .row img:hover {
    position: relative;
    top: -5px;
}
:root {
    --neon-red: #ff003c;
    --neon-pink: #ff2a6d;
    --dark-bg: #0a0a0a;
    --darker-bg: #050505;
    --text-light: #fff;
    --text-dim: #aaaaaa;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
nav {
    display: none;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.3);
}

.logo img {
    width: 150px;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-link {
    right: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: var(--transition);
    font-size: 14px;
    font-family: "Nokora", sans-serif;
}
.nav-link span {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: var(--transition);
    font-size: 14px;
    font-family: "Nokora", sans-serif;
    background-color: red;
    padding: 15px;
    border-radius: 15px;
}
.nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--neon-red);
    transition: var(--transition);
}

.nav-link:hover {
    color: #021d4a;
}

.nav-link:hover::after {
    width: 100%;
}
.fa-search {
    font-size: 20px;
}

#hero {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.container_slide {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.hero-text {
    position: relative;
    z-index: 2;
}
.hero-text h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #1a3a63;
    font-family: "Nokora", sans-serif;
}

.hero-text h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--text-dim);
    font-family: 'Battambang', sans-serif;
}

.hero-text p {
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 40px;
    font-family: 'Battambang', sans-serif;
}

.btn-group {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.btn-primary {
    background-image: linear-gradient(150deg, #e200bc, #f00);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Battambang', sans-serif;
    text-decoration: none;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.28);
}

.btn-primary:hover {
    background: transparent;
    color: var(--neon-red);
}

.btn-primary::before {
    background: #000;
}

.profile-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.profile-wrapper {
    position: relative;
    width: 450px;
    height: 450px;
    transform-style: preserve-3d;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotateX(0deg) rotateY(0deg);
    }

    25% {
        transform: translateY(-20px) rotateX(5deg) rotateY(5deg);
    }

    50% {
        transform: translateY(0) rotateX(0deg) rotateY(0deg);
    }

    75% {
        transform: translateY(-20px) rotateX(-5deg) rotateY(-5deg);
    }
}

.profile-img {
    width: 100%;
    height: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    object-fit: cover;
    border: 6px solid transparent;
    box-shadow: 0 0 50px var(--neon-red, 0 0 100px rgba(255, 0, 60, 0.5)), 0 0 150px rgba(255, 0, 60, 30%);
    animation: glow 3s infinite alternate, morph 12s ease-in-out infinite;
    position: relative;
    z-index: 10;
    background: linear-gradient(45deg, var(--dark-bg), var(--darker-bg));
}

@keyframes glow {
    0% {
        box-shadow: 0 0 40px var(--neon-red), 0 0 80px rgba(255, 0, 60, 0.5), 0 0 120px rgba(255, 0, 60, 30%);
        border-color: var(--neon-red);
    }

    100% {
        box-shadow: 0 0 60px var(--neon-red), 0 0 120px rgba(255, 0, 60, 70%), 0 0 180px rgba(255, 0, 60, 0.5);
        border-color: var(--neon-pink);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    33% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    66% {
        border-radius: 18% 82% 41% 59% / 59% 54% 46% 41%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.glow-effect {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    border-radius: 50%;
    background: var(--neon-red);
    filter: blur(60px);
    opacity: 0.3;
    z-index: 1;
    animation: pulse 4s infinite alternate;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }

    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}
/* -----------Slide---------- */
.slide-wraper {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slider #line {
    height: 5px;
    background-color: #a9a9a9;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50px;
}

#slider #dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    justify-content: center;
}

#slider #dots li {
    transition: 0.3s;
    list-style-type: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 0.25em;
    cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
    background: #fff;
}

@keyframes line {

    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }

}

#slider #back,
#slider #forword {
    width: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-weight: 700;
    font-size: 2rem;
    background: -moz-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=1);
}

#slider #forword {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
}

#slider:hover #back,
#slider:hover #forword {
    opacity: 0.7;
}

ul#move {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    margin-right: 100%;
}

ul#move li {
    transition: 0.6s;
    min-width: 100%;
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#move li img {
    width: 100%;
}
footer {
    width: 100%;
    height: auto;
    background-color: #272727;
    backdrop-filter: blur(10px);
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2em;
}

footer .container .row {
    position: relative;
    margin: 0;
}

footer .container .row .lineb {
    position: absolute;
    float: right;
    right: -10px;
}

footer .container .row h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Battambang', sans-serif;
    word-break: break-all;
    text-align: left;
    text-transform: uppercase;
    line-height: 3;
}

footer .container .row p {
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Battambang', sans-serif;
    word-break: break-all;
    text-align: left;
    padding-right: 10px;
    line-height: 1.6;
}
/* --------Grid-------- */
.tab1 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}
:root {
    --primary-red: #b30000;
    --dark-red: #660000;
    --overlay-pink: rgba(231, 24, 148, 0.7);
    --text-white: #ffffff;
}
.tab1  .container_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 15px;
    max-width: 1280px;
    width: 100%;
}

/* Card Base Styles */
.card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    color: white;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.20);
}

/* Specific Layout Grid Positions */
.card-news { grid-column: 1 / 2; background-color: var(--primary-red); height: 160px; min-height: unset;}
.card-home { grid-column: 1 / 2; grid-row: 2 / 4; background-image: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=800&q=80'); }
.card-personal { grid-column: 2 / 3; grid-row: 1 / 3; background-image: url('https://images.unsplash.com/photo-1556742044-3c52d6e88c62?auto=format&fit=crop&w=800&q=80'); }
.card-car { grid-column: 3 / 4; grid-row: 1 / 3; background-image: url('https://images.unsplash.com/photo-1494976388531-d1058494cdd8?auto=format&fit=crop&w=800&q=80'); }
.card-visa { grid-column: 2 / 3; background-color: var(--dark-red); background-image: url(../images/home-page/main/original1.jpg);}
.card-calc { grid-column: 3 / 4; background-color: var(--dark-red); background-image: url(../images/home-page/main/original.jpg);}

/* Overlays & Content */
.card-home::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--overlay-pink);
    z-index: 1;
}

.card-content {
    position: relative;
    z-index: 2;
}

.badge { font-size: 1rem; margin-bottom: 10px; opacity: 0.9;font-family: 'Battambang', sans-serif;}
.title { font-size: 1.5rem; font-weight: bold; line-height: 1.2; margin-bottom: 10px; font-family: 'Battambang', sans-serif; }
.subtitle { font-size: 1.5rem; font-family: 'Battambang', sans-serif; font-weight: 700; line-height: 25px;}

.card-news .title { font-size: 1rem; }
.card-news .more { position: absolute; bottom: 15px; right: 20px; font-size: 0.8rem; cursor: pointer; font-family: 'Battambang', sans-serif;  }
.internetbanking {
    display: none;
}
.copyright {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}
.copyright p {
    color: #828282;
    font-size: 14px;
    font-family: "Nokora", sans-serif;
}
.section_01 {
    max-width: 1280px;
    margin: 0 auto;
}

.main-title {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "Nokora", sans-serif;
}

/* Tabs Navigation */
.tabs-container {
    display: flex;
    gap: 8px;
    margin-bottom: 50px;
}

.tab {
    padding: 20px 25px;
    background: #f0f2f5;
    border-radius: 12px;
    font-weight: 500;
    min-width: 160px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Nokora", sans-serif;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.tab.active {
    background-image: linear-gradient(150deg, #e200bc, #f00);
    color: white;
    font-family: 'Battambang', sans-serif;
    box-shadow: 0 10px 20px rgba(230, 0, 40, 0.2);
}

/* Grid Layout */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 60px;
}

.card_box1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.card:hover {
    transform: translateX(5px);
}

/* Thumbnail Styling */
.img-box img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;

}

.icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-bg img {
    width: 60%;
    object-fit: contain;
}

/* Text Content */
.card-content {
    padding: 0 20px;
    flex-grow: 1;
}

.category-tag {
    color: var(--text-muted);
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: 'Battambang', sans-serif;
}

.card-text {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    color: #1a1a1a;
    font-family: 'Battambang', sans-serif;
    letter-spacing: normal;
}

.arrow {
    color: var(--primary-red);
    font-size: 1.8rem;
    font-weight: 300;
}
/* ------------------------------- */
/* Layout Container */
.document_main {
    display: flex;
    justify-content: center;
    gap: 1em;
    padding: 60px 20px;
    max-width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap; /* Allows wrapping on small screens */
}

/* Card Styling */
.document {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    flex: 1;
    min-width: 320px;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.icon-header {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.business-icon { background-color: #2b5daa; }
.personal-icon { background-color: #00a0d2; }

.icon-header img { width: 30px; }

.document_main h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a3a63;
    font-family: "Nokora", sans-serif;
}

.description {
    color: var(--text-light);
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
    font-family: "Nokora", sans-serif;
}

.document_main h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2b5daa;
    font-family: "Nokora", sans-serif;
}

.personal-card h3 { 
    color: #00a0d2;
}

.features {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.features li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
    font-family: "Nokora", sans-serif;
}

/* Checkmark bullets */
.features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00a0d2;
    font-weight: bold;
}

/* Buttons */
.btn_document {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    width: fit-content;
    transition: transform 0.2s;
}

.btn:hover { transform: translateY(-2px); }
.btn-blue { 
    background-image: linear-gradient(150deg, #e200bc, #f00);
    font-family: 'Battambang', sans-serif; 
}
.btn-cyan { 
    background-image: linear-gradient(150deg, #e200bc, #f00);
    font-family: 'Battambang', sans-serif;
}

/* Footer CTA Section */
.cta-section {
    background-color: #f4f7f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    overflow: hidden;
    position: relative;
    min-height: 250px;
    z-index: 2;
}

.cta-content {
    max-width: 500px;
    z-index: 2;
    padding: 40px 0;
}

.cta-content h1 {
    font-size: 2.2rem;
    color: #1a3a63;
    margin-bottom: 20px;
    font-family: "Nokora", sans-serif;
}

.cta-content p {
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
    font-family: "Nokora", sans-serif;
}

.cta-image {
    align-self: flex-end;
}

.cta-image img {
    height: 300px;
    display: block;
}
/* -------------------------- */
:root {
    --ftb-blue: #0066b2;
    --light-blue: #e1f5fe;
    --text-dark: #333;
    --text-muted: #666;
}
/* Header with Stats */
.stats-header {
    background-color: #f4f7f9;
    color: #000;
    padding: 60px 20px 140px 20px; /* Extra bottom padding for the overlap */
    display: flex;
    justify-content: center;
    gap: 150px;
    text-align: center;
}

.stat-item p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 5px;
    font-family: "Nokora", sans-serif;
}

.stat-item h2 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Nokora", sans-serif;
}

/* Floating Card Container */
.page_trasfer {
    max-width: 1280px;
    margin: -100px auto 50px auto; /* Pulls card into the blue area */
    padding: 0 20px;
}

.promo-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.box_transfer{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.image-side {
    flex: 1;
    display: flex;
    justify-content: center;
}

.circle-graphic img {
    width: 100%;
    max-width: 350px;
    border-radius: 50%;
}

.text-side {
    flex: 1.2;
}

.category-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    color: var(--ftb-blue);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.text-side h1 {
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--text-dark);
    margin-bottom: 25px;
    font-family: "Nokora", sans-serif;
}

.check-list {
    list-style: none;
    margin-bottom: 30px;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--text-muted);
    font-family: "Nokora", sans-serif;
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: var(--ftb-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-family: "Nokora", sans-serif;
}

.btn-more {
    display: inline-block;
    padding: 18px 40px;
    background-image: linear-gradient(150deg, #e200bc, #f00);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.9rem;
    font-family: "Nokora", sans-serif;
}

/* Bottom Bar */
.card-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    text-align: center;
    color: var(--ftb-blue);
    font-size: 0.85rem;
    font-family: "Nokora", sans-serif;
}
.poster {
    width: 100%;
    height: auto;
}
.poster .container {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.5em;
    box-sizing: border-box;
    padding: 10px;
}
.poster .container .row {
    cursor: pointer;
}
.poster .container .row img {
    width: 100%;
    vertical-align: middle;
    border-radius: 15px;
}
/* ------------------------------ */
