@font-face {
    font-family: Quick;
    src: url("libs/fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Quick;
    src: url("libs/fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Quick;
    src: url("libs/fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Quick;
    src: url("libs/fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}

:root {
    --heading-font: "Quick", sans-serif;
    --body-font: "Quick", sans-serif;
    --small-shadow: 0 10px 50px 0 rgb(231 230 236 / 53%);
    --medium-shadow: 0 5px 20px 0 rgb(39 40 40 / 15%);
    --primary: #8ea065;
    --secondary: #061c24;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 700 !important;
    color: var(--dark);
}

#main {
    margin-top: 0;
}

ul {
    margin-bottom: 0 !important;
    padding: 0;
    list-style: unset;
}

a:hover {
    text-decoration: none !important;
}

body {
    font-family: var(--body-font) !important;
    font-weight: 400 !important;
    color: var(--gray-dark) !important;
    background-color: #f5f5f5;
}

img {
    width: 100%;
    object-fit: cover;
}

strong {
    font-family: var(--body-font);
    font-weight: 700 !important;
    color: var(--dark) !important;
}

.alignnone,
.wp-caption.alignleft,
.wp-caption.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: 700;
}

.py-100 {
    padding: 100px 0;
}

.py-200 {
    padding: 200px 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.img-wrap,
.wyswyg .align-full,
.wyswyg section {
    position: relative;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.wyswyg .align-full {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100vw - var(--scrollbarWidth));
}

.btn-primary:hover,
.wp-block-button .wp-block-button__link:hover {
    background-color: #3754db !important;
    border-color: #3754db !important;
}

.pagination .page-numbers li span,
.posts .time,
header .navbar-nav li.active a {
    background-color: var(--primary);
    color: #fff;
}

@keyframes wRotateAnimation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px !important;
    }
}

.rounded-10 {
    border-radius: 0.6rem;
}

.rounded-16 {
    border-radius: 1rem;
}

.img-wrap {
    height: auto;
    overflow: hidden;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
    display: block;
}

.img-wrap img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

header .top {
    background-color: var(--secondary-color);
    border-bottom: 1px solid #dfdfdf;
}

.sliderarrow,
header .searchbar {
    display: flex;
    justify-content: center;
}

header .logo img {
    height: 60px;
}

header .main-header {
    padding: 1rem 0;
    background-image: url("http://pnmdnewtemp.local/wp-content/uploads/2024/07/Du-Lich-Hoi-An-Bg-header.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header .navbar-nav {
    gap: 0.5rem;
}

header .navbar-nav a {
    color: #000;
    font-weight: 700;
    transition: 0.3s linear;
    padding: 4px 8px !important;
    border-radius: 50px;
}

#ftwp-container.ftwp-wrap #ftwp-trigger .ftwp-trigger-icon,
.posts .navi .sliderarrow i,
header .navbar-nav a:hover {
    color: var(--primary);
}

header .searchbar {
    width: 60%;
    margin: 0 auto;
    padding: 1rem 0;
}

header .searchbar .wrap {
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
    border: 2px solid var(--primary);
}

header .searchbar input {
    padding: 0.5rem 1rem;
    height: 100%;
    border: none;
    outline: 0;
    width: 100%;
}

header .searchbar .form-outline {
    flex: 1;
}

header .searchbar button {
    background: unset;
    outline: 0;
    border: none;
    padding: 0 1rem;
}

.sliderarrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    align-items: center;
    cursor: pointer;
}

#footer *,
#menu-footer-menu a:hover,
.sliderarrow i {
    color: #fff;
}


.banner-hero .list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
}

@media screen and (max-width: 1300px) {
    .banner-hero .list {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }

}

@media screen and (max-width: 1000px) {
    .banner-hero .list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

}

@media screen and (max-width: 991px) {
    .banner-hero .list {
        grid-auto-rows: 100px;

    }

    .banner-hero .list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

}

@media screen and (max-width: 500px) {
    .banner-hero .list {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

}


.banner-hero .list .card a,
.banner-hero .list .card .content,
.banner-hero .list .card .content .back,
.banner-hero .list .card .content .back .back-content,
.banner-hero .list .card .content .back .back-content img {
    height: 100%;
}

.banner-hero .list .card:first-child {
    grid-row: span 2;
}

.banner-hero .card {

    transition: all .3s linear;
}

.banner-hero .card .back {
    transition: all .3s linear;

}

.banner-hero .card:hover .back {
    filter: brightness(50%);
}

.banner-hero .content {
    transform-style: preserve-3d;
    transition: transform .3s;
    box-shadow: 0 0 10px 1px #000000ee;
}

.banner-hero .content .front {
    position: absolute;
    top: 50%;
    opacity: 0;
    padding: 0 4px;
    transform: translateY(-50%);
    transition: all .3s linear;

}

.banner-hero .card:hover .front {
    opacity: 1;
}

.banner-hero .content .front p {
    margin-bottom: 0;
    color: white;
    text-align: center;
    font-size: 2.5rem;
    width: 100%;
    font-weight: bold;
}

.posts .title {
    margin-bottom: 1rem;
}

.posts .title h2 {
    margin-bottom: 0;
    color: var(--primary);
}

.posts .navi .sliderarrow {
    position: static;
    border-color: var(--primary);
}

#menu-footer-menu,
.posts .navi {
    gap: 1rem;
}

.posts .slick-list {
    margin: 0 -16px;
}

.posts .slick-slide {
    margin: 0 16px;
}

.posts .list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.posts .item {
    width: calc(100% / 2 - 16px);

}

.posts .time {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 4px 8px;
    border-radius: 5px;
    z-index: 1;
}

.posts .item a,
.posts .item h5 {
    margin-top: 1rem;
    color: #000;
}

.posts .item h5,
.posts .item p {
    text-align: justify;
}

@media screen and (max-width: 991px) {
    .posts .item {
        width: calc(100% / 2 - 16px / 2);

    }

    .posts .item a,
    .posts .item h5 {
        font-size: 16px;
    }

    .posts .item h5,
    .posts .item p {
        text-align: left;
        font-size: .9rem;
    }


}

#content .item .thumb {
    width: 35%;
    border-radius: 10px;
    overflow: hidden;
}

#content .item {
    gap: 1.5rem;
    padding: 1.5rem 0;
}

