﻿




/*----------------------------------------------------about us----------------------------------------*/


.shifa-about-section {
    position: relative;
    padding: 80px 0px 0px;
    background: #ffffff;
    overflow: hidden;
}

.shifa-about-image {
    position: relative;
    padding-right: 35px;
}

.shifa-about-image img {
    width: 100%;
    height: 500px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10);
}


.shifa-about-image::before {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    left: -15px;
    top: -15px;

    border-left: 4px solid #1d4f87;
    border-top: 4px solid #5fa42c;

    border-radius: 20px;

    z-index: -1;
}



.shifa-about-content {
    padding-left: 25px;
}


.shifa-about-tag {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 15px;

    color: #247348;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 4px;
}

.shifa-about-tag span {
    width: 40px;
    height: 2px;

    background: #1d4f87;

    display: inline-block;
}

.shifa-about-content h2 {
    margin: 0 0 8px;
    color: #173d68;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
}

.shifa-about-content h2 span {
    color: #0e9b77;
}



.shifa-about-content h3 {
    margin-bottom: 22px;
    color: #294967;
    font-size: 24px;
    font-weight: 700;
}

.shifa-about-content > p {
    margin-bottom: 15px;

    color: #5d6875;

    font-size: 16px;

    line-height: 1.8;
}

.shifa-about-features {
    margin-top: 35px;
}


.shifa-about-feature {
    text-align: center;
    margin-bottom: 20px;
}


.shifa-feature-icon {
    width: 72px;
    height: 72px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #eef8ef,
            #dff0e3
        );

    border: 1px solid rgba(36, 115, 72, 0.18);

    color: #1d4f87;

    font-size: 28px;

    transition: all 0.4s ease;
}


.shifa-about-feature:hover .shifa-feature-icon {

    transform: translateY(-7px);

    background:
        linear-gradient(
            135deg,
            #1d4f87,
            #247348
        );

    color: #ffffff;

    box-shadow: 0 12px 25px rgba(29, 79, 135, 0.25);
}


.shifa-about-feature h4 {
    margin: 0 0 3px;

    color: #273d55;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.3;
}


.shifa-about-feature p {
    margin: 0;

    color: #273d55;

    font-size: 14px;
}

.shifa-about-btn {
    margin-top: 25px;
}


.shifa-about-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 28px;
    border-radius: 50px;
    background: #2859a9;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    /* box-shadow:
        0 10px 25px rgba(29, 79, 135, 0.20); */
}


.shifa-about-btn a:hover {

    transform: translateY(-4px);

    color: #ffffff;

    box-shadow:
        0 16px 30px rgba(29, 79, 135, 0.30);
}


.shifa-about-btn i {
    transition: all 0.3s ease;
}


.shifa-about-btn a:hover i {
    transform: translateX(5px);
}


@media (max-width: 1199px) {

    .shifa-about-content h2 {
        font-size: 42px;
    }

    .shifa-about-content {
        padding-left: 10px;
    }

}


