:root {
    --sky-top: #1f7fb8;
    --sky-mid: #2fa3cf;
    --sea: #20c4c4;
    --sand: #e9dcb8;
    --orange: #f2790a;
    --navy: #0c2b3a;
    --yellow: #f7c600;
}

body {
     font-family: "Montserrat", sans-serif;

}
.toggle-group {
    display: inline-flex;
    background: #f3f3f3;
    border-radius: 999px;
    padding: 2px;
    gap: 4px;
    margin-bottom: 26px;
}
.toggle-group input {
    display: none;
}
.toggle-group input:checked + label {
    background: #ff5a36;
    color: #fff;
}
.toggle-group label {
    padding: 2px 5px;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    margin: 0;
    font-size:12px;
    transition: all .15s ease;
}
.plane-wrap{
    position:absolute;
    right: -20px;
    top: 23px;
    width: 36%;
    max-width:560px;
    z-index:2;
  }
.hero {
    position: relative;
    overflow: hidden;
     background: #3f51b5; 
    /*background-image: url(../images/bg.jpg);*/
    padding: 30px 40px 50px;
    /* min-height: 640px; */
    background-position: center;
    background-size: cover;
     background: linear-gradient(
        to bottom,
        #3f51b5 0%,
        #3f51b5 80%,
        #ffffff 80%,
        #ffffff 100%
    );
}
.bg_search{
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 26px 60px -20px rgba(15, 30, 77, 0.35);
    margin-top: 10px;
}
.lead-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    max-width: 460px;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 26px;
}
/* decorative sand/beach strip at bottom */
/*.hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(180deg, rgba(233, 220, 184, 0) 0%, rgba(233, 220, 184, 0.55) 55%, rgba(215, 197, 150, 0.75) 100%);
    z-index: 1;
}*/


/* palm leaves - right side */
.palm {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.palm-right-top {
    top: -20px;
    right: -40px;
    width: 340px;
}

.palm-right-bottom {
    bottom: -10px;
    right: -30px;
    width: 300px;
}

/* water sparkle lines */
.sparkle {
    position: absolute;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
}

.content-wrap {
    position: relative;
    z-index: 5;
}

/* Top nav tabs */
.nav-tabs-custom {
    display: flex;
    width: fit-content;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 0 0;
    overflow: visible;
}

.tab-item {
    width: 132px;
    height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.5px;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.tab-item i,
.tab-item svg {
    opacity: 0.95;
}

.tab-active {
    background: var(--orange);
    position: relative;
}

.tab-active::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid var(--orange);
}

.tab-inactive {
    background: var(--navy);
}

.tagline {
    color: #fff;
    font-weight: 600;
    font-size: 1.9rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
}

.search-title {
    color: #fff;
    font-weight: 800;
    font-size: 2.2rem;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    margin-bottom: 5px;
}
.trip-type {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
}

.trip-type .form-check-input {
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #fff;
    background-color: transparent;
    margin-right: 6px;
}

.trip-type .form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}

.trip-type .form-check-input:focus {
    box-shadow: none;
}

.field-label {
    color: #666;
    font-weight: 700;
    font-size: 14px;
    /*text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 6px;
}
.inputicon i {
    position: absolute;
    top: 12px;
    left: 4px;
    color: #3f51b5;
}
.form-control-custom {
    /*height: 66px;*/
    border-radius: 3px;
    border: none;
    padding: 12px 12px 12px 23px;
    font-size: 0.95rem;
    border: 1.5px solid #e5e9f2;
    box-shadow: 0 26px 60px -20px rgba(15, 30, 77, 0.35);
}

.form-control-custom::placeholder {
    color: #8a8a8a;
}

.date-wrap {
    position: relative;
}

.date-wrap .calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    pointer-events: none;
}

.date-wrap input {
    padding-right: 36px;
}

select.form-control-custom {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

.nonstop-check {
    color: #666;
    font-weight: 600;
    /*margin-top: 18px;*/
}

.nonstop-check .form-check-input {
    border-radius: 2px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nonstop-check .form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-search {
    background: #FFEB3B;
    border: none;
    color: #1a1a1a;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 0.95rem;
    padding: 14px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    /*margin-top: 22px;*/
}

.btn-search:hover {
    background: #e6b800;
    color: #1a1a1a;
}

.travel-guides {
    background: #f8fbff;
}

.section-title span {
    color: #0d6efd;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 12px 0;
}

.section-title p {
    color: #777;
    max-width: 650px;
    margin: auto;
}

.guide-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    height: 100%;
}

.guide-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .12);
}

