.categories__item:hover .icon img {
    filter: none !important;
}
.categories__item:hover .icon {
    background-color: #e9c47f;
}
.blog__post-area {
    margin-top: 0px;
    padding-top: 120px;
}
.faq__area {
    margin-top: 0px;
    padding-top: 120px;
    background-color: #ffffff;
}

.pt-120 {
    padding-top: 120px;
}
.footer__area {
    background-color: #2d689d;
}

.footer__area p,
.footer__area a:not(:hover) {
    color: white;
    text-align: justify;
}

/* Layout Containers */
.section {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    font-size: 32px;
    margin-bottom: 24px;
}
h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #262a4d;
}
h6 {
    font-size: 62px;
    line-height: 1em;
    margin-bottom: 0px;
}
.join-button {
    padding: 14px 32px;
    background-color: #e9c47e;
    width: fit-content;
    color: #262a4d;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-top: 16px;
    display: block;
}
.join-button:hover {
    background-color: #262a4d;
    color: #fff;
}
.join-button.second {
    background-color: #262a4d;
    color: #e9c47e;
    transition: all 0.3s ease-in-out;
}
.join-button:hover {
    background-color: #fff;
    color: #262a4d;
}

/* HERO */
#hero::after {
    background-color: #262a4d;
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}
#hero {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#hero .hero-container {
    position: relative;
    max-width: 900px;
    margin: auto;
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 2;
}
#hero h5 {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    color: #e9c47e;
}
#hero h1 {
    font-family: "Outfit", sans-serif;
    font-size: 48px;
    font-weight: 700;
}
#hero p {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 300;
    max-width: 600px;
}

/* INTRODUCTION */

#introduction .intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
}

#introduction .intro-left,
#introduction .intro-right {
    /* flex: 1 1 calc(50% - 20px); */
    width: 48%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

#introduction .intro-right {
    background-position: center;
    background-size: cover;
}
.laexp {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: #00000050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    backdrop-filter: blur(4px);
}

/* TRAINING INFO */
#training-info {
    background-color: #262a4d;
}
#training-info .training-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
#training-info .training-left {
    width: 35%;
    position: sticky;
    top: 20px;
    color: #fff;
}
#training-info .training-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.training-box {
    display: flex;
    gap: 20px;
    background-color: white;
    /* border-radius: 16px; */
    transition: all 0.3s ease-in-out;
}
.training-box .box-column-a {
    width: 60%;
    padding: 20px;
}
.training-box .box-column-b {
    width: 40%;
}
.training-box:hover {
    background-color: #e9c47e;
}
.training-box .box-column-b img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    mask-image: url(/frontend/img/custom/about/blob.svg);
    mask-repeat: no-repeat;
    mask-position: center;
}
.training-more-info {
    margin-top: 24px;
    width: 100%;
    color: #fff;
    text-align: center;
}

/* MORE INFORMATION */
#more-info .more-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    width: 100%;
}
#more-info .more-left {
    flex: 1 1 40%;
    position: relative;
}
#more-info .more-left img {
    width: 100%;
    height: 100%;
    background: #ccc;
    /* display: block; */
    z-index: 2;
    object-fit: cover;
}
#more-info .more-left::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #e9c47e;
    z-index: -1;
}
#more-info .more-left::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -20px;
    background: #262a4d;
    z-index: -1;
}
#more-info .more-right {
    flex: 1 1 60%;
}
.more-boxes {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.info-box {
    background-color: white;
    padding: 12px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.info-box:hover {
    background-color: #e9c47e;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.img-icon {
    position: relative;
    display: flex;
    margin-bottom: 12px;
}
.img-icon img {
    object-fit: contain;
    width: 100%;
    display: block;
}

/* WHY US */
#why-us {
    padding: 45px 0px;
}
#why-us .why-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-wrapper--2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.why-col.text-col {
    background-color: #262a4d;
    color: #fff;
}
#why-us .why-col {
    text-align: center;
    padding: 20px;

    display: flex;
    flex-direction: column;
    border: 1px solid hsla(234, 34%, 23%, 0.3);
    align-items: center;
}

.custom--col {
    margin-top: 60px;
}

/* #why-us .custom--col .why-col:not(:last-child) {
    margin: 10px;
} */
.why-col .icon {
    padding: 8px;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #262a4d;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.why-col .icon svg {
    height: 32px;
    fill: #e9c47e;
}
.why-col:hover .icon {
    transform: translateY(-50%);
}

/* CTA */
#cta .cta-box {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #e9c47e;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #more-info .more-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .section {
        padding: 60px 0px;
    }
    .more-boxes {
        grid-template-columns: repeat(4, 1fr);
    }

    #why-us .why-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-wrapper--2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 766px) {
    #introduction .intro-left,
    #introduction .intro-right,
    #training-info .training-left,
    #training-info .training-right,
    #more-info .more-left,
    #more-info .more-right {
        flex: 1 1 100%;
    }

    .training-box {
        flex-direction: column;
        text-align: center;
    }
    .training-box .box-column-a,
    .training-box .box-column-b {
        width: 100%;
    }

    .more-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    #why-us .why-wrapper {
        grid-template-columns: 1fr;
    }
    .why-wrapper--2 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 570px) {
    #training-info .training-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    #training-info .training-left,
    #training-info .training-right {
        position: relative;
        width: 100%;
    }
    .notop-padding-m {
        padding-top: 0;
    }
}
/* DECORATIVE ASSETS */
#asset01 {
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(-110%);
    width: 300px;
    opacity: 0.2;
    fill: white;
}

