@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1260px;
        /* Adjust as needed */
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1380px;
        /* Adjust as needed */
    }
}

.footer-color {
    background-color: var(--secondary-color);
}
.tp-offcanvas-2-area .tp-main-menu-mobile {
    padding-top: 80px;
    padding-left: 70px;
    padding-right: 70px;
}
.footer-top {
    margin-top: 0px;
}

footer p {
    color: #fff;
    font-size: 14px;
}

.tp-footer-2-widget-menu {
    display: flex;
}

.tp-footer-2-widget-menu .footer-links {
    margin-right: 20px;
}

.tp-copyright-2-bdr-top {
    padding: 50px 0;
}

.social-icons a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    background-color: white !important;
    color: var(--primary-color) !important;
    text-align: center !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    margin-bottom: 10px !important;
}

.tp-footer-2-widget-social .menu-icons a {
    color: var(--secondary-color) !important;
    background-color: #ffffff61;
}


.thefooter-content {
    width: 100%;
    max-width: 1240px;
    /* Similar to Bootstrap's container width */
    margin: 0 auto;
    /* Center the content */
    padding: 20px;
}

.tp-footer-2-widget-menu ul li a {
    color: #ffffff75;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}


.tp-footer-2-widget-menu ul li:first-child a {
    /*font-weight: 500;*/
    /*font-size: 15px;*/
    /*color: #ffffff96;*/
}


.copyright {
    color: #ffffff96;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a {
    font-size: 24px;
    font-weight: normal;
}

.tp-porfolio-10-main.header-white .tp-header-6-menu-box .tp-header-6-menubar span {
    background-color: #cea336;
}

.tp-porfolio-10-main.header-white .portfolio-logo-2 {
    width: 30%;
}

.container-1240 {
    max-width: 1240px;
}

/* Fixed background element */
.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background-overlay video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    /* Ensures it covers the entire background */
    /* filter: brightness(50%); */
}

.background-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    /* background: linear-gradient(rgba(69, 92, 120, 0.75), rgba(69, 92, 120, 0.75)); */
    z-index: 1;
}

/* Your content */
.content {
    z-index: 1;
    /* Ensure content is above the background */
}


/* Custom Hero Section */
/* Prevent horizontal overflow */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Hide unwanted horizontal scroll */
}

/* Custom Hero Section */
.custom-hero-section {
    position: relative;
    width: 100%;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Prevent Swiper from overflowing */
}

.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.custom-hero-slider {
    width: 100%;
    max-width: 1100px;
    /* Adjust for responsiveness */
    text-align: center;
    color: white;
    z-index: 2;
    overflow: hidden;
    /* Ensures Swiper stays within bounds */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 13rem; */
    width: 100%;
}

.partners-section .swiper-slide {
    height: 13rem;
}

.partners-section .swiper-slide img {
    max-width: 150px;
    max-height: 80px;
}

.swiper-slide h1 {
    font-size: 3.0rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 50px;
}

.custom-btn {
    display: inline-block;
    padding: 0.8rem 3.8rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 25px;
}

/* Custom Navigation Arrows */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    z-index: 10;
    background-size: cover;
    /* Ensure the background image is properly sized */
}

.custom-left {
    left: 15%;
    background-image: url('https://kahelan.menaws.com/html/assets/img/left.png');
}

.custom-right {
    right: 15%;
    background-image: url('https://kahelan.menaws.com/html/assets/img/right.png');
}

.custom-arrow:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    /* Circle size */
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    /* White with transparency */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    /* Ensures it appears behind the button */
}

/*  */


/*  Info Section */
.info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.info-box {
    text-align: center;
    max-width: 800px;
    padding: 6rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /* Transparent border */
    border-radius: 2rem;
}

.info-box p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 2.2rem;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}

.mt-300 {
    margin-top: 300px
}

.mb-300 {
    margin-bottom: 300px
}

/*  */

/* State */
.numbers-section {
    text-align: center;
    position: relative;
    color: white;
}

.numbers-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stats-header {
    color: #fff;
    font-size: 1.5rem;
    /* margin-left: -7rem; */
}

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

.stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.stat h3 {
    font-size: 7rem;
    margin: 0;
    color: #fff;
}

.stat p {
    font-size: 1.2rem;
    margin: 5px 0 0;
    color: #fff;

}

.separator {
    width: 2px;
    height: 70px;
    /* Adjust height to match text */
    background-color: white;
}

/*  */

/* Value Section */
.values-section {
    text-align: center;
    position: relative;
    color: white;
}

