/*
Theme Name: The First Collection Theme
Theme URI: https://thefirstcollection.ae/
description: The First Collection Theme
Author: Aboobacker P
Author URI: https://www.aboobacker.com (TFG)
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tfc-theme
Text Domain: tfctheme
*/

.homepage li.inner-only {
  display: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#enquireNow .form-field,
#enquireNow .form-field-phone {
  padding: 12px 20px;
  border: 1px solid #575451;
  background-color: #0000;
  min-width: 180px;
  width: 100%;
}
.intl-tel-input {
  width: 100%;
}
#enquireNow .form-field-phone {
  padding: 12px 6px 12px 52px;
}
.wpcf7-not-valid {
  background-color: #fff6f5 !important;
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
  margin-bottom: 10px;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
}
.page-template-template-bb a.square-360 {
  display: block;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  color: #000;
}
#CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  position: initial;
}
.CookiebotWidget-main-logo,
#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

/* WPML Language Dropdown */
.wpml-ls-legacy-dropdown-click {
  width: auto !important;
  min-width: 75px;
}
.wpml-ls-legacy-dropdown-click a {
  /* padding: 12px 20px !important; */
  border: none !important;
  color: black !important;
  background-color: #fff0 !important;
}
.homepage .navbar .wpml-ls-legacy-dropdown-click a {
  color: white !important;
}
.homepage .navbar.navbar-scroll .wpml-ls-legacy-dropdown-click a {
  color: black !important;
}
.wpml-language-switcher a:hover {
  transition: ease-in !important;
  background-color: rgba(255, 255, 255, 0.397) !important;
  color: black !important;
}
.wpml-language-switcher a:active {
  background-color: rgba(60, 56, 56, 0.397) !important;
  color: white !important;
}
.wpml-language-switcher a:hover::after {
  width: 0% !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  left: 75px;
  top: 16px; /* calc(46.8% - 0.175em) !important; */
}
/* language switcher */
.wpml-language-switcher {
  top: 20px !important;
}

.navbar-toggler {
  top: 7px;
  position: relative;
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1) {
  top: 2px;
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  top: 23px;
}

.navbar-toggler .navbar-toggler-icon:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-toggler .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
}

form#resform select {
  appearance: none;
  background-image: url('img/down-arrow-black.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.back-to-top {
  height: 50px;
}
.back-to-top a {
  width: 50px;
  height: 50px;
}
.back-to-top a svg {
  width: 25px;
  height: 25px;
}
.back-to-top.visible a {
  width: 50px;
  height: 50px;
}

.back-to-top a svg {
  position: relative;
  top: -2px;
}

.footer-social.footer-links img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
}

.card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 1.25rem;
}

.card-footer.space-between {
  /* justify-content: space-between; */
}

.card-footer .btn {
  margin-bottom: 0px;
}

.card-footer .btn-phone {
  padding: 12px 0px;
}

.rtl .datepicker {
  /* direction: ltr; */
}

.rtl form#resform select {
  background-position: center left 10px;
}

.rtl .datepicker__month-button {
  transform: rotate(180deg);
}

.rtl body,
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl .btn,
form#resform .form-title,
select {
  font-family: 'Tahoma', sans-serif;
}

.grecaptcha-badge {
  z-index: 10;
  display: none;
}

.grecaptcha-badge.show {
  display: block;
  visibility: visible !important;
}

.back-to-top,
.square-top {
  display: none;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.back-to-top.visible {
  display: block;
  opacity: 1;
}

.square-top.visible {
  display: block;
  opacity: 1;
}

.back-to-top.visible.move-left {
  right: 85px;
}

.page-template-template-hotels .card-hotel-logo {
  max-width: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.card-awards.card-icons img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) {
  .rtl .datepicker__buttons {
    right: auto;
    left: 0px;
  }
}

@media (min-width: 480px) {
  .rtl .datepicker__month--month2 {
    display: table;
    float: left;
  }

  .rtl .datepicker__month--month1 {
    float: right;
  }
}

@media (min-width: 992px) {
  .wpml-language-switcher {
    position: initial !important;
    top: auto !important;
  }
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    left: 50px;
  }
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
  .wpml-ls-item .wpml-ls-link {
    padding: 12px 5px !important;
  }
  .navbar.navbar-scroll .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    background-color: #ffffff;
  }
}

