:root {
    --primary-color: #4279a5;
    --secondary-color:#cf5e3c;
    --light-primary :#b2d5f1;
}

@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.stylish-header
{
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.navbar a{
    
    font-weight: 500;

}
.logo-xpress-laundry
{
    width: 150px!important;
}

.nav-top
{
    background-color: var(--primary-color);
}
.nav-top a 
{
  text-decoration: none;
}
#carousel-main
{
    height:65vh;
   
}
#carousel-main img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    padding: 2rem;
}

.carousel-hero-overlay h1,
.carousel-hero-overlay p {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

#carousel-main {
  position: relative;
  overflow: hidden;
}

.carousel-curve-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  pointer-events: none;
}

.carousel-curve-overlay svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bubbles {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 0;
  z-index: 3;
  pointer-events: none;
}

.bubble {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: floatUp 5s infinite ease-in;
  opacity: 0;
}

@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  50% {
    transform: translateY(-60px) scale(1.3);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-300px) scale(1);
    opacity: 0;
  }
}
.half-top-container
{
  background-color: var(--light-primary);
  position: relative;
  z-index: 3;
    
}
.half-top
{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: var(--primary-color);
  height: auto; 
  border-radius: 30px;
  transform: translateY(-50%);
  text-align: center;
  color: white;
    
}
.half-top .half-top-item
{
  padding: 20px;
  border-right: solid 1px var(--light-primary);
  margin: 0px!important;
}
.half-top .row:last-child
{
  border: none;
}
.half-top .bx
{
  font-size: 80px;
  color: white;
  
}
.half-top h3
{
  font-weight: 800;
}
.intro-landing
{
    background:var(--light-primary);
    padding-bottom: 120px;
}
.intro-landing img
{
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-btn-link
{
  background-color: var(--secondary-color);
  padding: 10px 20px;
  text-decoration: none;
  color:white;
  width: fit-content; 
}

.seperator
{
  background: var(--light-primary);
}
.seperator svg
{
  margin-bottom: -1px;
}

.section-header .bi
{
  font-size: 20px;
  color: var(--secondary-color);
  margin: 0px 20px 0px 20px;
}
.section-header p
{
  color: var(--secondary-color);
  font-size: 20px;
}
.seperator-circle
{
  color: var(--secondary-color);
}

.testimonial-header
{
  background: var(--primary-color);
  padding: 40px;
  color: white;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}
.testimonial-header .triangle-pointer
{
  padding: 0px;
  margin: 0px;
  font-size: 80px;
  left: 50%;
  transform: translateY(70px) translateX(-50%);
  position: absolute;
  bottom: 0px;
  color: var(--primary-color);
}
.testimonial-table
{
  padding: 120px 0px;
}
.testimonial-table .border-bottom{
    border-bottom: dashed 1px rgba(0,0,0,0.2)!important;
}
.testimonial-item
{
  padding: 30px 20px;
  border-right: dashed 1px rgba(0,0,0,0.2);
  
}
.testimonial-item img
{
  width: 100%;
  border-radius: 10px;
}
.testimonial-rating
{
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  background: var(--secondary-color);
  width: fit-content;
  text-align: center;
}

.testimonial-customer-info
{
  color: var(--secondary-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

footer .footer-top
{
  background: var(--secondary-color);
}

footer
{
    background-color: #293e54;
}

footer a 
{
    text-decoration: none;
}

.footer-bottom
{
    background: #1c2b39;
}
.map-container {
    margin: 0;
    padding: 0;
}
.map-container iframe {
    display: block;
}
.display-phone-only
{
  display: none!important;
}
.half-carousel
{
    height: 20vh!important;
}
@media screen and (max-width: 768px) {
  .seperator
  {
    display: none!important;
  }
  .nav-top{
    text-align: center;
    
  }
  .nav-bottom
  {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .nav-top .container{
    flex-direction: column-reverse;
    padding-bottom: 0px!important;
  }
  .nav-top div {
    padding: 5px 0px!important;
  }
  .nav-top .nav-social
  {
    margin-left: 0px!important;
  }
  .navbar-nav
  {
    text-align: left!important;
  }
  .intro-landing
  {
      padding-top:80px;
  }
  .landing-about-desc
  {
      padding: 20px!important;
      text-align: center;
  }
  .landing-about-desc a
  {
      margin-left: auto;
      margin-right: auto;
  }
  
  .testimonial-row
  {
    width: 100%!important;
    flex-direction: column;
    border: solid 0px #ffff!important;
    margin:0px;
  }
  .testimonial-item
  {
    margin:0px!important;
    
    border-bottom: dashed 1px rgba(0,0,0,0.2);
    border-right: none;
  }
  footer .row{
    flex-direction: column;
    width: 100%;

  }
  .display-phone-only
  {
    display: block!important;
  }
  .display-phone-none
  {
    display: none;
  }
  .call-btn
  {
    background: var(--secondary-color);
    padding: 10px 0px;
    margin-bottom: 0px!important;
  }
  .reverse-phone
  {
    flex-direction: column-reverse;
  }
}