body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: "Poppins", sans-serif;
}
.container-fluid {
    width:1170px;
}
.booking-header {
    background-color: #ffffff00;
    color: #fff;
    padding:15px 0 8px 0;
    position: relative;
    z-index: 9;
}
.logo-text {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.logo-text a {
    text-decoration: none;
    color: #fff;
}
.logo-text a img {
    width: 190px;
}
.currency {
    font-size: 14px;
}
.flag-icon {
    width: 22px;
    height: 16px;
    border-radius: 2px;
}
a.property-link {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.softWelcom {
    display: flex;
    align-items: center;
    gap: 8px;
}
.softWelcom p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0 0 0 0;
}
.cookie-btn {
    border: none;
    background: #0f4ca4;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    border-radius: 5px;
}
.softWelcom i {
    color: #ff4600;
    font-size: 15px;
}
.top-header {
    position: relative;
    border-bottom: 1px solid #006ce41a;
    padding: 8px 0 8px 0;
    background: #fcf5e6;
    display: none;
}
a.property-link i {
    margin:0px 3px 0px 0px;
}
.nav-item a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.nav-menu {
    align-items: center;
}
.nav-item {
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}
.nav-item:hover {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(90deg, #143f8f, #1b58c7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.nav-item.active {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(90deg, #143f8f, #1b58c7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.nav-item:hover {
    background-color: rgba(255,255,255,0.1);
}
.mobile-menu {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.mobile-nav .nav-item {
    padding: 10px;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    filter: invert(1);
}
.tollfree-ico a {
    text-decoration: none;
    color: #ff4600;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    gap: 10px;
}
.tollfree-ico p {
    margin: 0 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}


.main_Banner {
    position: relative;
    padding:150px 0 80px 0;
    margin: -74px 0 0 0;
}
.main_Banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(135deg, rgb(12 20 69 / 81%) 0%, rgb(26 35 126 / 89%) 40%, rgb(13 71 161 / 89%) 100%);
}
.bannerCaption {
    position: relative;
    padding: 0 0 0px 0;
    text-align:center;
}
.bannerCaption h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin:12px 0 5px 0;
    text-shadow: #000000 0px 1px;
}
.bannerCaption p {
    font-size: 15px;
    color: #fff;
    margin:0px 0 10px 0;
}
.bannerCaption p a {
    display: inline-block;
    background: #0f4ca4;
    padding: 10px 14px 10px 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
}
.hotel-deal-box {
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:6px 18px;
    background:linear-gradient(90deg,#143f8f,#1b58c7);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:40px;
    box-shadow:0 4px 12px rgba(0,0,0,0.15);
}
.hotel-icon {
    width:28px;
    height:28px;
    border-radius:50%;
    background:rgba(255,255,255,0.12);
    display:flex;
    align-items:center;
    justify-content:center;
}
.hotel-icon i {
    color:#ffffff;
    font-size:14px;
}
.hotel-text {
    color: #7fd3ff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.formInclude_sec {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
}


/*-----------CSS FOR WHY US SECTION-------------*/

.why-choose-section {
    padding: 55px 0 55px 0;
    background: #ffffff;
}
.section-heading{
    text-align:center;
    margin-bottom:55px;
}
.tag-line {
    display: inline-block;
    padding: 8px 18px;
    background: linear-gradient(90deg, #143f8f, #1b58c7);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 1px;
}
.section-heading h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0b1736;
    margin: 12px 0 6px 0;
}
.section-heading p {
    max-width: 650px;
    margin: 0 auto 0 auto;
    font-size: 14px;
    line-height: 23px;
    color: #667085;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.why-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 18px 14px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid #e4ebf5;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}
.why-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(to right,#0d4fd7,#35b6ff);
    transform:scaleX(0);
    transition:0.35s;
}
.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(13,79,215,0.12);
}
.why-card:hover::before{
    transform:scaleX(1);
}
.why-icon{
    min-width:72px;
    height:72px;
    border-radius:20px;
    background:linear-gradient(135deg,#0d4fd7,#35b6ff);
    display:flex;
    align-items:center;
    justify-content:center;
}
.why-icon i{
    color:#ffffff;
    font-size:28px;
}
.why-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0b1736;
    margin-bottom: 6px;
}
.why-content p {
    font-size: 14px;
    line-height: 22px;
    color: #667085;
    margin: 0;
}

@media(max-width:991px){
    .why-grid{
        grid-template-columns:1fr;
    }
    .section-heading h2{
        font-size:22px;
    }
    .section-heading {
        text-align: center;
        margin-bottom:35px;
    }
    .why-icon {
        min-width: 52px;
        height: 52px;
    }
    .why-icon i {
        color: #ffffff;
        font-size: 16px;
    }
    .section-heading p {
        line-height: 20px;
    }
}


/*-----------CSS FOR HOTEL DEALS SECTION-------------*/

.hotel-deals-section {
    padding:50px 0px 60px 0px;
    background: #fffbf3;
}
.hotel-heading{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom: 22px;
}
.hotel-heading span {
    color: #ff4600;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hotel-heading h2 {
    font-size: 25px;
    color: #071c35;
    margin: 10px 0;
    font-weight: 600;
}
.hotel-heading p {
    font-size: 14px;
    color: #6b7280;
    line-height: 24px;
    margin: 0 0 0 0;
}
.hotel-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}
.hotel-tab {
    padding: 8px 20px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #e6e6e6;
}
.hotel-tab.active {
    background:linear-gradient(135deg, rgb(12, 20, 69) 0%, rgb(26, 35, 126) 40%, rgb(13, 71, 161) 100%);
    color: #fff;
    border: none;
}
.hotel-grid{
    display:none;
}
.hotel-grid.active-grid {
    display: flex;
    align-items: center;
    gap:10px;
}
.hotel-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 5px 5px 14px;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #d9e2e8;
}
.hotel-card:hover{
    transform:translateY(-8px);
}
.hotel-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 28px;
    display: block;
}
.hotel-content {
    padding: 18px 15px 8px;
}
.hotel-content h3 {
    font-size: 16px;
    color: #143863;
    margin: 0 0 4px 0;
    font-weight: 600;
}
.hotel-content p {
    font-size: 12px;
    color: #07274b;
    margin: 0 0 15px 0;
    background: #edf2fa;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    border: 1px solid #d9e7fd;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.price_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price_sec h4 {
    font-size: 18px;
    color: #ff4600;
    font-weight: 700;
    margin: 0 0 0px 0;
    line-height: 21px;
}
.price_sec h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
.hotel-card a {
    text-decoration:none;
}
.price_sec i {
    width: 36px;
    height: 36px;
    background:linear-gradient(135deg, rgb(12, 20, 69) 0%, rgb(26, 35, 126) 40%, rgb(13, 71, 161) 100%);
    text-align: center;
    line-height: 36px;
    border-radius: 40px;
    color: #fff;
}


