:root {
    --Primary: #0A0A0A;
    --Secondary: #1B263B;
    --font-main: "Plus Jakarta Sans", sans-serif;
    --font-main2: "Space Grotesk", sans-serif;
    --font-main3: 'Rift', sans-serif;
}

body {
    color: var(--Text-secondary);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--Text-primary);
    font-family: var(--font-main2);
    font-weight: 400;
}

.font-main {
    font-family: var(--font-main);
}

.font-3 {
    font-family: var(--font-main3);
}

.main-menu .navigation>li:hover>a {
    color: var(--Primary);
}

.navigation .submenu li:hover>a {
    color: var(--Primary);
}


.main-menu .current-menu>a,
.main-menu .current-menu-item>a {
    color: var(--Primary) !important;
}

.navigation li>a {
    color: var(--White);
}

.navigation li.has-child::after {
    color: var(--White);
}

.main-menu.style-1 .navigation>li>a::before {
    background-color: var(--White);
}

.main-menu.style-1 .current-menu>a {
    color: var(--White) !important;
}

.main-menu .current-menu::after {
    color: var(--White) !important;
}

.main-menu .navigation>li:hover>a {
    color: var(--White) !important;
}

.main-menu.style-2 .navigation>li>a::before {
    background-color: var(--White);
}

.main-menu .navigation > li:hover::after {
    color: var(--White);
}

#menu-mobile-menu li.active > a {
    color: var(--White);
    opacity: 1;
}

#menu-mobile-menu li > a {
    color: var(--White);
    opacity: 0.7;
}




/* =========================================
   HEADER - TRANSPARENT AT TOP / BLACK ON SCROLL
   ========================================= */

.header.style-19.header-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;

    /* TOP PAR TRANSPARENT */
    background: transparent !important;
}

/* SCROLL KE BAAD BLACK HEADER */
.header.style-19.header-fixed.is-fixed {
    background: #082066 !important;
}

/* WordPress admin bar */
/*body.admin-bar .header.style-19.header-fixed {
    top: 32px !important;
}*/

@media (max-width: 782px) {
    body.admin-bar .header.style-19.header-fixed {
        top: 0px !important;
    }
}




/* Header always visible */
.header.style-19.header-fixed {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
}

