@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
    padding-left: 0px;
}

/*main {
    overflow: hidden;
}*/

/* Header  */
header {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transition: 0.1s;
/*    height:70px; */
}

.scrolled {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff !important;
}

.scrolled .nav-item a {
    color: #000;
    transition: 0.1s;
}

.scrolled .nav_dit ul a {
    color: #000;
}

.nav_dit ul li a {
    font-size: 19px;
    font-weight: 800;
    /*    letter-spacing: .3px; */
/*    color: #3454dc !important;*/
    color: #06113E !important;
}
.nav_dit ul li a:hover{
    color: #3454dc;
}

header .navbar {
    padding: 8.5px 0px;
    height: 100%;
}

.nav-item a {
    font-family: "Poppins", sans-serif;
    /*    color: #000; */
    color: #06113E;
    transition: 0.1s;
    font-size: 23px;
    font-weight: 500;
}

.nav-item a:hover {
    color: #3454dc;
}

.nav_dit ul {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.nav_dit ul a {
    text-decoration: unset;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.1s;
    font-family: "Roboto", sans-serif;
}

.nav_dit ul a i {
    margin-right: 5px;
    color: #fff;
    background-color: #3454dc;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    margin-right: 10px;
}
.head_call a {
    gap: 20px;
}
.head_call svg {
    /*    fill: #3454dc;*/
    fill: #06113E;
}
.head_call a div {
    position: relative;
    line-height:1;
}
.head_call a div:hover{
    color:#100c08;
}
.head_call a div::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: #100c0833;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.head_call h6 {
    font-size:13px !important;
    font-weight: 600;
    margin-bottom: 3px !important;
}

.nav_dit ul li {
    text-align: end;
}

/* .nav-link:hover{
            color: #3454DC;
          } */

.navbar-brand img {
    max-width: 250px;
    height: auto;
    width: 100%;
}

/* Slider  */
.slider {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.slider::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(360deg,rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(360deg,rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 60%);
    opacity: 0.5;
    z-index: 0;
}

.hero_slider .slick-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.slider_wrapper {
    width: 100%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1;
}

/*.nav_dit .enq-btn{
    font-size: 16px !important;
    padding: 8px 16px !important;
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    margin-right: 10px;
}*/
.nav_dit .enq-btn {
    font-size: 16px !important;
    padding: 10px 20px !important;
    background: linear-gradient(90deg, #FD5D4D 0%, #F39714 100%);
    color: white !important;
    border: none;
/*    border-radius: 8px; */
    margin-right: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .nav_dit .enq-btn:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
        background: linear-gradient(90deg, #F9624F 0%, #FFA724 100%);
    }

.nav_dit .enq-btn i{
    background-color: transparent !important;
    font-size: 25px !important;
    margin-left: 0px !important;
    margin-right: 7px !important;
}
.slider .enq-btn{
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
}
.slider .enq-btn:hover{
    background: linear-gradient(90deg, #F9624F 0%, #FFA724 100%);
}
.wrap_shadow .enq-btn{
/*     background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);  */
/*    background: linear-gradient(135deg, hsl(14 100% 57%), hsl(24 100% 65%));*/
}

.slider_wrapper h1 {
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.slider_wrapper h2 {
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    color: #f9f9f9;
}

.sl_city_price p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.sl_city_price span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.sl_economy {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    border-right: 2px solid #fff;
    padding-right: 24px;
}

.slider_wrapper .uni-btn i {
    /* margin-left: 5px;  */
    /* font-size: 16px;  */
    font-size: 20px;
}

.slider_wrapper .uni-btn {
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 15px;
    display: inline-block;
    overflow: hidden;
}
.slider_wrapper .uni-btn .icon-wrapper{
    margin-left: 5px;
}

.myperadiv {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
        position: absolute;
    z-index: 1;
    bottom: -100px;
    color: #fff;
    padding: 0px 10px;
}

/* left Wrapper  */
.left_wrapper h3 {
    font-size: 22px;
    font-weight: 600;
}

.left_wrapper ul {
    padding-left: 22px;
    margin-bottom: 15px;
}

.left_wrapper h4 {
    font-size: 19px;
    font-weight: 700;
}

.service_wrapper .row{
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0.8rem;
}

.service_wrapper .servwrap_img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.service_wrapper .servwrap_img img {
    width: 100%;
    border-radius: 5px;
    height: 250px; 
    /* height: auto; */
    object-fit: cover;
}

.service_wrapper .servwrap_img span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2e2e2e9c;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center !important;
    padding: 6px 5px;
    font-weight: 400;
}
.service_wrapper .img-icon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000008e;
    opacity: 0;
    transition: all .3s;
    border-radius: 5px;
}
.servwrap_img:hover .img-icon{
    opacity: 1;
}
.service_wrapper .img-icon i{
    width: 50px;
    height: 50px;
    background-color: #3454dc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    cursor: pointer;
}
.servwrap_img:hover .img-icon i{
    top: 50%;
}

.view-all {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding:18px 20px;
    background: linear-gradient(to top, #00000099, #00000099);
    backdrop-filter: blur(6px);
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
    cursor: pointer;
    text-align:center;
}
.view-all i{
    margin-left:5px;
}

.starting {
    font-size: 20px;
    font-style: italic;
    padding-bottom: 1px;
    color: #212529;
    /* color: #23aa49; */
    /* color: #F48F1D; */
    font-weight: 500;
    margin-bottom: 3px;
    /* letter-spacing: .5px;  */
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
    margin-bottom: 24px;
}
.starting b{
    font-size: 44px;
    /* color: #ff5724;  */
    background: linear-gradient(135deg, hsl(14 100% 57%), hsl(24 100% 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.starting{
    color: #64748b;
    font-size: 18px;
    text-align: center;
}
.starting_list{
    padding-left: 16px;
    list-style: none;
    margin-bottom: 20px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 0px;
}
.starting_list li:first-child{
    margin-bottom: 10px;
}
.starting_list li{
    font-weight: 500;
    font-size: 16px;
}
.starting_list svg{
    width: 20px;
    height: 20px;
    color: #ff5724 !important;
    margin-right: 12px;
}
.starting_wrapper h6 {
    font-size: 13px;
    letter-spacing: 0.2px;
    font-style: italic;
    color: #64748b;
}
.starting_wrapper .starting_btn {
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
}
.starting_wrapper .starting_btn button{
    border: 1px solid #ff572433;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    padding: 24px 16px !important;
    width: 100% !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    color:#fff;
}
.starting_wrapper .starting_btn button svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.starting_wrapper .starting_btn button:hover{
    border: 1px solid #ff572433;
    background-color: #ff572416;
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(253, 93, 77, 1) 100%);
}
.starting_btn a{
    font-size: 18px !important;
    padding: 24px 16px !important;
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 15px !important;
}
.starting_btn a svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
/*.starting_btn a:hover{
    background: linear-gradient(135deg, hsl(14 100% 57%), hsl(14 100% 57%));
}*/


.pricdese {
    font-size: 31px;
}

.subcls {
    bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.pricdese span {
    font-weight: 900;
    font-size: 36px;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 2px;
}

.travel-tag {
    font-size: 12px !important;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #3454dc;
    border: 1px solid #3454dc;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(30, 136, 229, 0.1);
    transition: all 0.2s ease;
}

.travel-tag:hover {
    background-color: #3454dc;
    color: white !important;
    box-shadow: 0 4px 10px rgba(30, 136, 229, 0.3);
    transform: translateY(-2px);
}

/* Right Wrapper  */
/* .right_wrapper {
          position: sticky;
          top: 100px;
      } */

.right_wrapper h3 {
    font-size: 22px;
    font-weight: 600;
}

.wrap_shadow {
    box-shadow: 2px 2px 12px 4px rgb(128 128 128 / 13%);
    border-radius: 10px;
    padding: 25px 15px;
    /* border: 1px solid #80808017; */
    border: 1px solid #80808029;
    border: 1px solid #3454dc26;
}
.wrap_shadow .enq-btn{
    margin: auto;
    margin-bottom: 0px;
}

.dep-wrap span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    /* color: #3454DC;  */
    color: #2b2540;
}

.dep-wrap p {
    font-size: 15px;
    margin-bottom: 5px;
}

.dep-wrap p:last-child {
    color: #3454dc;
    font-weight: 500;
}

.wrap_shadow a i {
    margin-right: 5px;
    color: #fff;
    background-color: #3454dc;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 17px;
}

.wrap_shadow .uni-btn i {
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
}

.wrap_shadow a {
    font-size: 22px;
    color: #2b2540;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap_shadow a:hover {
    color: blue;
}

.deal_form label {
    width: 100%;
    margin-bottom: 5px;
}

.deal_form input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #f6f6f6;
    font-size: 15px;
    outline: unset;
    margin-bottom: 5px;
    background-color: #f6f6f6;
}
.cont-code{
    position: relative;
    display: flex;
}
.cont-code select{
    position: relative;
    top: 0px;
    left: 0;
    width: 50% !important;
    padding: 10.5px 13px !important;
    padding-right: 0px !important;
    border-radius: 50px 0px 0px 50px !important;
    font-size: 13px !important;
    background-color: #ebebeb !important;
    margin-bottom: 0px !important;
    letter-spacing: -0.5px;
}
.cont-code option{
    background-color: #3453dc1e !important;
}
.cont-code input{
    padding-left: 12px;
    width: 50%;
    border-radius: 0px 50px 50px 0px !important;
}

.deal_form input:last-child {
    margin-bottom: 0px;
}

.deal_form input:focus {
    outline: 1px solid #3453dc77;
    background-color: #3453dc1e;
}

.deal_form input:focus::placeholder {
    color: transparent;
}

.deal_form select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #f6f6f6;
    font-size: 15px;
    outline: unset;
    margin-bottom: 5px;
    background-color: #f6f6f6;
}

.deal_form select:focus {
    outline: 1px solid #3453dc77;
    background-color: #3453dc1e;
}

.deal_form select:focus::placeholder {
    color: transparent;
}

.uni-btn {
    background-color: #3454dc;
    padding: 8px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    border: unset;
    font-size: 16px;
    transition: 0.3s;
}

.uni-btn:hover {
    background-color: #4863db;
}

.dep-wrap {
    border-bottom: 1px solid #8080802e;
    padding-bottom: 5px;
}

.dep-wrap:last-child {
    border-bottom: unset;
}

.copyright_area {
    background-color: #121212;
    background-color: #06113E;
/*    background: linear-gradient(135deg, #0B1A46, #101B4D);*/
}

.copyright_area p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 20px 0;
    border-top: 1px solid #ffffffa8;
}

.copyright_area p a {
    color: #fff;
}

.cta_area {
    background: #f3f6fd;
    padding: 40px 0;
}

/* Footer  */
.footer {
    background-color: #070a31;
    background-color: #06113E;
/*    border-radius: 150px 0px 0px 0px;*/
    padding-top: 70px;
    padding-bottom:30px;
    /*    background: linear-gradient(135deg, #0B1A46, #101B4D);*/
}

.footer h5 {
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    color: #fff;
}

.footer .nav {
    padding-top: 30px;
}

.footer .nav .nav-item {
    padding-bottom: 15px;
    margin: 0px !important;
}

.footer .nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
}

.footer .nav .nav-item .nav-link:hover {
    color: #3454dc !important;
}

.footer_inquery_area {
    padding-top: 5px;
    margin-top: 25px;
}

.footer_inquery_area ul {
    list-style: none;
}

.footer_inquery_area ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.footer_inquery_area ul li a{
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    word-break: break-all;
    padding-left: 43px;
    height: 35px;
}

.footer_inquery_area ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.footer_inquery_area h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: unset !important;
    font-weight: 400;
}

.footer_inquery_area h5 a {
    border-bottom: unset !important;
    color: #3454dc;
    font-weight: 400;
}

.newsletter {
    position: relative;
    margin-top: 25px;
}

.newsletter input {
    background-color: transparent;
    width: 100%;
    outline: none;
    border: unset;
    border-bottom: 1px solid #ffffffa8;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
}

.newsletter input::placeholder {
    color:#f9f9f9;
/*    color: grey; */
}

.newsletter #news_mail {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0%, -50%);
    color: #fff;
}

