﻿body {
}
.nav-link:focus, .nav-link:hover {
    color: #F92275 !important;
}
.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}
.industry-card {
    height: 180px;
    position: relative;
    display: flex;
    top: 60px;
    flex-direction: column;
    align-items: center;
}
   
    .service-card img {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    
    .service-card h5 {
        font-size: clamp(16px, 1.4vw, 20px);
        font-weight: 600;
        margin-bottom: 10px;
    }

   
    .service-card p {
        flex-grow: 1; 
        font-size: clamp(14px, 1.1vw, 16px);
        line-height: 1.6;
        margin-bottom: 16px;
    }

   
    .service-card .btn {
        align-self: flex-start;
        font-size: clamp(13px, 1vw, 15px);
    }

  
    .service-card .btn-outline-primary {
        background-color: #F92275;
        border-color: #F92275;
        color: #fff;
    }

        .service-card .btn-outline-primary:hover {
            background-color: #d81d65;
            border-color: #d81d65;
        }

.banner-container {
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.btn-views {
    background-color: #ff007a;
    position: absolute;
    color: #fff;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 14px;
    border: none;
    text-decoration: none;
    font-weight: 700;
   
}
.banner-container {
    position: relative;
    height: 450px;
    background-image: url('../images/new-greencall/service-ban2.png');
    background-size: cover;
    background-position: center;
}
.nav-pills .nav-link {
    text-align: left;
    border-left: 3px solid transparent;
    color: #000;
    font-weight: 500;
    padding: 15px 15px;
    font-size: 18px;
}
.para-text{
    font-size:15px !important;
}
p {
    font-size: 16px;
    color: #000;
}
.nav-pills .nav-link.active {
    background-color: #f3f1f1 !important;
    border-left: 4px solid #F92275;
    color: black !important;
    border-radius: 0px;
    font-size: 18px;
}
.tab-content-box {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.tab-content-box {
    background-color: #fff;
    padding: 25px;
    height: 400px;
    margin-top: 0px;
    border-left: 4px solid #F92275;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.para-btn {
    font-size: 14px;
    padding-top: 10px;
    color: #676767;
    line-height: 1.8;
}

.tab-content-box h5 {
    color: #F92275;
    font-weight: 600;
    font-size: 25px;
}

.tab-content-box .btn {
    background-color: #F92275;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
}
.texts-black {
    padding: 20px 40px 0px 40px;
    color: #323238;
    font-size: 20px;
    font-weight: 450;
    text-align: center;
    line-height: 1.6;
    padding-inline: 10%;
}
.head-black2 {
    padding: 30px 00px 0px 00px !important;
}
    .head-black {
    padding: 200px 00px 0px 00px;
    color: #F92275;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

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

.head-black-box {
    padding: 4% 1% 1%;
    color: #050516;
    font-size: 250%;
    font-weight: 600;
    text-align: center;
}

.para-hrms {
    font-size: 16px;
    padding: 0px 40px 0px 40px;
    color: #676767;
    
    font-weight: 450;
    text-align: center;
    line-height: 1.6;
}
.box-card {
    display: flex;
    align-content: center;
    justify-content: center;
}
.bannertext {
    padding-top: 80px;
    font-size: 12px
}
.section-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.secbanner{
    max-width:80% !important;
    height:auto;
    margin-left:100px;
}
.grey {
    background-color: #F7F7F7;
}
.bannerpara {
    font-size: 16px !important;
    padding-top: 15px;
    line-height: 1.8;
    color: #5a5a5a;
    margin-right: 0px;
}
.bannerpara2 {
    font-size: 18px !important;
    padding-top: 5px;
    line-height: 1.8;
    color: #5a5a5a;
    margin-right: 0px;
}

.bannerhead {
    font-size: 30px !important;
    padding-top: 5px;
    line-height: 1.1;
    font-weight: 600;
}
.head-black-box2 {
    font-weight: 700;
    padding-top: 30px;
    font-size: 30px;
}
.texts-black2 {
    text-align: center;
    padding: 20px 0px;
    color: #5a5a5a;
}
.laptop-text {
    padding: 30px 0px;
    font-weight: 700;
    font-size: 30px;
}
.laptop-box{
    margin:50px 0px;
}
.section-titles-box{
    font-size:30px;
    font-weight:600;
}
.white-bold{
    font-size:30px;
}
.cta-section {
    background-image: url('../images/new-greencall/building-green.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    color: #fff;
    text-align: center;
    position: relative;
}
.text-white {
    color: white;
    padding-top: 12px;
    font-size:16px;
}
.section-subtitle {
    font-size: 16px;
    color: #676767;
}
.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-btn {
    background-color: #f92275;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 20px;
    transition: 0.3s;
}

    .cta-btn:hover {
        background-color: #e01065;
    }
@media (max-width: 1200px) {
    .banner-containered {
        height: fit-content;
        padding-top: 40px;
    }
    .para-text{
        font-size:14px !important;
    }
    .secbanner {
        height: 450px !important;
        margin-left: 50px;
    }

    .bannertext {
        padding-top: 50px;
        font-size: 16px;
    }

    

    .bannerpara {
        font-size: 17px !important;
        padding-top: 15px;
        line-height: 1.5;
        color: #5a5a5a;
        margin-right: 0px;
    }

    .bannerpara2 {
        font-size: 17px !important;
    }

    
}
@media (max-width: 1024px) {
    .bannerpara2 {
        padding-top: 0px;
        font-size: 17px !important;
        line-height: 1.5;
    }
    .section-titles-box {
        font-size: 26px;
        font-weight: 700;
    }
    .banner-containered {
        height: fit-content;
        padding-top: 70px;
    }

    .texts-black2 {
        text-align: center;
        padding: 10px 0px;
        font-size: 14px;
    }

    .text-white {
        color: white;
        font-size: 18px;
        padding-top: 15px;
    }

    .section-subtitle {
        font-size: 18px;
    }

    
}
@media (max-width: 600px) {
    .banner-container {
        position: relative;
        height: 400px !important;
    }
}
@media (max-width: 768px) {
    .cta-section {
        padding: 70px 15px;
    }

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

    .head-pink {
        color: black;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

    .tab-content-box h5 {
        color: #F92275;
        font-weight: 600;
        font-size: 18px;
    }

    .head-black-box3 {
        font-weight: 600;
        padding-top: 20px !important;
        font-size: 22px !important;
    }

    .nav-pills .nav-link.active {
        background-color: #f3f1f1 !important;
        border-left: 4px solid #F92275;
        color: black !important;
        border-radius: 0px;
        font-size: 14px;
    }

    .tab-content-box .btn {
        background-color: #F92275;
        color: #fff;
        margin-top: 1px;
        font-size: 12px;
        font-weight: 700;
    }

    .nav-pills .nav-link {
        text-align: left;
        border-left: 3px solid transparent;
        color: #000;
        font-weight: 500;
        padding: 15px 15px;
        font-size: 14px;
    }

    .para-btn {
        font-size: 12px;
        padding-top: 10px;
        color: #676767;
    }

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

    .bannertext {
        padding-top: 80px;
        font-size: 16px;
    }

    .cta-btn {
        width: 100%;
        max-width: 300px;
    }

    .head-black {
        padding: 170px 00px 0px 00px;
        font-size: 22px;
    }

    .texts-black {
        padding: 20px 40px 0px 40px;
        color: #323238;
        font-size: 14px;
    }

    .banner-container {
        position: relative;
        height: 350px;
    }

    .bannerhead {
        font-size: 22px !important;
        padding-top: 0px;
        line-height: 1.1;
        font-weight: 600;
    }

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

    .banner-box {
        height: auto;
    }

    .head-black-box2 {
        font-weight: 600;
        padding-top: 0px;
        font-size: 22px;
    }

    .banner-containered {
        height: fit-content;
        padding-top: 30px;
    }

    .secbanner {
        height: 400px !important;
        margin-left: 0px;
        max-width: 100% !important;
    }

    .laptop-text {
        padding: 0px 0px 10px;
        font-weight: 600;
        font-size: 22px;
    }

    .white-bold {
        font-size: 22px;
    }

    .text-white {
        font-size: 12px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .industry-title {
        font-weight: 600;
        text-align: center;
        font-size: 12px;
    }

    .cta-btn {
        background-color: #f92275;
        color: #fff;
        border: none;
        padding: 10px 10px;
        border-radius: 5px;
        font-weight: 700;
        font-size: 12px;
        width: 150px !important;
        margin-top: 20px;
        transition: 0.3s;
    }

    .section-titles-box {
        font-size: 22px;
        font-weight: 600;
    }



    .small-box-card {
        background-color: #f7f7f7
    }

    .cta-btn {
        width: 100%;
        max-width: 200px;
    }
}
@media (max-width: 600px) {
    .banner-box {
        height: 950px;
        margin-left: 10px !important;
    }

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

    .secbanner {
        height: 400px !important;
        margin-left: 15px;
    }

    .bannertext {
        padding-top: 0px;
        font-size: 16px;
    }

    .border-small {
        border-right: 1px solid #ffc2d900 !important;
    }
}
    @media (max-width: 800px) {
        .tab-content-box {
           
          
            height: fit-content;
          
        }  
    }
@media (max-width: 600px) {
    .banner-box {
        height: auto;
        margin-left: 0px !important;
    }
    .tab-content-box h5 {
        color: #F92275;
        font-weight: 600;
        font-size: 18px !important;
    }

    .head-black-box2 {
        font-weight: 600;
        padding-top: 30px !important;
        font-size: 20px !important;
    
    }
    .texts-black2 {
        text-align: center;
        padding: 4px 0px;
        font-size: 12px;
    }
    .white-bold {
        font-size: 20px;
    }
    .text-white {
        color: white;
        font-size: 12px;
        padding-top: 15px;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 150px;
    }
    .section-subtitle {
        font-size: 12px;
    }
    .section-titles-box {
        font-size: 20px;
        font-weight: 600;
    }
    .cta-btn {
        background-color: #f92275;
        color: #fff;
        border: none;
        font-size: 12px;
        padding: 12px 0px;
        border-radius: 5px;
        font-weight: 700;
        margin-top: 20px;
        transition: 0.3s;
    }
    .head-pink {
        color: black;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    .banner-containered {
        height: fit-content;
        padding-top: 0px;
    }
    
    .bannerhead {
        font-size: 20px !important;
        padding-top: 0px;
        line-height: 1.1;
        font-weight: 600;
        padding-bottom: 10px;
    }
    
    .bannertext {
        padding-top: 0px;
        font-size: 12px;
        margin-left: 20px;
    }
    .texts-black {
        padding: 20px 0px 0px 0px;
        color: #323238;
        font-size: 12px;
        font-weight: 450;
        text-align: center;
        line-height: 1.6;
        padding-inline: 0%;
    }
}

.industry-icon {
    width: 50px !important;
    margin-left: 0px;
    height: 50px !important;
    margin-bottom: 15px !important;
    position: relative;
    display:flex;
    align-items: center !important;
}

    .industry-title {
        font-weight: 600;
        text-align: center;
    }

    .industry-card {
        height: 180px;
        position: relative;
        top: 60px;
    }
@media (max-width: 320px) {
    .secbanner {
        height: 300px !important;
        margin-left: 15px;
    }
    
    .para-btn{
        font-size:12px;
    }
    .tab-content-box {
        background-color: #fff;
        padding: 25px;
        height: fit-content;
        
        margin-top: 0px;
        border-left: 4px solid #F92275;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
}
