: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 */


/* 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;
padding-left: 5px;}

/* 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://taa.opsmage.com/wp-content/uploads/2026/08/banner-scaled.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	
}



.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: 25% !important;
}


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

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


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

/* =========================================================
   GOVERNANCE BACKGROUND - SAME PARALLAX AS BANNER
========================================================= */

.taa-governance__bg {
    position: relative;
    width: 100%;
    min-height: 850px;

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

    overflow: hidden;
}


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

.taa-governance__bg .banner {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    z-index: 0;
}


.taa-governance__bg .bg-banner {
    position: absolute;

    top: -10%;
    left: 0;

    width: 100%;
    height: 120%;

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

    will-change: transform;
}


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

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

    z-index: 1;

    background: rgba(18, 48, 80, 0.38);

    pointer-events: none;
}


/* =========================================================
   CONTENT ABOVE IMAGE
========================================================= */

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

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

    margin: 0 auto;

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


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




/* =========================================================
   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: 15px;
        padding-right: 64px;
    }

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

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

    .taa-governance__right {
      max-width: 1000px;
        padding-top: 44px;
        margin-left: -120px;
		width: 100%;
    }

    .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: 36px !important;
        line-height: 38px !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: 70px;
    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;
}


/* ========================================================= WHO WE ARE IMAGE - PARALLAX EFFECT ========================================================= */ .taa-about-image { width: 460%; margin-left: -10%;
	position: relative; 
	overflow: hidden; 
} 
.taa-about-image .img
{ 
	position: relative; 
	width: 100%;
	height: 700px;
	overflow: hidden;
} /* PARALLAX IMAGE */ 
.taa-about-image .bg-banner
{ 
	position: absolute; 
	top: -10%;
	left: 0;
	width: 100%;
	height: 120%;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	will-change: transform;
} 
/* ========================================================= TABLET ========================================================= */ @media (max-width: 991px) { .taa-about-image { width: 100%; margin-left: 0; margin-top: 40px; } .taa-about-image .img { height: 600px; } .taa-about-image .bg-banner { background-position: center center; } } /* ========================================================= MOBILE ========================================================= */ @media (max-width: 767px) { .taa-about-image { width: 100%; margin-left: 0; } .taa-about-image .img { height: 450px; } .taa-about-image .bg-banner { 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;
	font-size: 38px;
    line-height: 44px;
	  

}




.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: 0px !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: 12px !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;
}


/* =========================================
   MOBILE BURGER MENU
========================================= */

.mobile-button {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.mobile-button .burger {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.mobile-button .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
}


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

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

    .mobile-button {
        display: flex !important;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-right {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

}


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

#menu-mobile {
    width: 350px;
    max-width: 85%;
    background: #111111;
    z-index: 99999;
}

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

#menu-mobile .mobile-menu-logo img {
    width: 150px;
    height: auto;
}

#menu-mobile .btn-close {
    filter: invert(1);
    opacity: 1;
    width: 25px;
    height: 25px;
}


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

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

#menu-mobile .mobile-navigation li {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

#menu-mobile .mobile-navigation a {
    display: block;
    padding: 18px 0;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

#menu-mobile .mobile-navigation li.active a {
    color: #ffffff;
}


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

/* =========================================
   MOBILE BURGER - EXACT 3 LINES
========================================= */

.mobile-button {
    display: none !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    position: relative !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
}

.mobile-button .burger {
    display: block !important;
    position: relative !important;
    width: 30px !important;
    height: 22px !important;
    background: transparent !important;
}

/* TOP LINE */
.mobile-button .burger::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 30px !important;
    height: 2px !important;
    background: #ffffff !important;
    display: block !important;
}

/* MIDDLE LINE */
.mobile-button .burger::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
    width: 30px !important;
    height: 2px !important;
    background: #ffffff !important;
    display: block !important;
}