.newsletter button {
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%);
    border: unset;
    height: 100%;
}

.newsletter button i {
    color: #fff;
}

.footer_icons {
    display: flex;
    list-style: none;
    margin-top: 30px;
    margin-bottom:15px;
}

.footer_icons li {
    margin-right: 10px;
}

.footer_icons li i {
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
/*    background-color: #fff; */
    border-radius: 50px;
    transition: 0.3s;
    font-size:18px;
}

.footer_icons li i:hover {
    background-color: #3454dc;
    color: #fff;
    transform:translateY(-3px);
}

.footer_inquery_area ul li a:hover {
    color: #3454dc;
}

.copyright_area p a:hover {
    color: #3454dc;
}

.foot_heading {
    border-bottom: unset;
    font-size: 28px;
    font-weight: 600;
}

/* Footer-End  */

.cta_left {
    display: flex;
    align-items: center;
}

.cta_icon {
    margin-right: 25px;
}

.cta_icon img {
    max-width: 100%;
    height: auto;
}

.cta_content h6 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

.cta_content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control {
    height: 55px;
    background-color: #fff;
    border: 1px solid silver;
    padding: 10px 22px;
    font-size: 16px;
    outline: unset !important;
}

.form-control:focus {
    border-color: #86b7fe !important;
    box-shadow: unset !important;
}

.btn_sub {
    padding: 12px 35px !important;
    font-size: 18px !important;
    white-space: nowrap;
    color: #fff !important;
    background-color: #3454dc !important;
    transition: 0.3s;
}

.cta_icon {
    width: 10%;
}

.right_wrapper .m_heading {
    text-align: center;
}

/* .m_heading h1 {
    line-height: 1.5;
    font-size: 30px; 
} */

