/* Layout Inline Styles - Converted from inline styles to CSS classes */

/* Logo Link */
.logo-link {
    text-decoration: none;
}

/* Atabat Icon */
.nav-link .fa-mosque {
    color: #28a745;
}

/* Language Switcher */
.language-switcher {
    position: relative;
    font-family: 'YekanBakhFaNum2', 'YekanBakh', sans-serif;
}

#langBtn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-switcher img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}

.language-switcher span {
    font-family: 'YekanBakhFaNum2';
}

/* Language Menu */
.language-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 130px;
}

.language-menu.show {
    display: block;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    color: #374151;
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
}

.lang-option:last-child {
    border-bottom: none;
}

.lang-option img {
    width: 22px;
    height: 16px;
    border-radius: 2px;
}

/* Search Section */
.search-section.hidden {
    display: none;
}

.search-section.atabat-margin {
    margin-bottom: 85px;
}

/* Atabat Hero Panel */
.atabat-hero-panel {
    background: linear-gradient(135deg, rgba(40,167,69,0.9) 0%, rgba(32,201,151,0.9) 97%);
    padding: 50px 32px;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(100,167,69,0.2);
    position: relative;
    top: 85px;
    z-index: 10;
}

.atabat-hero-panel .icon-wrapper {
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.2);
}

.atabat-hero-panel .icon-wrapper i {
    font-size: 32px;
    color: #fff;
}

.atabat-hero-panel h1 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-family: 'YekanBakhFaNum2', 'YekanBakh', sans-serif;
}

/* Search Form Wrapper */
.search-form-wrapper.hidden {
    display: none;
}

/* Divider */
.divider-gradient {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e5e7eb 20%, #d1d5db 50%, #e5e7eb 80%, transparent 100%);
    margin: 8px 0;
}

.divider-gradient.no-margin {
    margin: 0;
}

/* Content Sections */
#hotelContent,
#tourContent {
    display: none;
}

/* Search Spacer */
.search-spacer.hidden {
    display: none;
}

/* Logout Form */
.logout-form {
    display: inline;
}

/* Logout Button */
.logout-button {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: none;
}

/* Footer Links */
.footer-link {
    text-decoration: none;
    color: inherit;
}

/* Payment Gateway Images */
.payment-gateway-img {
    height: 44px;
    width: auto;
    display: block;
}

/* Datepicker Input */
.datepicker-input {
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--card-border, #e5e7eb);
    border-radius: 10px;
    background: var(--card-bg, #fff);
    color: var(--text-primary, #1f2937);
    font-size: 0.9rem;
}

/* Mobile Nav Items */
.mobile-nav-item {
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--card-border, #e5e7eb);
    border-radius: 10px;
    background: var(--card-bg, #fff);
    color: var(--text-primary, #1f2937);
    font-size: 0.9rem;
}

.mobile-nav-item.cursor-pointer {
    cursor: pointer;
}

/* Hidden Elements */
.hidden-element {
    display: none;
}

/* Footer Copyright */
.footer-copyright {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 2px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.95rem;
}

/* Inline Display */
.inline-display {
    display: inline;
}

/* Background Color */
.bg-light-gray {
    background: #f6f7fb;
}

/* Screen Reader Only */
.sr-only {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* Flex Utilities */
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.flex-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flex-title {
    font-size: 1.15rem;
    font-weight: bold;
    color: var(--main-blue);
    margin: 0;
}

/* Scroll Container */
.scroll-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    display: flex;
    gap: 0;
}

/* Login Modal Styles */
.login-modal {
    display: none;
}

.login-modal.active {
    display: block;
}

.login-modal-content {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}

.login-modal-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.login-modal-link {
    margin-left: 8px;
    color: #2563eb;
}

.login-modal-description {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.login-modal-form {
    width: 100%;
}

.login-modal-input-group {
    width: 100%;
}

.login-modal-label {
    margin-bottom: 20px;
    text-align: right;
}

.login-modal-label-text {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.login-modal-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    color: #333;
    transition: none;
}

.login-modal-submit {
    width: 100%;
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
    box-shadow: 0 4px 15px rgba(37,99,235,0.3);
}

/* Social Links */
.social-link {
    text-decoration: none;
    color: inherit;
}

/* Cursor Pointer */
.cursor-pointer {
    cursor: pointer;
}

