.hero {
    min-height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0;
    text-align: center;
    background-attachment: fixed;
    justify-content: center;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;

    background-color: #2d909465;
}

.text-hero {
    width: 40%;
    margin: auto;
}

.logo-hero {
    position: relative;
    padding: 20px 0;
    display: inline-block;
}

.logo-hero::before,
.title-center h2::before,
.title-center h2::before {
    content: "";
    animation: spin 1s linear infinite;
    width: 48%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: colorborder 1s linear infinite;
    animation-delay: 0.3s;

    background-color: var(--color-Primary2);
}

.logo-hero::after,
.title-center h2::after,
.title-center h2::after {
    content: "";
    width: 48%;
    height: 3px;
    position: absolute;
    left: 0;
    animation: colorborder 1s linear infinite;
    bottom: 0;
    background-color: var(--color-Primary2);
}

.logo-hero::after,
.logo-hero::before {
    animation: colorborder-w 1s linear infinite;

}

.logo-hero::before {
    animation-delay: 0.3s;

}

@keyframes colorborder {
    0% {
        background-color: var(--color-Primary2);
    }

    50% {
        background-color: var(--color-Primary3);
    }

    100% {
        background-color: var(--color-Primary2);
    }
}

@keyframes colorborder-w {
    0% {
        background-color: var(--color-Primary2);
    }

    50% {
        background-color: var(--color-white);
    }

    100% {
        background-color: var(--color-Primary2);
    }
}

.text-hero h1 {
    color: var(--color-white);
    margin: 25px auto;
    line-height: 1.5;
}

.text-hero p {
    margin-bottom: 25px;
    color: var(--color-white);
}

.counter-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.counter {
    font-size: 25px;
    color: var(--color-Primary2);
}

.counter {
    font-size: 30px;
    font-family: 'font_medium';
    color: var(--color-Primary2);
}

.btns-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ctm-btn2 {
    height: 45px;
    padding: 13px 25px;
    background-color: var(--color-Primary2);
    text-align: center;
    min-width: 150px;
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'font_medium';
    color: var(--color-white);
}

.ctm-btn2:hover {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    transition: all .3s linear;
}

.ctm-btn2 img {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block !important;
    object-fit: contain;
    width: 20px !important;
}

.ctm-btn-w {
    height: 45px;
    padding: 13px 25px;
    background-color: var(--color-white);
    text-align: center;
    min-width: 150px;
    font-size: 13px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'font_medium';
    color: var(--color-Primary1);
}

.ctm-btn-w:hover {
    background-color: var(--color-Primary1) !important;
    color: var(--color-white);
    transition: all .3s linear;
}

.ctm-btn-w img {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block !important;
    object-fit: contain;
    width: 20px !important;
}

.title-center {
    text-align: center;
    margin-bottom: 50px;
}

.title-center h2 {
    padding: 20PX 0;
    font-size: 20px;
    display: inline-block;
    color: var(--color-Primary1);
    position: relative;
}

.text-aboutus-index h2 {
    font-family: 'semiBold';
    font-size: 30px;
    color: var(--color-Primary1);
}

.text-aboutus-index>p {
    margin: 20px 0;

}

.text-aboutus-index ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;

}

.icon-aboutus-index {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid var(--color-Primary5)
}

.text-list-aboutus {
    width: calc(100% - 85px);
}

.text-list-aboutus h3 {
    font-size: 20px;
    color: var(--color-Primary1);
    font-family: 'font_main';
}

.text-list-aboutus p {
    font-size: 15px;
    margin-top: 7px;
    line-height: 1.5;
}

.main-imgs-aboutus {
    display: flex;
    align-items: center;
    gap: 10px;
}

.big-img-aboutus {
    width: 50%;
    height: 500px;
    position: relative;
    padding-bottom: 50px;
}

.big-img-aboutus img {
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-position: center;
}

.num-img-about {
    width: 80%;
    background-color: var(--color-white);
    padding: 25px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px #00000028;
}

.num-img-about span {
    font-size: 35px;
    color: var(--color-Primary1);
}