.text-white {
    color: white !important;
}

.my-container {
    max-width: 1120px;
    width: 100%;
}

/* address footer */

.list-wrap {
    color: #b2bbcc;
}

/* footer line */

.footer-line {
    border: none;
    height: 1px;
    background: #e9c47f;
    margin: 0px 0;
}

.footer-menu-arrow li a i {
    font-size: 12px;
    color: #ffc107;
    transition: 0.3s;
}

.footer-menu-arrow li a:hover i {
    transform: translateX(2px);
}

.footer__bottom {
    background-color: #e9c47e;
    padding: 10px 0;
    color: var(--tg-heading-color);
}

.footer__bottom p {
    color: var(--tg-heading-color);
}
.footer__bottom a {
    color: var(--tg-heading-color) !important;
}

.footer__link .list-wrap li a,
.footer__newsletter p,
.footer__social li a,
.footer__social-wrap .title {
    color: white;
}
.list-wrap {
    color: white;
}

.footer__top {
    padding: 100px 0 0px;
}

.sticky {
    position: sticky !important;
    top: 150px;
}

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

.customize-btn {
    padding-inline: 50px;
    margin-right: 20px;
}

.customize-btn--secondary {
    background: var(--tg-theme-secondary);
    color: black;
}

.customize-btn--secondary:hover {
    background-color: var(--tg-theme-primary);
    color: white;
}

/* contact-form */

.contact-info-wrap .list-wrap .contact_info {
    background-color: #2d689d;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.contact-info-wrap .contact_info .title {
    color: white;
}

.bio {
    color: white;
}

.contact-info-wrap .list-wrap li .content .contact-link,
.contact-info-wrap .list-wrap li .content p {
    color: white;
}

.contact-info-wrap .list-wrap li .content .contact-link:hover {
    color: white;
}

.button:hover {
    background-color: #e9c47f;
    color: black;
}

/* .contact-info-wrap .contact_info .icon path {
    fill: #e9c47f !important;
} */

.contact-info-wrap .contact_info .icon {
    border: 1px solid #e9c47f;
    border-radius: 50%;
}
.contact-form-wrap {
    background-color: white;
    border: 0px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: 0px 0px 2px 0px rgb(228, 227, 227);
}

/* 

.contact-form-wrap h4 {
    color: #fff;
}

.contact-form-wrap p {
    color: #fff;
} */

/* Gallery */

.filters {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.filters button {
    border: none;
    background: #2d689d;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.25s;
    font-size: 14px;
    color: white;
}
.filters button.active {
    background: #e9c47e;
    color: #000;
    transform: scale(1.08);
}
.gallery-card {
    position: relative;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
    transition: all 0.3s;
}

.gallery-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-card:hover img {
    transform: scale(1.2);
}

.video-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 14px;
    border-radius: 4px;
}
/* Title css */

.ekit-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ekit-wid-con .elementskit-section-title-wraper.center,
.ekit-wid-con .elementskit-section-title-wraper.text_center {
    text-align: center;
}

.ekit-wid-con .ekit-heading {
    position: relative;
}
@media (max-width: 1024px) {
    .elementskit-section-title-wraper .elementskit-section-title {
        font-size: 30px;
    }
}

.elementskit-section-title-wraper .elementskit-section-title {
    color: white;
    margin: 0px 0px 6px 0px;
    font-family: "Ubuntu", Sans-serif;
    font-size: 35px;
    font-weight: 500;
    text-transform: none;
}
.ekit-wid-con .elementskit-section-title {
    font-weight: 500;
}
.ekit-wid-con .elementskit-section-title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
    .ekit_heading_separetor_wraper {
        margin: 15px 0px 0px 0px;
    }
}

.ekit_heading_separetor_wraper {
    margin: 15px 0px 0px 0px;
}

.elementskit-border-star {
    width: 100px;
    height: 2px;
    color: white;
    background-color: white;
    border-radius: 2px;
    height: 2px;
    position: relative;
}

.elementskit-border-star:after {
    background-color: #e9c47e;
}
.elementskit-border-star::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 14.3px;
    height: 14.3px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -7.15px;
}

.elementskit-section-title > span {
    color: #e9c47e;
}

/* Team */

.single_team:not(:last-child) {
    margin-right: 20px;
}

.single_team {
    background-color: #e9c47e;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
    border-radius: 5px;
    height: 500px;
    margin-bottom: 40px;
    transition: all 0.2s;
}
.single_team:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.single-team__image {
    display: flex;
    justify-content: center;
    height: 60%;
    width: 100%;
    /* padding: 10px; */
}

