/*****************************
** Custom site styles can be added to this file - EDIT AT YOUR OWN RISK!!!
*****************************/

/* Navbar and Header */

.phone-address-container {
	display: flex;
  	flex-direction: column;
    justify-content: flex-end;
}

.dealer-phone-content {
    margin-left: auto;
}

.dealer-phone-content a {
	font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.dealer-phone-content a:hover { 
  color: var(--primary-bg-color); 
}

  a:focus, a:hover { 
	text-decoration: none;
}

.mobile-toolbar {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; 
}

.mobile-toolbar .toolbar-icon {
  color: white;
  font-size: 24px;
  text-decoration: none;
  padding: 0 40px;
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

.mobile-toolbar .toolbar-icon:focus {
  outline: none;
}

.mobile-toolbar .toolbar-icon:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: white;
}


/* Carousel */

#simple-carousel {
    height: 550px; 
    overflow: hidden;
  }

  .carousel-inner > .item {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.carousel-inner > .item.no-cover {
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

  .carousel-control {
    width: 5%;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  }

  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }

.fade-carousel .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fade-carousel .item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}


 /* buttons bar */
.home-services {
  height: 150px;
  background-image: url('https://assets-cdn.interactcp.com/delightfuldays/images/14da6d57c54795ded7f465ca0d7e5aabfea6dfb5.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


  .home-services .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }

  .home-link {
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
  }

  .home-link:hover {
    color: #000; 
  }

  .home-link .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    display: block;
  }

  .home-link .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    display: block;
  }

@media(max-width: 1200px) {
  .home-services { height: 100%; }
  .home-services .container { justify-content: center; gap: 50px; }
}

   /*Brands sections */
.home-brands {
  background-image: url('https://assets-cdn.interactcp.com/delightfuldays/images/7b61a0dc00f9c50a67538c1a89cf523aa2a482e5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mfgIcons {
  border-top: 1px solid #A1A0A0; 
  margin-top: 60px;              
  padding-top: 60px;             
}

.brandIcons,
.mfgIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.brandIcons a,
.mfgIcons a {
  background-color: rgba(207, 200, 200, 0.25);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.brandIcons img,
.mfgIcons img {
  width: 180px;
  height: 83px;
 opacity: 1;
  transition: all 0.3s ease;
}

.brandIcons a:hover img,
.mfgIcons a:hover img {
  opacity: 0.5;
}

/* Rooms Images */

    .row-types {
    background-color: #fff;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .types-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1150px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .types-list li {
    text-align: center;
    width: 300px;
  }

  .types-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 120px;
    transition: opacity 0.3s ease;
  }

  .types-img img:hover {
    opacity: 0.6;
  }

  .types-text {
    display: block;
    margin-top: 5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #000;
    transition: color 0.3s ease;
  }

  a:hover .types-text {
 color: var(--primary-bg-color); 
  }

/*  Welcome section */
 .home-welcome {
    height: 385px;
    background-color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .welcome-wrapper h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
  }

  .welcome-wrapper h1 span {
    color: var(--primary-bg-color);
  }

  .welcome-slogan {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
  }

  .welcome-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0;
    color: #545454;
    max-width: 800px;
    margin: 0 auto;
  }

/*  FEATURED INVENTORY  */
.headline {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;     
  letter-spacing: 0;
  text-align: left;
  color: #fff;       
  margin-bottom: 20px;
}

/*  FOOTER */

#main-footer {
  height: 500px;
  background-image: url('https://assets-cdn.interactcp.com/delightfuldays/images/9ed5bf254d8b119991289b3b0e3a1a1c8159807c.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 40px 60px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container-footer {
	width: 100%;
}

#footer-left {
  max-width: 50%;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  text-align: left;
}

.footer-logo img {
  max-width: 270px;
  margin-bottom: 20px;
}

.footer-phone {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 8rem;
  margin-bottom: 3rem;
  text-align: left;
}

.footer-phone strong {
  font-weight: 600;
  margin-right: 1.5rem;
}

