@font-face {
    font-family: 'Rustic Roadway';
    src: url('../fonts/rustic-roadway/RusticRoadwayPersonaluse.eot');
    src: url('../fonts/rustic-roadway/RusticRoadwayPersonaluse.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rustic-roadway/RusticRoadwayPersonaluse.woff2') format('woff2'),
        url('../fonts/rustic-roadway/RusticRoadwayPersonaluse.woff') format('woff'),
        url('../fonts/rustic-roadway/RusticRoadwayPersonaluse.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.heading-radient-wrapper {
    max-width: 360px;
}

.section-heading-cta-wrapper {
    margin-bottom: 30px;
}

.hero-slider .slick-list,
.hero-slider .slick-track {
    width: 100% !important;
}

.drukgreen-hero-section.about-hero .hero-content {
    align-items: center;
}

.page-header-bottom {
    width: 100%;
    position: sticky;
    top: 0;
    height: 60px;
    z-index: 100;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    /* border-top: 1px solid #E0E0E0; */
    transition: top 0.3s ease;
}



.page-header-bottom .drukgreen-container {
    height: 100%;
}

.header-bottom-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.header-bottom-page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 0 20px;
    min-width: max-content;
}

.header-bottom-page-nav li a {
    color: #292929;
    text-transform: capitalize;
    text-wrap: nowrap;
    transition: all 0.6s ease;
}

.header-bottom-page-nav li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #292929;
}

#menu-secondary-menu .menu-item.active>a {
    color: #121212;
    font-weight: 500;
}

.header-bottom-page-nav li::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #E0E0E0;
    border-radius: 50%;
}

.ham-box.active .page-header-bottom {
    display: none;
}

.drukgreen-hero-section .hero-overlay {
    background: #00000046;
}

.slick-dots li:only-child {
    display: none;
}

.about-stick-section {
    width: 75%;
    position: sticky;
    top: 0;
    background-color: transparent;
}

.about-sticky-wrapper {
    width: 80%;
    background-color: #FFFFFF;
    height: 100%;
    padding-left: 57px;
    padding-right: 40px;
}

.about-stick-section .drukgreen-container {
    max-width: 100%;
}

.about-stick-section .heading-radient-wrapper {
    max-width: 520px;
}

.about-hero {
    position: sticky;
    top: 0;
}

.about-content-wrap,
.about-content-wrap .drukgreen-para-primary {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-content-wrap .drukgreen-para-primary {
    margin-top: 0;
}

.vision-section {
    position: relative;
    background-color: #F9F9F9;
}

.vision-section .heading-radient-wrapper {
    max-width: 500px;
}

.vision-box-wrapper {
    height: 520px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
}

.vision-box-img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.vision-box-img-thumb {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.vision-box-img-thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(182.87deg, rgba(11, 145, 70, 0.7) 1.09%, rgba(11, 145, 70, 0) 85.93%);
    transform: rotate(180deg);
}

.vision-box-img-thumb:nth-of-type(even)::after {
    background: linear-gradient(182.87deg, rgba(36, 63, 128, 0.7) 1.09%, rgba(36, 63, 128, 0) 85.93%);
}

.vision-box-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-box-content-wrapper {
    position: relative;
    z-index: 3;
    max-width: 55%;
}

.vision-content-wrap {
    display: none;
}

.vision-content-wrap.active {
    display: block;
}

.vision-content-heading {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff33;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
}

.vision-para-wrapper {
    max-height: 300px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    direction: rtl;
    align-items: flex-end;
    overflow-x: hidden;
}

.vision-para-wrapper ul {
    padding-left: 10px;
    margin-left: 20px;
}

.vision-para-wrapper ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.vision-para-wrapper>* {
    direction: ltr;
}

.vision-para-wrapper::-webkit-scrollbar {
    width: 3px;
}

.vision-para-wrapper::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 1px;
}

.vision-para-wrapper::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
    width: 2px;
}

.vision-para-wrapper::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    opacity: 0.85;
}

.vision-content-para {
    max-width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
}

.vision-box-img-thumb {
    display: none;
}

.vision-box-img-thumb.active {
    display: block;
}

.vision-box-tab-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    min-width: 240px;
    height: 100%;
    justify-content: center;
}