.value-box {
    position: relative;
    padding: 20px;
    background-color: transparent;
    /* Default: no background */
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow: hidden;
    /* Ensure text stays within the box */
}

.value-text {
    position: relative;
    z-index: 1;
    /* Keep value text above the hover text */
}

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /* Hidden by default */
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    width: 100%;
    z-index: 2;
    /* Make sure hover text is above the value text */
}

.value-box:hover {
    background-color: var(--primary-color);
    /* Change background color on hover */
    color: white;
    /* Change text color on hover */
    cursor: pointer;
}

.value-box:hover .value-text {
    display: none;
    /* Hide the initial text when hovered */
}

.value-box:hover .hover-text {
    display: block;
    /* Show the hover text when hovered */
}


.values-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.section-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    /* Yellow color for title */
}

.gold {
    color: var(--primary-color);
    /* Yellow color for title */
}

.color-white {
    color: #fff;
}

.font-white {
    color: #fff !important;
}

.font-gold {
    color: var(--primary-color);
}

.black {
    color: #000;
    /* Yellow color for title */
}

.bg-grey {
    background-color: #f4f4f4;
}

.bold {
    font-weight: bold;
}

.section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: center;
    max-width: 100%;
    margin: auto;
}

.value-box {
    border: 1px solid rgba(255, 255, 255, 25%);
    padding: 20px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12rem;
    border-radius: 5px;
    transition: 0.3s;
}


/*  */


/* TimeLine */

.timeline {
    width: 100%;
    background-color: #fff;
}

.timeline .swiper-container {
    height: 90vh;
    width: 100%;
    position: relative;
}

.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 50%;
    right: 50%;
    top: 13%;
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}

.timeline .swiper-slide .timeline-year {
    display: block;
    font-size: 42px;
    margin-bottom: 50px;
    transform: translate3d(20px, 0, 0);
    color: #fff;
    font-weight: 300;
    opacity: 0;
    transition: 0.2s ease 0.4s;
}

.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.5s;
}

.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.6s;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    font-size: 1rem;
}

.timeline .timeline-text::before {
    content: "";
    position: absolute;
    left: -20%;
    top: -25%;
    /* Move up */
    width: 1px;
    height: 150%;
    /* Extend down */
    background-color: #ffffff94;
}

.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.6s;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.8s;
    font-size: 1.3rem;
}

.timeline .swiper-pagination {
    right: 4rem !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #fff;
    margin: 15px 0 !important;
    position: relative;
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -29.5px;
    width: 20px;
    height: 2px;
    /* border-radius: 100%; */
    background-color: #fff;
    transform: scale(0);
    transition: 0.2s;
}

.timeline .swiper-pagination-bullet-active {
    color: #fff;
    font-size: 30px;
}

.timeline .swiper-pagination-bullet-active::before {
    transform: scale(1);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}

.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-prev:hover {
    transform: translateX(-3px);
}

.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-next:hover {
    transform: translateX(3px);
}


@media (min-width: 1200px) {
    .timeline .swiper-pagination {
        right: 3% !important;
    }
}

@media (min-width: 1400px) {
    .timeline .swiper-pagination {
        right: 4% !important;
    }
}

@media (min-width: 1600px) {
    .timeline .swiper-pagination {
        right: 10% !important;
    }
}

@media screen and (min-width: 768px) {

    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        font-size: 11px;
        text-align: right;
    }

    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 8rem;
    }

    .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }

    .timeline .swiper-pagination {
        display: flex;
    }

    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-prev:hover {
        transform: rotate(90deg) translate(-3px, 10px);
    }

    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-next:hover {
        transform: rotate(90deg) translate(3px, 10px);
    }
}

@media screen and (min-width: 1024px) {

    .timeline .swiper-slide-content {
        left: 5%;
        display: flex;
        justify-content: space-around;
        transform: translateY(-50%);
        max-width: 70%;
        width: 70%;
    }
}

/*  */

/* partner slider */
.partners-section {
    text-align: center;
    background-color: #fff;
}

.section-title {
    font-size: 1rem;
}

