/*!
 * google-street-view.scss
 * 
 * Styles for google street view page.
 */
/*!
 * _components.scss
 * 
 * Styles for reusable UI components across the project.
 * Includes buttons, cards, modals, forms, and other interface elements.
 */
.section-details {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 2rem;
}
@media (max-width: 767.98px) {
  .section-details {
    background-color: unset;
    padding: unset;
  }
}

.section-details-white {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  color: var(--bs-body-color);
}

.btn-primary-01 {
  box-shadow: 0rem 0rem 1rem 0.1rem rgba(0, 0, 0, 0.3294117647);
  padding: 0.4rem 1.4rem;
  font-weight: 600;
  color: white;
  font-size: 1rem;
  border-radius: var(--radius-xl);
  background-color: var(--bs-primary) !important;
  text-decoration: none;
  transition: var(--transition);
}
.btn-primary-01:hover {
  background-color: var(--bs-primary-darker) !important;
  color: white;
}

/*!
 * _mixins.scss
 * 
 * Centralized SCSS mixins for layout utilities, responsiveness, and reusability across the project.
 * Include reusable styles like section layouts, media queries, and fallback handling for consistent styling.
 */
#google-optimized-virtual-tours {
  background-color: #d5e6ff;
  height: calc(100vh - var(--header-hight));
  position: relative;
}
@media (max-width: 1199.98px) {
  #google-optimized-virtual-tours {
    height: calc(65vh - var(--header-hight));
  }
}
@media (max-width: 991.98px) {
  #google-optimized-virtual-tours {
    height: calc(80vh - var(--header-hight));
  }
}
@media (max-width: 575.98px) {
  #google-optimized-virtual-tours {
    height: calc(675px - var(--header-hight));
  }
}
#google-optimized-virtual-tours .section-details {
  background-color: transparent;
  padding: 2rem;
  color: var(--bs-primary-darker-subtle);
}
#google-optimized-virtual-tours .section-details img {
  width: 300px;
  margin-bottom: 1rem;
}
#google-optimized-virtual-tours .section-details h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--bs-primary-darker-subtle);
}
#google-optimized-virtual-tours .section-details h3 {
  line-height: 1.2;
  color: var(--bs-primary-darker-subtle);
  font-weight: 600;
  font-size: 2rem;
}
#google-optimized-virtual-tours .section-details p {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 1199.98px) {
  #google-optimized-virtual-tours .section-details h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 991.98px) {
  #google-optimized-virtual-tours .section-details h2 {
    font-size: 2.5rem;
  }
  #google-optimized-virtual-tours .section-details h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #google-optimized-virtual-tours .section-details img {
    width: 150px;
    margin-bottom: 1rem;
  }
  #google-optimized-virtual-tours .section-details h2 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  #google-optimized-virtual-tours .section-details h2 {
    font-size: 1.6rem;
  }
  #google-optimized-virtual-tours .section-details h3 {
    font-size: 1.5rem;
  }
  #google-optimized-virtual-tours .section-details p {
    font-size: 0.9rem;
  }
}
#google-optimized-virtual-tours .overlay-image {
  float: right;
  padding-inline-end: 3rem;
  width: 650px;
}
@media (max-width: 1399.98px) {
  #google-optimized-virtual-tours .overlay-image {
    padding-inline-end: 2rem;
    width: 550px;
  }
}
@media (max-width: 1199.98px) {
  #google-optimized-virtual-tours .overlay-image {
    padding-inline-end: 1rem;
    width: 450px;
  }
}
@media (max-width: 991.98px) {
  #google-optimized-virtual-tours .overlay-image {
    padding-inline-end: 1rem;
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  #google-optimized-virtual-tours .overlay-image {
    float: none;
    padding-inline-end: 0;
  }
}
@media (max-width: 575.98px) {
  #google-optimized-virtual-tours .overlay-image {
    float: none;
    width: 10rem;
  }
}

