
/* =========================================================
   HERO
========================================================= */

.hero{

    position:relative;

    min-height:760px;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.58),
            rgba(0,0,0,.15) 45%,
            rgba(0,0,0,.45)
        ),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=85");

    background-size:cover;
    background-position:center;

    padding-bottom:100px;

    overflow:visible;
}


/* =========================================================
   TOP HEADER
========================================================= */

.top-header{

    height:82px;

    background:rgba(0,0,0,.28);

    border-bottom:1px solid rgba(255,255,255,.15);

    color:#fff;
}


.brand{

    width:145px;
    height:48px;

    display:flex;
    align-items:center;

    text-decoration:none;
}


.brand-orange{

    width:125px;
    height:40px;

    display:block;

    position:relative;

    background:
        linear-gradient(
            135deg,
            #ff6b00,
            #ff9700
        );

    border-radius:8px 28px 8px 28px;

    transform:skew(-12deg);

    box-shadow:
        0 5px 20px rgba(255,110,0,.3);
}


.brand-orange::after{

    content:"TRAVEL";

    position:absolute;

    left:22px;
    top:8px;

    color:#fff;

    font-size:18px;
    font-weight:800;

    transform:skew(12deg);

    letter-spacing:1px;
}


/* =========================================================
   HEADER ACTIONS
========================================================= */

.header-actions-desktop{

    height:100%;

    gap:50px !important;
}