@media (max-width: 991px) {
  .mobile-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-navigation .btn {
    margin-bottom: 0px;
    padding: 10px;
  }

  .navbar-toggler {
    top: 0px;
  }

  .navbar .nav-item.active a:after {
    display: none;
  }

  .navbar .nav-item a {
    font-size: 22px;
  }

  .navbar-collapse {
    padding: 0px;
    height: 0vh;
    overflow: hidden;
  }

  .navbar .collapsing .nav-item a,
  .navbar .collapse .nav-item a {
    color: #fff;
  }

  .collapse:not(.show) {
  }

  .navbar-nav {
    padding: 120px 20px 70px 15px;
    opacity: 0;
    transition: all 100ms ease;
  }
  .collapse.show {
    padding: 70px 20px;
    height: 100vh;
  }
  .accordion.faq-list .collapse.show {
    padding: 0;
    height: auto;
  }
  .collapse.show .navbar-nav {
    opacity: 1;
  }

  .footer-links li:first-child {
    padding-left: 10px;
  }

  ul.footer-links li.menu-item:last-child a:before {
    display: none;
  }

  .footer-social.footer-links {
    margin-bottom: 30px;
  }

  footer#contact hr {
    width: 100%;
    margin: 3rem 0px 2rem;
  }

  .footer-links.footer-links-nav,
  .footer-links.footer-links-light {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-links.footer-links-nav li {
    margin: 0px;
  }

  .footer-links.footer-links-light li,
  .footer-links.footer-links-nav li {
    float: none;
  }

  #revinate_contact_api_form {
    display: flex;
  }

  #revinate_contact_api_form .resinputbox.form-field {
    flex: 1;
  }

  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    left: 88px;
    top: 19px;
  }

  .homepage .navbar.navbar-scroll .wpml-ls-legacy-dropdown-click a {
    color: #fff !important;
  }

  .card-overlap.card-overlap-title .card-overlap-text {
    padding: 25px;
  }

  .soluna-page section {
    margin: 50px 0px;
  }

  .page-template-template-contact .card-overlap-image img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1009px) {
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    left: 60px;
  }
}

/* Book a table dropdown */
.dropdown-item {
  white-space: initial !important;
  font-size: 13px !important;
  padding: 12px !important;
}
.dropdown-menu {
  padding: 0px !important;
}

/* Book now box removal for single offer pages */
.offer-headline {
  background-color: #ffffff00 !important;
  padding: 0 !important;
}
.offer-headline a {
  color: black !important;
  border: 1px solid black !important;
}
.offer-headline .btn:hover {
  background-color: #d34f42 !important;
  border-color: #d34f42 !important;
  color: white !important;
}
.offer-headline a:hover {
  color: white !important;
}

/* Hotel home boxes as links */
.inner-home h4 {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.inner-home h4 a {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  padding: 20px 30px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
}
.metalic-card-boxes .inner-home {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 !important;
  width: 100% !important;
}
.inner-home a:hover {
  transition: ease-in 0.1s;
}
.inner-home a:hover:after {
  width: 0% !important;
}

/* nav bar text */
/* .navbar.navbar-scroll .nav-item a {
  text-align: center;
} */

/* floating box carousel */
.special-offers-banner .carousel-control-next,
.special-offers-banner .carousel-control-prev {
  top: 50px !important;
  height: 15px !important;
  z-index: 1000;
  background-color: transparent !important;
}

.special-offers-banner .carousel-control-next {
  right: -10px;
  opacity: 1;
}
.special-offers-banner .carousel-control-prev {
  left: -10px;
  opacity: 1;
}
/* media queries */
@media (max-width: 678px) {
  #jumbotronCarousel .carousel-item img {
    height: 460px !important;
  }
}

