.footer .footer-links {
  padding-top: 20px;
  /* padding-bottom: 40px; */
}

.bold-text {
  font-weight: bold;
  font-size: 7px;
}

.bold {
  font-weight: bold;
}

.footer .footer-links ul {
  margin-top: 6px;
  margin-bottom: 0px;
}

.footer .footer-links svg {
  width: 198px;
  height: 38px;
}

.footer_sidebar-links {
  /* Ensure that the flex container aligns items properly */
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .footer_sidebar-links {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
    max-height: 1000px;
    /* Set a fixed height for scrollable container */
  }

  .footer_sidebar-links>div {
    flex: 1 1 50%;
    /* Each item takes up 50% of the container width */
    padding: 5px;
    /* Adjust padding as needed */
    box-sizing: border-box;
    overflow: hidden;
    /* Ensures no overflow issues */
  }

  .footer_sidebar-links .col-sm-2,
  .footer_sidebar-links .col-sm-5 {
    padding: 5px;
    /* Further reduce padding */
    flex: 1 1 100%;
    /* Make each column full width on very small screens */
  }
}

@media (max-width: 400px) {
  .footer_sidebar-links {
    max-height: 1050px;
  }
}

/* For larger screens (≥ 768px) */
@media (min-width: 768px) {
  .footer_sidebar-links {
    max-height: none;
    /* Remove fixed height for larger screens */
    overflow-y: visible;
    /* Disable vertical scrolling */
  }

  .footer_sidebar-links .col-sm-2,
  .footer_sidebar-links .col-sm-5 {
    padding: 10px;
    /* Restore padding for larger screens */
    flex: 1 1 auto;
    /* Allow columns to adjust based on content */
  }
}

.footer .emaarLogo {
  height: auto;
}

.footer .newsletterbox .btn {
  background-color: #25282d !important;
  color: #ffffff;
  border-left: 0.5px solid rgba(37, 40, 45, 0.16);
  padding: 0px;
  height: 48px;
  width: 144px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-align: center;
}

.footer .newsletterbox .btn:hover {
  background-color: #070809 !important;
}