#google-street-view-publishing {
  width: 100%;
  background-image: url(../img/backgrounds/background-03.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 2.1903669725;
  position: relative;
  min-height: 45rem;
  background-position: center right;
  position: relative;
  background-size: cover;
  background-color: none;
  position: relative;
}
@supports not (aspect-ratio: 1/1) {
  #google-street-view-publishing::before {
    content: "";
    display: block;
    padding-top: calc(100% / (2.1903669725));
  }
}
@media (min-width: 1400px) {
  #google-street-view-publishing {
    min-height: auto;
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  #google-street-view-publishing {
    padding: 5rem 0;
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  #google-street-view-publishing {
    padding: 3rem 0;
  }
}
#google-street-view-publishing::after {
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(247, 247, 247, 0.4196078431);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#google-street-view-publishing .section-details {
  background: none;
  position: relative;
  z-index: 2;
}
#google-street-view-publishing .section-details .section-title {
  margin-bottom: 2rem;
}
#google-street-view-publishing .section-details .section-title h2 {
  color: var(--bs-primary-darker-subtle);
  line-height: 1.3;
  position: relative;
  font-size: 1.9rem;
  font-weight: 700;
}
#google-street-view-publishing .section-details .section-title h2::before {
  content: "";
  position: absolute;
  height: 0.12rem;
  width: 18%;
  top: -0.8rem;
  left: 0;
  background-color: var(--bs-primary-darker-subtle);
}
#google-street-view-publishing .section-details .section-title h3 {
  color: var(--bs-body-bg);
  font-size: 1.4rem;
}
#google-street-view-publishing .section-details .section-title p {
  font-weight: 400;
  color: var(--bs-card-color-dark);
  width: 75%;
}
@media (min-width: 992px) {
  #google-street-view-publishing .section-details .section-title h2::before {
    width: 22%;
  }
}
@media (min-width: 768px) {
  #google-street-view-publishing .section-details .section-title h2::before {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  #google-street-view-publishing .section-details .section-title h2 {
    font-size: 1.3rem;
  }
  #google-street-view-publishing .section-details .section-title p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #google-street-view-publishing .section-details .section-title h2 {
    font-size: 1.1rem;
  }
  #google-street-view-publishing .section-details .section-title p {
    font-size: 0.9rem;
  }
}
#google-street-view-publishing .section-details .section-body h3 {
  color: var(--bs-primary-darker-subtle);
  line-height: 1.1;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
}
#google-street-view-publishing .section-details .section-body li {
  font-weight: 600;
  color: var(--bs-card-color-dark);
  font-size: 1.1rem;
  color: var(--bs-card-color-2);
  position: relative;
  list-style-type: none;
}
#google-street-view-publishing .section-details .section-body li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><polyline points='3 9 6 12 13 5' fill='none' stroke='%23535353' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  #google-street-view-publishing .section-details .section-body h3 {
    font-size: 1.1rem;
  }
  #google-street-view-publishing .section-details .section-body li {
    font-size: 0.91rem;
  }
  #google-street-view-publishing .section-details .section-body li::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 0.2rem;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><polyline points='3 9 6 12 13 5' fill='none' stroke='%23535353' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 575.98px) {
  #google-street-view-publishing .section-details .section-body h3 {
    font-size: 1rem;
  }
  #google-street-view-publishing .section-details .section-body li {
    font-size: 0.9rem;
  }
}
#google-street-view-publishing .hide-on-mobile {
  z-index: 2;
}
#google-street-view-publishing .hide-on-mobile img {
  width: 280px;
  display: block;
  margin: auto;
}
@media (max-width: 991.98px) {
  #google-street-view-publishing .hide-on-mobile img {
    width: 120px;
    display: block;
    margin: 0 0 0 3rem;
  }
}
@media (max-width: 575.98px) {
  #google-street-view-publishing .hide-on-mobile img {
    width: 100px;
    display: block;
    margin: 1rem 0 0 2rem;
  }
}

