/* #2C2D64 invert(13%) sepia(74%) saturate(1410%) hue-rotate(219deg) brightness(94%) contrast(88%); */

@font-face {
    font-family: '29LT Bukra';
    src: url('../fonts/29ltbukraregular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Bukra';
    src: url('../fonts/29LTBukra-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #2c2d64;
    --primary-hover: #3a3a5a;
    --primary-light: #606795;
    --primary-gradient: #686E9F;
    --background-gradient: #EDEEFD;
    --header-background: rgb(237 238 253 / 1);
    --white: #ffffff;
    --black: #000000;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #eff0f5;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --background: #f5f5f5;
    --background-light: #f0f1fd;
    --background-muted: #d4d6e9;
    --accent-blue: #007aff;
    --accent-blue-hover: #0056b3;
    --success: #10b981;
    --error: #ef4444;
    --error-light: #dc2626;
    --border-light: #ddd;
    --text-primary: var(--primary-color);
    --text-secondary: var(--primary-color);
    --text-muted: var(--primary-color);
    --text-dark: var(--primary-color);
    --text-light: #383b44;
    --surface-elevated: #cbd5e1;

    --overlay-dark: rgba(0, 0, 0, 0.5);
    --overlay-light: rgba(0, 0, 0, 0.3);
    --white-95: rgba(255, 255, 255, 0.95);
    --white-30: rgba(255, 255, 255, 0.3);
    --white-20: rgba(255, 255, 255, 0.2);
    --blue-focus: rgba(59, 130, 246, 0.1);
    --shadow-subtle: rgba(0, 0, 0, 0.05);
    --shadow-normal: rgba(0, 0, 0, 0.1);
    --shadow-medium: rgba(0, 0, 0, 0.15);
    --shadow-strong: rgba(0, 0, 0, 0.2);

    --shadow-sm: 0 1px 3px var(--shadow-normal);
    --shadow-md: 0 4px 12px var(--shadow-medium);
    --shadow-lg: 0 8px 25px var(--shadow-medium);
    --shadow-xl: 0 20px 40px var(--shadow-medium);

    --font-family: '29LT Bukra', 'Cairo', 'Almarai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-family-arabic: 'Cairo', 'Almarai', sans-serif;
    --font-family-latin: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-family-bukra: '29LT Bukra', 'Cairo', 'Almarai', sans-serif;

    --font-size-xs: 0.75rem;
    /* 12px */
    --font-size-sm: 0.875rem;
    /* 14px */
    --font-size-base: 1rem;
    /* 16px */
    --font-size-lg: 1.125rem;
    /* 18px */
    --font-size-xl: 1.25rem;
    /* 20px */
    --font-size-2xl: 1.5rem;
    /* 24px */
    --font-size-3xl: 1.875rem;
    /* 30px */
    --font-size-4xl: 2rem;
    /* 32px */
    --font-size-5xl: 2.25rem;
    /* 36px */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    background: linear-gradient(to bottom, var(--primary-gradient) 0%, var(--primary-gradient) 20%, var(--background-gradient) 0% 50%, var(--background-gradient) 100%);
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Arabic language support */
body.arabic-font {
    font-family: var(--font-family-bukra);
}
button, input, select, textarea {
    font-family: inherit;
  }

/* RTL layout adjustments */
[dir="rtl"] .home-header-container {
    flex-direction: row-reverse;
}

[dir="rtl"] .home-nav {
    order: 2;
}

[dir="rtl"] .home-logo {
    order: 3;
}

/* [dir="rtl"] .home-header-right {
    flex-direction: row-reverse;
    order: 1;
} */

[dir="rtl"] .home-nav-link {
    text-align: right;
}

[dir="rtl"] .home-language-dropdown {
    right: auto;
    left: 0;
}

[dir="rtl"] .home-search-bar {
    flex-direction: row-reverse;
}

[dir="rtl"] .home-search-input {
    text-align: right;
}

/* RTL Search Box Layout */
[dir="rtl"] .home-search-bar {
    flex-direction: row-reverse;
    direction: rtl;
}

[dir="rtl"] .home-search-input {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .home-close-search {
    order: -1;
    margin-right: 0;
    margin-left: 0.5rem;
}

/* RTL Search Overlay Content */
[dir="rtl"] .home-search-dropdown {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .search-sections {
    direction: rtl;
}

[dir="rtl"] .search-section-title {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .search-category {
    direction: rtl;
}

[dir="rtl"] .search-category-title {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .search-item {
    flex-direction: row-reverse;
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .search-item-recent {
    flex-direction: row-reverse;
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .search-item span,
[dir="rtl"] .search-item-recent span {
    text-align: right;
}

[dir="rtl"] .search-item-icon {
    margin-left: 0;
    margin-right: 0.75rem;
}

/* RTL Search Icon and Section Heading Fixes */
[dir="rtl"] .home-search-bar .home-svg-container {
    order: 1;
    margin-left: 0;
    margin-right: 0.75rem;
}

[dir="rtl"] .home-search-section h3, [dir="rtl"] .home-search-section h4 {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .home-journey-btn span{
    flex-direction: row-reverse;
}

[dir="rtl"] .home-journey-btn .home-svg-container {
    transform: scaleX(-1);
}

[dir="rtl"] .home-service-text span {
    flex-direction: row-reverse;
}

[dir="rtl"] .home-service-text .home-svg-container {
    transform: scaleX(-1);
}

[dir="rtl"] .home-carousel-controls {
    flex-direction: row-reverse;
    left: 20%;
}

[dir="rtl"] .home-news-content {
    text-align: right;
}



/* Additional RTL fixes for better Arabic layout */
[dir="rtl"] .home-language-selector {
    direction: ltr; /* Keep language selector LTR for consistency */
}

[dir="rtl"] .home-current-language {
    text-align: left;
}

[dir="rtl"] .home-main-title {
    text-align: right;
}

[dir="rtl"] .home-search-input::placeholder {
    text-align: right;
}

[dir="rtl"] .home-card-content {
    text-align: right;
}
[dir="rtl"] .home-news-btn .home-svg-container {
    transform: scaleX(-1);
}

.home-text-center {
    text-align: center;
}
/* [dir="rtl"] .carousel-prev-btn{
    transform: scaleX(-1);
}
[dir="rtl"] .carousel-next-btn{
    transform: scaleX(-1);
} */

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.home-header {
    /* background: var(--primary-gradient); */
    background: var(--header-background);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;

    /* Start without border/shadow */
    border-bottom: 1px solid transparent;
    box-shadow: none;

    /* Animate changes smoothly */
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.home-header.scrolled {
    border-bottom: 1px solid var(--white-20);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    /* optional for nicer effect */
    animation: slideDown 0.5s ease forwards;
}

.home-header-container {
   
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 8rem
}

.home-logo {
    width: 67.69px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.home-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.home-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-logo .home-logo-text {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
    font-family: var(--font-family-bukra);
}

.home-nav {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.home-nav-item {
    position: relative;
}

.home-nav-link.active,.home-nav-link:hover {
    border-bottom: 4px solid var(--primary-color);
    padding-bottom: 4px;
}

.home-search-btn:hover {
    border-bottom: 4px solid var(--primary-color);
}

.home-mega-menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--header-background);
    padding: 48px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.home-mega-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-mega-menu-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 320px 1fr 1fr;
    gap: 120px;
}

.home-flight-status-card {
    /* background: var(--background-gradient); */
    background-color: rgb(209 212 250 / 1);
    border-radius: 12px;
    padding: 40px 24px 24px 24px;
    display: grid;
    align-items: flex-start;
}

.home-flight-status-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-flight-status-icon .home-svg-container {
    width: 40px;
    height: 40px;
}

.home-flight-status-content h3 {
    font-size: var(--font-size-2xl);
    font-weight: 500;
    color: var(--text-primary);
    margin: 24px 0 16px 0;
}

.home-flight-status-content p {
    font-size: var(--font-size-base);
    color: var(--gray-600);
    line-height: 1.4;
}

.home-flight-status-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 24px;
}

.home-flight-status-btn:hover {
    background: rgb(63 68 151 / 1);
    
}
.home-flight-status-btn .home-svg-container{
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}
.home-mega-menu-section h4 {
    font-size: var(--font-size-xl);
    font-weight: 500;
    color: var(--text-primary);
    margin: 0 0 16px 0;
}

.home-mega-menu-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-mega-menu-link {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(75 76 170 / 1);
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
}



.home-mega-menu-link .home-svg-container {
    width: 24px;
    height: 24px;
    filter:none;
   
}
[dir="rtl"] .home-mega-menu-link .home-svg-container {
    transform: scaleX(-1);
}
.home-nav-link {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    /* transition: color 0.3s ease; */
    font-family: var(--font-family-bukra);
}



.home-header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.home-header-right > span {
    color: #FFFFFF;
    font-size: var(--font-size-base);
    font-weight: 500;
}


.home-language-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}
.globe-icon{
    width: 24px;
    height: 24px;
}
.home-current-language {
    user-select: none;
}

.home-language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--white);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

#languageDropdown2 .home-language-option.selected span {
 
    color: var(--white);
}

.home-language-selector.active .home-language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-language-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
    gap: 0.5rem;
}

.home-language-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}



.home-checkbox-mark {
    width: 10px;
    height: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
    position: relative;
}

.home-checkbox-mark::after {
    content: '✓';
    color: var(--white);
    font-size: var(--font-size-base);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-language-option.selected .home-checkbox-mark {
    opacity: 1;
}

.home-language-option.selected {
    background: var(--primary-light);
    color: var(--white);
}
.home-language-option.selected span{
    color: var(--white);
}
/* .language-option:hover {
    background-color: #f5f5f5;
} */

.home-language-option:first-child {
    border-radius: 8px 8px 0 0;
}

.home-language-option:last-child {
    border-radius: 0 0 8px 8px;
}

.home-lang-code {
    font-weight: 600;
    color: #333;
}

.home-lang-name {
    color: #666;
    font-size: 13px;
    font-family: var(--font-family-bukra);
}

.home-language-selector .home-current-language {
    font-size: var(--font-size-base);
    font-weight: 500;
    height: 20px;
    width: 25px;
    color: var(--text-primary);
}

.home-language-selector .home-svg-container {
    width: 24px;
    height: 24px;
}

.home-search-btn {
    background: var(--header-background);
    color: var(--text-primary);
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
}
.home-search-btn .search-icon{
    width: 24px;
    height: 24px;
}


.home-main-content {
    padding-top: 100px;
    min-height: 100vh;
}

.home-main-section {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 1.5rem 8rem;
    text-align: center;
}

.home-main-container {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    margin-bottom: 2.0rem;
    text-align: left;
}

.home-main-text {
    flex: 1;
}

.home-main-container .home-search-container {
    position: relative;
    flex: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

.home-main-title {
    font-size: var(--font-size-4xl);
    font-weight: 500;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.45;
    font-family: var(--font-family-bukra);
}

.home-carousel-container {
    overflow: hidden;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.home-search-bar {
    background: var(--white);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;    
    border-radius: 8px;
}

.home-search-bar .home-svg-container {
    width: 24px;
    height: 24px;
}

.home-search-bar:focus-within {
    box-shadow: var(--shadow-xl);
}

.home-search-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: var(--font-size-lg);
    color: var(--text-primary);
    font-family: var(--font-family-bukra);
}

[dir="rtl"] .home-search-input::placeholder {
    text-align: right;
}

.home-search-input::placeholder {
    color: var(--gray-400);
}

.home-close-search {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: var(--gray-400);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 32px;
    height: 32px;
}

/*  */

.home-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    margin-top: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.home-search-bar:focus-within+.home-search-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-search-section {
    margin-bottom: 1.5rem;
}

.home-search-section:last-child {
    margin-bottom: 0;
}

.home-search-section h3 {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: #2C2D64;
    margin-bottom: 1rem;
    text-align: left;
}

.home-search-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 8px;
}

.home-svg-container {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);

}

.home-search-container .home-svg-container {
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);

}

.home-service-card .home-svg-container {
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}
.carousel-prev-btn .home-svg-container{
    width: 10px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}
.carousel-next-btn .home-svg-container{
    width: 10px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}
.home-search-item:hover {
    background: #f8f9fa;
}
.home-search-item span {
    font-size: var(--font-size-base);
    line-height: 1.45rem;   
  }
.home-popular-section {
    margin-bottom: 1rem;
}

.home-popular-section h4 {
    font-weight: 500;
    color: #2C2D64;
    margin-bottom: 0.75rem;
    text-align: left;
}

.home-popular-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #EDEEFD;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-popular-item:hover {
    background: #e6edff;
    transform: translateX(5px);
}

.home-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.9rem;
    margin-bottom: 3rem;
}

.home-journey-card {
    background: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.home-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home1 {
    background-image: url("http://localhost:60902/pointR/ui/images/home1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home2 {
    background-image: url("http://localhost:60902/pointR/ui/images/home1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home3 {
    background-image: url("http://localhost:60902/pointR/ui/images/home1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home4 {
    background-image: url("http://localhost:60902/pointR/ui/images/home1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-card-content {
    position: absolute;
    bottom: 18px;
    background: white;
    border-radius: 25px;
    left: 15px;
}

.home-card-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.home-journey-btn {
    background: none;
    border: none;
    font-size: var(--font-size-base);
    font-weight: 500;
    color: #2C2D64;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    border-radius: 44px;
    font-family: var(--font-family-bukra);
}

.home-journey-btn .home-svg-container {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}

.home-journey-btn:hover {
    color: #2C2D64;
}
.home-journey-btn span{
    line-height: 1.5;   
    text-align: left;
}
.home-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.home-service-card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-height: 144px;
}

.home-service-card:hover {
    background: white;
   
}

.home-service-icon {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: block;
    color: #686E9F;
}
.home-service-icon .home-svg-container {
    width: 40px;
    height: 40px;
}
.home-service-card a{
    text-decoration: none;
}
.home-service-text {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: #2C2D64;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--font-family-bukra);
}

.home-service-text .home-svg-container {
    width: 20px;
    height: 20px;
    display: block;
}



.home-whats-happening {
    background: transparent;    
    padding: 1.5rem 5rem 3.5rem 5rem;
    overflow: hidden;
}


.home-news-carousel {
max-width: 1200px;
margin: 0 auto;
position: relative;
}

[dir="rtl"] .swiper-slide {
margin-right: 0 !important;
margin-left: 32px !important;
}

[dir="rtl"] .swiper-slide:last-child {
margin-left: 0 !important;
}

@media (max-width: 768px) {
[dir="rtl"] .swiper-slide {
margin-left: 24px !important;
}
}

@media (max-width: 480px) {
[dir="rtl"] .swiper-slide {
margin-left: 16px !important;
}
}

.home-news-carousel .swiper-slide {
width: auto;
}

.home-section-header {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.home-section-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #2C2D64;
}

.home-carousel-controls {
    display: flex;
    gap: 0.5rem;
}

.home-carousel-btn {
    width: 40px;
    height: 40px;
    background:none;
    border: none;
    color: #2C2D64;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}



.home-news-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    flex: 0 0 auto;
    height: 385px;
}

.home-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.home-news-card.large {
    display: flex;
}

.home-news-card.large .home-news-image {
    flex: 1;
    object-fit: cover;
}

.home-news-card.large .home-news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-news-image {
    width: 100%;
    overflow: hidden;
}

.home-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-news-card:hover .home-news-img {
    transform: scale(1.05);
}

.home-news-banner1 {
    background-image: url('../images/slide-banner-1-en.png'); 
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    height: 385px;
}

[dir="rtl"] .home-news-banner1 {
    background-image: url('../images/slide-banner-1-ar.png'); 
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    height: 385px;
}
.home-news-banner2 {
    background-image: url('../images/slide-banner-2-en.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    height: 385px;
}
[dir="rtl"] .home-news-banner2 {
    background-image: url('../images/slide-banner-2-ar.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    height: 385px;
}
.home-news-content {
    padding: 1.5rem;
}

.home-news-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.home-news-content p {
    color: #FFFFFF;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: var(--font-size-sm);
}

.home-location {
    color: #FFFFFF;
    font-size: 0.9rem;
    margin-bottom: 3rem;
}

.home-news-btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: var(--white);
    color: var(--primary-color);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: var(--font-size-sm);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-family: var(--font-family-bukra);
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 0.5rem;
}
.home-news-btn .home-svg-container {
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}
.home-news-btn:hover .home-svg-container {
    filter: brightness(0) saturate(100%) invert(1);
}
.home-news-btn:hover {
    background: #686E9F;
    color: #ffffff;
    transform: translateX(5px);
}

.home-mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.home-mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.home-hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--text-primary);;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.home-mobile-menu-toggle.active .home-hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.home-mobile-menu-toggle.active .home-hamburger-line:nth-child(2) {
    opacity: 0;
}

.home-mobile-menu-toggle.active .home-hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.home-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.home-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;

}

.home-mobile-nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;   
    height: 100vh;
    background: var(--header-background);
    z-index: 1001;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}
.home-mobile-nav-menu.active {
    right: 0;
}
.home-search-btn span:not(.search-icon) {
    display: block;
  }
  .home-current-language{
    display: block;
  }
  .home-header-right > span {
    display: block;
    color: var(--text-primary);
  }
.home-mobile-nav-header {
    padding: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}
#languageSelector2 span{
    color: #2C2D64;
}
#languageSelector2 .home-svg-container ,#homeMobileMenuClose .home-svg-container{
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}
#homeMobileMenuClose .home-svg-container{
    width: 20px;
    height: 20px;
}
.home-mobile-nav-logo {
    width: 50px;
    height: 24px;
}
.home-mobile-nav-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home-mobile-nav-logo .home-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
}

