@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap');

@font-face {
    font-family: soligant;
    src: url(../font/Soligant.ttf);
    font-display: swap;
}

*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::after, ::before {
    --tw-content: '';
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --font-factory: euclid-regular;
    --app-font-family: var(--font-factory);
    --this-body-bg: #f4f4f4;
    --this-black: #222222;
    --this-black-light: #3a3a3a;
    --this-red: #e60e11;
    --this-orange: #f39500;
    --this-yellow: #fbc400;
    --this-yellow-light: #ffeca9;
    --this-green: #51c053;
    --this-blue: #4594f6;
    --this-blue-secondary: #197ae8;
    --this-gray: #3a3d3e;
    --font-heading: soligant;
    --pf-light: euclid-light;
    --pf-regular: euclid-regular;
    --pf-medium: euclid-medium;
    --pf-semibold: euclid-semibold;
    --pf-bold: euclid-bold;
    --pf-condensed-bold: var(--font-factory);
    --font-typo-round-regular: var(--font-factory);
    --font-secondary-regular: var(--font-factory);
    --font-secondary-semibold: var(--font-factory);
    --font-secondary-bold: var(--font-factory);
    --font-third: var(--font-factory);
    --sherpa-blue: #384652;
    --sherpa-blue-light: #0e4e96;
    --this-primary: #384652;
    --this-secondary: #02495d;
    --green: #c0272c;
    --gray: #dddddd;
    --gray-2: #b4b4b4;
    --gray-light: #f3f3f3;
    --white: #ffffff;
    --this-new-black: #000000ed;
    --black: #000000;
    --text-dark: #4e4e50;
    --text-gray: #8c8c8c;
    --text-light: #75767b;
    --btn-green: #46a045;
    --btn-blue: #3289d6;
    --btn-orange: #ff851b;
    --btn-red: #e83e3c;
    --btn-ink: #003087;
    --table-text-color: #5a6477;
    --border-2x: 2px solid #80808033;
    --border-1x: 1px solid #80808033;
    --border-flight-result: 1px solid #e4e4e4;
    --this-shadow: 0px 5px 15px var(--black);
    --smart-red: #c0272c;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: var(--this-body-bg, #fff);
    overflow-x: hidden;
}

/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 100%);
    color: white;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon i {
    font-size: 24px;
    color: white;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.main-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 25px;
}

.main-nav a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s ease;
}

.main-nav a:hover {
    opacity: 0.8;
}

.main-nav .fa-chevron-down {
    font-size: 10px;
    margin-left: 2px;
}

.lang-select {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.flag-icon {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 50vh;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Using the custom hero image provided by the user */
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.3)), url('hero.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-content {
    text-align: center;
    color: white;
    margin-bottom: 65px;
    margin-top: 60px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    letter-spacing: -0.5px;
}

/* Search Bar */
.search-bar-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.search-bar {
    background: white;
    border-radius: 50px;
    display: flex;
    padding: 15px 30px;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    width: max-content;
}

.search-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    background-color: #fff;
}

.search-item i {
    color: #333;
    font-size: 16px;
}

.search-item:hover {
    border-color: #ccc;
    background-color: #f9f9f9;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    right: 0;
    top: 35%;
    background-color: #25D366;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.2);
    z-index: 100;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    width: 65px;
    background-color: #1ebe57;
}

/* Exclusives Section */
.exclusives-section {
    padding: 60px 40px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
}

.exclusives-container {
    background: white;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 1400px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.exclusives-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.exclusives-header .view-all-btn {
    position: absolute;
    right: 0;
}

.exclusives-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
}

.view-all-btn {
    background-color: #0b4b9b;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.view-all-btn:hover {
    background-color: #083875;
}

.exclusives-carousel {
    display: flex;
    align-items: center;
    gap: 15px;
}

.carousel-nav {
    background-color: #b5b5b5;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    flex-shrink: 0;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.carousel-nav:hover {
    opacity: 1;
    background-color: #999;
}