/* THIRD LINE */
.mobile-button .burger {
    border-bottom: 2px solid #ffffff !important;
}


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

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

    .mobile-button {
        display: flex !important;
    }

    .header-right {
        display: flex !important;
        align-items: center !important;
        margin-left: auto !important;
    }

}
/* Mobile Logo Only */
@media (max-width: 1199px) {
    .header.style-19 .taa-logo img,
    .header.style-19 .site-logo img {
        width: 80px !important;
        max-width: 100px !important;
        height: auto !important;
    }

    .header.style-19 .taa-logo,
    .header.style-19 .site-logo {
        display: flex !important;
        align-items: center !important;
    }
}
@media (max-width: 767px) {
  #menu-mobile .mobile-menu-logo img {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero-banner-20 .text-display-2 {
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  body .section-service-17 .taa-vision-title {
    margin: 0 !important;
    color: #0A0A0A !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 45px !important;
    font-weight: 400 !important;
    line-height: 45px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    max-width: 1000px !important;
    width: 52% !important;
  }
}

/* =========================================================
   TAA VISION - SAME PARALLAX EFFECT AS GOVERNANCE
   ONLY FOR VISION SECTION
========================================================= */

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

/* Main wrapper */
.taa-vision-section .taa-vision-bg {
    position: relative;
    width: 100%;
    min-height: 650px;

    display: flex;
    align-items: center;

    overflow: hidden;

    /* IMPORTANT:
       Remove direct background image from parent */
    background: none !important;
}


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

.taa-vision-section .banner {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    z-index: 0;
}


/* =========================================================
   PARALLAX IMAGE
   SAME AS GOVERNANCE
========================================================= */

.taa-vision-section .banner .bg-banner {
    position: absolute;

    top: -10%;
    left: 0;

    width: 100%;
    height: 120%;

    background-image: url("https://demo1.opsmage.com/wp-content/uploads/2026/09/Div-banner-7-scaled.png") !important;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    will-change: transform;

    z-index: 0;
}


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

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

    z-index: 1;

    background: rgba(18, 48, 80, 0.38);

    pointer-events: none;
}


/* =========================================================
   CONTENT ABOVE PARALLAX
========================================================= */

.taa-vision-section .tf-container,
.taa-vision-section .taa-vision-content {
    position: relative;
    z-index: 2;
}


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

@media (min-width: 1200px) {

    .taa-vision-section .taa-vision-bg {
        min-height: 650px;
    }

    .taa-vision-section .banner .bg-banner {
        top: -10%;
        height: 120%;
        background-position: center center;
    }
}


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

@media (max-width: 991px) {

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

        background: none !important;
    }

    .taa-vision-section .banner .bg-banner {
        top: -10%;
        height: 120%;

        background-position: 58% center;
    }

    .taa-vision-section .taa-vision-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(18, 48, 80, 0.72) 0%,
                rgba(18, 48, 80, 0.55) 55%,
                rgba(18, 48, 80, 0.25) 100%
            );
    }
}


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

@media (max-width: 767px) {

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

        background: none !important;
    }

    .taa-vision-section .banner .bg-banner {
        top: -10%;
        height: 120%;

        background-position: 62% center;
    }

    .taa-vision-section .taa-vision-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(18, 48, 80, 0.82) 0%,
                rgba(18, 48, 80, 0.65) 65%,
                rgba(18, 48, 80, 0.40) 100%
            );
    }
}
/* =========================================
   FOOTER - FULL WIDTH LINE ABOVE COPYRIGHT
========================================= 

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

footer.footer-style-18 .taa-footer-bottom {
    position: absolute !important;
    left: 0 !important;
    bottom: -7px !important;
    transform: none !important;

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

    text-align: center !important;
    box-sizing: border-box !important;
}

/* FULL WIDTH DIVIDER 
footer.footer-style-18 .taa-footer-divider {
    width: 100% !important;
    height: 1px !important;

    background: rgba(255, 255, 255, 0.25) !important;

    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

/* COPYRIGHT 
footer.footer-style-18 .taa-footer-bottom .info {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

footer.footer-style-18 .taa-footer-bottom p {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}


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

@media (max-width: 767px) {

    footer.footer-style-18 .taa-footer-bottom {
        position: static !important;
        width: 100% !important;

        margin-top: 45px !important;
        padding: 0 !important;
    }

    footer.footer-style-18 .taa-footer-divider {
        width: 100% !important;
        margin: 0 0 18px 0 !important;
    }
}




/* =========================================================
   POPUP VISIBILITY
   ========================================================= */

.contact-form-popup-overlay {
    display: none;
}

.contact-form-popup-overlay.active {
    display: flex;
}

.disclosure-popup-overlay {
    display: none;
}

.disclosure-popup-overlay.active {
    display: flex;
}