.kLakiX {
    background-image: url(https://www.ssranatour.com/public/uploads/flag4.png);
    background-size: 24px 120px;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 18px;
    background-position: 0px -2px;
}


.header-action{

    height:56px;

    padding:7px 13px;

    border-radius:7px;

    cursor:pointer;

    color:#fff;

    transition:.25s ease;

    white-space:nowrap;
}


.header-action:hover{

    background:rgba(255,255,255,.13);

    transform:translateY(-1px);
}


.header-action i{

    font-size:23px;

    color:#fff;
}


.header-action .title{

    font-size:12px;

    font-weight:700;

    line-height:16px;
    display:flex;
}


.header-action .subtitle{

    font-size:10px;

    color:rgba(255,255,255,.72);

    line-height:14px;
}


.header-action.mybiz{

    background:rgba(0,140,255,.78);
}


.header-action.mybiz:hover{

    background:#008cff;
}


.mobile-login{

    width:42px;
    height:42px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:24px;
}


/* =========================================================
   PRODUCT NAVIGATION
========================================================= */

.product-navigation{

    width:100%;

    background:rgba(0,0,0,.20);

    border-bottom:1px solid rgba(255,255,255,.12);
}


.product-nav-inner{

    min-height:72px;

    display:flex;

    align-items:center;

    justify-content:center;
}


.main-navigation{

    display:flex;

    align-items:center;

    gap:5px;

    overflow-x:auto;

    scrollbar-width:none;
}


.main-navigation::-webkit-scrollbar{
    display:none;
}


.main-nav-item{

    position:relative;

    color:#fff;

    text-decoration:none;

    padding:13px 17px;

    border-radius:8px;

    text-align:center;

    white-space:nowrap;

    font-size:12px;

    transition:.25s ease;
}


.main-nav-item:hover{

    background:rgba(255,255,255,.12);

    color:#fff;
}


.main-nav-item.active{

    background:rgba(255,255,255,.15);
}


.main-nav-item i{

    display:block;

    font-size:20px;

    margin-bottom:3px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content{

    padding-top:65px;
}


.hero-title{

    text-align:center;

    color:#fff;

    font-size:38px;

    font-weight:800;

    margin-bottom:8px;

    text-shadow:0 2px 10px rgba(0,0,0,.4);
}


.hero-subtitle{

    text-align:center;

    color:rgba(255,255,255,.92);

    font-size:15px;

    margin-bottom:30px;
}


/* =========================================================
   SEARCH CARD
========================================================= */

.search-card{

    width:100%;

    max-width:1180px;

    margin:auto;

    background:#fff;

    border-radius:15px;

    box-shadow:
        0 18px 55px rgba(0,0,0,.28);

    overflow:visible;

    position:relative;

    z-index:20;
}


/* =========================================================
   PRODUCT TABS
========================================================= */

.product-tabs{

    display:flex;

    align-items:stretch;

    justify-content:center;

    background:#fff;

    border-radius:15px 15px 0 0;

    border-bottom:1px solid #e6e8eb;

    overflow-x:auto;

    scrollbar-width:none;
}


.product-tabs::-webkit-scrollbar{
    display:none;
}


.product-tab{

    position:relative;

    flex:1;

    min-width:110px;

    height:90px;

    border:0;

    background:transparent;

    color:#5b6470;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:6px;

    font-size:13px;

    font-weight:700;

    cursor:pointer;

    transition:.25s ease;
}


.product-tab:hover{

    background:#f5faff;

    color:#008cff;
}


.product-tab.active{

    color:#008cff;

    background:#fff;
}


.product-tab.active::after{

    content:"";

    position:absolute;

    left:20px;
    right:20px;

    bottom:0;

    height:3px;

    border-radius:5px 5px 0 0;

    background:#008cff;
}


/* =========================================================
   SPRITE ICON
========================================================= */

.chSprite{

    background-image:
        url("https://www.ssranatour.com/public/uploads/B2CHeaderSprite_2.png");

    background-repeat:no-repeat;

    background-size:155px 269px;

    display:inline-block;
}


.chNavIcon{

    width:31px;

    height:31px;

    display:block;
}


/* =========================================================
   SPRITE POSITIONS
========================================================= */

.chFlights{
    background-position:0 0;
}

.product-tab.active .chFlights{
    background-position:0 -18px;
}


.chHotels{
    background-position:-31px 0;
}

.product-tab.active .chHotels{
    background-position:-31px -18px;
}


.chHolidays{
    background-position:-62px 0;
}

.product-tab.active .chHolidays{
    background-position:-62px -18px;
}


.chTrains{
    background-position:-93px 0;
}

.product-tab.active .chTrains{
    background-position:-93px -18px;
}


.chBuses{
    background-position:-124px 0;
}

.product-tab.active .chBuses{
    background-position:-124px -18px;
}


.chCabs{
    background-position:0 -42px;
}

.product-tab.active .chCabs{
    background-position:0 -66px;
}


/* =========================================================
   SEARCH BODY
========================================================= */

.search-body{

    padding:22px 25px 25px;
}


/* =========================================================
   TRIP OPTIONS
========================================================= */

.trip-options{

    display:flex;

    align-items:center;

    gap:24px;

    margin-bottom:18px;
}


.trip-option{

    display:flex;

    align-items:center;

    gap:7px;

    font-size:13px;

   

    color:#333;

    cursor:pointer;
}


.trip-option input{

    accent-color:#008cff;

    width:15px;
    height:15px;
}


/* =========================================================
   SEARCH FIELDS
========================================================= */

.search-fields{

    display:grid;

    grid-template-columns:
        1.35fr
        1.35fr
        1fr
        1fr
        1.15fr
        auto;

    border:1px solid #dfe3e8;

    border-radius:9px;

    overflow:visible;

    min-height:88px;
}


.search-field{

    position:relative;

    padding:14px 18px;

    border-right:1px solid #e1e5e9;

    background:#fff;

    cursor:pointer;

    transition:.2s ease;
}


.search-field:hover{

    background:#f9fbff;
}


.field-label{

    font-size:11px;

    color:#6c757d;

    margin-bottom:5px;

    font-weight:600;
}


.field-value{

    font-size:18px;

    font-weight:800;

    color:#222;

    line-height:24px;
}


.field-subtitle{

    color:#7c858f;

    font-size:11px;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

    margin-top:3px;
}


.date-input{

    width:100%;

    border:0;

    padding:0;

    font-size:16px;

    font-weight:800;

    outline:none;

    background:transparent;

    color:#222;
}


/* =========================================================
   SWAP
========================================================= */

.swap-button{

    position:absolute;

    right:-17px;

    top:50%;

    transform:translateY(-50%);

    width:34px;

    height:34px;

    border-radius:50%;

    border:1px solid #dce2e8;

    background:#fff;

    color:#008cff;

    z-index:5;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    box-shadow:0 2px 7px rgba(0,0,0,.12);

    transition:.2s ease;
}


.swap-button:hover{

    background:#008cff;

    color:#fff;

    transform:
        translateY(-50%)
        rotate(180deg);
}


/* =========================================================
   OLD INLINE SEARCH BUTTON
========================================================= */

.search-button{

    min-width:125px;

    border:0;

    border-radius:0 8px 8px 0;

    background:
        linear-gradient(
            135deg,
            #00a8ff,
            #007bff
        );

    color:#fff;

    font-weight:800;

    font-size:14px;

    cursor:pointer;

    transition:.25s ease;
}


.search-button:hover{

    background:
        linear-gradient(
            135deg,
            #008cff,
            #0065d1
        );
}


/* =========================================================
   NEW BOTTOM SEARCH CTA
========================================================= */

.bottom-search-area{

    display:flex;

    justify-content:center;

    align-items:center;

    padding:24px 0 5px;
}


.widgetSearchBtn{

    min-width:190px;

    height:54px;

    padding:0 42px;

    border:0;

    border-radius:28px;

    background:
        linear-gradient(
            135deg,
            #ffb300,
            #ff6b00
        );

    color:#fff;

    font-size:20px;

    font-weight:800;

    letter-spacing:.4px;

    box-shadow:
        0 8px 20px rgba(255,107,0,.28);

    cursor:pointer;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


.widgetSearchBtn:hover{

    transform:translateY(-3px) scale(1.02);

    background:
        linear-gradient(
            135deg,
            #ff9800,
            #f4511e
        );

    box-shadow:
        0 12px 28px rgba(255,107,0,.4);
}


.widgetSearchBtn:active{

    transform:translateY(0) scale(.98);
}


.widgetSearchBtn i{

    margin-right:8px;
}


/* =========================================================
   FARE
========================================================= */

.fare-row{

    display:flex;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

    padding-top:18px;
}


.fare-label{

    font-size:12px;

    color:#555;

    font-weight:600;
}


.fare-option{

    border:1px solid #d9dee5;

    border-radius:20px;

    padding:6px 12px;

    font-size:11px;

    font-weight:600;

    color:#4c5560;

    cursor:pointer;

    background:#fff;

    transition:.2s ease;
}


.fare-option:hover{

    border-color:#008cff;

    color:#008cff;
}


.fare-option:has(input:checked){

    border-color:#008cff;

    background:#eef8ff;

    color:#008cff;
}


.fare-option input{

    accent-color:#008cff;

    margin-right:4px;
}


/* =========================================================
   TRAVELLER POPUP
========================================================= */

.traveller-popup{

    width:320px;

    padding:20px;

    border:0;

    border-radius:12px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.18);

    margin-top:8px !important;

    z-index:9999;
}


.traveller-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:8px 0;
}


.traveller-row strong{

    display:block;

    font-size:14px;
}


.traveller-row small{

    display:block;

    color:#8a929b;

    font-size:11px;

    margin-top:2px;
}


.counter{

    display:flex;

    align-items:center;

    gap:12px;
}


.counter button{

    width:30px;
    height:30px;

    border-radius:50%;

    border:1px solid #d7dce1;

    background:#fff;

    color:#008cff;

    font-size:18px;

    cursor:pointer;
}


.counter button:hover{

    background:#008cff;

    color:#fff;
}


.counter span{

    min-width:18px;

    text-align:center;

    font-weight:700;
}


/* =========================================================
   OTHER PANELS
========================================================= */

.other-search{

    display:none;

    padding:28px;
}


.other-search.active{

    display:block;
}


.other-search-grid{

    display:grid;

    grid-template-columns:
        1.5fr
        1.5fr
        1fr
        1fr;

    gap:0;

    border:1px solid #dfe3e8;

    border-radius:10px;

    overflow:hidden;
}


.other-field{

    padding:15px;

    border-right:1px solid #e1e5e9;

    background:#fff;
}


.other-field label{

    display:block;

    font-size:11px;

    color:#777;

    margin-bottom:5px;
}


.other-field input,
.other-field select{

    border:0;

    width:100%;

    outline:0;

    font-weight:700;

    font-size:15px;

    color:#222;

    background:#fff;
}


/* =========================================================
   OTHER BOTTOM SEARCH
========================================================= */

.other-bottom-search{

    display:flex;

    justify-content:center;

    padding-top:25px;
}


.other-bottom-search button{

    min-width:190px;

    height:54px;

    border:0;

    border-radius:28px;

    background:
        linear-gradient(
            135deg,
            #ffb300,
            #ff6b00
        );

    color:#fff;

    font-size:20px;

    font-weight:800;

    box-shadow:
        0 8px 20px rgba(255,107,0,.28);

    cursor:pointer;

    transition:.2s ease;
}


.other-bottom-search button:hover{

    transform:translateY(-3px);

    box-shadow:
        0 12px 28px rgba(255,107,0,.4);
}


/* =========================================================
   PROMOS
========================================================= */

.promo-section{

    max-width:1180px;

    margin:35px auto 0;

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:18px;
}


.promo-card{

    min-height:125px;

    border-radius:12px;

    background:rgba(255,255,255,.95);

    padding:20px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.12);

    display:flex;

    align-items:center;

    gap:16px;

    transition:.25s ease;
}


