﻿.banner-containeredop {
    position: relative;
    height: 450px;
    background-image: url('../images/new-greencall/service-ban2.png') !important;
    background-size: cover;
    background-position: center;
}
.four{
    width:180px;
}
.btn-request:hover {
    background-color: #d62c60;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 59, 112, .4);
}
a {
    color:white;
    text-decoration:none;
}
.heading-four {
    font-size: 20px;
    padding-inline: 20px;
    font-weight: 600;
    color: #0D351F;
}
.head-black2 {
    padding: 0px 0px 0px 0px;
    color: #0D351F;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.head-green {
    margin: 40px 0 0 70px;
}
.bannertext{
    margin-top:100px;
}
.bannerhead {
    font-size: 30px;
    font-weight: 700;
    padding-top: 0px;
    line-height: 1.4;
    color: black;
}
.texts-black {
  
    color: #3e3d3d;
    font-size: 18px;
    font-weight: 450;
    text-align: center;
    line-height: 1.6;
}

.head-black {
    padding: 100px 0px 0px 0px;
    color: #0D351F;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

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

.choose-box {
    height: 100px;
    width: 100px;
}

.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: 100%;
    background: #fff;
}

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

.four {
    height: 150px;
    width: 195px;
    display: flex;
    position: relative;
    left: 15%;
}

.green-bg {
    background-image: url('../images/new-greencall/about-green.png');
    background-repeat: no-repeat;
    background-size: cover; /* or contain, depending on your needs */
    background-position: center;
    padding-inline: 0;
}
.text-green-about {
    padding-top: 40px;
    color: white;
    font-size: 30px;
    font-weight: 600 !important;
    padding-inline: 45px;
}

.para-green-about {
    padding-inline: 40px;
    color: white;
    font-size: 16px;
    padding-top: 30px;
}

.card-img-top {
    height: 80px;
    width: 80px !important;
    padding: 10px;
    margin: 10px;
    margin-top: 20px;
}

.card-title {
    font-size: 22px;
    color: black;
}

.card-text {
    font-size: 15px;
    color: dimgrey;
}

.card-body {
    flex: 1 1 auto;
    padding: 0rem 1rem 1rem;
}

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