@media (max-width: 991px) {

    .shifa-about-section {
        padding: 80px 0;
    }

    .shifa-about-image {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .shifa-about-content {
        padding-left: 0;
    }

}


@media (max-width: 767px) {

    .shifa-about-section {
        padding: 40px 0px 0px;
    }

    .shifa-about-content h2 {
        font-size: 36px;
    }

    .shifa-about-content h3 {
        font-size: 22px;
    }

    .shifa-about-content > p {
        font-size: 15px;
    }

    .shifa-about-features {
        margin-top: 25px;
    }

}


@media (max-width: 575px) {

    .shifa-about-content h2 {
        font-size: 30px;
    }

    .shifa-about-tag {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .shifa-feature-icon {
        width: 62px;
        height: 62px;

        font-size: 23px;
    }

    .shifa-about-feature h4,
    .shifa-about-feature p {
        font-size: 12px;
    }

    .shifa-about-btn a {
        width: 100%;
        justify-content: center;
    }

}
/*-------------------------------------------------------end---------------------------------------------*/

/*-----------------------------------------------------services------------------------------------------*/


.sd-services-section {
    position: relative;
    padding: 80px 0px 0px;
    background:#fff;
}

.sd-services-section .container {
    position: relative;
    z-index: 2;
}


.sd-services-heading {
    margin-bottom: 60px;
}


.sd-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* padding: 9px 20px; */
    margin-bottom: 18px;
    border-radius: 50px;
    color: #16876e;
    /* background: rgba(22, 135, 110, 0.10); */
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.sd-subtitle i {
    font-size: 12px;
    color: #16876e;
}


.sd-services-heading h2 {
    margin: 0 0 18px;

    font-size: 46px;
    font-weight: 700;

    line-height: 1.2;

    color: #17324d;
}


.sd-services-heading h2 span {
    color: #16876e;
}


.sd-services-heading p {
    max-width: 680px;

    margin: auto;

    color: #687785;

    font-size: 17px;

    line-height: 1.8;
}


.sd-service-card {
    position: relative;
    height: 100%;
    padding: 12px 12px 20px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(22, 135, 110, 0.12);
    box-shadow:
        0 15px 45px rgba(20, 48, 65, 0.08);
    overflow: hidden;
    transition: all 0.4s ease;
}

.sd-service-card:hover {
    transform: translateY(-12px);

    border-color: rgba(22, 135, 110, 0.30);

    box-shadow:
        0 25px 60px rgba(20, 48, 65, 0.15);
}


.sd-service-card:hover::before {
    width: 100%;
}


.sd-service-number {
    position: absolute;

    top: 22px;
    right: 28px;

    font-size: 55px;

    font-weight: 800;

    line-height: 1;

    color: rgba(22, 135, 110, 0.08);

    transition: all 0.4s ease;
}


.sd-service-card:hover .sd-service-number {
    color: rgba(22, 135, 110, 0.14);
}



.sd-service-icon {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            #16876e,
            #2bab8b
        );
    /* box-shadow:
        0 15px 30px rgba(22, 135, 110, 0.22); */
    transition: all 0.4s ease;
}


.sd-service-icon i {
    color: #ffffff;

    font-size: 30px;
}


.sd-service-icon {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 18px;
    overflow: hidden;
    background: #f4f8f7;
    transition: all 0.4s ease;
}

.sd-service-icon img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.sd-service-content h3 {
    margin-bottom: 16px;

    color: #17324d;

    font-size: 26px;

    font-weight: 700;
}


.sd-service-content p {
    margin-bottom: 22px;

    color: #687785;

    font-size: 15.5px;

    line-height: 1.8;
}


.sd-service-content ul {
    list-style: none;

    padding: 0;

    margin: 0 0 30px;
}


.sd-service-content ul li {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 13px;

    color: #4f6070;

    font-size: 14.5px;

    font-weight: 500;
}


.sd-service-content ul li i {
    color: #16876e;

    font-size: 15px;
}

.sd-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 50px;
    color: #ffffff;
    background: #2859a9;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    /* box-shadow:
        0 10px 25px rgba(22, 135, 110, 0.20); */
    transition: all 0.3s ease;
}


.sd-service-btn:hover {
    color: #ffffff;

    transform: translateX(5px);

    box-shadow:
        0 15px 30px rgba(22, 135, 110, 0.30);
}


.sd-service-btn i {
    transition: all 0.3s ease;
}


.sd-service-btn:hover i {
    transform: translateX(4px);
}



.sd-featured-service {
    border-color: rgba(22, 135, 110, 0.28);
}


.sd-popular-tag {
    position: absolute;

    top: 20px;
    left: 30px;

    padding: 6px 15px;

    border-radius: 30px;

    background: #17324d;

    color: #ffffff;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.sd-featured-service .sd-service-icon {
    /* margin-top: 25px; */
}


@media (max-width: 991px) {

    .sd-services-section {
        padding: 80px 0;
    }

    .sd-services-heading h2 {
        font-size: 38px;
    }

    .sd-service-card {
        padding: 40px 30px;
    }

}


@media (max-width: 767px) {

    .sd-services-section {
        padding: 40px 0px 0px;
    }

    .sd-services-heading {
        margin-bottom: 40px;
    }

    .sd-services-heading h2 {
        font-size: 32px;
    }

    .sd-services-heading p {
        font-size: 15px;
    }

    .sd-service-card {
        padding: 20px 20px;
    }

    .sd-service-content h3 {
        font-size: 23px;
    }

}