.promo-card:hover{

    transform:translateY(-4px);

    box-shadow:
        0 15px 30px rgba(0,0,0,.18);
}


.promo-icon{

    width:50px;
    height:50px;

    flex:0 0 50px;

    border-radius:12px;

    background:#eaf6ff;

    color:#008cff;

    display:flex;

    align-items:center;
    justify-content:center;

    font-size:25px;
}


.promo-card h5{

    font-size:15px;

    font-weight:800;

    margin:0 0 5px;
}


.promo-card p{

    font-size:11px;

    color:#6c757d;

    margin:0;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:991px){

    .header-actions-desktop{
        display:none !important;
    }

    .hero{
        min-height:900px;
    }

    .hero-content{
        padding-top:45px;
    }

    .hero-title{
        font-size:29px;
    }

    .search-fields{

        grid-template-columns:
            1fr 1fr;

        border:0;

        gap:8px;
    }

    .search-field{

        border:1px solid #e1e5e9;

        border-radius:8px;
    }

    .search-button{

        min-height:58px;

        border-radius:8px;

        grid-column:span 2;
    }

    .other-search-grid{

        grid-template-columns:
            1fr 1fr;
    }

    .other-field{

        border:1px solid #e5e5e5;
    }

    .promo-section{

        grid-template-columns:1fr;
    }
}