@media (max-width: 767px) {
  .offer-title {
    font-size: 30px !important;
  }
}
@media (max-width: 990px) {
  .wpml-ls-legacy-dropdown-click a {
    color: white !important;
  }
  .navbar.navbar-scroll .nav-item a {
    text-align: left !important;
    color: white !important;
  }
}

/* .page-template-template-special-offers-api:not(.page-id-7621) form#resform,
.page-template-template-rooms:not(.page-id-7624) form#resform,
.page-template-template-hotels form#resform {
  top: -50px;
} */

@media (max-width: 321px) {
  .nav-link .btn {
    font-size: 11px !important;
  }
}
.page-template-template-special-offers-api .offers-carousel a.carousel-control-next,
.offers-carousel a.carousel-control-prev {
  width: 0px !important;
}
/* SINGLE OFFER PAGES */
.offer-restaurant-detail form#resform {
  top: -100px !important;
  width: 100% !important;
}
.offers-room {
  top: 0 !important;
  margin-bottom: 0 !important;
}
.dine-around.lp-section .container {
  background: linear-gradient(180deg, rgba(52, 58, 64, 1) 0%, rgba(45, 41, 38, 1) 25%);
}
.page-template-template-rooms .row.metalic-card-boxes {
  margin-top: 70px !important;
}

.page-template-template-fnb-happenings .card {
  height: 100% !important;
}

.inc_icons img {
  width: 50px;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .btn.btn-secondary.dropdown-toggle.d-flex {
    font-size: 0.9rem;
  }
}

section.lp-section {
  margin: 0 0;
  padding-bottom: 0;
  padding-top: 0;
}
.inclusions-tabs .nav-tabs li a,
.inclusions-tabs .nav-tabs li {
  margin-right: 0px !important;
  margin-left: 0;
  min-width: 0;
}
.inclusions-tabs .nav-tabs li a {
  padding: 5px 20px 5px 20px;
  font-size: 20px;
  font-family: 'Minerva Modern', 'sans-serif';
  border-radius: 10px 10px 0 0;
}
.nav.nav-tabs {
  justify-content: center;
  align-items: center;
}
.inclusions-tabs .nav-tabs li a:after {
  content: none;
  display: none;
  width: 0%;
  border-bottom: 0px solid;
}
/* marina  */
.marina .inclusions-tabs .nav-tabs li a {
  background-color: #007cc1;
}
.marina .inclusions-tabs .nav-tabs li a.active {
  background-color: #fff;
  color: #007cc1;
}
/* business-bay */
.business-bay .inclusions-tabs .nav-tabs li a {
  background-color: #526b4e;
}
.business-bay .inclusions-tabs .nav-tabs li a.active {
  color: #526b4e;
  background-color: white;
}
/* waterfront */
.waterfront .inclusions-tabs .nav-tabs li a {
  background-color: #cebba7;
}
.waterfront .inclusions-tabs .nav-tabs li a.active {
  color: #b59c81 !important;
  background-color: white;
}
.inclusions-tabs .nav-tabs li a {
  color: white;
  background-color: #95c4ce;
}
.inclusions-tabs .nav-tabs li a.active {
  color: #95c4ce;
  background-color: white;
}
.inclusions-tabs .nav-tabs {
  margin-bottom: 0px;
}
.inclusions-tabs .tab-content > .tab-pane {
  background-color: white;
  padding: 50px 20px 20px 20px;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 432px) {
  .carouselRestaurants .card {
    min-height: 330px;
  }
}
@media (max-width: 313px) {
  .inclusions-tabs .nav-tabs li a {
    font-size: 8px;
  }
}

