/* GHATEX site overrides */
:root {
    --ghatex-brand-dark: #00286a;
    --ghatex-brand-dark-rgb: 0, 40, 106;
    --ghatex-brand-accent: #f15600;
}

header .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    z-index: 99;
    min-height: 85px;
    padding: 10px 15px;
}

header .header-main .logo {
    float: none;
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

header .header-main .logo a {
    display: flex;
    align-items: center;
    line-height: 0;
}

header .header-main .site-logo {
    display: block;
    height: 52px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    object-position: left center;
}

header .header-main nav {
    float: none;
    margin-top: 0;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .header-main nav .ownmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

header .header-main nav .ownmenu > li {
    float: none;
}

@media (max-width: 991px) {
    header > .container:first-child {
        display: none;
    }

    header .top-bar {
        display: none;
    }

    header .header-main {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        min-height: 64px;
        padding: 10px 15px;
    }

    header .header-main .logo {
        width: auto;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 0;
    }

    header .header-main .site-logo {
        height: 44px;
        max-width: 180px;
        object-position: left center;
    }

    header .header-main nav {
        width: auto;
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    header .header-main nav .ownmenu {
        justify-content: flex-end;
        width: auto;
    }
}

@media (max-width: 767px) {
    header .header-main {
        position: relative;
        display: block;
        min-height: 60px;
        padding: 8px 15px;
    }

    header .header-main .logo {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        margin: 0;
    }

    header .header-main nav {
        width: 100%;
        margin: 0;
        float: none;
    }

    header .header-main nav .ownmenu {
        position: relative;
        width: 100%;
        min-height: 44px;
        margin: 0;
        padding: 0;
    }

    header .header-main nav .ownmenu > li.showhide {
        display: block !important;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        line-height: 1;
        margin: 0;
        padding: 0;
        z-index: 2;
        cursor: pointer;
    }

    header .header-main nav .ownmenu > li.showhide span.title {
        display: none;
    }

    header .header-main nav .ownmenu > li.showhide span.icon {
        float: none;
        width: auto;
        margin: 0;
        padding: 8px;
        font-size: 26px;
        line-height: 1;
        text-align: center;
        color: #272727;
    }

    header .header-main nav .ownmenu > li:not(.showhide) {
        width: 100%;
        box-sizing: border-box;
    }

    header .header-main nav .ownmenu > li:not(.showhide):first-of-type {
        margin-top: 52px;
    }
}

.expo-feature-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.about .about-lead {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--ghatex-brand-dark);
    margin-bottom: 16px;
}

.about .row {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .about .row {
        display: block;
    }

    .expo-feature-image {
        margin-top: 30px;
    }
}

footer .footer-site-logo {
    display: inline-block;
    height: 48px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

footer .container {
    text-align: center;
}

footer .foot-link {
    float: none;
    display: block;
    text-align: center;
    margin-top: 15px;
    padding: 0;
}

footer .under-footer {
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .social-link {
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .social-link li {
    padding-left: 0;
}

footer .under-footer .social-link a {
    color: #fff;
}

footer .under-footer .social-link--icons .social-icon:hover,
footer .under-footer .social-link--icons .social-icon:focus {
    background: var(--ghatex-brand-accent);
    border-color: var(--ghatex-brand-accent);
    color: #fff;
}

footer .under-footer .social-link--icons .social-icon:hover i,
footer .under-footer .social-link--icons .social-icon:focus i,
footer .under-footer .social-link--icons .social-icon:hover .social-icon-svg,
footer .under-footer .social-link--icons .social-icon:focus .social-icon-svg {
    color: #fff;
    fill: #fff;
}

footer .social-link--icons {
    gap: 12px;
}

.social-link--icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-link--icons li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.social-icon i,
.social-icon .social-icon-svg {
    color: inherit;
}

.social-icon .social-icon-svg path {
    fill: currentColor;
}

.social-icon:hover,
.social-icon:focus {
    background: var(--ghatex-brand-accent);
    border-color: var(--ghatex-brand-accent);
    color: #fff;
    text-decoration: none;
}

.social-icon-svg {
    width: 18px;
    height: 18px;
    display: block;
}

.top-bar-social {
    float: right;
    position: relative;
    z-index: 10;
    height: 40px;
    margin: 0 12px 0 0;
    gap: 8px;
    align-items: center;
}

.top-bar-social .social-icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-color: rgba(255, 255, 255, 0.45);
}

.top-bar-social .social-icon-svg {
    width: 14px;
    height: 14px;
}

.top-bar-social .social-icon:hover,
.top-bar-social .social-icon:focus {
    background: #fff;
    border-color: #fff;
    color: var(--ghatex-brand-dark);
}

.contact-social {
    margin-top: 24px;
}

.contact-social h4 {
    margin: 0 0 14px;
    font-size: 16px;
    text-transform: uppercase;
}

.contact-social .social-icon {
    border-color: rgba(0, 40, 106, 0.2);
    color: var(--ghatex-brand-dark);
    background: #f5f5f5;
}

.contact-social .social-icon:hover,
.contact-social .social-icon:focus {
    background: var(--ghatex-brand-accent);
    border-color: var(--ghatex-brand-accent);
    color: #fff;
}

.about .contact-social a.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    text-transform: none;
    color: var(--ghatex-brand-dark);
    line-height: 1;
    padding: 0;
}

.about .contact-social a.social-icon i {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    width: auto;
    float: none;
}

.about .contact-social a.social-icon .social-icon-svg {
    margin: 0;
}

.about .contact-social a.social-icon:hover,
.about .contact-social a.social-icon:focus {
    color: #fff;
}

.side-bar .conct-with .social-link--icons {
    gap: 10px;
    margin: 0;
}

.side-bar .conct-with {
    margin: 0;
}

.side-bar .conct-with li {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0;
}

.side-bar .conct-with .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-color: rgba(0, 0, 0, 0.12);
    color: #333;
    background: #f5f5f5;
    text-align: center;
}

.side-bar .conct-with .social-icon i {
    background: none;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
    float: none;
}

.side-bar .conct-with .social-icon .social-icon-svg {
    margin: 0;
}

.side-bar .conct-with .social-icon:hover,
.side-bar .conct-with .social-icon:focus {
    background: var(--ghatex-brand-accent);
    border-color: var(--ghatex-brand-accent);
    color: #fff;
}

@media (max-width: 991px) {
    .top-bar-social {
        display: none;
    }
}

footer .footer-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}

footer .footer-copy p {
    color: #fff;
    margin: 0;
}

.accreditation-bar {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.content .accreditation-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
}

.accreditation-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #616566;
}

