/* Hide elements on mobile devices */
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}
.benefits-frame {
  border: 2px solid #e0e0e0;
    border-radius: 20px;
    background: var(--cream-color);
}

.footer-bottom {
  font-size: small;
}

.section-divider-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0rem;
}

.section-divider {
  width: min(210px, 56vw);
  height: 1px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(33, 37, 41, 0) 0%,
    rgba(33, 37, 41, 0.16) 18%,
    rgba(33, 37, 41, 0.35) 43%,
    rgba(33, 37, 41, 0) 43%,
    rgba(33, 37, 41, 0) 57%,
    rgba(33, 37, 41, 0.35) 57%,
    rgba(33, 37, 41, 0.16) 82%,
    rgba(33, 37, 41, 0) 100%
  );
  position: relative;
  display: block;
}

.section-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("../images/divider-icon.png") center/20px 20px no-repeat;
}

#footer .footer-menu .navbar-brand {
  margin-right: 0;
  display: inline-block;
}

#footer .footer-logo {
  width: clamp(150px, 17vw, 150px);
  max-width: none;
  height: auto;
}

@media (max-width: 991.98px) {
  #footer .footer-logo {
    display: block;
    margin: 0 auto;
    width: min(100%, 150px);
    max-width: 100%;
  }
}

.card-footer {
  text-align: left;
}


#modalCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
}


.image-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #222;
  color: #fff;
  border-radius: 12px;
  padding: 2px 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.85;
  z-index: 2;
}

/* Popout animation for clickable card */
.card.call-popout {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s;
}
.card.call-popout:hover {
  transform: scale(1.05) translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
/* Custom style for Less Images button (secondary) */
.btn-secondary.btn-slide.hover-slide-right {
  background-color: var(--bs-gray-300) !important;
  color: var(--dark-color) !important;
  border: 2px solid var(--bs-gray-300) !important;
}
.btn-secondary.btn-slide.hover-slide-right:hover,
.btn-secondary.btn-slide.hover-slide-right:focus {
  background-color: var(--cream-color) !important;
  color: var(--dark-color) !important;
  border: 2px solid var(--dark-color) !important;
}
.btn-secondary.btn-slide.hover-slide-right:hover span,
.btn-secondary.btn-slide.hover-slide-right:focus span {
  color: var(--dark-color) !important;
}
/* Prevent sticky header from hiding anchor targets */
[id] {
  scroll-margin-top: 90px;
}

#about-us {
  scroll-margin-top: 130px;
}

@media (max-width: 991.98px) {
  #about-us {
    scroll-margin-top: 105px;
  }
}

/* Sticky header styles */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: #fff;
}
.service-card {
  padding: 1.25rem 0.5rem;
  min-height: 260px;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 1rem;
}

@media (max-width: 767.98px) {
  .service-card {
    padding: 1.25rem 0.5rem;
    min-height: 260px;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 1rem ;
    margin: auto 2rem !important;
  }
}

@media (max-width: 991px) {
  .billboard-flex,
  .billboard-contact-us-flex {
    flex-direction: column !important;
    min-height: unset !important;
    height: auto !important;
  }

  .billboard-text-parent,
  .billboard-slider-parent {
    height: auto !important;
    min-height: unset !important;
  }

  #billboard-slider,
  #billboard-slider .carousel-inner,
  #billboard-slider .carousel-item {
    height: auto !important;
    min-height: unset !important;
  }

  #billboard-slider .carousel-item img {
    aspect-ratio: 1 / 1;
    height: auto !important;
    object-fit: cover;
    width: 100%;
  }
}

.billboard-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 350px;
}

.billboard-contact-us-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 500px;
}

.billboard-text-parent {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.billboard-slider-parent {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#billboard-slider,
#billboard-slider .carousel-inner,
#billboard-slider .carousel-item,
#billboard-slider .carousel-item img {
  height: 100%;
}

#billboard-slider .carousel-item img {
  object-fit: cover;
  width: 100%;
}