@media (max-width: 480px) {

    .sd-services-heading h2 {
        font-size: 28px;
    }

    .sd-subtitle {
        font-size: 11px;

        padding: 8px 15px;
    }

    .sd-service-icon {
        width: 100%;
        height: 201px;
        border-radius: 18px;
    }

    .sd-service-icon i {
        font-size: 26px;
    }

}
/*-------------------------------------------------------end---------------------------------------------*/

/*------------------------------------------------contact section----------------------------------------*/

.sd-contact-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 52% 55%,
            rgba(214, 255, 88, 0.72) 0%,
            rgba(176, 223, 109, 0.55) 22%,
            transparent 48%),

        radial-gradient(circle at 85% 85%,
            rgba(23, 119, 142, 0.85) 0%,
            transparent 35%),

        linear-gradient(
            90deg,
            #e5dfd9 0%,
            #eff1e6 35%,
            #b6d38a 65%,
            #63ad58 82%,
            #23728c 100%
        );
    margin: 80px 0px 0px;
}

.sd-contact-info {
    max-width: 490px;
}


.sd-contact-info h2 {
    margin: 0 0 18px;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
    color: #118254;
    letter-spacing: -1px;
}


.sd-contact-desc {
    max-width: 480px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    color: #50545b;
}


.sd-contact-number {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


.sd-contact-number span {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
}


.sd-contact-number a {
    display: inline-block;
    width: fit-content;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1f2b37;
    text-decoration: none;
    transition: all 0.3s ease;
}


.sd-contact-number a:hover {
    color: #08704a;
}


.sd-contact-form-box {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    padding: 50px 56px 45px;
    border-radius: 16px;
    background: rgb(255 255 255);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.sd-contact-form-box h3 {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #202d3a;
}


.sd-form-group {
    margin-bottom: 15px;
}


.sd-form-control {
    width: 100%;

    border: none;

    border-bottom: 1px solid #aeb8c3;

    border-radius: 0;

    padding: 0 0 14px;

    background: transparent;

    font-size: 16px;

    font-weight: 500;

    color: #263746;

    outline: none;

    box-shadow: none;

    transition: all 0.3s ease;
}


.sd-form-control::placeholder {
    color: #30455b;

    opacity: 1;
}

.sd-form-control:focus {
    border-bottom-color: #1f5c91;

    box-shadow: none;

    outline: none;
}

.sd-message-box {
    min-height: 76px;
    resize: none;
    padding-top: 0;
}


.sd-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 138px;
    height: 48px;
    padding: 0 25px;
    border: none;
    border-radius: 50px;
    background: #2859a9;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.35s ease;
    /* box-shadow:
        0 8px 20px rgba(38, 81, 135, 0.22); */
}


.sd-submit-btn span {
    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    transition: transform 0.3s ease;
}


.sd-submit-btn:hover {
    transform: translateY(-3px);

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #08704a,
        #045f3d
    );

    box-shadow:
        0 14px 28px rgba(8, 100, 63, 0.25);
}


.sd-submit-btn:hover span {
    transform: translateX(4px);
}



@media (min-width: 1400px) {

    .sd-contact-section {
        min-height: 720px;

        display: flex;

        align-items: center;
    }

}



@media (max-width: 1199px) {

    .sd-contact-info h2 {
        font-size: 48px;
    }


    .sd-contact-form-box {
        padding: 42px 40px;
    }

}