/* Navigation always visible */
.header.style-19 .main-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.header.style-19 .main-menu .navigation {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.header.style-19 .main-menu .navigation > li {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Links */
.header.style-19 .main-menu .navigation > li > a {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}




/* Other pages header black */
body:not(.home):not(.front-page) .header.style-19 {
    background-color: #082066 !important;
}


/* Make header/logo clickable before and after scroll */
.header.style-19.header-fixed {
    z-index: 9999 !important;
}

.header.style-19.header-fixed .header-inner {
    position: relative;
    z-index: 10000;
}

.header.style-19.header-fixed .site-logo {
    position: relative;
    z-index: 10001;
    pointer-events: auto !important;
    cursor: pointer;
}

.header.style-19.header-fixed .site-logo img {
    pointer-events: none;
}


/* Tashkent Architecture - Hero Figma Match */
.hero-banner-20 .content {
    max-width: 1363px;
}

.hero-banner-20 .text-display-2 {
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 100px !important;
    line-height: 90px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    max-width: 1363px;
}

.hero-banner-20 .tag-line {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 42.67px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
	 text-transform: Normal;
}

/* Keep Figma layout on smaller screens */
@media (max-width: 1200px) {
    .hero-banner-20 .text-display-2 {
        font-size: 90px !important;
        line-height: 86px !important;
    }

    .hero-banner-20 .tag-line {
        font-size: 20px !important;
        line-height: 32px !important;
    }
}

@media (max-width: 767px) {

    /* HERO HEADING - MOBILE */
    .hero-banner-20 .text-display-2 {
        font-family: "Space Grotesk", sans-serif !important;
        font-size: 43px !important;
        line-height: 48px !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        max-width: 100% !important;
    }

    /* HERO DESCRIPTION / TAGLINE - MOBILE */
    .hero-banner-20 .tag-line {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 14px !important;
        line-height: 21px !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        max-width: 100% !important;
    }
}


@media (max-width: 767px) {

    .hero-banner-20 .tag-line::before,
    .hero-banner-20 .tag-line::after,
    .hero-banner-20 .text-display-2::before,
    .hero-banner-20 .text-display-2::after {
        display: none !important;
        content: none !important;
    }

}

@media (max-width: 767px) {
    .taa-vision-text p {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 16px;
        margin-top: 15px;
    }
}

/* ONLY WHO WE ARE SECTION */
.section-about-16 .text-display-2 {
    font-family: "Space Grotesk"!important;
    font-weight: 400 !important;
    font-size: 70px !important;
    line-height: 68px !important;
    letter-spacing: 0 !important;
    color: #0A0A0A !important;
    /*text-transform: uppercase !important; */
}


/* Paragraph only in Who We Are */
.section-about-16 .text-change-color {
    font-family: "Rift", sans-serif !important;
    font-weight: 400 !important;
    font-size: 39.12px !important;
    line-height: 53.9px !important;
    letter-spacing: 0 !important;
}


/* Figma - Paragraph / Description */
.text-change-color.reveal-type.font-3 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    color: #0A0A0A !important;

    background: linear-gradient(
        90deg,
        #0A0A0A 64.78%,
        #A2A4AB 64.78%
    ) !important;

    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}
.text-change-color.reveal-type.font-3 {
    max-width: 1000px !important;
    width: 100% !important;
}

.tf-btn-2.btn-switch-text.border-dark {
    width: 140px !important;
    height: 60px !important;
    min-width: 225px !important;
    padding: 21px 68px !important;
    border: 1px solid #0A0A0A !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 25.6px !important;
    letter-spacing: 0 !important;
    color: #0A0A0A !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
}




/* =========================================
   TAA VISION SECTION
========================================= */

.taa-vision-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.taa-vision-bg {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;

    background-image: url(https://demo1.opsmage.com/wp-content/uploads/2026/08/Div-banner-5.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.taa-vision-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.68) 32%,
            rgba(0, 0, 0, 0.30) 68%,
            rgba(0, 0, 0, 0.05) 100%
        );
}

.taa-vision-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1000px;

    padding: 100px 0;
    color: #fff;
}

.taa-vision-label {
    position: relative;

    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;

    letter-spacing: 1.5px;
    text-transform: uppercase;


    margin-bottom: 18px;

    padding-left: 70px;
}

.taa-vision-label::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 52px;
    height: 1px;

    background: white;

    transform: translateY(-50%);
}

.taa-vision-title {
    margin: 0;

    color: #fff;

    font-family: 'Space Grotesk';
    font-size: 70px;
    font-weight: 400;

    line-height: 68px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.taa-vision-text {
    max-width: 850px;
}

.taa-vision-text p {
    margin: 0 0 18px;

    color: rgba(255, 255, 255, 0.86);

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;

    line-height: 30px;
    letter-spacing: 0;
}



/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .taa-vision-bg {
        min-height: 600px;

        background-position: 58% center;
    }

    .taa-vision-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.82) 0%,
                rgba(0, 0, 0, 0.62) 55%,
                rgba(0, 0, 0, 0.25) 100%
            );
    }

    .taa-vision-content {
        max-width: 600px;
        padding: 80px 30px;
    }

    .taa-vision-title {
        font-size: 48px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .taa-vision-bg {
        min-height: auto;

        background-position: 62% center;
    }

    .taa-vision-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.88) 0%,
                rgba(0, 0, 0, 0.68) 70%,
                rgba(0, 0, 0, 0.35) 100%
            );
    }

    .taa-vision-content {
        padding: 70px 20px;
    }

    .taa-vision-label {
        font-size: 10px;
        margin-bottom: 15px;
    }

    .taa-vision-title {
        font-size: 38px;
        line-height: 1;
        letter-spacing: -0.8px;
    }

    .taa-vision-line {
        margin: 24px 0;
    }

    .taa-vision-text p {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 16px;
    }
}

/* ================================
   SHAREHOLDERS SECTION TYPOGRAPHY
   ================================ */

