.process h3 {
    display: flex;
    flex-direction: vertical;
    align-items: center;
    font-weight: 300;


}

.process {

    max-width: 450px;
    min-width: 300px;
    margin: 20px;
     width: 100%;

}


.process span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    text-align: center;
   
}
.process h3 {
   min-width:250px;
}

.process p {
  width:300px;
}

.process img {
    width: 100px;
    height: 100px;

}

.grid3to2-group{
     display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  
}

.grid3to2{
 display:flex;
 flex-direction: row;
}



 .image-box {

        /* Here's the same styles we applied to our content-div earlier */
        color: white;
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:column;

        min-width: 100px;

    }

 .reviewIcon {
                display: flex;
                align-items: right;
                justify-content: right;
                width: 100%;
                bottom: 10%;
                margin-bottom: 50px;
                right: 50px;
                max-width: 1800px;

            }

 .reviewIcon h3 {
    font-size: 25px;
    color: #A1CC3A;
 }
            

.whyChooseUsGrid {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  justify-items: center;
width: 100%;
    gap: 50px;

 
}

 .coreServiceImagCard {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        /* Change as needed */
        border-radius: 20px;
        overflow: hidden;
        /* Ensures rounded corners apply to image */
    }

    .coreServiceImagCard img {

        width: 500px;
        display: block;
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
        mask-image: linear-gradient(to top, transparent 0%, black 30%);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
    }

    .coreServiceImgbanner {
        position: absolute;
        top: 15%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);

        background: #a0cc3ade;

        color: white;
        padding: 15px 30px;
        border-radius: 10px;
        text-align: center;

    }

    .coreServiceImgbanner h2 {
        margin: 0;
        font-size: 20px;
    }


.ourServices {
    display: grid;
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}





 .faq {
        max-width: 700px;
        margin: 20px auto;
        font-family: Arial, sans-serif;

    }

    .faq-item {
        border-bottom: 1px solid #ddd;
        padding: 20px;
        background-color: white;
        color: black;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .faq-question {
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        padding-right: 20px;
    }

    .faq-question:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item.active .faq-question:after {
        content: "-";
    }

    .faq-answer {

        display: none;
        padding: 10px 0 0 0;
        color: #444;
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 20px;
    }









  .review-badge {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #fff;
        font-family: Arial, sans-serif;
        font-size: 14px;
        width: 100px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

    }

    .stars-wrapper {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 4px;
    }

    .google-logo {
        width: 25px;
        height: 25px;
    }

    .stars {
        color: #f5a623;
        /* gold stars */
        font-size: 14px;
    }

    .review-count {
        color: #555;
        font-size: 12px;
    }




.testimonialContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* two equal columns */
  gap: 20px; /* spacing between items */
  padding-top:60px;
  padding-bottom:60px;
  align-items: start;
  justify-items: center;
  
}

@media (max-width: 900px) {
  .testimonialContainer {
    grid-template-columns: 1fr;
  }

   .grid3to2-group {
        grid-template-columns: repeat(2, 1fr);
    }


}

.read-more-btn{
 text-decoration: none; /* removes underline */
    cursor: pointer; 
    color:#013539;
    font-weight: 900;
    text-align: center;
}
.testimonial {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding-top: 5px;
    margin: 30px;
    max-width: 700px;
    min-width: 300px;
    min-height:320px;
    width:100%;
    box-shadow: 0px 0px 20px -10px rgba(111, 111, 111, 0.477);
    display: flex;
    overflow: hidden;
    justify-content: space-between;

}

.mainTestimonialBody {
    background-color: white;
    padding: 40px;
    width:100%;
    height:100%;
}
.mainTestimonialBody .heading{
    font-size:24px;
}


.testimonialSide {
    background-color: #A1CC3A;
    min-width: 20px;
    max-width: 20px;
    margin-top: -10px;
}

.testimonial p {
    font-size: 14px;
    line-height: 30px;
}




@media screen and (max-width :900px) {

     .testimonial {
    min-height:200px;
  }

    .whyChooseUsGrid {

        grid-template-columns: repeat(1, 1fr);

    }

      .aboutUsFlex{
        flex-direction:column-reverse;
      }

    

}

@media screen and (min-width :900px) {



    .whyChooseUsGrid {

        flex-direction: row;


    }

    .image-box {

     height: 85vh;
   
    }


    .stars {
        font-size: 16px;
    }

    .review-count {
        font-size: 14px;
    }

      .review-badge {
        width: 130px;
           padding: 20px 15px;
      }

    
}

@media screen and (max-width :1000px),
(pointer: none),
(pointer: coarse) {


    .testimonial {
        max-width: 100%;
    }

}




.video-bg {
    position: relative;
    overflow: hidden;
   
     
}

.video-bg .bg-video {
 position: absolute;
    inset: 0;            /* replaces top/left */
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-bg>*:not(.bg-video) {
    position: relative;
    z-index: 2;
}

.video-bg .bg-video {
    transition: transform 0.5s ease;
}




    .headingSub{
        font-size:19px;
    }


@media (max-width: 900px) {
    .reviewIcon h3 {

        font-size: 20px;
    }

    .reviewIcon {

        max-width: 150px;

    }
    .headingSub{
        font-size:17px;
    }
}



        .fullPagePopup {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        /* dark overlay */
        display: none;
        /* hidden by default */
        justify-content: center;
        align-items: center;
        z-index: 500;
        overflow-y: auto;
        min-width:800px;
    
        box-shadow: 0px 0px 20px -10px rgba(111, 111, 111, 0.477);

    }

    @media screen and (max-width: 800px) {
    .fullPagePopup {
       min-width:100%;
    }


}