.vision-box-tab-wrapper::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

.vision-box-tab {
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFFB2;
    text-align: end;
    color: #FFFFFFB2;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.vision-box-tab:first-child {
    padding-top: 0;
}

.vision-box-tab.active {
    color: #ffffff;
    border-color: #ffffff;
}

.about-core-section {
    background-color: #ffffff;
    position: relative;
}

.about-core-para-wrap {
    display: flex;
    gap: 50px;
}

.about-core-mask-para {
    max-width: 50%;
}

.about-core-mask-para p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #40404099;
}

.about-core-mask-para p span {
    color: #404040;
}

.core-quotes-para {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    padding-left: 120px;
}

.core-quotes-para svg {
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.core-quotes-para p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #404040;
}

.core-quotes-para p span {
    font-weight: 600;
    background-image: linear-gradient(90deg, #0B9146 0%, #243F80 93.86%);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.quotes-para-wrapper {
    max-width: 600px;
}

.core-timeline-box {
    margin-top: 60px;
    padding: 0 30px;
}

.core-timeline {
    position: relative;
}

.core-timeline::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 87%;
    background-color: #DFDFE3;
}

.core-timeline-card {
    position: relative;
    background-color: #F9F9F9;
    width: 45%;
    border-radius: 20px;
}

.core-timeline-card:nth-child(even) {
    margin-left: auto;
}

.core-timeline-wrapper {
    width: 100%;
    display: flex;
    position: relative;
}

.timelien-card-number {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0B9146;
    font-weight: 300;
    font-size: 14px;
}

.timeline-name-mask {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #40404033;
    font-size: 94px;
    font-weight: 400;
    border-right: 1px solid #E7E7EA;
}

.timeline-info-wrap {
    padding: 40px 30px;
}

.timeline-card-heading {
    font-weight: 500;
    font-size: 18px;
    color: #404040;
    line-height: 1;
    margin-bottom: 15px;
}

.timeline-card-para {
    font-size: 16px;
    line-height: 1.4;
    color: #707070;
    font-weight: 400;
}

.core-timeline-card::after {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #F9F9F9;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%) rotate(45deg);
}

.core-timeline-card:nth-child(even)::after {
    left: -8px;
    right: auto;
}

.core-timeline-card::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #B5B5B9;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: -13%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.core-timeline-card:nth-child(even)::before {
    left: -11%;
    right: auto;
}

.core-timeline-card.active::before {
    background-color: #0B9146;
    border-color: #0B9146;
}

.deliever-section {
    position: relative;
    overflow-y: hidden;
}

.deliever-section .heading-radient-wrapper {
    max-width: 600px;
}

.deliever-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.deliever-section .drukgreen-container {
    position: relative;
    z-index: 3;
}

.deliever-tab-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 70px;
    min-height: 130px;
}

.deliever-tab-line {
    width: 20px;
    background-color: #E5E5E533;
    height: 1px;
}

.deliever-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 200;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFFFFF;
    transition: all 0.6s ease;
}

.deliever-tab.active .deliever-tab-line {
    width: 35px;
    background-color: #E5E5E5;
}

.deliever-tab.active {
    font-weight: 500;
    font-size: 16px;
}

.deliever-card-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-end;
    gap: 20px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: 280px;
}

.deliever-card-slider::-webkit-scrollbar {
    display: none;
}

.deliever-card {
    background: linear-gradient(148.05deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(42px);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: padding 0.6s ease;
}

.deliever-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background:
        radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.7) 0%, #0C4876 67.71%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(339.16deg, #FFFFFF 1.98%, #FFFFFF 2.98%, rgba(255, 255, 255, 0) 50%),
        linear-gradient(200.29deg, #53555E 0.88%, rgba(255, 255, 255, 0) 49.44%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.deliever-card.active .card-toggle-content {
    max-width: 95%;
}

.card-toggle-heading {
    color: #FFFFFFCC;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    transition: color 0.6s ease;
}

.card-toggle-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFFCC;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height 0.6s ease, opacity 0.6s ease, margin-top 0.6s ease;
}