#facilitiesCarousel .carousel-item,
#amenitiesCarousel .carousel-item {
  transition: opacity 0.5s ease-in-out;
}
.bg-soluna {
  background-color: #faf8f2;
}

#facilitiesCarousel .carousel-control-next,
#amenitiesCarousel .carousel-control-next {
  right: 20px;
}
#facilitiesCarousel .carousel-control-prev,
#amenitiesCarousel .carousel-control-prev {
  left: 20px;
}
.carouselRestaurants .text-fnb {
  color: #997f54 !important;
}
.bg-dine-around {
  background-color: #2d2926;
}
.carouselRestaurants .card-body {
  padding: 10px;
}
.restaurant-img,
.carouselRestaurants .card {
  border-radius: 20px 20px 0 0;
}
.carouselRestaurants .card {
  width: 100%;
  min-height: 545px;
  height: auto;
  margin: 0 auto;
}

.rest-image-container {
  position: relative;
}
.rest-logo {
  border-radius: 20px 20px 0 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000081;
}
.carousel-item .carousel-text {
  position: absolute;
  z-index: 999;
  top: 30%;
  text-shadow: #444444 1px 3px 10px;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 1000;
}

.carousel-item .carousel-text h1,
.carousel-item .carousel-text h2,
.carousel-item .carousel-text p {
  color: white !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .carousel-item .carousel-text h1 {
    font-size: 65px !important;
  }
}
@media (max-width: 1200px) {
  .restaurants .carousel-control-next {
    top: -349px;
    right: -20px;
  }
  .restaurants .carousel-control-prev {
    top: -349px;
    left: -20px;
  }
  .carouselRestaurants .card {
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .restaurants .carousel-control-next {
    top: -290px;
    right: 15px;
  }
  .restaurants .carousel-control-prev {
    top: -290px;
    left: 15px;
  }
}
.festive-banner-div {
  position: relative;
}
.festive-banner-text {
  max-width: 35%;
  position: absolute;
  top: 35%;
  color: white;
  left: 5%;
  text-align: center;
}
.festive-banner-div p {
  margin-bottom: 0px;
  font-family: 'Minerva Modern', 'sans-serif';
  font-size: clamp(10px, 2vw + 0.5rem, 2.5rem);
}
/* festive-banner-div small {
  font-size: ;
} */
.landing-page .jumbotron:before {
  display: none !important;
}

#accordionInclusions .card-body {
  background-color: white;
}
#accordionInclusions .btn-accordion {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0;
  color: white;
  font-family: 'Minerva Modern', 'sans-serif';
  transition: border-radius 0.3s ease; /* Add transition */
}
#accordionInclusions .btn-accordion.collapsed {
  border-radius: 0;
}
#accordionInclusions .card-header {
  border-radius: 20px 20px 0 0;
  padding: 0;
}
#accordionInclusions .card {
  border-radius: 20px 20px 0 0;
  padding: 0;
  margin-top: 10px;
}
.business-bay #accordionInclusions .btn-accordion {
  border-color: #526b4e;
  background-color: #526b4e;
}
.waterfront #accordionInclusions .btn-accordion {
  border-color: #cebba7;
  background-color: #cebba7;
}
.marina #accordionInclusions .btn-accordion {
  border-color: #007cc1;
  background-color: #007cc1;
}
#accordionInclusions .btn-accordion {
  border-color: #95c4ce;
  background-color: #95c4ce;
}