#how-it-works {
  background-color: #d8d8d8;
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  #how-it-works {
    padding: 3rem 0;
  }
}
#how-it-works .img-col img {
  width: 65%;
  margin-inline-start: 5rem;
}
@media (max-width: 1199.98px) {
  #how-it-works .img-col img {
    width: 75%;
    margin-inline-start: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  #how-it-works .img-col {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
#how-it-works .section-top h2 {
  color: var(--bs-primary-darker-subtle);
  font-size: 2rem;
  position: relative;
}
#how-it-works .section-top h2::before {
  content: "";
  position: absolute;
  height: 0.12rem;
  width: 26%;
  top: -0.8rem;
  left: 0;
  background-color: var(--bs-primary-darker-subtle);
}
@media (max-width: 575.98px) {
  #how-it-works .section-top h2 {
    font-size: 1.3rem;
  }
}
#how-it-works .section-top ol {
  padding: 0 0 0 1.1rem;
  position: relative;
}
#how-it-works .section-top ol::after {
  content: "";
  position: absolute;
  height: 0.12rem;
  width: 50%;
  bottom: -0.8rem;
  left: 0.14rem;
  background-color: var(--bs-card-color-3);
}
#how-it-works .section-top ol li {
  color: var(--bs-body-bg);
}
@media (max-width: 575.98px) {
  #how-it-works .section-top ol li {
    font-size: 0.9rem;
  }
}
#how-it-works .section-mid h3 {
  color: var(--bs-body-bg);
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 575.98px) {
  #how-it-works .section-mid h3 {
    font-size: 1rem;
  }
}
#how-it-works .section-mid ul {
  padding: 0 0 0 1.1rem;
  position: relative;
}
#how-it-works .section-mid ul::after {
  content: "";
  position: absolute;
  height: 0.14rem;
  width: 50%;
  bottom: -0.8rem;
  left: 0.1rem;
  background-color: var(--bs-card-color-3);
}
#how-it-works .section-mid ul li {
  color: var(--bs-body-bg);
}
@media (max-width: 575.98px) {
  #how-it-works .section-mid ul li {
    font-size: 0.9rem;
  }
}
#how-it-works .section-bottom h3 {
  color: var(--bs-body-bg);
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 575.98px) {
  #how-it-works .section-bottom h3 {
    font-size: 1rem;
  }
}
#how-it-works .section-bottom ul {
  padding: 0 0 0 1.1rem;
}
#how-it-works .section-bottom ul li {
  color: var(--bs-body-bg);
}
@media (max-width: 575.98px) {
  #how-it-works .section-bottom ul li {
    font-size: 0.9rem;
  }
}

#google-street-view-faq {
  position: relative;
  background-image: url("../img/backgrounds/background-01-tablet-02.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
#google-street-view-faq .section-title {
  position: relative;
  color: var(--bs-primary-darker-subtle);
}
#google-street-view-faq .section-title::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 10%;
  top: -0.95rem;
  left: 0;
  background-color: var(--bs-primary-darker-subtle);
}
#google-street-view-faq .faqs {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 1.5rem;
}
#google-street-view-faq .faqs ::marker {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-primary-darker-subtle);
}
#google-street-view-faq .faqs .faq {
  padding: 0 1.5rem 1.5rem 0;
}
#google-street-view-faq .faqs .faq .faq-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-primary-darker-subtle);
  line-height: 1.6;
  display: inline;
}
#google-street-view-faq .faqs .faq .faq-content {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-card-color-dark);
}
@media (max-width: 575.98px) {
  #google-street-view-faq .faqs .faq .faq-title {
    font-size: 0.9rem;
  }
  #google-street-view-faq .faqs .faq .faq-content {
    font-size: 0.9rem;
  }
}
#google-street-view-faq .description {
  color: var(--bs-card-color-dark);
  position: relative;
  padding: 0 1.5rem;
  z-index: 2;
}
#google-street-view-faq .description .button {
  padding: 0.2rem 1rem;
  border-radius: var(--radius-sm);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--bs-card-color);
  background-color: var(--bs-primary-darker-subtle);
  font-weight: 400;
  transition: var(--transition);
}
#google-street-view-faq .description .button:hover {
  background-color: var(--bs-primary-darker);
}
#google-street-view-faq .description a.contact-link {
  text-decoration: underline !important;
  font-weight: 800 !important;
  color: var(--bs-primary-darker-subtle);
}
@media (max-width: 575.98px) {
  #google-street-view-faq .description .button {
    font-size: 0.9rem;
  }
  #google-street-view-faq .description p {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=google-street-view.css.map */