/*-----------CSS FOR DESTINATION SECTION-------------*/

.travel-destination-sec {
    padding:55px 0px 50px 0px;
    background: #fff;
}
.travel-desti-hd {
    text-align: center;
    margin: 0px 0px 30px 0px;
}
.travel-desti-hd h2 {
    margin: 0 0 2px 0;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}
.travel-desti-hd p {
    margin: 0 0 0 0;
    font-size: 14px;
}
.des-gp {
    text-decoration:none;
}
.travel-des-grid {
    display: flex;
    gap:10px;
}
.travel-des-col {
    display: flex;
    flex-direction: column;
    gap:10px;
}
.left-des-col,
.right-des-col {
    flex: 1;
}
.center-des-col {
    flex: 1.2;
}
.card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.card:hover img {
    transform: scale(1.08);
}
.des-large {
    height: 180px;
}
.des-small {
    height: 180px;
    flex: 1;
}
.des-medium {
    height: 180px;
}
.tall {
    height: 100%;
    min-height: 370px;
}
.small-row {
    display: flex;
    gap:10px;
}
.overlay {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #fff;
    z-index: 2;
}
.overlay h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.overlay p {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
    color: #fff;
}
.overlay p span {
    color: #ff4600;
    font-size: 16px;
    text-shadow: none;
    font-weight: 600;
}
.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}


/*-----------CSS FOR ABOUT US SECTION-------------*/