/* Footer email - underline ONLY on hover 
.footer-about a.hover-underline-link {
    text-decoration: none !important;

    background-image: linear-gradient(
        90deg,
        currentColor 0%,
        currentColor 100%
    );

    background-repeat: no-repeat;

    /* Normal state: no underline 
    background-size: 0% 2px;

    background-position: 100% 100%;

    transition: background-size 0.35s ease;
}


/* Hover state: underline appears */
.footer-about a.hover-underline-link:hover {
    text-decoration: none !important;

    background-size: 100% 2px;

    background-position: 0% 100%;
}


.disclosure-hard-form {
   /* display: grid; */
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 28px;
}

.form-field {
    width: 100%;
}

.form-field.full-width {
    grid-column: 1 / -1;
}

.form-field input {
    width: 100%;
    height: 56px;

    /* Left side space */
    padding: 0 16px;

    /* Only bottom border */
    border: none;
    border-bottom: 1px solid #d8d8d8;

    outline: none;

    background: #fff;
    color: #222;

    font-size: 16px;
    font-family: inherit;

    box-sizing: border-box;
}

.form-field input::placeholder {
    color: #999;
    opacity: 1;
}

.form-field input:focus {
    border: none;
    border-bottom: 1px solid #777;
}

.form-field input:invalid:not(:placeholder-shown) {
    border: none;
    border-bottom: 1px solid #d5d5d5;
}


/* SUBMIT */

.form-submit {
    grid-column: 1 / -1;
}

.form-submit button {
    min-width: 135px;
    height: 45px;

    padding: 0 25px;

    background: #fff;
    border: 1px solid #777;

    color: #333;

    font-size: 16px;
    font-family: inherit;

    cursor: pointer;

    transition: all 0.3s ease;
}

.form-submit button:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}


/* MOBILE */

@media (max-width: 767px) {

    .disclosure-hard-form {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .form-field.full-width,
    .form-submit {
        grid-column: auto;
    }

    .form-field input {
        height: 52px;
        padding-left: 15px;
    }

}
#disclosureHardForm .form-field input {
    border: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;

    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

#disclosureHardForm .form-field input:focus {
    border: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #777 !important;

    box-shadow: none !important;
    outline: none !important;
}
/* Shareholders cards se black custom cursor remove */
.section-service-17 .custom-cursor {
    display: none !important;
}




.hero-banner-20 .content-inner {
    background: rgba(0, 0, 0, 0.45);
}

.footer-content h2 {
    width: 800px !important;
    max-width: 100% !important;
}

/* Sirf Home page */
body.home .footer-content h2 {
    width: 782px !important;
    max-width: 100% !important;
}

/* ABOUT SECTION - FIX REVEAL TEXT LINE BREAKS */
.section-about-16 .scroll-effect h3.text-change-color.reveal-type.font-3 {
    width: 100% !important;
    max-width: 100% !important;
}

/* Keep generated reveal text flowing normally */
.section-about-16 .scroll-effect h3.text-change-color.reveal-type.font-3 > div {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
}

/* Keep normal spacing between words */
.section-about-16 .scroll-effect h3.text-change-color.reveal-type.font-3 {
    white-space: normal !important;
}


@media (min-width: 1600px) {
    .section-about-16 .scroll-effect {
        max-width: 850px !important;
    }
}



/* Footer email - underline ONLY on hover */
.footer-about a.hover-underline-link {
    text-decoration: none !important;

    background-image: linear-gradient(
        90deg,
        currentColor 0%,
        currentColor 100%
    );

    background-repeat: no-repeat;

    /* Normal state: no underline */
    background-size: 0% 2px;

    background-position: 100% 100%;

    transition: background-size 0.35s ease;
}