footer .accreditation-label {
    color: #ccc;
}

.accreditation-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.accreditation-logos li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accreditation-logos img {
    max-height: 70px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
}

.sponsors .client-slide img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.sponsors .sponsors-partners img {
    max-height: 80px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    background: #fff;
    padding: 8px 12px;
    border-radius: 4px;
}

.sponsors .sponsors-partners--official img {
    max-height: 160px;
    max-width: 300px;
    width: auto;
    padding: 18px 24px;
}

.sponsors-block--partners {
    text-align: center;
    margin-bottom: 10px;
}

.sponsors-block--partners .tittle {
    margin-bottom: 28px;
}

.sponsors-block--partners .tittle h2 {
    color: #fff;
}

.sponsors-block--partners .tittle hr {
    margin-left: auto;
    margin-right: auto;
}

.sponsors-block--partners .sponsors-partners--official {
    gap: 28px 48px;
}

.sponsors-block--endorsed {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sponsors-endorsed-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 24px;
}

.sponsors-endorsed-label {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sponsors-block--endorsed .sponsors-partners img {
    max-height: 70px;
    max-width: 150px;
}

@media (max-width: 767px) {
    .sponsors .sponsors-partners--official img {
        max-height: 120px;
        max-width: 240px;
        padding: 14px 18px;
    }

    .sponsors-block--endorsed {
        margin-top: 30px;
        padding-top: 24px;
    }

    .sponsors-endorsed-row {
        flex-direction: column;
        gap: 14px;
    }
}

.sponsors .client-slide img[src*="accreditation"] {
    filter: none;
    background: #fff;
    padding: 8px 12px;
    border-radius: 4px;
}

.history-detail ul li {
    margin-bottom: 8px;
}

/* Why GHATEX split section */
.history.history-why {
    background: var(--ghatex-brand-dark);
}

.history-why-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.history-why-media,
.history-why-content {
    float: none;
}

.history-feature-frame {
    position: relative;
    min-height: 560px;
    height: 100%;
    overflow: hidden;
}

.history .history-feature-image {
    width: 100%;
    height: 100%;
    min-height: 560px;
    max-height: none;
    object-fit: cover;
    object-position: center 35%;
    display: block;
    filter: brightness(0.72) contrast(1.1) saturate(0.9);
}

.history-feature-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(var(--ghatex-brand-dark-rgb), 0.35) 0%, rgba(var(--ghatex-brand-dark-rgb), 0.05) 45%, rgba(var(--ghatex-brand-dark-rgb), 0.3) 100%),
        linear-gradient(to right, rgba(var(--ghatex-brand-dark-rgb), 0.1) 0%, rgba(var(--ghatex-brand-dark-rgb), 0.45) 100%);
    pointer-events: none;
}

