* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', sans-serif;
}

.form-control:focus{
  box-shadow: none!important;
  outline: none!important;
  border: 1px solid pink!important;
}

/*================== pre loader =============*/
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 998; /* Below the loader */
    backdrop-filter: blur(10px); /* Apply blur effect */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    display: none;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999;
    position: absolute; /* Adjusted position to absolute */
    display:none;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*=============== back arrow ===============*/
.back_arrow{
  margin-left: 15px;
  margin-top: 10px;
}

/*================= top bar ====================*/
.top_bar {
  background-color: #f1531a;
  box-shadow: rgba(244, 225, 247, 0.5) 0px 7px 29px 0px;
}

.top_bar i {
  vertical-align: bottom;
}

.top_bar a,
.top_bar a:hover {
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
}

.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 15px;
  border-radius: 5px;
  width: 330px;
  height: 48px;
  border: 1px solid #fff;
  position: relative;
  transition: 0.3s;
  background: transparent;
}

.original-button::before {
  content: "FREE";
  display: block;
  font-size: 8px;
  background-color: #07B92A;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -50%);
  transition: .3s;
}

/*=================== search section ==================*/

.search_section select {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: 40px;
  font-size: 12px;
  /*  padding: 5px 10px 5px 10px;*/
  padding: 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #f1531a;
  border-radius: 20px;
  color: #000000;
  cursor: pointer;
  outline: none;
  box-shadow: 3px 3px 2px 0px #E2E2E2;
}
/*====================== cutomize room style =================*/
.custom_container {
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.custom_container img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:49% 51% 45% 55% / 46% 48% 52% 54%;
}

