@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url(../fonts/Montserrat.woff2) format("woff2"), url(../fonts/Montserrat.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Montserrat";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

section {
  padding-block: clamp(2.5rem, 1.759rem + 3.704vw, 5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.akg09g13asmdmaksmk__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  border-radius: 24px;
  padding-block: 20px;
  max-width: 850px;
}
.akg09g13asmdmaksmk__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat";
  color: #000;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .akg09g13asmdmaksmk__subtitle {
    font-size: 25px;
  }
}
.akg09g13asmdmaksmk__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.akg09g13asmdmaksmk__item {
  font-size: clamp(1rem, 0.963rem + 0.185vw, 1.125rem);
  line-height: 1.5;
}
.akg09g13asmdmaksmk__item ol li {
  list-style: disc inside;
  margin-left: 20px;
}
.akg09g13asmdmaksmk__item ol li:not(:last-child) {
  margin-bottom: 10px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

:root {
  --primary-color: #0D47A1;
  --secondary-color: #1976D2;
  --accent-color: #FFC107;
  --light-bg-color: #F8F9FA;
  --text-color: #333333;
  --light-text-color: #FFFFFF;
  --border-color: #DEE2E6;
  --footer-bg-color: #212529;
  --font-size-base: 16px;
  --line-height-base: 1.6;
  --container-max-width: 1200px;
  --container-padding: 0 20px;
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --box-shadow-light: 0 2px 8px rgba(0, 0, 0, 0.1);
  --box-shadow-medium: 0 4px 12px rgba(0, 0, 0, 0.15);
}

body {
  color: var(--text-color);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  background-color: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--container-padding);
}

a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.6rem;
}

p {
  margin-bottom: 1em;
}

.site-header {
  background-color: var(--light-text-color);
  padding: 15px 0;
  box-shadow: var(--box-shadow-light);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
}

.logo:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.main-navigation .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.main-navigation .nav-link {
  padding: 10px 15px;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: var(--border-radius-small);
}

.main-navigation .nav-link:hover,
.main-navigation .nav-link.active {
  color: var(--primary-color);
  background-color: rgba(13, 71, 161, 0.05);
}

.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.burger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--primary-color);
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.burger-menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero-section {
  position: relative;
  background: url("../img/main/01.jpg") no-repeat center center/cover;
  background-color: var(--secondary-color);
  color: var(--light-text-color);
  padding: 100px 0;
  text-align: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content h1 {
  position: relative;
  font-size: 3rem;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.hero-content p {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button,
.cta-button-large,
.btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--border-radius-medium);
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.cta-button {
  background-color: var(--accent-color);
  color: var(--text-color);
  position: relative;
}

.cta-button:hover {
  background-color: #ffca28;
  color: var(--text-color);
  transform: translateY(-2px);
  text-decoration: none;
}

.featured-types-section,
.popular-destinations-section,
.testimonials-section,
.about-preview-section {
  padding: 60px 0;
}

.featured-types-section,
.popular-destinations-section {
  background-color: var(--light-bg-color);
}

.featured-types-section h2,
.popular-destinations-section h2,
.testimonials-section h2,
.about-preview-section h2,
.cta-banner-section h2 {
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary-color);
}

.types-grid,
.destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.type-card,
.destination-card {
  background-color: var(--light-text-color);
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: var(--text-color);
}

.type-card:hover,
.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-medium);
  text-decoration: none;
  color: var(--text-color);
}

.type-card-image,
.destination-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.type-card-content,
.destination-card h3,
.destination-card p {
  padding: 20px;
}

.type-card-content h3,
.destination-card h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: var(--secondary-color);
}

.type-card-content p,
.destination-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}