.cards-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    flex-grow: 1;
}
.cards-wrapper::-webkit-scrollbar {
    display: none;
}

.exclusive-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 250px;
    display: flex;
    flex-direction: column;
    background: white;
}

.card-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: 15px;
}

.card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.price-info {
    display: flex;
    flex-direction: column;
}

.starts-from {
    font-size: 10px;
    color: #666;
}

.price {
    font-size: 14px;
    font-weight: 600;
    color: #0b4b9b;
}

.enquire-btn {
    border: 1px solid #ddd;
    color: #555;
    background: transparent;
    padding: 6px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s;
}

.enquire-btn:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

/* Trending Section */
.trending-section {
    padding: 60px 40px;
    background-color: white;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 40px auto;
    border-radius: 10px;
}

.trending-section .title {
    font-family: 'soligant', 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 10px;
}

.trending-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.trending-tabs .tab {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}

.trending-tabs .tab.active {
    color: #0b4b9b;
    border-bottom: 2px solid #0b4b9b;
}

.trending-carousel {
    width: 100%;
}

.trending-cards-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 20px;
    scroll-behavior: smooth;
}
.trending-cards-wrapper::-webkit-scrollbar {
    display: none;
}

.trending-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trending-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.trending-card p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Monsoon Section */
.monsoon-section {
    padding: 60px 40px;
    background-color: white;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 60px auto;
    border-radius: 10px;
}

.monsoon-header .title {
    font-family: 'soligant', 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.monsoon-header .subtitle {
    font-size: 13px;
    color: #333;
    margin-bottom: 30px;
}

.monsoon-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
}

.monsoon-cards-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    flex-grow: 1;
}

.monsoon-cards-wrapper::-webkit-scrollbar {
    display: none;
}

.monsoon-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 270px;
    background-color: #f0f7fc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.monsoon-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.monsoon-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.monsoon-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.monsoon-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
    color: #888;
    margin-bottom: 15px;
}

.monsoon-meta i {
    color: red;
    margin-right: 6px;
    width: 10px;
}
.monsoon-meta i.fa-moon {
    color: #0b4b9b;
}

.monsoon-includes {
    margin-bottom: 20px;
}

.includes-label {
    font-size: 12px;
    color: #6a9bd6;
    margin-bottom: 4px;
}

.includes-text {
    font-size: 11px;
    color: #888;
    line-height: 1.4;
}

.monsoon-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.monsoon-price-info {
    display: flex;
    flex-direction: column;
}

.monsoon-price-info .price-label {
    font-size: 11px;
    color: #333;
    margin-bottom: 5px;
}

.monsoon-price-info .price-amount {
    font-size: 16px;
    font-weight: 600;
    color: #0b4b9b;
}

.monsoon-footer .book-now-btn {
    background-color: #e3ebf4;
    color: #444;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s;
}

.monsoon-footer .book-now-btn:hover {
    background-color: #c9d8e8;
}

.monsoon-carousel-container .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #b5b5b5;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0.9;
}

.monsoon-carousel-container .left-btn {
    left: -20px;
}

.monsoon-carousel-container .right-btn {
    right: -20px;
}

.monsoon-carousel-container .nav-btn:hover {
    opacity: 1;
    background-color: #999;
}

/* International Section */
.intl-section {
    padding: 60px 40px;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 60px auto;
}

.intl-header .title {
    font-family: 'soligant', 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.intl-header .subtitle {
    font-size: 13px;
    color: #333;
    margin-bottom: 30px;
}

.intl-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
}

.intl-cards-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    flex-grow: 1;
}

.intl-cards-wrapper::-webkit-scrollbar {
    display: none;
}

.intl-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 270px;
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.intl-card-top {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: white;
}

.intl-card-title {
    text-align: left;
}

.intl-card-title h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.intl-card-title p {
    font-size: 12px;
    opacity: 0.9;
}

.intl-card-duration {
    background: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    height: fit-content;
    white-space: nowrap;
}

