.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}

.hero-text {
    max-width: 50%;
}

.hero-text h4 {
    color: #07A5F4;
    font-weight: 400;
    font-size: 2.4rem;
}

.hero-text p {
    color: #555;
    font-size: 1.3rem;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
}


@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
        margin-bottom: 20px;
    }

}


/* who we are */
.who-we-are {
    padding: 20px 20px;
}

.who-we-are h6 {
    color: #007bff;
    font-weight: bold;
}

.who-we-are h2 {
    font-weight: bold;
    color: #000;
}

.who-we-are h2 a {
    color: #000;
    text-decoration: none;
}

.who-we-are h2 a:hover {
    text-decoration: underline;
}

.who-we-are p {
    color: #555;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

.check-list li i {
    color: #007bff;
    margin-right: 8px;
    font-size: 18px;
}

.who-we-are img {
    width: 100%;
    border-radius: 10px;
}

/* our value */

.our-value {
    background-color: #032a44;
    /* Dark Blue Background */
    color: white;
}

.value-text h6 {
    color: #007bff;
    font-weight: bold;
    font-size: 1.2rem;
}

.value-text p {
    color: #e2e2e2;
}

.value-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.value-card h4 {
    color: #111111;
}

.value-card p {
    font-size: 18px;
    color: #2b2b2b;
}

.icon-box-value {
    background-color: #00A9FF;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto 10px;
}

.icon-box-value i {
    font-size: 28px;
    color: white;
}

@media (max-width: 767px) {
    .value-card {
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        margin: 0px 20px 10px 20px;
    }
}



/* counter */

.counter {
    font-size: 2rem;
    color: #000;
}

.counter-section .row {
    background: white;
    border-radius: 20px;
    padding: 20px 0;
}

.counter-section p {
    font-size: 20px;
}

.vertical-line {
    width: 2px;
    height: 40px;
    background-color: #ddd;
    margin: 0 auto;
}

/* Adjust for Small Devices */
@media (max-width: 767px) {
    .row>div {
        margin-bottom: 15px;
    }
}


/* why choose us */

.why-choose-us {
    background-color: #f5faff;
    padding: 10px 20px;
    text-align: center;
}

.why-choose-us h2 {
    font-weight: bold;
}

.why-choose-us p {
    color: #666;
}

.icon-box {
    background-color: #007bff;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.icon-box img {
    width: 30px;
    height: 30px;
}


/* Responsive Design: Change layout below 770px */
@media (max-width: 770px) {
    .feature-box {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .icon-box {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .feature-box h5 {
        font-size: 20px;
        font-weight: bold;
    }

    .feature-box p {
        font-size: 18px;
        color: #555;
    }
}


/* how we work */

.how_we_work h2 {
    color: #007bff;
    font-size: 1.3rem;
}

.how_we_work p {
    color: #555;
}

/* image slider */

.slider-container {
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slider img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 5px;
}

/* Navigation buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .slider img {
        width: 24%;
    }
}/* Show 4 images */

@media (max-width: 991px) and (min-width: 768px) {
    .slider img {
        width: 32%;
    }
}/* Show 3 images */

@media (max-width: 767px) {
    .slider img {
        width: 48%;
    }
}/* Show 2 images */

@media (max-width: 575px) {
    .slider img {
        width: 90%;
    }
} /* Show 1 image */


/* testimonial */

 /* testimonial */
  /* Styling for the testimonials section */
  .testimonials {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.testimonial-container {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    white-space: nowrap;
    position: relative;
}

.testimonial-box {
    flex: 0 0 calc(100% - 20px); /* Default: 1 per row */
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    scroll-snap-align: start;
    display: inline-block;
    white-space: normal;
}

.stars {
    color: #FFD700;
    font-size: 18px;
    margin: 10px 0;
}

.read-more {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

/* Responsive Layout */
@media (min-width: 576px) { /* Small devices (tablets) */
    .testimonial-box { flex: 0 0 calc(50% - 20px); } /* 2 per row */
}

@media (min-width: 992px) { /* Large devices (desktops) */
    .testimonial-box { flex: 0 0 calc(33.333% - 20px); } /* 3 per row */
}


.google-reviews img {
    width: 100px;
    margin-bottom: 10px;
}