.home-mobile-menu-close {
    background: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
    color: #2C2D64;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    gap: 0.5rem;
    display: flex
;
font-size: 1.0rem;
    align-items: center;
}

.home-mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.home-mobile-nav {
    padding: 2rem 1.5rem;
}

.home-mobile-nav-item {
    position: relative;
}

.home-mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.875rem;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    border-bottom: 1px solid var(--gray-300);
    transition: all 0.3s ease;
}

.home-mobile-flight-chevron {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}

.home-mobile-nav-link.active .home-mobile-flight-chevron {
    transform: rotate(180deg);
}

.home-mobile-nav-link:hover {
    color: var(--primary-color);
}

.home-mobile-flight-submenu {
    background: var(--header-background);
    padding: 0px 0px;
    margin: 0;
    border-radius: 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.home-mobile-flight-submenu.active {
    padding: 16px 0px;
    margin: 8px 0;
    max-height: 200px;
    opacity: 1;
}

.home-mobile-flight-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-mobile-flight-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    background: transparent;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(75 76 170 / 1);
    font-size:var(--font-size-base);
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.home-mobile-flight-link:hover {
    background: var(--gray-50);
}

.home-mobile-flight-link .home-svg-container {
    width: 24px;
    height: 24px;
}

[dir="rtl"] .home-mobile-flight-link .home-svg-container {
    transform: scaleX(-1);
}

.home-mobile-nav-link:last-child {
    border-bottom: none;
}

/* ===================== FOOTER STYLES ===================== */

.home-footer {
    background: rgb(255 255 255 / 1);
    padding: 48px 0 24px 0;
}

.home-footer-container {
    
    margin: 0 auto;
    padding: 0 5rem;
}

.home-footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 64px;
    margin-bottom: 48px;
}