.guide-image {
    position: relative;
    overflow: hidden;
}

.guide-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
}

.guide-card:hover img {
    transform: scale(1.08);
}

.guide-category {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #0d6efd;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.guide-content {
    padding: 25px;
}

.guide-meta {
    display: flex;
    gap: 18px;
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}

.guide-content h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.guide-content p {
    color: #666;
    margin-bottom: 22px;
}

.guide-btn {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 700;
}

.guide-btn i {
    margin-left: 8px;
    transition: .3s;
}

.guide-btn:hover i {
    transform: translateX(6px);
}
ul#pills-tab {
    display: flex;
    gap: 6px;
    background: rgb(255 255 255 / 40%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 5px;
    border-radius: 999px;
}

ul#pills-tab li button.nav-link.active {
    background: #ff5a36;
    color: #fff;
    border-radius: 50px;
}

ul#pills-tab li button.nav-link {
    color: white;
}

ul.navbar-nav.ms-auto.navmain li.nav-item a {
    font-weight: 600;
    font-size: 15px;
        padding-left: 15px;
}


.special-offers {

    background: #fff;

}

.offer-subtitle {

    color: #ff7b00;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.offer-title {

    font-size: 52px;

    font-weight: 800;

    margin: 10px 0;

}

.offer-text {

    max-width: 700px;

    margin: auto;

    color: #777;

}

.offer-card {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 22px;

    height: 560px;

    text-decoration: none;

}

.offer-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .6s;

}

.offer-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(to top,
            rgba(0, 0, 0, .75),
            rgba(0, 0, 0, .15));

}

.offer-card:hover img {

    transform: scale(1.1);

}

.offer-content {

    position: absolute;

    left: 35px;

    bottom: 35px;

    color: #fff;

}

.offer-content h3 {

    font-size: 34px;

    font-weight: 700;

    margin-bottom: 8px;

}

.offer-content p {

    font-size: 22px;

    font-style: italic;

    margin: 0;

}

.offer-tag {

    display: inline-block;

    background: #0d6efd;

    padding: 8px 18px;

    border-radius: 30px;

    margin-bottom: 18px;

    font-size: 13px;

    font-weight: 700;

}

.offer-card:hover .offer-tag {

    background: #ff9800;

}

.offer-card::after {

    content: "";

    position: absolute;

    inset: 0;

    border: 3px solid transparent;

    border-radius: 22px;

    transition: .4s;

}

.offer-card:hover::after {

    border-color: #fff;

    inset: 15px;

}

.travel-footer {

    background: #07162b;

    color: #c7d2e0;

    padding: 80px 0 25px;

}

.footer-logo {

    color: #fff;

    font-size: 28px;

    font-weight: 700;

    text-decoration: none;

}

.footer-logo img {

    margin-right: 10px;

}

.footer-text {

    margin: 22px 0;

    line-height: 1.8;

    color: #9fb2ca;

}

.travel-footer h5 {

    color: #fff;

    margin-bottom: 25px;

    font-weight: 700;

}

.travel-footer ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.travel-footer li {

    margin-bottom: 12px;

}

.travel-footer a {

    color: #b7c5d6;

    text-decoration: none;

    transition: .3s;

}

.travel-footer a:hover {

    color: #fff;

    padding-left: 6px;

}

.footer-social {

    display: flex;

    gap: 12px;

}

.footer-social a {

    width: 42px;

    height: 42px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: rgba(255, 255, 255, .08);

    border-radius: 50%;

    transition: .3s;

    color: #fff;

}

.footer-social a:hover {

    background: #0d6efd;

    transform: translateY(-4px);

}

.newsletter-form {

    display: flex;

    gap: 12px;

    margin-top: 20px;

}

.newsletter-form input {

    height: 52px;

    border: none;

    border-radius: 12px;

}

.newsletter-form button {

    border-radius: 12px;

    padding: 0 22px;

    white-space: nowrap;

}

.travel-footer hr {

    margin: 55px 0 25px;

    border-color: rgba(255, 255, 255, .08);

}