/* Hover state: underline appears */
.footer-about a.hover-underline-link:hover {
    text-decoration: none !important;

    background-size: 100% 2px;

    background-position: 0% 100%;
}
@media (min-width: 1600px) {
    body.page-id-PAGE-ID .taa-governance__title {
        font-size: 75px !important;
        line-height: 1.04 !important;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .section-about-16 .scroll-effect h3.text-change-color.reveal-type.font-3 {
        width: 76% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {

    .section-about-16 .scroll-effect h3.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: 16px !important;
        line-height: 20px !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;
    }

    .section-about-16 .text-display-2 {
        font-family: "Space Grotesk" !important;
        font-weight: 400 !important;
        font-size: 60px !important;
        line-height: 56px !important;
        letter-spacing: 0 !important;
        color: #0A0A0A !important;
        /* text-transform: uppercase !important; */
    }

}

@media (min-width: 1280px) and (max-width: 1440px) {

    .taa-vision-title {
        margin: 0;
        color: #fff;
        font-family: 'Space Grotesk';
        font-size: 60px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: 0;
        text-transform: uppercase;
		max-width: 1000px;
        width: 80%;
    }

    .taa-vision-text p {
        margin: 0 0 18px;
        color: rgba(255, 255, 255, 0.86);
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
    }

}

@media (min-width: 1280px) and (max-width: 1440px) {

    .section-service-17 .taa-vision-title {
        margin: 0;
        color: #0A0A0A;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 60px;
        font-weight: 400;
        line-height: 68px;
        letter-spacing: 0;
        text-transform: uppercase;
		        max-width: 1000px;
        width: 100%;
    }

    .section-service-17 .service-item .img-style img {
        display: block !important;
        width: 100% !important;
        height: 400px !important;
        max-width: 100% !important;
        object-fit: cover !important;
        object-position: top;
    }

    .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: 28px !important;
        line-height: 28px !important;
        letter-spacing: 0 !important;
        color: #0A0A0A !important;
        text-transform: uppercase !important;
    }

    .section-service-17 .service-item .content p {
        margin: 0;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #0A0A0A;
    }

}

@media (min-width: 1280px) and (max-width: 1440px) {

    .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: 16px !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        letter-spacing: 0 !important;
        margin-right: -43px;
    }

    .taa-governance__right {
        width: 100%;
        max-width: 543px;
        padding-top: 42px;
        margin-left: -100px;
    }

}


@media (min-width: 1280px) and (max-width: 1280px) {
	.section-service-17 .service-item .img-style img {
    display: block !important;
    width: 100% !important;
    height: 320px !important;
    max-width: 100% !important;
    object-fit: cover !important;
		object-position: top;
}
	body.home .footer-content h2 {
    width: 1272px !important;
    max-width: 113% !important;
}
	
}
@media (min-width: 1200px) and (max-width: 1280px) {

    .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: 24px !important;
        line-height: 26px !important;
        letter-spacing: 0 !important;
        color: #0A0A0A !important;
        text-transform: uppercase !important;
    }

    .section-service-17 .service-item .content p {
        margin: 0 !important;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important;
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0 !important;
        color: #0A0A0A !important;
    }

}


.service-item .img-style,
.service-item .img-style img {
    border-radius: 0 !important;
    overflow: visible !important;
}


.effect-item {
    opacity: 0;
}

.effect-left {
    transform: translateX(-50px);
}

.effect-left.is-visible {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s ease;
}

.delay-3 {
    transition-delay: 0.3s;
}



@media (min-width: 1680px) {
  .taa-governance .taa-governance__left {
    width: 76%;
  }
}



/* =========================================
   FINAL FIX - REMOVE WHITE STRIP / OVERFLOW
========================================= */

/* Browser horizontal overflow completely remove */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

/* WordPress main wrappers */
#page,
.site,
.site-content,
#content,
main {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

/* Footer must touch the bottom */
footer.footer-style-18 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: #082066 !important;
    overflow: hidden !important;
}

/* Remove anything creating space after footer */
footer.footer-style-18::after {
    display: none !important;
    content: none !important;
}

footer.footer-style-18 + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Last footer child */
footer.footer-style-18 .tf-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

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

footer.footer-style-18 .taa-footer-bottom {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

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

    transform: none !important;
    text-align: center !important;
}

/* Divider */
footer.footer-style-18 .taa-footer-divider {
    width: 100% !important;
    max-width: 100% !important;
    height: 1px !important;

    margin: 0 0 18px 0 !important;
    padding: 0 !important;

    background: rgba(255,255,255,0.25) !important;
}

/* Copyright */
footer.footer-style-18 .taa-footer-bottom .info,
footer.footer-style-18 .taa-footer-bottom p {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 0 20px !important;

    text-align: center !important;
}


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