.intl-card-bottom {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: var(--this-body-bg, #f4f4f4);
    padding: 10px 0px 0px 10px;
    border-top-left-radius: 20px;
}

.explore-btn {
    background-color: #0b4b9b;
    color: white;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    transition: background-color 0.3s;
}

.explore-btn:hover {
    background-color: #083875;
}

.intl-carousel-container .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(150, 150, 150, 0.6);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}

.intl-carousel-container .left-btn {
    left: -20px;
}

.intl-carousel-container .right-btn {
    right: -20px;
}

.intl-carousel-container .nav-btn:hover {
    background-color: rgba(100, 100, 100, 0.8);
}

/* Services Section */
.services-section {
    width: 100%;
    margin: 60px 0;
    text-align: center;
}

.services-header {
    margin-bottom: 30px;
}

.services-header .title {
    font-family: 'soligant', 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.services-header .subtitle {
    font-size: 14px;
    color: #333;
}

.services-grid {
    display: flex;
    width: 100%;
    height: 400px;
}

.service-panel {
    flex: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    transition: flex 0.4s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.service-panel:last-child {
    border-right: none;
}

.service-panel:hover {
    flex: 1.15;
}

.service-icon {
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
}

.service-label {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    backdrop-filter: blur(2px);
}

/* Testimonials Section */
.testimonials-section {
    padding: 60px 0;
    background-color: white;
    text-align: center;
    width: 100%;
}

.testimonials-header {
    margin-bottom: 40px;
}

.testimonials-header .title {
    font-family: 'soligant', 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.testimonials-header .subtitle {
    font-size: 14px;
    color: #333;
}

.testimonials-carousel-container {
    width: 100%;
}

.testimonials-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 20px 40px;
    height: 550px;
}

.testimonials-wrapper::-webkit-scrollbar {
    display: none;
}

.testimonial-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 260px;
    height: 100%;
}

.testimonial-col.align-center {
    justify-content: center;
}

.testimonial-col.align-start {
    justify-content: flex-start;
}

.testimonial-col.align-end {
    justify-content: flex-end;
}

.testimonial-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.quote-icon {
    color: #0b4b9b;
    font-size: 30px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.read-more {
    color: #0b4b9b;
    text-decoration: none;
    font-weight: 500;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee;
    object-fit: cover;
}

.author-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

/* Footer Section */
.footer-section {
    background-color: #061d33;
    color: white;
    padding: 60px 8%;
    font-size: 13px;
    line-height: 1.6;
}

.footer-newsletter {
    background-color: #0a2e57;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.newsletter-text h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 500;
}

.newsletter-text p {
    color: #b0c4de;
    font-size: 13px;
}

.newsletter-form {
    display: flex;
    background: white;
    border-radius: 30px;
    padding: 5px 5px 5px 20px;
    width: 450px;
}

.newsletter-form input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;
}

.newsletter-form button {
    background-color: #061d33;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-col h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #b0c4de;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: white;
}

.footer-dropdown {
    width: 100%;
    padding: 10px 15px;
    background-color: #0a2e57;
    color: white;
    border: 1px solid #1a4a82;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.footer-dropdown option {
    background-color: #061d33;
    color: white;
}

.brand-col {
    flex: 1.5;
}

.brand-col .footer-logo {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-col p {
    color: #b0c4de;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    color: white;
    font-size: 16px;
    transition: opacity 0.3s;
}

.footer-socials a:hover {
    opacity: 0.7;
}

.contact-col {
    flex: 1.2;
}

.contact-col .office {
    margin-top: 15px;
}

.contact-col .office p {
    color: #b0c4de;
}

.contact-col .office p strong {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    text-align: left;
    color: #b0c4de;
}

/* Enquiry Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: white;
    width: 800px;
    height: auto;
    min-height: 500px;
    border-radius: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10;
}

.modal-left {
    width: 45%;
    background-color: #e0f2fe;
    position: relative;
}

.modal-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-right {
    width: 55%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}

.modal-right h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group label .required {
    color: red;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa;
    border: 1px solid #eef2f5;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}

.form-group textarea {
    resize: none;
}

.phone-input {
    display: flex;
    background: #f8f9fa;
    border: 1px solid #eef2f5;
    border-radius: 5px;
    align-items: center;
}

.phone-input .country-code {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    font-size: 13px;
    border-right: 1px solid #ddd;
}

.phone-input input {
    border: none;
    background: transparent;
}

.fake-recaptcha {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 70%;
}

.fake-recaptcha .checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #c1c1c1;
    background: white;
    border-radius: 2px;
    margin-right: 10px;
}

.fake-recaptcha span {
    font-size: 13px;
    flex: 1;
}

.fake-recaptcha img {
    height: 30px;
}

.submit-btn {
    width: 100%;
    background-color: #0b4b9b;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #093c7d;
}

/* Social Sidebar */
.social-sidebar {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #c0c0c0;
    padding: 20px 10px;
    border-radius: 30px;
    z-index: 100;
}

.social-sidebar a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}

.social-sidebar a:hover {
    transform: scale(1.1);
}

.mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 105;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100vh;
    background-color: white;
    z-index: 200;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.mobile-sidebar.active {
    left: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.close-sidebar-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.sidebar-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-nav a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease;
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        transform: scale(1);
    }
}