.footer-bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 15px;

}

.footer-bottom p {

    margin: 0;

}

.footer-bottom div {

    display: flex;

    gap: 25px;

}

.footer-bottom a {

    color: #9fb2ca;

}

.footer-bottom a:hover {

    color: #fff;

}
ul.navbar-nav.ms-auto.navmain {
    background: red;
    border-radius: 50px;
    display: flex;
    gap: 6px;
    background: rgb(229 242 251);
    border: 1px solid rgb(55 53 53 / 43%);
    padding: 5px;
}

ul.navbar-nav.ms-auto.navmain li.nav-item a.active {
    background: #ff5a36;
    border-radius: 50px;
    color: white;
}
.max-width {
    max-width: 70%;
}
.cruise-tips{

    background:#f8fbff;

}

.section-heading{

    max-width:760px;

    margin:auto;

}

.section-subtitle{

    color:#ff9800;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    font-size:14px;

}

.section-heading h2{

    font-size:44px;

    font-weight:800;

    margin:15px 0;

}

.section-heading p{

    color:#666;

    line-height:1.8;

}

.tip-card{

    background:#fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease, border-color .45s ease;
    height:100%;

}
.tip-card1{

    background:#fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease, border-color .45s ease;
    height:100%;

}
.body_postcard {
    padding: 22px 22px 24px;
}
.meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #666;
    margin-bottom: 12px;
}
.meta svg {
    width: 13px;
    height: 13px;
    stroke: #ff5a36;
    fill: none;
    stroke-width: 1.8;
}

.tip-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}
.tip-card1:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}
.tip-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#0066ff;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-bottom:25px;

}

.tip-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.tip-card p{

    font-size: 14px;
    color:#4a525b;
    line-height: 1.65;
    margin: 0 0 22px;

}
.tip-card1 h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.tip-card1 p{

    font-size: 14px;
    color:#4a525b;
    line-height: 1.65;
    margin: 0 0 22px;

}
.cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 12px 22px;
    border-radius: 100px;
    background: #0066ff;
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}
.cta svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    transition: transform .3s ease;
}
.tips-cta{

    margin-top:70px;

    padding:50px;

    background:#0b5ed7;

    border-radius:20px;

    color:#fff;

}

.tips-cta h3{

    font-size:36px;

    font-weight:800;

    margin-bottom:15px;

}

.tips-cta h3 span{

    color:#ffd54f;

}

.tips-cta p{

    margin-bottom:30px;

    opacity:.9;

}

.tips-cta .btn{

    font-weight:700;

    border-radius:50px;

    padding:14px 45px;

}
.tip-card h3 a {
       font-weight: 600;
    font-size: 21px;
    line-height: 1.28;
    color: #12181f;
    margin: 0 0 10px;
    text-decoration:none;
    display:inline-block;
}
.tip-card1 h3 a {
       font-weight: 600;
    font-size: 21px;
    line-height: 1.28;
    color: #12181f;
    margin: 0 0 10px;
    text-decoration:none;
    display:inline-block;
}
.rule {
    width: 32px;
    height: 2px;
    background: #ff5a36;
    margin-bottom: 14px;
    transition: width .4s ease;
}

.tip-card { padding:20px;}

@media(max-width:768px) {
    .section-heading h2{

    font-size:32px;

}

.tip-card{

    padding:25px;

}

.tip-card h4{

    font-size:20px;

}

.tips-cta{

    padding:30px 20px;

}

.tips-cta h3{

    font-size:28px;

}

    .section-title h2 {
        font-size: 30px;
    }

    .guide-image img {
        height: 220px;
    }

    .guide-content h4 {
        font-size: 20px;
    }

}


@media (max-width: 767px) {
  
    .plane-wrap{
        width:55%;
    }
    .form-control-custom{
            height: 45px;
    }
    .max-width{
        max-width:100%;
    }
    ul.navbar-nav.ms-auto.navmain {
        padding: 20px
    }

    ul#pills-tab li button.nav-link i {
        display: none;
    }

    .hero {
        padding: 12px 2px 50px;
    }

    ul#pills-tab li button.nav-link {
        color: white;
        font-size: 16px;
        padding: 9px;
    }

    .search-title {
        font-size: 1.23rem;
    }

    .tagline {
        font-size: 1.3rem;
    }

    .tab-item {
        width: 90px;
        height: 90px;
        font-size: 0.65rem;
    }

    .palm {
        display: none;
    }
}



