*{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
}
.service-main-hero-section{
    padding: 65px 0;
    background: var(--primary-green-bg);
    font-family: var(--body-font);
    position: relative;
    overflow: hidden;
}
 .services .gmc-services-section {
        padding: 65px 0;
    font-family: var(--body-font);
    position: relative;
    overflow: hidden;
}
.service-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: var(--headerfont);
    letter-spacing: -0.8px;
    text-align: center;
}
.service-hero-desc{
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    margin: 0 15%;
    margin-bottom: 20px;
}
.service-hero-wrapper{
    text-align: center;
}
.service-hero-button{
    display: none;
}
.service-hero-desc a{
        color: var(--primary-green);
    font-weight: 700;
}
.service-hero-desc a:hover{
        color: var(--btn-bg-hover);
}
.cust-bred{
    text-align: center;
}
.services .gmc-services-section .common-spacing{
        padding: 75px 0;
    font-family: var(--body-font);

}
.common-spacing-paragraph-text p {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 400;
    line-height: 1.7;
    margin: 0 26%;
    text-align: center;
    border: 2px solid var(--primary-green);
    overflow: hidden;
    padding: 10px;
}
.services .section-header-center{
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px auto;
}
.services .sub-title{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-green);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.services .common-title {
    font-size: 44px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 12px;
    font-family: var(--headerfont);
    letter-spacing: -0.5px;
}
.services .section-subdesc {
    font-size: 18px;
    color: var(--text-muted);
    font-weight: 400;
}
.services .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.common-spacing-paragraph-text a{
        color: var(--primary-green);
    font-weight: 700;
}
.common-spacing-paragraph-text a:hover{
       color: var(--btn-bg-hover);
}
 .services .service-card {
    border: 4px solid var(--primary-green);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border-radius: 5px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}

.services .service-card .service-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    object-fit: cover;
        transition: transform 0.4s ease;
}

.services .service-card .service-img {
    overflow: hidden;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
}
.services .service-content{
    background-color: #00843d9e;
    padding: 12px;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
}
.services .service-card .service-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--headerfont);
    margin: 0;
    line-height: 1.3;
}
.services .service-card:hover {
    box-shadow: 0 12px 30px rgba(0, 132, 61, 0.15);
}
.services .service-card:hover .service-img img {
    transform: scale(1.05);
}
.services .service-card .service-btn:hover {
    background-color: var(--accent-orange);
    color: var(--white);
}
.services .service-card .service-content:hover {
    background-color: var(--primary-green);
    transition: all 0.3s ease;
}
.services .service-card .service-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--white);
    color: var(--primary-green);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
@media (max-width: 1199px) {
    .service-hero-desc {
        font-size: 16px;
           margin: 0 4%;
           margin-bottom: 20px;
    }
    .services .common-title {
    font-size: 32px;
}
}
@media(max-width:1200px){
    .services .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.services .service-card .service-img img{
    /* width: 350px; */
    width: 100%;
    overflow: hidden;
}
.services .service-card .service-title{
    font-size: 16px;
}
}
@media(max-width:991px){
    .services .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.services .common-title {
    font-size: 26px;
}
.services .section-subdesc{
    font-size: 16px;
}
    .service-hero-title {
        font-size: 34px;
    }
.services .service-card .service-img img{
    /* width: 350px; */
    width: 100%;
    overflow: hidden;
}
.common-spacing-paragraph-text p {
    margin: 0;
}

}
@media(max-width:767px){
    .services .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.services .service-card .service-img img{
    /* width: 350px; */
    width: 100%;
    overflow: hidden;
}

.services .service-card .service-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--headerfont);
    margin: 0;
    line-height: 1.3;
}
.service-hero-button{
    background-color: var(--primary-green);
    color: var(--white) !important;
    padding: 12px 36px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 20px;
}
.service-hero-button:hover{
    background-color: var(--accent-orange);
    color: var(--white);
}
}
@media(max-width:575px){
    .services .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.services .service-card .service-img img{
    width: 100%;
    overflow: hidden;
}
}
/* @media(max-width:425px){
    .service .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.service .service-card .service-img img{
    width: 330px;
    overflow: hidden;
}
}
@media(max-width:340px){
    .service .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.service .service-card .service-img img{
    width: 270px;
    overflow: hidden;
}
} */
/* @media(max-width:767px){
    .service .services-grid-wrapper {
        display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
} */