.about_area {
    padding:70px 0 130px 0;
    background: #fffaf3;
    position: relative;
    overflow: hidden;
}
.about_area::before{
    content:"";
    position:absolute;
    top:-100px;
    right:-100px;
    width:300px;
    height:300px;
    background:#f36f2112;
    border-radius:50%;
}
.about_cont{
    position:relative;
    z-index:2;
}
.about_tag {
    display: inline-block;
    background:linear-gradient(135deg, rgb(12, 20, 69) 0%, rgb(26, 35, 126) 40%, rgb(13, 71, 161) 100%);
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}
.about_cont h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.about_cont h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.about_cont h2 span{
    color:#f36f21;
}
.about_cont p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 400;
}
.about_btns {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.about_read_btn {
    background: #f36f21;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
    border: 2px solid #f36f21;
}
.about_read_btn:hover{
    background:transparent;
    color:#f36f21;
}
.about_contact_btn {
    background: #fff;
    color: #111;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #ddd;
    transition: 0.4s;
}
.about_contact_btn:hover{
    border-color:#f36f21;
    color:#f36f21;
}
.about_features {
    margin: 28px 0 0;
    padding: 0;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.about_features li{
    list-style:none;
    background:#fff;
    width:31%;
    border-radius:16px;
    padding:18px 15px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
    transition:0.4s;
    border:1px solid #f1f1f1;
}
.about_features li:hover{
    transform:translateY(-6px);
}
.about_features li img{
    width:52px;
    height:52px;
    object-fit:contain;
}
.about_features li h6{
    margin:0;
    font-size:16px;
    font-weight:700;
    color:#111;
}
.about_features li span{
    font-size:13px;
    color:#777;
}
.about_img{
    position:relative;
    text-align:center;
}
.about_img img{
    width:100%;
    border-radius:25px;
    position:relative;
    z-index:2;
}
.about_floating_card {
    position: absolute;
    right: -62px;
    bottom: 40px;
    background: #fff;
    padding: 12px 18px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 3;
}
.about_floating_card h5{
    font-size:28px;
    color:#f36f21;
    font-weight:700;
    margin:0;
}

.about_floating_card p{
    margin:0;
    font-size:14px;
    color:#666;
}
.about_discount {
    position: absolute;
    top: 38px;
    left: -69px;
    background: #f36f21;
    color: #fff;
    padding: 14px 20px;
    border-radius: 18px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(243, 111, 33, 0.35);
}
.about_discount span {
    font-size: 12px;
    display: block;
}
.about_discount h4 {
    margin: 3px 0;
    font-size:22px;
    font-weight: 700;
}
.about_discount p {
    margin: 0;
    font-size: 12px;
    font-weight:400;
}

@media(max-width:991px){
    .about_area{
        padding:50px 0;
    }
    .about_cont{
        margin-bottom:40px;
    }
    .about_cont h2{
        font-size:32px;
        line-height:44px;
    }
    .about_features li{
        width:100%;
    }
    .about_floating_card h5 {
        font-size: 20px;
    }
    .about_discount h4 {
        font-size: 20px;
    }
    .about_discount {
        top: -20px;
        left: -7px;
        padding: 8px 12px;
    }
    .about_floating_card {
        right: -6px;
        bottom: -33px;
        padding: 8px 12px;
    }
}

@media(max-width:767px){
    .about_cont h2{
        font-size:26px;
        line-height:38px;
    }
    .about_read_btn,
    .about_contact_btn{
        width:100%;
        text-align:center;
    }
    .about_cont p{
        font-size:14px;
        line-height:26px;
    }
    .about_floating_card h5 {
        font-size: 20px;
    }
    .about_discount h4 {
        font-size: 20px;
    }
    .about_discount {
        top: -20px;
        left: -7px;
        padding: 8px 12px;
    }
    .about_floating_card {
        right: -6px;
        bottom: -33px;
        padding: 8px 12px;
    }
}



/*--------------CSS START FOR FOOTER--------------*/


.Footer_str {
    background: #0f4ca4;
    padding: 0px 0 0px 0;
    position: relative;
}
.Footer_str::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../images/flight-routes-bg.svg);
    background-size: 1056px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    z-index: 1;
    opacity: 0.5;
}
.row.customer_footer {
    position: relative;
    z-index: 2;
}
.Types {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.foot_heading {}
.foot_heading p {
    font-size: 14px;
    color: #333;
    margin: 0px;
    line-height: 24px;
}
.foot_heading h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.foot_heading ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.foot_heading ul li {
    margin: 0 38px 10px 0;
    list-style: none;
    display: inline-block;
}
.foot_heading ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0px 0 0px 0;
    font-weight: 400;
}
.foot_heading ul li a i{ padding-right:0px;}