.home-footer-section h3 {
    font-size: var(--font-size-xl);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 24px;
}

.home-footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-footer-links a {
    color: rgb(75 76 170 / 1);
    text-decoration: none;
    font-size: var(--font-size-base);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.home-footer-links a:hover {
    color: var(--primary-color);
}

.home-footer-links a::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/SvgImage/arrow-right-03.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir="rtl"] .home-footer-links a::after {
    transform: scaleX(-1);
}

.home-footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.home-footer-btn {
    background: rgb(209 212 250 / 1);
    color: var(--text-primary);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: var(--font-size-base);
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.home-footer-btn:hover {
    background: rgb(189 192 230 / 1);
}

.home-footer-btn::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../images/SvgImage/arrow-right-03.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[dir="rtl"] .home-footer-btn::after {
    transform: scaleX(-1);
}

.home-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
    padding-top: 24px;
}

.home-footer-logo img {
    height: 40px;
}

.home-footer-social {
    display: flex;
    gap: 16px;
}

.home-social-link {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}



.home-social-link .home-svg-container {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.home-footer-info {
    text-align: left;
}

.home-footer-info p {
    color: var(--text-primary);
    font-size: var(--font-size-xs);
    margin: 0;
    line-height: 1.4;
}

.home-footer-info p:first-child {
    margin-bottom: 4px;
}

.home-footer-brand img {
    height: 32px;
}

/* ===================== RESPONSIVE DESIGN ===================== */


@media (max-width: 768px) {
    .home-footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .home-footer-buttons {
        align-items: stretch;
    }
    
    .home-footer-btn {
        width: 100%;
        justify-content: space-between;
    }
    
    .home-footer-bottom {
        display: grid;
        gap: 24px;
        text-align: left;
    }
    
    .home-footer-social {
        justify-content: flex-start;
    }
    
    .home-footer-section h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 16px 0;
        border-bottom: 1px solid var(--gray-300);
        margin-bottom: 0;
    }
    
    .home-footer-section h3::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url('../images/SvgImage/chevron-down.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.3s ease;
    }
    
    .home-footer-section.active h3::after {
        transform: rotate(180deg);
    }
    
    .home-footer-links {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        padding: 0;
    }
    
    .home-footer-section.active .home-footer-links {
        max-height: 200px;
        opacity: 1;
        padding: 16px 0;
    }
    .home-footer-container{
        padding: 0 1.5rem;
    }
    .home-footer-buttons {
        
        display: none;
    }
}