.footer-phone span a { color: #fff; }

.footer-phone span:hover {
  cursor: pointer;
  color: var(--primary-bg-color);
  text-decoration: none;
}

.footer-inventory {
   font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.footer-inventory strong {
  font-weight: 600;
  margin-right: 0.5rem;
}

.content-hours-info {
  display: flex;
  flex-direction: row;
  gap: 13rem;
}

.footer-hours .label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1; 
}

.footer-hours .hours-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.footer-hours .label {
  min-width: 70px; 
}

.footer-hours .invisible {
  visibility: hidden;
}

.foter-contact-info-content {
  display: flex;
  flex-direction: column;
}

.footer-contact-links {
  margin-bottom: 10px;
}

.footer-contact-links .btn {
  Width: 151px;
  Height: 35px;
  background: var(--primary-bg-color);
  align-content: center;
  margin-top: 10px;
}

.footer-social { text-align: left; }

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: white;
  font-size: 18px;
}

.footer-social a:hover {
  color: #ccc;
}

#footer-right {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-start;
}

.footer-map-icon i {
  font-size: 30px;
  margin-bottom: 15px;
  color: var(--primary-bg-color);
   display: flex;
   width: 225px;
   justify-content: center;
}

.footer-address {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align:center;
}

.footer-address a {
color : #FFFFFF;
}

.footer-address a:hover {
  cursor:pointer;
  color: var(--primary-bg-color);
}

@media(max-width: 1600px) {
.headline {
    text-align: center;
}
}

@media(max-width: 1247px) {
    /* FOOTER */
  .content-hours-info {
    gap: 6rem;
}
}


@media(max-width: 1107px) {
    /* FOOTER */
  .content-hours-info {
    gap: 1rem;
}
}

@media(max-width: 1007px) {
    /* FOOTER */
#main-footer {
    height: 100%;
}
  
  .content-hours-info {
    flex-direction: column;
}
  
}

  @media (max-width: 991px) {
    /*  Inventory */
    .headline > h2 {
      font-size: 18px;
      margin: 0;
    }
    
    /* RED BAR */
    .home-services .container {
      width: 100%;    
    justify-content: center;
    padding-right: 0;
    padding-left: 0;

    }
    
    .home-link .title {
      font-size: 20px;
    }    
    
    .types-list li {
      width: 250px;
    }

    .types-img img {
      max-width: 250px;
      max-height: 100px;
    }
    
    .types-list {
    justify-content: space-around;
    }

    .types-text {
      font-size: 22px;
    }
    
    /* FOOTER */
    
     #main-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    height: auto;
  }

  #footer-left,
  #footer-right {
    max-width: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-phone {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .content-hours-info {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .foter-contact-info-content {
    align-items: center;
  }

  .footer-social {
    text-align: center;
  }

  #footer-right {
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }

  .footer-map-icon i {
    margin-bottom: 10px;
  }
    
  }

  @media (max-width: 768px) {
    /* NAVBAR */
    
    #site-header .logo {
    max-width: 100%;
    padding: 10px;
    display: flex;
}
    
    #site-header .logo img {
    max-height: 60px;
}
    
    /* Red bar */
    .home-services {
    height: 100%;
    padding: 0;
}
    
   .home-services .container {
     flex-direction: column;
     gap: 50px;
}
    
    .types-list li {
      width: 200px;
    }

    .types-img img {
      max-width: 200px;
      max-height: 77px;
    }

    .types-text {
      font-size: 20px;
    }
  }

  @media (max-width: 767px) {
    .dealer-phone-content { display: none; }
    
        #site-header .container {
    display: block;
}
    
    #site-header .logo {
	margin: auto;
      justify-content: center;
}
    
    
     #simple-carousel { display: none; }
    
    .row-types {
      display: none !important;
    }
      .home-welcome {
      height: auto;
      padding: 40px 20px;
    }

    .welcome-wrapper h1 {
      font-size: 24px;
    }

    .welcome-slogan {
      font-size: 16px;
    }

    .welcome-text {
      font-size: 13px;
      line-height: 32px;
    }
  }

@media (max-width: 426px) {
  /* BRANDS SECTION */
  .home-brands {
    display: none !important;
  }
    
  .footer-phone {
      display: flex;
      flex-flow: column;
	}
  
  .footer-phone strong {
    font-weight: 600;
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
  
}

 @media (max-width: 320px) {
.mobile-toolbar .toolbar-icon {
  padding: 0 30px;

}
 }