@media(max-width:991px) {
    .max-width {
    max-width: 100%;
}

    .offer-card {

        height: 420px;

    }

    .offer-title {

        font-size: 38px;

    }

}

@media(max-width:767px) {

    .offer-card {

        height: 360px;

    }

    .offer-title {

        font-size: 30px;

    }

    .offer-content {

        left: 22px;

        bottom: 22px;

    }

    .offer-content h3 {

        font-size: 26px;

    }

    .offer-content p {

        font-size: 18px;

    }

}




/*=========================
      Responsive
=========================*/

@media(max-width:991px) {

    .newsletter-form {

        flex-direction: column;

    }

    .newsletter-form button {

        width: 100%;

    }

    .footer-bottom {

        text-align: center;

        justify-content: center;

    }

    .footer-bottom div {

        justify-content: center;

    }

}
/*======================================
ABOUT SECTION
======================================*/

.about-section{
    padding:80px 0;
    background:#f7f9fc;
}

.about-section .container{
    max-width:1100px;
}

/*======================================
HEADER
======================================*/

.about-header{
    margin-bottom:60px;
}

.about-badge{
    display:inline-block;
    background:#e8f1ff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.about-header h1{
    font-size:46px;
    font-weight:700;
    color:#1b2a4e;
    margin:0;
}

/*======================================
COMMON CARD
======================================*/

.about-card{
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(16,24,40,.08);
    transition:.35s ease;
    border:1px solid #edf1f7;
}

.about-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(16,24,40,.12);
}

/*======================================
TEXT
======================================*/

.about-section p{
    color:#5b6475;
    font-size:17px;
    line-height:1.9;
    margin-bottom:18px;
}

.about-section h2{
    font-size:34px;
    font-weight:700;
    color:#1b2a4e;
    margin-bottom:15px;
}

.about-section h4{
    font-size:24px;
    font-weight:600;
    color:#1b2a4e;
    margin:20px 0 18px;
}

/*======================================
SECTION HEADING
======================================*/