.history-why-content .history-detail {
    min-height: 560px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    box-sizing: border-box;
}

.history .why-ghatex-block h4 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.history .why-ghatex-block hr {
    width: 50px;
    margin: 18px 0 28px;
    border-width: 2px;
    border-color: #f19100;
}

.history .history-detail {
    padding-bottom: 0;
}

.history .why-ghatex-block p {
    color: #fff;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 18px;
}

.history .why-ghatex-block .mission-vision-heading {
    margin-top: 36px;
}

@media (max-width: 991px) {
    .history-feature-frame,
    .history .history-feature-image,
    .history-why-content .history-detail {
        min-height: 420px;
    }

    .history-why-content .history-detail {
        padding: 50px 35px;
    }

    .history-feature-overlay {
        background:
            linear-gradient(to bottom, rgba(var(--ghatex-brand-dark-rgb), 0.35) 0%, rgba(var(--ghatex-brand-dark-rgb), 0.15) 100%),
            rgba(var(--ghatex-brand-dark-rgb), 0.2);
    }
}

@media (max-width: 767px) {
    .history-feature-frame,
    .history .history-feature-image {
        min-height: 280px;
    }

    .history .history-feature-image {
        min-height: 280px;
    }

    .history-why-content .history-detail {
        min-height: auto;
        padding: 40px 25px;
    }
}

.history .why-ghatex-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.history .why-ghatex-list > li,
.history .core-objectives-list > li {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
    padding-left: 18px;
    position: relative;
}

.history .why-ghatex-list > li::before,
.history .core-objectives-list > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--ghatex-brand-accent);
}

.history .core-objectives-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.history .core-objectives-list > li:last-child {
    margin-bottom: 0;
}

.platform-section {
    background: #f6f8fb;
}

.platform-section .tittle h2 {
    text-transform: uppercase;
}

.platform-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 28px;
    }
}

@media (min-width: 992px) {
    .platform-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 40px 28px;
    }

    .platform-item {
        grid-column: span 2;
    }

    .platform-item:nth-child(4) {
        grid-column: 2 / 4;
    }

    .platform-item:nth-child(5) {
        grid-column: 4 / 6;
    }
}

.platform-item-media {
    overflow: hidden;
    margin-bottom: 18px;
}