.card-toggle-number {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.deliever-card.active {
    cursor: default;
    padding: 40px 20px;
}

.deliever-card.active .card-toggle-para {
    max-height: 300px;
    opacity: 1;
    margin-top: 10px;
}

.deliever-card.active .card-toggle-number {
    opacity: 1;
}

.deliever-card.active .card-toggle-heading {
    color: #fff;
}

.leadership-section {
    position: relative;
    background-color: #F9F9F9;
}

.leadership-section .heading-radient-wrapper {
    max-width: 420px;
}

.leadership-tab-list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.leadership-tab.active {
    color: #292929;
    font-weight: 500;
}

.leadership-tab {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-wrap: nowrap;
    cursor: pointer;
}

.leadership-tab span {
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 30px;
}

.leadership-tab:last-child span {
    padding-right: 0;
}

.leadership-tab.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 1.5px;
    background-color: #292929;
}

.leadership-grid {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.leadership-grid.active {
    display: grid;
}

.leadership-grid-card {
    background-color: #fff;
    border-radius: 16px;
}

.card-profile-img-thumb {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 30px auto;
    background-color: #EAEAEA;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
}

.card-profile-img-thumb img {
    object-fit: cover;
}

.profile-card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card-profile-name {
    font-size: 18px;
    font-weight: 500;
    color: #292929;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.card-profile-designation {
    width: 230px;
    font-weight: 400;
    font-size: 14px;
    color: #686868;
    text-align: center;
    text-transform: capitalize;
}

.grid-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-top: 1px solid #EAEAEA;
}

.grid-footer-name {
    font-size: 14px;
    color: #292929;
    font-weight: 400;
    font-family: "Rustic Roadway";
}

.grid-footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.grid-footer-logo {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
}

.leadership-section .section-heading-cta-wrapper {
    align-items: center;
}

@media (min-width:1919px) {
    .header-bottom-page-nav li {
        font-size: 19px;
    }

    .core-timeline-card::before {
        right: -12.7%;
    }

    .timeline-info-wrap {
        padding: 50px 30px;
    }

    .deliever-tab {
        font-size: 19px;
    }

    .deliever-tab.active {
        font-size: 21px;
    }

    .card-toggle-heading {
        font-size: 21px;
    }

    .card-toggle-para {
        font-size: 19px;
    }

    .card-toggle-number {
        font-size: 16px;
    }

    .deliever-card.active {
        padding: 50px 20px;
    }

    .card-profile-img-thumb {
        width: 260px;
        height: 260px;
    }

    .card-profile-name {
        font-size: 24px;
    }

    .card-profile-designation,
    .grid-footer-name {
        font-size: 19px;
    }

    .grid-footer-logo {
        width: 50px;
        height: 50px;
    }

    .leadership-tab span {
        font-size: 21px;
    }

    .deliever-card-slider {
        min-height: 320px;
    }

    .page-header-bottom {
        border-top: none;
    }

    .deliever-tab-list {
        min-height: 145px;
    }
}

@media(max-width: 1399px) {
    .core-timeline-card::before {
        right: -13.3%;
    }

    .core-timeline-card:nth-child(even)::before {
        left: -11%;
    }

    .deliever-card-slider {
        min-height: 340px;
    }
}

@media(max-width: 1244px) {
    .core-timeline-card::before {
        right: -13.7%;
    }

    .leadership-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .core-timeline-box {
        padding: 0;
    }

    .deliever-card {
        min-width: 315px;
    }
}

