.heading {
    display: block;
    position: relative;
    font-size: 2.313rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4rem;

    color: #0b2349;
    background: linear-gradient(19deg, #21d4fd 0%, #a960ee, #ffcb57 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* opacity: .001;
    transform: translateY(20px); */

}

.heading:hover {
    /* transition: transform 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);
    transform: translateY(0);
    opacity: .999; */
}

/* .heading:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #158567;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */
/* heading::after {
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */


/* --- showcase --- */
.showcase .banner-swiper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 2;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

/* .showcase .banner-swiper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url('../images/banner/home/arsha-office-building.jpg') no-repeat center center/cover;
} */
/* .showcase .banner-swiper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    ---background: rgba(0, 0, 0, 0.6);
    -----box-shadow: inset 120px 100px 250px #000000, inset -120px -100px 250px #000000;
    ----background: linear-gradient(to right, rgba(10,0,178,.6), rgba(255,252,0,.6));
    ----background: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,.7));
    -----background: linear-gradient(to right, var(--secondary-color), transparent);
    ------background: linear-gradient(to right, var(--primary-color), transparent);
    -----background: #03a9f4; mix-blend-mode: overlay;
} */

.showcase .banner-swiper .banner-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    /* -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 50%, transparent 100%); */

    /* -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); */

    /* background: linear-gradient(rgba(0, 0, 0, 0.4), transparent); */

    background: linear-gradient(60deg, rgba(0, 0, 0, 0.2) 10%, transparent 100%);
}



/* .showcase .swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
} */
.showcase .banner-swiper .banner-img {
    height: 70vh;
    background-size: cover;
    /* background-position: top center; */
    background-repeat: no-repeat;
    /* background-img-brightness: 0.45; background-img-saturate: 1.25; */
    object-fit: cover;
    /* decrease brightness to improve text contrast */
    /* filter: 
      brightness(var(--background-img-brightness)) 
      saturate(var(--background-img-saturate)); */
}

.showcase .banner-swiper .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.showcase .banner-swiper .banner-content .row {
    height: 100%;
    align-content: center;
    justify-content: space-between;
    gap: 2.5rem;
}


.showcase .banner-swiper .right {
    align-self: center;
    flex-basis: fit-content;
    margin: 0 0 0 auto;
}

.showcase .banner-swiper p {
    font-size: 2.313rem;
    line-height: 1;
    margin-bottom: 1.75rem;
}

.showcase .banner-swiper h2,
.showcase .banner-swiper p {
    color: #fff;
    /* text-shadow: 1px 1px 1px #000, 3px 3px 5px rgba(0, 0, 0, 0.15); */
    text-shadow: 2px 2px 6px #000000a3;
}



.showcase .banner-swiper .box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1rem;
    align-items: center;
    justify-items: end;
}

.showcase .banner-swiper .box {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 1.875rem;
    padding: .5rem;
    cursor: pointer;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: #434343;
    /* background: radial-gradient(#9c6ca6, rgba(0, 0, 0, .3)); */
    /* box-shadow: 0 1px 2px rgb(66 66 66 / 30%), 0 1px 4px rgb(66 66 66 / 25%); */
    transition: 600ms ease-in-out;
}

.showcase .banner-swiper .box:hover {
    background-color: #c3e3fa;
    box-shadow: none;
    border: 1px solid #51bdeb;
}

.showcase .banner-swiper .box.b1 {
    background: var(--g-green);
}

.showcase .banner-swiper .box.b2 {
    background: var(--g-yellow);
}

.showcase .banner-swiper .box.b3 {
    background: var(--g-blue);
}

.showcase .banner-swiper .box.b4 {
    background: var(--g-red);
}

.showcase .banner-swiper .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-position: center;
    opacity: .5;
    /* mix-blend-mode: overlay; */
}

.showcase .banner-swiper .box h4 {
    color: #fff;
    font-weight: bold;
    word-break: break-all;
    position: relative;
    z-index: 2;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
    text-shadow: 1px 1px 0 rgb(0 0 0 / 30%);
}