@media (max-width: 991px) {

    .sd-contact-section {
        padding: 70px 0;
    }


    .sd-contact-info {
        max-width: 100%;

        text-align: center;
    }


    .sd-contact-desc {
        margin-left: auto;
        margin-right: auto;
    }


    .sd-contact-number {
        align-items: center;
    }


    .sd-contact-form-box {
        max-width: 620px;

        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .sd-contact-section {
        padding: 55px 0;
        background:
            radial-gradient(circle at 50% 25%,
                rgba(210, 255, 90, 0.55),
                transparent 35%),

            linear-gradient(
                135deg,
                #e9e3dd 0%,
                #d6e5c0 55%,
                #61a966 100%
            );
        margin: 40px 0px 0px;
    }


    .sd-contact-info h2 {
        font-size: 40px;

        letter-spacing: -0.5px;
    }


    .sd-contact-desc {
        font-size: 16px;
    }


    .sd-contact-number span {
        font-size: 20px;
    }


    .sd-contact-number a {
        font-size: 23px;
    }


    .sd-contact-form-box {
        padding: 35px 25px;

        border-radius: 14px;
    }


    .sd-contact-form-box h3 {
        font-size: 21px;

        margin-bottom: 28px;
    }

}

@media (max-width: 480px) {

    .sd-contact-info h2 {
        font-size: 34px;
    }


    .sd-contact-form-box {
        padding: 30px 20px;
    }


    .sd-contact-form-box h3 {
        font-size: 19px;
    }


    .sd-submit-btn {
        width: 100%;
    }

}
/*-------------------------------------------------------end---------------------------------------------*/

/*-------------------------------------------------digital section---------------------------------------*/

.sahayog-digital-section {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
    background: #f6efea;
    margin: 80px 0px 0px;
}

.sahayog-digital-section .container {
    position: relative;
    z-index: 2;
}


.sahayog-digital-content {
    position: relative;
    max-width: 590px;
    padding: 20px 0;
}


.sahayog-digital-content h2 {
    margin: 0 0 22px;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #16876e;
    letter-spacing: -1.5px;
}


.sahayog-digital-content h2 span {
    color: #16876e;
}


.sahayog-digital-content p {
    max-width: 580px;
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    color: #171717;
}

.sahayog-digital-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 196px;
    padding: 15px 28px;
    border-radius: 50px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #2859a9;
    /* box-shadow:
        0 12px 25px rgba(27, 64, 119, 0.20); */
    transition: all 0.35s ease;
}


.sahayog-digital-btn i {
    font-size: 15px;

    transition: all 0.35s ease;
}


.sahayog-digital-btn:hover {
    color: #ffffff;

    transform: translateY(-4px);

    background:
        linear-gradient(
            135deg,
            #12603f 0%,
            #0b4930 100%
        );

    box-shadow:
        0 18px 35px rgba(18, 96, 63, 0.25);
}


.sahayog-digital-btn:hover i {
    transform: translateX(5px);
}



.sahayog-digital-image {
    position: relative;

    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: visible;
}

.sahayog-digital-image img {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 760px;

    height: auto;

    object-fit: contain;

    display: block;

    transform: translateX(40px);
}


.sahayog-circle-design {
    position: absolute;

    width: 420px;
    height: 420px;

    top: 50%;
    left: 50%;

    transform: translate(-40%, -50%);

    border-radius: 50%;

    opacity: 0.35;

    background:
        repeating-radial-gradient(
            circle,
            transparent 0,
            transparent 8px,
            rgba(18, 96, 63, 0.12) 9px,
            transparent 11px
        );

    z-index: 1;
}


@media (max-width: 1199px) {

    .sahayog-digital-section {
        padding: 80px 0;
    }


    .sahayog-digital-content h2 {
        font-size: 48px;
    }


    .sahayog-digital-image {
        min-height: 430px;
    }


    .sahayog-digital-image img {
        max-width: 650px;

        transform: translateX(20px);
    }

}


@media (max-width: 991px) {

    .sahayog-digital-section {
        padding: 75px 0;
    }


    .sahayog-digital-content {
        max-width: 100%;

        text-align: center;

        margin: 0 auto 45px;
    }


    .sahayog-digital-content p {
        margin-left: auto;
        margin-right: auto;
    }


    .sahayog-digital-image {
        min-height: auto;
    }


    .sahayog-digital-image img {
        max-width: 650px;

        margin: auto;

        transform: none;
    }


    .sahayog-circle-design {
        width: 380px;
        height: 380px;
    }

}

@media (max-width: 767px) {

    .sahayog-digital-section {
        padding: 60px 0;
    }


    .sahayog-digital-content h2 {
        font-size: 38px;

        letter-spacing: -0.5px;
    }


    .sahayog-digital-content p {
        font-size: 16px;

        line-height: 1.6;
    }


    .sahayog-digital-btn {
        min-width: 180px;

        padding: 14px 22px;
    }


    .sahayog-digital-image img {
        width: 115%;

        max-width: none;

        margin-left: -7%;
    }


    .sahayog-circle-design {
        width: 280px;
        height: 280px;
    }

}



