﻿.texts-grey {
    padding: 0px 0px 0px 0px;
    color: #323238;
    font-size: 18px;
    font-weight: 450;
    text-align: center;
    line-height: 1.6;
}

.Greenfooter {
    position: relative;
    height: 100px;
    background-image: url('../images/new-greencall/footservice.png');
    background-size: cover;
    background-position: center;
}
.red-star-inside {
    position: absolute;
    top: 10%;
    left: 150px;
    transform: translateY(-50%);
    color: red;
    font-size: 20px;
    pointer-events: none;
}

.red-star-inside2 {
    position: absolute;
    top: 10%;
    right: 210px;
    transform: translateY(-50%);
    color: red;
    font-size: 20px;
    pointer-events: none;
}

.red-star-inside3 {
    position: absolute;
    top: 28%;
    left: 150px;
    transform: translateY(-50%);
    color: red;
    font-size: 20px;
    pointer-events: none;
}

.red-star-inside4 {
    position: absolute;
    top: 28%;
    right: 250px;
    transform: translateY(-50%);
    color: red;
    font-size: 20px;
    pointer-events: none;
}

.btn-pink {
    background-color: #f72585 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
}

    .btn-pink:hover {
        background-color: #d61a70
    }

.btn-views {
    background-color: #ff007a;
    color: #fff;
    position:absolute;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 14px;
    border: none;
    text-decoration:none;
    font-weight: 700;
    margin: 0px 0 0 0px;
}

.btn-request {
    color: #ffffff !important;
    background-color: #F92275 !important;
    padding: 10px 25px !important;
    border-radius: 05px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: 30px !important;
}

    .btn-request:hover {
        background-color: #d62c60;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(231, 59, 112, .4);
    }
    .btn-views:hover {
        background-color: #d62c60;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(231, 59, 112, .4);
    }

.banner-container {
    position: relative;
    height: 450px;
    background-image: url('../images/new-greencall/service-ban2.png') !important;
    
    background-size: cover;
    background-position: center;
}