.footer .newsletterbox .form-control {
  border: solid 0.5px rgba(37, 40, 45, 0.4) !important;
  background-color: #ffffff;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  max-width: 300px;
  /* width: 300px; */
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  color: #25282d;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

.footer .emaarLogo-footer img {
  height: 13px;
  min-width: 65px;
}

.pl-lg-50 {
  padding-left: 50px !important;
}

.footer-pet {
  margin-bottom: 0px;
}

ul.footer-pet li {
  display: inline-block;
  margin-left: 36px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
}

.emaar_footer_logo,
a.ft-dropdown,
.footer ul {
  color: #25282d;
}

/* .footer .emaarLogo .emaarLogo-footer{
    padding-top:14px;
    padding-bottom:13px;
}
.footer .emaarLogo .order-lg-last{
    padding-top:9px;
    padding-bottom:10px;
}
.footer .emaarLogo .order-lg-2{
    padding-top:11px;
    padding-bottom:13px;
} */

.footer_sidebar-links li {
  list-style: none;
}

@media (min-width: 600px) {
  footer .links ul li {
    /* min-width: 200px; */
  }
}

/* ################################### IPAD View  ################################################## */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer .newsletterbox .col-md-6 p {
    max-width: 292px;
  }

  .footer .newsletterbox .form-control {
    max-width: 220px;
  }

  .footer .newsletterbox .col-md-7 {
    padding-left: 40px !important;
  }

  .footer .footer-pet {
    text-align: end;
  }

  .footer-pet li {
    display: block;
    text-align: left;
    padding: 10px 0;
    margin-left: 0px !important;
    margin-right: 45px;
  }

  .footer-pet li:last-child {
    margin-right: 0px;
  }

  .footer .emaarLogo {
    height: auto;
  }

  .footer .emaarLogo .order-lg-2 {
    margin-top: -100px;
    text-align: left !important;
  }

  .footer .emaarLogo .order-lg-2 li:first-child {
    margin-left: 0px;
  }

  .footer .emaarLogo .order-lg-last {
    padding-top: 9px;
  }

  .footer .emaarLogo-footer {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .pl-md-4 {
    padding-left: 4px !important;
  }
}

footer .container {
  padding-left: 80px;
  padding-right: 80px;
}

/* Footer */

footer {
  background-color: #ffffff;
  color: #25282d;
  /* padding-top: 5%; */
}

.footer .newsletterbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .verticleborderwhite {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
  width: 100%;
  /* Set to 100% for mobile-first approach */
  max-width: 1204px;
  margin: 0 auto;
}

.footer .verticleborderwhite1 {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
  width: 100%;
  /* Set to 100% for mobile-first approach */
  max-width: 1204px;
  margin: 0 auto;
}

footer .links ul li a {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  white-space: wrap;
}

.footer a {
  color: #25282d;
}

.enclosedarea {
  position: relative;
}

/* Base styles (will apply to all screen sizes) */
.ft-btm-link .ft-menu {
  padding: 60px 55px 5px;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
}

@media (min-width: 801px) {
  .ft-btm-link .ft-menu {
    height: 100%;
    top: 0;
    overflow: hidden;
    /* No scroll for large screens */
  }
}

/* Styles for iPads and tablets (768px to 800px) */
@media (min-width: 768px) and (max-width: 855px) {
  .ft-btm-link .ft-menu {
    height: 100%;
    top: 0;
    padding: 30px 30px 5px;
    /* Adjust padding for tablets */
    overflow-y: auto;
    /* Enable vertical scrolling */
  }
}

/* Styles for smaller screens (below 768px) */
@media (max-width: 767px) {
  .ft-btm-link .ft-menu {
    padding: 30px 30px 5px;
    /* Halve padding for smaller screens */
    height: 100%;
    overflow-y: auto;
    /* Enable scrolling on smaller screens */
  }
}

footer .links ul li {
  margin: 0 !important;
  padding: 10px 0;
}

.footer ul {
  list-style: none;
}

.emaarLogo {
  padding-bottom: 28px;
  padding-top: 28px;
  max-width: 1204px;
  margin: 0 auto;
  /* margin-left: 50px;
    margin-right: 62px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .newsletterbox p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.ft-btm-link .ft-dropdown .up {
  display: inline-block;
  margin-left: 12px;
}

ul.social-pet {
  margin: 0;
  display: flex;
}

.social-pet li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 15px;
  color: #fff;
}

.social-pet li {
  display: inline-block;
  margin-left: 20px;
}

.darkgrey {
  color: #25282d;
}

.footer ul {
  list-style: none;
}

.ft-btm-link .ft-menu a {
  font-size: 17px;
  font-weight: 400;
  padding: 6px 0px;
  display: block;
  line-height: 26px;
  white-space: wrap;
}

.ft-btm-link .ft-menu a.ft-close {
  color: #000 !important;
  font-size: 20px;
  color: #afafaf !important;
  font-size: 20px;
  float: right;
  margin-top: -30px;
}

/* ################################### Mobile View  ################################################## */

html[dir="rtl"] .ft-dropdown.ft-close {
  float: left;
  /* Icon will float to the left in RTL */
}

/* ################################### Mobile View  ################################################## */

@media only screen and (max-width: 600px) {
  footer .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer .verticleborderwhite,
  .footer .verticleborderwhite1 {
    width: 100%;
    /* Full width for small screens */
    padding-bottom: 20px;
    /* Adjust padding if needed */
    padding-top: 20px;
    /* Adjust padding if needed */
    border-bottom: 1px solid rgba(37, 40, 45, 0.1);
    /* Thinner border */
  }

  .footer .newsletterbox .form-control {
    width: 210px;
  }

  .footer .newsletterbox .input-group {
    margin-top: 32px;
  }

  .footer .newsletterbox .col-md-7 {
    padding-left: 0px !important;
  }

  .footer .newsletterbox .btn {
    max-width: 124px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-align: center;
    padding: 0px;
  }

  .footer .footer-links {
    padding-top: 32px;
  }

  .footer .footer-links h2 {
    margin-bottom: 0px;
  }

  footer .links {
    margin-bottom: 24px;
  }

  footer ul.social-pet {
    padding-bottom: 32px;
  }

  .footer .emaarLogo {
    height: auto;
  }

  .footer .emaarLogo .order-lg-last {
    padding-top: 0px;
  }

  .footer .emaarLogo-footer {
    /* margin-top: 42px;
        margin-bottom: 65px; */
  }

  .pl-sm-0 {
    padding-left: 0px !important;
  }

  .textwidget ul {
    padding-left: 0;
    padding-right: 0;
  }

  .row.no-gutters.footer_sidebar-links {
    /* display: -ms-grid; */
    display: grid;
    /* -ms-grid-columns: 50% 50%; */
    grid-template-columns: 50% 50%;
  }

  .ft-btm-link .ft-menu a {
    white-space: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .hoteldropdown,
  .datebox,
  .add_rooms_nav_dropdown,
  .codebox {
    padding-top: 0 !important;
  }

  .daterangepickerfeildclearlink {
    display: none;
  }

  a#navbarDropdownXL,
  a.page_booking_cta,
  button#dropdownMenu2 {
    padding: 16px 16px;
  }

  .datebox {
    /* padding: 16px 0!important; */
  }
}

@media (max-width: 767px) {
  ul.social-pet li:last-child {
    display: none;
  }
}

/* footer-expo-logo */

.footer-expo-logo {
  height: 159px !important;
  width: 204px !important;
  object-fit: contain;
}

.footer-expo-logo-div {
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .footer-expo-logo-div {
    min-height: 180px;
    margin-block: 30px 20px;
  }
}

/* Start Changes For ipad footer
Shubham Pardeshi 6 July 2022 Request ID	#200226*/

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .col-ipad {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer .footer-links ul {
  overflow-wrap: unset;
}

/* End Shubham Pardeshi 6 July 2022 Request ID	#200226*/

/* updated footer design by Shubham */

/* changes to be made -> remove padding bottom of .verticleborderwhite class */

.footer-page-links ul {
  gap: 40px;
  padding: 18px 0;
}

/* .footer-hotel-sub-heading {
  padding-top: 0 !important;
} */

.footer-hotel-sub-heading a {
  font-weight: 700 !important;
}

footer .links ul li {
  padding: 10px 0 8px;
}

footer .footer-hotel-list-custom.links ul li.footer-hotel-sub-heading:not(:first-child) {
  padding-top: 8px !important;
}

.links.footer-page-links {
  border-top: 1px solid rgba(37, 40, 45, 0.16);
  margin-top: 44px;
  /* margin-bottom: 44px; */
}

.footer .verticleborderwhite:nth-child(2) {
  padding-bottom: 0;
}

.footer .emaarLogo .order-lg-3 li:last-child {
  margin-left: 36px;
}

:lang(ar) .footer .emaarLogo .order-lg-3 li:last-child {
  margin-right: 36px;
  margin-left: unset;
}

@media (min-width: 768px) and (max-width: 1023px) {
  :lang(ar) .footer .emaarLogo .order-lg-2 li:first-child {
    margin-left: 20px;
  }

  :lang(ar) .footer .emaarLogo .order-lg-2 li:nth-last-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .footer-page-links ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer-page-links ul {
    gap: 0;
    padding: 0;
  }

  .links.footer-page-links {
    margin-top: 0;
    border-top: none;
    margin-bottom: 0;
  }

  .social-pet li {
    margin-left: 15px;
  }

  .social-icon-drop-up-menu-mobile {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (min-width: 768px) {

  .footer .verticleborderwhite,
  .footer .verticleborderwhite1 {
    width: 90%;
    /* Adjust width to 90% of the viewport for medium screens */
    max-width: 1204px;
    /* Max width still capped */
  }
}

/* For large screens (desktops, ≥ 992px) */
@media (min-width: 992px) {

  .footer .verticleborderwhite,
  .footer .verticleborderwhite1 {
    width: 85%;
    /* Adjust width to 85% of the viewport for large screens */
    max-width: 1204px;
    /* Maintain a max width */
  }
}

/* For extra-large screens (≥ 1200px) */
@media (min-width: 1200px) {

  .footer .verticleborderwhite,
  .footer .verticleborderwhite1 {
    width: 1204px;
    /* Fixed width for very large screens */
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {

  .footer .verticleborderwhite,
  .footer .verticleborderwhite1 {
    width: 85%;
    /* Set width to 90% for screens between 1000px and 1300px */
  }
}

.fixer {
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
  width: 100%;
}

.adjustments {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
}

.adjustments1 {
  padding-top: 40px;
  border-bottom: 1px solid rgba(37, 40, 45, 0.16);
}

@media (max-width: 450px) {
  .ft-btm-link .ft-menu {
    padding: 30px 5px 5px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
  }
}

@media (max-width: 359px) {
  .ft-btm-link .ft-menu {
    padding: 30px 5px 5px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
  }
}

@media (min-width: 1000px) {
  .input-group {
    flex-wrap: nowrap !important;
    /* Disable flex-wrap for screens ≥ 1000px */
  }
}

@media (min-width: 340px) and (max-width: 370px) {
  .input-group {
    flex-wrap: nowrap !important;
    /* Disable flex-wrap for screens between 340px and 370px */
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .social-pet-icons-desktop .d-none.d-lg-inline-block {
    display: none !important;
  }

  .social-pet li {
    margin-left: 10px;
  }

  .footer .emaarLogo .order-lg-3 li:last-child {
    margin-left: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .footer-pet {
    display: grid;
  }

  .social-pet {
    align-content: center;
  }
}

@media (min-width: 400px) and (max-width: 700px) {
  .footer-pet {
    display: grid;
  }
}

.whatsapp_color {
  color: #25D366;
}

/* updated footer design by Shubham */