/* hhr-landing.css  — Haramain Railway Landing Page Styles */

:root {
    --hrm-green: #0d5c3a;
    --hrm-green-600: #146a48;
     --hrm-gold: #c59f26;
 /*   --hrm-gold: #eebb4d;*/
    --hrm-ink: #0b1220;
    --hrm-muted: #6c7a86;
    --hrm-card-radius: 17.5px;
    /*ovrride metronic*/
    --kt-primary: var(--hrm-green-600);
    --kt-primary-active: var(--hrm-green);
    --kt-text-primary: var(--hrm-green-600);
    --bs-link-color: var(--hrm-green-600);
    --kt-form-check-input-checked-bg-color: var(--hrm-green-600);
    --kt-form-check-input-checked-bg-color-solid: var(--hrm-green-600);
    --kt-form-check-input-checked-border-color: var(--hrm-green-600);
}

body {
    font-family: 'Poppins', "Droid Arabic Kufi" !important;
    color: #4A5565;
}

/* HERO */
.hrm-hero {
    position: relative;
    min-height: 700px;
    display: grid;
    place-items: center;
    color: #fff;
    background: url('/Common/Images/hhr/haramain-hero.png') center/cover no-repeat;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    overflow: hidden;
}

.hrm-hero .brandbar {
    position: absolute;
    inset: 0 0 auto 0;
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    gap: 1rem;
    border-bottom: 1px solid rgba(221, 225, 230, 0.1);
}

.hrm-hero .title {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
}
.hrm-hero img{
    max-width:215px;
}
.hrm-hero-title {
    color: #eebb4d;
    font-weight: 700;
    line-height: 1.1;
}

.hrm-hero-subtitle {
    color: #e5e7eb;
    font-size: 25px;
    line-height: 1.625;
}

.hrm-login-btn{
    background-color: var(--hrm-gold);
    border-color: var(--hrm-gold);
    color: white;
    border-width: 2px;
    border-radius: 5px;
    padding: 12px 16px;
}

.hrm-login-btn:hover,
.hrm-login-btn:focus,
.hrm-login-btn:active {
    background-color: var(--hrm-gold) !important;
    border-color: var(--hrm-gold) !important;
    color: white;
    opacity: 0.9;
}

/* BENEFITS SECTION */
.hrm-benefits-section {
    background: linear-gradient(to bottom, #f0f8f3, #ffffff);
    padding: 50px 0;
}

/* EXPERIENCE SECTION */
.hrm-experience-section {
    background: #f9f9f9;
    padding: 50px 0;
}

/* SECTION HEADERS */
.hrm-section-title {
    font-weight: 400;
    color: var(--hrm-green);
    font-size: 48px;
    margin-bottom: 30px;
}

.hrm-section-sub {
    color: #4a5565;
    font-size: 25px;
    line-height: 1.4;
    max-width: 960px;
    margin: 0 auto;
}

/* FEATURE CARDS */
.hrm-card {
    background: #fff;
    border-radius: var(--hrm-card-radius);
    padding: 40px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hrm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(2, 25, 14, .12);
}

.hrm-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* Benefits section - larger icon */
.hrm-benefits-section .hrm-card-icon {
    width: 80px;
    height: 80px;
}

.hrm-benefits-section .hrm-card-icon i {
    font-size: 3.5rem !important;
}

/* Experience section - icon beside text */
.hrm-experience-card {
    padding: 30px;
}

.hrm-experience-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.hrm-experience-icon i {
    font-size: 2.5rem !important;
}

/* Experience section - card title styling */
.hrm-experience-section .hrm-card-title {
    font-size: 22px;
    color: #4A5565;
    font-weight: 500;
}

.hrm-icon-green {
    background-color: var(--hrm-green);
}

.hrm-icon-gold {
    background-color: var(--hrm-gold);
}

.hrm-card-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--hrm-green);
    /* margin-bottom: 20px; */
    line-height: 1.4;
}

