
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

a{
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
body{
    padding: 2rem 0rem;
    background-color: #F5F5F5;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
}
.header-main-fix{
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -14px 19px 3px #66666654;
}

.header_bg{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem 2.5rem;
    border-radius: 30px;
}
.logo img{
    width: 250px;
}
.navs ul{
    display: inline-flex;
    list-style: none;
    gap: 30px;
    margin: 0;
}
.toggle_menu{
    display: none;
}


/* --- banner section-------- */


.banner{
    margin-top: 4rem;
}
.banner-bg{
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.slider_content{
    position: absolute;
    z-index: 1 ;
    top: 0;
}
.slider_content h1{
    font-size: 50px;
    font-weight: 600;
    margin-top: 3rem;
}
/* .slider_content h1 span{
    color: #DE1E26;
} */
.slider_text{
    font-size: 15px;
    line-height: 24px;
    margin-top: 1.5rem;
}

.slider_content{
    padding: 3em 2.5rem;
    height: 100%;
    width: 55%;
    color: #fff;
    display: grid;
    align-content: center;
}

.offer_list_main{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.offer{
    margin-top: 6rem;
}
.offer h6{
    margin-bottom: 1.5rem;
    font-size: 20px;
}
.offer_list{
    background: linear-gradient(52deg, rgb(255 240 227) 0%, rgb(255 207 207) 100%);
    display: inline-flex;
    align-items: center;
    width: max-content;
    gap: 0.6rem;
    padding: 5px 15px;
    border-radius: 10px;
}
.offer_list p{
    margin: 0;
    font-weight: 500;
    color: #ab0000;
}

.slider_img img{
    border-radius: 30px;
    width: 100%;
}
.slider_img{
    text-align: -webkit-left;
    position: relative;
}

.banner_btns{
    display: flex;
    gap: 1.5rem;
    margin-top: 4rem;
}
.availability button{
    background-color: #DE1E26;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    border: none;
    font-size: 17px;
}
.package_btn button{
    background-color: #FDEDEE;
    color: #DE1E26;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 17px;
    border: none;
}

.banner-slider ul{
    list-style: none;
    display: inline-flex;
    gap: 10px;
    padding-left: 0;
    margin: 0;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    transition: 0.3s all linear;
}
.banner-slider .slick-list{
    border-radius: 30px;
}
/* .banner-slider button{
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ffffff73;
    text-indent: -9999px;
    transition: 0.5s all linear;
} */
.banner-slider li.slick-active button{
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    transition: 0.5s all linear;
}
.slider1, .slider2, .slider3{
    position: relative;
}
.year_badge{
    position: fixed;
    right: 3.5%;
    bottom: 8%;
    transform: rotate(0deg);
}
.year_badge img{
    width: 120px;
    filter: drop-shadow(-4px 3px 2px #0000001f);
}
/* --- About Us section-------- */


.about_section{
    margin-top: 4rem;
}
.about_us{
    background-color: #fff;
    padding: 3rem 2.5rem;
    min-height: 410px;
    border-radius: 30px;
}
.about_us h2{
    font-size: 50px;
    font-weight: 500;
    margin-top: 1rem;
}
.about_us p{
    font-size: 15px;
    line-height: 24px;
    margin-top: 1.5rem;
}

.key_points_main{
    margin-top: 2rem;
}
.key-points{
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 1.5rem 2.5rem;
}
.key-points img{
    background-color: #feedee;
    padding: 0.7rem;
    border-radius: 15px;
}
.key-points h3{
    font-size: 55px;
    font-weight: 700;
}
.key-points span{
    font-size: 18px;
    margin-bottom: 1rem;
}
.key-points h5{
    font-size: 25px;
    font-weight: 500;
}
.about_img img{
    border-radius: 30px;
    width: 100%;
    min-height: 303px;
    object-fit: cover;
}



/* ------ Services section-------- */


.services_section{
    margin-top: 4rem;
}

.services_content {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.services_heading{
    padding: 2.5rem 2.5rem 0rem 2.5rem;
}
.services_heading h2{
    font-size: 50px;
    font-weight: 600;
    color: #DE1E26;
}
.services_heading p{
    font-size: 15px;
    line-height: 24px;
    margin-top: 1rem;
}
.services_img{
    position: absolute;
    bottom: -210px;
    left: -22px;
    width: 100%;
}

.services_list{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service_item{
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 30px;
    width: 45%;
    transition: transform 0.3s ease;
}
.service_item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 37px 26px -25px #e9e9e9;
}
.service_item img{
    width: 135px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
    object-position: center;
}
.flex_servi{
    display: flex;
    align-items: flex-end;
    gap: 1.4rem;
    margin-bottom: 1rem;
}
.flex_servi h3{
    margin: 0;
}
.service_item p{
    font-size: 14px;
    margin: 0;
}
.width_50{
    width: 50%;
}

.ser_width{
    width: 100%;
}


/* ------ Our Packages section-------- */


.tour_section{
    margin-top: 5rem;
}

.tour_heading{
    background-color: #fff;
    border-radius: 30px;
    padding: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
}
.tour_heading h2{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.tour_heading p{
    width: 75%;
    margin: auto;
}
.domestic_img {
    background-color: #fff;
    border-radius: 30px;
    padding: 2.5rem;
}
.domestic_img img{
    width: 100%;
    border-radius: 15px;
    height: 480px;
    object-fit: cover;
    object-position: top;
}
.domestic_content{
    background-color: #fff;
    padding: 1.5rem 2.5rem;
    border-radius: 30px;
    margin-top: 0.5rem;;
}
.domestic_content h3{
    font-size: 35px;
    margin-bottom: 1rem;
}
.domestic_list{
    display: flex;
    gap: 2rem;
    position: relative;
}
.domestic_list span{
    font-size: 18px;
    font-style: italic;
    margin: 0;
}



/* ------ available section-------- */

.availability_sec{
    background-color: #fff;
    display: flex;
    border-radius: 30px;
    margin-top: 5rem;
    align-items: center;
}
.availability img{
    width: 85%;
    border-radius: 30px 0px 0px 30px;
}
.availability_content{
    padding: 2.5rem;
    width: 70%;
}
.availability_content h3{
    font-size: 40px;
    margin-bottom: 0.5rem;
}
.availability_content p{
    font-size: 15px;
    margin-bottom: 2.5rem;
    width: 80%;
}





/* ====================================================
                Tour Packages
======================================================== */

.packages_section{
    margin-top: 4rem;
}
.package_heading{
    text-align: center;
    margin-top: 1.5rem;
}
.package_heading h2{
    font-size: 40px;
    margin-bottom: 1.5rem;
}
.package_heading p{
    width: 70%;
    margin: auto;
    font-size: 15px;
    font-style: italic;
}

.destination {
    margin-bottom: 1.5rem;
}
.destination_img{
    background-color: #fff;
    border-radius: 30px;
    padding: 1.2rem;
}
.destination_img img{
    width: 100%;
    border-radius: 15px;
    height: 245px;
    object-fit: cover;
}

.destination_content{
    background-color: #fff;
    padding: 1rem 1.2rem;
    border-radius: 30px;
    margin-top: 0.2rem;
}
.destination_content h3{
    margin: 2px;
    font-size: 22px;
}
.destination_info{
    display: flex;
    align-items: center;
    gap: 12px;
}
.destination_info p{
    font-size: 14px;
    margin: 0;
}
.destination_info ul{
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    gap: 6px;
    margin: 0;
}
.destination_info li {
    background-color: #feedee;
    width: fit-content;
    padding: 6px 6px;
    border-radius: 50px;
    line-height: 0;
}
.destination_info li img{
    width: 22px;
}

.facility{
    position: relative;
}
.facility:hover .food_tooltip{
    display: block;
}
.food_tooltip{
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e5192f;
    padding: 9px 9px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 13px;
    display: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.food_tooltip::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e5192f;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}







.card_cnt_data {
    display: flex;
    gap: 0 0.6rem;
}
.store_card_cnt {
    padding: 0.5rem;
}
.store_card_img img {
    border-radius: 8px;
}
.card{
    border: none;
}

.selector {
    margin: 5rem 0rem;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0px 4rem;
}
.selector_tab {
    padding: 0.7rem 1.5rem;
    background: #F0F0F0;
    border-radius: 5px;
    color: #000;
    transition: 0.5s all;
    font-size: 20px;
    width: 48%;
}

.selector_tab:hover,
.selector_tab:active {
    background: #FFA221;
    color: #fff;
}
.filter-section {
  transition: 1.3s;
}

.tabs_package{
    background-color: #fff;
    padding: 0.8rem 1.2rem;
    border-radius: 30px;
    width: 50%;
}
.controls{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.controls ul {
    text-align: center;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    gap: 0rem 1rem;
}

.controls ul li {
  display: inline;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.controls ul li:hover,
.controls ul li.active {
  text-underline-offset: 0.5rem;
  opacity: 1;
  background: #e5192f;
    color: #fff;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.item-grid {
  margin-top: 50px;
}

.item-grid .item {
  display: none;
}




.search_package{
    position: relative;
    width: 30%;
}
.search_package input{
    background-color: #fff;
    padding: 1.3rem 1.2rem;
    border-radius: 19px;
    border: none;
    width: 100%;
}

.search_btn{
    background-color: #feedee;
    border: none;
    padding: 11px 14px;
    border-radius: 12px;
    position: absolute;
    right: 16px;
    top: 10px;
}
.search_btn img{
    width: 20px;
}




/* ======================================================= */


.package_inner_sec{
    margin-top: 4rem;
}
.package_inner{
    background-color: #fff;
    border-radius: 30px;
}
.package_inner_img img{
    width: 100%;
    height: 485px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px 30px 0px 0px;
}

.package_inner_content{
    padding: 2.5rem;
}

.package_inner_title{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.8rem;

}
.package_inner_title h3{
    font-size: 30px;
}

.destination_inner{
    padding: 1rem 0rem;
    border-bottom: 1px solid #e0e0e0;
}
.destination_inner ul{
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 1.5rem;
    margin-top: 1rem;
    width: 100%;
    overflow: auto;
}
.destination_inner li{
    display: grid;
    justify-items: center;
    gap: 5px;
}
.destination_inner li p{
    margin: 0;
    font-size: 14px;
}
.destination_inner img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.inclusions{
    padding: 1rem 0rem;
    border-bottom: 1px solid #e0e0e0;
}
.inclusions ul{
    padding-left: 20px;
    line-height: 2;
}

.itinerary{
    padding: 1rem 0rem;
    border-bottom: 1px solid #e0e0e0;
}
.itinerar_days{
    margin-top: 2rem;
}
.itinerar_days h6{
    font-weight: 600;
    font-size: 17px;
    color: #e5192f;
}
.itinerar_days p{
    margin-bottom: 1px;
}
.itinerary ul{
    padding-left: 17px;
    margin-top: 5px;
}
.itinerar_places{
    font-size: 14px;
}


.most_visit_section h4{
    background-color: #fff;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.most_visit{
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.most_img img{
    width: 80px;
    height: -webkit-fill-available;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.most_visit {
    display: flex;
    gap: 15px;
}
.most_title h5{
    font-size: 18px;
    margin: 0;
}
.most_title p{
    font-size: 14px;
}











/* ========================================================
                service page
=========================================================== */

/* HAJJ */
.hj-bg{
    background-color: #FFFFFF;
    margin-top: 60px;
    padding: 50px;
    border-radius: 30px;
}
.hj-img img{
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
}
.hj-bg .cnt-sec {
    margin-left: 50px;
}

.hj-bg .cnt-sec .top-cnt {
    display: flex;
    gap: 30px;
    align-items: center;
}
.hj-bg .cnt-sec .top-cnt .btns {
    display: flex;
    gap: 20px;
}
.hj-bg .cnt-sec .top-cnt .btns .now-btn {

}
.hj-bg .cnt-sec .top-cnt .btns .now-btn a{
    color: #DE1E26;
    text-decoration: none;
    padding: 10px 15px;
    background: #FDEDEE;
    border-radius: 15px;
}
.hj-bg .cnt-sec .top-cnt .btns .wp-btn{

}
.hj-bg .cnt-sec .top-cnt .btns .wp-btn a {
    background: #FDEDEE;
    padding: 10px;
    border-radius: 15px;
}
.hj-bg .cnt-sec .top-cnt .btns .phn-btn a {
    background: #FDEDEE;
    padding: 10px;
    border-radius: 15px;
}
.hj-bg .cnt-sec .cnt-txt{
    padding-top: 40px;
}
.top-cnt h3{
    font-size: 30px;
}
.cnt-txt li{
    list-style: decimal-leading-zero;
}
.country-flag ul{
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    padding: 0;
}
.country-flag li{
    list-style: none;
}
.country-flag img{
    width: 45px;
}

.authorised{
    margin-top: 2rem;
}
.authorised h6{
    padding-left: 0.6rem;
}
.authorised img{
    width: 250px;
}

/* UMRAH */
.umrah-bg{
    background-color: #FFFFFF;
    margin-top: 60px;
    padding: 50px;
    border-radius: 30px;
}
.umrah-img img{
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
}
.umrah-bg .cnt-sec .top-cnt {
    display: flex;
    gap: 30px;
    align-items: center;
}
.umrah-bg .cnt-sec .top-cnt .btns {
    display: flex;
    gap: 20px;
}
.umrah-bg .cnt-sec .top-cnt .btns .now-btn a{
    color: #DE1E26;
    text-decoration: none;
    padding: 10px 15px;
    background: #FDEDEE;
    border-radius: 15px;
}
.umrah-bg .cnt-sec .top-cnt .btns .wp-btn a {
    background: #FDEDEE;
    padding: 10px;
    border-radius: 15px;
}
.umrah-bg .cnt-sec .top-cnt .btns .phn-btn a {
    background: #FDEDEE;
    padding: 10px;
    border-radius: 15px;
}
.umrah-bg .cnt-sec .cnt-txt{
    padding-top: 40px;
}


/* UMRAH-PACKAGE */
.package-bg {
    margin-top: 60px;
    border-radius: 30px;
    background: #ffff;
    padding: 50px;
    display: flex;
}
.package-bg .cnt-1 h3{
    padding-right: 12rem
}
.package-bg .pkg-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.package-bg .pkg-btn a {
    text-decoration: none;
    padding: 12px 15px;
    background: red;
    border-radius: 18px;
    color: #ffff;
}
/* TOUR-PACKAGE */
.txt-2 p{
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-weight: 500;
}
.hj-bg .cnt-sec .txt-2{
    margin-top: 50px;
}
.hj-bg .cnt-sec .txt-2 a {
    padding: 14px 15px;
    background: #FDEDEE;
    color: #DE1E26;
    border-radius: 15px;
    text-decoration: none;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}
.hj-bg .cnt-sec .txt-2 a:hover{
    background-color: #DE1E26;
    color: #fff;
}

/* CERTIFICATION */

.certificate_list ul{
    font-size: 18px;
    font-weight: 400;
    padding-left: 17px;
    line-height: 1.7;
}



/* ========================================================
                Gallery page
=========================================================== */

.gallery_img{
    background-color: #fff;
    border-radius: 30px;
    padding: 1.2rem;
    margin-top: 1.5rem;
}
.gallery_img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 17px;
}

.video{
    position: relative;
}
.video_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_icon img{
    width: 45px;
    height: auto;
}











/* ========================================================
                Conatct us page
=========================================================== */

.contact_section{
    margin-top: 4rem;
}

.contact_sec{
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 30px;
}
.contact_img img{
    width: 100%;
    border-radius: 30px;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.contact_heading{
    margin-top: 2rem;
}
.contact_heading h2{
    font-size: 40px;
    margin-bottom: 0.5rem;
}
.contact_heading p{
    font-size: 18px;
    margin-bottom: 2.5rem;
    width: 70%;
}

.contact_details{
    display: grid;
    grid-template-columns: 1.5fr 1fr;

}


.contact_address h3{
    color: #DE1E26;
    margin-bottom: 1.5rem;
}
.contact_address h6{
    font-size: 22px;
}
.contact_address p{
    font-size: 14px;
    width: 50%;
}

.Landline_content{
    display: flex;
    gap: 1.5rem;
}

.Landline{
    background-color: #feedee;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}
.Landline_img{
    background-color: #DE1E26;
    padding: 0.5rem;
    border-radius: 50px;
}
.Landline_img img{
    width: 25px;
}
.Landline p{
    font-size: 15px;
    margin: 0;
}
.Landline span{
    font-weight: 500;
    font-size: 18px;
}

.branch_adrs{
    background-color: #fff;
    border-radius: 30px;
    padding: 2.5rem;
    margin-top: 2rem;
}
.width_100 h6{
    font-size: 18px;
}
.width_100 p{
    width: 100%;
}








.contact_form_sec{
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 30px;
    margin-top: 4rem;
}
.contact_form_sec h4{
    font-size: 35px;
}
.contact_form_sec p{
    font-size: 17px;
    width: 45%;
}
.contact_form {
    margin-top: 2rem;
}
.contact_form input, select, textarea{
    background-color: #f2f2f2;
    padding: 1rem;
    width: 100%;
    border: none;
    margin-bottom: 1.5rem;
    border-radius: 15px;
    outline: none !important;
}
.contact_form input::placeholder{
    color: #000 !important;
}

.form_btn{
    text-align: center;
}
.form_btn button{
    background-color: #DE1E26;
    color: #fff;
    padding: 12px 65px;
    border-radius: 10px;
    border: none;
    font-size: 17px;
}









.available_section{
    margin-top: 4rem;
}
.available_sec{
    background-color: #fff;
    padding: 2rem;
    border-radius: 30px;
    height: 100%;
    display: grid;
    align-content: space-between;
}
.available_img img{
    border-radius: 17px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 2.5rem;
}
.available_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.available_head h3{
    font-size: 30px;
}
.available_seat p{
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
}
.available_seat{
    display: none;
}
.seat_left{
    background-color: #F0F0F0;
    padding: 1.2rem;
    border-radius: 12px;
    width: fit-content;
    text-align: center;
    cursor: pointer;
}
.seat_left h4{
    font-size: 50px;
}
.seat_left span{
    font-size: 18px;
}
.batch_no{
    font-size: 30px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
}
span.date{
    font-weight: 600;
    font-size: 22px;
}
span.month {
    font-size: 15px;
    margin-top: 20px;
    display: block;
    color: #000000;
}
.available_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
    flex-direction: column;
    gap: 1.5rem;
}
.available_btn{
    width: 100%;
}
.available_btn button{
    background-color: #e5192f;
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
}
.book_slide_img{
    height: 100%;
}
.book_slide_img img{
    width: 100%;
    border-radius: 30px;
    height: 100%;
}


.available_sec .controls {
    margin-top: 1.5rem;
}
.available_sec .controls ul {
    text-align: center;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
    justify-content: flex-start;

}
.available_sec .selector_tab {
    padding: 2px 2px;
    background: #ffffff;
    width: auto;
    line-height: 0;
}

.available_sec .controls ul li:hover, .available_sec .controls ul li.active {
    text-underline-offset: 0.5rem;
    opacity: 1;
    background: #ffe3e3;
    color: #df0000;
}


.calanderdate{
    position: relative;
}
.calanderdate img{
    width: 80px;
}









/* ------ footer section-------- */

.footer_content{
    background-color: #001b42;
    color: #fff;
    padding: 2.5rem;
    border-radius: 30px;
    text-align: center;
    margin-top: 5rem;
}
.ftr-logo{
    width: 330px;
}
.ftr-address{
    width: 50%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}
.ftr-address p{
    font-size: 15px;
}
.footer_content ul{
    list-style: none;
    display: inline-flex;
    gap: 2rem;
    font-size: 14px;
    padding: 0;
}
.location-links ul li{
    position: relative;
}
.location-links ul li::after{
    content: "";
    position: absolute;
    background-color: #ffffffcf;
    height: 23px;
    width: 1.5px;
    right: -17px;
}
.location-links ul li:nth-last-child(1)::after{
    display: none;
}
.copyright{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.copyright p{
    margin: 0;
    font-size: 15px;
}
.wts_sticky{
    position: fixed;
    bottom: 5rem;
}
.wts_sticky:hover button{
    transform: translateX(0%);
}
.wts_sticky button{
    background-color: #13c053;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 0px 30px 30px 0px;
    transform: translateX(-75%);
    transition: all 0.4s ease-in-out;
}
.wts_sticky img{
    margin-left: 0.5rem;
}

.call_sticky{
    position: fixed;
    bottom: 8rem;
}
.call_sticky:hover button{
    transform: translateX(0%);
}
.call_sticky button{
    background-color: #e5192f;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 0px 30px 30px 0px;
    transform: translateX(-75%);
    transition: all 0.4s ease-in-out;
}
.call_sticky img{
    margin-left: 0.5rem;
}




/* Seat left styling */

  
  /* Popup styling */
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .popup-content {
    background: white;
    padding: 10px;
    border-radius: 8px;
    max-width: 500px;
    max-height: fit-content;
    width: auto;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow-y: auto;
  }
  .popup-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
  }
  
  .close {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 35px;
    height: 35px;
    background: #e5192f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
  
  .close:hover {
    background: #c41428;
    transform: scale(1.1);
  }
  