/* Our Shareholders */
.section-service-17 .tag-line {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 21.33px;
    letter-spacing: 1.33px;
    color: #0A0A0A;
    text-transform: uppercase;
}

/* BUILDING UZBEKISTAN'S GATEWAY TO TOMORROW */
.section-service-17 .heading-section-6 h3 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56.13px;
    line-height: 69.33px;
    letter-spacing: 0;
    text-transform: uppercase;

    
}

.section-service-17 .heading-section-6 .col-7 h3 {
    width: 860px;
    max-width: 100%;
}


/* Vision Invest / Sojitz Corporation / etc. */
.section-service-17 .service-item .content h4,
.section-service-17 .service-item .content h4 a {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38.53px;
    line-height: 53.33px;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* Description paragraphs */
.section-service-17 .service-item .content p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    vertical-align: middle;
}

/* =========================================
   SHAREHOLDERS SECTION - FIGMA MATCH
   ========================================= */

.section-service-17 {
    background-color: #F5F7F4;
}

/* Main container */
.section-service-17 .tf-container.large {
    width: 100%;
}

/* =========================================
   HEADING AREA
   ========================================= */

.section-service-17 .heading-section-6 {
    margin-bottom: 48px;
}

.section-service-17 .heading-section-6 .row {
    align-items: flex-start;
}

.section-service-17 .heading-section-6 .col-7 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

/* Our Shareholders */
.section-service-17 .tag-line {
    display: block;
    margin-bottom: 18px;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 21.33px;
    letter-spacing: 1.33px;
    color: #0A0A0A;
    text-transform: uppercase;
}

/* Main heading */
.section-service-17 .heading-section-6 h3 {
    display: block;

    width: 652px;
    max-width: 652px;

    margin: 0;

    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56.13px;
    line-height: 69.33px;
    letter-spacing: 0;
    color: #0A0A0A;
    text-transform: uppercase;
}

/* Divider */
.section-service-17 .heading-section-6 .line {
    margin-top: 24px;
}

/* =========================================
   4 SHAREHOLDER CARDS
   ========================================= */

.section-service-17 .tf-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Images */
.section-service-17 .service-item .img-style {
    display: block;
    width: 100%;
    margin-bottom: 26px;
}

.section-service-17 .service-item .img-style img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* =========================================
   CARD TITLES
   ========================================= */

.section-service-17 .service-item .content h4 {
    margin: 0 0 12px 0;

    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38.53px;
    line-height: 53.33px;
    letter-spacing: 0;
    color: #0A0A0A;
    text-transform: uppercase;
}

.section-service-17 .service-item .content h4 a {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 38.53px;
    line-height: 53.33px;
    letter-spacing: 0;
    color: #0A0A0A;
    text-transform: uppercase;
}

/* =========================================
   CARD PARAGRAPHS
   ========================================= */

.section-service-17 .service-item .content p {
    margin: 0;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #0A0A0A;
}