/* -------------------- end showcase / banner ------------- */





/* --- services & activites --- */
section.services-activities {
    position: relative;
}

section.services-activities:before {
    content: "";
    position: absolute;
    top: -5rem;
    left: -10rem;
    background-color: #8d92a0;
    background: url('../images/svg/shape-1.svg') no-repeat left top;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
}

section.services-activities .swiper {
    position: relative;
    padding: .5rem;
}

section.services-activities .swiper:hover .swiper-btn-prev,
section.services-activities .swiper:hover .swiper-btn-next {
    opacity: 1;
    transform: scale(1);
}

section.services-activities .swiper .swiper-btn-prev,
section.services-activities .swiper .swiper-btn-next {
    position: absolute;
    width: 3.05882rem;
    height: 3.05882rem;
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 45%;
    cursor: pointer;
    transform: scale(.8);
    opacity: 0;
    transition: transform 0.5s ease-in, opacity 0.7s cubic-bezier(0.15, 0, 0.2, 1) 0.1s;
}

section.services-activities .swiper .swiper-btn-prev {
    left: 1rem;
}

section.services-activities .swiper .swiper-btn-next {
    right: 1rem;
}

section.services-activities .swiper .swiper-btn-prev svg,
section.services-activities .swiper .swiper-btn-next svg {
    height: 3.5rem;
    width: 3.5rem;
}

section.services-activities .swiper .swiper-btn-prev.swiper-button-disabled,
section.services-activities .swiper .swiper-btn-next.swiper-button-disabled {
    opacity: 0;
    cursor: unset;
}

section.services-activities .row {
    display: flex;
    /* gap: 1rem; */
    flex-wrap: nowrap;
    justify-content: flex-start;
    /* padding: 0 5%;
    overflow: hidden;
    overflow-x: auto; */
}

section.services-activities .row .col {
    /* padding-right: 3.5rem; */
}

section.services-activities .row .col .card {
    /* flex: 0 0 auto; */
    border-radius: 1.25rem;
}




/* --- latest events & news --- */
section.latest-events {
    background: var(--light-color);
}

section.latest-events .container.grid {
    grid-gap: 5.5rem;
    align-items: flex-start;
}

section.latest-events .left .tabs-content li a {
    display: grid;
    grid-template-columns: 5rem auto;
    align-items: center;
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
    background: #fff;
    border: 2px solid #fff;
    margin-bottom: .5rem;
    border-radius: .5rem;
    transition: border .2s;
}

section.latest-events .left .tabs-content li a:hover {
    border: 2px solid var(--primary-color);
}

section.latest-events .left .tabs-content li a .date {
    position: relative;
    border-radius: .25rem;
    text-align: center;
    font-weight: 600;
    margin-right: 1rem;
    overflow: hidden;
}

section.latest-events .left .tabs-content li a .date .month {
    background: var(--g-yellow);
    font-size: 0.75rem;
    padding: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}

section.latest-events .left .tabs-content li a .date .day {
    color: var(--highlight);
    background: var(--g-border-color);
    font-size: 1.75rem;
}

section.latest-events .left .show-all {
    display: block;
    text-align: right;
    font-size: .75rem;
    color: var(--light-text-color);
    margin-top: .7rem;
}

section.latest-events .left .show-all:hover {
    color: var(--primary-color);
}

/* section.latest-events .left .tabs-content li a .date::before{
    content: '';
    position: absolute;
    background: url('../images/svg/bx-calendar.svg') no-repeat center center;
    width: 1.2em; height: 1.2em;
    left:0; top: 1px;
    background-size: 100%;
} */
/* section.latest-events .left .tabs-content li:not(:last-child){
    border-bottom: 1px solid #ccc;
} */