/* Ensure all carousel images have the same height and cover the area */
/* Use Bootstrap's built-in fade, no custom fade CSS needed for carousel-fade */
#billboard-slider .carousel-inner {
  position: relative;
  min-height: 350px;
}

#billboard-slider .carousel-indicators [data-bs-target] {
  background-color: #222;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  opacity: 0.7;
}

#billboard-slider .carousel-indicators .active {
  opacity: 1;
  background-color: var(--bullet-color);
}

.btn-primary.btn-slide.hover-slide-right {
  border: 2px solid;
  border-color: var(--primary-color) !important;
}
/* CONTACT US button custom hover: white bg, dark text, border */
.btn-primary.btn-slide.hover-slide-right:hover,
.btn-primary.btn-slide.hover-slide-right:focus {
  background-color: var(--cream-color) !important;
  color: var(--dark-color) !important;
  border: 2px solid var(--primary-color) !important;
}
.btn-primary.btn-slide.hover-slide-right:hover span,
.btn-primary.btn-slide.hover-slide-right:focus span {
  color: var(--dark-color) !important;
}
/* Info List Styles */
.info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 32px;
  margin: 0;
  padding: 0;
}

.info li {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--font-color);
  white-space: nowrap;
}

.info svg {
  margin-right: 6px;
  fill: currentColor;
  flex-shrink: 0;
  color: var(--bullet-color);
  /* matches your yellow tick */
}

@media (max-width: 576px) {
  .info {
    grid-template-columns: 1fr;
  }
}


.flip-card.flipped .learn-more-link::after {
  width: 0 !important;
  transition: none !important;
}

.responsive-benefit-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 180px;
  border: none;
  border-radius: 1rem;
  background: #fff;
  margin-bottom: 1.5rem;
}

.responsive-benefit-card .card-img-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  min-width: 140px;
  max-width: 200px;
}

.responsive-benefit-card .benefit-img {
  width: 100%;
  max-width: 160px;
  height: auto;
  object-fit: cover;
  border-radius: 0.75rem;
}

.responsive-benefit-card .card-body {
  flex: 1 1 0;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.responsive-benefit-card .card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a2a36;
}

.responsive-benefit-card .card-text {
  font-size: 1rem;
  color: #444;
}

@media (max-width: 767.98px) {
  .responsive-benefit-card {
    flex-direction: column;
    min-height: unset;
    text-align: center;
  }

  .responsive-benefit-card .card-img-left {
    border-radius: 1rem 1rem 0 0;
    min-width: 100%;
    max-width: 100%;
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  }

  .responsive-benefit-card .benefit-img {
    max-width: 120px;
    margin: 0 auto;
  }

  .responsive-benefit-card .card-body {
    padding: 1rem 1rem 1.5rem 1rem;
  }
}

/* Logo Carousel Styles */
.logo-carousel {
  width: 100%;
  overflow: hidden;
  background: none;
}

.logo-track {
  display: flex;
  gap: 48px;
  animation: logo-scroll 30s linear infinite;
  align-items: center;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  transition: transform 0.2s;
}

.logo-item img {
  max-width: 180px;
  max-height: 100px;
  opacity: 1;
  transition: filter 0.3s, opacity 0.3s;
}

.logo-item img:hover {
  filter: none;
  opacity: 1;
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .logo-track {
    gap: 32px;
  }

  .logo-item {
    height: 60px;
  }

  .logo-item img {
    max-width: 90px;
    max-height: 40px;
  }
}

@media (max-width: 600px) {
  .logo-track {
    gap: 20px;
  }

  .logo-item {
    height: 40px;
  }

  .logo-item img {
    max-width: 60px;
    max-height: 30px;
  }
}


.flip-card {
  background: transparent;
  perspective: 1000px;
  height: 260px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0.5rem;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-bg {
  background-color: var(--secondary-color);
}

.text-shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.card-front {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 0.5rem;
}

/* Gallery Lightbox Styles */
.gallery-masonry {
  column-count: 1;
  column-gap: 1.5rem;
}

@media (min-width: 576px) {
  .gallery-masonry {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .gallery-masonry {
    column-count: 3;
  }
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  position: relative;
  transition: transform 0.2s;
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  animation: fadeInUp 0.7s cubic-bezier(0.4, 2, 0.6, 1) forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}

.gallery-img-wrapper.premium {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13), 0 1.5px 6px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s, transform 0.3s;
}

.gallery-img-wrapper.premium img {
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 2, 0.6, 1);
}