.footer_tofree{ background:#220a2a; padding:15px 0;}
.Bt_tfn{}
.Bt_tfn a {
    font-size: 18px;
    color: #fff;
    margin: 0px;
    text-decoration: none;
}
.Bt_tfn a i{ margin-right:2px;}
.payment_icons {
    padding: 15px 30px 15px 30px;
    border-top: 1px solid #eef8ff17;
    position: relative;
    z-index: 9;
    background: #ffffff0d;
    border-radius: 46px 46px 0px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0px 5px;
}
.footer_btm {
    padding: 16px 0 16px 0;
    background: #07449d;
    text-align: center;
}
.footer_btm p {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
}
.copy_right p {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
}

.needs_hp {
    border: 1px solid #ececec;
    padding: 9px 15px 7px 15px;
    border-radius: 12px;
    margin: 0px 0 0 0;
    background: #f7f7f7;
}
.needs_hp p {
    font-size: 14px;
    color: #333;
    margin: 0px;
}
.needs_hp p a {
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0px 0 0 0;
    color: #ff4600;
    font-size: 22px;
}
.qickes_link h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.helpToll {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px 0;
    color: #000;
    position: relative;
}
.qickes_link p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 0px 0;
    padding: 0 0 0 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.qickes_link p i {
    color: #f36f21;
    margin: 0 0px 0 0;
    border-radius: 0px;
    text-align: center;
    font-size: 17px;
}
.icon_rotate {
    transform:rotate(90deg);
}
.footer_logo {
    width: 180px;
    margin: 0 0 18px 0;
}
p.footer_about {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.read_more {
    color: #f36f21;
}
.qickes_link p a {
    text-decoration: none;
    color: #fff;
}
.Disclameee {
    margin: 0px 0 0 0;
    border-top: 1px solid #eef8ff17;
    padding: 20px 0px 18px 0px;
}
.Disclameee p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 8px 0;
    text-align: left;
}
.row.customer_footer {
    
}
.footer_gp {
    
}
.foot_heading {
    padding: 15px 0px 15px 0px;
}
.qickes_link {
    padding: 20px 0px 25px 0px;
}
.contact_details {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.subscribe-sec {
    background: linear-gradient(135deg, rgb(4 12 56) 0%, rgb(11 16 74) 40%, rgb(12 44 95) 100%);
    padding: 29px 40px 34px 40px;
    border-radius: 35px;
    position: relative;
    margin: -59px 0 25px 0;
    overflow: hidden;
}
.subscribe-sec::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:350px;
    height:180px;
    background:url(../images/bg-cta.png) no-repeat bottom right;
    background-size:contain;
    opacity: 1;
}

.subscribe-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe-content h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.subscribe-content p {
    color: #c8d8ff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.subscribe-form {
    max-width: 450px;
    background: linear-gradient(90deg, #143f8f, #1b58c7);
    border-radius: 60px;
    padding: 3px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.subscribe-form input {
    width: 100%;
    border: none;
    background: none;
    padding: 0 22px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}
.subscribe-form input::placeholder{
    color:#d6e2ff;
}
.subscribe-form button {
    border: none;
    background: #f36f21;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 26px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.subscribe-form button:hover{
    transform:scale(1.03);
}



/*-----------CSS FOR ABOUT US PAGE-----------*/



.inner_banner {
    position: relative;
    padding:170px 0 120px 0;
    margin: -75px 0 0 0;
}
.inner_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000000b3;
}
.inner_banner_caption {
    position: relative;
    padding: 0 0 0px 0;
}
.inner_banner_caption h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0px 0;
    text-shadow: #000000 0px 1px;
}
.inner_banner_caption p {
    font-size: 14px;
    color: #fff;
    margin:4px 0 0px 0;
}

.aboutPg_area {
    padding:40px 0 100px 0;
    background: #fffaf3;
    position: relative;
    overflow: hidden;
}
.aboutPg_area::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: #f36f2112;
    border-radius: 50%;
}
.aboutPg_cont h2 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.aboutPg_cont h2 span {
    color: #f36f21;
}
.aboutCont_spacial h5 {
    font-size:20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.aboutPg_cont p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 400;
}