.single-team__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-team__content {
    background-color: #262a4d;
    color: white;
    padding: 24px 10px;
    width: 100%;
    border-radius: 2px;
    height: 40%;
}
.single_team .expert_img {
    width: 100%;
    /* margin-bottom: 10px; */
}

.single_team .experts_name {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single_team .experts_name h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: white;
}

.single_team .experts_name span {
    display: inline-block;
    width: 100%;
}

.single_team .experts_name::after {
    content: "";
    width: 40%;
    height: 5px;
    background-color: white;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0px;
}

.single_team .expert__social {
    display: flex;
    justify-content: center;
}
.single_team .expert__social a:not(:last-child) {
    margin-right: 10px;
}

.single_team .expert__social i {
    font-size: 16px;
    color: white;
}

.hidden-item {
    visibility: hidden;
    position: absolute;
}

.gallery-card {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 15px;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Loader overlay */
.gallery-card .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.gallery-card .loader::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 4px solid #999;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#gallery {
    min-height: fit-content !important;
}

/* Ceo Message */

.ceo-img {
    max-height: 530px;
}

@media (max-width: 900px) {
    .ceo-img {
        max-height: fit-content !important;
    }
}

.w-95 {
    width: 95%;
}

.pt-4 {
    padding-top: 16px;
}
.mt-10 {
    margin-top: 40px;
}
.w-44 {
    width: 176px;
}
.h-44 {
    height: 176px;
}
.-mb-20 {
    margin-bottom: -80px;
}
.z-50 {
    z-index: 50;
}
.object-contain {
    object-fit: cover;
}
.shado-3 {
    box-shadow: 0px 0px 2px 0px rgb(228, 227, 227);
}
.pt-20 {
    padding-top: 80px;
}
.pb-10 {
    padding-bottom: 40px;
}

.bg-second-color {
    background-color: #e9c47e;
}
.px-10 {
    padding-inline: 40px;
}
.c-55 {
    color: #555;
}
.p-2 {
    padding: 8px;
}

.form-group-my {
    width: 100%;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 65px;
}

@media (min-width: 640px) {
    .form-group-my {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .form-group-my {
        width: 33.333333%;
    }
}

@media (min-width: 1024px) {
    .form-group-my {
        width: 33.333333%;
    }
}

.courses__item {
    min-height: 330px;
}

.courses__item img {
    object-fit: contain;
}

.section-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section__title .sub-title {
    background: #22336c;
    color: white;
}

.categories__wrap,
.newsletter__area,
.testimonial__item,
.brand-area,
.faq__area {
    background: #ddeeff;
}

.blog__post-area {
    background-color: #ffffff;
}
.newsletter__content .title {
    color: var(--tg-heading-color);
}

.newsletter__form form input::placeholder {
    color: white;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section__title.white-title p {
    color: white;
}

.features__content p {
    color: white;
}

.testimonial__item::before {
    color: #2d689d;
}

.blog__post-meta .list-wrap li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: black;
}

.shine__animate-link.blog {
    height: 100%;
    width: 100%;
}

.blog__post-item {
    min-height: 421px;
}

.banner_area_top_img {
    display: flex;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .copy-right-text p {
        text-align: center !important;
    }
    .instructor__item-two {
        flex-direction: column !important;
    }
    .instructor__item-two .instructor__thumb-two {
        display: block !important;
    }

    .instructor__content-two p {
        color: #262a4d;
    }
    .testimonial__author {
        flex-direction: column;
    }

    .testimonial__author-content .rating {
        justify-content: center;
    }

    .testimonial__item {
        min-height: 610px !important;
    }
}

@media (min-width: 1024px) {
    .banner_area_top_img {
        position: absolute;
        top: 10px;
        right: 20px;
    }
}

@media (min-width: 1200px) {
    .banner_area_top_img {
        position: absolute;
        top: 50% !important;
        right: 50% !important;
        transform: translateY(-50%) !important;
        flex-direction: column !important;
    }

    .about__enrolled.students.aos-init.aos-animate {
        bottom: 311px;
        left: 9px;
    }
}

.gallery-video-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    position: absolute;
    top: 0px;
}

.play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}
/* Overlay */
.video-overlay {
    background: rgba(0, 0, 0, 0.85);
}

/* Square modal */
.video-square {
    width: 420px;
    max-width: 90vw;
}

/* Square container */
.video-square .modal-content {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
}

/* Inner frame gives room for controls */
.video-frame {
    width: 100%;
    height: 100%;
    padding-bottom: 48px; /* 👈 space for Plyr controls */
    box-sizing: border-box;
}

/* Plyr fills safely */
#plyrPlayer {
    width: 100%;
    height: 100%;
}

/* Close button on overlay */
.overlay-close {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1056;
}
@media (max-width: 1290px) {
    .tgmenu__navbar-wrap {
        display: none !important;
    }
    .tgmenu__search {
        margin-left: auto !important;
    }
    .tg-header__area .mobile-nav-toggler {
        display: block !important;
    }
    .tgmenu__action {
        margin: 0 25px 0 0;
    }
    .tg-header__area {
        padding: 20px 0;
    }
    .custom-container--my {
        max-width: 960px;
    }
}