/* Remove 2-line clamp from Figma text */
.section-service-17 .service-item .content p.line-clamp-2 {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1199px) {

    .section-service-17 .heading-section-6 h3 {
        width: 652px;
        max-width: 100%;
        font-size: 48px;
        line-height: 58px;
    }

    .section-service-17 .service-item .content h4,
    .section-service-17 .service-item .content h4 a {
        font-size: 30px;
        line-height: 40px;
    }

    .section-service-17 .service-item .content p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {

    .section-service-17 .heading-section-6 h3 {
        width: 100%;
        max-width: 100%;
        font-size: 38px;
        line-height: 46px;
    }

    .section-service-17 .tf-grid-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .section-service-17 .service-item .content h4,
    .section-service-17 .service-item .content h4 a {
        font-size: 26px;
        line-height: 34px;
    }

    .section-service-17 .service-item .content p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {

    .section-service-17 .tf-grid-layout {
        grid-template-columns: 1fr;
    }

    .section-service-17 .heading-section-6 h3 {
        font-size: 34px;
        line-height: 42px;
    }
}
.section-service-17 .service-item .content h4.line-clamp-1 {
    display: block;
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.section-service-17 .service-item .content h4 {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    height: auto;
}
.section-service-17 .hover-line-text,
.section-service-17 .hover-line-text:hover,
.section-service-17 .hover-line-text:focus {
    text-decoration: none !important;
    background-image: none !important;
}


.section-service-17 .hover-line-text {
    text-decoration: none !important;
}

.section-service-17 .hover-line-text:hover {
    text-decoration: none !important;
}

/* =========================================
   FORCE FOOTER VISIBLE
========================================= */

footer.footer-style-18 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    min-height: 400px !important;
    background: #082066 !important;
    color: #fff !important;
}

footer.footer-style-18 .footer-content,
footer.footer-style-18 .footer-about {
    visibility: visible !important;
    opacity: 1 !important;
}

footer.footer-style-18 h2,
footer.footer-style-18 p,
footer.footer-style-18 a,
footer.footer-style-18 .text-label {
    visibility: visible !important;
    opacity: 1 !important;
}

footer.footer-style-18 img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
}


/* =========================================================
   TAA GOVERNANCE SECTION
   Fully Scoped / Independent CSS
========================================================= */

.taa-governance {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


/* =========================================================
   BACKGROUND
========================================================= */

.taa-governance__bg {
    position: relative;

    width: 100%;
    min-height: 850px;

    display: flex;
    align-items: flex-start;

    background-image: url("https://demo1.opsmage.com/wp-content/uploads/2026/08/Div-banner-6.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.taa-governance__overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(3, 13, 25, 0.88) 0%,
            rgba(3, 13, 25, 0.76) 25%,
            rgba(3, 13, 25, 0.50) 52%,
            rgba(3, 13, 25, 0.20) 78%,
            rgba(3, 13, 25, 0.10) 100%
        );
}


/* =========================================================
   CONTAINER
========================================================= */

.taa-governance__container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1920px;

    margin: 0 auto;

    padding-left: 64px;
    padding-right: 64px;
}


/* =========================================================
   MAIN GRID
========================================================= */

.taa-governance__grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(420px, 0.65fr);

    column-gap: 100px;

    padding-top: 68px;
    padding-bottom: 100px;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.taa-governance__left {
    width: 100%;
}


/* =========================================================
   LABEL
========================================================= */

.taa-governance__label {
    display: flex;
    align-items: center;

    gap: 16px;

    margin-bottom: 34px;

    color: #ffffff;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* Small horizontal line */

.taa-governance__label-line {
    display: block;

    width: 48px;
    height: 1px;

    flex: 0 0 48px;

    background: rgba(255, 255, 255, 0.8);
}


/* =========================================================
   MAIN HEADING
========================================================= */

.taa-governance__title {
    width: 100%;
    max-width: 1000px;

    margin: 0;

    padding: 0;

    color: #ffffff !important;

    font-family: "Space Grotesk", sans-serif !important;

    font-size: 76px !important;
    font-weight: 400 !important;

    line-height: 1.04 !important;

    letter-spacing: -1.5px !important;

    text-transform: uppercase;

    text-wrap: balance;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.taa-governance__right {
    width: 100%;

    max-width: 540px;

    padding-top: 42px;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.taa-governance__right p {
    margin: 0 0 32px;

    padding: 0;

    color: rgba(255, 255, 255, 0.92) !important;

    font-family: "Plus Jakarta Sans", sans-serif !important;

    font-size: 17px !important;
    font-weight: 400 !important;

    line-height: 1.65 !important;

    letter-spacing: 0 !important;
}

.taa-governance__right p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1600px) {

    .taa-governance__container {
        padding-left: 64px;
        padding-right: 64px;
    }

    .taa-governance__grid {
        column-gap: 10px;
        padding-top: 200px;
    }

    .taa-governance__title {
        font-size: 89px !important;
        line-height: 1.04 !important;
    }

    .taa-governance__right {
        max-width: 588px;
        padding-top: 44px;
    }

    .taa-governance__right p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1399px) {

    .taa-governance__container {
        padding-left: 55px;
        padding-right: 55px;
    }

    .taa-governance__grid {
        grid-template-columns:
            minmax(0, 1.1fr)
            minmax(380px, 0.7fr);

        column-gap: 70px;
    }

    .taa-governance__title {
        font-size: 68px !important;
        line-height: 1.06 !important;
    }

    .taa-governance__right {
        max-width: 500px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .taa-governance__bg {
        min-height: 720px;

        background-position: center center;
    }

    .taa-governance__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 13, 25, 0.88) 0%,
                rgba(3, 13, 25, 0.70) 55%,
                rgba(3, 13, 25, 0.35) 100%
            );
    }

    .taa-governance__container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .taa-governance__grid {
        grid-template-columns: 1fr;

        row-gap: 45px;

        padding-top: 65px;
        padding-bottom: 70px;
    }

    .taa-governance__title {
        max-width: 700px;

        font-size: 56px !important;
        line-height: 1.05 !important;
    }

    .taa-governance__right {
        max-width: 650px;

        padding-top: 0;
    }

    .taa-governance__right p {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .taa-governance__bg {
        min-height: auto;

        background-position: 60% center;
    }

    .taa-governance__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 13, 25, 0.92) 0%,
                rgba(3, 13, 25, 0.82) 55%,
                rgba(3, 13, 25, 0.58) 100%
            );
    }

    .taa-governance__container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .taa-governance__grid {
        row-gap: 38px;

        padding-top: 58px;
        padding-bottom: 65px;
    }

    .taa-governance__label {
        gap: 12px;

        margin-bottom: 22px;

        font-size: 10px;

        letter-spacing: 1.2px;
    }

    .taa-governance__label-line {
        width: 38px;
        flex-basis: 38px;
    }

    .taa-governance__title {
        max-width: 100%;

        font-size: 42px !important;
        line-height: 1.03 !important;

        letter-spacing: -0.8px !important;
    }

    .taa-governance__right {
        max-width: 100%;
    }

    .taa-governance__right p {
        margin-bottom: 22px;

        font-size: 14px !important;
        line-height: 1.65 !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .taa-governance__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .taa-governance__grid {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .taa-governance__title {
        font-size: 36px !important;
        line-height: 1.04 !important;
    }

    .taa-governance__right p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
}
/* =========================================================
   TASHKENT AIRPORT ALLIANCE FOOTER
   ========================================================= */

.taa-footer {
      width: 100%;
    background: #082066 !important;
    color: #ffffff !important;
    position: relative;
    min-height: 550px;
    padding: 90px 90px 30px !important;
    box-sizing: border-box;
}
}

