* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.nav-link {
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
}

/* Hero Section Start */
.hero {
    padding: 100px 10rem;
    background: linear-gradient(to bottom right, #dcdcdc, #ffe3e3);
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero img {
    border-radius: 10%;
    aspect-ratio: 1 / 1;
    max-width: 500px;
    object-fit: cover;
    ;
    margin: auto;
    width: 100%;
}

.hero .contact-info p {
    margin: 0;
    padding-bottom: 0.5rem;

}

@media (max-width: 600px) {
    .hero {
        padding: 50px 10px;
    }

    .hero-img {
        margin-top: 30px !important;
    }
}

/* Hero Section End */


/* Services Section Start */
.services {
    padding: 50px 10px;
    background: linear-gradient(to bottom right, #dcdcdc, #ffe3e3);
}

.services h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}

.services .card {
    padding: 2.5rem 1rem;
    margin-bottom: 1.5rem;
}

.services .card svg {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 2rem;
}

.services .card h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.services .card p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.services .card .btn {
    border: 2px solid #333;
    width: fit-content;
    margin: auto;
}

@media (max-width: 600px) {
    .services {
        padding: 50px 10px;
    }
}

/* Services Section End */

/* Review Section Start */

.reviews {
    padding: 50px 10px;
    background: linear-gradient(to bottom right, #dcdcdc4e, #ffe3e36e);
}

.review-box {
    border: 1px solid #8080804b;
    border-radius: 5px;
    min-height: 270px;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.ReviewsSec .gs-header {
    display: flex;
    align-items: center;
}

.ReviewsSec .review-pro {
    max-width: 30px;
    height: 30px;
}

.ReviewsSec .gs-header .star-5 {
    height: 15px;
    margin-left: 7px;
}

.ReviewsSec .gs-body {
    padding-top: 2rem;
}

.ReviewsSec .re-quotes {
    height: 20px;
    margin-left: auto;
}

.reviews h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}

/* Review Section End */


/* Clients Section Start */

.clients {
    padding: 50px 10px;
    background: linear-gradient(to bottom right, #dcdcdc4e, #ffe3e36e);
}

.clients h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}

.clients .client-box {
    /* border: 1px solid #8080804b; */
    border-radius: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.clients img {
    object-fit: cover;
    padding: 1rem;
}

.clients h3 {
    text-align: center;
    font-weight: 600;
    padding-bottom: 1rem;
    /* margin-bottom: 1rem; */
    /* margin-top: 0.5rem; */
}

/* Clients Section End */

/* Breadcumb start */

.breadcrumb {
    padding: 50px 10px;
    background: linear-gradient(to bottom right, #dcdcdc, #ffe3e3);
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 600px) {
    .breadcrumb {
        padding: 20px 10px;
        font-size: 2rem;
    }

}

/* Breadcumb end */

/* about section starts */
.about-hero {
    padding: 100px 10rem;
    background: linear-gradient(to bottom right, #dcdcdc, #ffe3e3);
}

.about-hero h2 {
    font-weight: 600;
    font-size: 3rem;
}

.about-hero img {
    border-radius: 10%;
    aspect-ratio: 1 / 1;
    max-width: 500px;
    object-fit: cover;
    margin: auto;
    width: 100%;
}

@media (max-width: 600px) {
    .about-hero {
        padding: 50px 10px;
    }

    .about-hero h2 {
        font-size: 2rem;
    }

    .about-hero img {
        margin-top: 30px !important;
    }
}

/* about section end */

/* milestones start */
/* .milestones {
    padding: 50px 10px;
    background: linear-gradient(to bottom right, #dcdcdc4e, #ffe3e36e);
}

.milestones h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}

.milestones h3 {
    text-align: right;
    font-weight: 600;
    padding-bottom: 1rem;
} */

/* milestones end */

/* contact us */

.contact-us-details {
    padding: 100px 10px;
    background: linear-gradient(to bottom right, #dcdcdc4e, #ffe3e36e);
    text-align: center;
}

.contact-us-details .contact-box {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 2rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.contact-us-details .svg-box {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 1rem;
}