.texts-black {
    padding: 20px 0px 0px 0px;
    color: #000000;
    font-size: 20px;
    font-weight: 450;
    text-align: center;
    line-height: 1.6;
    
}
.head-black-content {
    padding: 60px 00px 0px 00px;
    color: #0D351F;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.head-black {
    padding: 180px 00px 0px 00px;
    color: #0D351F;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.head-pink {
    color: #F92275;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.service-card {
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease-in-out;
    height: 465px;
    background: #fff;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    }

    .service-card img {
        width: 100%;
       
        object-fit: contain;
    }

    .service-card h5 {
        font-weight: 600;
        font-size: 22px;
        margin-top: 10px;
        padding: 10px 10px 15px 0px;
        height: 40px;
    }

    .service-card p {
        font-size: 15px;
        color: #666;
        padding: 0px 10px 10px 0px;
        height: 100px;
    }

.btn-view {
    background-color: #F92275 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 05px !important;
    font-size: 0.9rem;
    transition: background-color 0.3s;
    text-decoration: none;
    font-weight: 700 !important;
}

.para-text {
    margin-top: 10px !important;
}

@media (max-width: 575.98px) {
    .service-card img {
        height: 150px;
    }

    .Greenfooter {
        position: relative;
        height: 200px;
        background-image: url('../images/new-greencall/footservice.png');
        background-size: cover;
        background-position: center;
    }
    .modal-content {
        position: relative;
        display: flex;
        margin-top: 80px;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }

    
}

@media (max-width: 1024px) {
    .head-black {
        padding: 150px 00px 0px 00px;
    }
    .btn-request1 {
        width: auto !important;
    }
    .size {
        margin-top: 25px;
    }
    .service-card {
        border: 1px solid #eee;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        transition: 0.3s ease-in-out;
        height: 495px;
        background: #fff;
    }
        .service-card p {
            font-size: 16px;
            min-height: auto;
            height: 200px !important;
        }

    .texts-black {
        padding-inline: 150px;
    }

    .head-pink {
        padding: 0px 00px 0px 00px;
    }

    .service-card img {
        width: 100%;
        height: 150px;
        object-fit: contain;
    }

    .service-card h5 {
        font-size: 22px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .head-black {
        padding: 70px 00px 0px 00px;
        font-size: 25px;
    }

    .head-black-content {
        padding: 40px 00px 0px 00px;
        color: #0D351F;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

    .texts-grey {
        padding: 0px 0px 0px 0px;
        color: #323238;
        font-size: 14px;
        font-weight: 450;
        text-align: center;
        line-height: 1.6;
    }

    .btn-view {
        background-color: #F92275 !important;
        color: #fff !important;
        border: none !important;
        padding: 8px 12px !important;
        border-radius: 05px !important;
        font-size: 0.7rem !important;
        transition: background-color 0.3s;
        text-decoration: none;
        font-weight: 700 !important;
    }

    .head-pink1 {
        padding: 0px 00px 0px 00px;
        font-size: 22px !important;
    }

    .head-black2 {
        color: #F92275 !important;
    }

    .btn-request {
        margin-left: 0px;
        margin-top: 20px;
        color: #ffffff;
        background-color: #F92275;
        padding: 8px 10px !important;
        border-radius: 05px;
        font-size: 12px !important;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .red-star-inside {
        position: absolute;
        top: 8%;
        left: 150px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside2 {
        position: absolute;
        top: 20%;
        left: 180px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside3 {
        position: absolute;
        top: 32%;
        left: 145px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside4 {
        position: absolute;
        top: 45%;
        left: 150px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }


    .banner-container {
        height: 350px;
    }

    .head-pink {
        padding: 0px 00px 0px 00px;
        font-size: 22px !important;
    }

    .texts-black {
        padding: 20px 0px 0px 0px;
        padding-inline: 15px;
        font-size: 15px;
    }

    .button-down {
        margin-bottom: 38px;
    }

    .service-card p {
        font-size: 12px;
        height: 100px !important;
    }

    .size {
        margin-top: 0px;
    }

    .service-card h5 {
        font-size: 15px;
        height: auto;
    }

    .service-card img {
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .service-card img {
        height: 250px;
        object-fit: cover;
    }
    .btn-view {
        background-color: #F92275 !important;
        color: #fff !important;
        border: none !important;
        padding: 10px 12px !important;
        border-radius: 05px !important;
        font-size: 0.7rem !important;
        transition: background-color 0.3s;
        text-decoration: none;
        font-weight: 700 !important;
    }
    .head-black-content {
        padding: 20px 00px 0px 00px;
        color: #0D351F;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    .red-star-inside {
        position: absolute;
        top: 7%;
        left: 150px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }
    .btn-request {
        font-size: 12px !important;
    }

    .red-star-inside2 {
        position: absolute;
        top: 20%;
        left: 190px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside3 {
        position: absolute;
        top: 32%;
        left: 145px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside4 {
        position: absolute;
        top: 45%;
        left: 145px;
        transform: translateY(-50%);
        color: red;
        font-size: 20px;
        pointer-events: none;
    }

    .pink-footer {
        color: deeppink;
    }

    .service-card p {
        font-size: 12px;
        height: auto !important;
    }

    .head-black {
        padding: 50px 00px 0px 00px;
        font-size: 20px;
    }

    .head-pink {
        padding: 0px 00px 0px 00px;
        font-size: 20px;
    }
    .btn-view {
        background-color: #ff007a;
        color: #fff;
        border-radius: 5px;
        padding: 10px 8px;
        font-size: 12px;
        border: none;
        font-weight: 600;
    }

    .texts-black {
        padding: 20px 0px 0px 0px;
        padding-inline: 14px;
        font-size: 14px;
        line-height: 2;
    }

    .banner-container {
        height:400px ;
      
        background-image: url('../images/new-greencall/service-small.png') !important;
    }

    
}

@media (max-width: 375px) {
    .service-card img {
        height: 170px;
        object-fit: fill;
    }
    }
    .card-custom {
        height: auto !important;
        width: 300px !important;
        margin-inline: 20px;
        margin-right: 20px;
        padding-inline: 0px;
    }
    
    .service-card p {
        
        height: auto;
    }

    .service-card h5 {
        height: auto;
    }

    .head-pink {
        padding: 0px 00px 0px 00px;
        
    }

    .head-black {
        padding: 60px 00px 0px 00px;
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .service-card p {
        height: auto;
        font-size: 12px;
    }
    .card-custom {
        height: auto !important;
        width: 300px !important;
        margin-inline: 20px;
        margin-right: 20px;
        padding-inline: 0px;
    }
    .service-card h5 {
        height: auto;
    }

    .texts-black {
        padding: 0px 0px 0px 0px !important;
    }
}