section.latest-events .right {
    border-radius: 1.25rem;
    overflow: hidden;
}
section.latest-events .right .square-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-gap: 2px;
    max-width: 500px;
}
section.latest-events .right .square {
    position: relative;
    aspect-ratio: 1/1;
    /* overflow: auto; */
}
section.latest-events .right .square .content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
section.latest-events .right .square .content.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
}
section.latest-events .right .square:nth-child(1) .content {
    background: var(--g-green);
    background: radial-gradient(#fff, var(--g-green));
}
section.latest-events .right .square:nth-child(4) .content {
    background: var(--g-yellow);
    background: radial-gradient(#fff, var(--g-yellow));
}
section.latest-events .right .square .content img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
section.latest-events .right .square .content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* section.latest-events .right .img-banner a:not(:last-child){
    display: block;
    padding-bottom: 1.5rem;
}
section.latest-events .right .img-banner img{
    border-radius: 0.25rem;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
section.latest-events .right .img-banner h3{
    text-align: center;
    margin: .5rem 0;
    font-size: .875rem;
    font-weight: 500;
} */


/* --------------------- */
section.team-members {
    position: relative;
}

section.team-members:before {
    content: "";
    position: absolute;
    top: 20px;
    background-color: #fff;
    background: url('../images/svg/shape-1.svg') no-repeat right bottom;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
}

section.team-members .container.grid {
    grid-gap: 5.5rem;
    grid-template-columns: 45% auto;
    align-items: start;
}


section.team-members .team-members-swiper {
    width: 100%;
}

section.team-members .team-member {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

section.team-members .team-member img {
    max-width: 160px;
    padding: 2px;
    margin: 0 auto 14px auto;
    border-radius: 50%;
    background: linear-gradient(to right, #f8ab5e 0, #f36961 20%, #a176c8 40%, #759beb 60%, #65beb3 80%, #70db96 100%);
}

section.team-members .team-member .t-m-blob {
    max-width: 180px;
    margin: 0 auto 14px auto;
}

section.team-members .team-member .t-m-blob .t-m-blob-img {
    width: 100%;
}

section.team-members .team-member blockquote {
    border: 0;
    padding: 5px;
    position: relative;
    font-style: italic;
    width: 60%;
    margin: auto;
    margin-top: 10px;
}

section.team-members .team-member .author-desc .name {
    font-weight: 600;
    margin-top: .6rem;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
}

section.team-members .team-member .author-desc .designation {
    color: var(--light-text-color);
    text-align: center;
}

.team-member blockquote::before {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%235066dc" d="M3.691 6.292C5.094 4.771 7.217 4 10 4h1v2.819l-.804.161c-1.37.274-2.323.813-2.833 1.604A2.902 2.902 0 0 0 6.925 10H10a1 1 0 0 1 1 1v7c0 1.103-.897 2-2 2H3a1 1 0 0 1-1-1v-5l.003-2.919c-.009-.111-.199-2.741 1.688-4.789zM20 20h-6a1 1 0 0 1-1-1v-5l.003-2.919c-.009-.111-.199-2.741 1.688-4.789C16.094 4.771 18.217 4 21 4h1v2.819l-.804.161c-1.37.274-2.323.813-2.833 1.604A2.902 2.902 0 0 0 17.925 10H21a1 1 0 0 1 1 1v7c0 1.103-.897 2-2 2z"/></svg>') left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 2.75rem;
    height: 2.75rem;
    position: absolute;
    top: calc(0.875rem * 1.3 * -1.2);
    left: -1.75rem;
}


section.team-members .thumbnail .thumb-link {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.813rem;
    height: 100%;
}

section.team-members .thumb-link:not(:last-child) {
    margin-bottom: 3.375rem;
}

section.team-members .thumb-link img {
    width: 8.875rem;
    overflow: hidden;
    object-fit: cover;
    transition: 0.4s all;
}

section.team-members .thumb-link h2 {
    background-image: linear-gradient(to right, #f8ab5e 0, #f36961 20%, #a176c8 40%, #759beb 60%, #65beb3 80%, #70db96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 1.313rem;
    margin-bottom: 0.5rem;
    border-image: linear-gradient(90deg, var(--primary-color), #fff) 1;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.3rem;
    transition: all ease-in-out .4s;
}

section.team-members .thumbnail a:hover h2 {
    margin-left: .2rem;
}

section.team-members .thumbnail a:hover img {
    filter: grayscale(100%);
}












/* ------------------- web-links---------------------- */
section.web-links {
    margin: 2.5rem 0;
}

section.web-links .container {
    overflow: hidden;
}

section.web-links a {
    display: block;
    width: 10.5rem;
    padding: 0 .5rem;
    margin: 0 auto;
    opacity: .5;
    filter: grayscale(100%);
    transition: all ease-in-out .4s;
}

section.web-links a:hover {
    opacity: 1;
    filter: none;
}

section.web-links a img {
    object-fit: contain;
}



/* -------- bottom -------- */
section.bottom {
    background-image: url(data:image/png;base64,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);
    background-color: #000;
    color: var(--g-body-text);
}

section.bottom .bottom-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    justify-content: start;
    align-items: start;
    height: 100%;
    font-size: 0.875rem;
    border-bottom: 1px solid #000;
}

section.bottom .bottom-cols>ul {
    display: flex;
    flex-direction: column;
}

section.bottom .bottom-cols h3 {
    font-size: 1.313rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

section.bottom .bottom-cols a {
    color: var(--g-body-text);
    font-size: 0.875rem;
    line-height: 1.9;
    transition: color 0.4s;
}

section.bottom .bottom-cols a:hover {
    color: var(--primary-color);
}

section.bottom .bottom-cols li.more {
    display: inline-flex;
    align-items: center;
    margin-top: 0.75rem;
}

section.bottom .social {
    margin-top: .75rem;
}

section.bottom .social li:not(:last-child) {
    margin-right: .5rem;
}

section.bottom .social li {
    display: inline-block;
    transform: scale(1);
    transition: 0.5s;
}

section.bottom .social li:hover {
    transform: scale(1) translateY(-5px);
}

section.bottom .public-utilities li a {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

section.bottom .public-utilities li:not(.more) a:before {
    content: "";
    position: absolute;
    left: 10px;
    /* right: 25px; */
    right: 0px;
    top: 50%;
    border-bottom: 1px solid var(--g-body-text);
}

section.bottom .public-utilities li a span {
    background-image: url(data:image/png;base64,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);
    background-color: #000;
    position: relative;
    padding-right: .5rem;
}

section.bottom .public-utilities li a div {
    border-radius: 10px;
    background: var(--primary-color);
    min-width: 20px;
    /* height: 20px; */
    color: var(--g-bg-color);
    display: inline-block;
    vertical-align: baseline;
    line-height: .75rem;
    text-align: center;
    font-size: .75rem;
    font-weight: 600;
    padding: 0.25em 0.6em;
    z-index: 1;
}





@media screen and (max-width: 1060px) {
    .showcase .banner-swiper .banner-img {
        height: 60vh;
    }

    .showcase .row .col-2 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .showcase .row .col-2.right {
        display: none;
    }

    .showcase .banner-swiper .banner-content {
        text-align: center;
        padding: 0 2rem;
    }

    .showcase .banner-swiper .banner-content p {
        font-size: 1.95rem;
    }
}

@media screen and (max-width: 768px) {
    .showcase .banner-swiper .banner-img {
        height: 50vh;
    }

    .showcase .row .col-2 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .showcase .row .col-2.right {
        display: none;
    }

    .showcase .banner-swiper .banner-content {
        text-align: center;
        padding: 0 2rem;
    }

    .showcase .banner-swiper .banner-content p {
        font-size: 1.65rem;
    }
}

@media screen and (max-width: 576px) {
    .showcase .banner-swiper .banner-img {height: 40vh;}

    .showcase .row .col-2 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .showcase .row .col-2.right {
        display: none;
    }

    .showcase .banner-swiper .banner-content {
        text-align: center;
        padding: 0 2rem;
    }

    .showcase .banner-swiper .banner-content p {font-size: 1.35rem;}

    .heading{font-size: 1.75rem;}
    .tabs-label{font-size: 1rem;}
}
