/*-------------------------------------------------------------------------------------
    GSG Travel Center — styles for /travel/ hub + vertical pages
    (kept separate from style.css/responsive.css so the vendor template files
    stay untouched; only loaded on travel pages)
---------------------------------------------------------------------------------------*/

.travel-hero.page-breadcrum-area {
    background-image: url(../images/banner-1.png);
}

.breadcrumb-content p {
    color: #f1f1f1;
    max-width: 640px;
    margin: 10px auto 0;
}

.travel-status {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.travel-status.is-live {
    color: #0a8f3c;
    background: #e3f9ea;
}

.travel-status.is-pending {
    color: #a15c00;
    background: #fff2df;
}

/*------------------------------ widget slot ------------------------------*/

.travel-widget-card {
    background: #fff;
    border: 1px dashed #b98cff;
    border-radius: 14px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(24, 16, 74, 0.08);
    margin-bottom: 20px;
    overflow-x: auto;
}

.travel-widget-card h4 {
    font-weight: 600;
    margin: 0 0 6px;
}

/* Travelpayouts widgets render into an iframe injected next to their
   <script> tag; keep that iframe from forcing horizontal scroll on
   narrow screens regardless of the width= the widget was generated with. */
.travel-widget-card iframe {
    max-width: 100% !important;
}

.travel-widget-slot {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
}

.travel-widget-slot .icofont {
    font-size: 46px;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.travel-widget-slot h4 {
    margin: 0;
    font-weight: 600;
}

.travel-widget-slot p {
    max-width: 460px;
    color: #6a6a6a;
    margin: 0;
}

.travel-fallback-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 12px 30px;
    border-radius: 30px;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    background-size: 100% auto;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    transition: background-size .3s ease;
}

.travel-fallback-btn:hover {
    background-size: 200% auto;
    color: #fff !important;
}

.travel-fallback-btn.is-disabled {
    background: #e4e4e4;
    color: #8a8a8a !important;
    pointer-events: none;
}

.travel-widget-note {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 12px;
}

/*------------------------------ why / trust list ------------------------------*/

.travel-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.travel-why-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 24px;
}

.travel-why-list li::before {
    content: '\eed7';
    font-family: 'IcoFont';
    position: absolute;
    left: 0;
    top: 0;
    color: #6809dc;
    font-size: 18px;
}

/*------------------------------ hub grid ------------------------------*/

.travel-hub-single {
    text-align: center;
    padding: 40px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px #eee;
    box-shadow: 0 0 15px #eee;
    margin-bottom: 30px;
    height: 100%;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

.travel-hub-single:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.travel-hub-single i {
    font-size: 46px;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    display: inline-block;
}

.travel-hub-single h4 {
    margin: 0 0 10px;
    font-weight: 600;
}

.travel-hub-single p {
    color: #6a6a6a;
    font-size: 14px;
    margin: 0 0 18px;
}

.travel-hub-single a {
    font-weight: 700;
    color: #6809dc;
    text-decoration: none;
}

.travel-hub-single a:hover {
    color: #0985f9;
}

/*------------------------------ cross-sell row ------------------------------*/

#travel-crosssell-area {
    background-color: #f8f6ff;
    padding: 90px 0 60px;
}

/*------------------------------ affiliate CTA ------------------------------*/

.travel-affiliate-cta {
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    border-radius: 14px;
    padding: 50px 40px;
    text-align: center;
    color: #fff;
}

.travel-affiliate-cta h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
}

.travel-affiliate-cta p {
    color: #f1f1f1;
    max-width: 560px;
    margin: 0 auto 24px;
}

.travel-affiliate-cta a {
    display: inline-block;
    background: #fff;
    color: #6809dc !important;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 30px;
    text-decoration: none;
}

.travel-affiliate-cta a:hover {
    background: #f1f1f1;
}

/*------------------------------ faq accordion ------------------------------*/

#travel-faq-area {
    padding: 100px 0 70px;
}

#travel-faq-area .card {
    border-radius: 6px;
    overflow: hidden;
}
