

.awareness{
    align-items: center;
}


/* google reviews */

        .Google-rev{     
            display: block;
            margin: auto;
            background-color: #fff;
            box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.113);
            border: 2px solid rgb(238, 237, 237);
            width: 80%;
        }

        .Google-rev h2{
           color: #303030;
        }

        .stars{
            margin-top: -40px;
            text-align: center;
            color: orange;
            font-size: 0.8rem;
        }

        .star{
            
            font-size: 0.8rem;
        }

         .texp{
            color: #191919;
            font-size: 0.9rem;
        }

        /* dynamic reviews */

    .reviewProfileContainer {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin: 40px auto;
        overflow: hidden;
        }

        /* Slider wrapper */
        .review-profile {
        display: flex;
        transition: transform 0.6s ease-in-out;
        width: 100%;
        }

        /* Individual review card */
        .review-card {
        flex: 0 0 100%;
        box-sizing: border-box;
        background: #fff;
        color: #191919;
        text-align: center;
        border-radius: 12px;
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
        }

        .review-card img{
            display: block;
            margin: auto;
        }


        .review-profile h5{
            color: #191919;
            font-weight: 600;
        }

        .review-profile img{
            color: #191919;
        }


        .google-icon{
            position: absolute;
        }
        /* review text */

        .review-text{
            max-height: 0;
            overflow: hidden;
           
        }
        .review-text.showReview{
            max-height: 150px;
            transition: 0.5s ease-in-out;
           
        }

        .readMore{
            color: #004aad;
            text-decoration: underline;
            cursor: pointer;
        }

/* Container */
.imageContainer {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
  padding: 10px;
  font-family: Arial, sans-serif;
}

/* Heading */
.heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Slider Wrapper */
.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Image Slider */
.images-slider {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.images-slider div {
  flex-shrink: 0;
  width: 100%;
}

.images-slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* Navigation Buttons */
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 50%;
  transition: 0.3s;
}

.prev-btn:hover,
.next-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.prev-btn {
  left: 15px;
}

.next-btn {
  right: 15px;
}

/* Responsive */
@media (max-width: 600px) {
  .images-slider img {
    height: 250px;
  }

  .heading {
    font-size: 22px;
  }
}




/* OBJECT HANDLING */

.objections-handle{
     background-color: #e90e06;
    border-radius: 18px;
    padding: 12px;
    margin-top: 40px;
    margin: 2.5%;
}

.objections-handle h2{
    font-weight: 900;
    line-height: 65px;
    font-size: 3.9rem;
    text-align: center;
    color: aliceblue;
    text-shadow: 1px 3px 5px rgba(22, 22, 22, 0.339);
    
}

/* stats containter */

.stats-container{
    display: flex;
    justify-content: center;
    gap: 45px;
    text-align: center;
    

}


.stats-container h3{
    font-size: 2.7rem;
    font-weight: 800;
}

.stats-container p{
    font-size: 1rem;
    font-weight: 500;
    color: rgb(76, 76, 76);
}

.stats{
    background-color: azure;
    border-radius: 16px;
    padding: 8px 38px;

}

  .stats:hover{
        background-color: rgb(223, 249, 249);
    }


        /* VIDEO */

    .video{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1rem;
        
    }

     .video video{ 
        border-radius: 19px;
    }


     .video-text h3{
        font-size: 1.9rem;
        font-weight: 600;
        color: aliceblue;
        line-height: 32px;
    }

    .video-text p{
        
        color: aliceblue;
        line-height: 32px;
        font-size: 1rem;
    }
    

    .form-section{
        align-items: center;
    }

    .form-section img{
       border-radius: 12px;
    }

    /* about */

    #about .container{
        text-align: center;
    }
    
    .container{
        text-align: center;
    }
    
.guide{
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 0px 14px;
}

.guide h2{
   /* color: #191919; */
   font-weight: 800;
   font-size: 1.5rem;
   text-align: center;
}

.num{
   background-color: #e90e06;    
    color: white;               
    width: 80px;                
    height: 80px;              
    line-height: 80px;          
    border-radius: 50%;         
    text-align: center;          
    font-size: 18px;            
    font-weight: bold;
    margin: 10px auto;         
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: "poppins" , sans-serif;
}

    /* our team */

.our-team-container{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 60%;
    margin: auto;
    padding: 22px;
    background-color: #e90e06;
    /* border: 1px solid rgb(238, 238, 238); */
}

.team-slider{
    display: flex;
    transition: transform 0.5s ease-in-out;
    min-width: 100%;
    width: 100%;
    border-radius: 15px;
}

.team-slider p{
   color: #f6f6f6;
}

.team-card{
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    
}

form input, textarea{
    outline: 0;
    
}


form input, textarea{
    outline: 0;
    
}

input.redBorder{
  border: 1px solid red;
  border-radius: 25px;
  }
  
  input.greenBorder{
  border: 1px solid green;
  border-radius: 25px;
  }

  textarea.redBorder{
  border: 1px solid red;
  border-radius: 5px;
  }
  
  textarea.greenBorder{
  border: 1px solid green;
  border-radius: 5px;
  }
  
  .error{
      display: block;
      color: red;
  }
  
  .error-error{
      display: block;
      text-align: center;
      line-height: 5px;
      margin: 0;
      color: red;
  }