@media (max-width: 1090px) {
  .burger-menu {
    display: block;
  }
  .main-navigation .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--light-text-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-top: 1px solid var(--border-color);
  }
  .main-navigation .nav-list.active {
    display: flex;
  }
  .main-navigation .nav-list li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
  }
  .main-navigation .nav-list li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-link {
    display: block;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .main-navigation .nav-link:hover,
  .main-navigation .nav-link.active {
    background-color: var(--light-bg-color);
  }
}
.about-preview-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-preview-image {
  flex: 1 1 45%;
  max-width: 45%;
}

.about-preview-image img {
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-medium);
}

.about-preview-text {
  flex: 1 1 55%;
}

.about-preview-text h2 {
  text-align: left;
  margin-bottom: 20px;
}

.btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--light-text-color);
  text-decoration: none;
  transform: translateY(-2px);
}

.testimonial-slider {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonial-item {
  background-color: var(--light-bg-color);
  padding: 30px;
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
  flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.testimonial-item blockquote {
  margin: 0 0 15px 0;
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.testimonial-item blockquote::before {
  content: "“";
  font-size: 3rem;
  color: var(--secondary-color);
  position: absolute;
  left: -5px;
  top: -10px;
  opacity: 0.7;
}

.testimonial-item cite {
  font-weight: 600;
  color: var(--primary-color);
  display: block;
  text-align: right;
}

.cta-banner-section {
  background-color: var(--secondary-color);
  color: var(--light-text-color);
  padding: 60px 0;
  text-align: center;
}

.cta-banner-content h2 {
  color: var(--light-text-color);
  margin-bottom: 20px;
}

.cta-banner-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-large {
  background-color: var(--accent-color);
  color: var(--text-color);
  padding: 15px 40px;
  font-size: 1.2rem;
}

.cta-button-large:hover {
  background-color: #ffca28;
  color: var(--text-color);
  transform: translateY(-2px);
  text-decoration: none;
}

.site-footer-main {
  background-color: var(--footer-bg-color);
  color: #adb5bd;
  padding-top: 50px;
  font-size: 0.9rem;
}

.footer-content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding-bottom: 40px;
}

.footer-column h4 {
  color: var(--light-text-color);
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.footer-column p,
.footer-column address {
  margin-bottom: 10px;
  line-height: 1.7;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a,
.footer-column a {
  color: #ced4da;
  text-decoration: none;
}

.footer-column ul li a:hover,
.footer-column a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #343a40;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .hero-content h1 {
    font-size: 2.6rem;
  }
  .hero-content p {
    font-size: 1.2rem;
  }
  .about-preview-container {
    flex-direction: column;
    text-align: center;
  }
  .about-preview-image {
    max-width: 70%;
    margin-bottom: 20px;
  }
  .about-preview-text {
    flex-basis: auto;
  }
  .about-preview-text h2 {
    text-align: center;
  }
  .testimonial-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-base: 15px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  .hero-section {
    padding: 60px 0;
    min-height: 50vh;
  }
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .hero-content p {
    font-size: 1.1rem;
  }
  .burger-menu {
    display: block;
  }
  .main-navigation .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--light-text-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-top: 1px solid var(--border-color);
  }
  .main-navigation .nav-list.active {
    display: flex;
  }
  .main-navigation .nav-list li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
  }
  .main-navigation .nav-list li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-link {
    display: block;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .main-navigation .nav-link:hover,
  .main-navigation .nav-link.active {
    background-color: var(--light-bg-color);
  }
  .types-grid,
  .destinations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .type-card-image,
  .destination-card img {
    height: 200px;
  }
  .footer-content-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-column h4 {
    margin-top: 20px;
  }
  .footer-column:first-child h4 {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .cta-button,
  .cta-button-large,
  .btn-secondary {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.page-hero-section {
  background-color: var(--secondary-color);
  color: var(--light-text-color);
  padding: 80px 0;
  text-align: center;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-section .hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 0.4em;
}

.page-hero-section .hero-content p {
  font-size: 1.3rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-section {
  background: linear-gradient(rgba(13, 71, 161, 0.7), rgba(25, 118, 210, 0.7)), url("../img/main/10.jpg") no-repeat center center/cover;
  background-color: var(--primary-color);
}

.content-section {
  padding: 60px 0;
}

.section-title-center {
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary-color);
  font-size: 2.2rem;
}

.section-subtitle-center {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: -20px auto 30px auto;
}

.light-bg {
  background-color: var(--light-bg-color);
  padding: 60px 0;
}

.two-column-layout {
  display: flex;
  gap: 40px;
  align-items: center;
}

.column-text {
  flex: 1 1 60%;
}

.column-text h2 {
  margin-bottom: 20px;
  color: var(--primary-color);
}

.column-text p {
  line-height: 1.7;
  margin-bottom: 1.2em;
}

.column-image {
  flex: 1 1 40%;
  max-width: 40%;
}

.column-image img {
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-medium);
  width: 100%;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.mission-card,
.vision-card {
  background-color: var(--light-text-color);
  padding: 30px;
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-medium);
}

.icon-mv {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.mission-card h3,
.vision-card h3 {
  color: var(--secondary-color);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.mission-card p,
.vision-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.team-section {
  padding: 60px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.team-member-card {
  background-color: var(--light-text-color);
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
  text-align: center;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-medium);
}

.team-member-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 20px auto;
  border: 4px solid var(--light-bg-color);
}

.team-member-card h4 {
  font-size: 1.3rem;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.member-title {
  font-size: 0.9rem;
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.member-bio {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}

.team-summary {
  text-align: center;
  margin-top: 40px;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.value-item {
  text-align: center;
  padding: 20px;
}

.icon-value {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  opacity: 0.7;
}

.value-item h3 {
  font-size: 1.25rem;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.value-item p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;
}

.commitment-section {
  padding: 60px 0;
}

.commitment-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.feature-item {
  text-align: center;
  padding: 25px 20px;
  background-color: var(--light-bg-color);
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
}

.icon-feature {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  opacity: 0.75;
}

.feature-item h4 {
  font-size: 1.2rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
}

.final-cta-about {
  text-align: center;
  margin-top: 50px;
}

.final-cta-about p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .page-hero-section .hero-content h1 {
    font-size: 2.4rem;
  }
  .page-hero-section .hero-content p {
    font-size: 1.15rem;
  }
  .section-title-center {
    font-size: 2rem;
  }
  .two-column-layout {
    flex-direction: column;
  }
  .column-text,
  .column-image {
    flex-basis: auto;
    max-width: 100%;
  }
  .column-image {
    max-width: 70%;
    margin-top: 20px;
  }
  .column-text h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-hero-section {
    padding: 50px 0;
    min-height: 30vh;
  }
  .page-hero-section .hero-content h1 {
    font-size: 2rem;
  }
  .page-hero-section .hero-content p {
    font-size: 1rem;
  }
  .section-title-center {
    font-size: 1.8rem;
  }
  .section-subtitle-center {
    font-size: 1rem;
  }
  .mission-vision-grid,
  .team-grid,
  .values-grid,
  .commitment-features {
    grid-template-columns: 1fr;
  }
  .column-image {
    max-width: 85%;
  }
  .team-member-photo {
    width: 120px;
    height: 120px;
  }
}
.hotel-listing-section {
  padding: 60px 0;
}

.hotel-cards-grid {
  display: grid;
  gap: 30px;
  margin-top: 30px;
  grid-template-columns: 1fr;
}

.hotel-card {
  background-color: var(--light-text-color);
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.hotel-card:hover {
  box-shadow: var(--box-shadow-medium);
}

.hotel-card-image-container {
  position: relative;
  width: 100%;
}
.hotel-card-image-container img {
  aspect-ratio: 16/9;
}

.hotel-card-image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hotel-card-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--accent-color);
  color: var(--text-color);
  padding: 5px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: var(--border-radius-small);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hotel-card-badge.new-offer {
  background-color: var(--primary-color);
  color: var(--light-text-color);
}

.hotel-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.hotel-card-title {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.hotel-card-location {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.icon-inline {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  opacity: 0.7;
  vertical-align: middle;
}

.hotel-card-location .icon-inline {
  width: 18px;
  height: 18px;
}

.hotel-card-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.hotel-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 0.9rem;
  color: #444;
}

.hotel-card-features li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.hotel-card-features li:last-child {
  margin-bottom: 0;
}

.hotel-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}

.btn-small {
  padding: 8px 18px;
  font-size: 0.9rem;
}

.hotel-card-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .hotel-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
  .hotel-card-image {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .hotel-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hotel-card-image-container {
    flex-basis: 300px;
    flex-shrink: 0;
    width: auto;
  }
  .hotel-card-image {
    height: 100%;
    min-height: 300px;
  }
}
.art-hero-section {
  background: linear-gradient(rgba(63, 81, 181, 0.7), rgba(48, 63, 159, 0.7)), url("../img/main/21.jpg") no-repeat center center/cover;
  background-color: #3F51B5;
}

.art-hotel-card .hotel-card-title {
  color: var(--primary-color);
}

.art-hotel-card .hotel-card-features .icon-inline {
  opacity: 0.8;
}

/* .art-hotel-card .btn-secondary:hover {
    background-color: #ffca28;
    border-color: #ffca28;
} */
.what-is-art-hotel-section {
  padding: 60px 0;
}

.what-is-art-hotel-section .column-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.what-is-art-hotel-section .column-text ul li {
  margin-bottom: 12px;
  line-height: 1.7;
  padding-left: 25px;
  position: relative;
}

.what-is-art-hotel-section .column-text ul li::before {
  content: "🎨";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--accent-color);
  font-size: 1.1em;
}

.what-is-art-hotel-section .column-text ul li strong {
  color: var(--primary-color);
}

.featured-artist-section {
  padding: 60px 0;
}

.artist-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 30px;
}

.artist-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--light-bg-color);
  padding: 25px;
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artist-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow-medium);
}

.artist-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  border: 5px solid var(--light-text-color);
}