.taa-footer-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}


/* =========================
   MAIN GRID
   ========================= */

.taa-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    column-gap: 80px;
    align-items: start;
}


/* =========================
   LEFT HEADING
   ========================= */

.taa-footer-heading {
  margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-family: "Space Grotesk";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 54px !important;
    line-height: 54.7px !important;
    letter-spacing: 0 !important;
    text-transform: !important;
    max-width: 870px;
}



/* =========================
   RIGHT COLUMN
   ========================= */

.taa-footer-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* =========================
   LOGO
   ========================= */

.taa-footer-logo {
    display: inline-block;
    margin: 0 0 32px 0;
    padding: 0;
    text-decoration: none !important;
}

.taa-footer-logo img {
    display: block;
    width: auto;
    max-width: 150px;
    height: auto;
}


/* =========================
   MEDIA TITLE
   ========================= */

.taa-media-title {
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 30px !important;
    line-height: 69.33px !important;
    letter-spacing: 0 !important;
}


/* =========================
   MEDIA DESCRIPTION
   ========================= */

.taa-media-description {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 22px !important;
    line-height: 25.3px !important;
    letter-spacing: 0 !important;

    max-width: 430px;
}


/* =========================
   EMAIL
   ========================= */

.taa-media-email {
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #ffffff !important;
    text-decoration: none !important;

    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 30px !important;
    line-height: 69.33px !important;
    letter-spacing: 0 !important;
}

.taa-media-email:hover {
    color: #ffffff !important;
    opacity: 0.75;
}