.num-img-about h3 {
    font-size: 14px;
}

.top-images-about {
    width: 93%;
    position: relative;
    height: 245px;
    margin-bottom: 10px;
}

.top-images-about::after {
    content: "";
    position: absolute;
    left: -36px;
    height: 1px;
    top: 1px;
    transform: rotate(-45deg);
    width: 76px;
    background-color: var(--color-Primary2);
    animation: about-dash2 1.5s linear infinite;

}

.top-images-about::before {
    content: "";
    position: absolute;
    left: -36px;
    height: 1px;
    top: 1px;
    transform: rotate(-25deg);
    width: 76px;
    background-color: var(--color-Primary1);
    animation: about-dash1 1.5s linear infinite;
}

@keyframes about-dash1 {
    0% {
        transform: rotate(-45deg);

    }

    50% {
        transform: rotate(-25deg);

    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes about-dash2 {
    0% {
        transform: rotate(-25deg);

    }

    50% {
        transform: rotate(-45deg);

    }

    100% {
        transform: rotate(-25deg);
    }
}

.top-images-about img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

.last-images-aboutus {
    height: 245px;
    width: 100%;
}

.last-images-aboutus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-center p,
.title-start p {
    width: 50%;
    font-family: 'font_main';
    margin: 20px auto 0;
    font-size: 15px;
}

.program-index {
    background-color: #f5f5f5;
}

.sub-program {
    background-color: var(--color-white);
    border: 1px solid var(--color-Primary5);
    border-radius: 10px !important;
    overflow: hidden;
    transition: all .3s linear;
    margin-top: 15px;
}

.sub-program:hover {
    background-color: var(--color-Primary5);
    transform: translateY(-15px);
}

.img-program {
    height: 250px;
    width: 100%;
}

.img-program img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-program {
    padding: 20px;
    text-align: center;
}

.text-program h2 {
    font-family: 'font_bold';
}

.text-program p {
    height: 120px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}

.text-program p {
    height: 94px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}

.banner-index {
    width: 90%;
    margin: 90px auto;
    padding: 90px 0;
    min-height: 450px;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    z-index: 1;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;

}

.banner-index::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    height: 100%;
    background-image: linear-gradient(to left, #1B5759, #1b57590c);
}

.content-banner h2 {
    font-size: 30px;
    font-family: 'font_bold';
    color: var(--color-white);
}

.content-banner p {
    margin: 25px 0;
    width: 35%;
    color: var(--color-white);
}

.btns-banner-index {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-news {
    border: 1px solid var(--color-Primary5);
    border-radius: 5px;
    margin: 10px 0;
    transition: all .3s linear;
}

.sub-news:hover {
    background-color: var(--color-Primary5);

}

.img-news {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.img-news img {
    width: 100%;
    transition: all .3s linear;
    height: 100%;
    object-fit: cover;
}

.sub-news:hover .img-news img {
    transform: scale(1.2) rotate(5deg);
}

.text-news {
    padding: 20px;
}

.text-news h3 {
    color: var(--color-gray);
    font-size: 14px;
    margin-bottom: 10px;
}

.text-news p {
    color: #374151;

}

.partners-index {
    background-color: #f5f5f5;
}

.sub-partners {
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.sub-partners img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-contactus {
    position: relative;
}

.form-contactus {
    padding: 90px 50px 90px;
    background-color: var(--color-Primary1);
}

.form-contactus .input-form .form-control {
    border-color: transparent;
    background-color: #f5fbff42 !important;
}

.form-contactus .input-form .form-control::placeholder {
    color: var(--color-white);
    transition: all 0.3s linear;
}

.form-contactus .input-form .form-control:focus {
    background-color: var(--color-white) !important;
}

.form-contactus .input-form .form-control:focus::placeholder {
    color: var(--color-Primary1);
}

.form-contactus button {
    background-color: var(--color-white);
    color: var(--color-Primary2);
    border: 1px solid transparent;
}

.form-contactus button:hover {
    background-color: var(--color-Primary2) !important;
    color: var(--color-white);
}

.form-contactus>h2 {
    background-color: var(--color-Primary1);
    position: absolute;
    right: 50px;
    z-index: 1;
    top: 35px;
    font-family: "font_medium";
    font-size: 25px;
    padding: 0 20px;
    color: var(--color-white);
}

.main-contactus-index {
    position: relative;
}

.main-contactus-index::after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    position: absolute;
    width: calc(100% - 12px);
    left: 0;
    opacity: 0.8;
    right: 0;
    height: calc(100% - 103px);
    margin: auto;
    border: 2px solid var(--color-Primary2);
}




/* start style aboutus ==============================
=====================================================
=============================================== */


.sub-vision-about {
    text-align: center;
}

.img-vision-about,
.img-values {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: auto;
}

.sub-vision-about h2,
.title-our-values h2 {
    color: var(--color-Primary1);
    font-size: 20px;
    margin: 25px 0;
    font-family: "font_bold";
}

.sub-vision-about p {
    color: var(--color-gray);
    width: 70%;
    margin: auto;
}

.title-our-values {
    text-align: center;
    margin-bottom: 45px;
}

.main-values {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sub-values {
    text-align: center;
    background-image: linear-gradient(to bottom, #2D9194, #264653);
    border-radius: 5px;
    padding: 35px 20px;
    height: 100%;
    width: calc(100% / 5 - 10px);
}

.sub-values h3 {
    font-family: 'font_medium';
    color: var(--color-white);
    margin-bottom: 15px;
}

.sub-values p {
    color: #ffffffb0;
}

.sub-our-team {
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    height: 400px;
}

.sub-our-team img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}



.sub-our-team::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to top, var(--color-Primary1), #ffffff00);
    height: 50%;
    transition: all .3s linear;
    bottom: 0;
    width: 100%;
    z-index: 0;
    right: 0;
}

.content-our-team {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
    transition: all .3s linear;

    color: var(--color-white);
    width: 100%;
}

.content-our-team p {
    height: 0;
    opacity: 0;
    transform: translateX(-100%);
    color: var(--color-white);
    transition: all .3s linear;
    margin-top: 25px;
    font-size: 16px;
}

.sub-our-team:hover::after {
    background-color: var(--color-Primary1) !important;
    height: 500%;
}

.sub-our-team:hover .content-our-team {
    top: 0;
}

.sub-our-team:hover .content-our-team p {
    height: auto;
    opacity: 1;
    transform: translateX(0%);
}

.sub-organizational {
    border: 1px solid var(--color-Primary5);
    height: 270px;
    gap: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px;
}

.img-organizational {
    height: 76px;
    width: 100px;
}

.img-organizational img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.sub-organizational h2 {
    text-align: center;
    width: 100%
}

.img-details {
    width: 100%;
    max-height: 600px;
}

.img-details img {
    max-height: 600px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-details {
    margin: 15px 0;
}

.text-details p {
    margin: 15px 0;
}

.text-details h2 {
    color: #374151;
    font-family: 'font_bold';
}

.more-details {
    background-color: var(--color-white);
    padding: 15px;
    box-shadow: 0 0 5px #00000028;
    border-radius: 4px;
}

.sub-mero-details {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-Primary5);
    border-radius: 5px;
    overflow: hidden;
    gap: 10px;
    margin: 15px 0;
    transition: all .3s linear;
}

.sub-mero-details:hover {
    background-color: var(--color-Primary5)
}

.img-mero-details {
    width: 40%;
    height: 130px;

    overflow: hidden;
}

.img-mero-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

.sub-mero-details:hover .img-mero-details img {
    transform: scale(1.1) rotate(5deg);
}

.text-mero-details {
    width: calc(60% - 10px);
}

.text-mero-details h2 {
    color: #374151;
    font-size: 16px;
}

.text-mero-details p {
    font-size: 14px;
    width: 90%;
    height: 65px;
    overflow: hidden;
}

.sub-photo-exhibition {
    text-align: center;
    border: 1px solid var(--color-Primary5);
    border-radius: 5px;
    transition: all .3s linear;
}

.sub-photo-exhibition h2 {
    color: #374151;
    padding: 15px;
}

.img-photo-exhibition {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.img-photo-exhibition img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

.sub-photo-exhibition:hover {
    background-color: var(--color-Primary5);

}

.sub-photo-exhibition:hover .img-photo-exhibition img {
    transform: scale(1.1) rotate(5deg);
}

.sub-partners {
    width: 100%;
    height: 200px;
    transition: all .3s linear;
    padding: 25px;
    box-shadow: 0 0 5px #00000028;
    border-radius: 10px;
}

.sub-partners img {
    width: 70%;
    height: 70%;
}

.sub-partners:hover {
    background-color: var(--color-Primary5);
}

.sub-info-contact {
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 25px;
    border-radius: 5px;
    border: 1px solid var(--color-Primary5);
}

.icon-info-contact {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-Primary1);
    height: 75px;
}

.sub-employment {
    background-image: linear-gradient(to right, #2D9194, #264653);
    color: var(--color-white);
    border-radius: 5px;
}

.pd-sub-employment {
    padding: 20px 15px;
    color: var(--color-white);
}

.sub-employment>h2 {
    color: var(--color-white);
    padding: 20px;
    text-align: center;

    border-bottom: 2px solid var(--color-white);
}

.sub-employment ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    margin: 15px;
}

.sub-employment ul li span {
    font-family: 'font_medium';
    flex-wrap: nowrap;
    white-space: nowrap;
    color: var(--color-white);
}

.btn-employment {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.btn-employment a {
    max-width: 45%;
    min-width: 45%;
}



.modal-dialog {
    max-width: 65%;
    margin: 1.75rem auto;
}

#employment-form .form-control {
    height: 50px;
    border-radius: 15px !important;

}

.modal-header .close {
    padding: 0;
    margin: 0;
}

.modal-header {
    color: var(--color-white) !important;
    background-color: var(--color-Primary1);
    border-radius: 0;
}

.modal-header .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-white);
    color: var(--color-Primary1);
    font-size: 25px;
    font-weight: 600;
}

/* Job Details Modal Styling */
#employment-modal-details .modal-dialog {
    max-width: 800px;
}

#employment-modal-details .modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

#employment-modal-details .modal-header {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    border: none;
    padding: 20px 30px;
}