.why-choose-us {
    position:relative;
}
.why-choose-us h5 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.why-choose-us ul {
    margin:0 0 0 0;
    padding:0 0 0 0;
    display:block;
}
.why-choose-us ul li {
    list-style: none;
    padding: 0 0 0 0;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.why-choose-us ul li i {
    color: #f36f21;
    margin: 0px 3px 0px 0px;
}

.privacy_content {
    padding:45px 0px 100px 0px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.privacy_content::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: #f36f2112;
    border-radius: 50%;
}
.privacy_cont {
    position: relative;
    overflow: hidden;
}
.privacy_cont h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0 0 0px 0;
    text-transform: capitalize;
}
.privacy_cont h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
.privacy_cont h4 {
    font-size: 18px;
    font-weight: 700;
    color:#000;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-transform: capitalize;
}
.privacy_cont p {
    font-size: 15px;
    margin: 0 0 12px 0;
    line-height: 23px;
    color: #333;
}
.privacy_cont ul {
    background: #fffaf3;
    padding: 16px 16px 16px 40px;
    border-radius: 12px;
    border-left: 4px solid #ff4600;
    margin: 20px 0 20px 0;
}
.privacy_cont ul li {
    font-size: 15px;
    line-height: 29px;
}

.contact_design {
    background: #ffffff;
    padding: 50px 0px;
}
.faq-box {
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    background-color: #FFF;
    padding:20px 20px 20px 20px;
    border-radius: 32px 32px 32px 32px;
    height: auto;
    border: 1px solid #d9e2e8;
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact_cont {
    width: 100%;
}
.faq-box .fb-icon {
    width: 45px;
    margin: 0 0 0 0;
}
figure.fb-icon img {
    width: 100%;
}
.faq-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.faq-box h4 span {
    font-weight: 500;
    font-size: 12px;
    color: #ff5515;
    text-transform: uppercase;
}
.faq-box p {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 500;
}
.faq-box p a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.faq-box h6 {
    color: var(--headline-color);
    margin-top: 15px;
    text-decoration: underline;
}
.form-section {
    position: relative;
    padding:50px 0px 120px 0px;
    background: #fffbf3;
}
.contact-title {
    text-align: center;
    margin: 0 0 24px 0;
}
.col-md-12.btn-send p {
    margin: 0 0 0 0;
    text-align: center;
}
.contact-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 2px 0;
}
.contact-title p {
    font-size: 14px;
    color: #444;
    margin: 0 0 0 0;
}
.formCont-box {
    border: 1px solid #d9e2e8;
    border-radius: 30px;
    padding: 26px;
    background: #fff;
}
.custom-form {
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    background-color: #f0f2f5 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 50rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.controls textarea {
    padding: 15px 0 0 25px;
    border-radius: 6px 6px 6px 6px;
    height: 130px;
}
.controls button {
    background: #ff4600;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 36px;
    width: 35%;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 0 auto;
    text-align: center;
}
.controls button:hover {
    background:#ff4600;
    color:#fff;
}
.google_maps {
    border: 1px solid #d9e2e8;
    border-radius: 32px;
    padding: 0px;
    overflow: hidden;
}
.controls .form-group {
    margin: 0 0 14px 0;
    position: relative;
}


/*------------CSS FOR HOTELS DEALS DESIGN------------*/

