* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: "DMSans-Regular";
}

button:focus {
    outline: 0;
}

@font-face {
    font-family: "BebasNeue-Regular";
    src: url(../fonts/bebas/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: "DMSans-Medium";
    src: url(../fonts/dm/DMSans-Medium.ttf);
}

@font-face {
    font-family: "DMSans-Regular";
    src: url(../fonts/dm/DMSans-Regular.ttf);
}

@font-face {
    font-family: "DMSans-Bold";
    src: url(../fonts/dm/DMSans-Bold.ttf);
}

@font-face {
    font-family: "BebasNeue-Bold";
    src: url(../fonts/bebas/BebasNeue-Bold.otf);
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}


@font-face {
    font-family: "Poppins-SemiBold";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "BebasNeue-Bold";
    src: url(../fonts/bebas/BebasNeue-Bold.otf);
}



.footer-sm-title:hover,
.footer-link:hover {
    color: #fff;
    text-decoration: none;
}

.container {
    max-width: 1304px;
    padding: 0px 15px;
    margin: auto;
    width: 100%;
}

/* .vision-section {
    width: 100%;
    background-image: url(../images/png/vision-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 80px 0px 300px;
    box-shadow: 0 -17px 25.4px 0 rgb(0 0 0 / 10%);
} */
.vision-section {
    width: 100%;
    background-image: linear-gradient(to bottom, white 20%, transparent 80%), url(../images/png/vision-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 80px 0px 260px;
}


.title-wrapper {
    border: 1px solid #1758AD;
    padding: 21px 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 30px;
    max-width: max-content;
    background-color: #fff;
}

.title-wrapper-text {
    color: #000000;
    font-size: 28px;
    line-height: 36px;
    font-family: "DMSans-Medium";
    margin: 0;
}

.vision-para {
    color: #000000;
    font-size: 20px;
    line-height: 45px;
    font-family: "DMSans-Regular";
    margin-bottom: 28px;
}

.vision-inner-card {
    background-color: rgb(252 252 252 / 92%);
    padding: 31px 33px 39px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.vision-card-title {
    color: #000000;
    font-size: 28px;
    line-height: 40px;
    font-family: "DMSans-Bold";
    margin-bottom: 23px;
}

.vision-card-para {
    color: #494949;
    font-size: 20px;
    line-height: 30px;
    font-family: "DMSans-Medium";
    margin-bottom: 30px;
}

.vision-card-para:last-child {
    margin-bottom: 0px;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-main-sticky {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 40px 0;
    z-index: 2;
    /* background-color: rgba(255, 255, 255, 0.15); */
}

.header-main-sticky nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* STICKY STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-main-sticky.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background: #1758ad;
}

.header-main-sticky.is-sticky img {
    max-width: 80%;
}

.header-main-sticky.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* End Header Style *m/

/* start focus section */

.focus-section {
    width: 100%;
    background-image: url(../images/svg/focus-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 150px 0px 130px;
    margin-top: -220px;
    /* animation: move_wave 3s ease-in-out infinite alternate; */
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.section-margin {
    margin: 60px 0px;
}

.center-title-wrapper {
    margin: 0px auto 30px;
}

.page-section-para {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-family: "DMSans-Regular";
    text-align: center;
    margin: 0;
}

.focus-row {
    margin-top: 53px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 16px;
}

.focus-card {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

.foucs-content-main {
    padding: 20px 20px 0px 20px;
    /* background-color: #FFFFFF;
    border-radius: 20px; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 19px;
}

.focus-card-title {
    color: #262626;
    font-size: 20px;
    line-height: 30px;
    font-family: "DMSans-Medium";
    margin-bottom: 0px;
    max-width: 326px;
    width: 100%;
}

.focus-card-title:last-child {
    margin-bottom: 0px;
}

.focus-card-para {
    color: #525252;
    font-size: 12px;
    line-height: 22px;
    font-family: "DMSans-Regular";
    margin-bottom: 0px;
}

.focus-card {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}


/* start partner section  */


.partner-section {
    background-color: #fff;
    padding: 100px 0px 120px;
}

.partner-main {
    /* border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9; */
    margin: 60px 0 0 0 0;
}

.partner-row {
    padding: 31px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 945px;
    row-gap: 20px;
    align-items: center;
    margin: auto;
    width: 100%;
}

.partner-row.footer-row-box {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

/* .partner-main.btm-footer-box {
    border-top: 1px solid #337CDD;
    border-bottom: 1px solid #337CDD;
} */

.partner-row.footer-row-box .partner-card {
    border-right: 1px solid #337CDD;
}

.partner-card {
    display: flex;
    justify-content: center;
    align-items: start;
    border-right: 1px solid #D9D9D9;
    height: 100%;
}

.partner-col:last-child .partner-card {
    border-right: 0;
    /* justify-content: start;
    margin-left: 30px; */
}

.partner-img {
    height: 100%;
    width: 100%;
    max-width: 260px;
    object-fit: contain;
}


/* start footeprint section */

.footprit-section {
    background-image: url(../images/svg/footprint-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 108px 0px 84px;
}

.footprint-wrapper {
    margin-top: -160px;
}

.footprit-main {
    margin-top: 70px;
}

.footprit-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 17px;
    gap: 40px;
}

.footprit-card {
    background-color: rgb(255 255 255 / 60%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 200px;
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footprit-card-title {
    font-size: 40px;
    line-height: 50px;
    font-family: "DMSans-Bold";
    margin-bottom: 13px;
    color: #000000;
    text-align: center;
}

.footprit-card-para {
    font-size: 16px;
    line-height: 22px;
    font-family: "DMSans-Regular";
    margin-bottom: 0px;
    text-align: center;
    color: #4f4f4f;
}

/* start key pillars section  */

.key-pillars-section {
    padding: 80px 0px 100px;
    background-color: #fff;
}

.key-pillars-main {
    padding: 0px 58px;
}

.key-pillars-row {
    margin-top: 53px;
    display: grid;
    row-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}

.key-pillars-card {
    background-color: #EBEBEB;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 23px;
    transform: perspective(750px) translate3d(0px, 0px, -150px) rotateX(20deg) scale(0.9, 0.9);
    border-radius: 20px;
    border: 5px solid #e6e6e6;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    transition: 0.4s ease-in-out transform;
}

.key-pillars-card:hover {
    box-shadow: 0 15px 15.4px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    border: 6px solid #E6E6E6;
    border-color: #D1E8B2;
    transform: translate3d(0px, 0px, -250px);

}

.key-pillars-row .key-pillars-col:nth-child(2) .key-pillars-card:hover {
    border-color: #D8F0FC;
}

.key-pillars-row .key-pillars-col:nth-child(2) .key-pillars-card:hover .key-pillar-icon-bg {
    border: 1px solid #D8F0FC;
}

.key-pillars-row .key-pillars-col:nth-child(2) .key-pillars-card:hover .key-pillar-round {
    background-color: #D8F0FC;
}

.key-pillars-row .key-pillars-col:nth-child(3) .key-pillars-card:hover {
    border-color: #FAD4A5;
}

.key-pillars-row .key-pillars-col:nth-child(3) .key-pillars-card:hover .key-pillar-icon-bg {
    border: 1px solid #FAD4A5;
}

.key-pillars-row .key-pillars-col:nth-child(3) .key-pillars-card:hover .key-pillar-round {
    background-color: #FAD4A5;
}

.key-pillars-row .key-pillars-col:nth-child(4) .key-pillars-card:hover {
    border-color: #D1E8B2;
}

.key-pillars-row .key-pillars-col:nth-child(4) .key-pillars-card:hover .key-pillar-icon-bg {
    border: 1px solid #D1E8B2;
}

.key-pillars-row .key-pillars-col:nth-child(4) .key-pillars-card:hover .key-pillar-round {
    background-color: #D1E8B2;
}

.key-pillars-row .key-pillars-col:nth-child(5) .key-pillars-card:hover {
    border-color: #D8F0FC;
}

.key-pillars-row .key-pillars-col:nth-child(5) .key-pillars-card:hover .key-pillar-icon-bg {
    border: 1px solid #D8F0FC;
}

.key-pillars-row .key-pillars-col:nth-child(5) .key-pillars-card:hover .key-pillar-round {
    background-color: #D8F0FC;
}

.key-pillar-icon-bg {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 82px;
    width: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.key-pillar-icon {
    height: 59px;
    width: 59px;
    object-fit: contain;
}

.key-pillar-round {
    background-color: #5C5C5C;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 8px 14px;
    margin: 21px auto;
    max-width: max-content;
}

.key-pillar-round-text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-family: "Poppins-SemiBold";
}

.key-pillar-title {
    font-family: "BebasNeue-Bold";
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 19px;
    text-align: center;
}

.key-pillar-para {
    font-family: "DMSans-Regular";
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;

}


/* start latest section  */

.latest-section {
    padding: 0px 0px 60px;
    background-color: #fff;
}

.latest-slider-main {
    margin-top: 46px;
}

.latet-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 471px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

.latest-card-img-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 471px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

.latest-card-img-box img {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    width: 100%;
}

.latest-info-icons {
    height: 22px;
    max-width: 22px;
    min-width: 22px;
    object-fit: contain;
}

.latetst-info-box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgb(0 0 0 / 40%);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 21px;
}

.latest-info-row {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    margin-right: 16px;
}

.latest-info-text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-family: "DMSans-Regular";
    margin: 0;
}

.latest-info-content-box {
    backdrop-filter: blur(5px);
    border: 1px solid #2E2E2E;
    padding: 19px 15px;
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -ms-border-radius: 0px 0px 20px 20px;
    -o-border-radius: 0px 0px 20px 20px;
    z-index: 1;
    overflow: hidden;
    transition: height 0.5s ease;
    /* Smooth transition for height change */
    height: 120px;
    /* Initial height */
    max-height: 220px;
    /* Maximum height it can expand to */
}

.expanded {
    height: 220px;
    /* Height when expanded */
}

.latest-info-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.latest-info-content-left-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.latest-card-img {
    max-width: 60px;
    height: 71px;
    object-fit: contain;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.latest-card-title {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    font-family: "DMSans-Bold";
    margin-bottom: 5px;
}

.latest-card-para {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    font-family: "DMSans-Regular";
    margin-bottom: 0px;
}

.latest-info-btn-flex {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.latest-info-btn-flex a {
    text-decoration: none;
}

.register-btn {
    background-color: #78F59E;
    padding: 15px 20px;
    color: #1D1D1D;
    font-size: 17px;
    line-height: 23px;
    font-family: "DMSans-Medium";
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 2px solid #78F59E;
    display: flex;
    align-items: center;
}

/* .more-info-btn:hover {
    background-color: #78F59E;
    color: #000;
} */

.plus-icon {
    margin-left: 54px;
    height: 16px;
    max-width: 16px;
    max-width: 16px;
    object-fit: contain;
}

.more-info-btn {
    background-color: transparent;
    border: 2px solid rgb(255 255 255 / 40%);
    text-align: center;
    padding: 15px 20px;
    color: #FFFFFF;
    font-family: "DMSans-Medium";
    font-size: 17px;
    line-height: 23px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* .latest-slider-main .latest-owl .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.latest-slider-main .latest-owl .owl-dots .owl-dot.active span,
.latest-slider-main .latest-owl .owl-dots .owl-dot:hover span {
    background-color: #FFFFFF;
    height: 12px;
    width: 12px;
}

.latest-slider-main .latest-owl .owl-dots {
    position: absolute;
    right: 4%;
    top: 38%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
} */

.latest-slider-main .latest-owl .owl-nav .owl-next {
    position: absolute;
    right: -2%;
    top: 42%;
    outline: none;
}

.latest-slider-main .latest-owl .owl-nav .owl-prev {
    display: none;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 46px;
    /* padding: 0px 15px; */
    gap: 0px;
}

.footer-row.fixed-social {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    position: fixed;
    flex-direction: column;
    top: 40%;
    right: 0%;
    transform: translate(-50%, -50%);
}

.footer-row.fixed-social .footer-social-ul {
    flex-direction: column;
}

.copy-right-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-family: "DMSans-Regular";
    margin-bottom: 0px;
}

.footer-social-ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-social-li a {
    width: 40px;
    height: 40px;
    background-color: #247AEB;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}


.footer-social-icon {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.footer-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-link {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-family: "DMSans-Regular";
    margin-bottom: 0px;
}

.footer-social-li a .footer-social-icon {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
    filter: invert(1);
}

.footer-social-li a:hover {
    opacity: 1;
}

.footer-social-li a:hover .footer-social-icon {
    color: #fff;
    /* transform: rotateY(360deg); */
    filter: invert(1);
    opacity: 1;
}

.footer-social-li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1758AD;
    transition: .5s;
    z-index: 2;
    opacity: 0.5;
}

.footer-social-li a:hover:before {
    top: 0;
    opacity: 1;
}

.footer-social-li:nth-child(1) a:before {
    background: #1758AD;
}

.footer-social-li:nth-child(2) a:before {
    background: #1758AD;
}

.footer-social-li:nth-child(3) a:before {
    background: #1758AD;
}

.footer-social-li:nth-child(4) a:before {
    background: #1758AD;
}

.unlock-section {
    padding: 10px 0px 165px;
}

.unlock-slider-main {
    margin-top: 60px;
    display: flex;
}

.unlock-title {
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-family: "DMSans-Medium";
    margin-bottom: 44px;
    max-width: 380px;
    width: 100%;
}

.unlock-para {
    color: #000;
    font-size: 20px;
    line-height: 27px;
    font-family: "DMSans-Regular";
    margin-bottom: 0px;
    max-width: 421px;
    width: 100%;
}

.unlock-card-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unlock-img {
    min-width: 205px;
    max-width: 205px;
    height: 373px;
    object-fit: cover;
    border-radius: 100px;
}

.unlock-slider-main .unlock-owl .owl-nav {
    position: absolute;
    bottom: 15%;
}

.unlock-slider-main .unlock-owl .owl-nav .owl-prev,
.unlock-slider-main .unlock-owl .owl-nav .owl-next {
    outline: none;
    margin: 0px 4px;
}

.unlock-slider-main .unlock-owl .owl-nav img {
    height: 60px;
    min-width: 60px;
    object-fit: contain;
}

.unlock-slider-main .unlock-owl .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.unlock-slider-main .unlock-owl .owl-dots .owl-dot.active span,
.unlock-slider-main .unlock-owl .owl-dots .owl-dot:hover span {
    background-color: #000000;
    height: 12px;
    width: 12px;
}

.unlock-slider-main .unlock-owl .owl-dots {
    position: absolute;
    left: 0%;
    top: 0%;
}

.unlock-img-flex {
    display: flex;
    gap: 24px;
    align-items: center;
}

.unlock-img-flex .unlock-img:nth-child(1) {
    min-width: 339px;
    max-width: 339px;
    height: 617px;
    border-radius: 200px;
}

.unlock-img-flex .unlock-img:nth-child(2),
.unlock-img-flex .unlock-img:nth-child(3) {
    opacity: 62%;
}


/* start hero section */

.hero-tab {
    position: relative;
}

.about-us-cont.hero-tab-btn {
    position: absolute;
    width: 100%;
    bottom: 4%;
    /* border-top: 1px solid #cfcfcf; */
}

.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(89.94deg, #1758AD 31.79%, rgba(255, 255, 255, 0) 104.77%), url("../images/png/Main-Slider-1.jpg");
    padding: 47px 0px 100px;
    height: 100vh;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-section.about-hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(89.94deg, #1758AD 31.79%, rgba(255, 255, 255, 0) 104.77%), url("../images/png/Main-Slider-2.jpg");
    padding: 47px 0px 100px;
    height: 100vh;
}

.hero-section.about-hero-banner-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(89.94deg, #1758AD 31.79%, rgba(255, 255, 255, 0) 104.77%), url("../images/png/Main-Slider-3.jpg");
    padding: 47px 0px 100px;
    height: 100vh;
}

.hero-btn-main {
    margin-top: 46px;
}

.about-us-cont.hero-tab-btn .wrapper {
    /* padding: 16px 16px; */
    padding: 0;
}

.hero-btn {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-family: "DMSans-Medium";
    padding: 19px 18px;
    border-radius: 10px;
    background-color: #8dc63f;
    border: 0;
    outline: none;
}

.tab-heading-box {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.hero-title {
    font-size: 65px;
    line-height: 71px;
    font-family: "BebasNeue-Regular";
    color: #F4F1F2;
    margin-bottom: 0px;
    margin-top: 160px;
    max-width: 800px;
    width: 100%;
}

.hero-logo {
    max-width: 244px;
    height: 70px;
    object-fit: contain;
}

.hero-tab-box {
    display: flex;
    gap: 56px;
}

.hero-tab-title {
    font-size: 16px;
    padding: 16px 10px;
    font-family: "DMSans-Bold";
    border-radius: 15px;
    display: block;
    text-align: center;
    /* min-width: 146px; */
    color: #fff;
}

.tab-heading-box .tab-title {
    display: none;
}

.hero-tab-title:hover {
    text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: rgba(217, 217, 217, 0.3) !important;
    color: #fff !important;
    border-radius: 15px; */
    background: transparent;
}

/* a.hero-tab-title.active {
    background-color: rgba(217, 217, 217, 0.3) !important;
    color: #fff !important;
    border-radius: 15px;
} */

ul#pills-tab {
    /* gap: 10px !important; */
    margin-bottom: 0px !important;
}

/* marquee Box */
:root {
    --space: 1em;
}

.marquee-box {
    display: grid;
    align-content: center;
    gap: var(--space);
    width: 100%;
    font-family: "Corben", system-ui, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0px 0px;
}

.marquee {
    --duration: 60s;
    /* --gap: var(--space);
 */
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    /*   transform: skewY(3deg); */
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    /* min-width: 100%; */
    animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee__group img {
    max-width: clamp(10rem, 1rem + 28vmin, 13rem);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
}



.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.focus-col.card {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    border-radius: 40px;
}

.focus-col .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(100%);
    transition: transform 1s ease-in, background-color 0s none, padding 1s ease-in;
}

.focus-col.card:hover .card__overlay .card__header {
    padding: 0;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
}

.focus-col.card:hover .card__overlay {
    transform: translateY(0);
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    transition-duration: 2s;
}

.focus-col .card__header {
    position: relative;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in, padding 0.4s ease-in, background-color 0.4s ease-in;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.focus-col.card:hover .card__header {
    transform: translateY(0);
    background-color: transparent;
}


.about-us-cont .hero-tab-btn li.nav-item {
    position: relative;
}

a.hero-tab-title.active::before {
    /* display: block;
    content: '';
    width: 100%;
    height: 4px;
    position: relative;
    bottom: 34px;
    background: white; */
}




/* Unlock Slider CSS */

.gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 330px;
    position: relative;
}

.gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-wrapper {
    height: unset !important;
}

.chat-bot-main {
    cursor: pointer;
    position: fixed;
    right: 1%;
    bottom: 10%;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 20px;
}

.chat-bot-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    max-width: 200px;
    width: 100%;
    box-shadow: 0px 4px 22.4px rgb(0 0 0 / 25%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chat-bot-image {
    height: 86px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
    object-fit: cover;
}

.chat-bot-content-main {
    padding: 7px 7px 10px;
}

.chat-bot-title {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    font-family: "Poppins-Regular";
    margin: 0px 0px 6px 0px;
    font-weight: 600;
}

.chat-bot-info-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.chat-bot-info-icon {
    height: 14px;
    width: 14px;
    object-fit: contain;
}

.chat-bot-info-box {
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-bot-info-text {
    color: #676363;
    font-size: 10px;
    line-height: 15px;
    font-family: "DMSans-Regular";
    margin: 0;
}


/* Copy */
.top-to-bottom {
    cursor: pointer;
    position: absolute;
    bottom: -3%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 12px 8px;
    border-radius: 30px;
    width: max-content;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    z-index: 999;
}

.footer-img-box {
    position: relative;
}

.follow-us-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    background: #fff;
    width: max-content;
    border-radius: 20px;
    font-size: 15px;
    padding: 8px 32px;
    font-family: "DMSans-Regular";
}

/* .top-to-bottom::after {
    content: '';
    padding: 12px 8px;
    border-radius: 0px 0px 30px 30px;
    height: 56px;
    width: 60px;
    position: absolute;
    left: -9px;
    right: 0;
    background-color: #315fa1;
    z-index: -1;
} */


.email-form-control {
    padding-right: 85px;
}

.header-main.sticky {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffbd;
    filter: blur(.5px);
    top: 10%;
}

/* .header-main{
    width: 100%;
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px); 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: top 0.3s;
} */
.hero-logo-box {
    position: fixed;
    top: 10%;
    z-index: 9;
}

.hero-down-btn {
    position: relative;
}

.hero-down-img {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.hero-left-side {
    background-color: #fff;
    height: 60px;
    border-top-right-radius: 1.5rem;
    margin-top: 8px;
}

.hero-middle-side {
    margin-left: -2px;
}

.hero-middle-side svg {
    width: 54px;
    height: 100%;
    object-fit: cover;
    margin-top: 14px;
}

.hero-right-side {
    background-color: #fff;
    height: 60px;
    border-top-left-radius: 1.5rem;
    margin-top: 8px;
}

.highlight {
    color: #1758AD;
}

.text-container {
    position: relative;
    font-family: "DMSans-Regular";
    font-size: 23px;
    line-height: 45px;  
    text-align: start;
    font-weight: 500;
}

.text-container span {
    color: #000;
    /* Initial color */
    transition: color 0.3s ease-in-out;
    /* Smooth transition */
}

.text-container-two {
    position: relative;
    font-family: "DMSans-Regular";
    font-size: 20px;
    line-height: 30px;
    text-align: start;
    font-weight: 500;
}

.text-container-two span {
    color: #C5C5C5;
    /* Initial color */
    transition: color 0.3s ease-in-out;
    /* Smooth transition */
}

.footprit-col {
    transition: transform 1s;
}

.footprit-col:hover {
    transform: scale(1.2);
    transition: transform 1s;
}

.subscribe-shape-fan {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(36%, -50%);
}

/* .wheel {
    -webkit-animation: spin 50s linear infinite;
    Safari browser
    animation: spin 50s linear infinite;
} */

/* for Safari browser  */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    border: 0;
    outline: 0;
}

.close-btn-box {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}

.close-btn-box a {
    padding: 8px;
}

.close-btn-box img {
    width: 16px;
    height: 16px;
    filter: invert(1);
}

.chat-bot-card.hidden {
    display: none;
    /* Hides the element completely */
}

/* Optional: For a fade-out effect */
.chat-bot-card.hidden {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    /* Optional: Prevents interactions */
}




.latest-slider-main .latest-owl-img .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.latest-slider-main .latest-owl-img .owl-dots .owl-dot.active span,
.latest-slider-main .latest-owl-img .owl-dots .owl-dot:hover span {
    background-color: #FFFFFF;
    height: 12px;
    width: 12px;
}

.latest-slider-main .latest-owl-img .owl-dots {
    position: absolute;
    right: 0;
    bottom: 30%;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    gap: 8px;
    left: 50%;
}

.subscribe-text {
    max-width: 61%;
    margin: 0 auto;
}

.footer-main-title h2 {
    font-family: "DMSans-Bold";
    font-size: 80px;
    color: #fff;
    text-align: center;
    margin: 0px 0px;
}

.footer-logo-descr {
    font-size: 16px;
    line-height: 26px;
    font-family: "DMSans-Regular";
    color: #fff;
}

.partner-col {
    height: 100%;
}

.text-lt-blue {
    color: #8BBDFF !important;
}

.partner-card.footer-mail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-left: 26px;
}

.footer-mail-link {
    margin-bottom: 16px;
}

.footer-mail-link a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.footer-mail-link a:hover {
    color: #fff;
}

.footer-mail-link .footer-lg-title {
    font-size: 16px;
    font-weight: 500;
}

.font-md {
    font-size: 16px;
}


.tab-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.nav-link .tab-icon img {
    transition: transform 0.3s ease;
    transform: scale(1);
    /* Normal size */
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.nav-link.active .tab-icon img {
    transition: transform 0.3s ease;
    /* transform: scale(1.2); */
    /* Zoom in effect */
    height: 100%;
    width: 100%;
    border-radius: 50%;
    filter: brightness(0) invert(1);
}


/* New Card Design Animation */
.news-card {
    position: relative;
    height: 12rem;
    overflow: hidden;
    flex: 1;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius: 19px;
    transition: transform 2s ease-out;
}

@media (min-width: 900px) {

    .news-card {
        height: 14rem;
    }
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
    z-index: 0;
}


.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    color: white;
    background-color: #fff;
    transition: background-color 3s ease;
    min-height: 88px;
    max-width: 100%;
    margin: 16px;
    border-radius: 20px;
}

.news-card__title {
    transition: color 1.5s ease;
    color: #262626;
    font-size: 20px;
    line-height: 28px;
    font-family: "DMSans-Bold";
    margin-bottom: 0px;
    max-width: 326px;
    width: 100%;
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    /* transition: max-height 1s ease, opacity 0.5s ease; */
    transition: transform 2s ease-out;
}

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
        max-height: 20rem;
        opacity: 1;
    }

    .news-card:hover .news-card__text-wrapper {
        background-color: #fff;
    }

    .news-card:hover .news-card__title {
        color: #262626;
    }

    .news-card:hover .news-card__image {
        /* transform: scale(1.2); */
        z-index: -1;
    }
}

.news-card__excerpt {
    color: #525252;
    font-size: 12px;
    line-height: 22px;
    font-family: "DMSans-Regular";
    margin-bottom: 0px;
}

.key-pillars-card.green,
.key-pillars-card.green:hover {
    background-color: #D1E8B2;
}

.key-pillars-card.green:hover .key-pillar-round {
    background-color: #5C5C5C !important;
}

.key-pillars-card.blue,
.key-pillars-card.blue:hover {
    background-color: #D8F0FC;
}

.key-pillars-card.blue:hover .key-pillar-round {
    background-color: #5C5C5C !important;
}

.key-pillars-card.orange,
.key-pillars-card.orange:hover {
    background-color: #FAD4A5;
}

.key-pillars-card.orange:hover .key-pillar-round {
    background-color: #5C5C5C !important;
}

/* End New Card Design Animation */

.footer-main-title {
    position: absolute;
    /* width: 100%; */
    bottom: -20.4em;
    right: 0;
}

.strategy-title-wrapper{
    margin-bottom: 60px;
}
.stats-cont-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    column-gap: 47px;
    row-gap: 55px;
}

.stats-cont-detail {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.stats-cont {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.stats-cont h4 {
    margin-bottom: 0;
    font-family: "BebasNeue-Bold";
}

.stats-cont-detail .footprit-card-para{
    text-align: start;
}

.stats-cont-icon{
    height: 40px;
    width: 100%;
}
.stats-cont-icon img{
    width: 100%;
    height: 100%;    
}

.content-wrapper{
    margin: 0 100px;
}