#content .item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}

#content .item a {
    color: #000;
    height: 100%;
}

#content .newpost span {
    display: block;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #a8a8a8;
    position: relative;
}

#content .newpost span::before {
    background-color: var(--danger);
    position: absolute;
    bottom: 0;
    content: "";
    height: 3px;
    width: 12%;
    left: 0;
    transform: translateY(50%);
}

.pagination {
    justify-content: center;
    margin: 1.5rem 0;
}

.pagination .page-numbers {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.pagination .page-numbers * {
    font-size: 1rem;
}

.pagination .page-numbers li a,
.pagination .page-numbers li span {
    width: 30px;
    height: 30px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.pagination .page-numbers .next i,
.pagination .page-numbers .prev i {
    font-size: 2rem;
}

.relatedPost {
    margin-top: 2rem;
}

.relatedPost .list {
    gap: 1.5rem;
}

.relatedPost .title {
    margin-bottom: 1rem;
}

#footer {
    background-color: var(--secondary);
}

#footer .content {
    margin-top: 1rem;
}

#footer h4 {
    font-size: 1.3rem;
}

#footer .content ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.copyright {
    background-color: #0a0a0a;
    padding: 1rem 0;
}

.copyright p {
    margin-bottom: 0;
    color: var(--primary);
}

#menu-footer-menu a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 0.9rem;
}

@media screen and (max-width: 991px) {

    header .m-menu .top,
    header .main-header {
        padding: 1rem 0;
    }

    header .searchbar {
        width: 100%;
    }

    header .checkbox {
        height: 32px;
        width: 32px;
        top: 20px;
        display: none;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    header .hamburger-lines {
        display: block;
        height: 26px;
        width: 32px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    header .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: var(--primary);
    }

    header .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    header .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    header .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    header .hamburger-lines.active~.menu-items,
    header .m-menu.active {
        transform: translateX(0);
    }

    header .hamburger-lines.active .line1 {
        transform: rotate(45deg);
    }

    header .hamburger-lines.active .line2 {
        transform: scaleY(0);
    }

    header .hamburger-lines.active .line3 {
        transform: rotate(-45deg);
    }

    header .hamburger-lines.active~.logo {
        display: none;
    }

    header .m-menu {
        position: fixed;
        background-color: #fff;
        right: 0;
        height: 100%;
        top: 0;
        width: 100%;
        transform: translateX(100%);
        transition: 0.3s linear;
    }

    .posts h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .posts .item h5 {
        font-size: 1.2rem;
    }

    .posts .sliderarrow {
        width: 30px;
        height: 30px;
    }

    .posts .title {
        margin-bottom: 1rem;
    }
}

#ftwp-container.ftwp-wrap #ftwp-header,
#ftwp-container.ftwp-wrap #ftwp-list {
    background-color: transparent !important;
    color: var(--primary) !important;
}

