body{
    font-family: "Nunito Sans", sans-serif;
   
    margin:0px;
}

nav {
  padding: 15px;
  background-color: #000;
  justify-content: center;
}
.widd {
  width: 40px;
}

.hero-section {
 
  background-color: #000 !important;
  
  background-image: url(../../assets/images/230829-Gage-Exterior-Building-Sign-001-scaled.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
    overflow: hidden;
    background-color: #000;
}
.hero-section-privacy{
 background-image: url(../..//assets/images/gage-background-pattern.webp);
    background-repeat: repeat;
    background-position: center;
    color: #fafafa;
    padding: 120px 0 100px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  justify-content: center;
    
}

 .overlay-contant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: #00000096;
 z-index: 1;
}

.hero-content:before, .hero-content-privacy:before, .review-content:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 3px;
    background: #ad842d;
/*    top: 0px;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-content, .hero-content-privacy {
  position: relative;
  z-index: 2; /* Ensure content appears above the overlay */
  color: white; /* Adjust text color for better visibility */
  
  text-align: center;
  
}
.hero-content h1{
  font-size: 72px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  display: initial;
 font-family: "Abril Fatface", cursive;
    line-height: 1.4;
}
.hero-content-privacy h1,.review-content h1{
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  display: initial;
 font-family: "Abril Fatface", cursive;
    line-height: 1.4;
    text-align: center;
}




.hero-section select {
    font-family: "Nunito Sans", sans-serif;
    width: 30%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.disabled-btn{
    font-size: 20px;
  line-height: 14px;
  
  text-decoration: none;
  font-weight: 700 ;
letter-spacing: 1px ;
font-family: "Nunito Sans", sans-serif;
padding: 15px 60px;
color: #fff;
  background-color:transparent; 
  border: 2px solid #fff;

}
.enabled-btn{
     border: 2px solid #ad842d;
    font-size: 20px;
  line-height: 14px;
  color: #fff;
  background-color:transparent; 
  text-decoration: none;
  font-weight: 700 ;
letter-spacing: 1px ;
font-family: "Nunito Sans", sans-serif;
padding: 15px 60px;
}
.buy-nw-btn-new {
   
   color: #fff;
    background-color: rgba(0, 0, 0, .25);
    font-family: "Nunito Sans", sans-serif;
   border: 2px solid #ad842d;
    padding: 12px 50px 11px 50px;
    display: inline-block;
    font-weight: 800;
    font-size: .875rem;
    letter-spacing: .075rem;
    text-transform: uppercase;
    margin-bottom: 0;
   text-decoration: none;
   transition: .4s;
   cursor: pointer;
    
    
}

.buy-nw-btn-new:hover {
     border: 2px solid #fff;
  cursor: pointer;
    color: #fff !important;
}


/*location section style*/

.icon-card-column  {
    position: relative;
    display: block;
    border-top: 7px solid transparent;
    -webkit-transition: .7s;
    transition: .7s;
}
.icon-card-column:hover {
    border-top: 7px solid #ad842d;
    -webkit-transition: .7s;
    transition: .7s;
    text-decoration: none;
}
.card-style h3{
   color: #ad842d;
    font-size: 1.25rem;
    font-family: "Abril Fatface", cursive;
    line-height: 1.4;
}
.card-style p{
    font-size: 1rem;
    line-height: 1.6;
    color: #101821;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}


.icon-cards.icon-cards-home {
    background-color: #fff;
}
.icon-cards {
    /*if you want to add card on banner with colour used 2 properties position and z-index*/
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
    margin-top: -130px;
}
.card-style{
    
    background: #fafafa;
    text-align: center;
    padding: 30px;
    min-height: 225px;
    -webkit-box-shadow: 0 0 2px #c5c5c5;
    box-shadow: 0 0 2px #c5c5c5;
    position: relative;
    -webkit-transition: .7s;
    transition: .7s;
}
.card-style:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    -webkit-transition: .7s;
    transition: .7s;
    background: #fff;

}
.icon-card{
    color: #fff;
    background: #ad842d;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 23px;
    border: 5px solid;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 3px 2px #e6e6e6;
    box-shadow: 0 2px 3px 2px #e6e6e6;
}

.img-widdth2{
    max-width: 30%;
    height: auto;
}
.img-widdth{
    max-width:40%;
    height: auto;
}
.custom-button{
    font-size: 1rem;
    line-height: 1.6;
    color: #101821;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    text-decoration:none;
    
}
.custom-button:hover{
    color:#ad842d;
    
}



footer {
    color: #fff;
  background-color: #212529;
  padding: 3px 10px;
}
.footer-link {
  display: flex;
  justify-content: center;
}
footer a, footer a:hover {
  color: #fff;
  margin-bottom: 0px;
   font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
}


@media screen and (max-width:767px)
{
    .slider .slick-slide {
    height: 500px; /* Set a fixed height for the slides */
    
    overflow: hidden; /* Hide overflowing content */
  }
    .hero-section {
 
  
 
  min-height: 530px;
  background-position: 50% 50%;
}
    .hero-content {
    color: white;
     padding-left: 0; 
    text-align: center;
    width: 100%;
}
.hero-section select {
    
    width: 80%;
    
}
.hero-content h1 {
  font-size: 40px;

}

.card-style {
    
    margin-bottom: 20px;
}
}

/*review section*/

.container.review-container.py-5 {max-width: 1234px; !important}

.testimonial-icon{
    position: absolute;
        justify-content: center;
    top: 2px;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 28px;
    border: 1px solid #dbdbdb;
    color: #ad842d;
    align-items: center;
    display: flex;
}

.testimonial-footer{
    font-family: "Nunito Sans", sans-serif;
    color: #ad842d; 
    padding-top: 50px;
    display: flex;
}

.result-section h6{
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #101821;
}

.testimonial-name{
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #101821;
    font-weight: 800;
    padding-right: 15px;
    margin-right: 13px;
    border-right: 1px solid #999;
}


  .slick-dots {
    text-align: center;
  }
  .slider-bg1{
   margin: 28px 8px 2px 8px;
    gap: 20px;
    border: 1px solid #dbdbdb;
        padding: 65px;

  }
  
  .slider{
    height: 100%;
  }
.review-text h6{
     font-family: "Nunito Sans", sans-serif;
font-size: 1rem;
    line-height: 1.6;
    color: #101821;
    padding-bottom: 40px;
}
  .slider-bg1{

    box-shadow: 0 0 2px #c5c5c5;
/*    border: 1px solid #dbdbdb;*/
    padding: 40px 32px;

  }


.slider .slick-slide {
    height: 300px; /* Set a fixed height for the slides */
    
    overflow: hidden; /* Hide overflowing content */
  }
  
  .slick-dots {
    
    bottom: -39px !important;
    
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ad842d !important;
}


.slick-dots li button:before {
    font-family: slick;
    font-size: 15px !important;
}

.slick-initialized .slick-slide {
    display: flex !important; 
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}