.artist-info h3 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.artist-specialty {
  font-size: 0.95rem;
  color: var(--secondary-color);
  font-style: italic;
  margin-bottom: 15px;
}

.artist-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.link-discreet {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.link-discreet:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .artist-card {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
  .artist-photo {
    margin-right: 25px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .artist-info {
    flex-grow: 1;
  }
}
.casino-hero-section {
  background: linear-gradient(rgba(20, 20, 20, 0.7), rgba(50, 50, 50, 0.7)), url("../img/main/28.jpg") no-repeat center center/cover;
  background-color: #1a1a1a;
}

.casino-hotel-card .hotel-card-title {
  color: var(--accent-color);
}

.casino-hotel-card .hotel-card-features .icon-inline {
  opacity: 0.9;
}

.casino-hotel-card .hotel-card-badge {
  background-color: #B71C1C;
  color: var(--light-text-color);
}

.casino-etiquette-section {
  padding: 60px 0;
}

.casino-etiquette-section .column-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.casino-etiquette-section .column-text ul li {
  margin-bottom: 12px;
  line-height: 1.7;
  padding-left: 28px;
  position: relative;
}

.casino-etiquette-section .column-text ul li::before {
  content: "♠";
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--primary-color);
  font-size: 1.4em;
  line-height: 1;
}

.casino-etiquette-section .column-text ul li strong {
  color: var(--secondary-color);
}

.responsible-gaming-section {
  padding: 60px 0;
  background-color: var(--light-text-color);
  text-align: center;
}

.responsible-gaming-content {
  max-width: 800px;
  margin: 0 auto;
}

.icon-responsible-gaming {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  opacity: 0.7;
}

.responsible-gaming-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

.responsible-gaming-content p:last-of-type {
  margin-bottom: 25px;
}

/* Общая адаптация для .hotel-card и .two-column-layout уже должна работать.
   Специфических изменений для этой страницы может и не потребоваться,
   если предыдущие адаптивные стили написаны достаточно гибко. */
@media (max-width: 767px) {
  .casino-etiquette-section .column-text ul li::before {
    font-size: 1.2em;
  }
}
.contact-hero-section {
  background: linear-gradient(rgba(25, 118, 210, 0.6), rgba(13, 71, 161, 0.6)), url("../img/main/34.jpg") no-repeat center center/cover;
  background-color: var(--secondary-color);
}

.contact-info-section {
  padding: 60px 0;
}

.contact-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.contact-detail-item {
  text-align: center;
  padding: 30px 20px;
  background-color: var(--light-bg-color);
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-contact-detail {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  opacity: 0.75;
}

.contact-detail-item h3 {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.contact-detail-item p,
.contact-detail-item address {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 5px;
  font-style: normal;
}

.contact-detail-item p:last-child,
.contact-detail-item address:last-of-type {
  margin-bottom: 0;
}

.contact-detail-item a {
  color: var(--secondary-color);
  text-decoration: none;
}

.contact-detail-item a:hover {
  text-decoration: underline;
}

.contact-form-map-section {
  padding: 60px 0;
}

.form-map-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 992px) {
  .form-map-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
.form-container,
.map-container {
  background-color: var(--light-text-color);
  padding: 30px;
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-light);
}

.form-title,
.map-title {
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 10px;
  text-align: center;
}

.form-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}

.map-address-info {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.map-container iframe {
  border-radius: var(--border-radius-small);
  margin-bottom: 20px;
}

.map-link-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.booking-form .form-group {
  margin-bottom: 20px;
}

.booking-form .form-group:last-of-type {
  margin-bottom: 30px;
}

.booking-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #444;
}

.required-asterisk {
  color: #e74c3c;
  margin-left: 3px;
}

.booking-form input[type=text],
.booking-form input[type=email],
.booking-form input[type=tel],
.booking-form input[type=date],
.booking-form input[type=number],
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  font-size: 1rem;
  color: var(--text-color);
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(13, 71, 161, 0.2);
}