/* half board template */
.lp-section .op-hours {
  padding: 0 !important;
}
.lp-section .rest-description {
  margin: 0 !important;
}
.rest-logo {
  height: 100% !important;
  align-items: center;
}
.cardContainer .rest-logo {
  background-color: transparent;
}
.cardContainer .inc_icons img,
.cardContainer .btn-call img {
  display: inline-block;
}
.cardContainer .card {
  height: 100% !important;
  border-radius: 0;
  min-height: 750px;
}
.cardContainer .card-body h3 {
  font-size: 25px;
}
.cardContainer .card-footer {
  padding: 10px;
}
.festive-stay .carousel-control-next-icon {
  right: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.festive-stay .carousel-control-prev-icon {
  left: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  transform: none;
}

@media (max-width: 479px) {
  .festive-stay .carousel-control-next {
    top: -580px;
    right: 10px;
  }
  .festive-stay .carousel-control-prev {
    top: -580px;
    left: 10px;
  }
  .festive-stay .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
  .festive-stay .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    transform: none;
  }
}
@media (min-width: 1440px) {
  .festive-stay .carousel-control-next {
    right: -90px;
  }
  .festive-stay .carousel-control-prev {
    left: -90px;
  }
}
@media (max-width: 1200px) {
  .festive-stay .carousel-control-next {
    right: -20px;
  }
  .festive-stay .carousel-control-prev {
    left: -20px;
  }
  footer .form-field {
    font-size: 16px;
  }

  .navbar-scroll .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .carousel-text {
    font-size: 50px !important;
  }

  .back-to-top.visible {
    right: 85px;
  }

  .back-to-top.visible a svg {
    width: 25px;
    height: 25px;
    position: relative;
    top: -5px;
  }

  footer {
    padding-bottom: 40px;
  }
}

/* RAMADAN LP */
.ramadan-tabs .nav-tabs .nav-item a {
  border-radius: 0;
  border-bottom: 0;
  font-family: 'Minerva Modern', sans-serif;
  border-bottom: 1px solid transparent;
  transition: border-color 0.5s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
.ramadan-tabs .nav-tabs .nav-item a.active {
  border-bottom: 1px solid !important;
}
.btn-suhoor:hover,
.btn-iftar:hover {
  border-bottom: 1px solid !important;
}
.btn-suhoor:hover::after,
.btn-iftar:hover::after {
  width: 0;
}

.bg-suhoor {
  background: linear-gradient(204deg, rgba(62, 61, 10, 0.753180495831145) 0%, rgba(28, 33, 27, 0.9380544454109769) 32%, rgba(28, 33, 27, 1) 47%);
  background-color: #060016;
  transition: background 0.5s ease-in-out;
}
.bg-iftar {
  background: linear-gradient(21deg, rgba(62, 61, 10, 0.753180495831145) 0%, rgba(28, 33, 27, 0.9380544454109769) 32%, rgba(28, 33, 27, 1) 47%);
  background-color: #060016;
  transition: background 0.5s ease-in-out;
}

.ramadan-faqs .faq-list p {
  font-size: 1rem;
}
.ramadan-faqs .accordion {
  box-shadow: -3px 1px 14px 0px #0000001e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.ramadan-faqs .accordion .card {
  border-color: #c4c4c459;
}
.ramadan-faqs .accordion .card-header {
  background-color: white;
}
.ramadan-faqs .accordion .card-body {
  background-color: #f7f7f7;
  border-color: rgba(52, 52, 52, 0.454);
}
.ramadan-faqs .accordion a:hover::after {
  width: 0 !important;
}
/* RAMADAN LP END  */
/* new homepage styles */
/* rooms carousel section hompage */
.roomsCarousel .rooms-caption {
  background-color: rgb(255, 255, 255);
  width: 100%;
  right: 0;
  left: 0;
  padding: 20px;
}
/* .roomsCarousel .carousel-item {
  transition: opacity 0.2s ease-in;
}
.roomsCarousel .carousel-item .container {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.roomsCarousel .carousel-item.active .container {
  opacity: 1;
} */
.rooms-section {
  padding: 25px;
}

/* soluna section (new) */
.soluna-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.soluna-vid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.soluna-vid-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.content-div {
  position: absolute;
  z-index: 1;
  padding: 20px;
}
/* soluna-section black overlay */
.soluna-section .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.419); /* Semi-transparent black */
  z-index: 0; /* Overlay stays between the video and the content */
}
.card.rooms-card {
  border-radius: 0;
}
.card.rooms-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-overlay.rooms-img-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.444);
}
.carousel-indicators.homepage-indicators {
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  width: auto !important;
  bottom: 0;
}
.hero-video-mobile {
  position: absolute;
  object-fit: cover;
  right: -361.8px;
}
.no-logo::before {
  background-image: none !important;
}
.sustainability-banner {
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 42%);
  background-size: cover;
  background-repeat: no-repeat;
}
/* new homepage styles END */