@media (max-width: 767px) {

    footer.footer-style-18 {
        min-height: auto !important;
        padding-bottom: 0 !important;
    }

    footer.footer-style-18 .taa-footer-bottom {
        position: static !important;
        width: 100% !important;

        margin: 0px 0 0 !important;
        padding: 0 !important;
    }

    footer.footer-style-18 .taa-footer-divider {
        width: 100% !important;
        margin: 0 0 0px !important;
    }

    footer.footer-style-18 .taa-footer-bottom p {
        padding-bottom: 20px !important;
    }
}


/* =========================================
   1280px - FOOTER HEIGHT + FONT SIZE FIX
========================================= */

@media (min-width: 1280px) and (max-width: 1280px) {

    /* Footer ki overall height kam */
    footer.footer-style-18 {
        min-height: 380px !important;
        padding: 45px 0 20px !important;
    }

    /* Footer heading */
    footer.footer-style-18 .footer-content h2,
    footer.footer-style-18 .footer-content h3,
    footer.footer-style-18 .footer-about h2,
    footer.footer-style-18 .footer-about h3 {
        font-size: 30px !important;
        line-height: 36px !important;
        width: 100% !important;
        max-width: 77% !important;
    }

    /* Media Enquiries heading */
    footer.footer-style-18 .footer-about .info h3,
    footer.footer-style-18 .footer-about .info .h3 {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 32px !important;
        line-height: 52px !important;
        font-weight: 400 !important;
    }

    /* Footer normal text */
    footer.footer-style-18 p,
    footer.footer-style-18 .text-caption-1,
    footer.footer-style-18 .footer-content p,
    footer.footer-style-18 .footer-about p,
    footer.footer-style-18 .info p {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }

    /* Footer links / email */
    footer.footer-style-18 a {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    /* Footer copyright */
    footer.footer-style-18 .footer-about > div:last-child p,
    footer.footer-style-18 .taa-footer-bottom p {
        font-size: 12px !important;
        line-height: 18px !important;
        padding-bottom: 12px !important;
    }

    /* Footer ke andar extra spacing kam */
    footer.footer-style-18 .footer-about {
        padding-bottom: 0 !important;
    }

    footer.footer-style-18 .footer-content {
        margin-bottom: 20px !important;
    }

    /* Copyright bottom spacing */
    footer.footer-style-18 .footer-about > div:last-child {
        bottom: 10px !important;
    }

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


/* =========================================
   1440px - FOOTER SIZE REDUCE ONLY
========================================= */

@media (min-width: 1440px) and (max-width: 1440px) {

    footer.footer-style-18 {
        min-height: 400px !important;
        padding: 30px 0 15px !important;
    }

    footer.footer-style-18 .footer-content {
        margin-bottom: 10px !important;
    }

    footer.footer-style-18 .footer-about {
        padding-bottom: 0 !important;
    }

    footer.footer-style-18 .taa-footer-bottom {
        bottom: 0 !important;
    }

    footer.footer-style-18 .taa-footer-bottom p {
        padding-bottom: 8px !important;
    }
}

@media (min-width: 1440px) and (max-width: 1440px) {

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

    footer.footer-style-18 h3,
    footer.footer-style-18 .h3 {
        font-size: 36px !important;
        line-height: 20px !important;
    }

}
/* ==========================================
   MOBILE LANGUAGE BUTTON
   ========================================== */

@media (max-width: 1279px) {

    .mobile-navigation .mobile-language-switcher {
        display: flex !important;
        align-items: center !important;
        margin-top: 20px !important;
    }

    .mobile-navigation .mobile-language-switcher > a.language-toggle {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 48px !important;
        height: 34px !important;

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

        border: 1px solid rgba(255, 255, 255, 0.7) !important;
        border-radius: 0 !important;

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

        overflow: hidden !important;
    }

    .mobile-navigation .mobile-language-switcher > a.language-toggle .text {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 100% !important;

        font-size: 15px !important;
        line-height: 1 !important;
        font-weight: 400 !important;

        color: #fff !important;
    }

    .mobile-navigation .mobile-language-switcher > a.language-toggle .text + .text {
        position: absolute !important;
        left: 0 !important;
        top: 100% !important;
    }

}
body.home footer.footer-style-18 {
    position: relative !important;
    clear: both !important;
    margin-top: 0 !important;
}



/* =========================================================
   FOOTER HEADING - ONLY 1280px AND 1024px
   ========================================================= */

@media screen and (min-width: 1280px) and (max-width: 1280px) {
    footer.footer-style-18 .footer-content h2.text-uppercase {
        text-transform: none !important;
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    footer.footer-style-18 .footer-content h2.text-uppercase {
        text-transform: none !important;
        font-size: 26px;
        line-height: 30px;
    }
}


/* =========================================================
   FOOTER LOGO WIDTH - ONLY 1024px
   ========================================================= */

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    footer.footer-style-18 img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 20% !important;
    }
}


/* =========================================================
   FOOTER H3 / MEDIA ENQUIRIES HEADING - ONLY 1024px
   ========================================================= */

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    h3, .h3 {
        font-size: 30px !important;
        line-height: 20px !important;
    }
}
/* =========================================================
   TEXT BODY DEFAULT - ONLY 1024px
   ========================================================= */

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .text-body-default {
        font-size: 16px !important;
        line-height: 18px !important;
    }
}