/* =========================
   COPYRIGHT
   ========================= */

.taa-footer-copyright {
    width: 100%;

    margin-top: 110px;

    text-align: center;

    color: rgba(255, 255, 255, 0.55) !important;

    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 18.67px !important;
    line-height: 29.33px !important;
    letter-spacing: 0 !important;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 1199px) {

    .taa-footer {
        min-height: 500px;
        padding: 55px 0 28px !important;
    }

    .taa-footer-container {
        padding: 0 35px;
    }

    .taa-footer-grid {
        grid-template-columns: minmax(0, 1fr) 360px;
        column-gap: 50px;
    }

    .taa-footer-heading {
        font-size: 48px !important;
        line-height: 56px !important;
    }

    .taa-media-title,
    .taa-media-email {
        font-size: 25px !important;
        line-height: 50px !important;
    }

    .taa-media-description {
        font-size: 18px !important;
        line-height: 23px !important;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {

    .taa-footer {
        min-height: auto;
        padding: 45px 0 25px !important;
    }

    .taa-footer-container {
        padding: 0 22px;
    }

    .taa-footer-grid {
        display: flex;
        flex-direction: column;
        gap: 45px;
    }

    .taa-footer-heading {
        max-width: 100%;

        font-size: 36px !important;
        line-height: 42px !important;
    }

    .taa-footer-logo {
        margin-bottom: 25px;
    }

    .taa-footer-logo img {
        max-width: 125px;
    }

    .taa-media-title {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .taa-media-description {
        max-width: 100%;

        font-size: 17px !important;
        line-height: 24px !important;
    }

    .taa-media-email {
        font-size: 21px !important;
        line-height: 35px !important;
        word-break: break-word;
    }

    .taa-footer-copyright {
        margin-top: 50px;

        font-size: 14px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 767px) {
    .section-about-16 .text-display-2 {
        font-family: "Space Grotesk", sans-serif !important;
        font-weight: 500 !important;
        font-size: 58px !important;
        line-height: 55px !important;
        letter-spacing: 0 !important;
        color: #0A0A0A !important;
        text-transform: uppercase !important;
    }
}


/* =========================
   Header Right Side Menu
========================= */

.header.style-19 .header-inner {
    display: flex !important;
    align-items: center;
}

/* Logo left side */
.header.style-19 .site-logo,
.header.style-19 .taa-logo {
    flex-shrink: 0;
}

/* Navigation right side */
.header.style-19 .main-menu {
    margin-left: auto !important;
    margin-right: 30px !important;
    position: static !important;
    transform: none !important;
}

.header.style-19 .main-menu .navigation {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
    gap: 35px;
    margin: 0 !important;
}

/* Right-side buttons/icons */
.header.style-19 .header-right {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

/* Desktop */
@media (min-width: 1200px) {
    .header.style-19 .main-menu {
        display: block !important;
    }
}

/* Mobile */
@media (max-width: 1199px) {
    .header.style-19 .main-menu {
        display: none !important;
    }

    .header.style-19 .header-right {
        margin-left: auto !important;
    }
}

/* =========================================
   HERO - NORMAL LETTER CASE + NO DIVIDER
========================================= */

/* Hero heading */
.hero-banner-20 .text-display-2 {
  /*  text-transform: none !important; */
    letter-spacing: 0 !important;
}

/* Hero tagline */
.hero-banner-20 .tag-line {
    text-transform: none !important;
}

/* Remove any line/divider from hero */
.hero-banner-20 .tag-line::before,
.hero-banner-20 .tag-line::after,
.hero-banner-20 .text-display-2::before,
.hero-banner-20 .text-display-2::after {
    display: none !important;
    content: none !important;
}

/* Remove possible decorative line elements */
.hero-banner-20 .line,
.hero-banner-20 .divider,
.hero-banner-20 hr {
    display: none !important;
}

 /* =========================================
   MOBILE OFFCANVAS MENU
========================================= */

#menu-mobile {
    width: 100%;
    max-width: 390px;
    background: #041B34 !important;
    z-index: 999999 !important;
}

#menu-mobile .offcanvas-header {
    padding: 25px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu-mobile .mobile-menu-logo img {
    display: block;
    width: 135px;
    height: auto;
}

#menu-mobile .btn-close {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    opacity: 1;
    filter: brightness(0) invert(1);
    background-size: 18px;
}

#menu-mobile .offcanvas-body {
    padding: 20px 22px 40px;
}

.mobile-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-navigation ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-navigation ul li a {
    display: block;
    padding: 20px 0;

    color: #ffffff !important;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

    text-decoration: none !important;
}

.mobile-navigation ul li a:hover {
    color: #ffffff !important;
    opacity: 0.7;
}


/* Mobile button */
@media (max-width: 1199px) {

    .header.style-19 .mobile-button {
        display: flex !important;
        align-items: center;
        justify-content: center;

        position: relative;
        z-index: 100000 !important;

        cursor: pointer;
        pointer-events: auto !important;
    }

    .header.style-19 .mobile-button .burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;

        width: 30px;
        height: 30px;

        cursor: pointer;
    }

    .header.style-19 .mobile-button .burger span {
        display: block;

        width: 24px;
        height: 2px;

        background: #ffffff;

        transition: all 0.3s ease;
    }
}


/* Desktop par mobile menu completely hidden */
@media (min-width: 1200px) {
    #menu-mobile {
        display: none !important;
    }
}