.hrm-card-text {
    font-size: 20px;
    color: #4a5565;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Benefits section - spacing and line */
.hrm-benefits-section .hrm-card-text {
    margin-bottom: 20px;
}

.hrm-card-line {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 5px;
    background-color: var(--hrm-gold);
    border-radius: 100px;
    transition: width 0.3s ease;
}

/* Hover effects for benefits cards */
.hrm-benefits-section .hrm-card:hover .hrm-card-icon {
    transform: translateY(-5px) scale(1.05);
}

.hrm-benefits-section .hrm-card:hover .hrm-card-line {
    width: calc(100% - 80px);
}



/* FOOTER */
.hrm-footer {
    background-color: #101828;
    color: #ffffff;
    padding: 20px 0;
}

.hrm-footer-text {
    color: #ffffff;
    font-size: 14px;
}

.hrm-footer strong {
    color: #fff;
    font-weight: 700;
}

/* LOGIN SECTION */
.hrm-login-section {
    padding: 0;
}

.hrm-login-left {
    background: url('/Common/Images/hhr/login-bg.png') center/cover no-repeat;
    padding: 80px 40px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hrm-login-left .hrm-login-section-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hrm-login-right {
    background-color: #fff;
    padding: 80px 40px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hrm-login-right-img {
    max-width: 250px;
}
.hrm-login-section-content {
    width: 100%;
}

.hrm-login-section-title {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin-bottom: 17px;
}

.hrm-login-section-subtitle {
    font-size: 25px;
    font-weight: 400;
    color: #f4e6a1;
    line-height: 28px;
    margin-bottom: 30px;
}

.hrm-login-section-features {
    margin-top: 0;
}

.hrm-feature-item {
    gap: 8px;
}

.hrm-feature-icon {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hrm-feature-icon i {
    font-size: 24px;
    color: #fff;
}

.hrm-feature-text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    white-space: nowrap;
}
/* Heart Animation */
.heart-icon {
    animation: beat 1.5s infinite;
    display: inline-block;
}
@keyframes beat {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}
/* Powered By RMS Section */
.powered-by-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    width: fit-content;
    border-radius: 8px;
    border-left: 6px solid #eebb4d;
}

.powered-text {
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rms-logo-placeholder {
    font-weight: 800;
    font-size: 25px;
    color: #0c66e4;
    /*font-family: 'Playfair Display', serif;*/ /* Serif for a classic logo look */
    letter-spacing: 2px;
}
/*login*/
#kt_login_signin_submit {
    width: 100%;
    font-family: 'Poppins', "Droid Arabic Kufi" !important;
}
.text-gold, div.login-form h3 {
    color: var(--hrm-gold) !important;
}
div.login-form{
    width:75% !important;
}
a:hover img {
    opacity: 0.9 !important;
}
@media (max-width: 991.98px) {
    .hrm-login-right {
        min-height: 400px;
        padding: 60px 30px;
    }
    .hrm-login-left {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .hrm-login-left,
    .hrm-login-right {
        min-height: 350px;
        padding: 40px 20px;
    }
    
    .hrm-login-section-title {
        font-size: 28px;
        line-height: 32px;
    }

    .hrm-login-section-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .hrm-feature-text {
        font-size: 14px;
    }
    .hrm-hero-title, .hrm-section-title {
        font-size: 30px !important;
    }
    .hrm-hero-subtitle, .hrm-section-sub {
        font-size: 20px;
    }
    .hrm-card-title {
        font-size: 22px;
    }
    .hrm-card-text {
        font-size: 20px;
    }
    .hrm-benefits-section .hrm-card-icon{
        width:60px;
        height:60px;
    }
}
@media (max-width: 560px) {
    .hrm-hero-title, .hrm-section-title {
        font-size: 25px !important;
    }
    .hrm-hero-subtitle, .hrm-section-sub {
        font-size: 20px !important;
    }
    .hrm-card-title {
        font-size: 18px  !important;
    }
    .hrm-card-text {
        font-size: 15px !important;
    }
}