*{
    margin:0;
    font-family: Arial;
    border: border-box;
    position: relative;
    overflow: visible;
} 

.mehacollage{
    height: 800px;
    display: grid;
    grid-template-columns: repeat(18,1fr);
    grid-template-rows:  repeat(18,1fr);
    position: relative;
    flex-wrap: wrap;
}

.mehak1{
    background-image: url("/photos/mehak1.jpg");
    background-size: cover;
    background-position: center;
    grid-column:2/6;
    grid-row: 3/15;
}

@media (min-width: 620px) and (max-width: 1204px) {
    .mehak2 {
        
      grid-column: 7 / 13 !important;   
      grid-row: 3 / 15 !important;      
    }
    .mehak3{ 
        display: block;
        grid-column: 15 / 18 !important;   
        grid-row: 5 / 11 !important;
     }
    .mehak1{
        display: block;
        grid-column: 2/ 5;   
        grid-row: 5 / 11; 
    }

  }

.mehak2{
    background-image: url("/photos/mehak2.jpg");
    background-size: cover;
    background-position: center !important;
    grid-column:7/13;
    grid-row: 1/17;

}


.mehak3{
    background-image: url("/photos/mehak3.jpg");
    background-size: cover;
    background-position: center;
    grid-column:14/18;
    grid-row: 3/15;
}

.mehatext {
    height: 380px;
    background-color: #757d5bc7;
    text-align: center;
    color: white;
    padding: 12px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;;
    /* line-height: 4em; */
}

.mehatext h3{
    font-size:90px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    
}

#text1{
    text-align: start;
}

#text2{
    text-align: center;
}
#text3{
    text-align: end;
}

#abouttext{
    font-size: 17px;
}

.aboutmeha{
    height: 600px;
    display: flex;
    
}

.about {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
    aspect-ratio: 16 / 6;
    
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .about-img {
    flex: 1 1 40%;
    aspect-ratio: 16 / 6;
    overflow: hidden
  }
  
  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

  }
  
  .about-text {
    flex: 1 1 55%;
    color: #656d4a;
    font-family: "Raleway", sans-serif;
    line-height: 1.9;
    padding: 1rem 2rem;
  }
  
  .about-text h3 {
    margin-top: 1.5rem;
    font-weight: 300;
    font-size: 1.8rem;
    color: #656d4a;
  }


  .about-text p {
    margin-top: 4rem ;
  }
  

@media( max-width: 767px){
    .mehak3{ display: none !important; }
    .mehak1{ display: none !important; }
    .mehak2 {
        
        grid-column: 2 / 18 !important;   
        grid-row: 3 / 17 !important;      
      }

    .mehatext{
        height: 220px;
    }
    .mehatext h3{
        font-size:3rem ;
        text-align: center;
    }
    #text2{
        text-align: center;
    }
    #text3{
        text-align: center;
    }
    #text1{
        text-align: center;
    }

    .about {
      flex-direction: column !important;
      aspect-ratio: auto !important;  
      gap: 1rem;
      padding: 0;
  }

  
  .about-img {
      width: 100%;
      flex: none !important;
      aspect-ratio: auto !important;   
      overflow: hidden;
  }

  .about-img img {
      width: 100%;
      height: auto;                    
      object-fit: cover;
  }

  
  .about-text {
      width: 100%;
      flex: none !important;
      padding: 1rem 1.2rem;
      line-height: 1.7;
  }

  
  .about-text p {
      margin-top: 1rem !important;
  }

  .about-text h2,
  .about-text h3 {
      margin: 1.2rem 0 0.8rem;
  }
 .three-col {
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
}

.left-col {
  width: 100%;
  flex: 0 0 auto !important;
  height: auto !important;
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}

.left-col h3 {
  font-size: 36px !important;
  line-height: 1.25;
  margin: 0;
}


.middle-col {
  display: none !important;
}

.right-col {
  width: 100%;
  flex: 0 0 auto !important;
  height: auto !important;
}

.right-col p {
  font-size: 14px !important;
  line-height: 1.6;
}


#processCarousel {
  padding-bottom: 80px !important;
  position: relative;
}


#processCarousel .carousel-control-prev,
    #processCarousel .carousel-control-next {
        position: absolute !important;
        top: auto !important;
        bottom: 25px !important;
        width: 50px !important;
        height: 50px !important;
        transform: none !important;
        z-index: 999 !important;
    }

#processCarousel .carousel-control-prev {
  left: 33% !important;
  transform: translate(8%, 360%) !important; 
}


#processCarousel .carousel-control-next {
  right: 33% !important;
  transform: translate(-16%, 360%) !important;
}


.sageleaf {
  width: 45px !important;
  height: auto;
}
      
   
    
} 

.reviewForm{
    height: 600px;
    overflow: auto;
}


.process-slide.centered {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  position: relative;
}

.three-col {
  display: flex;
  align-items: center;   
  gap: 3rem;
}

.left-col {
  flex: 0 0 31%;
}

.left-col h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  line-height: 1.15;
  color: #707f62;
  font-weight: 600;
  margin: 0;
}


.middle-col {
  flex: 0 0 28%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vine-divider {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.right-col {
  flex: 0 0 41%;
}

.right-col p {
  color: #656d4a;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}



#processCarousel .carousel-control-prev,
#processCarousel .carousel-control-next {
  position: absolute !important;
  top: 50% !important;                  
  bottom: auto !important;
  width: 70px !important;
  height: 70px !important;
  background: none !important;
  opacity: 1 !important;
  border: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 40;
  padding: 0;
  margin: 0;
  pointer-events: auto;                  
}


#processCarousel .carousel-control-prev {
  left: 0;
  transform: translate(30%, -50%) ;        
}


#processCarousel .carousel-control-next {
  right: 0;
  transform: translate(-30%, -50%)   ;
}


#processCarousel .carousel-control-prev-icon,
#processCarousel .carousel-control-next-icon {
  display: none !important;
}


.sageleaf {
  width: 75px;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.sage-left {
  transform: rotate(180deg);
}

.sage-right {
  transform: rotate(0deg);
}

.sage-left:hover {
  transform: rotate(180deg) scale(1.12);
}

.sage-right:hover {
  transform: scale(1.12);
}


  .tagline {
    font-style: italic;
  }