@media (max-width: 480px) {

    .sahayog-digital-content h2 {
        font-size: 31px;
    }


    .sahayog-digital-content p {
        font-size: 15px;
    }


    .sahayog-digital-section {
        padding: 40px 0px 0px;
        margin: 40px 0px 0px;
    }

}

/*-------------------------------------------------------end---------------------------------------------*/

/*----------------------------------------------------career---------------------------------------------*/

.sahayog-career-hero {
    position: relative;
    padding: 70px 0 70px;
    background: #f6efea;
    overflow: hidden;
}

.sahayog-career-content {
    position: relative;
    z-index: 2;
}

.sahayog-career-tag,
.sahayog-apply-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #176443;
    margin-bottom: 20px;
}

.sahayog-career-tag i {
    font-size: 15px;
}

.sahayog-career-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
    color: #173d68;
    margin-bottom: 25px;
}

.sahayog-career-content h1 span {
    color: #16876e;
}

.sahayog-career-content p {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.8;
    color: #5c665f;
    margin-bottom: 32px;
}

.sahayog-career-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 50px;
    background: #2859a9;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sahayog-career-btn:hover {
    background: #123f2d;
    color: #ffffff;
    transform: translateY(-3px);
}

.sahayog-career-image {
    position: relative;
}

.sahayog-career-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}

.sahayog-career-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cfe7d8;
    border-radius: 30px;
    right: -20px;
    bottom: -20px;
    z-index: 1;
}

.sahayog-career-experience {
    position: absolute;
    left: -45px;
    bottom: 40px;
    z-index: 3;
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.sahayog-career-experience i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #176443;
    color: #ffffff;
}

.sahayog-career-experience strong,
.sahayog-career-experience span {
    display: block;
}

.sahayog-career-experience strong {
    color: #163d2d;
    font-size: 16px;
}

.sahayog-career-experience span {
    color: #777;
    font-size: 13px;
    margin-top: 4px;
}



.sahayog-join-section {
    padding: 80px 0px 0px;
    background: #ffffff;
}

.sahayog-section-heading {
    margin-bottom: 55px;
}

.sahayog-section-heading > span,
.sahayog-job-heading span {
    display: inline-block;
    color: #1d7a52;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.sahayog-section-heading h2 {
    color: #173d68;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
}

.sahayog-section-heading h2 strong {
    display: block;
    color: #16876e;
}

.sahayog-section-heading p {
    max-width: 700px;
    margin: 20px auto 0;
    color: #6b746e;
    line-height: 1.8;
}

.sahayog-join-card {
    height: 100%;
    padding: 38px 30px;
    border: 1px solid #e6eee8;
    border-radius: 20px;
    background: #ffffff;
    transition: all 0.35s ease;
}

.sahayog-join-card:hover {
    transform: translateY(-8px);
    border-color: #1d7a52;
    box-shadow: 0 18px 45px rgba(22, 100, 67, 0.12);
}

.sahayog-join-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #2859a9;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 25px;
}

.sahayog-join-card h3 {
    color: #163d2d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sahayog-join-card p {
    color: #6b746e;
    line-height: 1.8;
    margin-bottom: 0;
}


.sahayog-job-section {
    padding: 110px 0;
    background: #f5f8f5;
}

.sahayog-job-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.sahayog-job-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #163d2d;
    margin: 0;
}

.sahayog-job-heading p {
    max-width: 430px;
    margin: 0;
    color: #6b746e;
    line-height: 1.7;
}

.sahayog-job-card {
    height: 100%;
    padding: 32px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e5ece6;
    transition: all 0.35s ease;
}

.sahayog-job-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.sahayog-job-top {
    margin-bottom: 25px;
}

.sahayog-job-top span {
    display: inline-block;
    padding: 7px 13px;
    background: #e8f4ec;
    color: #176443;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 30px;
}

.sahayog-job-card h3 {
    font-size: 24px;
    color: #163d2d;
    font-weight: 700;
    margin-bottom: 22px;
}

.sahayog-job-card ul {
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}

.sahayog-job-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b746e;
    margin-bottom: 13px;
    font-size: 14px;
}

.sahayog-job-card ul li i {
    color: #1d7a52;
}

