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


}

.process {
    max-width: 400px;
    min-width: 300px;
    margin: 20px;
}


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

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

}

.whyChooseUsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 50px;

    margin-left: 50px;
    margin-right: 50px;
}




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






.photoCard {
    transition: all 0.3s ease;
    background-color: white;
    border-radius: 5px;
    padding-top: 5px;
    margin: 10px;
    max-width: 600px;
    box-shadow: 0px 0px 20px -10px rgba(111, 111, 111, 0.477);
    max-width: 300px;
}




.imgCard {
    border-radius: 5px;
}

.imgCardDiv {
    margin: 10px;
}

.imgCard img {

    border-radius: 5px;
}

.imgCaption {
    background-color: white;
    display: flex;
    border-radius: 0px 0px 5px 5px;
    margin: 0px;
    height: 80px;
    display: flex;
}

.imgCaption {
    display: flex;
    justify-content: center;
    align-items: center;
}


.pricingContainer {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* two equal columns */
  gap: 10px; /* spacing between items */
  padding-top:60px;
  padding-bottom:60px;

}
.priceItem {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding-top: 5px;
    margin: 15px;
    max-width: 1000px;
    min-width: 200px;
    padding:30px;
    box-shadow: 0px 0px 20px -10px rgba(111, 111, 111, 0.477);
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    background-color: #ffffff;
    color:black;
    text-align: center;

}

.priceItem h2 { 
    font-size: 20px;
    
}

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

.testimonialContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* two equal columns */
  gap: 10px; /* spacing between items */
  padding-top:60px;
  padding-bottom:60px;
  align-items: start;
}
@media (max-width: 900px) {
  .testimonialContainer {
    grid-template-columns: 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: 15px;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0px 0px 20px -10px rgba(111, 111, 111, 0.477);
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #f5a523d1;

}

.mainTestimonialBody {

    padding: 25px;
    color:white;
}

.mainTestimonialBody .full-text{

    color:white;
}

.mainTestimonialBody h2 {
    font-size:23px;
    color:white;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;

}



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




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

    .whyChooseUsGrid {

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

    }
}

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

    .whyChooseUsGrid {

        flex-direction: row;
        align-items: top;
        justify-content: right;

    }

    .image-box {

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

        min-width: 100px;

    }
}

@media screen and (min-width: 800px) and (hover: hover) {
    .ourServices {
        grid-template-columns: repeat(4, 1fr);
    }

    .photoCard {

        max-width: 400px;

    }

}

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

  

    .testimonial {
        max-width: 100%;
    }

}



.grid3to2 {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

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


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

    .grid3to2-group {

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

    }
}


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

.video-bg .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

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


.smallerFont {

    max-width: 230px;


}

.smallerFont h3 {

    font-size: 25px;
    color: #A1CC3A;
}

    .headingSub{
        font-size:19px;
    }


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

        font-size: 20px;
    }

    .smallerFont {

        max-width: 150px;

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


  .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: 140px;
        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: 20px;
    }

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


        .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%;
    }


}



    .pagePopupContent{
        
        margin:100px;
        margin-top:200px;
     
        
    }