@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Black.woff2') format('woff2'),
        url('../fonts/WorkSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/WorkSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'),
        url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
        url('../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Thin.woff2') format('woff2'),
        url('../fonts/WorkSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '../fonts/Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;

    font-size: 16px;
    color: var(--dark-text);
}

:root {
    --primary-green: #22B14C;
    --primary-blue: #1B2F6E;
    --dark-text: #292929;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fs-1,
.fs-2,
.fs-3,
.fs-4,
.fs-5,
.fs-6 {

    font-family: "Work Sans", sans-serif;
    font-weight: 700;

}

.position-fixed-right-menu {
    background: var(--primary-green);

    padding: 30px 20px;
    font-size: 24px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    cursor: pointer;
    top: 0;
    right: 0;
    margin-left: 15px;
    position: static;
}

.position-fixed-right-menu.show-menu {

    position: fixed;
}

header {
    background: #efefef;
    /* overflow: hidden; */
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    transition: all 0.6s cubic-bezier(.77, 0, .18, 1);
}

.heading-menu li {
    list-style: none;
    margin-left: 15px;
}

.heading-menu li a {
    text-decoration: none;
    cursor: pointer;
    color: #292929;
    font-size: 14px;
    font-weight: 400;
}

.heading-menu {
    margin-bottom: 0; transition: all 0.6s cubic-bezier(.77, 0, .18, 1);
    flex-wrap: wrap;
}

/*************************header*********************/
.banner-section {
    position: relative;
}

.banner-section iframe,
.banner-section video {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.text-justify {
    text-align: justify;
}

.section-gap {
    padding: 60px 0;
}

.count {
    font-size: 50px;
    font-weight: 800;
    color: var(--primary-green);
    font-family: "Work Sans", sans-serif;
}

section p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
}

.metro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 0px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    display: block;
}

.grid-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.4s;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.large {
    grid-column: span 2;
    grid-row: span 2;
}

.grid-item video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.grid-item:hover .overlay {
    opacity: 1;
}

.overlay h3 {
    margin: 0;
    font-size: 18px;
}

.overlay h3 {
    margin: 0;
    font-size: 22px;
    transition: transform .3s ease;
}

.grid-item:hover .overlay h3,
.grid-item:hover .overlay p {
    transition: transform .3s ease;
    transform: translateY(-10px)
}

.overlay p {
    margin: 0;
    font-size: 14px;
}