@media (max-width: 1023px) {

    body {
        background: linear-gradient(to bottom, #686E9F 0%, #686E9F 20%, #EDEEFD 0% 50%, #EDEEFD 100%);
       
    }

    .home-card-image {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .home-header-container {
        padding: 0 2.5rem;
    }

    

   

    .home-main-section {
        padding: 6rem 2.5rem 4rem 2.5rem;
    }

    .home-main-title {
        font-size: 2rem;
    }

    .home-journey-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .home-service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .home-news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-news-card.large {
        display: block;
    }

    .home-news-card.large .home-news-image {
        height: 200px;
    }
    .home-service-icon .home-svg-container {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 1920px) {
    .home-journey-card {
        min-width: 23.8rem;
        min-height: 25.5rem;
    }
    .home-news-card {
        height: 469px;
        max-height: 469px;
    }
    .home-whats-happening {
        height: 729px;
    }
    .home-search-bar {
        height: 80px;
        max-height: 80px;
    }
}

@media (min-width: 1280px) and (max-width: 1919px) {
    .home-journey-card {
        width: auto;
        height: 320px;
    }
    .home-main-section {
        padding: 1.5rem 5rem;
    }
    .home-header-container {
        padding: 0 5rem;
    }
    .home-whats-happening {
        padding: 1.5rem 5rem 3.5rem 5rem;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .home-journey-card {
        width: auto;
        height: 225px;
    }
    .home-main-section {
        padding: 1.5rem 2rem;
    }
    .home-header-container {
        padding: 0 2rem;
    }
    .home-whats-happening {
        padding: 1.5rem 2.5rem 3.5rem 2.5rem;
    }
    .home-footer-container {
        padding: 0 2.5rem;
    }
}

@media (max-width: 768px) {
    .home-mobile-menu-toggle {
        display: flex;
    }
    .home-nav {
        display: none;
    }
   .home-section-header {
    margin-bottom: 0rem;
   }
    .home-service-text .home-svg-container {
        display: none;
    }
    .home-search-btn span:not(.search-icon) {
        display: none;
      }
      .home-current-language{
        display: none;
      }
      .home-header-right > span {
        display: none;
      }
    .home-main-title {
        font-size: var(--font-size-2xl);
        text-align: left;
    }
    
    .home-news-banner1 {
        background-position: left top;
    }
    
    .home-news-banner2 {
        background-position: left top;
    }
    
    [dir="rtl"] .home-news-banner1 {
        background-position: right top;
    }
    
    [dir="rtl"] .home-news-banner2 {
        background-position: right top;
    }

    .home-news-carousel {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .home-news-content {
        padding: 1.5rem;
    }

    .home-news-content h3 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .home-news-content p {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .home-location {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .home-news-btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        margin-bottom: 1.0rem;
    }
}

@media (max-width: 767px) {
    body {
         background: linear-gradient(to bottom, #686E9F 0%, #686E9F 16%, #EDEEFD 0% 50%, #EDEEFD 100%);
       
    }
    
    .home-logo {
        width: 50px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .home-card-image {
        width: 100%;
        height: 160px;
        overflow: hidden;
        position: relative;
    }

    .home-header {
        padding: 0.75rem 0;
    }

    .home-header-container {
        padding: 0 2rem;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .home-nav {
        display: none;
    }

    .home-header-right {
        gap: 0.75rem;
    }
.home-mobile-nav-language{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
    .home-search-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }

    .home-language-selector {
        font-size: 0.9rem;
    }

    .home-main-section {
        padding: 0.5rem 2rem 4rem 2rem;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    .home-main-container {
        display: block;
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }

    .home-main-text {
        flex: none;
    }

    .home-main-container .home-search-container {
        flex: none;
        margin-bottom: 0;
    }

    .home-main-title {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 2rem;
    }

    .home-search-container {
        margin-bottom: 2.5rem;
        margin-left: -2rem;
        margin-right: -2rem;
        padding: 0;
    }

    .home-search-bar {
        padding: 0.75rem 1rem;
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .home-search-input {
        font-size: var(--font-size-sm);
        flex: 1;
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
    }

    .home-journey-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .home-card-content {
        padding: 1rem 0.25rem;
        position: static;
        background: white;
        border-radius: 0px;
        height: 80px;
        margin-top: -2px;
        justify-content: center;
        display: flex
;
    }

    .home-journey-image {
        height: 100px;
        margin-bottom: 0.75rem;
    }

    .home-journey-btn {
        font-size: var(--font-size-sm);
        padding: 0.6rem 1rem;
    }

    .home-service-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .home-service-card {
        padding: 1.25rem 1rem;
    }

    .home-service-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .home-service-text {
        font-size: 0.85rem;
    }

    .home-whats-happening {
        padding: 2rem 2rem  3.5rem 2rem;
    }

    .home-section-header {
        flex-direction: column;
       
        align-items: baseline;
    }

    .home-section-header h2 {
        font-size: 2rem;
    }

    .home-news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-news-card {
        margin-bottom: 1rem;
    }

    .home-news-content {
        padding: 1.5rem;
    }

    .home-news-content h3 {
        font-size: 1.25rem;
    }

    .home-news-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .home-carousel-controls {
        position: relative;
        top: 450px;
        z-index: 2000;
        left: 40%;

    }
}

@media (max-width: 480px) {
    [dir="rtl"] .home-whats-happening {
        padding: 1.0rem 1.5rem 3.5rem 0rem;
    }
    .home-news-card {
        height: 334px;
    }
    .home-news-banner1 {
        background-image: url('../images/slider-banner-1-mobile-en.png');
        background-position: center center;
        background-size: 100% 334px;
        background-repeat: no-repeat;       
        width: 100%;
        height: 334px;
    }
   
    [dir="rtl"] .home-news-banner1 {
        background-image: url('../images/slider-banner-1-mobile-ar.png'); 
        background-position: center center;
        background-size: 100% 334px;
        background-repeat: no-repeat;       
        width: 100%;
        height: 334px;
    }

    .home-news-banner2 {
        background-image: url('../images/slider-banner-2-mobile-en.png');
        background-position: center center;
        background-size: 100% 334px;
        background-repeat: no-repeat;       
        width: 100%;
        height: 334px;
    }
   
    [dir="rtl"] .home-news-banner2 {
        background-image: url('../images/slider-banner-2-mobile-ar.png'); 
        background-position: center center;
        background-size: 100% 334px;
        background-repeat: no-repeat;       
        width: 100%;
        height: 334px;
    }
    .home-carousel-controls {
        top: 400px;
      
    }
    .home-header-container {
        padding: 0 1.5rem;
    }

    .home-logo-text {
        font-size: 1.25rem;
    }

    .home-main-section {
        padding: 0.5rem 1.5rem 2.5rem;
    }

    .home-main-title {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .home-search-container {
        margin-bottom: 2rem;
    }

    .home-journey-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    
    .home-service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .home-journey-card {
        text-align: center;
        min-height: 225px;
    }

    .home-service-card {
        text-align: center;
    }

    .home-whats-happening {
        padding: 1.0rem 0rem 3.5rem 1.5rem;
    }

    .home-section-header h2 {
        font-size: 1.50rem;
    }

    .home-news-content {
        padding: 1.25rem;
    }

    .home-news-content h3 {
        font-size: 1.1rem;
    }

    .home-news-btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* Search Popup Styles */
.home-search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.home-search-popup-overlay.active {
    display: flex;
}

.home-search-popup {
    background: var(--white);
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
}

.home-search-popup-header {
    display: flex;
    justify-content: flex-end;
    padding: 16px 20px 0;
}

.home-search-popup-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.home-search-popup-close:hover {
    background-color: var(--gray-100);
}

.home-search-popup-close .home-svg-container {
    width: 20px;
    height: 20px;
    filter: invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(92%) contrast(86%);
}

.home-search-popup-content {
    padding: 0 20px 24px;
}

.home-search-popup-section {
    margin-bottom: 32px;
}

.home-search-popup-section:last-child {
    margin-bottom: 0;
}

.home-search-popup-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 16px 0;
    font-family: '29LT Bukra', sans-serif;
}

.home-search-popup-category {
    margin-bottom: 24px;
}

.home-search-popup-category:last-child {
    margin-bottom: 0;
}

.home-search-popup-category h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-secondary);
    margin: 0 0 12px 0;
    font-family: '29LT Bukra', sans-serif;
}

.home-search-popup-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 8px;
}

.home-search-popup-item:hover {
    background-color: var(--gray-50);
}

.home-search-popup-item:last-child {
    margin-bottom: 0;
}

.home-search-popup-item .search-icon-small,
.home-search-popup-item .baggage-icon,
.home-search-popup-item .immigration-icon,
.home-search-popup-item .security-icon,
.home-search-popup-item .dining-icon {
    margin-right: 12px;
    flex-shrink: 0;
}

.home-search-popup-item .home-svg-container {
    width: 20px;
    height: 20px;
    filter: invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(92%) contrast(86%);
}

.home-search-popup-item span:last-child {
    font-size: 14px;
    color: var(--text-primary);
    font-family: '29LT Bukra', sans-serif;
}

/* Mobile Search Popup Styles */
.home-mobile-search-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 9999;
    display: none;
    overflow-y: auto;
}

.home-mobile-search-popup-overlay.active {
    display: block;
}

.home-mobile-search-popup {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-mobile-search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 10;
}

.home-mobile-search-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.home-mobile-search-close:hover {
    background-color: var(--gray-100);
}

.home-mobile-search-close .home-svg-container {
    width: 24px;
    height: 24px;
    filter: invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(92%) contrast(86%);
}

.home-mobile-search-content {
    flex: 1;
    padding: 24px 20px;
    overflow-y: auto;
}

.home-mobile-search-input-container {
    margin-bottom: 32px;
}

.home-mobile-search-input-wrapper {
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid #E7E7E7;
    height: 64px;
}

.home-mobile-search-hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.home-mobile-search-hamburger .home-svg-container {
    width: 20px;
    height: 20px;
    filter: invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(92%) contrast(86%);
}

.home-mobile-search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: var(--font-size-base);
    color: var(--primary-color);
    outline: none;
}

.home-mobile-search-input::placeholder {
    color: var(--gray-500);
    font-size: 16px;
}

.home-mobile-search-clear {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.home-mobile-search-clear.visible {
    opacity: 1;
    visibility: visible;
}

.home-mobile-search-clear:hover {
    background-color: var(--gray-200);
}

.home-mobile-search-clear .home-svg-container {
    width: 18px;
    height: 18px;
    filter: invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(92%) contrast(86%);
}

.home-mobile-search-section {
    margin-bottom: 40px;
}

.home-mobile-search-section:last-child {
    margin-bottom: 0;
}

.home-mobile-search-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 20px 0;
    font-family: '29LT Bukra', sans-serif;
}

.home-mobile-search-category {
    margin-bottom: 32px;
}

.home-mobile-search-category:last-child {
    margin-bottom: 0;
}

.home-mobile-search-category h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-secondary);
    margin: 0 0 16px 0;
    font-family: '29LT Bukra', sans-serif;
}
.recently-searched .home-mobile-search-item {
   
background: none;
margin-bottom: -10px;

}
.home-mobile-search-item {
    display: flex;
    align-items: center;
    padding: 4px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 12px;
    height: 60px;
background-color: #EFF0F5;
}
.home-mobile-search-item span:last-child {
    font-size: var(--font-size-base);
    color: var(--primary-color);  
}
.home-mobile-search-clear .home-svg-container{
    width: 24px;
    height: 24px;
    filter: invert(44%) sepia(8%) saturate(878%) hue-rotate(201deg) brightness(92%) contrast(86%);
}

.home-mobile-search-item:hover {
    background-color: var(--gray-100);
}

.home-mobile-search-item:last-child {
    margin-bottom: 0;
}

.home-mobile-search-item .search-icon-small,
.home-mobile-search-item .baggage-icon,
.home-mobile-search-item .immigration-icon,
.home-mobile-search-item .security-icon,
.home-mobile-search-item .dining-icon {
    margin-right: 16px;
    flex-shrink: 0;
}

.home-mobile-search-item .home-svg-container {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(2395%) hue-rotate(226deg) brightness(95%) contrast(91%);
}



/* Hide mobile search popup on desktop */
@media (min-width: 769px) {
    .home-mobile-search-popup-overlay {
        display: none !important;
    }
}

/* Hide desktop search popup on mobile */
@media (max-width: 768px) {
    .home-search-popup-overlay {
        display: none !important;
    }
    .home-header {   
        position: absolute;
      }
}

/* Mobile responsive for desktop search popup */
@media (max-width: 480px) {
    .home-search-popup {
        max-width: 100%;
        margin: 0 10px;
        max-height: 85vh;
    }
    
    .home-search-popup-content {
        padding: 0 16px 20px;
    }
    
    .home-search-popup-header {
        padding: 12px 16px 0;
    }
      .home1 {
    background-image: url("../images/home1-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home2 {
    background-image: url("../images/home2-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home3 {
    background-image: url("../images/home3-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home4 {
    background-image: url("../images/home4-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}