/*
Theme Name: My Theme Child
Description: A child theme for My Theme with custom styling and functionality
Template: twentytwentyfive
Version: 1.0
Author: Rama
License: GPL v2 or later
Text Domain: my-theme-child
Domain Path: /languages
*/
body {
  scroll-behavior: smooth;
}

.wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wp-site-blocks > main {
  flex-grow: 1;
}

.footer-section-special {
  align-items: end;
}

.justify-columns {
  justify-content: center;
}

.hero-heading {
  display: flex;
  flex-direction: column;
  margin-top: 535px !important;
  padding-left: 60px;
}
@media (max-width: 500px) {
  .hero-heading {
    margin-top: 300px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .services-cards {
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
  }
}

.hero-size p,
.hero-size a {
  font-size: 20px;
}
.hero-size img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media (max-width: 375px) {
  .hero-size p,
  .hero-size a {
    font-size: 15px;
  }
  .hero-size img {
    width: 40px;
    height: 40px;
  }
}

.section-space {
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .section-space {
    margin-bottom: 30px !important;
  }
}

.call-button {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 375px) {
  .call-button {
    font-size: small;
  }
}

@media (max-width: 375px) {
  .pattern-price-list {
    font-size: small;
  }
}
.pattern-price-list .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 375px) {
  .pattern-price-list .price-row {
    margin-bottom: 15px;
    padding-right: 10px;
    font-size: small;
  }
}

.hero-cover {
  padding-top: 200px;
  padding-right: 400px;
}

.booking-border {
  border: 2px solid #F6CFF4;
  border-radius: 10px;
}
@media (max-width: 375px) {
  .booking-border {
    font-size: small;
  }
}

/*# sourceMappingURL=main.css.map */