/* Home page styles - 1024px (Tablet) */
@media (min-width: 1024px) and (max-width: 1199px) {

  .section-about-16 .text-display-2 {
    font-family: "Space Grotesk" !important;
    font-weight: 400 !important;
    font-size: 35px !important;
    line-height: 35px !important;
    letter-spacing: 0 !important;
    color: #0A0A0A !important;
  }

  .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: 15px !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;
    background: linear-gradient(90deg, #0A0A0A 64.78%, #A2A4AB 64.78%) !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
  }

  .taa-vision-title {
    margin: 0;
    color: #fff;
    font-family: 'Space Grotesk';
    font-size: 35px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 55%;
  }

  .taa-vision-text p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.86);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    width: 63%;
  }

  .section-service-17 .taa-vision-title {
    margin: 0;
    color: #0A0A0A;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .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: 21px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    color: #0A0A0A !important;
    text-transform: uppercase !important;
  }

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

  .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: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
  }

}
@media (min-width: 1024px) and (max-width: 1199px) {
  body .section-service-17 .service-item .content h4.fw-4 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
}

@media (max-width: 1024px) {
    .section-about-16 .scroll-effect h3.text-change-color.reveal-type.font-3 {
        width: 80% !important;
    }
}

@media (max-width: 1024px) {
    .taa-vision-section .banner .bg-banner {
        height: 100% !important;
    }
}
@media (max-width: 1024px) {
    .taa-governance__right {
        width: 118%;
        max-width: 540px;
        padding-top: 42px;
        margin-left: -80px;
    }
}
@media (max-width: 1024px) {
    .taa-governance__bg {
        position: relative;
        width: 100%;
        min-height: 500px;
        display: flex;
        align-items: flex-start;
        overflow: hidden;
    }
}
@media (max-width: 1024px) {
    .taa-governance__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.7fr);
        column-gap: 50px;
    }
}
@media (max-width: 1024px) {
    .hero-banner-20 .text-display-2 {
        font-size: 55px !important;
        line-height: 55px !important;
    }
}
@media (max-width: 1024px) {
    .hero-banner-20 .text-display-2 {
        width: 725px !important;
        max-width: 1200px !important;
        white-space: normal !important;
    }
}
@media (max-width: 1024px) {
    .hero-banner-20 .tag-line {
        font-size: 18px !important;
        line-height: 26px !important;
        width: 520px !important;
        max-width: 100% !important;
        white-space: normal !important;
    }
}

/* =========================================================
   MOBILE MENU - REMOVE BORDER FROM LAST ITEM ONLY
   ========================================================= */

.mobile-navigation ul li:last-child {
    border-bottom: none !important;
}

#menu-mobile-menu li:last-child {
    border-bottom: none !important;
}
@media (min-width: 1280px) and (max-width: 1280px) {
    footer.footer-style-18 .footer-content h2, footer.footer-style-18 .footer-content h3, footer.footer-style-18 .footer-about h2, footer.footer-style-18 .footer-about h3 {
        font-size: 30px !important;
        line-height: 36px !important;
        width: 100% !important;
        max-width: 88% !important;
    }
}



@media (max-width: 767px) {
    .taa-governance__right {
        width: 100%;
        max-width: 100%;
        padding-top: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .taa-governance__grid {
        grid-template-columns: 1fr;
        column-gap: 0px;
    }
}
@media (max-width: 767px) {
    .hero-banner-20 .content-inner .content {
        width: 100% !important;
    }

    .hero-banner-20 .text-display-2 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 42px !important;
        line-height: 40px !important;
        word-break: break-word;
    }
}