@media(max-width:575px){

    .hero{

        min-height:1050px;

        padding-bottom:50px;
    }

    .top-header{
        height:68px;
    }

    .brand{
        width:110px;
    }

    .brand-orange{

        width:100px;

        height:34px;
    }

    .brand-orange::after{

        left:16px;

        top:7px;

        font-size:14px;
    }

    .main-navigation{

        justify-content:flex-start;
    }

    .main-nav-item{

        padding:10px 12px;

        font-size:10px;
    }

    .hero-title{
        font-size:24px;
    }

    .hero-subtitle{
        font-size:13px;
    }

    .product-tab{

        min-width:88px;

        height:78px;

        font-size:11px;
    }

    .search-body{
        padding:17px;
    }

    .trip-options{

        gap:12px;

        flex-wrap:wrap;
    }

    .search-fields{

        grid-template-columns:1fr;
    }

    .search-button{

        grid-column:auto;

        width:100%;
    }

    .search-field{

        min-height:78px;
    }

    .swap-button{

        top:auto;

        right:15px;

        bottom:-18px;

        transform:rotate(90deg);
    }

    .fare-label{
        width:100%;
    }

    .widgetSearchBtn,
    .other-bottom-search button{

        width:100%;

        min-width:0;
    }

    .other-search{

        padding:18px;
    }

    .other-search-grid{

        grid-template-columns:1fr;
    }

    .other-field{

        border:1px solid #e5e5e5;
    }

}


/* =========================================================
   SEARCH SUCCESS MESSAGE
========================================================= */

.search-result-message{

    display:none;

    margin-top:18px;

    padding:14px 18px;

    background:#e9f8ef;

    color:#16803c;

    border:1px solid #b9e8c9;

    border-radius:10px;

    font-size:13px;

    font-weight:600;

}


.search-result-message.show{

    display:block;

    animation:fadeIn .3s ease;
}


@keyframes fadeIn{

    from{
        opacity:0;
        transform:translateY(5px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}