.sec-heading{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.sec-heading i{
    width:55px;
    height:55px;
    border-radius:15px;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

/*======================================
INFO CARD
======================================*/

.info-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    border-top:4px solid #0d6efd;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
}

.info-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.icon-box{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#eaf2ff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

/*======================================
IMAGES
======================================*/

.about-card img,
.travel-image img,
.postcard-img{
    width:100%;
    border-radius:18px;
    transition:.4s;
}

.about-card img:hover,
.travel-image img:hover,
.postcard-img:hover{
    transform:scale(1.02);
}

.travel-image{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.postcard-img{
    width:320px;
    max-width:100%;
}

/*======================================
SPACING
======================================*/

.travel-image{
    margin-top:60px;
    margin-bottom:60px;
}

.about-card+.about-card{
    margin-top:40px;
}

/*======================================
RESPONSIVE
======================================*/

@media (max-width:991px){

    .about-section{
        padding:60px 0;
    }

    .about-card{
        padding:30px;
    }

    .about-header h1{
        font-size:38px;
    }

    .about-section h2{
        font-size:28px;
    }

    .about-section h4{
        font-size:22px;
    }

    .travel-image{
        margin:45px 0;
    }

}

@media (max-width:767px){

    .about-section{
        padding:45px 0;
    }

    .about-header{
        margin-bottom:40px;
    }

    .about-header h1{
        font-size:32px;
    }

    .about-card{
        padding:24px;
        border-radius:16px;
    }

    .about-section p{
        font-size:15px;
        line-height:1.8;
    }

    .about-section h2{
        font-size:24px;
    }

    .about-section h4{
        font-size:20px;
    }

    .sect-heading{
        gap:12px;
    }

    .sec-heading i{
        width:46px;
        height:46px;
        font-size:20px;
    }

    .icon-box{
        width:58px;
        height:58px;
        font-size:24px;
    }

    .postcard-img{
        width:220px;
    }

}

.dot-grid{
    position:absolute; inset:0;
    background-image: radial-gradient(rgba(255,255,255,0.22) 1.2px, transparent 1.2px);
    background-size: 16px 16px;
    -webkit-mask-image: radial-gradient(650px 420px at 68% 35%, #000 55%, transparent 100%);
    mask-image: radial-gradient(650px 420px at 68% 35%, #000 55%, transparent 100%);
    opacity:0.7;
    
  }

  .cloud-soft{
    position:absolute;
    background: rgba(255,255,255,0.35);
    border-radius:50%;
    filter: blur(10px);
  }
  .c1{ width:220px; height:70px; top:30px; right:6%; }
  .c2{ width:160px; height:55px; top:110px; right:22%; opacity:.7;}
  .c3{ width:140px; height:45px; top:75px; left:2%; opacity:.5;}

  .skyline{
    position:absolute;
    left:0; right:0; bottom:0;
    height: 90px;
    background: linear-gradient(180deg, rgba(15,30,77,0) 0%, rgba(15,30,77,0.55) 100%);
  }
  .skyline svg{ position:absolute; bottom:0; width:100%; height:100%; opacity:0.5; }














#suggestionsfrom{
    position:absolute;

    background:#fff;
    border:1px solid #ddd;
    max-height:300px;
    overflow:auto;
    display:none;
    z-index:9999;
}

#suggestionsto{
    position:absolute;

    background:#fff;
    border:1px solid #ddd;
    max-height:300px;
    overflow:auto;
    display:none;
    z-index:9999;
}
.airport-item{
    padding:12px;
    cursor:pointer;
}

.airport-item:hover{
    background:#f5f5f5;
}

/*=========================================
    Terms & Conditions CSS
=========================================*/

.terms-section{
    background:#f5f7fb;
    padding:80px 0;
}

.terms-card{
    max-width:950px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border:1px solid #e8edf5;
}

/* Heading */

.terms-card h1{
    font-size:40px;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:3px solid #0d6efd;
}

.terms-card h3{
    font-size:24px;
    font-weight:700;
    color:#1d3557;
    margin-top:45px;
    margin-bottom:18px;
    position:relative;
    padding-left:18px;
}

.terms-card h3::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:5px;
    height:28px;
    border-radius:50px;
    background:#0d6efd;
}

/* Paragraph */

.terms-card p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

/* Lists */

.terms-card ul{
    margin:20px 0 30px;
    padding-left:0;
    list-style:none;
}

.terms-card ul li{
    position:relative;
    padding-left:32px;
    margin-bottom:12px;
    color:#444;
    font-size:16px;
    line-height:1.8;
}

.terms-card ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

/* Strong */

.terms-card strong{
    color:#0d6efd;
    font-weight:700;
}

/* Links */

.terms-card a{
    color:#0d6efd;
    text-decoration:none;
    font-weight:600;
}

.terms-card a:hover{
    text-decoration:underline;
}

/* Selection */

.terms-card ::selection{
    background:#0d6efd;
    color:#fff;
}

/* Responsive */

@media (max-width:991px){

    .terms-card{
        padding:35px;
    }

    .terms-card h1{
        font-size:34px;
    }

    .terms-card h3{
        font-size:22px;
    }

}

@media (max-width:767px){

    .terms-section{
        padding:50px 0;
    }

    .terms-card{
        padding:25px;
        border-radius:12px;
    }

    .terms-card h1{
        font-size:28px;
    }

    .terms-card h3{
        font-size:20px;
        margin-top:35px;
    }

    .terms-card p,
    .terms-card li{
        font-size:15px;
    }

}

@media (max-width:575px){

    .terms-card{
        padding:20px;
    }

    .terms-card h1{
        font-size:24px;
    }

    .terms-card h3{
        font-size:18px;
    }

}
/*==========================
    HIGHLIGHT BOX
===========================*/

.legal-highlight{
    margin-top:25px;
    padding:25px;
    border-radius:16px;
    background:#f8fbff;
    border:1px solid #dbeafe;
    border-left:5px solid #0d6efd;
}

.legal-highlight h5{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    font-size:20px;
    font-weight:700;
    color:#0d6efd;
}

.legal-highlight h5 i{
    font-size:22px;
    color:#f59e0b;
}

.legal-highlight ul{
    margin:0;
    padding:0;
}

.legal-highlight ul li{
    list-style:none;
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#667085;
    line-height:1.7;
    font-size:16px;
}

.legal-highlight ul li:last-child{
    margin-bottom:0;
}

.legal-highlight ul li::before{
    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:#0d6efd;
    position:absolute;
    left:0;
    top:9px;
}

/* Mobile */

@media(max-width:768px){

.legal-highlight{
    padding:20px;
}

.legal-highlight h5{
    font-size:18px;
}

.legal-highlight ul li{
    font-size:15px;
}

}
/*==========================
    HIGHLIGHT BOX
===========================*/

.legal-highlight{
    margin-top:25px;
    padding:25px;
    border-radius:16px;
    background:#f8fbff;
    border:1px solid #dbeafe;
    border-left:5px solid #0d6efd;
}

.legal-highlight h5{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    font-size:20px;
    font-weight:700;
    color:#0d6efd;
}

.legal-highlight h5 i{
    font-size:22px;
    color:#f59e0b;
}

.legal-highlight ul{
    margin:0;
    padding:0;
}

.legal-highlight ul li{
    list-style:none;
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#667085;
    line-height:1.7;
    font-size:16px;
}

.legal-highlight ul li:last-child{
    margin-bottom:0;
}

.legal-highlight ul li::before{
    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:#0d6efd;
    position:absolute;
    left:0;
    top:9px;
}

/* Mobile */

@media(max-width:768px){

.legal-highlight{
    padding:20px;
}

.legal-highlight h5{
    font-size:18px;
}

.legal-highlight ul li{
    font-size:15px;
}

}

/*==========================
    LEGAL CARD
===========================*/

.legal-card{
    background:#fff;
    border:1px solid #e9edf5;
    border-radius:18px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 8px 25px rgba(16,24,40,.05);
    transition:.35s ease;
}

.legal-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 45px rgba(16,24,40,.08);
}


/*==========================
    CARD HEADER
===========================*/

.legal-card-title{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid #edf1f7;
}

.legal-card-title h2{
    margin:0;
    font-size:28px;
    font-weight:700;
    color:#1f2937;
}


/*==========================
    ICON
===========================*/

.legal-icon{
    width:60px;
    height:60px;
    border-radius:15px;
    background:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    flex-shrink:0;
}


/*==========================
    CONTENT
===========================*/

.legal-content p{
    margin-bottom:18px;
    color:#667085;
    line-height:1.9;
    font-size:16px;
}

.legal-content p:last-child{
    margin-bottom:0;
}


/*==========================
    MOBILE
===========================*/

@media(max-width:768px){

.legal-card{
    padding:25px;
}

.legal-card-title{
    gap:15px;
    margin-bottom:20px;
}

.legal-card-title h2{
    font-size:22px;
}

.legal-icon{
    width:50px;
    height:50px;
    font-size:20px;
}

.legal-content p{
    font-size:15px;
}

}


.twt-contact-area{
    background:#f6f8fc;
}

.twt-contact-box{
  
}

.twt-label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    font-weight:600;
    color:#222;
}