.values-section .section-title {
    font-size: 3rem;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-slide img:hover {
    filter: grayscale(0%);
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

/*  */



/* Panel Section */

.panel-section {
    display: flex;
}

.panel {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 80vh;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    position: relative;
    transition: flex 0.3s ease-in;
    z-index: 999;
}

.panel.active {
    flex: 1.5;
}

.panel.active h3 {
    opacity: 1;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.panel div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 15px;
    /* Adjust spacing */
    width: 80%;
}

.panel.active div {
    align-items: start;
    justify-content: start;
}

.panel img {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
    filter: brightness(2);
    /* Apply brightness to all images */
}

.panel:first-of-type img {
    filter: none;
    /* No brightness on the first panel's image */
}


.panel.active img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}



/* Hide text and button when panel is not active */
.panel h3,
.panel .custom-btn {
    display: none;
}

/* Show text and button when panel is active */
.panel.active h3,
.panel.active .custom-btn {
    display: block;
    opacity: 1;
}

/*  */


/* Latest News */
.latest-news-banner {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: url('https://kahelan.menaws.com/html/assets/img/newsbanner.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.latest-news-banner h2 {
    position: absolute;
    bottom: 10%;
    left: 7%;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.latest-news {
    position: relative;
    width: 100%;
    background: url('https://kahelan.menaws.com/html/assets/img/newsbanner.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.latest-news h2 {
    position: absolute;
    top: 40%;
    left: 5%;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.news-container {
    display: flex;
    width: 100%;
}

.news-box {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

/* Set background colors */
.news-box:nth-child(1) {
    background: var(--primary-color);
}

.dark-box {
    background: var(--secondary-color);
}

/* Hover Effect - Move the News Box Up */
/* .news-box:hover {
    transform: translateY(-15%);
  } */

.news-item:hover .news-box {
    transform: translateY(-15%);
    transition: transform 0.3s ease-in-out;
}

/* Initially Hidden View All Box */
.news-bottom {
    position: absolute;
    bottom: -40px;
    /* Start hidden behind the news-box */
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    z-index: -1;
}

/* Show View All Box on Hover */
.news-item:hover .news-box+.news-bottom {
    bottom: 0;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

/* Styling the Link in View All Box */
.news-bottom a {
    color: #000;
    text-decoration: none;
    text-decoration: underline;
}

/* News Text */
.news-text {
    position: relative;
    padding: 14%;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 2;
    /* Ensure it stays on top of the background */
}

.news-box p {
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
    color: #fff;
}

.news-box .arrow {
    font-size: 1.5em;
    margin-top: 10px;
    float: right;
    width: 30px;
    /* Smaller width */
    height: 30px;
    /* Smaller height */
    background-image: url('https://kahelan.menaws.com/html/assets/img/right.png');
    background-size: contain;
    /* Ensure the image is scaled to fit within the box */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    cursor: pointer;
    /* Change cursor to indicate clickable area */
}

.news-item {
    position: relative;
    cursor: pointer;
    background-color: #fff;
}


/* Menu */
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
    background-color: var(--primary-color);
}

.menu-icons li {
    list-style: none;
}

.tp-main-menu-mobile nav ul li>a {
    color: #fff;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a::after {
    content: none;
}

.tp-offcanvas-2-area .tp-main-menu-mobile nav>ul>li {
    border-bottom: none;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul.submenu {
    border-top: none;
}

.tp-main-menu-mobile nav ul li.has-dropdown>a.expanded {
    color: #fff;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a {
    padding: 5px 0;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul li {
    padding-left: 0px;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul li a {
    padding: 2px 0;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul {
    padding-top: 0px;
}

.tp-main-menu-mobile nav ul {
    margin-top: 10px;
    margin-bottom: 30px;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li>a {
    font-size: 16px;
}

.tp-main-menu-content ul {
    padding-left: 10%;
}

.tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul li a {
    font-size: 28px;
}

.tp-offcanvas-2-right-inner {
    padding-left: 0px;
    padding-right: 90px;
}

.tp-offcanvas-2-area .tp-main-menu-mobile {
    display: flex;
    justify-content: start;
    /* Centers horizontally */
    align-items: start;
    /* Centers vertically */
    padding-top: 30%;
    height: 100%;
    /* Ensure the container takes up full height */
}

.menu-icons a {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: 40px;
    /* Set the size of the circle */
    height: 40px;
    /* Set the size of the circle */
    border-radius: 50%;
    /* Makes the background circular */
    background-color: white;
    /* White background for the circle */
    color: var(--primary-color) !important;
    /* Icon color, adjust as needed */
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 10px;
}

.tpoffcanvas__right-info {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: end;
    /* Center items horizontally */
    height: 100%;
    /* Take up full height of the parent */
    gap: 20%;
}

.tpoffcanvas__right-info .language {
    color: #fff;
    font-size: 1.5rem;
}

.menu-icons a:hover {
    background-color: #333;
    /* Change background on hover */
    color: white;
    /* Change icon color on hover */
}

.menu-icons i {
    font-size: 1.5rem;
    /* Adjust icon size */
}

.tp-offcanvas-2-close-btn span {
    color: #fff;
}

.tp-main-menu-content {
    width: 100%;
}

.dropdown-toggle-btn {
    display: none;
}

.menu-icons a:hover {
    background-color: #fff;
    color: white;
}

/*  */


/* Header Page */
.page-header {
    background-image: url('../../assets/fardan/1409897309.png');
    /* Update with the actual image path */
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Optional dark overlay */
}

.page-header-no-shadow::before {
    background: none;
}

.header-content h1 {
    color: #fff;
}

.header-content p {
    color: #fff;
}

/*  Overview */
.overview-section {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

.overview-section h2 {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.overview-section p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.bg-dark {
    background-color: #0b130e;
}

.bg-gold {
    background-color: var(--primary-color);
}

.light-color {
    color: #fff !important;
}

/*  */

/* testimonial */

.commitment-section {
    background: url('https://kahelan.menaws.com/html/assets/img/timeline1.png') center/cover no-repeat;
    color: white;
}


.commitment-section p {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    line-height: 3rem;
}

.history-btn {
    background: white;
    color: var(--primary-color);
    border: none;
    padding: 0.8rem 3.8rem;
    font-size: 1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.history-btn:hover {
    background: #f0f0f0;
}

/*  */


/* Team slider */
.team-slider-section {
    text-align: center;
    padding: 5rem 0;
    background-color: #f4f4f4;
}

.team-slider-title {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.team-slider-container {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.team-slider-wrapper {
    display: flex;
}

.team-slider-slide {
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.team-slider-image {
    position: relative;
    overflow: hidden;
}

.team-slider-image img {
    width: 100%;
}

.team-slider-info {
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    /* Cover the whole slide */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    /* Darker at bottom */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Keeps text at the bottom */
    padding: 20px;
    box-sizing: border-box;

}

.team-slider-info h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.team-slider-info p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.team-slider-pagination {
    margin-top: 10px;
}

/*  */

/* Companies */

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.col-half-section {
    width: 100%;
    min-height: 1px;
    position: relative;
    margin-right: 0;
}

.p-3 {
    padding: 1rem !important;
}


@media (min-width: 992px) {
    .order-lg-2 {
        order: 2 !important;
    }
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
    margin: 70px 0;
    padding: 10px 0;
}

section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0;
}

/* Parent container to ensure full height and enable flexbox */
.parent-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-half-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
}

.col-half-section .pb-2 {
    max-width: 70%;
    color: #000;
}

.col-half-section img {
    margin-bottom: 20px;
}

.ms-2 {
    margin-left: 5rem !important;
}

/*  */

/* News */
.inner-news-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.card {
    background: white;
    overflow: hidden;
    border-radius: 0px;
    border: 0px;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
    padding-left: 0px;
}

.date {
    font-size: 12px;
    color: gray;
}

.title {
    font-size: 18px;
    font-weight: bold;
}

.description {
    font-size: 14px;
    margin: 10px 0;
}

.read-more {
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 14px;
}

.news-details-list .card {
    background-color: var(--primary-color);
}

.news-details-list .card-content div {
    color: #fff;
}

.news-details-list .new-read-more {
    color: #fff;
    font-size: 1rem;
}

.news-details .menu-icons {
    position: absolute;
    right: 0%;
    top: 0;
}

.news-details .menu-icons a {
    color: #fff !important;
    background-color: #000;
}

.news-details {
    max-width: 70%;
    margin: 0 auto;
}

.news-details h2 {
    font-size: 2rem;
    color: var(--primary-color);
}

.news-details p {
    margin-bottom: 15px;
}

.news-details .back-btn {
    position: absolute;
    left: 0%;
    text-decoration: underline;
    top: 0;
}


.news-details-list .read-more {
    color: #fff;
}

/* End News */

/* Conatc Form */
.form-container {
    width: 60%;
    padding: 30px;
    background: var(--primary-color);
    color: white;
    text-align: center;
}

.form-container h2 {
    margin-bottom: 10px;
}

.form-container p {
    margin-bottom: 30px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group input,
.form-group select {
    width: 49%;
    padding: 10px 10px 10px 0px;
    margin-bottom: 40px;
    background: transparent;
    color: #ffffff80;
    outline: none;
}

/* Styling for the dropdown options */
.form-group select option {
    background: var(--primary-color);
    /* Gold background */
    color: white;
    /* White text */
}

.form-group select option:hover,
.form-group select option:checked {
    background: var(--primary-color);
    /* Darker gold */
    color: white;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 49%;
    cursor: pointer;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 53px;
}

.selected-option {
    padding: 0px;
    color: #fff;
    background: transparent;
    text-align: left;
    padding-top: 10px;
}

.custom-options {
    position: absolute;
    width: 100%;
    background: var(--secondary-color);
    border-radius: 5px;
    display: none;
    z-index: 1000;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    height: 300px;
}

.custom-options::-webkit-scrollbar {
    width: 8px;
}

.custom-options::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

.custom-options::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 5px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.custom-select::after {
    content: "▼";
    font-size: 14px;
    color: white;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Hide the default select arrow */
.custom-select select {
    display: none;
    /* Hide default select */
}

.custom-options div {
    color: white;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.custom-options div:hover {
    background: #1827499a;
    /* Darker gold on hover */
}

.custom-select select {
    display: none;
    /* Hide default select */
}

.file-upload-wrapper {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    position: relative;
    width: 49%;
    border-bottom: 1px solid #fff;
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.file-upload {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.attachment-icon {
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: white;
}

.form-group input::placeholder {
    color: #000;
}

.file-upload {
    width: 100%;
}

button {
    color: var(--primary-color);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.career-form {
    max-width: 70%;
    margin: auto;
}

.career-form button:hover {
    background: var(--primary-color);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
input[type=file],
textarea,
select {
    border: unset;
    border-bottom: 1px solid #00000080;
    /* Only bottom border */
}

.full-width {
    width: 100% !important;
}

.contact-section {
    position: relative;
    width: 100%;
    height: 60vh;
    text-align: center;
    background: url('https://kahelan.menaws.com/html/assets/img/timeline1.png') center/cover no-repeat;
    color: white;
}

.contact-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 800px;
    text-align: center;
}

.contact-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #fff;
}

.contact h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.contact p {
    margin-bottom: 3rem;
}

.history-btn {
    background: white;
    color: var(--primary-color);
    border: none;
    padding: 0.8rem 3.8rem;
    font-size: 1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.history-btn:hover {
    background: #f0f0f0;
}

/* End Contact Form */

/* Careers */
.job-section-custom {
    margin: 50px auto;
    color: var(--primary-color);
}

.job-section-custom h2 {
    font-size: 3rem;
}

.job-item-custom {
    background: white;
    padding: 20px 20px 20px 0px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-details-custom {
    max-width: 75%;
}

.job-title-custom {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
}

.job-description-custom {
    font-size: 1rem;
    color: #000;
    margin-top: 5px;
}

.read-more-custom {
    border: 1px solid #000;
    background: white;
    color: #000;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

.read-more-custom:hover {
    background: var(--primary-color);
    color: white;
}

.bg-gold input[type="text"],
.bg-gold input[type="email"],
.bg-gold input[type="tel"],
.bg-gold input[type="number"],
.bg-gold input[type="password"],
.bg-gold input[type="url"],
.bg-gold input[type="file"],
.bg-gold textarea,
.bg-gold select {
    border: unset;
    border-bottom: 1px solid #fff;
    /* Only bottom border */
    color: #fff;
}

.bg-gold input::placeholder,
.bg-gold textarea::placeholder {
    color: white;
    opacity: 1;
    /* Ensures full visibility in some browsers */
}

/* End Careers */

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

.job-details {
    max-width: 70%;
    margin: 0 auto;
}

.job-details h2 {
    font-size: 2rem;
    color: var(--primary-color);
}

.job-details p {
    margin-bottom: 15px;
}

.job-details .back-btn {
    position: absolute;
    left: 0%;
    top: 0;
    text-decoration: underline;
}

.panel.active h3 {
    text-align: left;
}

.text-start {
    text-align: left;
}

.tp-header-6-menubar {
    padding: 0 !important;
}

.contact-success-message {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 25px;
}

.contact-error-message {
    background-color: #d9534f;
    color: #fff;
    border-radius: 25px;
}


.custom-btn.button-loading {
    pointer-events: none;
    background-color: #888;
    /* Slightly dimmed button during loading */
}

.custom-btn .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none;
}

.tp-header-6-area{
    background-color: rgba(255, 255, 255, 0.2); /* subtle transparent white */
    backdrop-filter: blur(10px); /* soft glass-like effect */
    -webkit-backdrop-filter: blur(10px); /* for Safari support */
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.career-btn{
    color: var(--secondary-color);
        background-color: #fff;
}
.timeline .swiper-slide  .timeline-year{
    width: 30%;
}
.timeline .swiper-slide  .timeline-text{
    width: 45%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-offcanvas-2-area .tp-main-menu-mobile {
        padding-left: 40px;
        padding-right: 30px;
    }
    .tp-offcanvas-2-area .tp-main-menu-mobile>nav>ul>li ul li a {
        font-size: 24px;
    }
}