.site-footer {
    background-image: linear-gradient(270deg, #195CA0 30%, #7EF229 100%);
    padding: 60px 0;
    color: #fff;

}



.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media(max-width:1400px) {
    section p {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.footer_btn {
    background: transparent;
    color: #333;
    border: 1px solid #333;
    padding: 6px 10px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.footer_btn:hover {
    color: #36348E;
}

.hero-section {
    position: relative;
    padding-top: 75px;
    transition: all 0.6s cubic-bezier(.77, 0, .18, 1);
}

.hero-section.padding {
    padding-top: 0px;
    transition: all 0.6s cubic-bezier(.77, 0, .18, 1);
}

.hero-section .carousel-item img {
    height: 450px;
    object-fit: cover;
}

.about-title {
    background: #11BB22;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 50px;
}

.about-subtitle {
    color: #fff;
    margin-top: 10px;
    font-size: 35px;
    font-weight: 600;
}

.gallery-card {
    position: relative;
    overflow: hidden;
}

.gallery-card img {
    width: 100%;
    transition: 0.4s;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    color: #fff;
    padding: 15px;
    transition: 0.3s;
}

.grid-item:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-card.large img {
    height: 450px;
    object-fit: cover;
}

/* .tender-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
} */
.tender-hero {
    background: url("../images/article_543_cover_en_US_9.jpg") center/cover no-repeat;
    background-size: cover;
    color: #292929;
    padding: 35px;
    position: relative;

}

.tender-hero .container {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 42px;
    font-weight: 600;
}

.tender-menu a {
    margin: 10px;
    padding: 10px 25px;
}

.floating-menu {
    top: 15%;
    left: 5%;
}

.logo-holder {
    padding: 10px;
    background-color: #CDD4FB96;
}

.floating-menu li {
    background-color: var(--primary-green);
    padding: 7px 10px;
    margin-bottom: 10px;
}

.info-slide {
    padding: 60px;
    text-align: center;
    background-color: #833ca3;
    /* background-image: url('../images/slide-11.jpg'); */
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}

.drive-banner .owl-item:nth-child(1) .info-slide {
    background-color: #4054b2;
}

.drive-banner .owl-item:nth-child(2) .info-slide {
    background-color: #4054b2;
}

.main-head {
    font-size: 50px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 5px;
}

.sub-head {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 15px;
}

.nav-theme {
    background: var(--primary-blue);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav-theme.nav-tabs .nav-link {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    border: 0;
}

.connection,
.green-head {
    background: var(--primary-green);
}

.connection:hover {
    background: #FFC53A;
}

.copyright {
    color: #747474;
    font-size: 13px;
}

.copyright a {
    color: #747474;
    text-decoration: none;
}

.social-icons a {
    color: #545454;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 30px;
    border-radius: 50%;
    transition: all 20ms ease;
}

.social-icons a:hover {
    background-color: var(--primary-blue);
    color: #ffffff;
    transition: all 20ms ease;
}

.left-side-hidden-header {
    display: block;
    transition: all 0.6s cubic-bezier(.77, 0, .18, 1);
    /* smooth easing */
}

.left-side-hidden-header.active {

    display: none;
    transition: all 0.6s cubic-bezier(.77, 0, .18, 1);
    /* smooth easing */
}

header.active {
    background: transparent;
}

.inner-tab-design {
    background: transparent;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 2px solid #292929;
}

.inner-tab-design.nav-tabs li {

    display: flex;
    justify-content: center;
}

.inner-tab-design.nav-tabs .nav-link {
    border-radius: 0;
    background: transparent;
    color: #292929;
    border: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.inner-tab-design.nav-tabs .nav-link.active {
    background: var(--primary-blue);
    color: #ffffff
}

.bg-director-box .card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.bg-director-box .card {
    height: 100%
}

.accordion-item {
    border-radius: 0 !important;
}

.accordion-header button {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Work Sans';
    border-radius: 0 !important;
}

.annual-return-box a.text-truncate {
    border-radius: 0 !important;
    border-color: var(--primary-green) !important;
    color: #292929;
    font-weight: 400;
}

a {
    text-decoration: none;
}

th {

    background: var(--primary-green) !important;
    color: #fff !important;
    font-size: 13px;
    align-content: center;
    vertical-align: middle;
}

td {
    font-size: 13px;
}

td:first-child {
    text-align: justify;
}

.hero-section img {
    height: 450px;
    object-fit: cover;

}

.react-photo-gallery--gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}

.react-photo-gallery--gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    margin-top: 25px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.custom-gallery-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Toggle Button */
.accessibility-btn {
    position: fixed;
    top: 50%;
    right: 0;
    background: var(--primary-green);
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 1050;
    transition: all 0.3s ease;
    font-size: 25px;
}

/* Side Panel */
.accessibility-panel {
    position: fixed;
    top: 50%;
    right: -200px;
    width: 200px;
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
    z-index: 1049;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Active State */
.accessibility-panel.active {
    right: 0;
}

.accessibility-btn.active {
    right: 200px;
}

/* Panel Content */
.accessibility-panel h5 {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px
}

.accessibility-panel ul {
    list-style: none;
    padding: 0;
}

.accessibility-panel ul li {
    margin-bottom: 0;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 13px;
}

.accessibility-panel ul li:hover {
    background: var(--primary-green);
    color: #ffffff;
}

.accessibility-panel ul li:hover a {
    color: #ffffff;
}

.drive-banner .owl-nav {
    position: absolute;
    top: 50%;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 35px;
    margin-top: -25px;
    align-items: center;
}

.drive-banner.owl-carousel .owl-nav button.owl-next {
    right: 0px;
    left: auto;
}

marquee {
    background: #fafafa;
    padding: 25px;
    height: 80%;
}

.height-box {
    height: 300px;
    overflow-y: scroll;
}

.bg-white .list-unstyled li {
    text-align: justify;
}

.has-child {
    position: relative;
}

.has-child .submenu {
    position: absolute;
    width: 150px;
    background: #ffffff;
    padding: 0;
    margin: 0;
    display: none;
}

.has-child:hover .submenu {
    display: block;
}

.has-child .submenu li {
    margin-bottom: 10px;
    padding: 5px 10px;
    margin-left: 0;
}

.has-child .submenu li:last-child {
    margin-bottom: 0
}

.has-child .submenu li:hover {
    background: #fafafa;
}

/*************sticky***************/


.sticky-icon {
    z-index: 9999;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
}

.sticky-icon .Instagram {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 12px 16px;
    background-color: #fff;
    color: #e74522;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 50px 50px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateX(calc(-100% + 60px));
    transition: all 0.8s ease-in-out;
    white-space: nowrap;
    height: 50px;

}

.table-holder {
    opacity: 0;
     transition: all 0.8s ease-in-out;
}

.sticky-icon .Instagram:hover {
    transform: translateX(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    height: auto;

}

.sticky-icon .Instagram:hover .table-holder {
    opacity: 1;
     transition: all 0.8s ease-in-out;
}

.sticky_icon_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.sticky-icon a:hover .sticky_icon_wrapper {
    transform: rotate(12deg);
}

.sticky_icon_img {
    width: 20px;
    height: 20px;
    fill: #e6421f;
}

/* Responsive styles */
@media (max-width:1399px) {
    .logo img{
        width:280px;
    }
}
@media (max-width: 768px) {
    .sticky-icon a {
        font-size: 14px;
        padding: 10px 14px;
        gap: 10px;
    }

    .sticky_icon_wrapper {
        width: 28px;
        height: 28px;
    }

    .sticky_icon_img {
        width: 18px;
        height: 18px;
    }
    .drive-banner{
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .sticky-icon a {
        font-size: 13px;
        padding: 8px 12px;
    }
}
.bg-light-green{
    background: #f4fff4;
}