/*!
Theme Name: Arkana
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arkana
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Arkana is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.banner-logo {
  width: 100%; /* Make image full width */
  height: auto; /* Maintain aspect ratio */
  max-width: 480px; /* Optional: limit max size */
}

@media (max-width: 991px) {
  .banner-logo {
    width: 100%; /* Make image full width */
    height: auto; /* Maintain aspect ratio */
    max-width: 380px; /* Optional: limit max size */
  }
}

.content-area li {
  list-style: none; /* Remove default dot */
  position: relative;
  padding-left: 25px;
}

.content-area li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #ebd7b2; /* Or any color */
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 600;
  background-color: #ebd7b2;
}
.accordion-button:focus {
  border-color: #ebd7b2;
  box-shadow: unset;
}

header.fixed_header nav ul li .gt_languages a {
  color: #000 !important;
}
/*mt css start*/
/*amenities css start*/
  .am {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    line-height: 1.6;
    padding: 10px;
    border-radius: 12px;
  }

  .am strong {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: #000000;
    border-left: 4px solid #000000;
    padding-left: 10px;
  }

  .am ul, 
  .am p {
    margin: 0 0 15px;
    padding-left: 0px;
  }

  .am li {
    margin-bottom: 6px;
    list-style-type: none !important;
  }
.am li:before{
	display:none;
}
.am li{
	padding-left:10px !important;
}
@media screen and (max-width: 820px) {
  .am {
    display:block !important;
  }
}
/*amenities css end*/
.mt-accordion .accordion-button:hover{
	background-color:#ebd7b2 !important;
}
.customicon-price:before {
    font-family: "Font Awesome 6 Free";
    content: "\f09d"; /* fa-credit-card */
}

.customicon-24-7-support:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f590"; /* fa-headset */
}
.mt-gallery .item-img img {
    max-width: 100%;
    object-fit: cover;
    height: 200px;
    width: 100%;
}
/*mt css end*/

@media (max-width: 767px) {
    .box_overlay {
        flex-direction: column;
    }
}