.booking-form input::-moz-placeholder, .booking-form textarea::-moz-placeholder {
  color: #999;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #999;
}

.booking-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23333333'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 40px;
}

.booking-form .form-group-inline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 576px) {
  .booking-form .form-group-inline {
    grid-template-columns: 1fr 1fr;
  }
}
.booking-form input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.booking-form .checkbox-label {
  font-weight: normal;
  font-size: 0.9rem;
  color: #555;
  display: inline;
}

.booking-form .checkbox-label a {
  color: var(--secondary-color);
}

.booking-form .checkbox-label a:hover {
  text-decoration: underline;
}

.form-submit-button {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
}

@media (min-width: 576px) {
  .form-submit-button {
    width: auto;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
}

.popup-overlay.active {
  display: flex;
}

.popup-content {
  background-color: var(--light-text-color);
  padding: 30px 40px;
  border-radius: var(--border-radius-medium);
  box-shadow: var(--box-shadow-medium);
  text-align: center;
  max-width: 500px;
  width: 100%;
  position: relative;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.popup-overlay.active .popup-content {
  transform: scale(1);
  opacity: 1;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
}

.popup-close:hover {
  color: #333;
}

.popup-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.popup-content h3 {
  font-size: 1.7rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.popup-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.popup-content p:last-of-type {
  margin-bottom: 25px;
}

.popup-cta {
  padding: 12px 30px;
}

@media (max-width: 767px) {
  .form-title,
  .map-title {
    font-size: 1.6rem;
  }
  .popup-content {
    padding: 25px 20px;
  }
  .popup-content h3 {
    font-size: 1.5rem;
  }
}
.dsa12jd1j {
  margin-left: 15px;
}/*# sourceMappingURL=style.css.map */