.platform-item-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.platform-item-index {
    display: block;
    color: var(--ghatex-brand-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.platform-item-body h5 {
    margin: 0 0 12px;
    color: var(--ghatex-brand-dark);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.platform-item-body p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

.objectives-section {
    background: #fff;
}

.objectives-section .tittle h2 {
    color: var(--ghatex-brand-dark);
}

.objectives-section .tittle p {
    color: #666;
}

.objectives-section .tittle hr {
    background: var(--ghatex-brand-accent);
}

.objectives-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

@media (min-width: 768px) {
    .objectives-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (min-width: 992px) {
    .objectives-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 36px 28px;
    }

    .objectives-item {
        grid-column: span 2;
    }

    .objectives-item:nth-child(4) {
        grid-column: 2 / 4;
    }

    .objectives-item:nth-child(5) {
        grid-column: 4 / 6;
    }
}

.objectives-item {
    text-align: center;
    padding: 8px 12px 0;
}

.objectives-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    border: 1px solid rgba(0, 40, 106, 0.15);
    color: var(--ghatex-brand-accent);
    font-size: 22px;
}

.objectives-item h5 {
    margin: 0 0 10px;
    color: var(--ghatex-brand-dark);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.4;
}

.objectives-item p {
    margin: 0 auto;
    max-width: 280px;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.upcoming-events .upcoming-event {
    margin-bottom: 40px;
    overflow: hidden;
}

.upcoming-events .upcoming-event:last-child {
    margin-bottom: 0;
}

.event-gallery-wrap {
    position: relative;
}

.event-gallery-wrap .date {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 3;
}

.image-gallery-open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
}

.event-gallery-wrap .image-gallery-open img,
.event-gallery-wrap .ghatex-gallery-carousel .image-gallery-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.platform-item-gallery .image-gallery-open img,
.platform-item-gallery .ghatex-gallery-carousel .image-gallery-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.ghatex-gallery-carousel {
    position: relative;
}

.ghatex-gallery-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.ghatex-gallery-carousel .owl-nav .owl-prev,
.ghatex-gallery-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(0, 40, 106, 0.75);
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    pointer-events: auto;
    transition: background-color 0.3s ease;
}

.ghatex-gallery-carousel .owl-nav .owl-prev:hover,
.ghatex-gallery-carousel .owl-nav .owl-next:hover {
    background: var(--ghatex-brand-accent);
}

.ghatex-gallery-carousel .owl-nav .owl-prev {
    left: 12px;
}

.ghatex-gallery-carousel .owl-nav .owl-next {
    right: 12px;
}

.ghatex-gallery-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 2;
}

.ghatex-gallery-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.55);
}

.ghatex-gallery-carousel .owl-dots .owl-dot.active span,
.ghatex-gallery-carousel .owl-dots .owl-dot:hover span {
    background: var(--ghatex-brand-accent);
}

body.ghatex-lightbox-open {
    overflow: hidden;
}

.ghatex-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.ghatex-lightbox.is-open {
    display: flex;
}

.ghatex-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 55, 0.92);
}

.ghatex-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ghatex-lightbox__stage {
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    touch-action: pan-y;
}

.ghatex-lightbox__image {
    display: block;
    width: 100%;
    max-height: calc(100vh - 180px);
    object-fit: contain;
    background: #000;
}

.ghatex-lightbox__close {
    position: absolute;
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ghatex-lightbox__close:hover,
.ghatex-lightbox__close:focus {
    background: var(--ghatex-brand-accent);
}

.ghatex-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 40, 106, 0.85);
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.ghatex-lightbox__nav:hover,
.ghatex-lightbox__nav:focus {
    background: var(--ghatex-brand-accent);
    transform: translateY(-50%) scale(1.05);
}

.ghatex-lightbox__nav--prev {
    left: 12px;
}

.ghatex-lightbox__nav--next {
    right: 12px;
}

.ghatex-lightbox--single .ghatex-lightbox__nav {
    display: none;
}