/* =========================================================
   MOBILE MENU - TASHKENT AIRPORT ALLIANCE
========================================================= */

/* Mobile menu panel */
#menu-mobile {
    width: 1000px !important;
    max-width: 100vw !important;
    background: #041B34 !important;
    color: #ffffff !important;
    z-index: 999999 !important;
    border: 0 !important;
}


/* Header */
#menu-mobile .offcanvas-header {
    padding: 25px 22px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}


/* Menu title */
#menu-mobile .offcanvas-title {
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Space Grotesk", sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}


/* Close button */
#menu-mobile .btn-close {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
}


/* Menu body */
#menu-mobile .offcanvas-body {
    padding: 25px 22px !important;
}


/* Menu list */
#menu-mobile-menu {
    list-style: none !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;
}


/* Menu items */
#menu-mobile-menu li {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: 100% !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}


/* Menu links */
#menu-mobile-menu li a {
    display: block !important;

    width: 100% !important;

    padding: 18px 0 !important;

    color: #ffffff !important;

    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    text-decoration: none !important;
}


/* Hover */
#menu-mobile-menu li a:hover {
    color: #ffffff !important;
    opacity: 0.7 !important;
}


/* Active page */
#menu-mobile-menu li.active > a {
    color: #ffffff !important;
    opacity: 1 !important;
}


