

section{ 
     padding:100px 0px;
 }
.header-layout2 {
    position: relative;
 }

.banner-section {
    background-image: url('../images/banners/about.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 150px 200px;    
}
.banner-heading h1{
    color: var(--theme-color);
}


@media (max-width:500px){
    .banner-section {
    padding: 50px 0 30px 30px;
    }
}

        /*testimonial css */
        .testimonials {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.testimonial-item {
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 16px;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial-author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-author h4 {
  margin: 0;
  font-size: 18px;
}

.testimonial-author p {
  margin: 0;
  color: #777;
}

        /*========== counter css =================*/
        
    .counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

/* Counter container styling */
.counter-container {
    display: flex;
    justify-content: space-around;
    /*width: 100%;*/
}

/* Counter styling */
.counter {
    /*background-color: #fff;*/
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
    margin: 0 7px;
    border: 1px solid #787474;
        display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}

.counter .count {
    font-size: 3rem;
    margin-bottom: 10px;
    /*color: #333;*/
    color: #fff;
}

.label {
    font-size: 1.7rem;
    /*color: #666;*/
    color: #fff;
}

/* Responsive styling */
@media (max-width: 768px) {
    .count {
        font-size: 2.5rem;
    }

    .label {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .count {
        font-size: 2rem;
    }

    .label {
        font-size: 1.5rem;
    }
} 
        
     /* ======== enquiry form =============   */
     section p{
         text-align: justify;
     }
.enquiry-form {
    background-color: #ffb12a;
}
        
 .enquiry-form form {
          padding: 30px 0px;
      }  
 .enquiry-form form .btn{
         font-size: 18px;
        font-weight: 500;
            border-radius: 27px;
            padding: 13px 50px;
    }    
        
   .sidebar-form .btn{
        font-size: 18px;
        font-weight: 500;
            border-radius: 27px;
            padding: 13px 50px;
   }     
   .sidebar-form h3  {
             font-size: 20px;
     }   
 /*===========  variety section ===========*/
 
 .section-heading h2, span{ 
     /*text-align:center;*/
 }       
 .card-img-top { 
  padding:10px;
  border-radius:15px;
 }
        
.img-wrapper {
    /* max-width: 500px;*/
    /*max-height: 500px;*/
        width: auto;
    height: auto;
    border: 1px solid lightgray;
    border-radius: 15px;
    padding: 9px;
	/*box-shadow: 0px 0px 7px #767070;*/
}    
.img-wrapper img{
    border-radius: 15px;
}   
.section-headin{
    text-align:center!important; 
}
.contcol{
    background-color:#f4e4ce;
    padding:30px;
      border-radius:35px;
}
.contcol img{
    border-radius:35px;
}
        
        
        
        
        
        
        