/* new css for new single restaurant layout */
.op-info-section .container {
  box-shadow: -1px 3px 35px 0px rgba(35, 35, 35, 0.43);
  -webkit-box-shadow: -1px 3px 35px 0px rgb(35 35 35 / 13%);
  -moz-box-shadow: -1px 3px 35px 0px;
}
/* image gallery */
.restaurants-gallery .img-gallery {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .restaurants-gallery .img-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.restaurants-gallery .img-gallery img {
  object-fit: cover;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.restaurants-gallery .img-gallery img {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.restaurants-gallery .img-gallery img:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.restaurants-gallery .img-gallery:after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}

.restaurants-gallery .carousel.slide.carouselMenuItem .carousel-item,
.restaurants-gallery .carousel.slide.carouselMenuItem .carousel-item img {
  height: 100%;
}

.restaurants-gallery .carousel.slide.carouselMenuItem .carousel-item img {
  object-fit: cover;
  width: 100%;
}

.restaurants-gallery .carousel-item img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.restaurants-gallery #modalGallery .modal-open .modal,
.restaurants-gallery body {
  padding-right: 0 !important;
}

.restaurants-gallery #modalGallery .modal-dialog {
  max-width: 700px;
}

.restaurants-gallery button.close span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  background: white;
  padding: 0;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  color: #000;
  position: relative;
}
.cardCarousel .restaurant-img,
.cardCarousel .card,
.cardCarousel .card-img .card-img-top,
.restaurant-offers .card-img-top {
  border-radius: 0 !important;
}
.cardCarousel .card {
  box-shadow: 0px 5px 17.3px -5px #ccc;
  -webkit-box-shadow: 0px 5px 17.3px -5px #ccc;
  -moz-box-shadow: 0px 5px 17.3px -5px #ccc;
  border: none;
}

.restaurants-gallery .modal.show {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.restaurants-gallery button.close span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  background: white;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  color: #000;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.restaurants-gallery button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1051;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.no-hover a:after {
  content: none !important;
}
@media (max-width: 320px) {
  .btn {
    font-size: 10.5px;
  }
}
.responsive-embed iframe {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Optional: ensures the content of the iframe fills the container */
}
@media (max-width: 991px) {
  .responsive-embed {
    position: relative;
    padding-top: 56.25%; /* Aspect ratio 16:9 for video */
    height: auto; /* Let it adjust based on content */
  }

  .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
body {
  padding-right: 0 !important;
}

/* restaurant page hero  */
.jumbotron.single-restaurant-hero {
  display: block !important;
  padding: 0 !important;
}
.jumbotron.single-restaurant-hero::before {
  background-image: none;
}
.jumbotron.single-restaurant-hero img {
  max-width: 350px;
}
.single-restaurant-hero .banner-content {
  position: absolute;
  top: 20%;
  z-index: 2;
}
.jumbotron-overlay {
  background: rgba(0, 0, 0, 0.356);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-single-restaurant-new h3 {
  font-size: 1.8rem !important;
  font-weight: 300;
}
.page-template-template-single-restaurant-new h3 {
  font-size: 1.8rem !important;
  font-weight: 300;
}
.page-template-template-single-restaurant-new .card-overlap-text {
  box-shadow: -1px 3px 35px 0px rgb(35 35 35 / 13%);
}
.cardCarousel .slick-track,
.offerCarousel .slick-track {
  display: flex !important;
  padding: 20px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px !important;
  }
}
