@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.img-responsive {
    width:100%;
    height:auto;
}

.logo {
    font-family: "Courgette", cursive;
}

/*Top Bar Section*/
.topbar {
    background: #0a0f1e;
    padding: 8px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-left {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
}
.topbar-left strong {
    color: #ffd100;
}
.topbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.topbar-tag {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
}
.topbar-phone {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    transition: color 0.2s;
}
.topbar-phone:hover {
    color: #ffd100;
    text-decoration:none;
}
.topbar-phone-ring {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff6b1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    animation: ring 3s ease-in-out infinite;
}
@keyframes ring {
    0%, 85%, 100% {
    transform: rotate(0);
}

88% {
    transform: rotate(-18deg);
}
92% {
    transform: rotate(18deg);
}
96% {
    transform: rotate(-10deg);
}
}

/*Nav Section*/
nav {
    background: #fff;
    border-bottom: 1px solid rgba(0, 91, 234, 0.1);
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 16px rgba(0, 91, 234, 0.06);
    transition: box-shadow 0.3s;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.nav-logo-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #005bea 0%, #0042b0 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.nav-logo-text {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0a0f1e;
}
.nav-logo-text span {
    color: #005bea;
    font-size: 0.65rem;
    font-weight: 500;
    display: block;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-links a {
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.88rem;
    color: #2c3555;
    transition: background 0.15s, color 0.15s;
}
.nav-links a:hover {
    background: #f4f7ff;
    color: #005bea;
}
.nav-cta {
    background: #ff6b1a;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}
.nav-cta:hover {
    background: #e05500;
    transform: translateY(-1px);
    color:#fff;
    text-decoration:none;
}

/*Banner Section*/
.banner {
    padding:60px 0;
    background:#E8F2FF;
}

/*Summer Section*/
.summer {
    padding:40px 0;
}
.summer .container {
    background:#E8F2FF;
    border-radius:20px;
}
.summ-content {
    padding:15px 20px;
}
.custom-summ {
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.12) 0px 4px 2px -2px, rgba(0, 0, 0, 0.16) 0px 4px 8px -1px;
    border-radius:25px;
    transition: all 0.2s ease-in 0s;
    background:#fff;
}
.custom-summ img {
    border-radius:25px 25px 0 0;
}
.custom-summ h6 {
    color:rgb(79, 111, 143);
    font-weight:600;
}
.custom-summ:hover{
    transform: scale(1.02);
    box-shadow:rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.16) 0px 10px 8px -5px, rgba(0, 0, 0, 0.16) 0px 12px 32px -2px;
}

/*Visit Section*/
.visit {
    padding:40px 0;
}
.visit .container {
    background:rgb(244, 246, 248);
    padding:20px;
    border-radius:20px;
    box-shadow:rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
}
.cust-btn {
    background:rgb(0, 104, 239);
    color:#fff;
    padding:9.5px 18px;
    font-weight:600;
    border-radius: 20px;
    font-size: 18px;
}
.cust-btn:hover {
    color:#fff;
    text-decoration:none;
    background:rgb(0, 68, 153);
}
.visit h6 {
    color:rgb(79, 111, 143);
    font-weight:600;
}
.visit h1 {
    font-weight:600;
}

/*Taylor Section*/
.taylor {
    padding:40px 0;
}
.taylor h5 {
    padding-bottom:20px;
    color:rgb(79, 111, 143);
}
.taylor h2 {
    color:rgb(0, 60, 138);
    font-weight:600;
}
.taylor img {
    border-radius:50% 50% 0 0;
}

/*Discover Section*/
.discover {
    padding:40px 0;
}
.discover h2 {
    font-weight:600;
    color:rgb(0, 60, 138);
}
.york {
    background-image:url('../images/new-york-city.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.los {
    background-image:url('../images/los-angelessf.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.orla {
    background-image:url('../images/orlando.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.atla {
    background-image:url('../images/atlantasaf.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.dal {
    background-image:url('../images/dallas.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.san {
    background-image:url('../images/san-francisco.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.mia {
    background-image:url('../images/miamibef.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.den {
    background-image:url('../images/denver.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.sea {
    background-image:url('../images/seattle.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.die {
    background-image:url('../images/san-diego.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.york:before,
.los:before,
.orla:before,
.atla:before,
.dal:before,
.san:before,
.mia:before,
.den:before,
.sea:before,
.die:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
    border-radius:20px;
    transition:0.3s;
}
.york:hover:before,
.los:hover:before,
.orla:hover:before,
.atla:hover:before,
.dal:hover:before,
.san:hover:before,
.mia:hover:before,
.den:hover:before,
.sea:hover:before,
.die:hover:before{
    opacity:0;
}
.main-dis h6 {
  background-color: rgb(0, 170, 0);
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 20px;
}

/*Flexible Section*/
.flexible {
    padding:40px 0;
}
.main-flex {
    padding:15px;
}
.custom-flex{
    padding:15px;
}
.custom-flex h5 {
    font-weight:600;
}
.custom-flex {
    box-shadow:rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    border-radius:25px;
}
.custom-flex p {
    margin-bottom:0;
}

html {
    margin-top: 0px !important;
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
}

/*Footer Section*/
footer {
    background: #0a0f1e;
    padding: 56px 48px 24px;
}
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}
.footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    text-decoration: none;
}
.footer-brand-icon {
    width: 36px;
    height: 36px;
    background: #005bea;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.footer-brand-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
}
.footer-brand-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    max-width: 280px;
    margin-bottom: 20px;
}
.footer-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffd100;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: opacity 0.2s;
}
.footer-phone-link:hover {
    opacity: 0.8;
    text-decoration:none;
    color: #ffd100;
}
.footer-col-title {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    margin-bottom: 16px;
}
.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin:0;
}
.footer-links a {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: #fff;
    text-decoration:none;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.footer-copy {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.25);
}
.footer-legal {
    display: flex;
    gap: 20px;
}
.footer-legal a {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-legal a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration:none;
}

/*STICKY CALL BAR*/
.mobile-call-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ff6b1a;
    padding: 0;
}

.fixed-call {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 95px;
}
@media (max-width: 640px) {
    .mobile-call-bar {
        display: block;
    }
    .fixed-call {
        display:none;
    }
    .footer-top {
        display: block;
    }
    .topbar {
        padding: 8px 16px;
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    nav {
        padding: 0 16px;
        height: 56px;
    }
    .nav-links {
        display: none;
    }
    .nav-logo-text span {
        font-size: 9px;
    }
}
.mobile-call-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    text-decoration: none;
    color: #ffffff;
}
.mobile-call-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.mobile-call-text {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.01em;
}
.mobile-call-sub {
    font-size: 0.7rem;
    font-weight: 400;
    opacity: 0.75;
}

/*Flights Page*/
/*Flights List Section*/
.flights-list {
    padding:40px 0;
}
.flights-list h2 {
    font-weight:600;
    color:#0068EF;
    font-size:36px;
}
.flights-list a {
    display:block;
    color:#2f2f2f;
    line-height:32px;
}
.flights-list a:hover {
    color:#0068EF;
    text-decoration:none;
}

/*Flights Inner Page*/
/*Advice Section*/
.advice {
    padding:40px 0 20px;
}
.advice h4 {
    font-weight:600;
    color:#0068EF;
}
.advice .container {
    border:1px solid #0068EF;
    padding:30px;
    border-radius:20px;
}

/*Advice Content Section*/
.advice-content {
    padding:40px 0;
}
.advice-content h3,
.advice-content h5{
    color:#0068EF;
}

/*Breadscrumb Section*/
.breadscrumb {
    background:#0068EF;
    padding:10px 0;
}
.breadscrumb .col-md-2 {
    border-right:1px solid #fff;
}
.breadscrumb .col-md-2:last-child {
    border-right:0px;
}

/*Hotels Page*/
.card__review__badge {
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 22px;
    color: #fff;
    background-color: #fa0;
}
.card__review__description {
    margin: 0 0 0 8px;
    font-size: 16px;
    color: #687b8e;
    display:inline-block;
}
.eQjcbk {
    color: #0068EF;
    font-size: 20px;
    display:flex;
}
.FlSNL {
        position: relative;
        top: -8px;
        font-size: 16px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 700;
        color: #0068EF;
    }
.kpTmyc {
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
    vertical-align: super;
}
.iSHBDe {
    font-size: 35px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 24px;
}
.middle_card {
    padding:10px;
}
.lower_card {
    background:#f6f8fa;
    border-left: 1px solid #d1d6db;
    padding-top:30px;
}
.hotels-cont {
    border: 1px solid #d1d6db;
    margin:10px 0;
}

/*Rental Cars Page*/
/*Cheap Car Section*/
.cheap-car {
    padding:60px 0;
}
.main-car {
    padding:5px;
}
.custom-car {
    box-shadow:0px 0px 5px 0px rgba(193, 193, 193, 0.75);
    border-radius:10px;
}
.custom-car img {
    border-radius:0 0 10px 10px;
}

/*Additional Car Section*/
.additional-car .container {
    background-image:url('../images/carServBanner.jpg');
    background-size:cover;
        padding: 20px 40px;
    border-radius: 10px;
}
.additional-car ul {
    max-width: 600px;
}
.additional-car ul li {
    display: flex;
    line-height: 22px;
    padding: 30px 0;
    align-items: center;
}
.additional-car ul li span {
    min-width: 74px;
}
.additional-car ul li .content {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    font-weight: 500;
}
.additional-car ul li h5 {
    line-height: 38px;
    font-size: 30px;
    color: #000;
    margin: 0;
    padding: 0 0 6px 0;
}

/*Taylor Swift Banner Page*/
/*Taylor Banner Section*/
.taylor-banner {
    padding:200px 0;
    background-image:url('<?php echo get_template_directory_uri(); ?>/images/Taylor_Swift.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -334px;
}
.taylor-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.6;
    z-index:-1;
}

/*Cancellation Policy Page*/
/*Cancellation Banner Section*/
.cancellation-banner {
    background-image: url('../images/cancellation-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.cancellation-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.cancellation-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Missed Flight Policy Page*/
/*Missed Flight Banner Section*/
.missedflight-banner {
    background-image: url('../images/missedflight-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.missedflight-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.missedflight-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Flight Change Policy Page*/
/*Flight Change Banner Section*/
.flightchange-banner {
    background-image: url('../images/business-woman-using-smartphone-at-airport.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.flightchange-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.flightchange-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Name Change Policy Page*/
/*Name Change Banner Section*/
.namechange-banner {
    background-image: url('../images/united-first-class-during.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.namechange-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.namechange-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Airlines Accordion Section*/
.accordion {
  background-color: #eee;
  color: #0e0d0d;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom:5px;
}

.active, .accordion:hover {
  background-color: #ccc;
  color:#0068EF;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Accord Section*/
.accord {
    padding-bottom:40px;
}
.accord h4 {
    text-align:center;
    margin-bottom:15px;
    color:#0068EF;
}