.gallery-overlay.premium {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.45) 100%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s;
  border-radius: 1.25rem;
}

.gallery-item:hover .gallery-img-wrapper.premium img {
  transform: scale(1.08) rotate(-1deg);
}

.gallery-item:hover .gallery-img-wrapper.premium {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px) scale(1.01);
}

.gallery-item:hover .gallery-overlay.premium {
  opacity: 1;
}

/* .zoom-icon removed */
.gallery-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
}

/* Fade Animation for sections */
.fade-section {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-section.fade-in {
  opacity: 1;
  transform: none;
}

.logo-sub-div-container {
  padding-top: 1rem !important;
}

.shake-phone {
  animation: shake 0.8s infinite;
  transform-origin: 50% 50%;
  display: inline-block;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(15deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 990px) {
  .shake-phone {
    display: none !important;
  }
}

/* Phone shake animation */
@keyframes shake-phone {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.phone-shake-btn:hover .phone-shake-icon {
  animation: shake-phone 0.5s;
}

select[name="service"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg fill=\'%23333\' height=\'20\' viewBox=\'0 0 20 20\' width=\'20\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 8l3 3 3-3\'/></svg>') no-repeat right 0.75rem center/1.5em;
}

#formLoader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#formLoader .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.learn-more-link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 6px 18px;
  background: none;
}

.learn-more-link::after {
  content: "";
  display: block;
  text-align: center;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.9s;
  margin: 0 auto;
}

.learn-more-link:hover::after,
.learn-more-link:focus::after {
  width: 100%;
}

.learn-more-btn {
  text-decoration: none;
  color: var(--cream-color);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--secondary-btn-color);
  border-radius: 5px;
  padding: 6px 18px;
  background: var(--secondary-btn-color);
}

.learn-more-btn::after {
  content: "";
  display: block;
  text-align: center;
  width: 0;
  height: 2px;
  background: var(--cream-color);
  transition: width 0.9s;
  margin: 0 auto;
}

/* Show underline effect when hovering the card, not just the button */
.service-card:hover .learn-more-btn::after,
.service-card:focus-within .learn-more-btn::after {
  width: 100%;
}

@media (max-width: 575.98px) {
  .card-front h5 {
    font-size: 1.05rem;
  }

  .card-front p {
    font-size: 0.95rem;
  }
}

/** Whatsapp **/
#whatsappWidget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s;
}

.whatsapp-float {
  background: #afa0a0;
  color: #fff;
  border-radius: 32px;
  /* box-shadow removed for flat look */
  padding: 8px 16px 8px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.08s;
}

.whatsapp-float img {
  margin-right: 8px;
  display: block;
}

.whatsapp-text {
  font-size: 1rem;
  font-weight: 500;
  opacity: 1;
  max-width: 200px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  #whatsappWidget {
    right: 6px;
    bottom: 70px; /* Increased to stay above footer */
    max-width: 48px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999;
  }

  .whatsapp-float {
    padding: 6px 6px 6px 6px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .whatsapp-float img {
    width: 36px !important;
    height: 36px !important;
    margin-right: 0 !important;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
  }

  .whatsapp-text {
    display: none !important;
  }
}