.customize_button {
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 3em;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(#ff4800, #0b0e78);
  border-radius: 30px;
  z-index: 1;
}




/*============= popular cities style ===================*/
.section_heading{
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 700;
  font-size: 20px;
  background: -webkit-linear-gradient(#ff4800, #0b0e78);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popular_cities{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}
.popular_cities .logo-slider {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding: 10px;
}
.popular_cities .logo-slider{
    scrollbar-width: none; 
}
.popular_cities .logo-slider::-webkit-scrollbar {
  display: none;
}

.popular_cities .logo-item {
  flex: 0 0 auto;
  margin: 5px;
  border-radius: 10px;
  box-shadow: rgba(247, 247, 247, 0.35) 0px 5px 15px;
}

.popular_cities .logo-item img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.popular_cities .logo-item{
  font-family: 'Poppins', sans-serif;
  color: #ba0085;
  text-align: center;
  border: 1px solid #f1531a;
}

/*===================== best deal style ===================*/
.best_deals{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
}
.best_deals .logo-slider {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding: 10px;
}
.best_deals .logo-slider{
    scrollbar-width: none; 
}
.best_deals .logo-slider::-webkit-scrollbar {
  display: none;
}

.best_deals .logo-item {
  flex: 0 0 auto;
  margin: 5px;
  border-radius: 10px;
  box-shadow: rgba(255, 130, 130, 0.35) 0px 5px 15px;
}

.best_deals .logo-item iframe {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.best_deals .logo-item{
  font-family: 'Poppins', sans-serif;
  color: #ba0085;
  text-align: center;
}

/*================== our services =================*/
.our_services {
  /*background: rgb(250, 234, 227);*/
  /*background: linear-gradient(130deg, rgba(250, 234, 227,1) 0%, rgba(250, 230, 226,1) 41%);*/
  border-radius: 20px;
}
.our_services .service_text{
  width: 100%;
  height: 100%;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.our_services .service_text a,.our_services .service_text a:hover{
  text-decoration: none;
}
.our_services .service_text a i{  
  /*font-size: 25px;*/
  font-size: 35px;
  color: #f1531a;
}
.our_services .service_text a p{  
  font-size: 10px;
  /*font-size: 12px;*/
  color: #000;
  font-weight: 700;
}

/*================== our Rooms Style ================*/
.our_rooms{
  /*background: rgb(255, 255, 255);*/
  /*background: linear-gradient(120deg, rgba(219, 217, 219,1) 0%, rgba(255, 255, 255,0.9) 41%);*/
  border-radius: 20px;
}
.our_rooms .rooms_text{
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  border: 1px solid #f1531a;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.our_rooms .logo-slider {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding: 10px;
}
.our_rooms .logo-slider {
  scrollbar-width: none; 
}
.our_rooms .logo-slider::-webkit-scrollbar {
  display: none;
}

.our_rooms .logo-item {
  flex: 0 0 auto;
  margin:0 5px;
}
.our_rooms .logo-item{
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.our_rooms .rooms_text a,.our_rooms .rooms_text a:hover{
  text-decoration: none;
}
.our_rooms .rooms_text a i{  
  font-size: 35px;
  color: #f1531a;
  padding-top: 10px;
}
.our_rooms .rooms_text a p{  
  font-size: 10px;
  /*font-size: 12px;*/
  color: #000;
  font-weight: 700;
}

/*================== our Project Style ================*/
.our_project{
  border-radius: 20px;
}
.our_project .rooms_text{
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  border: 1px solid #f1531a;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.our_project .logo-slider {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding: 10px;
}
.our_project .logo-slider {
  scrollbar-width: none; 
}
.our_project .logo-slider::-webkit-scrollbar {
  display: none;
}

.our_project .logo-item {
  flex: 0 0 auto;
  margin:0 5px;
}
.our_project .logo-item{
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/*=================== all form style =======================*/
.form-control{
    /*height:48px!important;*/
}
/*======================== pages style start ==================*/

/*=================property lists Style ==========================*/
.pro_list{
  background-color: #fff7fe;
  border-radius: 16px;
  margin-bottom: 15px;      
}
.pro_list:last-child {
  margin-bottom: 100px!important; /* Or any desired margin value */
}
.pro_list .pro_card{
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.pro_list .pro_card img{
  border-radius: 10px;
  height: 100px;
  object-fit: cover;
}
.pro_list .pro_card a,.pro_list .pro_card a:hover{
  text-decoration: none;
}
.pro_list .pro_card .price{
  font-size: 15px;
  color: #80087b;
  font-weight: 700;
}
.pro_list .pro_card .price i{
  color: #80087b;
  font-weight: 700;
}
.pro_list .pro_card .p_heading{
  font-size: 12px;
  margin-top: -10px;
  color: #000;
  font-weight: 700;
  text-transform:capitalize;
}
.pro_list .pro_card .p_location{
  font-size: 10px;
  margin-top: -10px;
  color: #a19fa0;
}
.pro_list .pro_card .p_desc{
  font-size: 12px;
  color: #000;
}
.pro_list .pro_card .contact_div{
  margin-top: -10px;
}   
.pro_list .pro_card .contact_div .c_btn{      
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  border: 1px solid rgba(255, 255, 255, 0.69);
  color: #80087b;
}

/*======================= property details ==================*/
.splide__pagination, .splide__pagination__page.is-active{
   opacity: 0;
}
.product_details_page table{
  width: 100%;
}
.product_details_page table tr{
  line-height: 30px;
}
.product_details_page table tr .left-text{
  font-size: 12px;
  font-weight: 700;
}
.product_details_page table tr .right-text{
  font-size: 12px;
  text-align: right;
}
.product_details_page .price{
  font-size: 15px;
  color: #80087b;
  font-weight: 700;
  margin-top: -10px;
  margin-left: 10px;
}
.product_details_page .price i{
  color: #80087b;
  font-weight: 700;
  margin-top: -10px;
}
.product_details_page .p_heading{
  font-size: 12px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 10px;
  text-transform:capitalize;
}
.product_details_page .p_location{
  font-size: 12px;
  margin-top: -10px;
  color: #a19fa0;
  margin-left: 10px;
}
.product_details_page .p_dec{
  font-size: 12px!important;
}
.product_details_page .c_btn{      
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(8.9px);
  border: 1px solid rgba(255, 255, 255, 0.69);
  color: #80087b;
  margin: -10px 10px 10px 0;
}

/*======================= profile page style ======================*/

.profile_page .profiles_info {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 0;
  background: rgba(249, 231, 204, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  border: 1px solid rgba(249, 231, 204, 0.5);
}

.profile_page .profiles_info .section-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #f1531a;
  text-align: center;
  text-transform: uppercase;
}

.profile_page .profiles_info .profile-info p {
  font-size: 0.9rem;
  color: #333; /* Dark Gray */
  margin-bottom: 10px;
  text-align: center;
}
.profile_page .profiles_info .profile-info p:last-child {
  margin-bottom: 0;
}

.profile_page .profile_links li{
  background: rgba(249, 231, 204, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  border: 1px solid rgba(249, 231, 204, 0.5);
  padding: 10px;
  margin-bottom: 10px;
}
.profile_page .profile_links li a{
  color: #f1531a;
  text-decoration: none;
}


/*================= payment page ================*/


.payments_page ul li{
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 0;
  background: rgba(249, 231, 204, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  border: 1px solid rgba(249, 231, 204, 0.5);
}
.payments_page img{
  border-radius: 20px;
}
.payments_page a{
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
.payments_page a:hover{
  text-decoration: none;
  color: #000;
}
.payments_page .right_icon{
  margin-top: 40px;
  float: right;
  color: #b50e8b;
}


/*===================== my order page =======================*/


.myorder_page ul li{
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 0;
  background: rgba(249, 231, 204, 0.15);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  border: 1px solid rgba(249, 231, 204, 0.5);
}
.myorder_page img{
  border-radius: 20px;
}
.myorder_page a{
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
.myorder_page a:hover{
  text-decoration: none;
  color: #000;
}
.myorder_page .right_icon{
  margin-top: 40px;
  float: right;
  color: #b50e8b;
}


/*================== career Page style ======================*/
.career_page {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: rgba(48, 28, 20, 1);
  padding: 1.5rem;
}

.career_page .header {
  display: flex;
  flex-direction: column;
}

.career_page .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff
}

.career_page .desc {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
  color: rgba(156, 163, 175, 1);
  text-align:justify;
}

.career_page .lists {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
  color: rgba(156, 163, 175, 1);
}

.career_page .lists .list {
  margin-bottom: 0.5rem;
  display: flex;
  margin-left: 0.5rem
}

.career_page .lists .list svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: rgba(241, 83, 26, 1);
}

.career_page .action {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: rgba(241, 83, 26, 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(17, 24, 39, 1);
}



/*==================== mobile responsive ===================*/

@media (max-width: 768px) {
  .popular_cities .logo-item {
    width: 25%;
  }
  .best_deals .logo-item {
    width: 40%;
  }
  .our_rooms .logo-item {
    width: 25%;
  }
  .our_project .logo-item {
    width: 60%;
  }
}