.ghatex-lightbox__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
}

.ghatex-lightbox__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.ghatex-lightbox__counter {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--ghatex-brand-accent);
}

@media (max-width: 767px) {
    .ghatex-lightbox {
        padding: 16px 8px;
    }

    .ghatex-lightbox__nav {
        width: 42px;
        height: 42px;
        font-size: 24px;
        line-height: 42px;
    }

    .ghatex-lightbox__nav--prev {
        left: 6px;
    }

    .ghatex-lightbox__nav--next {
        right: 6px;
    }

    .ghatex-lightbox__close {
        top: -42px;
        right: 4px;
    }

    .ghatex-lightbox__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

.event-page ul {
    margin-bottom: 40px;
    overflow: hidden;
}

.legal-document-section {
    background: #fff;
}

.legal-document {
    max-width: 820px;
    margin: 0 auto;
    color: #444;
    font-size: 15px;
    line-height: 1.85;
}

.legal-document .legal-updated {
    margin: 0 0 28px;
    color: #777;
    font-size: 14px;
}

.legal-document h3 {
    margin: 36px 0 14px;
    color: var(--ghatex-brand-dark);
    font-size: 20px;
    font-weight: 700;
}

.legal-document h4 {
    margin: 22px 0 10px;
    color: var(--ghatex-brand-dark);
    font-size: 16px;
    font-weight: 700;
}

.legal-document p {
    margin: 0 0 16px;
}

.legal-document ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.legal-document li {
    margin-bottom: 8px;
}

.legal-document a {
    color: var(--ghatex-brand-accent);
    text-decoration: underline;
}

.legal-document a:hover,
.legal-document a:focus {
    color: var(--ghatex-brand-dark);
}

.event .date {
    background: var(--ghatex-brand-accent);
    width: auto;
    min-width: 90px;
    height: auto;
    min-height: 85px;
    padding: 14px 12px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
}

.event .date-day,
.event .date-month-primary {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.event .date-month:not(.date-month-primary) {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
}

.event .date-year {
    color: #fff;
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
}

.event-info-panel {
    margin-bottom: 30px;
}

.event-details-list,
.target-audience-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.event-details-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.event-details-list li:last-child {
    border-bottom: none;
}

.event-details-list strong {
    color: var(--ghatex-brand-dark);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-details-list span {
    color: #555;
    font-size: 15px;
}

.target-audience-list li {
    position: relative;
    padding: 8px 0 8px 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.target-audience-list li:last-child {
    border-bottom: none;
}

.target-audience-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 7px;
    height: 7px;
    background: var(--ghatex-brand-accent);
}

@media (max-width: 767px) {
    .accreditation-logos {
        gap: 20px;
    }

    .accreditation-logos img {
        max-height: 55px;
        max-width: 110px;
    }
}

.btn,
.btn-1 {
    background: var(--ghatex-brand-accent);
    border-color: var(--ghatex-brand-accent);
    color: #fff;
}

.btn:hover,
.btn-1:hover {
    background: var(--ghatex-brand-dark);
    border-color: var(--ghatex-brand-dark);
    color: #fff;
}

.about .container.text-center hr {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about a.btn,
.about a.btn:hover,
.about a.btn:focus {
    color: #fff;
}

.breadcrumb {
    background: var(--ghatex-brand-dark);
}

footer .foot-link li {
    border-right-color: rgba(255, 255, 255, 0.2);
}

div.pp_overlay {
    background: var(--ghatex-brand-dark) !important;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: var(--ghatex-brand-dark) !important;
}

.owl-carousel .owl-video-wrapper {
    background: var(--ghatex-brand-dark);
}

.home-slider .overlay {
    background: rgba(var(--ghatex-brand-dark-rgb), 0.2);
}

.gallery ul li .hover-info {
    background: rgba(var(--ghatex-brand-dark-rgb), 0.7);
}
