/*for display none on mobile*/

.fixed-nav .header-top-bar{
    height: unset;
    opacity: unset;
    visibility: unset;
}

@media(max-width: 768px){
    .mob-none{
        display: none;
    }
}

/*for display none on desktop*/
@media(min-width: 769px){
    .desk-none{
        display: none;
    }
}

.stroke-shape::before,
.stroke-shape::after {
    content: "" !important;
    display: none !important;
}
.curve-shape::before,
.curve-shape::after {
    content: "" !important;
    display: none !important;
}

.exc-cb{
    height: 230px !important;
    position: relative;
}
.exc-card .exc-btn{
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
}


  .services {
      background: #f9f9f9;
    }
    .services .service-item {
    background-color: #ffffff;
    border: 1px solid #3d4348;
    height: 100%;
    padding: 12px;
    transition: 0.3s;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.services .service-item .icon {
    font-size: 32px;
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.services .service-item.item-teal .icon {
    color: #20c997;
    border: 1px solid #20c997;
    background: rgba(32, 201, 151, 0.1);
}
.services .service-item.item-red .icon {
    color: #df1529;
    border: 1px solid #df1529;
    background: rgba(223, 21, 4, 0.1);
}
.services .service-item.item-cyan .icon {
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
    background: rgba(13, 202, 240, 0.1);
}
.services .service-item.item-orange .icon {
    color: #fd7e14;
    border: 1px solid #fd7e14;
    background: rgba(253, 126, 20, 0.1);
}

.services .service-item h3 {
    color: #3e5055;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
}
.services .service-item .read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    transition: 0.3s;
    font-size: 14px;
}
.services .service-item .read-more i {
    margin-left: 10px;
}

.services .service-item:hover {
    box-shadow:0px 2px 20px 7px #c7c7c7;
}

/* ============================================================
   GOOGLE FONTS IMPORT
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body, html {
    font-family: 'Poppins', Arial, sans-serif;
}

/* ============================================================
   LOGIN HERO SECTION - MODERN DESIGN
   ============================================================ */
/* Reduce spacing between header and hero section */
body .header-area,
body .header-top-bar,
.login-hero-section + * .header-area {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}

/* Remove any margin/padding from hero section top */
.login-hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.login-hero-section .header-area {
    margin-bottom: 0 !important;
}

/* Ensure header doesn't add extra space */
.header-area {
    margin-bottom: 0 !important;
}

.login-hero-section {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
}

.login-hero-section .hero-box {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

/* Background Image Layer - Extended upward to cover header */
.login-hero-section {
    position: relative;
}

.login-hero-section .hero-bg-image {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + 150px);
    background-image: url('/assets/images/hero-travel-arcs.webp');
    background-size: cover;
    background-position: center top;
    z-index: 1;
}

/* Gradient Overlay - Extended upward to cover header */
.login-hero-section .hero-overlay {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + 150px);
    background: linear-gradient(135deg, rgba(12, 34, 145, 0.55) 0%, rgba(0, 80, 200, 0.45) 100%);
    z-index: 2;
}

/* Content Container - Reduced padding for better visibility */
.hero-content-container {
    position: relative;
    z-index: 10;
    padding: 20px 15px 70px;
}

/* Left Side: Headline Text */
.hero-text-left {
    color: #ffffff;
}

.hero-main-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Keep "Portal" on same line as "Agents" */
.portal-inline {
    white-space: nowrap;
}

.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

/* Right Side: Login Card */
.hero-login-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Registration Card - Wider for success message */
.register-card-modern {
    max-width: 500px !important;
}

/* Registration Form - Row spacing */
.register-card-modern .row {
    margin-left: -8px;
    margin-right: -8px;
}

.register-card-modern .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

/* Registration Success Message */
.registration-success {
    text-align: center;
    padding: 20px 0;
}

.registration-success .success-icon {
    font-size: 64px;
    color: #4caf50;
    margin-bottom: 20px;
}

.registration-success h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0d1b3e;
    margin-bottom: 15px;
}

.registration-success p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.registration-success strong {
    color: #0650b6;
    font-weight: 600;
}

/* Select dropdown styling for registration form */
.register-card-modern select.form-control-modern,
.register-card-modern select {
    background-color: #ffffff !important;
    cursor: pointer;
    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='%230650b6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px !important;
    border: 2px dashed rgba(0, 0, 0, 0.2) !important;
    border-radius: 7px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    width: 100% !important;
    padding: 9px 35px 9px 11px !important;
    transition: all 0.3s ease;
}