/*
Theme Name: HVAC
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: HVAC is specially designed product packaged for HVAC services by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Background Color
  2.3 Section
    - Section Paddings
    - Section Margins
    - Section Title
  2.4 Buttons
    - Primary Buttons
    - Button Hover Effect

3. CONTENT ELEMENTS
  - Dropdown
  - Breadcrumb
  - Pagination
  - Accordion
  - Form
  - Swiper
  - Modal Video

4. SITE STRUCTURE
  4.1 Header
  4.2 Brand Section
  4.3 About Section
  4.4 Services Section
  4.5 Project Section
  4.6 CTA Section

5. PAGES STYLE
  5.1 Projects Page
  5.2 Pricing page 
  5.3 Reviews page
    

  
/*--------------------------------------------------------------
/** 1. VARIABLES
# Cream: #fffff3
# White: #ffffff
# Black: #292929

# button color: #fb4937
# lightblue: #2596be
--------------------------------------------------------------*/
:root {
  --logo-color: #222222;
  --primary-color: #fb4937;
  --secondary-color: #05213c;
  --black-color: #292929;
  --light-black-color: #343536;
  --dark-color: #313131;
  --body-color: #5a5a5a;
  --gray-color: #777f81;
  --cream-color: #fffff3;
  --font-color: #292929;

  /* Bootstrap Theme Color  */
  --bs-gray-100: #f6f6f6;
  --bs-gray-300: #dcdcdc;
  --bs-primary-text-emphasis: var(--primary-color);
  --bs-body-color-rgb: 90, 90, 90;
  --bs-light-rgb: rgba(255, 255, 255, 1);
  --bs-dark-rgb: 41, 41, 41;
  --bs-primary-rgb: 178, 142, 113;

  --cultured-2: hsl(192, 24%, 96%);
  --primary-btn-color: #fb4937;
  --secondary-btn-color: var(--primary-color);

  --bullet-color: #2596be;
  --blue-color: #133f68;
}

/* Fonts */
:root {
  --heading-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --bs-nav-link-font-size: 1.125rem;
}

.header-top {
  background-color: var(--cream-color);
}



/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  scroll-padding-top: 150px;
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  background-color: var(--cream-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--body-color);
  margin: 0;
}

.logo-track {
  display: flex;
  gap: 48px;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: none !important;
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.text-light {
  color: var(--cream-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-black {
  color: var(--black-color) !important;
}

.text-bullet {
  color: var(--bullet-color) !important;
}

.text-blue {
  color: var(--blue-color) !important;
}

.link {
  color: var(--dark-color);
  text-decoration: none;
}

.link-solanki {
  color: var(--gray-color);
  text-decoration: none;
}

.link:hover,
.link-solanki:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.link-title {
  color: var(--secondary-color);
}

/* 2.2 Background Color
/*----------------------------------------------*/
.bg-light {
  background-color: var(--cream-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-gray {
  background-color: var(--logo-color) !important;
}

/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-top {
  padding-top: 2em;
}

.padding-bottom {
  padding-bottom: 2em;
}

.padding-xsmall {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-msmall {
  padding-top: 4em;
  padding-bottom: 4em;
}


.padding-small {
  padding-top: 6em;
  padding-bottom: 4em;
}

.padding-medium {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

@media only screen and (max-width: 990px) {
  .padding-small {
    padding-top: 4em;
    padding-bottom: 1em;
  }
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}

.margin-medium {
  margin-top: 10em;
  margin-bottom: 10em;
}

.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}

/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.84px;
  line-height: 115%;
}

h6 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

/* - Content width
--------------------------------------------------------------*/
.container-md {
  max-width: 1465px;
}

.container-lg {
  max-width: 1750px;
}

.container-xl {
  max-width: 1920px;
}

/* Shared container styles */
#about-us .container,
#existing-homes-services .container {
  max-width: 1920px;
  background-color: var(--cream-color);
  /* padding: 2rem 10rem */
  /* text-align: center; */
}

#existing-homes-services #row-left {
  margin-bottom: 5rem;
  text-align: left;
}

#existing-homes-services #row-right {
  margin-bottom: 5rem;
  text-align: right;
}

#services .container{
  background-color: var(--bs-light-rgb);
  max-width: 1920px;
  padding: 5rem 10rem;
  text-align: center;
}


#service-page-how .container {
  background-color: var(--bs-light-rgb);
  max-width: 1920px;
  padding: 3rem 10rem;
}

#service-page-purpose .container {
  background-color: var(--bs-light-rgb);
  max-width: 1920px;
  padding: 5rem 10rem 2rem 10rem;
}