@media(max-width: 991px) {
    .header-bottom-wrapper {
        justify-content: unset;
    }

    .header-bottom-page-nav {
        padding: 0;
    }

    .about-hero,
    .about-stick-section {
        position: relative;
        width: 100%;
    }

    .about-sticky-wrapper {
        width: 100%;
    }

    .hero-banner-discover-card {
        display: none;
    }

    .about-hero .hero-para-wrap {
        margin-bottom: 0;
    }

    .vision-box-wrapper {
        padding: 30px;
    }

    .about-core-para-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .about-core-mask-para {
        max-width: 100%;
    }

    .core-timeline-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .core-timeline-card:last-child {
        margin-bottom: 0;
    }

    .core-timeline {
        padding-left: 30px;
    }

    .core-timeline::after {
        left: 0;
        height: 100%;
    }

    .core-timeline-card:nth-child(even)::after,
    .core-timeline-card::after {
        left: -8px;
        right: auto;
    }

    .core-timeline-card::before,
    .core-timeline-card:nth-child(even)::before {
        left: -30px;
        right: auto;
    }

    .deliever-tab-list {
        display: none;
    }

    .card-toggle-para {
        max-height: 300px;
        opacity: 1;
        margin-top: 10px;
    }

    .deliever-card {
        padding: 40px 20px;
        min-height: 250px;
    }

    .card-toggle-heading {
        color: #fff;
    }

    .card-toggle-number {
        opacity: 1;
    }

    .deliever-card.active .card-toggle-content {
        max-width: 100%;
    }

    .deliever-section .drukgreen-container {
        padding: 0;
    }

    .deliever-section .section-heading-cta-wrapper {
        padding: 0 30px;
    }

    .leadership-section .section-heading-cta-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .leadership-tab-list {
        overflow: auto;
        max-width: 100%;
    }

    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .leadership-section .section-heading-cta-wrapper {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .about-sticky-wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .vision-box-wrapper {
        flex-direction: column-reverse;
        height: auto;
        gap: 20px;
        padding: 0;
    }

    .vision-box-img-wrapper {
        position: relative;
        width: 100%;
        height: 420px;
    }

    .vision-box-tab-wrapper {
        width: 100%;
        order: 1;
        flex-direction: row;
        justify-content: flex-start;
        gap: 30px;
        border-bottom: 1px solid #E0E0E0;
        overflow: auto;
        overflow-y: hidden;
    }

    .vision-box-tab {
        font-size: 16px;
        color: #707070;
        padding-top: 0;
        text-align: start;
        text-wrap: nowrap;
    }

    .vision-box-tab.active {
        font-size: 18px;
        color: #404040;
        position: relative;
    }

    .vision-box-tab.active::after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 1.5px;
        background-color: #8B8B8B;
    }

    .vision-para-wrapper {
        max-width: 100%;
    }

    .vision-box-content-wrapper {
        max-width: 100%;
    }

    .vision-box-tab-wrapper::before {
        display: none;
    }

    .vision-content-heading {
        font-size: 18px;
        color: #404040;
        border-color: #40404033;
        border-width: 1px;
        margin-bottom: 10px;
    }

    .vision-para-wrapper {
        height: auto;
        max-height: unset;
        padding-left: 0;
        gap: 15px;
    }

    .vision-content-para {
        font-size: 20px;
        color: #707070;
        line-height: 1.5;
    }

    .about-core-mask-para p {
        font-size: 20px;
    }

    .about-core-para-wrap {
        gap: 20px;
    }

    .core-quotes-para p {
        font-size: 20px;
    }

    .timeline-name-mask {
        font-size: 60px;
    }

    .deliever-card {
        padding: 40px 20px;
    }

    .deliever-card-slider {
        gap: 10px;
    }

    .leadership-section .drukgreen-container {
        padding-right: 0;
    }

    .leadership-grid.active {
        display: flex;
        overflow: auto;
        scrollbar-width: none;
        padding-right: 15px;
        -ms-overflow-style: none;
    }

    .leadership-grid-card {
        min-width: 315px;
    }

    .deliever-section .heading-radient-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 620px) {
    .about-content-wrap .drukgreen-btn {
        width: 100%;
        max-width: 100%;
        gap: 10px;
        margin-top: 10px;
    }

    .about-content-wrap,
    .about-content-wrap .drukgreen-para-primary {
        gap: 20px;
    }

    .drukgreen-btn .btn-icon {
        gap: 10px;
        top: unset;
        right: unset;
        position: relative;
        transform: unset;
    }

    .timeline-info-wrap {
        padding: 30px;
    }

    .timeline-card-heading {
        font-size: 16px;
    }

    .timeline-card-para {
        font-size: 14px;
    }

    .leadership-grid-card {
        min-width: 240px;
    }
}

@media (max-width: 480px) {
    .deliever-section .section-heading-cta-wrapper {
        padding: 0 20px;
    }
}

.dg-about-page .hero-banner-discover-card {
    padding: 20px;
}