.right_wrapper .m_heading h3 {
    position: relative;
    display: inline;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.ln_height li {
    line-height: 1.5;
    margin-bottom: 8px;
    text-transform: none !important;
    text-align: justify;
}

.plans_wrapper .slick-track {
    padding-bottom: 15px;
    padding-top:15px;
}
.plans_wrapper .slick-dots {
    margin-bottom: 0px;
}


.plans_wrapper .slick-arrow {
    border: 1px solid rgb(35 31 32 / 7%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    transition: 0.3s;
}

    .plans_wrapper .slick-arrow:hover {
        background-color: #ff0100;
        background: linear-gradient(90deg, #FD5D4D 0%, #F39714 100%);
    }

.plans_wrapper .slick-prev {
    left: -55px;
    box-shadow: 0px 4px 15px #80808024;
}

.plans_wrapper .slick-next {
    right: -55px;
    box-shadow: 0px 4px 15px #80808024;
}

.plans_wrapper .slick-arrow svg {
    color: #231f20b6;
    transition: .3s;
}

.plans_wrapper .slick-arrow:hover svg {
    color: #fff;
}

.plans_wrapper .slick-prev:before {
    color: #fff;
    display: none;
}

.plans_wrapper .slick-next:before {
    color: #fff;
    display: none;
}

.plans_wrapper .slick-list {
    margin: 0 -10px !important;
}

.plans_wrapper .slick-slide {
    margin: 0 10px !important;
}


.plans_wrapper .slick-dots {
    bottom: -30px;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

    .plans_wrapper .slick-dots li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        width: 20px;
    }

        .plans_wrapper .slick-dots li button {
            font-size: 0;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #ccc;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .plans_wrapper .slick-dots li.slick-active button {
            background-color: #333;
            width: 20px;
            height: 8px;
            border-radius: 6px;
            background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
            background: linear-gradient(to right, #4863db, #1c1f4c, #4863db);
        }

        .plans_wrapper .slick-dots li button:hover {
            background-color: #888;
        }

        .plans_wrapper .slick-dots li button:before {
            color: transparent;
        }

.top_plans {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 14px #80808021;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    background-color: #fff;
}
.top_plans:hover{
    transform:scale(1.04);
}
.top_plans:hover p{
    color:#000;
}
.plans-img{
    overflow:hidden;
}
.top_plans:hover .plans-img img {
    transform: scale(1.1);
}

.top_plans img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition:all .3s ease;
}

.top_plans h3 {
    text-align: left;
    padding: 0px;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: .5px;
}

.top_plans p {
    text-align: justify;
    padding: 0px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 12px;
    color: #535252;
}
.top_plans .plans-cont{
    height: 225px;
    padding: 24px 15px;
}

.float_icons {
    position: fixed;
    bottom: 20px;
    z-index: 99999;
}

/* .twak_chat{
        left:15px;
      } */

.whatapp_chat {
    right: 30px;
    bottom: 130px;
}

.whatapp_chat i {
    color: #fff;
    font-size: 35px;
    box-shadow: 0px 2px 15px rgba(128, 128, 128, 0.155);
    transition: box-shadow 0.3s ease;
    border-radius: 5px;
    background-color: #25d366;
    transition: 0.3s;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.whatapp_chat i:hover {
    box-shadow: 0px 2px 15px rgba(128, 128, 128, 0.504);
    transform: translateY(-5px);
}

.p_heading {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 20px !important;
    text-align: center;
    line-height: 1.5;
}

/*Top-Ditails 1 */
.top_dit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_dit .top_dit_wrapper i {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 23px;
    background-color: #3454dc21;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 20px 10px 20px 10px;
    color: #3454dc;
}

.top_dit .top_dit_wrapper p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.top_dit_wrapper {
    background-color: #3454dc21;
    width: 19%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #8080801f;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 2px 2px 14px #80808021;
}
/*Top-Details 1 End */

/*Top-Details 2 */
.top_dit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 50px 20px;
    background: #f9fafc;
}

.top_dit .top_dit_wrapper i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: linear-gradient(45deg, #FF7F32, #FF4E62); 
    background: linear-gradient(135deg, #3454dc, #5c76f5);
/*    background: linear-gradient(135deg, #3454dc, #1d2ca1);*/
    color: #fff;
    font-size: 24px;
}

.top_dit .top_dit_wrapper p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0B1A46; /* dark navy for text */
    white-space: nowrap;
}

.top_dit_wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    width: 230px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    height:100%;
}

.top_dit_wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/*Top-Details 2 End */

.top_deal {
    box-shadow: 2px 2px 8px #8080801c;
    box-shadow: -4px 2px 12px #80808038;
    border-radius: 10px;
    /* margin: 0px 12px;  */
    position: relative;
}

.top_deal img {
    width: 100%;
    /* height: 277px;  */
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}



.top_deal h3 {
    text-align: center;
    /* padding: 10px 12px;  */
    font-size: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3454dc;
}

/* .top_deal p {
      text-align: justify;
      padding: 0px 15px;
      font-size: 15px;
      display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 110px;
    } */

.plans-price {
    display: flex;
    align-items: end;
}

.plans-price h3 {
    font-size: 26px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 0px;
    line-height: 1;
    word-spacing: -5px;
    padding: 0px;
}

.del_price {
    font-size: 15px;
    color: #2b2540;
    margin-bottom: 0px !important;
    margin-top: 4px !important;
    margin-right: 10px !important;
}

.plans-wrapper {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1; */
}

/* .plans-wrapper::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
} */



.top_deal .top_plans .plans-cont {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.enq-btn {
    display: flex;
    /* background: linear-gradient(to right, #4863db, #1c1f4c);  */
    background: linear-gradient(to right,#4863db,#1c1f4c,#4863db);
    background-size: 200% 100%;
    background-position: left;
    transition: background-position 0.3s ease-in-out;
    width: fit-content !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 1;
    padding: 19px 30px !important;
}

.enq-btn i {
    width: auto !important;
    height: auto !important;
    margin-left: 10px !important;
    font-size: 17px !important;
}

.enq-btn:hover {
     background-position: right;
}

.enquire-modal .modal-header {
    background-image: url(../static-img/enquire-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    height: 200px;
    position: relative;
    border: none;
}

.enquire-modal .modal-header h1 {
        color: #fff;
    position: absolute;
    bottom: 2px;
    right: 50%;
    z-index: 1;
    font-size: 19px !important;
    transform: translate(50%, -0%);
}
.enquire-modal .modal-footer button{
    background-color: #2e2e2e;
    margin: auto;
}
.enquire-modal .modal-header .btn-close{
    position: absolute;
    top: 17px;
    right: 17px;
    background-color: #fff;
    font-size: 13px;
}

.hero_slider .slick-arrow {
    z-index: 9;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: .3s;
}
.hero_slider  .slick-arrow:hover{
    background-color:#3454dc;
}
.hero_slider  .slick-arrow:hover svg{
    color: #fff;
}

.hero_slider .slick-arrow svg {
    color: #3454dc;
    transition: .3s;
}

.hero_slider .slick-prev {
    left: 20px;

}

.hero_slider .slick-next {
    right: 20px;
}

.hero_slider .slick-prev:before,
.slick-next:before {
    color: #3454dc;
    display: none;
}

.ad_quote{
    background-image: url(../static-img/banner/banner-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.ad_quote::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3454dc;
    background: linear-gradient(90deg,rgba(52, 84, 220, 1) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg,rgba(52, 84, 220, 1) 30%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 3px;
}
.ad_quote-cont{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}
.ad_quote-cont p:first-child{
    white-space:nowrap;
}
.ad_quote-cont p{
    font-size: 22px;
    color: #fff;
}
.ad_quote-cont h2{
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
/*.ad_quote-cont .uni-btn{
    width: fit-content;
    background-color: #fff;
    color: #3454dc;
    padding: 15px 75px;
    margin-top: 10px;
}*/
    .ad_quote-cont .uni-btn {
        width: fit-content;
        background-color: #ffffff;
        color: #3454dc;
        padding: 15px 75px;
        margin-top: 10px;
        border: 2px solid #3454dc;
/*        border-radius: 8px; */
        font-weight: 600;
        letter-spacing: 0.5px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

        .ad_quote-cont .uni-btn:hover {
            background-color: #98acff;
            color: #ffffff;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

.ad_quote-cont .uni-btn i{
    margin-right: 7px;
}
/* .right_wrapper{
    position: sticky;
    top: 110px;
} */

/* Whatsapp  */
.whatsapp{
    background: linear-gradient(90deg,rgba(34, 158, 162, 1) 30%, rgba(7, 58, 59, 1) 100%);
}
.whatsapp-cont{
    height: 300px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}
.whatsapp-cont h2{
    color: #fff;
    font-weight: 700;
}
.whatsapp-cont h2 i{
    font-size: 34px;
    margin: 0px 3px;
}
.whatsapp-cont h2 span{
    color: #3BD36D;
}
.whatsapp-cont p{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.whatsapp-cont .uni-btn{
    background-color: #fff;
    color: #3BD36D;
    font-weight: 700;
    padding: 10px 40px;
    width: fit-content;
    font-size: 26px;
    box-shadow: 2px 5px 14px #0000003d;
}

/* Enquire  */
.enquire_fixed{
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding:14px 10px;
      background-color: #06113E;
      z-index: 99999999;
      /* z-index: 999; */
      box-shadow: -2px 0px 14px #8080804d;
    }
    .enquire-modal{
        z-index: 999999999;
    }
    .right_wrapper .enquire-modal{
        z-index: 999999999;
        overflow: hidden;
    }
    .enquire_fixed h3{
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
      color: #fff;
    }
    .enquire_fixed p{
      font-size: 13px;
      font-weight: 500;
      text-align: center;
      color: #979DAD;
      margin-bottom: 0px;
    }
    .enquire_fixed span{
      font-size: 20px;
      text-align: center;
      color: #fff;
    }
    .enquire_fixed-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    }
    .enquire_f-title{
          display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
    .enquire_f-cont{
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: baseline;
    }
    .enquire_f-cont span{
        display: flex;
        margin: 0px 5px;
    }
    .enquire_f-btns{
      display: flex;
      justify-content: space-between;
    }
    .enquire_f-btns .enquire_f-btn{
      width: 49%;
      padding: 12px 15px;
      background-color: #3454dc;
      border: unset;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: .2px;
    }
    .enquire_f-btns .enquire_f-btn i{
      font-size: 24px;
        /* margin-bottom: -4px; */
        margin-right: 10px;
        display: flex;
    }

    .enquire_f-btns .enquire_f-btn{
        width: 46px!important;
        height: 46px;
        border-radius: 50px;
        background: linear-gradient(90deg, rgba(243, 151, 20, 1) 0%, rgba(253, 93, 77, 1)  100%);
        color: #fff;
    }
    .enquire_f-btns .enquire_f-btn:hover{
        background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    }

    .enquire_f-btns .enquire_m-btn{
        width: 46px !important;
        height: 46px;
        border-radius: 50px;
        color: #fff;
        z-index: 1;
        border: none;
        background-color: #4B8CFB;
        margin-left: 5px;
        padding: 12px 15px;
        opacity: 0;
        margin-right: 0px !important;
    }
    .enquire_f-btns .enquire_m-btn img{
        width: 20px;
    }

    .left_wrapper ul li{
        text-transform: capitalize;
        line-height: 1.7;
    }
    .left_wrapper ul li::marker{
        color: #4DB844;
        color: #908e8e;
    }

    .tag-container{
        margin-bottom: 10px;
    }
    .enquire_f-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 20px;
  background-color: #4caf50;
  color: white;
  border-radius: 8px;
  overflow: hidden;
}
.enquire_f-btn img{
    width: 20px;
}

/* Wrap the icon to isolate the animation */
.icon-wrapper {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.enquire_f-btn .icon-wrapper{
    display: flex;
}

/* The pulsing ring effect */
.ring-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: ring 1.5s ease-out infinite;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}

/* Ensure icon stays above the ring */
.icon-wrapper i {
  position: relative;
  z-index: 1;
}

/* Keyframes for ring pulse */
@keyframes ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.call-book{
    position: relative;
}
.call-book img{
    width: 100%;
}

.call_content {
    background-image: url(../static-img/content-bg-2.svg);
    background-image: url(../static-img/content-bg-3.svg);
    /*    padding: 40px 20px 65px 20px; */
    padding: 40px 10px 65px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    display: flex;
    gap: 10px;
}
.call_content .call_icon{
      width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}
.call_cont h3{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.call_cont a{
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  white-space: nowrap;
  text-decoration: none;
}
.call_cont a:hover {
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.call_cont{
        display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    
}

.shape{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}
.shape svg path{
    fill: #3454dc;
    fill: #0099ff; 
    fill: #2e2e2e;
    fill: #fff;
}
.sec-shape{
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}
.sec-shape svg path{
    fill: #3454dc80;
    fill: #d3d3d363;
}
.slider_wrapper .text-center{
    display: flex
;
    justify-content: center;
    align-items: baseline;
}
.slider_wrapper .text-center a{
    margin-right: 15px;
}

.fixed_whatsapp{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%);
    /* display: none;  */
    z-index: 999;
}
.fixed_whatsapp a{
    display: flex;
    height: 100%;
    justify-content: end;
}
.fixed_whatsapp a img{
    width: 40px;
    width: 100%;
    width: 70%;
}
.navbar-toggler{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.navbar-toggler-icon{
    width: 22px;
    height: 22px;
}

.map iframe{
    width:100% !important;
    height:450px !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 14px 4px rgba(128, 128, 128, 0.18);
}


/* Pricing  */
.dep-wrap-sec{
      width: 85%;
      margin: auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 20px;
      text-align: center;
/*      box-shadow: 2px 2px 14px #80808040;*/
    }
    .dep-wrap-sec span{
      font-weight: 700;
      font-size: 22px;
      color: #1a1919;
      text-transform: uppercase;
    }
    .dep_date{
      margin-bottom: 0px !important;
    }
    .n_heading{
      width: fit-content;
      font-weight: 600; 
      font-size: 16px; 
      color: #fff;
      margin-bottom: 0px !important;
      background-color: #23aa49;
      padding: 8px 15px;
      border-radius: 5px;
      position: relative;
      top: -45px;
      left: 15px;
      box-shadow: 2px 2px 14px #80808024;
    }

    .dep-wrap-sec sub{
        display: none;
    }

    .dep-wrap-sec p {
      font-weight: 800;
      font-size: 24px;
      color: #1a1919;
      margin-bottom: 0px;
      line-height: 1;
      color: #23aa49;
      white-space: nowrap;
    }
    .content {
      display: none;
    }
    .active {
      display: block;
    }
    .dep_date-btn{
      width: 100%;
      font-size: 18px;
      line-height: 1.5;
      position: relative;
      background: transparent;
      border: unset;
      text-align: left;
      font-weight: 500;
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .dep_date-btn i{
        margin-left: 15px;
    }
    .dep_date .wrap_shadow{
      padding-bottom: 15px;
      margin-bottom: 12px !important;
    }

    .other-deals{
        display: none;
    }

    .m_heading h1{
        text-align: center;
    }

    .dep-wrap-sec {
        width: 100%;
        margin: auto;
        padding: 20px 12px;
        background-color: #fff;
        border-radius: 20px;
        text-align: center;
/*        box-shadow: 2px 2px 14px #80808040;*/
    }
    .dep_date{
        font-size: 13px !important;
        margin-top: 10px;
        color: #151515 !important;
        font-weight: 600 !important;
        white-space: normal !important;
        line-height: 1.3 !important;
    }

    #suggestions {
      max-height: 150px;
      overflow-y: auto;
      position: absolute;
      background: #fff;
      width: 93%;
      box-shadow: 2px 2px 14px 4px rgba(128, 128, 128, 0.105); 
      border-radius: 8px;
      z-index: 1;
    }
    .suggestion-item {
      padding: 8px;
      cursor: pointer;
      font-size: 15px;
    }
    .suggestion-item:hover,
    .suggestion-item.active {
      background-color: #3454dc21;
    }

        /* Passange  */
        .passanger_wrapper {
            background: #fff;
            box-shadow: 2px 2px 14px 4px rgba(128, 128, 128, 0.105);
            border-radius: 8px;
            z-index: 1;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: all 0.3s ease;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
        }

        .pass_relative{
            position: relative;
        }

        .passanger_wrapper.show {
            max-height: 500px; /* Adjust based on your content height */
            opacity: 1;
        }
    
        .single-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 10px;
        }
    
        .passanger-box {
            width: 100%;
            padding: 10px 15px;
            border-radius: 50px;
            border: 1px solid #f6f6f6;
            font-size: 15px;
            outline: unset;
            margin-bottom: 5px !important;
            background-color: #f6f6f6;
        }
    
        .passanger-box h6 {
            margin-bottom: 0px;
            font-size: 15px;
            color: #8f8f8f;
            font-weight: 400;
            line-height: 1.6;
        }
    
        .ps_input {
            width: 40px !important;
            background-color: transparent !important;
            text-align: center;
            line-height: 1;
            font-size: 14px !important;
            font-weight: 500;
            border: none !important;
            margin-bottom: 0px !important;
            padding: 0px !important;
        }
    
        .quantity-counter button {
            height: 20px;
            min-width: 20px;
            max-width: 20px;
            border-radius: 50%;
            border: 1px solid #3454dc;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.35s;
            font-size: 17px;
            color: #3454dc;
        }
    
        .quantity-counter {
            display: flex;
            align-items: center;
        }
    
        .ps-title h6 {
            font-size: 14px;
            font-weight: 500;
            color: #666666;
            margin-bottom: 0;
        }
    
        .ps-title span {
            font-size: 13px;
            font-weight: 400;
            color: #666666;
            margin-bottom: 0;
        }
    
        .ps_input:focus {
            outline: none !important;
        }

        .mod-btn{
            background-color: transparent;
            border: unset;
            padding: 0px;
            width: 100%;
            margin-bottom:0px !important;
        }
        .mod-btn:hover{
            background-color: transparent;
        }
        .mod-btn:active{
            background-color: transparent !important;
        }
        .mod-btn:focus-visible{
            background-color: transparent !important;
            box-shadow: none !important;
        }



        /* Second Modal  */
        .secondmodal textarea{
            width: 100%;
            padding: 10px 15px;
            border-radius: 10px;
            border: 1px solid #f6f6f6;
            font-size: 15px;
            outline: unset;
            background-color: #f6f6f6;
        }
        .secondmodal textarea:focus {
            outline: 1px solid #3453dc77;
            background-color: #3453dc1e;
        }

        .secondmodal textarea:focus::placeholder {
            color: transparent;
        }
        .secondmodal .deal_form{
            /* box-shadow: 2px 2px 9px 2px rgba(128, 128, 128, 0.106);  */
            /* border-radius: 10px;  */
            padding: 25px 15px;
            background-color: #FBFDFF;
        }
        .secondmodal p{
            font-size: 18px;
            color: #8f8f8f;
        }
        .secondmodal .modal-btns{
            display: flex;
        }
        .secondmodal .modal-btns a{
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            height: 48px;
        }
        .secondmodal .modal-btns .phone{
            font-size: 14px;
            padding: 8px 16px;
            border: 2px solid #bfdbfe;
            margin-right: 10px;
            color: #2663eb;
        }
        .secondmodal .modal-btns .phone:hover{
            background-color: #eff6ff;
            border:2px solid #93c5fd;
            color: #18181b;
        }
        .secondmodal .modal-btns .phone i{
            font-size: 15px;
            margin-right: 5px;
        }
        .secondmodal .modal-btns .whatsapps{
            font-size: 14px;
            padding: 8px 16px;
            color: #fff;
            background: linear-gradient(90deg, rgba(37, 211, 102, 1) 0%, rgb(29, 168, 81) 100%);
            box-shadow: 0 10px 15px -3px #0000001a;
        }
        .secondmodal .modal-btns .whatsapps:hover{
            background: linear-gradient(90deg, #1da851 0%, #1da851 100%);
        }
        .secondmodal .modal-btns .whatsapps i{
            font-size: 19px;
            margin-right: 5px;
        }
        .secondmodal .form_wrap{
            background-color: #f9fafb; padding: 24px 32px;
            border-bottom: 1px solid #e5e7eb;
        }
        .secondmodal .form_wrap h6{
            color: #4b5563; margin-bottom: 16px; text-align: center;
        }
        .secondmodal .persn-quote{
            background-color: #eff6ff;
            color: #2563eb;
            padding: 8px 16px;
            margin: auto;
            margin-bottom: 16px;
            font-size: 14px;
            gap: 8px;
            display: flex;
            border-radius: 50px;
            align-items: center;
            justify-content: center;
            width: fit-content;
            
        }
        .secondmodal .persn-quote svg{
            width: 16px;
            height: 16px;
        }
        .secondmodal .modal-header{
            background: linear-gradient(34deg, rgba(35, 95, 232, 1) 0%, rgba(44, 69, 210, 1) 100%);
            color: #fff;
        }
        .secondmodal .modal-footer{
            background-color: #f9fafb;
        }
        .secondmodal .modal-title{
            font-size: 24px;
        }
        .secondmodal .modal-header .btn-close{
            background-color: #fff;
            font-size: 10px;
        }
        .secondmodal .deal_form input{
            background-color: #fff;
            padding: 8px 12px 8px 48px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            height: 48px;
            font-size: 16px;
        }
        .secondmodal .deal_form textarea::placeholder{
            color: #7f7f88;
        }
        .secondmodal .deal_form textarea{
            background-color: #fff;
            padding: 8px 12px 8px 48px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            height: 48px;
            font-size: 16px;
            min-height: 120px;
        }
        .secondmodal .deal_form input::placeholder{
            color: #7f7f88;
        }
        .secondmodal .sorm_style{
            position: relative;
        }
        .secondmodal .sorm_style svg{
            position: absolute;
            top: 50%;
            left: 16px;
            transform: translate(-0%, -50%);
            color: #9ca3af;
            height: 20px;
            width: 20px;
        }
        .secondmodal .cont-code select{
            border-radius: 12px 0px 0px 12px !important;
            height: 48px !important;
            position: relative;
            width: 50% !important;
            background-color: #2563eb1a !important;
        }
        .secondmodal .cont-code input{
            width: 50%;
            border-radius: 0px 12px 12px 0px !important;
            padding-left: 12px;
            border-left: unset;
        }
        .secondmodal .enq-btn{
            width: fit-content !important;
            font-size: 16px !important;
            padding: 8px 32px !important;
            height: 48px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px !important;
            margin-top:0px;
        }
        .secondmodal .modal-footer div{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .secondmodal .modal-footer p{
            font-size: 13px;
            color: #6b7280;
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .secondmodal .modal-footer p span{
            width: 8px;
            height: 8px;
            border-radius: 50px;
            background-color: #4ade80;
            display: block;
        }

.whatsapps-bts {
    font-size: 14px !important;
    padding: 8px 16px;
    color: #fff;
    background: linear-gradient(90deg, rgba(37, 211, 102, 1) 0%, rgb(29, 168, 81) 100%);
    box-shadow: 0 10px 15px -3px #0000001a;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 48px;
    color: #fff !important;
}

    .whatsapps-bts:hover {
        background: linear-gradient(90deg, #1da851 0%, rgb(29, 168, 81) 100%) !important;
    }

    .whatsapps-bts i {
        background-color: transparent !important;
    }

.sec-numb {
    display: flex;
}

.enq-toll{
    position:relative;
}
.enq-toll h6 {
    position: absolute;
    top: -10px;
    left: -55px;
    font-size: 11px;
    background-color: #23aa49;
    /* z-index: 99999999999999999999999999; */
    color: #fff;
    padding: 1px 7px;
    border-radius: 7px 7px 2px 7px;
    background: linear-gradient(90deg, rgba(37, 211, 102, 1) 0%, rgb(29, 168, 81) 100%);
}
.head_whatsApp {
    background: linear-gradient(90deg, rgba(37, 211, 102, 1) 0%, rgb(29, 168, 81) 100%) !important;
    margin-right: 30px !important;
}
.head_whatsApp:hover {
    background: linear-gradient(90deg, #1da851 0%, rgb(29, 168, 81) 100%) !important;
}

.the_deal {
    font-size: 28px !important;
    /*    background: linear-gradient(90deg, #FF6F3C, #DD2476);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #43559b;
    color: #06113E;
    font-weight: 800 !important;
}
.hotel_head {
    font-size: 24px !important;
}
.starting_wrapper .starting_btn .enq-btn{
    font-size:16px !important;
}
.facebook-icon i{
    background: linear-gradient(45deg, #1877f2, #3b5998 );
}
.insta-icon i{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90% );
}
.whatapp-icon i{
    background: linear-gradient(45deg, #25d366, #075e54 );
}
.ft_paymnet {
    display: flex;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
}
.ft_paymnet svg{
    margin: 0 2px;
    vertical-align: middle;
}
.ft_paymnet img{
    height: 50px;
    border-radius: 8px;
}
.sc-by{
    list-style:none;
}
.sc-by img {
/*    width: 150px; */
    border-radius: 5px;
    height: 45px;
}

/*  Calendar-Style-Start  */
#calendar1 {
    max-width: 100%;
/*    margin-bottom: 24px !important; */
    background: #fff;
    border: 1px solid #cccccc52;
    padding: 10px;
    /* calander-height  */
/*    max-height: 485px; */
    overflow: hidden;
    border-radius: 10px;
}

#calendar2 {
    max-width: 100%;
    margin-bottom: 10px !important;
    background: #F6F7F7;
    border: 1px solid #cccccc52;
    padding: 10px;
}
/* Ensure calendar resizes correctly */
.fc {
    box-sizing: border-box;
    width: 100%;
}

.fc-event-title {
    font-weight: bold;
}

.fc .fc-col-header-cell-cushion {
    color: #1a1919;
    font-weight: 500;
    font-size: 16px;
}

.fc .fc-daygrid-day-number {
    color: #020817;
    font-size: 14px;
    font-weight: 700;
    padding: 0px !important;
}

    .fc .fc-daygrid-day-number:hover {
        color: unset !important;
    }

.fc-h-event .fc-event-title {
    font-weight: 700;
    font-size: 13.5px;
}

.fc-day-today .fc-scrollgrid-sync-inner {
    background-color: #ffe5e5 !important;
}

.dep_date .wrap_shadow {
    padding: 25px 12px;
}

.fc .fc-daygrid-event {
    font-size: unset !important;
    margin: 0px !important;
    height: auto !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 6px;
    height: 25px !important;
    width: fit-content;
    line-height: 1;
    /*    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
    background-color:transparent !important;
    border-color:transparent !important;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    background-color: transparent;
}

.fc .fc-toolbar{
    flex-wrap:wrap;
}

.fc .fc-toolbar-title {
    font-size: 1.45em;
    color: #ff3300;
    /* color: #23aa49;  */
    font-weight: 700;
    letter-spacing: .5px;
}

.fc .fc-button {
    font-size: 13px !important;
}

.fc-button-group {
    gap: 8px;
}

.fc .fc-button-group > .fc-button {
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0px !important;
}

.fc .fc-daygrid-day-top {
    justify-content: center;
    /* for-height  */
    /*    height: 55px !important; */
}

.fc .fc-col-header-cell-cushion:hover {
    color: #1a1919 !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    /*    min-height: 20px !important; */
    width: max-content;
    /* for-height  */
    position: absolute !important;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, -0%);
    margin-top: 8px;
    min-height: 0 !important;
}

/* Borders  */
.fc-theme-standard td {
    border: unset !important;
}

.fc-scrollgrid {
    border: unset !important;
}

.fc-theme-standard th {
    border: unset !important;
}

.fc .fc-col-header-cell-cushion {
    color: #64748bcc;
    font-size: 14px;
    padding-bottom: 24px !important;
}

.fc .fc-button-group > .fc-button {
    color: #2e2e2e;
    border: unset;
    background-color: #F4F4F4;
    transition: all .2s ease;
    /* box-shadow: 2px 2px 3px #8080802b; */
}

    .fc .fc-button-group > .fc-button:hover {
        color: #fff;
        background-color: #3454dc;
    }

    .fc .fc-button-group > .fc-button:focus {
        color: #fff;
        background-color: #3454dc;
        box-shadow: 0 0 0 .2rem #3454dc2b;
    }
    .fc .fc-button-group > .fc-button:active {
        background-color: #3454dc !important;
        box-shadow: 0 0 0 .2rem #3454dc2b !important;
    }

.fc .fc-toolbar-title {
    font-size: 24px !important;
    color: #020817cc;
}

.fc .fc-col-header-cell-cushion:hover {
    color: darkgray !important;
}

.fc-h-event .fc-event-title-container {
    text-align: center;
}

.fc .fc-daygrid-day-frame {
/*    border: 2px solid #e2e8f066;*/
/*    height: 70px; */
    height:60px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
/*    background-color: #fff; */
/*    margin: 1px; */
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent !important;
}
.fc-daygrid-day:focus {
    background-color: #f4f5ff !important;
    border-radius: 16px;
}
.fc-daygrid-day:active {
    background-color: #f4f5ff !important;
    border-radius: 16px;
}
.fc-daygrid-day:hover {
    background-color: #f4f5ff !important;
    border-radius: 16px;
}
.fc-daygrid-day:target {
    background-color: #f4f5ff !important;
    border-radius: 16px;
}
.fc-daygrid-day:focus-visible {
    background-color: #f4f5ff !important;
    border-radius: 16px;
}
.fc-daygrid-day:focus-within {
    background-color: #f4f5ff !important;
    border-radius: 16px;
}

.fc-today-button {
    border: 1px solid #0f172a33 !important;
    background-color: #fff !important;
    color: #020817 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    border-radius: 12px !important;
    padding: 0px 16px !important;
    height: 36px !important;
}

.included-wrap {
    position: relative;
}

.atol-img {
    list-style: none;
}

    .atol-img img {
        position: absolute;
        top: -45px;
        right: 0;
        width: 85px;
    }
/*.atol-img {
    background-image: url(../static-img/atol-holidayMasters.png);
    background-repeat: no-repeat;
    background-position: top right;
}*/

.sc-by {
    list-style: none;
}

    .sc-by img {
        /* width: 150px; */
        border-radius: 5px;
        height: 45px;
    }

.ft_paymnet {
    display: flex;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
}

    .ft_paymnet svg {
        margin: 0 2px;
        vertical-align: middle;
    }

.facebook-icon i {
    background: linear-gradient(45deg, #1877f2, #3b5998);
}

.insta-icon i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.whatapp-icon i {
    background: linear-gradient(45deg, #25d366, #075e54);
}

.right_wrapper {
/*    overflow-y: auto; */
    height: 100%;
}

    /* Webkit (Chrome, Edge, Safari) */
    .right_wrapper::-webkit-scrollbar {
        width: 6px;
    }

    .right_wrapper::-webkit-scrollbar-track {
        background: #eee;
        margin-left: 6px;
        border-radius: 8px;
    }

    .right_wrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #999, #666);
        border-radius: 8px;
    }

        .right_wrapper::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, #666, #444);
        }


@media (min-width: 992px) and (max-width: 1399px) {
    .top_dit {
        flex-wrap: initial;
        gap: 12px;
    }
}

@media screen and (max-width: 991px) {
    .top_dit {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (min-width: 1199px) and (max-width: 1399px) {
    .fc .fc-toolbar-title {
        font-size: 18px !important;
    }

    .fc .fc-col-header-cell-cushion {
        font-size: 15px;
    }

    .fc .fc-daygrid-day-number {
        font-size: 12px;
    }

    .fc-h-event .fc-event-title {
        font-size: 12px;
    }
    .fc .fc-daygrid-day-frame {
        height: 55px;
    }
}

@media screen and (max-width: 1467px) {
    .plans_wrapper .slick-arrow {
        display: none !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .fc .fc-toolbar-title {
        font-size: 16px;
    }

    .fc .fc-col-header-cell-cushion {
        font-size: 12px;
    }

    .fc .fc-daygrid-day-number {
        font-size: 12px;
    }

    .fc-h-event .fc-event-title {
        font-size: 10px;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        flex-direction: column;
    }

    .fc-toolbar-chunk h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .fc-toolbar-chunk {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: space-between;
    }

    .fc .fc-button-group > .fc-button {
        width: 35px;
        height: 35px;
    }
    .fc .fc-daygrid-day-frame {
        height: 50px;
    }
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
        bottom:-3px;
    }
    .wrap_shadow {
        padding: 25px 10px;
    }
}

@media screen and (max-width: 767px){
    .fc-toolbar-chunk h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px !important;
    }
    .fc-toolbar-chunk {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: space-between;
    }
    .fc .fc-daygrid-day-number {
        font-size: 12px;
    }
    .fc-h-event .fc-event-title{
        font-size:12px;
    }
    .fc .fc-col-header-cell-cushion{
        font-size:12px;
    }
    .wrap_shadow{
        padding:25px 12px;
    }
    .fc .fc-daygrid-day-frame{
        height:45px;
    }
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        bottom: -5px;
    }
    .fc .fc-toolbar-title{
        font-size:20px !important
    }
    .fc .fc-button{
        font-size:12px !important;
    }
    .fc .fc-daygrid-day-frame{
        border-radius:5px !important;
    }
    .fc-daygrid-day {
        border-radius: 5px !important;
    }
}
@media screen and (max-width: 367px){
    .fc-h-event .fc-event-title{
        font-size:11px !important;
    }
}
/* Calander-END  */

@media (min-width: 1200px) and (max-width: 1399px) {
    .starting_wrapper .starting_btn .enq-btn {
        font-size: 13px !important;
    }

    .call_cont a {
        font-size: 20px;
    }

    .top_dit {
        flex-wrap: initial;
        gap: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .starting_wrapper .starting_btn .enq-btn {
        font-size: 15px !important;
    }
    .call_cont a {
        font-size: 22px;
    }
    .top_dit {
        flex-wrap: initial;
        gap: 12px;
        height: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1399px) {
    .sec-numb {
        flex-direction: column;
    }

        .sec-numb a:last-child {
            padding-left: 40px !important;
        }

    .nav-item {
        margin-right: 15px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sec-numb {
        flex-direction: column;
    }

        .sec-numb a:last-child {
            padding-left: 40px !important;
        }
}

    @media screen and (max-width: 1467px){
        .plans_wrapper .slick-arrow{
            display:none !important;
        }
    }

@media screen and (min-width: 1400px){
    .call_content {
        padding: 60px 10px 65px 10px;
        bottom: -85px;
    }
    .myperadiv {
        width: 100%;
        bottom: -55px;
    }
}

@media screen and (min-width: 1199px) {
    .enq-btn{
        width: 100% !important;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 0px !important;
    }
    .sl-enq{
        width: auto !important;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1399px) {
    .hero_slider .slick-slide img {
        height: 500px;
    }
    .top_dit .top_dit_wrapper p{
        white-space: nowrap;
    }
    .right_wrapper{
        position: unset;
    }
    .top_plans .plans-cont{
        height: 179px;
    }
}

@media screen and (max-width: 1199px) {
    .hero_slider .slick-slide img {
        height: 500px;
    }
    .top_dit .top_dit_wrapper p{
        white-space: normal;
        text-align: center;
    }
    .top_plans .plans-cont{
        height: 225px;
    }
    .navbar-brand img {
        max-width: 220px;
    }
    .nav-item a {
        font-size: 18px;
    }
}

@media screen and (min-width: 991px) {
    .nav-item {
        margin-right: 30px;
    }

    .slider_wrapper h1 {
        font-size: 80px;
    }

    .m_heading h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .cta_left {
        margin-bottom: 30px;
    }

    .right_wrapper {
        margin-top: 25px;
    }

    header {
        position: sticky;
        top: 0;
        background-color: #fff;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    }

    header .navbar {
        padding: 0px;
    }

    .nav-item a {
        color: #000;
        font-size: 15px;
    }

    .navbar-nav{
        padding: 30px 0px;
    }

    .nav_dit ul a {
        color: #000;
    }

    .nav_dit {
        margin-top: 20px;
        margin-bottom: 30px;
        justify-content: center;
    }

    /* .hero_slider .slick-slide img {
        height: auto;
    } */
     .top_dit{
        flex-wrap: wrap;
        gap:10px;
    }
    .top_dit_wrapper{
        width: 30%;
/*        margin-bottom: 15px; */
    }
    .top_dit_wrapper:last-child{
        width: 30%;
        margin-bottom: 0px;
    }
    .service_wrapper .servwrap_img img{
        height: 250px !important;
    }
    .top_deal{
        margin-bottom: 20px;
    }
    .fixed_whatsapp{
        display: block;
    }
    .call-book{
        border-radius: 25px;
        overflow: hidden;
    }
    .call_content{
        bottom: 0;
    }
    .myperadiv{
        width: 100%;
        bottom: 20px;
    }
        .top_plans .plans-cont {
        height: 205px;
    }
    .left_wrapper h3 {
    text-align: center;
    line-height: 1.5;
    }
    .right_wrapper .enquire-modal .modal-header{
        height: 350px;
    }
    .right_wrapper .shape{
        bottom: -2px;
    }
    .nav_dit .enq-btn{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .cta_icon {
        width: 20%;
    }

    .footer {
        border-radius: 70px 0px 0px 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .foot_heading {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .plans_wrapper {
        overflow: hidden;
    }

    .p_heading {
        font-size: 18px !important;
        text-align: center !important;
    }
    .top_dit_wrapper{
        width: 49%;
    }
    .service_wrapper .servwrap_img img{
        height: 300px !important;
    }
    .top_dit{
        display: none;
    }
    .ad_quote-cont{
        padding-left: 12px;
        padding-right: 12px;
        align-items: center;
        height: 500px;
    }
    .ad_quote-cont p{
        text-align: center;
        font-size: 18px;
        white-space: wrap !important;
    }
    .ad_quote-cont h2{
        text-align: center;
        font-size: 32px;
    }
    .ad_quote{
        height: 500px;
    }
    .ad_quote-cont .uni-btn{
        padding: 15px 30px;
    }
    .ad_quote::after{
        background: linear-gradient(90deg, rgba(52, 84, 220, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .top_plans .plans-cont{
        height: auto;
    }
    .modal{
        z-index: 999999999;
    }
/*    header {
        height: 80px;
        height: 60px;
        display: flex;
        align-items: center;
    }
    header .navbar{
        width:100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-brand img{
        max-width:150px;
    }*/
}
@media screen and (max-width: 499px){
    .top_dit_wrapper{
        width: 100%;
    }
    .top_dit_wrapper:last-child{
        margin-bottom: 0px;
    }
    .slider::after{
        background: linear-gradient(360deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 80%);
    }
}

/*@media screen and (max-width: 499px){
    header {
        height: 60px;
    }

    .navbar-brand img {
        max-width: 110px;
    }
}*/

@media screen and (max-width: 467px){
    .hero_slider .slick-arrow{
        width: 45px;
        height: 45px;
    }
    .hero_slider .slick-prev{
            left: 10px;
    }
    .hero_slider .slick-next{
            right: 10px;
    }
    .sl_city_price p{
        font-size: 18px;
    }
    .sl_city_price span{
        font-size: 27px;
    }
    .slider_wrapper .text-center{
        flex-direction: column;
        align-items: center;
    }
    .slider_wrapper .text-center a{
        margin-right: 0px;
    }
    .slider_wrapper .uni-btn{
        padding: 15px 50px;
    }
    .right_wrapper .enquire-modal .modal-header{
        height: 300px;
    }
    .secondmodal .modal-btns{
        flex-direction: column;
    }
    .secondmodal .modal-btns a{
        width: 100%;
    }
    .secondmodal .modal-btns .phone{
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .secondmodal .modal-footer div{
        flex-direction: column;
    }
    .secondmodal .modal-footer p{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 367px){
    .hero_slider .slick-arrow{
        display: none !important;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1199px) {
    .call_content{
        padding: 40px 12px 65px 12px;
    }
    .call_content .call_icon{
        width: 50px;
        height: 50px;
    }
}


/* ------------New-Phase-Start----------- */

/* Tabs bar */
.tabs {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 70px;
    z-index: 9;
    border-radius: 12px;
}
.tabs_list {
    scroll-margin-top: 140px;
}
.tabs ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.tabs li a {
    font-size: 16px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #f0f2f5;
    transition: background-color 0.3s, color 0.3s;
}
.tabs li a:hover,
.tabs li a.active {
    color: #fff;
    background: linear-gradient(90deg, #4863db 0%, #1c1f4c 100%);
}

/* Sections */
.tabs-wrapper {
    padding: 30px 0px;
    max-width: 100%;
    margin: auto;
    padding-bottom:0px;
}
.tabs li a.active {
    background-color: #0077ff;
    color: #fff;
}
.tabs_list {
    background-color: #fff;
    border-radius: 8px;
    padding: 35px 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    scroll-margin-top: 120px;
}
.tabs_list h3 {
    display: flex;
    align-items: center;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.tabs_list .tabs_icons {
    background-color: #eaeeff;
    color: #ff5724;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:15px;
}
.tabs_list .tabs_icons svg{
    width: 25px;
    height: 25px;
    fill: #4562E7;
}
.tabs_list h3 img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.tabs-scroll {
    scroll-margin-top: 150px;
}
.read-more-text {
    line-height: 1.6;
    font-size: 1em;
}
.more-text {
    display: none;
}
.read-more-text.show-more .more-text {
    display: inline;
}
.read-more-btn {
    margin-top: 10px;
    background: transparent;
    border: 2px solid #0077ff;
    color: #0077ff;
    padding: 8px 18px;
    border-radius: 9999px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1em;
    transition: all 0.3s ease;
    min-width: 110px;
    text-align: center;
}
.read-more-btn:hover {
    background: #0077ff;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 119, 255, 0.4);
}

.accommodation {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #80808029;
}
.accommodation .accom_img {
    width: 30%;
    overflow: hidden;
    height: 230px;
}
.accommodation .accom_img img{
    width:100%;
    object-fit:cover;
    height: 100%;
}
.accom_cont{
    width:70%;
    padding:15px 20px;
    position:relative;
}
.accom_cont h4{
    font-size:22px;
}
.acocom_list{
    display:flex;
    gap:25px;
    width:100%;
    flex-wrap:wrap;
}
.accom_cont .accom_location {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #727B8B;
}
.accom_cont .accom_location img{
    width:17px;
    margin-right: 5px;
}
.acocom_li{
    display:flex;
    gap:10px;
    align-items:center;
}
.acocom_li .accom_img_wrap {
    width: 35px;
    height: 35px;
    background-color: #E8F3F6;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acocom_li .accom_img_wrap img{
    width:17px;
}
.acocom_li span {
    font-size: 13px;
    color: #727B8B;
}
.acocom_li p{
    font-weight:500;
    margin-bottom:0px;
    font-size:15px;
}
.accom-btn button {
    position:absolute;
    bottom:15px;
    right:20px;
    background: linear-gradient(135deg, #3454dc, #5c6ef8);
    padding: 10px 32px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(52, 84, 220, 0.4);
    transition: all 0.3s ease;
    outline: none;
    overflow: hidden;
}
.accom-btn button:hover {
    background: linear-gradient(135deg, #2c47c1, #4e5ee6);
    box-shadow: 0 6px 20px rgba(52, 84, 220, 0.6);
    transform: translateY(-2px);
}
.accom-btn button:focus {
    box-shadow: 0 0 0 4px rgba(52, 84, 220, 0.4);
}
.accom-btn button:active {
    transform: scale(0.98);
    box-shadow: 0 3px 10px rgba(52, 84, 220, 0.3);
}
.accom_heading{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:5px;
}
.star-rating {
    font-size: 24px;
    color: #ccc;
    line-height: 1;
    display: flex;
    gap: 0px;

}
.star.filled {
    color: #F9BE3E;
}

/*.star.filled {
    background: linear-gradient(45deg, #F9BE3E, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-shadow: 0 0 6px rgba(249, 190, 62, 0.6);
}*/

.availability p{
    font-size:20px;
    font-weight:600;
}
.avail_item {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #8080804a;
}
.avail_item .avail_icon {
    background-color:#ffe0d7;
    color: #ff5724;
    border-radius: 50px;
    width: 45px;
    height: 40px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.avail_item .avail_icon-sec {
    background-color:#ffe0d7;
    color: #ff5724;
    border-radius: 50px;
    width: 50px;
    height: 40px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.avail_item svg{
    width: 20px;
    height: 20px;
    fill:#ff5724;
}
.avail_item label {
    font-size: 14px;
}
.avail_item select{
    outline:none;
    border:none;
    font-size:18px;
    font-weight:500;
}
.avail_item span{
    font-size:18px;
    font-weight:500;
}

/* Permanent selected */
.selected-night {
    background-color: #e4e6fc !important;
}

.fc-day-disabled {
    background: #f9f9f9 !important;
}

    .fc-day-disabled:hover {
        background: #f9f9f9 !important;
        border-radius: 0px !important;
    }

/* Responsive */
@media (max-width: 1399px) {
    .accommodation .accom_img {
        width: 30%;
        height: 236px;
    }
    .accom_cont{
        width:70%;
    }
}

@media (max-width: 1199px){
    .accom_cont h4{
        font-size:18px;
    }
    .accom_cont .accom_location{
        font-size:14px;
    }
    .accom_cont .accom_location{
        margin-top:10px;
        margin-bottom:10px;
    }
    .accommodation .accom_img {
        width: 35%;
        height: 220px;
    }
    .acocom_li span{
        font-size:12px;
    }
    .acocom_li p {
        font-size: 14px;
    }
    .acocom_li .accom_img_wrap {
        width: 32px;
        height: 32px;
    }
    .acocom_li .accom_img_wrap img{
        width: 15px;
    }
    .acocom_li{
        gap:8px;
    }
    .acocom_list {
        gap: 15px;
    }
    .accom-btn button{
        font-size:15px;
        padding:9px 22px;
    }
    .tabs {
        top: 78px;
    }
    .tabs ul {
        gap: 10px;
        justify-content: flex-start;
        overflow-x: scroll;
        flex-wrap: unset;
    }
    .tabs li a {
        padding: 8px 12px;
        font-size: 15px;
        white-space: nowrap;
    }
    .tabs-wrapper {
        padding: 20px 0px;
    }
    .tabs_list {
        padding: 20px 15px;
    }
    .tabs_list h3 {
        font-size: 1.3em;
    }
    
    .left_wrapper ul li{
        font-size:15px;
    }
    .read-more-text{
        font-size:15px;
    }
    .read-more-btn{
        font-size:15px;
    }
}

@media (max-width: 991px) {
    .tabs {
        top: 78px;
    }
    .tabs ul {
        gap: 10px;
        justify-content: flex-start;
        overflow-x: scroll;
        flex-wrap: unset;
    }
    .tabs li a {
        padding: 8px 12px;
        font-size: 14px;
        white-space: nowrap;
    }
    .tabs-wrapper {
        padding: 20px 10px;
    }
    .tabs_list {
        padding: 20px 15px;
    }
    .tabs_list h3 {
        font-size: 1.3em;
    }
    .accommodation .accom_img {
        width: 40%;
        height: 200px;
    }
    .accom_cont {
        width: 60%;
    }
    .accom-btn button {
        font-size: 14px;
        padding: 8px 18px;
    }
    .read-more-btn {
        font-size: 14px;
    }
    .accom_cont {
        padding: 15px;
    }
    .accom_cont .accom_location{
        margin-top: 4px;
    }
    .navbar-brand {
        padding: 18px 0px;
    }
    .navbar-brand img{
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .service_wrapper .servwrap_img img {
        height: 170px !important;
    }
    .accommodation{
        flex-direction:column;
    }
    .accommodation .accom_img{
        width:100%;
    }
    .accom_cont{
        padding:20px 12px;
    }
    .accom_cont{
        width:100%;
    }
    .accom-btn{
        margin-top:20px;
        text-align:right;
    }
    .accom-btn button {
        position: relative;
        bottom: unset;
        right: unset;
        padding:10px 20px;
        font-size:14px;
    }
    .tabs-wrapper{
        padding:20px 0px;
    }
    .row-mobile-gutter {
        --bs-gutter-x: 0.5rem !important;
    }
    .avail_item select {
        font-size: 16px !important;
    }

    .avail_item span {
        font-size: 16px !important;
        width:80%;
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }

/* -----Reduce Spacing & font-face Size---- */
    /*Header */
    .navbar-brand img {
        width: 170px;
    }
    
    .navbar-toggler {
        width: 43px;
        height: 43px;
        padding: 0px;
    }
    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

/*    Slider */
    .slider_wrapper h1 {
        font-size: 28px !important;
    }
    .sl_city_price p{
        font-size:18px !important;
    }
    .sl_city_price span {
        font-size: 27px !important;
    }
    .slider_wrapper a.uni-btn {
        font-size:16px;
        padding: 12px 30px;
    }
    .slider_wrapper .uni-btn i {
        font-size: 16px;
    }
    .slider .enq-btn {
        font-size: 16px !important;
        padding: 16px 22px !important;
    }
    /*    Main */
    .expe_heading {
        display: none;
    }
    .m_heading{
        margin-bottom:20px !important;
    }
    .m_heading h1{
        font-size:22px !important;
    }
    .the_deal {
        font-size: 20px !important;
        text-align: left !important;
        margin-bottom: 12px !important;
        font-weight: 800 !important;
    }
    .left_wrapper h3 {
        font-size: 20px;
        text-align: left;
    }
    .hotel_head {
        font-size: 18px !important;
        text-align: left !important;
        line-height: 1.4 !important;
        font-weight: 500 !important;
    }
    p{
        font-size:15px;
    }
    .service_wrapper .row {
        --bs-gutter-x: 0.7rem;
    }
    .service_wrapper .row .mb-4{
        margin-bottom:12px !important;
    }
    .service_wrapper .servwrap_img {
        border-radius: 8px;
    }

    .read-more-text{
        font-size:14px;
    }
    .left_wrapper ul li {
        font-size: 14px;
    }
    .top_plans .plans-cont {
        padding: 15px 12px;
    }
    .top_plans p{
        font-size:14px;
    }
    .top_plans h3{
        font-size:17px;
    }
    .top_plans p{
        margin-top:7px;
    }
    .starting_list li{
        font-size:15px;
    }
    .starting_btn a{
        font-size:16px !important;
    }
    .starting_btn a svg{
        width: 22px;
        height: 22px;
    }
    .wrap_shadow a i{
        font-size:26px;
    }
    .starting_wrapper .starting_btn button svg {
        width: 22px;
        height: 22px;
    }
    .starting b{
        font-size:40px;
    }

/*    footer */
    .foot_heading {
        font-size: 22px;
    }

    .enquire_fixed {
        padding: 10px 10px;
    }
    .enq-toll h6 {
        top: -5px;
    }
    .tabs {
        top: 69px;
        padding: 10px 10px;
    }
    .tabs_list{
        margin-bottom:15px;
    }
    main .py-5 {
        padding-top: 2rem !important;
    }
    .view-all {
        font-size: 14px;
        padding: 12px 20px;
    }
}

@media (max-width: 576px){
    .accom_heading {
        gap: 14px;
        flex-direction: column-reverse;
    }
    .acocom_li .accom_img_wrap {
        width: 30px;
        height: 30px;
    }
    .acocom_li .accom_img_wrap img {
        width: 14px;
    }
    .accom_cont h4{
        font-size:20px;
    }
}