#ftwp-container.ftwp-wrap #ftwp-contents,
#ftwp-container.ftwp-wrap #ftwp-trigger {
    border-color: var(--primary) !important;
    background-color: transparent !important;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-text::before {
    background: var(--primary) !important;
}

.games h2 {
    margin-bottom: 1rem;
    color: var(--primary);
}


.games .like-game {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    text-align: left;
    transition: transform .3s;
    overflow: hidden;
}

.games {
    display: flex;
    flex-direction: column;
    position: relative;
}

.games .like-game .card {
    overflow: visible;
    position: relative;
    width: calc(100% / 5 - 24px);
    transition: all .3s linear;
}

.games .like-game .card .back {
    transition: all .3s linear;

}

.games .like-game .card:hover .back {
    filter: brightness(50%);
}

.games .content {
    transform-style: preserve-3d;
    transition: transform .3s;
    box-shadow: 0 0 10px 1px #000000ee;
}

.games .content .front {
    position: absolute;
    top: 50%;
    opacity: 0;
    padding: 0 4px;
    transform: translateY(-50%);
    transition: all .3s linear;

}

.games .like-game .card:hover .front {
    opacity: 1;
}

.games .content .front p {
    margin-bottom: 0;
    color: white;
    font-weight: bold;
}

.game-button {
    position: relative;
    top: 0;
    cursor: pointer;
    text-decoration: none !important;
    outline: none !important;
    font-family: 'Carter One', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .1em;
    text-shadow: 2px 2px 1px #0066a2, -2px 2px 1px #0066a2, 2px -2px 1px #0066a2, -2px -2px 1px #0066a2, 0px 2px 1px #0066a2, 0px -2px 1px #0066a2, 0px 4px 1px #004a87, 2px 4px 1px #004a87, -2px 4px 1px #004a87;
    border: none;
    margin: 15px 15px 30px;
    background: repeating-linear-gradient(45deg, #3ebbf7, #3ebbf7 5px, #45b1f4 5px, #45b1f4 10px);
    border-bottom: 3px solid rgba(16, 91, 146, 0.5);
    border-top: 3px solid rgba(255, 255, 255, .3);
    color: #fff !important;
    border-radius: 8px;
    padding: 8px 15px 10px;
    box-shadow: 0 6px 0 #266b91, 0 8px 1px 1px rgba(0, 0, 0, .3), 0 10px 0 5px #12517d, 0 12px 0 5px #1a6b9a, 0 15px 0 5px #0c405e, 0 15px 1px 6px rgba(0, 0, 0, .3);
}

.game-button:hover {
    top: 2px;
    box-shadow: 0 4px 0 #266b91, 0 6px 1px 1px rgba(0, 0, 0, .3), 0 8px 0 5px #12517d, 0 10px 0 5px #1a6b9a, 0 13px 0 5px #0c405e, 0 13px 1px 6px rgba(0, 0, 0, .3);
}

.game-button::before {
    content: '';
    height: 10%;
    position: absolute;
    width: 40%;
    background: #fff;
    right: 13%;
    top: -3%;
    border-radius: 99px;
}

.game-button::after {
    content: '';
    height: 10%;
    position: absolute;
    width: 5%;
    background: #fff;
    right: 5%;
    top: -3%;
    border-radius: 99px;
}

.game-iframe-container {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .btn {
    background-color: #e74c3c;
    padding: 15px 30px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;

}

.header-right .btn:hover {
    background-color: #c0392b;
    transform: scale(1.1);
}

.header-right {
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.header-left {
    width: 50%;
}

.game-info {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.other-page-games {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.other-page-games .other-page-game {
    width: calc(100% / 5);
}

@media screen and (max-width: 991px) {
    .games .like-game .card {
        overflow: visible;
        position: relative;
        width: calc(100% / 2 - 15px);
        transition: all .3s linear;
    }

    .game-info {
        flex-direction: column;
        margin-top: 1.5rem;
    }

    .header-left {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .header-right {
        justify-content: center !important;
    }

    .other-page-games .other-page-game {
        width: calc(100% / 3);

    }

    .other-page-games {
        margin-bottom: 3rem;
    }

}

/* ========================================
   Loan Registration Page Styles
   ======================================== */

.loan-registration-page {
    background-color: #f5f5f5;
    padding: 2rem 0 5rem;
}

.loan-registration-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Form Section */
.loan-form-section {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.loan-form-section .form-header {
    margin-bottom: 1.5rem;
}

.loan-form-section .form-header h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.loan-form-section .form-subheading {
    color: #666;
    font-size: 1rem;
}

/* CF7 Form Styles */
.loan-form-section .wpcf7-form {
    margin: 0 auto;
}

.loan-form-section .wpcf7-form-control:not([type="submit"]) {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.loan-form-section .wpcf7-form-control:focus {
    border-color: #0066bf;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 102, 191, 0.1);
}

.loan-form-section .wpcf7-submit {
    background-color: #0066bf;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.loan-form-section .wpcf7-submit:hover {
    background-color: #4a88bf;
    border: 2px solid #000;
}

.cf7-notice {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
}

/* Info Section */
.loan-info-section {
    margin-top: 2rem;
}

.loan-info-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.loan-info-section .col-md-6 {
    flex: 1;
    min-width: 280px;
}

.info-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.info-card .info-icon {
    margin-bottom: 1rem;
}

.info-card .info-icon img {
    width: auto;
    height: auto;
    max-width: 150px;
}

.info-card h4 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.info-card .info-list {
    list-style: disc;
    padding-left: 1.5rem;
}

.info-card .info-list li {
    margin-bottom: 0.75rem;
    color: #555;
    line-height: 1.5;
}

.info-card .procedures-list li {
    list-style: none;
    position: relative;
    padding-left: 0;
}

/* Mobile Contact Bar */
.mobile-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.mobile-contact-bar .contact-item {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.mobile-contact-bar .contact-item.call {
    background: #dc3545;
    color: #fff;
}

.mobile-contact-bar .contact-item.zalo {
    background: #0068ff;
    color: #fff;
}

.mobile-contact-bar .contact-item.messenger {
    background: #0084ff;
    color: #fff;
}

.mobile-contact-bar .contact-item:hover {
    opacity: 0.9;
}

/* Desktop - hide mobile bar */
@media (min-width: 769px) {
    .mobile-contact-bar {
        display: none;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .loan-registration-page {
        padding-bottom: 70px;
    }

    .loan-form-section {
        padding: 1.5rem;
    }

    .info-card {
        padding: 1.5rem;
    }

    .loan-info-section .col-md-6 {
        flex: 100%;
    }
}

/* ========================================
   Contact Form 7 Styles - Loan Registration
   ======================================== */

/* Form Container */
.wpcf7 {
    max-width: 100%;
}

.wpcf7-form {
    background: #fff;
    padding: 0;
}

/* Form Labels */
.wpcf7-form label {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

/* Hide br tags that CF7 adds */
.wpcf7-form label br,
.wpcf7-form br,
.wpcf7-form p br {
    display: none;
}

.wpcf7-form label .required {
    color: #dc3545;
}

/* Input Fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none;
    border-color: #0066bf;
    box-shadow: 0 0 5px rgba(0, 102, 191, 0.3);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #999;
}

/* Select Dropdown */
.wpcf7-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
    cursor: pointer;
}

/* Radio Buttons */
.wpcf7-form .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 8px;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    accent-color: #0066bf;
    cursor: pointer;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    font-weight: 400;
    cursor: pointer;
}

/* Checkbox */
.wpcf7-form .wpcf7-checkbox {
    margin-top: 8px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    accent-color: #0066bf;
    cursor: pointer;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    background-color: #0066bf;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #4a88bf;
    border: 2px solid #000;
    box-shadow: 0 4px 15px rgba(0, 102, 191, 0.3);
}

.wpcf7-form input[type="submit"]:active {
    transform: translateY(1px);
}

/* Horizontal Rule / Divider */
.wpcf7-form hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 25px 0;
}

/* Form Section Headings */
.wpcf7-form h4 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

/* Validation Messages */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    border: 1px solid #dc3545;
    background: #fff5f5;
    color: #dc3545;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.wpcf7-mail-sent-ok {
    border: 1px solid #28a745;
    background: #f0fff4;
    color: #28a745;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

/* Response Output */
.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 15px;
    border-radius: 5px;
}

/* Spinner */
.wpcf7-spinner {
    margin-left: 15px;
}

/* Two Column Layout for Form Fields */
.wpcf7-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.wpcf7-form .form-row>label {
    flex: 1;
    min-width: 200px;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form select {
        padding: 10px 12px;
        font-size: 16px;
        /* Prevents zoom on iOS */
    }

    .wpcf7-form .wpcf7-radio {
        flex-direction: column;
        gap: 10px;
    }

    .wpcf7-form input[type="submit"] {
        width: 100%;
        padding: 14px;
    }

    .wpcf7-form .form-row {
        flex-direction: column;
        gap: 0;
    }
}

/* ========================================
   LOAN CALCULATOR PAGE STYLES
   ======================================== */

.loan-calculator-page {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.loan-calculator-page .container {
    max-width: 900px;
}

/* Calculator Section */
.calculator-section {
    background: linear-gradient(135deg, #f5a623 0%, #e09000 100%);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(245, 166, 35, 0.3);
}

.calculator-title {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Calculator Form */
.calculator-form {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 30px;
    backdrop-filter: blur(10px);
}

.calculator-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.calculator-form .form-group {
    flex: 1;
}

.calculator-form label {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.calculator-form .input-group {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.calculator-form .input-group input {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 1rem;
    outline: none;
    min-width: 80px;
}

.calculator-form .input-group select {
    border: none;
    border-left: 1px solid #eee;
    padding: 12px 15px;
    font-size: 1rem;
    background: #f9f9f9;
    cursor: pointer;
    outline: none;
}

.calculator-form .form-select {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Calculate Button */
.form-actions {
    text-align: center;
    margin-top: 25px;
}

.btn-calculate {
    background: #fff;
    color: #f5a623;
    border: none;
    padding: 15px 50px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-calculate:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: #fff8e7;
}

/* Results Section */
.result-section {
    margin-top: 30px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.result-header {
    text-align: right;
    margin-bottom: 20px;
}

.result-header .copyright {
    color: #999;
    font-size: 0.85rem;
}

/* Summary Boxes */
.summary-boxes {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.summary-box {
    flex: 1;
    background: linear-gradient(135deg, #fff8e7 0%, #fff4d6 100%);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #f5a623;
}

.summary-box h4 {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.summary-box p {
    color: #f5a623;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

/* Result Actions */
.result-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 25px;
}

.btn-action {
    background: linear-gradient(135deg, #f5a623 0%, #e09000 100%);
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(245, 166, 35, 0.4);
}

.btn-action i {
    font-size: 1rem;
}

/* Payment Table */
.table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

.payment-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.payment-table th {
    background: linear-gradient(135deg, #f5a623 0%, #e09000 100%);
    color: #fff;
    padding: 15px 12px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
}

.payment-table th:first-child {
    border-radius: 8px 0 0 0;
}

.payment-table th:last-child {
    border-radius: 0 8px 0 0;
}

.payment-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.payment-table tbody tr:hover {
    background-color: #fff8e7;
}

.payment-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.payment-table tbody tr:nth-child(even):hover {
    background-color: #fff8e7;
}

/* Note */
.result-section .note {
    color: #999;
    font-style: italic;
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .calculator-section {
        padding: 25px 15px;
    }

    .calculator-title {
        font-size: 1.4rem;
    }

    .calculator-form {
        padding: 20px 15px;
    }

    .calculator-form .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .summary-boxes {
        flex-direction: column;
        gap: 15px;
    }

    .result-actions {
        flex-direction: column;
    }

    .btn-action {
        width: 100%;
        justify-content: center;
    }

    .payment-table {
        font-size: 0.85rem;
    }

    .payment-table th,
    .payment-table td {
        padding: 10px 8px;
    }
}

/* ========================================
   SITE HEADER STYLES
   ======================================== */

.site-header {
    background: linear-gradient(135deg, #f5a623 0%, #e09000 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.header-logo {
    flex-shrink: 0;
}

.header-logo a {
    display: flex;
    align-items: center;
}

.header-logo img {
    max-height: 50px;
    width: auto;
}

.header-logo .site-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
}

.header-logo .site-title:hover {
    color: #fff;
    opacity: 0.9;
}

/* Navigation */
.header-nav {
    display: flex;
    align-items: center;
}

.header-nav .nav-menu {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav .nav-menu li {
    margin: 0;
}

.header-nav .nav-menu a {
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.header-nav .nav-menu a:hover,
.header-nav .nav-menu .current-menu-item a {
    background: rgba(255, 255, 255, 0.2);
}

/* Hamburger Toggle */
.hamburger-toggle {
    display: none;
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger Active State */
.hamburger-toggle.active .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-toggle.active .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .hamburger-toggle {
        display: flex;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: linear-gradient(180deg, #f5a623 0%, #e09000 100%);
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 80px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
    }

    .header-nav.active {
        right: 0;
    }

    .header-nav .nav-menu {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .header-nav .nav-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-nav .nav-menu a {
        display: block;
        padding: 15px 25px;
        border-radius: 0;
    }

    .header-nav .nav-menu a:hover {
        background: rgba(255, 255, 255, 0.15);
    }
}