.register-card-modern select.form-control-modern:focus,
.register-card-modern select:focus {
    border-color: #ff9800 !important;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

/* Responsive adjustments for registration form */
@media (max-width: 991px) {
    .register-card-modern {
        max-width: 100% !important;
    }
    
    .register-card-modern .row > [class*="col-md-"] {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .register-card-modern .row > [class*="col-md-"] {
        margin-bottom: 16px;
    }
    
    /* Registration Success Message - Mobile */
    .registration-success {
        padding: 25px 15px;
    }
    
    .registration-success .success-icon {
        font-size: 48px;
    }
    
    .registration-success h4 {
        font-size: 20px;
    }
    
    .registration-success p {
        font-size: 14px;
    }
    
    .registration-success h4 {
        font-size: 20px;
    }
}

.login-card-modern {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 25px 24px;
    max-width: 340px;
    width: 100%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.login-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #0d1b3e;
    margin-bottom: 18px;
    text-align: center;
}

.form-group-modern {
    margin-bottom: 16px;
}

.form-label-modern {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.form-icon-modern {
    margin-right: 8px;
    color: #ff9800;
}

.form-control-modern {
    width: 100%;
    padding: 9px 11px;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.form-control-modern:focus {
    outline: none;
    border-color: #ff9800;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.remember-me {
    display: flex;
    align-items: center;
    color: #555;
    font-weight: 500;
}

.remember-me input {
    margin-right: 8px;
}

.forgot-password-link {
    color: #ff9800;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.forgot-password-link:hover {
    color: #ff6b00;
    text-decoration: none;
}

.recaptcha-wrapper {
    margin: 15px 0;
}

.btn-login-modern {
    width: 100%;
    padding: 11px 0;
    background: linear-gradient(90deg, #ff9800 0%, #ff6b00 100%);
    color: #ffffff;
    border: none;
    border-radius: 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 6px;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.btn-login-modern:hover {
    background: linear-gradient(90deg, #ff6b00 0%, #ff9800 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
}

.btn-login-modern:hover {
    background: linear-gradient(90deg, #0038cc 0%, #0066cc 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 127, 255, 0.3);
}

.register-prompt {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.register-link {
    color: #ff9800;
    font-weight: 600;
    text-decoration: none;
}

.register-link:hover {
    color: #ff6b00;
    text-decoration: underline;
}

/* Animated SVG Wave - Positioned exactly at bottom, no gap */
.hero-wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.wave-svg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 120px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    animation: waveMove 5.3s ease-in-out infinite;
}

@keyframes waveMove {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */
.hn-products-section {
    padding: 80px 0;
    background: #ffffff;
}

.hn-section-subtitle {
    font-size: 14px;
    color: #999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    width: 100%;
}

.hn-section-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ff9800;
    border-radius: 2px;
}

.hn-section-title {
    font-size: 38px;
    font-weight: 800;
    color: #0d1b3e;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.hn-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.hn-product-box {
    background: #ffffff;
    border: 2px solid #e1e5ee;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.hn-product-box:hover {
    border-color: #ff9800;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 152, 0, 0.2);
}

.hn-product-box span {
    font-weight: 600;
    font-size: 16px;
    color: #0d1b3e;
    margin-top: 15px;
    display: block;
}

.product-icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 15px;
}

.product-icon-yellow {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
    border: 2px solid #ff9800;
}

.product-icon-blue {
    background: rgba(0, 127, 255, 0.1);
    color: #007fff;
    border: 2px solid #007fff;
}

.product-icon-red {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 2px solid #dc3545;
}

.product-icon-orange {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
    border: 2px solid #ff9800;
}

.product-icon-green {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 2px solid #28a745;
}

.product-icon-teal {
    background: rgba(32, 201, 151, 0.1);
    color: #20c997;
    border: 2px solid #20c997;
}

.product-icon-purple {
    background: rgba(138, 43, 226, 0.1);
    color: #8a2be2;
    border: 2px solid #8a2be2;
}

.product-icon-grey {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border: 2px solid #6c757d;
}

/* ============================================================
   TWO COLUMN LAYOUT (Cloud & Domestic Sections)
   ============================================================ */
.hn-two-col {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 80px 0;
}

.hn-reverse {
    flex-direction: row-reverse;
}

.hn-col-left, .hn-col-right {
    flex: 1;
}

.hn-col-right img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.hn-body-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.hn-bullet-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.hn-bullet-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.hn-bullet-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #007fff;
    font-size: 20px;
    font-weight: bold;
}

.btn-register-modern, .btn-domestic-modern {
    display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(90deg, #ff9800 0%, #ff6b00 100%);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.btn-domestic-modern {
    background: linear-gradient(90deg, #ff9800 0%, #ff6b00 100%);
}

.btn-register-modern:hover, .btn-domestic-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.4);
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(90deg, #ff6b00 0%, #ff9800 100%);
}

/* ============================================================
   CLOUD ACCOUNTING SECTION
   ============================================================ */
.hn-cloud-section {
    background: #f7f9ff;
    padding: 80px 0;
}

/* ============================================================
   DOMESTIC HOTELS SECTION
   ============================================================ */
.hn-domestic-section {
    background: #ffffff;
    padding: 80px 0;
}

/* ============================================================
BENEFITS SECTION (Why Register)
============================================================ */
.hn-benefits-section {
    padding: 80px 0;
    background: #ffffff;
}

.hn-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.hn-benefits-image-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-illustration {
    width: 100%;
    max-width: 800px;
    position: relative;
}

.benefits-img {
    width: 70%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.hn-benefit-box {
    padding: 30px 25px;
    background: #f7f9ff;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hn-benefit-box:hover {
    background: #fff5e6;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 152, 0, 0.15);
    border-color: #ff9800;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6b00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.3);
}

.benefit-icon i {
    color: #ffffff;
    font-size: 32px;
}

.hn-benefit-box h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 12px;
}

.hn-benefit-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Benefits Section */
@media (max-width: 991px) {
    .hn-benefits-section {
        padding: 60px 0;
    }
    
    .hn-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 40px;
    }
    
    .hn-benefits-image-wrapper {
        margin-top: 50px;
    }
    
    .benefits-illustration {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hn-benefits-section {
        padding: 50px 0;
    }
    
    .hn-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .hn-benefits-image-wrapper {
        margin-top: 40px;
    }
    
    .hn-benefit-box {
        padding: 25px 20px;
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
    }
    
    .benefit-icon i {
        font-size: 28px;
    }
    
    .hn-benefit-box h4 {
        font-size: 18px;
    }
}

/* ============================================================
MARKETPLACE SECTION (Why Us with Illustration)
============================================================ */
.hn-marketplace-section {
    background: #ffffff;
    padding: 80px 0;
}

.hn-marketplace-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
    align-items: center;
}

.hn-marketplace-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketplace-illustration {
    width: 100%;
    max-width: 550px;
    position: relative;
}

.marketplace-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.marketplace-svg-fallback {
    width: 100%;
    height: auto;
}

.hn-marketplace-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.marketplace-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.marketplace-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #f7f9ff;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.marketplace-feature-item:hover {
    background: #fff5e6;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.15);
    border-left: 4px solid #ff9800;
}

.marketplace-feature-icon {
    width: 50px;
    height: 50px;
    background: #ff9800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.marketplace-feature-icon i {
    color: #ffffff;
    font-size: 24px;
}

.marketplace-feature-content {
    flex: 1;
}

.marketplace-feature-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.marketplace-feature-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.hn-faq-section {
    background: #f7f9ff;
    padding: 80px 0;
}

.hn-faq-section .hn-section-title {
    margin-bottom: 50px;
}

.hn-faq-list {
    margin-top: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hn-faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hn-faq-item:hover {
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.15);
    border-color: rgba(255, 152, 0, 0.3);
}

.hn-faq-item.active {
    border-color: #ff9800;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.2);
}

.hn-faq-header {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
}

.faq-icon-wrapper {
    width: 40px;
    height: 40px;
    background: #ff9800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.faq-icon {
    color: #ffffff;
    font-size: 20px;
}

.hn-faq-question {
    font-size: 16px;
    font-weight: 600;
    color: #0d1b3e;
    margin: 0;
    flex: 1;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease;
}

.hn-faq-item.active .hn-faq-question {
    color: #ff9800;
    font-weight: 700;
}

.faq-chevron {
    color: #0d1b3e;
    font-size: 18px;
    margin-left: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.hn-faq-item.active .faq-chevron {
    color: #ff9800;
    transform: rotate(180deg);
}

.hn-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 25px;
}

.hn-faq-item.active .hn-faq-answer {
    max-height: 500px;
    padding: 0 25px 20px 80px;
}

.hn-faq-answer p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.hn-contact-section {
    padding: 80px 0;
    background: #ffffff;
}

.hn-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
    align-items: start;
}

.hn-contact-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hn-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-icon-wrapper {
    width: 50px;
    height: 50px;
    background: rgba(255, 152, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon {
    color: #ff9800;
    font-size: 24px;
}

.contact-content {
    flex: 1;
}

.contact-label {
    font-size: 16px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.contact-details {
    font-size: 15px;
    color: #ff9800;
    line-height: 1.6;
    margin: 0;
}

.hn-contact-right {
    height: 100%;
}

.hn-map-wrapper {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.hn-map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}

/* ================================
PAYMENT METHODS SECTION
================================= */
.hn-payment-section {
    padding: 80px 0;
    background: #ffffff;
}

.hn-payment-intro {
    text-align: center;
    margin: 40px 0 50px;
}

.payment-domicile {
    font-size: 18px;
    color: #555;
    font-weight: 500;
    margin: 0;
}

.hn-payment-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.hn-payment-method-card {
    background: #f7f9ff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hn-payment-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-color: #ff9800;
}

.payment-method-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.payment-method-icon i {
    font-size: 36px;
    color: #ffffff;
}

.hn-payment-method-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.hn-payment-method-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.payment-offices {
    margin-top: 20px;
    text-align: left;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.office-item {
    margin-bottom: 15px;
}

.office-item:last-child {
    margin-bottom: 0;
}

.office-item strong {
    display: block;
    color: #0d1b3e;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.office-item span {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.payment-note {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 152, 0, 0.1);
    padding: 12px 15px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: left;
}

.payment-note i {
    color: #ff9800;
    font-size: 20px;
    flex-shrink: 0;
}

.payment-note span {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.hn-payment-important {
    margin-top: 50px;
}

.payment-important-box {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.payment-important-box i {
    color: #ff9800;
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 5px;
}

.important-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.important-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.important-content ul li {
    padding: 10px 0 10px 25px;
    position: relative;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.important-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff9800;
    font-weight: bold;
    font-size: 18px;
}

.important-content ul li strong {
    color: #0d1b3e;
}

.hn-payment-cards {
    margin-top: 60px;
    text-align: center;
    padding: 40px;
    background: #f7f9ff;
    border-radius: 15px;
}

.payment-cards-title {
    font-size: 24px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.payment-cards-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-cards-img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
}

/* ================================
PRIVACY POLICY SECTION
================================= */
.hn-privacy-section {
    padding: 80px 0;
    background: #ffffff;
}

.hn-privacy-intro {
    margin: 40px 0 50px;
}

.privacy-domicile-box {
    background: #f7f9ff;
    border-left: 4px solid #ff9800;
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.privacy-domicile-box i {
    color: #ff9800;
    font-size: 32px;
    flex-shrink: 0;
}

.privacy-domicile-box p {
    margin: 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.privacy-domicile-box strong {
    color: #0d1b3e;
    font-weight: 600;
}

.hn-privacy-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
}

.privacy-policy-card {
    background: #f7f9ff;
    border-radius: 15px;
    padding: 35px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.privacy-policy-card:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #ff9800;
}

.policy-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-icon-wrapper i {
    font-size: 28px;
    color: #ffffff;
}

.policy-content {
    flex: 1;
}

.policy-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.policy-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.hn-privacy-note {
    margin-top: 50px;
}

.privacy-note-box {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.privacy-note-box i {
    color: #ff9800;
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 5px;
}

.note-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.note-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Payment Section */
@media (max-width: 991px) {
    .hn-payment-section {
        padding: 60px 0;
    }
    
    .hn-payment-methods-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }
    
    .hn-payment-method-card {
        padding: 30px 25px;
    }
    
    .payment-important-box {
        flex-direction: column;
        padding: 25px;
    }
    
    .hn-payment-cards {
        margin-top: 50px;
        padding: 30px 20px;
    }
    
    /* Privacy Policy Responsive */
    .hn-privacy-section {
        padding: 60px 0;
    }
    
    .hn-privacy-content {
        gap: 20px;
        margin-top: 40px;
    }
    
    .privacy-policy-card {
        padding: 30px 25px;
        flex-direction: column;
        text-align: center;
    }
    
    .policy-icon-wrapper {
        margin: 0 auto;
    }
    
    .privacy-domicile-box {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .privacy-note-box {
        flex-direction: column;
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .hn-payment-section {
        padding: 50px 0;
    }
    
    .hn-payment-intro {
        margin: 30px 0 40px;
    }
    
    .payment-domicile {
        font-size: 16px;
    }
    
    .hn-payment-method-card {
        padding: 25px 20px;
    }
    
    .payment-method-icon {
        width: 70px;
        height: 70px;
    }
    
    .payment-method-icon i {
        font-size: 30px;
    }
    
    .hn-payment-method-card h4 {
        font-size: 20px;
    }
    
    .payment-offices {
        padding: 15px;
    }
    
    .payment-important-box {
        padding: 20px;
    }
    
    .important-content h4 {
        font-size: 18px;
    }
    
    .hn-payment-cards {
        margin-top: 40px;
        padding: 25px 15px;
    }
    
    .payment-cards-title {
        font-size: 20px;
    }
    
    /* Privacy Policy Mobile */
    .hn-privacy-section {
        padding: 50px 0;
    }
    
    .hn-privacy-intro {
        margin: 30px 0 40px;
    }
    
    .privacy-domicile-box {
        padding: 20px 15px;
    }
    
    .privacy-domicile-box i {
        font-size: 28px;
    }
    
    .privacy-domicile-box p {
        font-size: 15px;
    }
    
    .hn-privacy-content {
        gap: 20px;
        margin-top: 30px;
    }
    
    .privacy-policy-card {
        padding: 25px 20px;
    }
    
    .policy-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .policy-icon-wrapper i {
        font-size: 24px;
    }
    
    .policy-content h4 {
        font-size: 18px;
    }
    
    .policy-content p {
        font-size: 14px;
    }
    
    .hn-privacy-note {
        margin-top: 40px;
    }
    
    .privacy-note-box {
        padding: 20px;
    }
    
    .note-content h4 {
        font-size: 18px;
    }
    
    .note-content p {
        font-size: 14px;
    }
}

/* ============================================================
   HOW IT WORKS SECTION
   ============================================================ */
.hn-how-it-works-section {
    padding: 80px 0;
    background: #f7f9ff;
}

.hn-how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.hn-step-box {
    background: #ffffff;
    padding: 50px 30px 40px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hn-step-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(255, 152, 0, 0.2);
    border-color: #ff9800;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6b00 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 20px auto 20px;
    background: rgba(255, 152, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #ff9800;
    border: 3px solid #ff9800;
}

.hn-step-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b3e;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* ============================================================
   STATS/TRUST SECTION
   ============================================================ */
.hn-stats-section {
    padding: 40px 0;
    background: #0650b6;
    color: #ffffff;
}

.hn-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.hn-stat-box {
    text-align: center;
    padding: 20px 15px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.hn-stat-box:hover {
    background: #ffffff;
    transform: translateY(-3px);
    border-color: #ff9800;
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.2);
}

.stat-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    background: rgba(255, 152, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ff9800;
    border: 2px solid #ff9800;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    line-height: 1.4;
}

/* Stats Section Responsive */
@media (max-width: 991px) {
    .hn-stats-section {
        padding: 35px 0;
        background: #0650b6;
    }
    
    .hn-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 15px;
    }
    
    .hn-stat-box {
        padding: 18px 12px;
        background: #ffffff;
    }
    
    .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .stat-number {
        font-size: 28px;
        margin-bottom: 6px;
        color: #ffffff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    .stat-label {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.95);
    }
}

@media (max-width: 767px) {
    .hn-stats-section {
        padding: 30px 0;
        background: #0650b6;
    }
    
    .hn-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 12px;
    }
    
    .hn-stat-box {
        padding: 15px 10px;
        border-radius: 10px;
        background: #ffffff;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-bottom: 8px;
        border-width: 1.5px;
    }
    
    .stat-number {
        font-size: 24px;
        margin-bottom: 5px;
        color: #ffffff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    .stat-label {
        font-size: 12px;
        line-height: 1.3;
        color: rgba(255, 255, 255, 0.95);
    }
}

@media (max-width: 480px) {
    .hn-stats-section {
        padding: 25px 0;
        background: #0650b6;
    }
    
    .hn-stats-grid {
        gap: 10px;
        margin-top: 10px;
    }
    
    .hn-stat-box {
        padding: 12px 8px;
        background: #ffffff;
    }
    
    .stat-icon {
        width: 35px;
        height: 35px;
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .stat-number {
        font-size: 20px;
        margin-bottom: 4px;
        color: #ffffff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    .stat-label {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.95);
    }
}

/* ============================================================
   FOOTER REDESIGN - MATCHING HEADER STYLE
   ============================================================ */

/* Footer Main Section - White Background */
.subfoot {
    background-color: #ffffff !important;
    padding: 50px 0 40px !important;
    color: #0d1b3e !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Footer Description Text */
.subfoot p {
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 70px !important;
    padding-bottom: 0 !important;
}

/* Remove gaps between CONTACT and WE ACCEPT items - match Useful Links spacing */
/* Target paragraphs in CONTACT and WE ACCEPT columns specifically */
.subfoot .col-lg-3 .col-lg-12 p,
.subfoot .col-lg-3 > div > p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1.6 !important;
}

/* First paragraph after heading - no extra spacing */
.subfoot .col-lg-3 h4 + div p:first-child,
.subfoot .col-lg-3 .col-lg-12 h4 + p {
    margin-top: 0 !important;
}

/* Social media icons container - add small spacing only before it */
.subfoot .col-lg-3 p.d-flex {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

/* Payment cards image - add small spacing only before it */
.subfoot .col-lg-3 p img {
    margin-top: 8px !important;
    display: block;
}

/* Ensure description paragraph keeps its spacing */
.subfoot .col-lg-12.mrg-btm10 p.center-block {
    margin-bottom: 70px !important;
}

/* Extra spacing between description and headings row */
.subfoot .mrg-btm10:first-child {
    margin-bottom: 70px !important;
}

.subfoot .row.nopadding.mrg-top10 {
    margin-top: 0 !important;
}

/* Footer Section Headings */
.subfoot h4 {
    color: #0d1b3e !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #ff9800 !important;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Add padding between headings and content */
.subfoot h4 + p,
.subfoot h4 + ul,
.subfoot h4 + div {
    margin-top: 25px !important;
}

.subfoot h4::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff9800;
}

/* Footer Logo Heading - Break Orange Line */
.subfoot h4.hn-footer-logo-heading {
    border-bottom: 2px solid #ff9800 !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
}

.subfoot h4.hn-footer-logo-heading::after {
    display: none !important;
}

.subfoot h4.hn-footer-logo-heading::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: calc(100% - 50px);
    height: 2px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 152, 0, 0.3);
}

/* Footer Logo Text Styling */
.hn-footer-logo-text {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hn-footer-logo-h,
.hn-footer-logo-o,
.hn-footer-logo-t,
.hn-footer-logo-e,
.hn-footer-logo-n,
.hn-footer-logo-i,
.hn-footer-logo-t2,
.hn-footer-logo-e2,
.hn-footer-logo-s {
    color: #0d1b3e;
}

.hn-footer-logo-l {
    color: #ff9800;
}

/* Footer Links */
.subfoot a {
    color: #0650b6 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    font-weight: 500;
}

.subfoot a:hover {
    color: #ff9800 !important;
}

/* Footer List Items - Match spacing with CONTACT/WE ACCEPT */
.subfoot ul li {
    color: #555 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
}

.subfoot ul li a {
    color: #0650b6 !important;
}

.subfoot ul li a:hover {
    color: #ff9800 !important;
}

/* Footer Icons */
.subfoot ul li .fa,
.subfoot p .fa-solid {
    color: #ff9800 !important;
    font-size: 14px !important;
    margin-right: 10px !important;
}

.subfoot p .fa-solid {
    color: #ff9800 !important;
}

/* Social Media Icons */
.subfoot .fa-brands {
    color: #0650b6 !important;
    font-size: 22px !important;
    margin-right: 15px !important;
    transition: all 0.3s ease !important;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(6, 80, 182, 0.1);
}

.subfoot .fa-brands:hover {
    color: #ffffff !important;
    background: #ff9800 !important;
    transform: translateY(-3px);
}

/* Footer Bottom Section */
footer.ftr-res {
    background: #f8f9fa !important;
    padding: 20px 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: none !important;
    color: #555 !important;
    font-size: 14px !important;
}

footer.ftr-res a {
    color: #0650b6 !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

footer.ftr-res a:hover {
    color: #ff9800 !important;
}

footer.ftr-res span {
    color: #555 !important;
    font-weight: 700 !important;
}

footer.ftr-res {
    font-weight: 700 !important;
}

/* Payment Cards Image */
.subfoot img[src*="cards"] {
    max-width: 200px;
    height: auto;
    margin-top: 10px;
    filter: grayscale(0);
    opacity: 1;
}

/* Map Responsive */
@media (max-width: 991px) {
    .hn-map-wrapper {
        height: 350px;
    }
    
    .hn-map-wrapper iframe {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .hn-map-wrapper {
        height: 300px;
    }
    
    .hn-map-wrapper iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .hn-map-wrapper {
        height: 250px;
    }
    
    .hn-map-wrapper iframe {
        height: 250px;
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background: #25D366;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    background: #20BA5A;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    text-decoration: none;
    color: #ffffff;
}

.whatsapp-float i {
    color: #ffffff;
    font-size: 32px;
}

.whatsapp-tooltip {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d1b3e;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    font-weight: 500;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #0d1b3e;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: 75px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
    }
    100% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }
}

/* Responsive WhatsApp Button */
@media (max-width: 767px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 15px;
        left: 15px;
        font-size: 28px;
    }
    
    .whatsapp-float i {
        font-size: 28px;
    }
    
    .whatsapp-tooltip {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* Hide WhatsApp GetButton Widget (if using third-party widget) */
#wh-widget-send-button,
.wh-widget-send-button,
[class*="wh-widget"],
[class*="getbutton"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Footer Responsive */
@media (max-width: 991px) {
    .subfoot {
        padding: 40px 0 30px !important;
    }
    
    .subfoot h4 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    
    .subfoot h4 + p,
    .subfoot h4 + ul,
    .subfoot h4 + div {
        margin-top: 20px !important;
    }
    
    .subfoot p {
        font-size: 14px !important;
        margin-bottom: 60px !important;
    }
    
    /* Consistent spacing between footer columns on tablet */
    .subfoot .row.nopadding.mrg-top10 > .col-lg-3,
    .subfoot .row.nopadding.mrg-top10 > .col-lg-6 {
        margin-bottom: 30px !important;
    }
    
    /* Consistent spacing for nested columns */
    .subfoot .col-lg-6 .col-lg-6 {
        margin-bottom: 25px !important;
    }
    
    .subfoot .mrg-btm10:first-child {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 767px) {
    .subfoot {
        padding: 35px 0 25px !important;
    }
    
    .subfoot h4 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
        padding-bottom: 10px !important;
    }
    
    .subfoot h4 + p,
    .subfoot h4 + ul,
    .subfoot h4 + div {
        margin-top: 18px !important;
    }
    
    .subfoot p {
        font-size: 13px !important;
        margin-bottom: 50px !important;
    }
    
    /* Consistent spacing between all footer columns on mobile */
    /* Target direct children of the row */
    .subfoot .row.nopadding.mrg-top10 > .col-lg-3,
    .subfoot .row.nopadding.mrg-top10 > .col-lg-6 {
        margin-bottom: 35px !important;
    }
    
    /* Remove bottom margin from last direct child column */
    .subfoot .row.nopadding.mrg-top10 > .col-lg-3:last-child,
    .subfoot .row.nopadding.mrg-top10 > .col-lg-6:last-child {
        margin-bottom: 0 !important;
    }
    
    /* For the nested structure: Useful Links and HOTELNITES are inside col-lg-6 > row > col-lg-6 */
    /* Remove margin from the outer wrapper since we're controlling spacing via inner columns */
    .subfoot .row.nopadding.mrg-top10 > .col-lg-6 > .row > .col-lg-6 {
        margin-bottom: 35px !important;
    }
    
    /* Remove margin from last nested column (HOTELNITES) */
    .subfoot .row.nopadding.mrg-top10 > .col-lg-6 > .row > .col-lg-6:last-child {
        margin-bottom: 0 !important;
    }
    
    /* Ensure the outer col-lg-6 wrapper doesn't add extra spacing */
    .subfoot .row.nopadding.mrg-top10 > .col-lg-6.mrg-btm10 {
        margin-bottom: 0 !important;
    }
    
    .subfoot .mrg-btm10:first-child {
        margin-bottom: 50px !important;
    }
    
    .subfoot ul li {
        font-size: 13px !important;
    }
    
    footer.ftr-res {
        padding: 15px 0 !important;
        font-size: 12px !important;
    }
    
    .hn-faq-list {
        margin-top: 50px;
    }
}

@media (max-width: 480px) {
    .subfoot {
        padding: 30px 0 20px !important;
    }
    
    .subfoot h4 {
        font-size: 14px !important;
    }
    
    .subfoot p {
        font-size: 12px !important;
    }
    
    footer.ftr-res {
        padding: 12px 0 !important;
        font-size: 11px !important;
    }
}

/* ============================================================
   RESPONSIVE DESIGN
   ============================================================ */
@media (max-width: 991px) {
    .login-hero-section {
        min-height: 80vh;
    }
    
    .login-hero-section .hero-box {
        min-height: 80vh;
    }
    
    .hero-main-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-content-container {
        padding: 20px 15px 65px;
    }
    
    .hn-two-col {
        flex-direction: column;
        text-align: center;
    }
    
    .hn-reverse {
        flex-direction: column;
    }
    
    .hn-col-right img {
        margin-top: 30px;
    }
    
    .hn-section-title {
        font-size: 30px;
    }
    
    .hn-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .hn-marketplace-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .marketplace-illustration {
        max-width: 100%;
    }
    
    .hn-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hn-map-wrapper {
        height: 350px;
    }
    
    .hn-faq-item.active .hn-faq-answer {
        padding: 0 25px 20px 25px;
    }
    
    .hn-how-it-works-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 40px;
    }
    
    .hn-stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .login-hero-section {
        min-height: 75vh;
    }
    
    .login-hero-section .hero-box {
        min-height: 75vh;
    }
    
    .hero-main-title {
        font-size: 30px;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    .hero-content-container {
        padding: 20px 15px 60px;
    }
    
    .login-card-modern {
        padding: 25px 20px;
        max-width: 100%;
        margin-top: 30px;
    }
    
    .hn-section-title {
        font-size: 26px;
    }
    
    .hn-products-grid {
        grid-template-columns: 1fr;
    }
    
    .hn-marketplace-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .marketplace-illustration {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .login-hero-section {
        min-height: 70vh;
    }
    
    .login-hero-section .hero-box {
        min-height: 70vh;
    }
    
    .hero-content-container {
        padding: 40px 15px 80px;
    }
    
    .wave-svg {
        height: 60px;
    }
}

/* ============================================================
   HEADER STYLING FOR LOGIN PAGE - MATCHING HERO SECTION
   ============================================================ */
body.login-page .header-area,
.login-page .header-area {
    position: relative;
    background: transparent !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.login-page .header-top-bar,
.login-page .header-top-bar {
    position: relative !important;
    background: transparent !important;
    background-color: transparent !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    overflow: visible !important;
}

/* Header Background - Transparent to show hero background through */
body.login-page .header-area,
.login-page .header-area {
    position: relative;
    background: transparent !important;
    z-index: 100;
}

/* Vertically Center Logo with Navigation Links on Desktop */
@media (min-width: 992px) {
    body.login-page .header-top-bar .row,
    .login-page .header-top-bar .row {
        align-items: center !important;
    }
    
    body.login-page .header-top-bar .col-lg-4,
    .login-page .header-top-bar .col-lg-4 {
        display: flex;
        align-items: center;
    }
    
    body.login-page .header-top-bar .col-lg-4 .header-top-content,
    .login-page .header-top-bar .col-lg-4 .header-top-content {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    body.login-page .header-top-bar .logo,
    .login-page .header-top-bar .logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
}

/* Header Content - Above Overlay */
body.login-page .header-top-bar .container-fluid,
.login-page .header-top-bar .container-fluid,
body.login-page .header-top-bar .row,
.login-page .header-top-bar .row,
body.login-page .header-top-bar .header-top-content,
.login-page .header-top-bar .header-top-content,
body.login-page .header-top-bar .header-right,
.login-page .header-top-bar .header-right,
body.login-page .header-top-bar .header-right-action,
.login-page .header-top-bar .header-right-action {
    position: relative;
    z-index: 10;
}

/* Header Navigation Links - Blue #0650b6 */
body.login-page .header-top-bar a.text-dark,
.login-page .header-top-bar a.text-dark,
body.login-page .header-top-bar .header-right a.text-dark,
.login-page .header-top-bar .header-right a.text-dark,
body.login-page .header-top-bar a.hn-nav-link,
.login-page .header-top-bar a.hn-nav-link,
body.login-page .header-top-bar .header-right a.hn-nav-link,
.login-page .header-top-bar .header-right a.hn-nav-link {
    color: #0650b6 !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: color 0.3s ease;
    position: relative;
}

/* Remove any badges or notification numbers from navigation links */
body.login-page .header-top-bar a.hn-nav-link::after,
.login-page .header-top-bar a.hn-nav-link::after,
body.login-page .header-top-bar a.hn-nav-link::before,
.login-page .header-top-bar a.hn-nav-link::before,
body.login-page .header-top-bar .header-right a.hn-nav-link::after,
.login-page .header-top-bar .header-right a.hn-nav-link::after,
body.login-page .header-top-bar .header-right a.hn-nav-link::before,
.login-page .header-top-bar .header-right a.hn-nav-link::before {
    display: none !important;
    content: none !important;
}

/* Hide any badge or notification spans in navigation */
body.login-page .header-top-bar a.hn-nav-link .badge,
.login-page .header-top-bar a.hn-nav-link .badge,
body.login-page .header-top-bar a.hn-nav-link span.badge,
.login-page .header-top-bar a.hn-nav-link span.badge,
body.login-page .header-top-bar .header-right a.hn-nav-link .badge,
.login-page .header-top-bar .header-right a.hn-nav-link .badge,
body.login-page .header-top-bar a.hn-nav-link i.la-globe::after,
.login-page .header-top-bar a.hn-nav-link i.la-globe::after,
body.login-page .header-top-bar a.hn-nav-link i.la-globe::before,
.login-page .header-top-bar a.hn-nav-link i.la-globe::before {
    display: none !important;
    content: none !important;
}

/* Hide notification count or any number badges */
body.login-page .header-top-bar .noti-count,
.login-page .header-top-bar .noti-count,
body.login-page .header-top-bar .notification-badge,
.login-page .header-top-bar .notification-badge,
body.login-page .header-top-bar [class*="badge"],
.login-page .header-top-bar [class*="badge"]:not(.text-white) {
    display: none !important;
    visibility: hidden !important;
}

/* Navigation Icons - Blue #0650b6 */
body.login-page .header-top-bar a.hn-nav-link i,
.login-page .header-top-bar a.hn-nav-link i,
body.login-page .header-top-bar .header-right a.hn-nav-link i,
.login-page .header-top-bar .header-right a.hn-nav-link i,
body.login-page .header-top-bar a.text-dark i,
.login-page .header-top-bar a.text-dark i {
    color: #0650b6 !important;
}

/* Navigation Links Hover Effect */
body.login-page .header-top-bar a.hn-nav-link:hover,
.login-page .header-top-bar a.hn-nav-link:hover {
    color: #ffffff !important;
}

body.login-page .header-top-bar a.hn-nav-link:hover i,
.login-page .header-top-bar a.hn-nav-link:hover i {
    color: #ff9800 !important;
}

body.login-page .header-top-bar .theme-btn-transparent,
.login-page .header-top-bar .theme-btn-transparent,
body.login-page .header-top-bar .header-right-action .theme-btn-transparent,
.login-page .header-top-bar .header-right-action .theme-btn-transparent {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Fix nested btn wrapper in header-right-action */
body.login-page .header-top-bar .header-right-action .btn,
.login-page .header-top-bar .header-right-action .btn {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
}

body.login-page .header-top-bar .header-right-action .btn .theme-btn-transparent,
.login-page .header-top-bar .header-right-action .btn .theme-btn-transparent {
    margin: 0 !important;
    padding: 4px 12px !important;
}

/* Ensure header-right displays properly */
body.login-page .header-top-bar .header-right,
.login-page .header-top-bar .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap;
}

/* Ensure navigation links are properly spaced */
body.login-page .header-top-bar .header-right > div:first-child,
.login-page .header-top-bar .header-right > div:first-child {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Ensure header-right-action is properly aligned */
body.login-page .header-top-bar .header-right-action,
.login-page .header-top-bar .header-right-action {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0;
}

body.login-page .header-top-bar .header-right-action .btn .theme-btn-transparent,
.login-page .header-top-bar .header-right-action .btn .theme-btn-transparent {
    margin: 0 !important;
}

body.login-page .header-top-bar .theme-btn-transparent span,
.login-page .header-top-bar .theme-btn-transparent span,
body.login-page .header-top-bar .header-right-action .theme-btn-transparent span,
.login-page .header-top-bar .header-right-action .theme-btn-transparent span {
    color: #ffffff !important;
}

/* Contact Information - Keep white for visibility */
body.login-page .header-top-bar .theme-btn-transparent,
.login-page .header-top-bar .theme-btn-transparent {
    color: #ffffff !important;
}

body.login-page .header-top-bar .theme-btn-transparent span:first-child,
.login-page .header-top-bar .theme-btn-transparent span:first-child {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 10px !important;
}

body.login-page .header-top-bar .theme-btn-transparent span:last-child,
.login-page .header-top-bar .theme-btn-transparent span:last-child {
    color: #ffffff !important;
    font-size: 12px !important;
}

body.login-page .header-top-bar .theme-btn-small,
.login-page .header-top-bar .theme-btn-small,
body.login-page .header-top-bar .header-right-action .theme-btn-small,
.login-page .header-top-bar .header-right-action .theme-btn-small {
    background: linear-gradient(90deg, #ff9800, #ff6b00) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3) !important;
}

body.login-page .header-top-bar .theme-btn-small:hover,
.login-page .header-top-bar .theme-btn-small:hover,
body.login-page .header-top-bar .header-right-action .theme-btn-small:hover,
.login-page .header-top-bar .header-right-action .theme-btn-small:hover {
    background: linear-gradient(90deg, #ff6b00, #ff9800) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4) !important;
}

/* Header Wave Animation - REMOVED per user request */
body.login-page .header-wave-bottom,
.login-page .header-wave-bottom {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

body.login-page .header-wave-svg,
.login-page .header-wave-svg {
    display: none !important;
}

/* CSS-Based HotelNites Logo */
/* Admin Logo Styling - Match login page exactly with maximum specificity */
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css,
#layout-wrapper #page-topbar .hn-logo-css,
#page-topbar .navbar-brand-box .hn-logo-css,
.navbar-brand-box .hn-logo-css,
#page-topbar .hn-logo-css {
    text-decoration: none !important;
    display: inline-block !important;
    position: relative !important;
    padding-bottom: 8px !important;
}

#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css:hover,
#layout-wrapper #page-topbar .hn-logo-css:hover,
#page-topbar .navbar-brand-box .hn-logo-css:hover,
.navbar-brand-box .hn-logo-css:hover,
#page-topbar .hn-logo-css:hover {
    text-decoration: none !important;
}

/* Admin Logo Text - Match login page with maximum specificity */
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-text,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-text,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-text,
.navbar-brand-box .hn-logo-css .hn-logo-text,
#page-topbar .hn-logo-css .hn-logo-text {
    display: inline-block !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 28px !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

/* Admin Logo Letters - Blue #0650b6 with shadow (same as login page) - Maximum specificity */
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-h,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-o,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-t,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-e,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-n,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-i,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-t2,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-e2,
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-s,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-h,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-o,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-t,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-e,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-n,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-i,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-t2,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-e2,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-s,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-h,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-o,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-t,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-e,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-n,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-i,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-t2,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-e2,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-s,
.navbar-brand-box .hn-logo-css .hn-logo-h,
.navbar-brand-box .hn-logo-css .hn-logo-o,
.navbar-brand-box .hn-logo-css .hn-logo-t,
.navbar-brand-box .hn-logo-css .hn-logo-e,
.navbar-brand-box .hn-logo-css .hn-logo-n,
.navbar-brand-box .hn-logo-css .hn-logo-i,
.navbar-brand-box .hn-logo-css .hn-logo-t2,
.navbar-brand-box .hn-logo-css .hn-logo-e2,
.navbar-brand-box .hn-logo-css .hn-logo-s,
#page-topbar .hn-logo-css .hn-logo-h,
#page-topbar .hn-logo-css .hn-logo-o,
#page-topbar .hn-logo-css .hn-logo-t,
#page-topbar .hn-logo-css .hn-logo-e,
#page-topbar .hn-logo-css .hn-logo-n,
#page-topbar .hn-logo-css .hn-logo-i,
#page-topbar .hn-logo-css .hn-logo-t2,
#page-topbar .hn-logo-css .hn-logo-e2,
#page-topbar .hn-logo-css .hn-logo-s {
    color: #0650b6 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* Admin Logo "L" - Orange #ff9800 with shadow (same as login page) - Maximum specificity */
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-l,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-l,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-l,
.navbar-brand-box .hn-logo-css .hn-logo-l,
#page-topbar .hn-logo-css .hn-logo-l {
    color: #ff9800 !important;
    text-shadow: 0 2px 8px rgba(255, 152, 0, 0.4) !important;
}

/* Admin Logo Underline - Same as login page - Maximum specificity */
#layout-wrapper #page-topbar .navbar-brand-box .hn-logo-css .hn-logo-underline,
#layout-wrapper #page-topbar .hn-logo-css .hn-logo-underline,
#page-topbar .navbar-brand-box .hn-logo-css .hn-logo-underline,
.navbar-brand-box .hn-logo-css .hn-logo-underline,
#page-topbar .hn-logo-css .hn-logo-underline {
    display: block !important;
    height: 3px !important;
    width: 100% !important;
    background: linear-gradient(to right, transparent 0%, #ff9800 20%, #ff9800 80%, transparent 100%) !important;
    margin-top: 4px !important;
    border-radius: 2px !important;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3) !important;
}

/* Responsive adjustments for admin logo */
@media (max-width: 991px) {
    #page-topbar .hn-logo-css .hn-logo-text,
    .navbar-brand-box .hn-logo-css .hn-logo-text {
        font-size: 24px !important;
    }
}

@media (max-width: 575px) {
    #page-topbar .hn-logo-css .hn-logo-text,
    .navbar-brand-box .hn-logo-css .hn-logo-text {
        font-size: 20px !important;
    }
}

/* Admin Footer Styling */
#layout-wrapper .footer {
    background: #f8f9fa !important;
    border-top: 1px solid #e9ecef !important;
    padding: 20px 0 !important;
    margin-top: 0 !important;
}

#layout-wrapper .footer .container-fluid {
    padding: 0 15px;
}

#layout-wrapper .footer strong {
    color: #333 !important;
    font-weight: 600 !important;
}

.hn-logo-css {
    display: inline-block !important;
    text-decoration: none !important;
    position: relative;
    padding-bottom: 8px;
}

/* Hide any logo images when using CSS logo */
body.login-page .logo a img,
.login-page .logo a img,
body.login-page .hn-logo-css img,
.login-page .hn-logo-css img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.hn-logo-text {
    display: inline-block !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 28px !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.hn-logo-h,
.hn-logo-o,
.hn-logo-t,
.hn-logo-e,
.hn-logo-n,
.hn-logo-i,
.hn-logo-t2,
.hn-logo-e2,
.hn-logo-s {
    color: #0d1b3e !important;
}

.hn-logo-l {
    color: #ff9800 !important;
}

/* Logo Underline - Orange with fade effect */
.hn-logo-underline {
    display: block !important;
    height: 3px !important;
    width: 100% !important;
    background: linear-gradient(to right, transparent 0%, #ff9800 20%, #ff9800 80%, transparent 100%) !important;
    margin-top: 4px !important;
    border-radius: 2px !important;
}

/* Header Logo - Blue #0650b6 on login page */
body.login-page .hn-logo-text .hn-logo-h,
.login-page .hn-logo-text .hn-logo-h,
body.login-page .hn-logo-text .hn-logo-o,
.login-page .hn-logo-text .hn-logo-o,
body.login-page .hn-logo-text .hn-logo-t,
.login-page .hn-logo-text .hn-logo-t,
body.login-page .hn-logo-text .hn-logo-e,
.login-page .hn-logo-text .hn-logo-e,
body.login-page .hn-logo-text .hn-logo-n,
.login-page .hn-logo-text .hn-logo-n,
body.login-page .hn-logo-text .hn-logo-i,
.login-page .hn-logo-text .hn-logo-i,
body.login-page .hn-logo-text .hn-logo-t2,
.login-page .hn-logo-text .hn-logo-t2,
body.login-page .hn-logo-text .hn-logo-e2,
.login-page .hn-logo-text .hn-logo-e2,
body.login-page .hn-logo-text .hn-logo-s,
.login-page .hn-logo-text .hn-logo-s {
    color: #0650b6 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* Keep "L" orange on login page */
body.login-page .hn-logo-text .hn-logo-l,
.login-page .hn-logo-text .hn-logo-l {
    color: #ff9800 !important;
    text-shadow: 0 2px 8px rgba(255, 152, 0, 0.4) !important;
}

body.login-page .hn-logo-underline,
.login-page .hn-logo-underline {
    background: linear-gradient(to right, transparent 0%, #ff9800 20%, #ff9800 80%, transparent 100%) !important;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3) !important;
}

/* ============================================================
   DUROOD-E-PAK SVG STYLING
   ============================================================ */

/* Ensure logo container displays items vertically */
/* Desktop: show mob-none logo, hide desk-none logo */
@media(min-width: 769px){
    .logo.mob-none {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        position: relative;
    }
    .logo.desk-none {
        display: none !important;
    }
    
    /* Hide mobile durood wrapper on desktop */
    .hn-durood-wrapper-mobile {
        display: none !important;
    }
    
    /* Show down-button on desktop (it toggles header-top-bar) */
    .mob-hide-down-button {
        display: inline-block !important;
    }
}

/* Mobile: hide mob-none logo, show desk-none logo */
@media(max-width: 768px){
    .logo.mob-none {
        display: none !important;
    }
    .logo.desk-none {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: relative;
        width: 100%;
    }
    
    /* Ensure header-menu-wrapper shows on mobile */
    .header-menu-wrapper.desk-none {
        display: block !important;
    }
    
    /* Hide down-button on mobile (not needed since desktop header is hidden) */
    .mob-hide-down-button {
        display: none !important;
    }
    
    /* Mobile menu wrapper - stack durood above logo */
    .header-menu-wrapper .menu-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
    }
    
    /* Durood wrapper - positioned above logo on mobile */
    .hn-durood-wrapper-mobile {
        display: block !important;
        width: 100%;
        max-width: 280px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;
    }
    
    .hn-durood-wrapper-mobile .hn-durood-svg {
        display: inline-block;
        width: auto;
        max-width: 220px;
        height: auto;
        max-height: 26px;
    }
    
    /* Ensure menu-wrapper has proper spacing */
    .header-menu-wrapper .menu-wrapper {
        padding: 10px 0;
    }
    
    /* Logo container on mobile - horizontal layout */
    .header-menu-wrapper .logo {
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: relative;
    }
    
    /* Hide durood inside logo on mobile (we use separate wrapper above) */
    .header-menu-wrapper .logo .hn-durood-wrapper {
        display: none !important;
    }
}

.logo.mob-none .hn-logo-css,
.logo.desk-none .hn-logo-css {
    display: inline-block !important;
    width: auto !important;
}

/* Menu toggler should be positioned absolutely to not interfere with layout */
@media(min-width: 769px){
    .logo.mob-none .menu-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width: 768px){
    .logo.desk-none .menu-toggler {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Durood-e-Pak wrapper - positioned above logo */
.hn-durood-wrapper {
    display: block !important;
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

/* Durood-e-Pak SVG image with animation */
.hn-durood-svg {
    display: inline-block;
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 35px;
    opacity: 0.85;
    transition: opacity 0.3s ease;
    
    /* Continuous right-to-left sliding animation */
    animation: slideRightToLeft 20s linear infinite;
}

/* Keyframes for continuous right-to-left sliding animation */
@keyframes slideRightToLeft {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    5% {
        opacity: 0.85;
    }
    95% {
        opacity: 0.85;
    }
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

/* Hover effect - pause animation and increase opacity */
.hn-durood-wrapper:hover .hn-durood-svg {
    opacity: 1;
    animation-play-state: paused;
}

/* Responsive sizing for tablets */
@media (max-width: 991px) {
    .hn-durood-svg {
        max-width: 200px;
        max-height: 28px;
    }
    
    .hn-durood-wrapper {
        margin-bottom: 6px;
    }
}

/* Responsive sizing for mobile */
@media (max-width: 768px) {
    .hn-durood-svg {
        max-width: 180px;
        max-height: 24px;
    }
    
    .hn-durood-wrapper {
        margin-bottom: 5px;
    }
}

/* Extra small screens */
@media (max-width: 575px) {
    .hn-durood-svg {
        max-width: 150px;
        max-height: 20px;
    }
    
    /* Hide durood on very small screens if causing layout issues */
    .header-menu-wrapper .hn-durood-wrapper {
        max-width: 120px;
    }
    
    .hn-durood-wrapper {
        margin-bottom: 4px;
    }
}

/* ============================================================
   HEADER MOBILE RESPONSIVENESS
   ============================================================ */

/* Hide Navigation Links and Buttons on Mobile/Tablet - They will be in mobile menu */
@media (max-width: 991px) {
    /* Hide Navigation Links (Hotels, Tour Activities, Transfers) */
    body.login-page .header-top-bar .header-right > div:first-child,
    .login-page .header-top-bar .header-right > div:first-child {
        display: none !important;
    }
    
    /* Hide Action Buttons (New Sign Up, Login) on Mobile */
    body.login-page .header-top-bar .header-right-action,
    .login-page .header-top-bar .header-right-action {
        display: none !important;
    }
    
    /* Hide Contact Info on Mobile (optional - you can keep it if needed) */
    body.login-page .header-top-bar .theme-btn-transparent,
    .login-page .header-top-bar .theme-btn-transparent {
        display: none !important;
    }
    
    /* Logo Sizing */
    body.login-page .hn-logo-text,
    .login-page .hn-logo-text {
        font-size: 22px !important;
        letter-spacing: 0.5px !important;
    }
    
    body.login-page .hn-logo-underline,
    .login-page .hn-logo-underline {
        height: 2px !important;
        margin-top: 3px !important;
    }
    
    /* Header Padding */
    body.login-page .header-top-bar,
    .login-page .header-top-bar {
        padding-top: 8px !important;
        padding-bottom: 12px !important;
    }
    
    /* Contact Info */
    body.login-page .header-top-bar .theme-btn-transparent,
    .login-page .header-top-bar .theme-btn-transparent {
        padding: 3px 8px !important;
        font-size: 11px !important;
    }
    
    body.login-page .header-top-bar .theme-btn-transparent span:first-child,
    .login-page .header-top-bar .theme-btn-transparent span:first-child {
        font-size: 9px !important;
        line-height: 12px !important;
    }
    
    body.login-page .header-top-bar .theme-btn-transparent span:last-child,
    .login-page .header-top-bar .theme-btn-transparent span:last-child {
        font-size: 11px !important;
        line-height: 14px !important;
    }
    
    /* Buttons */
    body.login-page .header-top-bar .theme-btn-small,
    .login-page .header-top-bar .theme-btn-small {
        padding: 8px 15px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}

/* Mobile Menu Navigation Links Styling */
body.login-page .main-menu-content .list-items,
.login-page .main-menu-content .list-items {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

body.login-page .main-menu-content .list-items li,
.login-page .main-menu-content .list-items li {
    margin-bottom: 10px;
}

body.login-page .main-menu-content .hn-mobile-nav-link,
.login-page .main-menu-content .hn-mobile-nav-link {
    color: #0650b6 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    padding: 8px 0 !important;
    transition: color 0.3s ease !important;
}

body.login-page .main-menu-content .hn-mobile-nav-link i,
.login-page .main-menu-content .hn-mobile-nav-link i {
    color: #0650b6 !important;
    margin-right: 8px !important;
    font-size: 18px !important;
}

body.login-page .main-menu-content .hn-mobile-nav-link:hover,
.login-page .main-menu-content .hn-mobile-nav-link:hover {
    color: #ff9800 !important;
}

body.login-page .main-menu-content .hn-mobile-nav-link:hover i,
.login-page .main-menu-content .hn-mobile-nav-link:hover i {
    color: #ff9800 !important;
}

/* Mobile Menu Action Buttons */
body.login-page .main-menu-content .hn-mobile-actions,
.login-page .main-menu-content .hn-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body.login-page .main-menu-content .hn-mobile-btn,
.login-page .main-menu-content .hn-mobile-btn {
    display: block;
    padding: 12px 20px;
    background: linear-gradient(90deg, #ff9800, #ff6b00) !important;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);
}

body.login-page .main-menu-content .hn-mobile-btn:hover,
.login-page .main-menu-content .hn-mobile-btn:hover {
    background: linear-gradient(90deg, #ff6b00, #ff9800) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
    color: #ffffff !important;
}

body.login-page .main-menu-content .hn-mobile-btn-outline,
.login-page .main-menu-content .hn-mobile-btn-outline {
    background: transparent !important;
    border: 2px solid #ff9800 !important;
    color: #ff9800 !important;
    box-shadow: none !important;
}

body.login-page .main-menu-content .hn-mobile-btn-outline:hover,
.login-page .main-menu-content .hn-mobile-btn-outline:hover {
    background: #ff9800 !important;
    color: #ffffff !important;
    border-color: #ff9800 !important;
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    /* Logo Sizing */
    body.login-page .hn-logo-text,
    .login-page .hn-logo-text {
        font-size: 18px !important;
        letter-spacing: 0.3px !important;
    }
    
    body.login-page .hn-logo-underline,
    .login-page .hn-logo-underline {
        height: 2px !important;
        margin-top: 2px !important;
    }
    
    /* Header Padding */
    body.login-page .header-top-bar,
    .login-page .header-top-bar {
        padding-top: 8px !important;
        padding-bottom: 10px !important;
    }
    
    /* Contact Info - Compact */
    body.login-page .header-top-bar .theme-btn-transparent,
    .login-page .header-top-bar .theme-btn-transparent {
        padding: 2px 6px !important;
        min-width: auto !important;
    }
    
    body.login-page .header-top-bar .theme-btn-transparent span:first-child,
    .login-page .header-top-bar .theme-btn-transparent span:first-child {
        font-size: 8px !important;
        line-height: 10px !important;
    }
    
    body.login-page .header-top-bar .theme-btn-transparent span:last-child,
    .login-page .header-top-bar .theme-btn-transparent span:last-child {
        font-size: 10px !important;
        line-height: 12px !important;
    }
    
    /* Buttons - Smaller */
    body.login-page .header-top-bar .theme-btn-small,
    .login-page .header-top-bar .theme-btn-small {
        padding: 6px 12px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        margin-left: 5px !important;
    }
    
    /* Header Right - Stack on very small screens */
    body.login-page .header-top-bar .header-right,
    .login-page .header-top-bar .header-right {
        flex-wrap: wrap !important;
        gap: 5px !important;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    /* Logo - Even Smaller */
    body.login-page .hn-logo-text,
    .login-page .hn-logo-text {
        font-size: 16px !important;
        letter-spacing: 0.2px !important;
    }
    
    /* Navigation Links - Hide text, show icons only or reduce */
    body.login-page .header-top-bar a.hn-nav-link,
    .login-page .header-top-bar a.hn-nav-link {
        font-size: 12px !important;
        margin-right: 8px !important;
    }
    
    body.login-page .header-top-bar a.hn-nav-link span,
    .login-page .header-top-bar a.hn-nav-link span {
        display: none !important;
    }
    
    /* Contact Info - Minimal */
    body.login-page .header-top-bar .theme-btn-transparent,
    .login-page .header-top-bar .theme-btn-transparent {
        padding: 2px 4px !important;
    }
    
    body.login-page .header-top-bar .theme-btn-transparent span:first-child,
    .login-page .header-top-bar .theme-btn-transparent span:first-child {
        font-size: 7px !important;
    }
    
    body.login-page .header-top-bar .theme-btn-transparent span:last-child,
    .login-page .header-top-bar .theme-btn-transparent span:last-child {
        font-size: 9px !important;
    }
    
    /* Buttons - Compact */
    body.login-page .header-top-bar .theme-btn-small,
    .login-page .header-top-bar .theme-btn-small {
        padding: 5px 10px !important;
        font-size: 11px !important;
    }
    
    /* Container Padding */
    body.login-page .header-top-bar .container-fluid,
    .login-page .header-top-bar .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Extra Small Mobile (max-width: 375px) */
@media (max-width: 375px) {
    /* Logo - Minimum Size */
    body.login-page .hn-logo-text,
    .login-page .hn-logo-text {
        font-size: 14px !important;
    }
    
    /* Navigation - Icons Only */
    body.login-page .header-top-bar a.hn-nav-link,
    .login-page .header-top-bar a.hn-nav-link {
        font-size: 0 !important;
        width: 30px !important;
        height: 30px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-right: 5px !important;
    }
    
    body.login-page .header-top-bar a.hn-nav-link i,
    .login-page .header-top-bar a.hn-nav-link i {
        font-size: 18px !important;
        margin: 0 !important;
    }
    
    /* Contact - Hide or Minimize */
    body.login-page .header-top-bar .theme-btn-transparent span:first-child,
    .login-page .header-top-bar .theme-btn-transparent span:first-child {
        display: none !important;
    }
    
    /* Buttons - Stack Vertically if needed */
    body.login-page .header-top-bar .header-right-action,
    .login-page .header-top-bar .header-right-action {
        flex-direction: column !important;
        gap: 5px !important;
    }
}

/* ================================
REDESIGN NOTICE SECTION
================================= */
.hn-redesign-notice-section {
    padding: 40px 0;
    background: #f7f9ff;
}

.redesign-notice-box {
    background: #ffffff;
    border-left: 4px solid #ff9800;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    margin: 0 auto;
}

.redesign-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.redesign-icon i {
    font-size: 28px;
    color: #ffffff;
}

.redesign-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.redesign-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.redesign-content strong {
    color: #ff9800;
    font-weight: 600;
}

/* Responsive Redesign Notice */
@media (max-width: 767px) {
    .hn-redesign-notice-section {
        padding: 30px 0;
    }
    
    .redesign-notice-box {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .redesign-icon {
        margin: 0 auto;
    }
    
    .redesign-content h4 {
        font-size: 18px;
    }
    
    .redesign-content p {
        font-size: 14px;
    }
}

/* ================================
ADMIN LOGIN SECTION (Simple Design)
================================= */
.hn-admin-login-section {
    padding: 80px 0;
    background: #ffffff;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.admin-login-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 100%;
    margin: 0 auto;
}

.admin-login-title {
    font-size: 28px;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.admin-login-card .form-group-modern {
    margin-bottom: 25px;
}

.admin-login-card .form-label-modern {
    font-size: 15px;
    font-weight: 600;
    color: #0d1b3e;
    margin-bottom: 10px;
    display: block;
}

.admin-login-card .form-control-modern {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.admin-login-card .form-control-modern:focus {
    outline: none;
    border-color: #ff9800;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.admin-login-card .form-icon-modern {
    color: #ff9800;
    margin-right: 8px;
}

.admin-login-card .remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.admin-login-card .remember-me {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-login-card .forgot-password-link {
    font-size: 14px;
    color: #ff9800;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.admin-login-card .forgot-password-link:hover {
    color: #ff6f00;
    text-decoration: underline;
}

.admin-login-card .recaptcha-wrapper {
    margin: 25px 0;
    display: flex;
    justify-content: center;
}

.admin-login-card .btn-login-modern {
    width: 100%;
    padding: 14px 30px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.admin-login-card .btn-login-modern:hover {
    background: linear-gradient(135deg, #ff6f00 0%, #ff9800 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
}

/* Responsive Admin Login */
@media (max-width: 991px) {
    .hn-admin-login-section {
        padding: 60px 0;
    }
    
    .admin-login-card {
        padding: 40px 30px;
    }
    
    .admin-login-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hn-admin-login-section {
        padding: 50px 0;
    }
    
    .admin-login-card {
        padding: 35px 25px;
    }
    
    .admin-login-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    .admin-login-card .form-group-modern {
        margin-bottom: 20px;
    }
    
    .admin-login-card .remember-forgot {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Admin pages with public header - Force header and footer to be visible */
body.login-page .header-area,
body.login-page header.header-area {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 1000 !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: auto !important;
    background: transparent !important;
}

body.login-page .header-top-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

body.login-page footer,
body.login-page .footer-area,
body.login-page .subfoot,
body.login-page footer.footer-area {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    opacity: 1 !important;
}

/* Admin pages with public header - Hide vertical sidebar, show horizontal menu */
body.login-page #layout-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hide the vertical sidebar completely */
body.login-page #layout-wrapper .vertical-menu,
body.login-page #layout-wrapper .app-menu,
body.login-page #layout-wrapper .navbar-header,
body.login-page #layout-wrapper .vertical-overlay,
body.login-page #layout-wrapper .navbar-brand-box {
    display: none !important;
    visibility: hidden !important;
}

/* Hide the old topbar */
body.login-page #layout-wrapper .topbar,
body.login-page #layout-wrapper .topnav {
    display: none !important;
}

/* Make main content full width */
body.login-page #layout-wrapper .main-content {
    margin-left: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
}

body.login-page .page-content {
    padding: 20px 0 !important;
    margin-top: 0 !important;
}

body.login-page .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Ensure admin pages content is visible */
body.login-page #layout-wrapper .main-content .page-content {
    display: block !important;
}

/* Horizontal Admin Menu under header */
body.login-page .hn-admin-horizontal-menu {
    background: #0650b6;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 999;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-item {
    position: relative;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-link:hover,
body.login-page .hn-admin-horizontal-menu .admin-nav-link.active {
    background: rgba(255,255,255,0.1);
    border-bottom-color: #ff9800;
    color: #ffffff;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-link i {
    margin-right: 8px;
    font-size: 16px;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-link .nav-arrow {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-item.has-dropdown:hover .admin-nav-link .nav-arrow {
    transform: rotate(180deg);
}

/* Dropdown menu */
body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 3px;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-item.has-dropdown:hover .admin-nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown .admin-nav-dropdown-item {
    display: block;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown .admin-nav-dropdown-link {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown .admin-nav-dropdown-link:hover,
body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown .admin-nav-dropdown-link.active {
    background: #f7f9ff;
    border-left-color: #ff9800;
    color: #0650b6;
}

/* Mobile responsive */
@media (max-width: 991px) {
    body.login-page .hn-admin-horizontal-menu .admin-nav-list {
        flex-direction: column;
    }
    
    body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255,255,255,0.1);
        margin-top: 0;
        border-radius: 0;
    }
    
    body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown .admin-nav-dropdown-link {
        color: #ffffff;
        padding-left: 40px;
    }
    
    body.login-page .hn-admin-horizontal-menu .admin-nav-dropdown .admin-nav-dropdown-link:hover {
        background: rgba(255,255,255,0.2);
        border-left-color: #ff9800;
    }
}
  