/* ==========================================================================
   GOFLY TRAVEL DESIGN SYSTEM & STYLING TOKENS
   ========================================================================== */
:root {
    --gofly-primary: #ff5b00;
    --gofly-primary-hover: #d36028;
    --gofly-dark: #0f172a;
    --gofly-dark-blue: #1e293b;
    --gofly-light-bg: #f8fafc;
    --gofly-card-bg: #ffffff;
    --gofly-text-main: #334155;
    --gofly-text-muted: #64748b;
    --gofly-border: #e2e8f0;
    --gofly-radius-sm: 8px;
    --gofly-radius-md: 16px;
    --gofly-radius-lg: 24px;
    --gofly-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    --gofly-shadow-hover: 0 20px 40px rgba(255, 91, 0, 0.15);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: var(--gofly-text-main);
    background-color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .headline h2, .sf-menu > li > a {
    font-family: 'Outfit', sans-serif !important;
}

/* ==========================================================================
   SINGLE LINE MENU BAR ARRANGEMENT
   ========================================================================== */
.menu-area {
    background: #ffffff;
    border-bottom: 1px solid var(--gofly-border);
}

.menu-area .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.sf-menu {
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sf-menu > li {
    float: none !important;
    display: inline-block !important;
}

.sf-menu > li > a {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: var(--gofly-dark) !important;
    padding: 8px 12px !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.sf-menu > li:hover > a, .sf-menu > li.current_page_item > a {
    color: var(--gofly-primary) !important;
    background: transparent !important;
}

.sf-arrows .sf-with-ul {
    padding-right: 22px !important;
}

.sf-arrows .sf-with-ul:after {
    right: 8px !important;
}

.header-cta-btn {
    background: linear-gradient(135deg, var(--gofly-primary) 0%, var(--gofly-primary-hover) 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px !important;
    padding: 9px 20px !important;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(255, 91, 0, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.header-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 91, 0, 0.45);
}

/* ==========================================================================
   CLEAN HERO SLIDER (NO CAPTIONS / NO OVERLAYS)
   ========================================================================== */

.slider-bg {
    display: none !important;
}

.slider-item {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 520px !important;
}

/* ==========================================================================
   GOFLY FLOATING HERO SEARCH WIDGET
   ========================================================================== */
.gofly-hero-search-wrapper {
    position: relative;
    z-index: 99;
    margin-top: -65px;
    margin-bottom: 50px;
}

.gofly-hero-search-card {
    background: #ffffff;
    padding: 30px 35px;
    border-radius: var(--gofly-radius-md);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.gofly-search-form label {
    font-weight: 700;
    font-size: 14px;
    color: var(--gofly-dark);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gofly-search-form .form-control {
    height: 52px;
    border-radius: var(--gofly-radius-sm);
    border: 1px solid var(--gofly-border);
    background: var(--gofly-light-bg);
    font-size: 15px;
    color: var(--gofly-text-main);
    padding: 10px 16px;
    transition: all 0.3s ease;
}

.gofly-search-form .form-control:focus {
    border-color: var(--gofly-primary);
    box-shadow: 0 0 0 3px rgba(255, 91, 0, 0.15);
    background: #ffffff;
}

.gofly-search-btn {
    height: 52px;
    width: 100%;
    background: linear-gradient(135deg, var(--gofly-primary) 0%, var(--gofly-primary-hover) 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: var(--gofly-radius-sm);
    box-shadow: 0 8px 20px rgba(255, 91, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gofly-search-btn:hover {
    background: var(--gofly-dark);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
    transform: translateY(-2px);
}

/* ==========================================================================
   GOFLY TOUR & PACKAGE CARDS
   ========================================================================== */
.gofly-tour-card {
    background: #ffffff;
    border-radius: var(--gofly-radius-md);
    overflow: hidden;
    box-shadow: var(--gofly-shadow);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid var(--gofly-border);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gofly-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--gofly-shadow-hover);
    border-color: rgba(255, 91, 0, 0.3);
}

.gofly-tour-thumb {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.gofly-tour-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gofly-tour-card:hover .gofly-tour-thumb img {
    transform: scale(1.08);
}

.gofly-badge-duration {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
}

.gofly-badge-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, var(--gofly-primary), var(--gofly-primary-hover));
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(255, 91, 0, 0.4);
}

.gofly-tour-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.gofly-tour-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: var(--gofly-text-muted);
    margin-bottom: 12px;
}

.gofly-tour-meta .rating {
    color: #f59e0b;
    font-weight: 700;
}

.gofly-tour-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--gofly-dark);
    margin-bottom: 10px;
    line-height: 1.4;
}

.gofly-tour-title a {
    color: var(--gofly-dark);
    transition: color 0.3s ease;
}

.gofly-tour-title a:hover {
    color: var(--gofly-primary);
}

.gofly-tour-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--gofly-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gofly-tour-btn {
    color: var(--gofly-primary);
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.gofly-tour-btn:hover {
    color: var(--gofly-dark);
    transform: translateX(4px);
}

/* ==========================================================================
   GOFLY DESTINATION CARDS
   ========================================================================== */
.gofly-destination-card {
    position: relative;
    border-radius: var(--gofly-radius-md);
    overflow: hidden;
    height: 280px;
    box-shadow: var(--gofly-shadow);
    transition: all 0.4s ease;
}

.gofly-destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gofly-destination-card:hover img {
    transform: scale(1.08);
}

.gofly-destination-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.gofly-destination-overlay h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.gofly-destination-overlay span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* ==========================================================================
   GOFLY SERVICES SECTION
   ========================================================================== */
.gofly-service-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: var(--gofly-radius-md);
    border: 1px solid var(--gofly-border);
    box-shadow: var(--gofly-shadow);
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
}

.gofly-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--gofly-shadow-hover);
    border-color: rgba(255, 91, 0, 0.3);
}

.gofly-service-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(255, 91, 0, 0.1);
    color: var(--gofly-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 20px auto;
    transition: all 0.3s ease;
}

.gofly-service-card:hover .gofly-service-icon {
    background: var(--gofly-primary);
    color: #ffffff;
}

/* Section Headlines */
.main-headline {
    text-align: center;
    margin-bottom: 45px;
}

.main-headline .sub-title {
    color: var(--gofly-primary);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 8px;
}

.main-headline h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--gofly-dark);
}