#employment-modal-details .modal-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

#employment-modal-details .modal-body {
    padding: 0;
    background-color: var(--color-white);
}

.details-employment {
    padding: 40px 30px;
}

.details-employment .title-center {
    text-align: center;
    margin-bottom: 30px;
}

.details-employment .title-center h2 {
    color: var(--color-Primary1);
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.details-employment .title-center h2::before,
.details-employment .title-center h2::after {
    display: none;
}

.details-employment-content {
    text-align: right;
}

.details-employment-content>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.details-employment-content>ul>li {
    margin-bottom: 20px;
    padding: 0;
    border: none;
}

.details-employment-content>ul>li>span {
    font-weight: bold;
    color: var(--color-black);
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.details-employment-content>ul>li:not(:first-child):not(:nth-child(2))>span {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--color-black);
}

.details-employment-content>ul>li:not(:first-child):not(:nth-child(2)) {
    margin-bottom: 25px;
}

.details-employment-content>ul>li:first-child,
.details-employment-content>ul>li:nth-child(2) {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.details-employment-content>ul>li:first-child>span,
.details-employment-content>ul>li:nth-child(2)>span {
    font-weight: bold;
    color: var(--color-black);
    margin-left: 10px;
    margin-bottom: 0;
    display: inline;
}

.details-employment-content>ul>li:first-child,
.details-employment-content>ul>li:nth-child(2) {
    color: var(--color-black);
    font-size: 15px;
}

.details-employment-content>ul>li:nth-child(3) {
    color: var(--color-black);
    line-height: 1.6;
    font-size: 15px;
}

.details-employment-content>ul>li:nth-child(4) ul,
.details-employment-content>ul>li:nth-child(5) ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.details-employment-content>ul>li:nth-child(4) ul li,
.details-employment-content>ul>li:nth-child(5) ul li {
    position: relative;
    padding-right: 20px;
    margin-bottom: 8px;
    color: var(--color-black);
    font-size: 15px;
    line-height: 1.5;
}

.details-employment-content>ul>li:nth-child(4) ul li::before,
.details-employment-content>ul>li:nth-child(5) ul li::before {
    content: "•";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-black);
    font-weight: bold;
    font-size: 16px;
}

.details-employment-content .text-center {
    margin-top: 40px;
    padding-top: 20px;
}

.details-employment-content .text-center .ctm-btn {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.details-employment-content .text-center .ctm-btn:hover {
    background-color: var(--color-Primary3);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(45, 145, 148, 0.3);
}

.btn-employment a {
    max-width: 45%;
    min-width: 45%;
    padding: 13px 0;
}



.card-donation{
    border: 1px solid rgba(190, 221, 222, 1) ;
    border-radius: 4px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.card-donation::after{
    content: "";
    width:0%;
    height: 0%;
    background-color: rgba(57, 216, 222, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index:1;
    transition: .5s all ease-in-out;
}
.card-donation:hover::after{
    width: 90%;
    height: 90%;
}

.card-donation img {
    height: 160px;
    position: relative;
    z-index: 2;
}

.card-donation p{
    font-size: 20px;
    color: #374151;
     position: relative;
    z-index: 2;
}


#payNow .modal-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 7px 7px 0 0;
}

#payNow .modal-header .btn-close {
    filter: brightness(0) invert(1);
    margin: 0;
    opacity: 1;
}



.card-donation{
    border: 1px solid rgba(190, 221, 222, 1) ;
    border-radius: 4px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.card-donation::after{
    content: "";
    width:0%;
    height: 0%;
    background-color: rgba(57, 216, 222, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index:1;
    transition: .5s all ease-in-out;
}
.card-donation:hover::after{
    width: 90%;
    height: 90%;
}

.card-donation img {
    height: 160px;
    position: relative;
    z-index: 2;
}

.card-donation p{
    font-size: 20px;
    color: #374151;
     position: relative;
    z-index: 2;
}


#payNow .modal-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 7px 7px 0 0;
}

#payNow .modal-header .btn-close {
    filter: brightness(0) invert(1);
    margin: 0;
    opacity: 1;
}


  .card-donation{
    border: 1px solid rgba(190, 221, 222, 1) ;
    border-radius: 4px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.card-donation::after{
    content: "";
    width:0%;
    height: 0%;
    background-color: rgba(57, 216, 222, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index:1;
    transition: .5s all ease-in-out;
}
.card-donation:hover::after{
    width: 90%;
    height: 90%;
}

.card-donation img {
    height: 160px;
    position: relative;
    z-index: 2;
}

.card-donation p{
    font-size: 20px;
    color: #374151;
     position: relative;
    z-index: 2;
}


#payNow .modal-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 7px 7px 0 0;
}

#payNow .modal-header .btn-close {
    filter: brightness(0) invert(1);
    margin: 0;
    opacity: 1;
}
.icons-fixed {
  position: fixed;

  z-index: 88;
 bottom: 60px;
    left: 20px;
  transform: translateY(-50%);
}
.icons-fixed ul li a {
  position: relative;
  transform: translateX(150%);
  pointer-events: none;
  display: block;
}
.icons-fixed.active ul li a {
  transform: translateX(0%);
  pointer-events: fill;
}

.icons-fixed.active ul li:nth-of-type(1) a {
  transition-delay: 0.4s;
}

.icons-fixed.active ul li:nth-of-type(2) a {
  transition-delay: 0.6s;
}

.icons-fixed.active ul li:nth-of-type(3) a {
  transition-delay: 0.8s;
}

.icons-fixed.active ul li:nth-of-type(4) a {
  transition-delay: 1s;
}
.icons-fixed ul li a span {
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  margin: 10px 6px 10px 0px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  font-size: 24px;
  background: #fff;
  box-shadow: 0 0 8px #cccccce0;
  border-radius: 50%;
}
.icons-fixed ul li a span:hover {
  background-color: var(--color-Primary1);
  color: var(--color-white);
}
.icons-fixed ul li a span i {
  line-height: 0;
}
.icons-fixed ul li a span::before {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.4s ease;
  right: 100%;

  visibility: hidden;
  border: 8px solid transparent;
  border-left-color: var(--color-Primary1);
  top: 16px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  right: 100%;
}

.icons-fixed ul li a span::after {
  content: attr(data-tooltip);
  background: var(--color-Primary1);
  width: 150px;
  font-size: 16px;
  right: calc(100% + 15px);
  padding: 0 10px;
  box-shadow: -5px 2px 8px #cccccce0;
  position: absolute;
  opacity: 0;
  color: var(--color-white);
  transition: all 0.4s ease;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  font-size: 15px;
  min-height: 48px;
}

.icons-fixed ul li a span:hover::after,
.icons-fixed ul li a span:hover::before {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  visibility: visible;
}

.mune-icons-fixed {
  background-color: var(--color-Primary1);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 300px;
  transition: all 0.3s linear;
  text-align: center;
  z-index: 88;
  height: 100vh;
  transform: translateX(-100%);
  left: 0;
  color: var(--color-white);
}

.mune-icons-fixed ul li a {
  color: var(--color-white);
  text-align: center;
  margin: 15px 0;

  display: block;
  font-size: 20px;
}

.mune-icons-fixed ul li {
  transform: translateY(100%);
  transition: all 0.2s linear;
  transition-delay: 0.4s;
  display: block;

  opacity: 0;
}
.mune-icons-fixed {
  transition-delay: 1s;
}
.mune-icons-fixed.active {
  transition-delay: 0.3s;
}
.mune-icons-fixed.active {
  transform: translateX(0%);
}

.mune-icons-fixed.active ul li {
  transform: translateY(0%);
}

.mune-icons-fixed.active ul li:nth-of-type(1) {
  transition-delay: 0.4s;
  opacity: 1;
}

.mune-icons-fixed.active ul li:nth-of-type(2) {
  transition-delay: 0.6s;
  opacity: 1;
}

.mune-icons-fixed.active ul li:nth-of-type(3) {
  transition-delay: 0.8s;
  opacity: 1;
}

.mune-icons-fixed.active ul li:nth-of-type(4) {
  transition-delay: 1s;
  opacity: 1;
}

.mune-icons-fixed.active ul li:nth-of-type(5) {
  transition-delay: 1.2s;
  opacity: 1;
}

.mune-icons-fixed.active ul li:nth-of-type(6) {
  transition-delay: 1.4s;
  opacity: 1;
}

.mune-icons-fixed.active ul li:nth-of-type(7) {
  transition-delay: 1.6s;
  opacity: 1;
}
.mune-icons-fixed.active ul li:nth-of-type(8) {
  transition-delay: 1.8s;
  opacity: 1;
}
.mune-icons-fixed.active ul li:nth-of-type(9) {
  transition-delay: 2s;
  opacity: 1;
}

.btn-whatsapp-pulse {
  background: var(--color-Primary1);
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #fff;
  animation-name: pulse;
  font-size: 25px;
  z-index: 999;
  animation-duration: 1.5s;
  cursor: pointer;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;

  position: relative;
}


.altText{
    position: absolute;
        left: 130%;
    background-color: white;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    box-shadow: 0 0 5px #00000028;
    opacity: 0;
    display: none;
    transition: opacity 0.5s linear;
    transform: translateY(-10px);
}
.altText:after{
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-right-color: white;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}


.btn-whatsapp-pulse:hover .altText{
    display: block;
    opacity: 1;
    transform: translateY(-50%);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #16258429;
  }
  80% {
    box-shadow: 0 0 0 14px #16258466;
  }
}

.btn-whatsapp-pulse-border {
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border:hover {
  color: #fff;

}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 20px;
  border: 5px solid var(--color-Primary1);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 45px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.btn-phone span {
  transform: scale(0);
  position: absolute;
  transition: all 0.3s linear;
}


.employment .row{ row-gap: 20px; }



.sub-employment ul li p{
    color: var(--color-white);
}