.hotel-banner {
    position: relative;
    padding: 160px 0 100px 0;
    margin: -75px 0 0 0;
}
.hotel-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(12 20 69 / 71%) 0%, rgb(26 35 126 / 87%) 40%, rgb(13 71 161 / 80%) 100%);
}
.hotel-banner-caption {
    position: relative;
    padding: 0 0 6px 0;
    text-align: center;
}
.hotel-banner-caption h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0px 0;
    text-shadow: #000000 0px 1px;
}
.hotel-banner-caption p {
    font-size: 14px;
    color: #fff;
    margin: 8px 0 10px 0;
}
.hotel-banner-caption a {
    display: inline-block;
    background: #006ce4;
    padding: 10px 14px 10px 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.hotelForm_include {
    position:relative;
}



.thankyou-sec {
    padding: 20px 0 25px 0;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 0 auto;
}
.thank-card {
    background: #ffffff;
    padding:40px 0 90px 0;
    border-radius: 24px;
    text-align: center;
    animation: fadeIn 0.8s ease-out;
}
.icon-circle {
    width: 70px;
    height: 70px;
    background: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 10px 20px rgba(39, 174, 96, 0.25);
}
.booking-hd {
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 30px;
}
.booking-sub {
    color: #5a6c7d;
    margin-bottom: 28px;
    line-height: 24px;
    font-size: 14px;
}
.booking-sub a {
    text-decoration: underline;
    font-weight: 500;
}
.booking-details {
    background: #fcfcfd;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 14px 18px 14px 18px;
    margin-bottom: 28px;
}
.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.95rem;
}
.detail-item:last-child {
    margin-bottom: 0;
}
.detail-item span {
    color: #7f8c8d;
}
.detail-item strong {
    color: #2c3e50;
}
.email-notice {
    font-size: 0.85rem;
    color: #95a5a6;
    margin-bottom: 32px;
}
.button-group {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.booking-btn {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.25s ease;
    font-size: 0.9rem;
    flex: 1;
}
.btn-primary {
    background: #0f4ca4;
    color: #ffffff;
    border: 1px solid #2c3e50;
}
.btn-primary:hover {
    background: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.btn-secondary {
    background: transparent;
    color: #2c3e50;
    border: 1px solid #dcdde1;
}
.btn-secondary:hover {
    background: #f8f9fa;
    border-color: #2c3e50;
    color:#333;
}
.include_thank_heder {
    background-color: #1551a6;
    padding: 0 0 5px 0;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 480px) {
    .button-group {
        flex-direction: column;
    }
    .thank-card {
        padding: 30px 20px;
    }
}


/*-----------CSS FOR RESPONSIVE WEBSITE------------*/


@media only screen and (min-width:320px) and (max-width:360px) {
.container-fluid {
    width: 100%;
}
.choose-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.hotel-grid.active-grid {
    flex-wrap: wrap;
}
.hotel-tab {
    padding: 8px 12px;
    font-size: 14px;
}
.travel-des-grid {
    flex-wrap: wrap;
}
.left-des-col, .right-des-col {
    flex: auto;
    width: 100%;
}
.about_cont ul {
    gap: 8px;
    flex-wrap: wrap;
}
.foot_heading ul li {
    margin: 0 0px 6px 0;
    width: 100%;
}
.contact_details {
    gap: 10px;
    flex-wrap: wrap;
}
.qickes_link {
    padding: 20px 0px 25px 0px;
}
.choose-section {
    padding: 40px 0px 40px 0px;
}
.hotel-deals-section {
    padding: 40px 0px 50px 0px;
}
.phone_view_deals {
    padding: 40px 0px 100px 0px !important;
}
.controls button {
    width: auto;
}
.travel-destination-sec {
    padding: 40px 0px 40px 0px;
}
.about_area {
    padding: 40px 0px 135px 0px;
    background: #fffbf3;
}
.hotel-tabs {
    margin-bottom: 35px;
}
.top-header {
    display: none;
}

.navbar-toggler-icon {
    filter: none;
}
.navbar-toggler-icon {
    display: block;
    width: 31px;
    height: 0px;
    border: 1px solid #3e3e3e;
    vertical-align: middle;
    margin: 7px 0 0px 0;
}
.booking-header {
    padding: 10px 0 10px 0;
}
.nav-item a {
    color: #222;
}
.nav-item.active {
    border: none;
}
.mobile-nav .nav-item {
    padding: 5px 0 5px 0;
}
.main_Banner {
    position: relative;
    padding:0px 0 0px 0;
    margin: 0px 0 0 0;
}
.bannerCaption {
    padding: 30px 0 24px 0;
}
.bannerCaption h1 {
    font-size: 28px;
    line-height: 38px;
}
.logo-text a {
    text-decoration: none;
    color: #333;
}
.currency_phone {
    color:#333;
}
.inner_banner {
    position: relative;
    padding: 60px 0 60px 0;
    margin: 0px 0 0 0;
}
.hotel-banner {
    position: relative;
    padding:0 0 0 0;
    margin: 0px 0 0 0;
}
.hotel-banner-caption {
    padding: 30px 0 24px 0;
}
.hotel-banner-caption h1 {
    font-size: 25px;
    line-height: 34px;
}
.privacy_cont {
    background-color: transparent;
    padding: 0 0 0 0;
}
.inner_banner_caption p {
    margin: 8px 0 0px 0;
}
.faq-box {
    height: auto;
    margin: 0 0 15px 0;
}
.contact_design {
    padding: 50px 0px 30px 0;
}
.form-section {
    position: relative;
    padding: 35px 0px 100px 0px;
}
.contact-title h3 {
    margin: 0 0 0 0;
}
.google_maps {
    margin: 20px 0 0 0;
}
.footer_gp {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
}
.qickes_link p {
    font-size: 14px;
    width: 100%;
}
.formCont-box {
    padding: 20px 15px 20px 15px;
}
.form_gpHone {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.nav-item.active a {
    color:#333;
}
.nav-item.active {
    border:none;
    background: transparent;
    box-shadow: none;
}
.hotel-text {
    font-size: 14px;
}
.hotel-deal-box {
    gap: 6px;
    padding: 6px 10px;
}
.subscribe-content {
    flex-wrap: wrap;
    gap: 12px;
}
.subscribe-sec {
    padding: 20px 15px 20px 15px;
    border-radius: 0px;
}
.payment_icons {
    padding: 15px 15px 15px 15px;
    border-radius: 10px 10px 0px 0px;
    flex-wrap: wrap;
    gap: 15px;
}
.aboutPg_area {
    padding: 25px 0 80px 0;
}
.subscribe-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.why-choose-section {
    padding: 35px 0 40px 0;
}
}


@media only screen and (min-width:360px) and (max-width:480px) {
.container-fluid {
    width: 100%;
}
.choose-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.hotel-grid.active-grid {
    flex-wrap: wrap;
}
.hotel-tab {
    padding: 8px 12px;
    font-size: 14px;
}
.travel-des-grid {
    flex-wrap: wrap;
}
.left-des-col, .right-des-col {
    flex: auto;
    width: 100%;
}
.about_cont ul {
    gap: 8px;
    flex-wrap: wrap;
}
.foot_heading ul li {
    margin: 0 0px 6px 0;
    width: 100%;
}
.contact_details {
    gap: 10px;
    flex-wrap: wrap;
}
.qickes_link {
    padding: 20px 0px 25px 0px;
}
.choose-section {
    padding: 40px 0px 40px 0px;
}
.hotel-deals-section {
    padding: 40px 0px 50px 0px;
}
.phone_view_deals {
    padding: 40px 0px 100px 0px !important;
}
.controls button {
    width: auto;
}
.travel-destination-sec {
    padding: 40px 0px 40px 0px;
}
.about_area {
    padding: 40px 0px 135px 0px;
    background: #fffbf3;
}
.hotel-tabs {
    margin-bottom: 35px;
}
.top-header {
    display: none;
}
.navbar-toggler-icon {
    filter: none;
}
.navbar-toggler-icon {
    display: block;
    width: 31px;
    height: 0px;
    border: 1px solid #3e3e3e;
    vertical-align: middle;
    margin: 7px 0 0px 0;
}
.booking-header {
    padding: 10px 0 10px 0;
}
.nav-item a {
    color: #222;
}
.nav-item.active {
    border: none;
}
.mobile-nav .nav-item {
    padding: 5px 0 5px 0;
}
.main_Banner {
    position: relative;
    padding:0px 0 0px 0;
    margin: 0px 0 0 0;
}
.bannerCaption {
    padding: 30px 0 24px 0;
}
.bannerCaption h1 {
    font-size: 28px;
    line-height: 38px;
}
.logo-text a {
    text-decoration: none;
    color: #333;
}
.currency_phone {
    color:#333;
}
.inner_banner {
    position: relative;
    padding: 60px 0 60px 0;
    margin: 0px 0 0 0;
}
.hotel-banner {
    position: relative;
    padding:0 0 0 0;
    margin: 0px 0 0 0;
}
.hotel-banner-caption {
    padding: 30px 0 24px 0;
}
.hotel-banner-caption h1 {
    font-size: 25px;
    line-height: 34px;
}
.privacy_cont {
    background-color: transparent;
    padding: 0 0 0 0;
}
.inner_banner_caption p {
    margin: 8px 0 0px 0;
}
.faq-box {
    height: auto;
    margin: 0 0 15px 0;
}
.contact_design {
    padding: 50px 0px 30px 0;
}
.form-section {
    position: relative;
    padding: 35px 0px 100px 0px;
}
.contact-title h3 {
    margin: 0 0 0 0;
}
.google_maps {
    margin: 20px 0 0 0;
}
.footer_gp {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
}
.qickes_link p {
    font-size: 14px;
    width: 100%;
}
.formCont-box {
    padding: 20px 15px 20px 15px;
}
.form_gpHone {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.nav-item.active a {
    color:#333;
}
.nav-item.active {
    border:none;
    background: transparent;
    box-shadow: none;
}
.hotel-text {
    font-size: 14px;
}
.hotel-deal-box {
    gap: 6px;
    padding: 6px 10px;
}
.subscribe-content {
    flex-wrap: wrap;
    gap: 12px;
}
.subscribe-sec {
    padding: 20px 15px 20px 15px;
    border-radius: 0px;
}
.payment_icons {
    padding: 15px 15px 15px 15px;
    border-radius: 10px 10px 0px 0px;
    flex-wrap: wrap;
    gap: 15px;
}
.aboutPg_area {
    padding: 25px 0 80px 0;
}
.subscribe-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.why-choose-section {
    padding: 35px 0 40px 0;
}
}


@media only screen and (min-width:480px) and (max-width:768px) {
.container-fluid {
    width: 100%;
}
.choose-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.hotel-grid.active-grid {
    flex-wrap: wrap;
}
.hotel-tab {
    padding: 8px 12px;
    font-size: 14px;
}
.travel-des-grid {
    flex-wrap: wrap;
}
.left-des-col, .right-des-col {
    flex: auto;
    width: 100%;
}
.about_cont ul {
    gap: 8px;
    flex-wrap: wrap;
}
.foot_heading ul li {
    margin: 0 0px 6px 0;
    width: 100%;
}
.contact_details {
    gap: 10px;
    flex-wrap: wrap;
}
.qickes_link {
    padding: 20px 0px 25px 0px;
}
.choose-section {
    padding: 40px 0px 40px 0px;
}
.hotel-deals-section {
    padding: 40px 0px 50px 0px;
}
.phone_view_deals {
    padding: 40px 0px 100px 0px !important;
}
.controls button {
    width: auto;
}
.travel-destination-sec {
    padding: 40px 0px 40px 0px;
}
.about_area {
    padding: 40px 0px 135px 0px;
    background: #fffbf3;
}
.hotel-tabs {
    margin-bottom: 35px;
}
.top-header {
    display: none;
}
.navbar-toggler-icon {
    filter: none;
}
.navbar-toggler-icon {
    display: block;
    width: 31px;
    height: 0px;
    border: 1px solid #3e3e3e;
    vertical-align: middle;
    margin: 7px 0 0px 0;
}
.booking-header {
    padding: 10px 0 10px 0;
}
.nav-item a {
    color: #222;
}
.nav-item.active {
    border: none;
}
.mobile-nav .nav-item {
    padding: 5px 0 5px 0;
}
.main_Banner {
    position: relative;
    padding:0px 0 0px 0;
    margin: 0px 0 0 0;
}
.bannerCaption {
    padding: 30px 0 24px 0;
}
.bannerCaption h1 {
    font-size: 28px;
    line-height: 38px;
}
.logo-text a {
    text-decoration: none;
    color: #333;
}
.currency_phone {
    color:#333;
}
.inner_banner {
    position: relative;
    padding: 60px 0 60px 0;
    margin: 0px 0 0 0;
}
.hotel-banner {
    position: relative;
    padding:0 0 0 0;
    margin: 0px 0 0 0;
}
.hotel-banner-caption {
    padding: 30px 0 24px 0;
}
.hotel-banner-caption h1 {
    font-size: 25px;
    line-height: 34px;
}
.privacy_cont {
    background-color: transparent;
    padding: 0 0 0 0;
}
.inner_banner_caption p {
    margin: 8px 0 0px 0;
}
.faq-box {
    height: auto;
    margin: 0 0 15px 0;
}
.contact_design {
    padding: 50px 0px 30px 0;
}
.form-section {
    position: relative;
    padding: 35px 0px 100px 0px;
}
.contact-title h3 {
    margin: 0 0 0 0;
}
.google_maps {
    margin: 20px 0 0 0;
}
.footer_gp {
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
}
.qickes_link p {
    font-size: 14px;
    width: 100%;
}
.formCont-box {
    padding: 20px 15px 20px 15px;
}
.form_gpHone {
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.nav-item.active a {
    color:#333;
}
.nav-item.active {
    border:none;
    background: transparent;
    box-shadow: none;
}
.hotel-text {
    font-size: 14px;
}
.hotel-deal-box {
    gap: 6px;
    padding: 6px 10px;
}
.subscribe-content {
    flex-wrap: wrap;
    gap: 12px;
}
.subscribe-sec {
    padding: 20px 15px 20px 15px;
    border-radius: 0px;
}
.payment_icons {
    padding: 15px 15px 15px 15px;
    border-radius: 10px 10px 0px 0px;
    flex-wrap: wrap;
    gap: 15px;
}
.aboutPg_area {
    padding: 25px 0 80px 0;
}
.subscribe-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.why-choose-section {
    padding: 35px 0 40px 0;
}
}