.whatsapp-float:hover {
    transform: scale(1.1);
    animation: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }
    .mobile-menu-btn {
        display: block;
    }
    .hero-title {
        font-size: 56px;
    }
    .exclusive-card {
        flex: 0 0 calc(33.333% - 14px);
    }
}
@media (max-width: 768px) {
    .hero-section {
        min-height: 550px;
    }
    .search-bar-container {
        position: relative;
        bottom: 0;
        margin-top: 40px;
    }
    .search-bar {
        border-radius: 20px;
        padding: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .search-item {
        padding: 8px 15px;
        font-size: 13px;
        white-space: nowrap;
    }
    .hero-title {
        font-size: 38px;
    }
    .hero-content {
        margin-bottom: 0;
    }
    .exclusive-card {
        flex: 0 0 calc(50% - 10px);
    }
    .exclusives-section {
        padding: 40px 20px;
    }
    .exclusives-header {
        flex-direction: column;
        gap: 15px;
    }
    .exclusives-header .view-all-btn {
        position: static;
    }
    .carousel-nav, .nav-btn {
        display: none;
    }
    .services-grid {
        flex-wrap: wrap;
        height: auto;
    }
    .service-panel {
        flex: 0 0 33.333%;
        height: 180px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .service-panel:nth-child(3n) {
        border-right: none;
    }
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    .footer-col {
        width: 100%;
    }
    .footer-newsletter {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }
    .newsletter-form {
        width: 100%;
        max-width: 400px;
    }
}
@media (max-width: 480px) {
    .exclusive-card {
        flex: 0 0 100%;
        flex-direction: row;
        padding: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border-radius: 8px;
    }
    .exclusive-card .card-image {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
        margin-right: 15px;
        flex-shrink: 0;
        border-radius: 6px;
    }
    .exclusive-card .card-content {
        justify-content: center;
        padding: 5px 0;
    }
    .exclusive-card .card-title {
        font-size: 14px;
        margin-bottom: 10px;
        white-space: normal;
    }
    .exclusive-card .card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .hero-title {
        font-size: 32px;
    }
    .service-panel {
        flex: 0 0 50%;
        height: 150px;
    }
    .service-panel:nth-child(2n) {
        border-right: none;
    }
    .service-panel:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer-section {
        padding: 40px 20px 20px 20px;
    }
    .newsletter-form {
        flex-direction: column;
        border-radius: 15px;
        padding: 10px;
        gap: 10px;
    }
    .newsletter-form button {
        border-radius: 10px;
        width: 100%;
    }
}
