/*
Theme Name: Custom Travel Theme
Theme URI: https://bemytraveler.com
Author: BeMyTraveler
Author URI: https://bemytraveler.com
Description: Custom WordPress travel theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bemytraveler
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
*/
/* SITEMAP PAGE STYLE */
.rank-math-html-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.rank-math-html-sitemap .rank-math-html-sitemap__section {
  width: 48.5%;
  background: var(--bmt-gold-light);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rank-math-html-sitemap .rank-math-html-sitemap__section ul.rank-math-html-sitemap__list {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .rank-math-html-sitemap .rank-math-html-sitemap__section {
    width: 100%;
  }
}

/* HEADER STYLE */

.bmt-header .bmt-header__inner {
  padding: 10px 0;
}
.bmt-header .bmt-header__inner .bmt-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bmt-header .bmt-header__inner .bmt-header__logo span.bmt-header__site-name {
  display: none;
}
.bmt-header .bmt-header__inner .bmt-header__logo img.custom-logo {
  max-width: 90px;
}
@media (max-width: 767px) {
  .bmt-header .bmt-header__inner .bmt-header__logo img.custom-logo {
    max-width: 70px;
  }
}

#page section.bmt-section.bmt-why-choose .bmt-section__header-text .bmt-section__title,
#page section.bmt-section.bmt-testimonials .bmt-section__header-text .bmt-section__title {
  color: var(--bmt-sky);
}

.bmt-single--car .bmt-single__layout.bmt-animate,
.bmt-single--place .bmt-single__layout.bmt-animate {
  opacity: 1;
  transform: none;
}

.bmt-hero__title {
  width: min(100%, 860px);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.bmt-footer__col--brand {
  text-align: center;
}

.bmt-footer__col--brand .bmt-footer__logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}

.bmt-footer__col--brand .bmt-footer__about {
  margin-left: auto;
  margin-right: auto;
}

.bmt-footer__col--brand .bmt-footer__socials {
  justify-content: center;
}

@media (max-width: 767px) {
  .bmt-hero__title {
    width: 100%;
    font-size: 28px;
    line-height: 1.18;
  }

  .bmt-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .bmt-footer__col--brand {
    grid-column: 1 / -1;
  }

  .bmt-footer__col--widget {
    text-align: center;
  }
}