.heading-card {
    color: black;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

.heading-para {
    color: dimgrey;
    padding-inline: 200px;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

.card-bg {
    background-color: #F7F7F7;
}

.Greenfooter {
    position: relative;
    height: 100px;
    background-image: url('../images/new-greencall/footservice.png');
    background-size: cover;
    background-position: center;
}
.btn-views:hover {
    background-color: #d62c60;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 59, 112, .4);
}
.btn:hover {
    background-color: #d62c60 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 59, 112, .4) !important;
}
.btn-views {
    background-color: #ff007a;
    position: absolute;
    color: #fff;
    text-decoration:none;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 14px;
    border: none;
    font-weight: 700;
    
}
.mobile-center-btn {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertical center */
    min-height: 100px;
}
.head-green {
    margin: 33px 0 0 70px;
    font-size: 30px;
    font-weight:600;
}

.person-img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

.person-card {
    justify-content: center;
}

.linkedin-link {
    text-decoration: none;
    font-size: 1.5rem;
    height: 40px;
    margin-top: -50px;
    transition: color 0.3s;
    border: 2px solid white !important;
}

    .linkedin-link:hover {
        color: #004182;
    }



.person-role {
    padding-inline: 80px;
    text-align: center;
    color: #767474;
}

.secbanner {
    height: 580px;
    width: 700px;
}

.bannerpara {
    font-size: 15px !important;
    padding-top: 15px !important;
    color: #5a5a5a;
    padding: 0;
}

.banner-box {
    margin-left: 90px;
    margin-top: 50px;
    color: black;
    font-weight: 600;
}
.border-end {
    border-right: 2px solid #000000 !important;
}

@media (max-width: 768px) {
    .banner-containeredop {
        position: relative;
        height: 350px;
    }

    .scrolling-container {
        overflow: hidden;
        white-space: nowrap;
        padding: 0px 0 !important;
        position: relative;
    }

    .head-black {
        padding: 50px 0px 0px 0px !important;
        font-size: 22px;
    }

    .four {
        height: 100px !important;
        width: 100px !important;
        display: flex;
        position: relative;
        left: 0%;
    }

    .head-green {
        margin: 35px 0 0 20px !important;
        font-size: 24px;
    }


    .head-black2 {
        padding: 0px 0px 0px 0px;
        color: #0D351F !important;
        font-size: 22px;
    }

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

    .texts-black {
        padding: 20px 100px 0px 100px;
        font-size: 14px;
    }

    .banner-box {
        margin-left: 20px;
        margin-top: 30px;
        color: black;
        font-weight: 600;
        font-size: 12px;
    }

    .secbanner {
        height: 400px;
        width: auto;
        margin-top: 0px;
        margin-left: -30px;
    }

    .why-choose-bg {
        position: relative;
        top: -40px;
    }

    .bannerhead {
        font-size: 22px !important;
        padding-top: 0px;
        line-height: 1.4;
        color: black;
        margin-bottom: -10px;
    }

    .bannertext {
        margin-top: 60px !important;
        margin-left: -40px;
    }

    .bannerpara {
        font-size: 12px !important;
        padding-top: 05px !important;
        color: #5a5a5a;
        padding-right: 10px;
        margin-bottom: 0px;
    }

    .heading-card {
        color: black;
        text-align: center;
        font-weight: 700;
        font-size: 22px !important;
    }

    .green-bg {
        background-image: url('../images/new-greencall/about-med-green.png') !important;
        background-repeat: no-repeat;
    }

    .card-text {
        font-size: 12px !important;
    }

    .person-img {
        height: 150px;
        width: 150px;
    }

    .heading-para {
        padding-inline: 0px !important;
        font-size: 14px !important;
    }

    .heading-four {
        font-size: 12px !important;
        margin-bottom: 10px;
        padding-inline: 00px !important;
    }

    .service-card {
        height: 390px !important;
    }

    .text-green-about {
        padding-top: 100px !important;
        color: white;
        font-size: 22px !important;
        padding-inline: 0px;
    }

    .card-title {
        font-size: 15px;
        color: black;
    }

    .para-green-about {
        padding-inline: 0px;
        color: white;
        font-size: 12px !important;
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 600px) {
    .head-black {
        padding: 50px 10px 0px 10px;
        font-size: 20px;
    }
    .bannertext {
      margin:0px !important;
   }
    .texts-black {
        padding: 0px 0px 0px 0px !important;
    }
    .four {
        height: 100px !important;
        width: 120px !important;
        display: flex;
        position: relative;
        left: 10%;
    }
    .person-role {
        padding-inline: 0px;
        text-align: center;
        font-size: 12px;
        color: #767474;
    }
    .person-img {
        height: 90px;
        width: 90px;
    }
    .person-card {
        justify-content: center;
        padding: 0px;
    }
    .linkedin-link {
        text-decoration: none;
        font-size: 1.5rem;
        height: 30px;
        border-radius: 50px;
        margin-top: -50px;
        transition: color 0.3s;
        border: 2px solid white !important;
    }
    .person-name{
        font-size:14px;
    }
    .banner-containeredop {
        height: 450px ;
      
        background-image: url('../images/new-greencall/service-small.png') !important;
    }
    .bannerhead {
        font-size: 20px !important;
        font-weight: 600;
        padding-bottom: 15px;
        text-align: center;
    }
    head-green {
        margin: 45px 30px 0 40px !important;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }
    .texts-black {
        padding: 20px 20px 0px 20px;
        font-size: 14px !important;
    }

    .btn-request {
        margin-left: 0px;
    }

    .btn-request {
        font-size: 12px;
    }

    .banner-box {
        margin-left: 0px;
    }

    .green-bg {
        background-image: url('../images/new-greencall/wcu-small-bg.png') !important;
       
        background-repeat: no-repeat;
        padding-inline: 0px;
    }

    .bannertext {
        padding: 30px;
        margin-top: 0px !important;
        margin-left: -0px;
    }
    .secbanner {
        height: 400px;
        width: auto;
        position: relative;
        margin-top: 0px;
        margin-right: 0px;
        right: -80px;
    }
    .bannerpara {
        font-size: 12px !important;
        text-align: center;
        padding: 0px;
        padding-top: 5px !important;
    }

    .text-green-about {
        text-align: center;
        font-size: 20px !important;
        font-weight: 600 !important;
        padding-bottom: 0px !important;
        padding-top: 40px !important;
    }
    .head-black2 {
        padding: 0px 0px 0px 0px;
        color: #0D351F;
        font-size: 20px;
    }
    .heading-card {
        color: black;
        text-align: center;
        font-weight: 600 !important;
        font-size: 20px !important;
    }
    .card-img-top {
        height: 60px;
        width: 60px !important;
        padding: 10px;
        margin: 10px;
        margin-top: 20px;
    }
    .card-title {
        font-size: 12px;
        font-weight: 600;
        color: black;
    }
    .heading-para {
        padding-inline: 0px;
        padding: 10px;
        font-size: 12px;
        margin-bottom: -30px !important;
    }

    .Greenfooter {
        margin-top: 0px;
        height: 180px;
    }
    .btn-views {
        margin: 0% 32.4% 0 32.5%;
        padding: 8px 18px !important;
        font-size:12px !important;
        
    }

    .para-green-about {
        text-align: center;
        padding-inline: 0px;
        color: #4c4c4c;
        font-size: 12px !important;
        padding-top: 10px !important;
    }
    .heading-four {
        font-size: 12px !important;
        padding-inline: 0px !important;
        font-weight: 600;
        color: #0D351F;
       line-height:20px;
    }
    .card-box{
        padding-top:50px;
    }
}

@media only screen and (max-width: 320px) {
    .head-black {
        padding: 10px 10px 0px 10px;
        font-size: 20px;
    }
    .four {
        height: 80px !important;
        width: 100px !important;
        display: flex;
        position: relative;
        left: 4% !important;
    }
    .Greenfooter1 {
        margin-top: 0px !important;
    }
    .texts-black {
        padding: 20px 10px 0px 10px;
        font-size: 15px;
    }

    .btn-request {
        margin-left: 0px;
    }
    .Greenfooter1 {
        margin-top: 0px !important;
    }

    .Greenfooter {
        margin-top: 0px;
        height: 180px;
    }
    .head-green {
        margin: 10px 0 0 0px;
        font-size: 15px;
    }

    .box-size {
        height: 150px;
    }
    
}

@media only screen and (max-width: 375px) {
    .head-green {
        margin: 10px 0 0 30px;
        font-size: 16px;
    }
   
}

@media only screen and (max-width: 1024px) {
    .bannertext {
        padding-top: 0px;
        margin-top: 90px;
    }
    .scrolling-container {
        overflow: hidden;
        white-space: nowrap;
        padding: 0px 0 !important;
        position: relative;
    }
        .texts-black {
        padding: 20px 0px 0px 0px;
    }
        .bannerhead {
        font-size: 32px;
        font-weight: 600;
    }
        .bannerpara {
        font-size: 16px;
        padding-top: 15px !important
    }

    

   

    .btn-request {
        margin-left: 0px;
    }

    .green-bg {
        background-image: url('../images/new-greencall/med-green-about.png');
       
        background-repeat: no-repeat;
        padding-inline: 0px;
    }

    .text-green-about {
        padding-top: 0px;
        color: white;
        font-size: 35px;
        padding-inline: 10px;
    }

    .para-green-about {
        padding-inline: 10px !important;
        color: white;
        font-size: 16px;
        padding-top: 10px;
    }

    .four {
        height: 140px;
        width: 110px;
        margin-top: 0px !important;
    }

    .heading-four {
        font-size: 15px;
    }

    .banner-box {
        margin-left: 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .four {
        height: 120px;
        width: 150px;
        display: flex;
        position: relative;
        left: 10%;
    }
    .text-green-about {
        padding-top: 40px;
        color: white;
        font-size: 30px;
        padding-top: 32px;
    }
    .bannerpara {
        font-size: 16px;
        padding-top: 10px !important;
        color: #5a5a5a;
        padding: 0;
    }
    .heading-card {
        color: black;
        text-align: center;
        font-weight: 700;
        font-size: 30px;
    }
    .heading-para {
        color: dimgrey;
        padding-inline: 200px;
        text-align: center;
        font-size: 20px;
        padding-top: 10px;
    }
    .card-text {
        font-size: 16px;
        color: dimgrey;
    }
    .bannerhead {
        font-size: 30px;
        font-weight: 600;
        padding-top: 0px;
        line-height: 1.4;
        color: black;
    }
    .heading-four {
        font-size: 20px;
        padding-inline: 20px;
        font-weight: 600;
        color: #0D351F;
    }
    .para-green-about {
        padding-inline: 40px;
        color: white;
        font-size: 16px;
        padding-top: 30px;
    }
}
.scrolling-container {
    overflow: hidden;
    white-space: nowrap;
   
    padding: 30px 0;
    position: relative;
}

.scrolling-track {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 20px;
    animation: scroll-left 25s linear infinite;
}


.scrolling-item {
    display: inline-block;
    margin: 0 40px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border-right: 2px solid black;
    padding-right: 70px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* Responsive adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    .scrolling-item {
        margin: 0 30px;
        font-size: 14px;
    }

    .btn-views {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .scrolling-item {
        margin: 0 20px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
    .secbanner {
        height: 350px;
        width: auto;
        position: relative;
        margin-top: 0px;
        margin-right: 0px;
        right: -30px;
    }
    .pink-footer {
        color: deeppink;
    }
    .head-pink {
        color: #F92275;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }
    .head-green {
        margin: 10% 12% 3% 12% !important;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }
    }
@media only screen and (max-width: 320px) {
    .secbanner {
        height: 250px !important;
        width: 300px !important;
        position: relative;
        margin-top: 0px;
        margin-right: 0px;
        right: -30px !important;
    }
}
@media only screen and (max-width: 375px) {
    .secbanner {
        height: 400px;
        width: auto;
        position: relative;
        margin-top: 0px;
        margin-right: 0px;
        right: -60px;
    }
}
@media only screen and (max-width: 600px) {

    .mobile-center-btn {
        display: flex;
        justify-content: center;
        align-items: center; /* Vertical center */
        min-height: 60px !important;
    }

    .btn-views-new {
        margin-top: 20px;
    }
    .service-card {
        height: auto !important;
        padding-bottom: 25px !important;
    
    }
}


/* Mobile (max-width 768px) – center in flex */
@media (min-width: 768px) and (max-width: 991px) {
    .mobile-center-btn {
        display: flex;
        justify-content: center;
        align-items: center; /* Vertical center */
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .head-green {
        margin: 35px 0 0 20px !important;
        font-size: 24px;
    }
}