@media (min-width: 1200px) {
    .header.style-19 .mobile-button,
    .header.style-19 .mobile-button.burger {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

@media (max-width: 1199px) {
    .header.style-19 .mobile-button {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* =========================================================
   MOBILE ONLY
========================================================= */

@media (max-width: 1199px) {

    .header.style-19 .main-menu {
        display: none !important;
    }

    .header.style-19 .header-right {
        margin-left: auto !important;
    }

    #menu-mobile {
        display: block;
    }

}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    #menu-mobile {
        display: none !important;
    }

}

.header .taa-logo img {
    max-width: 70%;
    height: auto;
}

.hero-banner-20 .text-display-2 {
    width: 1200px !important;
    max-width: 1200px !important;
    white-space: normal !important;
}

.site-logo .logo_header {
    height: auto;
    max-width: 70%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}


.taa-about-image {
    width: 120%;
    margin-left: -10%;
}

.taa-about-image .img {
    min-height: 700px;
    background-size: cover;
    background-position: center center;
}


   h2, .h2 {
    font-size: 48px;
    line-height: 50px;
}
footer.footer-style-18 .footer-content h2.text-uppercase {
    text-transform: none !important;
}




.footer-style-18 .footer-content .text-caption-1 {
    text-align: center !important;
}

/* =========================================
   COPYRIGHT - EXACT CENTER OF FOOTER
========================================= */

footer.footer-style-18 {
    position: relative !important;
}

footer.footer-style-18 .footer-about > div:last-child {
    position: absolute !important;
    left: 50% !important;
    bottom: 30px !important;
    transform: translateX(-50%) !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
}

footer.footer-style-18 .footer-about > div:last-child .info {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

footer.footer-style-18 .footer-about > div:last-child p {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}


/* Desktop */
@media (min-width: 768px) {
    footer.footer-style-18 .footer-about > div:last-child {
        left: 50vw !important;
        width: 100vw !important;
    }
}


/* Mobile */
@media (max-width: 767px) {
    footer.footer-style-18 .footer-about > div:last-child {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        margin-top: 45px !important;
        text-align: center !important;
    }
}
.taa-vision-section .line {
    width: 86%;
    height: 1px;
    margin: 35px 0 35px;
     background: rgba(255, 255, 255, 0.35);
}

/* OUR VISION TAGLINE - WHITE */
/* OUR VISION - WHITE TEXT + WHITE DIVIDER */
.taa-vision-section span.tag-line,
.taa-vision-section span.tag-line.text_primary,
.taa-vision-section span.tag-line.color-dark {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
}

/* Left divider line */
.taa-vision-section span.tag-line::before {
    background: #ffffff !important;
    opacity: 1 !important;
}


/* =========================================
   FIX SHAREHOLDER CARDS - EQUAL WIDTH
========================================= */

.section-service-17 .tf-grid-layout {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
}

/* Har card ko same width force karo */
.section-service-17 .tf-grid-layout > .service-item {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Image container bhi same width */
.section-service-17 .service-item .img-style {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* Sab images equal size */
.section-service-17 .service-item .img-style img {
    display: block !important;
    width: 100% !important;
    height: 559px !important;
    max-width: 100% !important;
    object-fit: cover !important;
}

/* Long title ki wajah se column expand na ho */
.section-service-17 .service-item .content {
    min-width: 0 !important;
    width: 100% !important;
}

.section-service-17 .service-item .content h4,
.section-service-17 .service-item .content h4 a,
.section-service-17 .service-item .content p {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}

/* Tablet */
@media (max-width: 1199px) {
    .section-service-17 .tf-grid-layout {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .section-service-17 .service-item .img-style img {
        height: auto !important;
        aspect-ratio: 424 / 559 !important;
        object-fit: cover !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .section-service-17 .tf-grid-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .section-service-17 .service-item .img-style img {
        height: auto !important;
        aspect-ratio: 424 / 559 !important;
        object-fit: cover !important;
    }
}

@media (max-width: 480px) {
    .section-service-17 .tf-grid-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* =========================================
   OUR SHAREHOLDERS - TAG LINE
   Same style as WHO WE ARE
========================================= */

.section-service-17 .heading-section-6 .tag-line {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;

    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 21.33px !important;
    font-weight: 600 !important;
    letter-spacing: 1.33px !important;

    color: #0A0A0A !important;
    margin-bottom: 20px !important;
}

/* Left horizontal line */
.section-service-17 .heading-section-6 .tag-line::before {
    content: "" !important;
    display: block !important;

    width: 80px !important;
    height: 1px !important;

    flex: 0 0 80px !important;

    background: #0A0A0A !important;
    opacity: 0.7 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .section-service-17 .heading-section-6 .tag-line::before {
        width: 45px !important;
        flex-basis: 45px !important;
    }
}
.section-service-17 .taa-vision-title {
    margin: 0;
    color: #0A0A0A;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* SHAREHOLDER CARD TITLES - FINAL */
.section-service-17 .service-item .content h4,
.section-service-17 .service-item .content h4 a {
    font-family: "Space Grotesk", sans-serif !important;
    font-weight: 400 !important;
    font-size: 34px !important;
    line-height: 36px !important;
    letter-spacing: 0 !important;
    color: #0A0A0A !important;
    text-transform: uppercase !important;
}
.section-service-17 .tf-grid-layout > .service-item {
    min-width: 0 !important;
    max-width: 100% !important;
}

.section-service-17 .service-item .content p {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    white-space: normal !important;
}


