/* ========================================
   GLOBAL
======================================== */

:root {
    --primary-color: #0b2855;
    --secondary-color: #d62828;
    --accent-color: #f5b400;
    --dark-color: #111827;
    --text-color: #333333;
    --light-color: #f8f9fa;
    --white: #ffffff;

    --font-primary: "Montserrat", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fcfcfb;
}

/* =========================
   HERO SECTION
========================= */

.theme-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background: #fff;
    font-family: Arial, sans-serif;
}


/* =========================
   LEFT AREA
========================= */

.hero-left {
    position: relative;
    z-index: 10;
    padding: 15px 30px 0;
    background: #fff;
}

.hero-logo img {
    max-width: 330px;
    width: 100%;
}

.powered-by {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: -5px 0 10px;
}

.powered-by span {
    font-size: 14px;
    color: #101b52;
}

.powered-by img {
    max-width: 145px;
}


/* =========================
   LOGIN BOX
========================= */

.login-box {
    background: #fff;
    padding: 20px 25px 15px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.12);
}

.login-box h2 {
    margin: 0;
    color: #101f58;
    font-size: 24px;
    font-weight: 800;
}

.red-line {
    width: 54px;
    height: 3px;
    background: #e50909;
    margin: 6px 0 12px;
}

.login-box .form-label {
    display: block;
    color: #101f58;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.input-icon {
    position: relative;
}

.input-icon > i:first-child {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c93a8;
    z-index: 2;
}

.input-icon .form-control {
    height: 43px;
    border: 1px solid #ccd2df;
    border-radius: 6px;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    color: #555;
}

.input-icon .form-control:focus {
    border-color: #17275f;
    box-shadow: 0 0 0 2px rgba(23, 39, 95, 0.08);
}

.password-eye {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c93a8;
    cursor: pointer;
}


/* Login options */

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0 16px;
    font-size: 12px;
}

.login-options label {
    margin-left: 5px;
    color: #111b52;
}

.login-options a {
    color: #143eff;
    text-decoration: none;
}

.login-options a:hover {
    text-decoration: underline;
}


/* Login button */

.login-btn {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 7px;
    background: #e50909;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: 0.2s;
}

.login-btn:hover {
    background: #c90000;
}


/* Help */

.help-text {
    margin-top: 14px;
    text-align: center;
    color: #172054;
    font-size: 12px;
}

.help-text i {
    margin-right: 4px;
    color: #7e879c;
}

.help-text a {
    color: #143eff;
    text-decoration: none;
}


/* =========================
   CENTER CONTENT
========================= */

.hero-content {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    background: #fff;
}

.content-inner {
    max-width: 570px;
    padding: 50px 25px 50px 35px;
}

.content-inner h1 {
    margin: 0;
    color: #10235d;
    font-size: 48px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -1px;
}

.content-inner h1 span {
    display: block;
    color: #e51a1a;
    margin-top: 8px;
}

.heading-line {
    width: 54px;
    height: 3px;
    background: #e51a1a;
    margin: 18px 0 24px;
}

.content-inner h3 {
    color: #111d57;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 12px;
}

.content-inner p {
    color: #111d57;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 13px 18px;
    background: #e50909;
    color: #fff;
    text-decoration: none;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.2s;
}

.shop-btn:hover {
    background: #c90000;
    color: #fff;
}

.shop-btn span {
    font-size: 28px;
    line-height: 15px;
}


/* =========================
   ATTRACTION IMAGES
========================= */

.attraction-item img {
	width: 100%;
	height: auto;
}




/* =========================
   Trust Features
========================= */

.trust-features {
    background: #071d50;
    width: 100%;
    padding: 10px 0;
}

.trust-item {
    min-height: 80px;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.trust-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon i {
    font-size: 48px;
    color: #ed1c24;
    line-height: 1;
}

.trust-content h4 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.trust-content p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}

/* Remove border from last item */
.trust-item:last-child {
    border-right: 0;
}


/* =========================
   Tablet
========================= */

@media (max-width: 1199px) {

    .trust-item {
        padding: 8px 15px;
    }

    .trust-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    .trust-icon i {
        font-size: 40px;
    }

    .trust-content h4 {
        font-size: 14px;
    }

    .trust-content p {
        font-size: 12px;
    }
}


/* =========================
   Mobile
========================= */

@media (max-width: 575px) {

    .trust-features {
        padding: 5px 0;
    }

    .trust-item {
        min-height: 75px;
        padding: 8px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .trust-item:last-child {
        border-bottom: 0;
    }

    .trust-icon {
        flex-basis: 50px;
        width: 50px;
    }

    .trust-icon i {
        font-size: 40px;
    }
}



/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {

    .hero-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-inner {
        padding-left: 25px;
        padding-right: 20px;
    }

    .content-inner h1 {
        font-size: 42px;
    }

    .content-inner p {
        font-size: 15px;
        line-height: 1.7;
    }
}


@media (max-width: 991px) {

    .theme-hero {
        min-height: auto;
    }

    .hero-left {
        padding: 25px;
    }

    .hero-logo img {
        max-width: 300px;
    }

    .login-box {
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-content {
        min-height: 450px;
        justify-content: center;
        text-align: center;
    }

    .content-inner {
        max-width: 700px;
        padding: 50px 25px;
    }

    .heading-line {
        margin-left: auto;
        margin-right: auto;
    }

    .attraction-images {
        height: 400px;
    }
}


@media (max-width: 575px) {

    .hero-left {
        padding: 20px 15px;
    }

    .hero-logo img {
        max-width: 260px;
    }

    .login-box {
        padding: 18px;
    }

    .content-inner {
        padding: 40px 20px;
    }

    .content-inner h1 {
        font-size: 35px;
    }

    .content-inner h3 {
        font-size: 17px;
    }

    .content-inner p {
        font-size: 15px;
        line-height: 1.6;
    }

    .shop-btn {
        font-size: 14px;
    }

    .attraction-images {
        height: 300px;
    }

    .attraction-item {
        min-width: 25%;
    }
}