.twt-input-group{
    display:flex;
    align-items:center;
}

.twt-input-icon{
    width:58px;
    height:52px;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px 0 0 10px;
    font-size:18px;
}

.twt-input{
    height:52px;
    border-radius:0 10px 10px 0 !important;
    border:1px solid #dee2e6;
    box-shadow:none !important;
}

.twt-input:focus,
.twt-textarea:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 .15rem rgba(13,110,253,.15)!important;
}

.twt-textarea{
    border-radius:10px !important;
    padding:15px;
    resize:none;
    box-shadow:none!important;
}

.twt-captcha-box{
    border:1px solid #dadce0;
    border-radius:10px;
    padding:15px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
}

.twt-captcha-logo{
    text-align:center;
}

.twt-captcha-logo small{
    display:block;
    color:#888;
    font-size:11px;
}

.twt-submit-btn{
    width:100%;
    height:54px;
    border:none;
    border-radius:10px;
    background:#0d6efd;
    color:#fff;
    font-weight:600;
    font-size:17px;
    transition:.3s;
}

.twt-submit-btn:hover{
    background:#0b5ed7;
    color:#fff;
}

@media(max-width:768px){

.twt-contact-box{
    padding:25px;
}

.twt-captcha-box{
    flex-wrap:wrap;
    gap:15px;
}

}