.sahayog-job-card a {
    color: #176443;
    text-decoration: none;
    font-weight: 700;
}

.sahayog-job-card a i {
    margin-left: 7px;
    transition: all 0.3s ease;
}

.sahayog-job-card a:hover i {
    margin-left: 12px;
}


.sahayog-apply-section {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg, #153f2e 0%, #1c704b 100%);
    overflow: hidden;
    margin: 80px 0px;
}

.sahayog-apply-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border: 80px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    left: -250px;
    top: -200px;
}

.sahayog-apply-content {
    position: relative;
    z-index: 2;
}

.sahayog-apply-tag {
    color: #bfe4cd;
}

.sahayog-apply-content h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 22px;
}

.sahayog-apply-content h2 span {
    color: #b9e3c9;
}

.sahayog-apply-content > p {
    color: rgb(255 255 255);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.sahayog-apply-info {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.sahayog-apply-info-icon {
    min-width: 52px;
    height: 52px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 20px;
}

.sahayog-apply-info h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 6px;
}

.sahayog-apply-info p {
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}



.sahayog-apply-form-box {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 45px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.sahayog-form-heading {
    margin-bottom: 30px;
}

.sahayog-form-heading h3 {
    font-size: 27px;
    font-weight: 700;
    color: #163d2d;
    margin-bottom: 8px;
}

.sahayog-form-heading p {
    margin: 0;
    color: #77817a;
}

.sahayog-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #304b3d;
    margin-bottom: 9px;
}

.sahayog-form-group .form-control,
.sahayog-form-group .form-select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #dce6df;
    border-radius: 10px;
    padding: 12px 16px;
    box-shadow: none;
    color: #4d5b52;
}

.sahayog-form-group textarea.form-control {
    min-height: 120px;
    resize: none;
}

.sahayog-form-group .form-control:focus,
.sahayog-form-group .form-select:focus {
    border-color: #1d7a52;
    box-shadow: 0 0 0 3px rgba(29, 122, 82, 0.08);
}

.sahayog-submit-btn {
    border: none;
    padding: 15px 28px;
    border-radius: 50px;
    background: #176443;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sahayog-submit-btn i {
    margin-left: 10px;
}

.sahayog-submit-btn:hover {
    background: #123f2d;
    transform: translateY(-2px);
}



@media (max-width: 991px) {

    .sahayog-career-hero {
        padding: 90px 0;
    }

    .sahayog-career-content h1 {
        font-size: 45px;
    }

    .sahayog-career-image {
        margin-top: 30px;
    }

    .sahayog-career-experience {
        left: 20px;
    }

    .sahayog-job-heading {
        display: block;
    }

    .sahayog-job-heading p {
        margin-top: 15px;
    }

    .sahayog-apply-content {
        margin-bottom: 20px;
    }
}


@media (max-width: 767px) {

    .sahayog-career-hero {
        padding: 40px 0;
    }

    .sahayog-career-content h1 {
        font-size: 36px;
    }

    .sahayog-career-content p {
        font-size: 15px;
    }

    .sahayog-career-image img {
        height: 380px;
    }

    .sahayog-section-heading h2,
    .sahayog-job-heading h2 {
        font-size: 26px;
    }

    .sahayog-apply-content h2 {
        font-size: 35px;
    }

    .sahayog-apply-form-box {
        padding: 28px 20px;
    }

    .sahayog-join-section,
    .sahayog-job-section,
    .sahayog-apply-section {
        padding: 40px 0px 0px;
        margin: 40px 0px 0px;
    }

    .sahayog-career-experience {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: -30px;
        margin-left: 20px;
        width: fit-content;
    }
}


@media (max-width: 480px) {

    .sahayog-career-content h1 {
        font-size: 30px;
    }

    .sahayog-career-image img {
        height: 300px;
        border-radius: 20px;
    }

    .sahayog-career-image::before {
        border-radius: 20px;
        right: -10px;
        bottom: -10px;
    }

    .sahayog-apply-content h2 {
        font-size: 26px;
    }

    .sahayog-job-card,
    .sahayog-join-card {
        padding: 25px 20px;
    }
}
/*--------------------------------------------------------end--------------------------------------------*/

@media (max-width: 767px){
    .hero.hero-slider-layout .hero-slide {
    height: 550px;
}
}