#service-page-top .container {
  background-color: var(--bs-light-rgb);
  max-width: 1920px;
  padding: 5rem 10rem 2rem 10rem;
}

#service-page-why .container {
  background-color: var(--bs-light-rgb);
  max-width: 1920px;
  padding-top: 0rem;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 3rem;
}

#new-build-homes-logos .container {
  max-width: 1465px;
  background-color: var(--bs-light-rgb);
  margin-bottom: 4rem;
  text-align: center;
}

#gallery .container {
  max-width: 1920px;
  background-color: var(--cream-color);
  padding: 5rem 10rem;
  text-align: center;
}

#contact-us .form {
  background-color: var(--bs-gray-100);
}

.text-transform-normal {
  text-transform: none !important;
}

@media (max-width: 1200px) {

  #about-us .container,
  #services .container,
  #gallery .container,
  #service-page-top .container,
  #service-page-purpose .container {
    padding: 3rem 1rem;
  }

  #service-page-how .container {
    padding: 0rem 2rem;
  }

  #service-page-why .container {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 600px) {

  #about-us .container,
  #services .container,
  #gallery .container,
  #service-page-top .container,
  #service-page-purpose .container {
    padding: 2rem 1rem;
  }
  
  #service-page-how .container {
    padding: 0rem 0.5rem;
  }

  #service-page-why .container {
    padding-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
}

/* Animation */
@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

/* Animate Slide */
@keyframes slide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
}

/*--------------------------------------------------------------
/** 2.4 Buttons
--------------------------------------------------------------*/

.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}

.btn-link {
  --bs-btn-font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}

/* - Primary Buttons
--------------------------------------------------------------*/
.btn-primary {
  --bs-btn-color: var(--cream-color);
  --bs-btn-bg: var(--primary-btn-color);
  --bs-btn-border-color: var(--primary-btn-color);
  --bs-btn-hover-color: var(--cream-color);
  --bs-btn-hover-bg: var(--primary-btn-color);
  --bs-btn-hover-border-color: var(--primary-btn-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--cream-color);
  --bs-btn-active-bg: var(--primary-btn-color);
  --bs-btn-active-border-color: var(--primary-btn-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--cream-color);
  --bs-btn-disabled-bg: var(--primary-btn-color);
  --bs-btn-disabled-border-color: var(--primary-btn-color);
}

/* - Button Hover Effect
--------------------------------------------------------------*/
/* .btn-slide.btn-bg {
  background-color: var(--cream-color);
} */

.btn-slide {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  background-color: var(--secondary-btn-color);
}

.btn-slide.hover-slide-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 3%;
  position: absolute;
  content: "";
  transition: 0.3s ease-in-out;
}

.btn-slide span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  font-weight: 600;
}

.btn-slide.hover-slide-right:hover::before {
  width: 100%;
}

.btn-slide.hover-slide-right:hover span {
  color: var(--cream-color);
}

/*--------------------------------------------------------------
/** 3.CONTENT ELEMENTS
--------------------------------------------------------------*/

/* Dropdown
------------------------------------------------------------- */
.dropdown-item {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--dark-color);
  font-family: var(--heading-font);
  background: var(--cream-color);
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  color: var(--dark-color);
  background-color: var(--bs-gray-300);
}

.dropdown-toggle::after {
  border: none;
  margin-left: 0em;
  vertical-align: 0em;
}

.cream-background {
  background-color: var(--cream-color);
}

/* Breadcrumb
------------------------------------------------------------- */
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--bs-light);
  position: relative;
}

/* Pagination
------------------------------------------------------------- */
.pagination {
  --bs-pagination-color: var(--black-color);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--primary-color);
  --bs-pagination-hover-border-color: var(--primary-color);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--primary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--primary-color);
  --bs-pagination-active-border-color: var(--primary-color);
}

/* Accordion
------------------------------------------------------------- */
.accordion {
  --bs-accordion-btn-icon: url("https://api.iconify.design/ion/caret-down.svg?color=%23F2B821&width=30");
  --bs-accordion-btn-active-icon: url("https://api.iconify.design/ion/caret-down.svg?color=%23F2B821&width=30");
  --bs-accordion-border-radius: 0px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

/* Form
------------------------------------------------------------- */
.form-control:focus {
  border: 1px solid #acacac;
  box-shadow: none;
}

/* Swiper
------------------------------------------------------------- */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 12px));
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--dark-color);
}

/* Modal Video
------------------------------------------------------------- */
.modal-dialog {
  max-width: 800px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

.modal-content {
  padding: 0;
  background-color: #f5f3ef;
  border: none;
  border-radius: 0;
}

/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

/* 4.1 Header
/*----------------------------------------------*/

.navbar-nav {
  display: flex;
  align-items: center;
}


@media (max-width: 991.98px) {
  .navbar-nav {
   align-items: start
  }
}

a.nav-link {
  text-transform: capitalize;
  font-weight: 500;
  color: var(--dark-color);
  font-family: var(--heading-font);
  transition: all 0.3s ease-in-out;
}

a.nav-link::after {
  content: "";
  text-align: center;
  display: block;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.9s;
}

a.nav-link.active::after,
a.nav-link:focus::after,
a.nav-link:hover::after {
  width: 100%;
  transition: width 0.9s;
}

#primary-header .dropdown .search::after {
  content: none;
}

#primary-header .search-dropdown .dropdown-menu {
  width: 260px;
}

#primary-header .search-dropdown .dropdown-menu input {
  min-width: 100%;
}

#primary-header .search-dropdown .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

@media only screen and (max-width: 990px) {
  a.nav-link {
    font-size: 1.5rem;
  }

  a.nav-link.active::after,
  a.nav-link:focus::after,
  a.nav-link:hover::after {
    width: 0%;
  }

  a.nav-link.active,
  a.nav-link:focus,
  a.nav-link:hover {
    color: var(--primary-color) !important;
  }
}

/* 4.2 Brand Section
/*----------------------------------------------*/
img.brand-image {
  filter: contrast(0);
  transition: all 0.3s ease-in;
}

img.brand-image:hover {
  filter: contrast(1);
}

/* 4.3 About Section 
/*----------------------------------------------*/
svg.play-icon {
  animation: play 1.5s alternate infinite ease-in;
}

@keyframes play {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

/* 4.4 Services Section
/*----------------------------------------------*/
/* Jarallax */
.jarallax {
  min-height: 400px;
  transition: all 0.5s ease-in-out;
}

.cta-block {
  transition: all 0.5s ease-in-out;
}

.cta-block:hover .jarallax {
  opacity: 0;
}

.cta-btn {
  transition: all 0.5s ease-in-out;
}

.cta-block:hover .cta-btn {
  color: var(--dark-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* 4.5 Project Section
/*----------------------------------------------*/
.swiper-slide.swiper-width {
  width: auto !important;
}

.project-content {
  transition: all 0.5s ease-in-out;
}

.project-content:hover {
  opacity: 0.3;
}

.project-content:hover {
  opacity: 1;
}

/* 4.6 CTA Section
/*----------------------------------------------*/
.border-dotted {
  border: 2px dashed rgba(255, 255, 255, 0.5);
}

/*----------------------------------------------*/
/* 5 PAGES STYLE */
/*----------------------------------------------*/

/* 5.1 Projects Page
/*----------------------------------------------*/

button.filter-button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

button.filter-button.active,
button.filter-button:hover {
  color: var(--bs-light);
  background: var(--primary-color);
}

/*--------------------------------------------------------------
 5.2 Pricing page 
  --------------------------------------------------------------*/
.plan-post {
  border: 1px solid var(--secondary-color);
}

span.price-tick {
  color: var(--primary-color);
}

.price-option {
  height: 300px;
}

/*--------------------------------------------------------------
 5.3 Reviews page
--------------------------------------------------------------*/

.reviews-components {
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
}

iconify-icon.quote {
  font-size: 60px;
  color: var(--primary-color);
}

.rate {
  color: var(--primary-color);
}