.bgimg {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .border-cc-left {
        border-left: 2px solid #8080804f;
        padding-left: 12px;
        border-radius: 2px;
        top: 0.25em;
        height: calc(100% - 1.1em);
    }

    .contact-section-height {
        height: auto !important;
    }
}

@media screen and (max-width: 1420px) and (min-width: 1201px) {
    .counter-text {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 0px !important;
        border-top: 0px !important;
        padding-top: 0px !important;
        text-align: center;
    }

    .navbar-collapse {
        padding-top: 10px;
    }

    .navbar-toggler {
        padding: 0.35rem 0.35rem;
        font-size: 12px;
    }
}

.center-img {
    max-height: 367px;
    width: auto !important;
}

.img-css-blur {
    background: rgb(255 255 255 / 0%);
    background: rgba(253, 253, 253, 0.596);
    border-radius: 135px;
    backdrop-filter: blur(3px);
    filter: drop-shadow(2px 4px 6px black);
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

@media (min-width: 768px) {
    #footer .footer-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .border-cc-left {
        border-left: 2px solid #8080804f;
        padding-left: 12px;
        border-radius: 2px;
        top: 0.25em;
        height: calc(100% - 1.5em);
    }
}

#footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -1rem 2rem;
    clear: both;
}

#footer .footer-links li {
    display: table-cell;
    padding: 0 1rem;
}

.services-img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.footerlogo {
    height: 100px;
    width: auto;
}

.img-css-blur_v3 {
    border-radius: 135px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(9px);
    filter: drop-shadow(2px 4px 6px black);
}

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

.fs-18 {
    font-size: 15px;
    line-height: 18px;
}

.fs-15 {
    font-size: 15px;
    line-height: 18px;
}

.text-ab-col {
    color: #07000ea3 !important;
}

.ab-bag {
    backdrop-filter: blur(6px);
    border-radius: 15px;
}

.border-mmuk-left {
    border-left: 4px solid var(--primary);
    padding-left: 12px;
    border-radius: 3px 2px;
}

.border-mmuk-right {
    border-right: 4px solid var(--primary);
    padding-right: 12px;
    border-radius: 2px 3px;
}

.mb-yy {
    margin-bottom: -1.2rem;
}

.textob ol,
ul {
    padding-left: 1rem;
}

.tplogo {
    height: 367px;
}

.classdd {
    min-width: 223px;
}

.line-clamp {
    min-height: 42px;
}

.lhw {
    max-height: 65vh;
}

/***********************Navbar CSS***********************/
::-webkit-scrollbar {
    width: 0 !important;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary) !important;
}

* {
    scrollbar-width: none;
    scrollbar-color: var(--primary) transparent;
}

::-webkit-scrollbar {
    width: 0 !important;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary) !important;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 20px;
    transition: all 0.3s ease;
}

.nav-item a {
    color: white !important;
}

.nav-item:hover {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.nav-item:hover a {
    font-weight: 700;
}

.nav-item:hover::before {
    font-size: 20px;
}

.nav-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    margin-left: 10px;
    min-width: 18px;
    display: inline-block;
    transition: all 0.3s ease;
}

.nav-item[data-menuanchor="home"]::before {
    content: "\f015";
}

.nav-item[data-menuanchor="about"]::before {
    content: "\f007";
}

.nav-item[data-menuanchor="services"]::before {
    content: "\f013";
}

.nav-item[data-menuanchor="gallery"]::before {
    content: "\f03e";
}

.nav-item[data-menuanchor="faq"]::before {
    content: "\f128";
}

.nav-item[data-menuanchor="blogs"]::before {
    content: "\f02d";
}

.nav-item[data-menuanchor="contact"]::before {
    content: "\f0e0";
}

.offcanvas-end .offcanvas-body {
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateX(100%);
}

.offcanvas-end.show .offcanvas-body {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas-end .offcanvas-body.offcanvas-body-animation {
    opacity: 0;
    transform: translateX(100%);
}

.offcanvas-end.show .offcanvas-body.offcanvas-body-animation {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas-start .offcanvas-body {
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateX(-100%);
}

.offcanvas-start.show .offcanvas-body {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas-start .offcanvas-body.offcanvas-body-animation {
    opacity: 0;
    transform: translateX(-100%);
}

.offcanvas-start.show .offcanvas-body.offcanvas-body-animation {
    opacity: 1;
    transform: translateX(0);
}

.animated-text {
    animation: colorChange 3s infinite alternate;
}

@keyframes colorChange {
    0% {
        color: #fff;
    }

    100% {
        color: var(--primary);
    }
}

@media screen and (width >=767px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px !important;
    }
}

@media screen and (width <=767px) {
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.25rem transparent !important;
    }
}

@media (width <=991.98px) {
    .navbar .navbar-nav {
        margin-top: 0 !important;
        border-top: 0 !important;
        padding-top: 0 !important;
        text-align: left;
    }

    .navbar-toggler {
        padding: 0.35rem;
        font-size: 12px;
    }
}

.navbar-toggler {
    padding: 0.45rem;
    font-size: 14px;
    margin-top: 5px;
    color: var(--bs-dark) !important;
    background: var(--light) !important;
}

@media (width >=992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}

.offcanvas-start,
.offcanvas-end {
    width: 320px !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
}

.navbar-toggler {
    padding: 0.15rem !important;
}

/**** navbar address menu ***/
.address-card {
    font-size: 12px;
}

.address-flex {
    display: flex;
    margin: 0 10px 5px;
}

.address-text {
    padding: 0 0 5px 3px;
}

.address-icon {
    margin-right: 10px;
    margin-top: 3px;
}

.address-card a:hover {
    color: var(--primary) !important;
    font-weight: 900;
    filter: drop-shadow(2px 4px 6px white);
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-style: double;
}

.address-menu.accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff14 !important;
    border: 0 solid #fff0 !important;
}

.address-menu .accordion-item {
    border-radius: 0 !important;
}

.address-menu .accordion-button {
    padding: 7px;
    border-radius: 0 !important;
}

.address-menu .accordion-button::after {
    background-image: none !important;
    height: 0 !important;
}

.address-menu .accordion-button::before {
    background-image: none !important;
}

/***** navbar logo ***/
.logo-top-left {
    height: 70px;
    margin-top: 5px !important;
}

.sidebar-icon {
    font-size: 20px;
    line-height: 22px;
    padding: 5px 0 0;
    background-image: unset !important;
}

.fixed-top-2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    position: fixed !important;
    width: 100vw;
    margin-top: 1vh;
    padding-right: 1vw;
    padding-left: 1vw;
}

@media (width <=576px) {
    .logo-top-left {
        height: 75px;
        padding: 5px 0 5px 5px;
    }

    .icon-to-right {
        right: 60px;
        position: absolute;
    }
}

.accordion .accordion-item {
    border-radius: 0 !important;
    margin-bottom: 15px;
    background-color: #ffffff0f !important;
    border: 1px solid #ffffff1a !important;
    backdrop-filter: blur(5px) !important;
    color: #fff;
    box-shadow: 0 0 10px 1px #00000040;
}

.accordion .accordion-button {
    background-color: #ffffff0f !important;
    border: 1px solid #ffffff1a !important;
    backdrop-filter: blur(5px) !important;
    color: #fff;
    box-shadow: 0 0 10px 1px #00000040;
}

.accordion .accordion-body {
    padding: 15px;
}

.right-side-bar {
    max-height: 74vh;
    overflow: scroll;
}

.right-side-bar-meny {
    bottom: 10px;
    position: fixed;
}

.glass-ui {
    color: #fff;
    border: 1px solid rgb(255 255 255 / 20%) !important;
    background: rgb(255 255 255 / 10%) !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
    backdrop-filter: blur(18px) !important;
}

.vertical-line {
    border-radius: 1px;
    width: 2px;
    height: 36px;
    background-color: #ffffff;
    display: inline-block;
    margin: 5px 11px;
    content: "";
}

.vertical-line.top-left {
    margin-left: 5px;
}

.btn-menu-ui {
    border-radius: 0;
    border: 0 solid !important;
    color: var(--primary) !important;
    background: #fff !important;
}

/*** Hearder-Top Gradient ***/
.navbar-gd-bg {
    background: linear-gradient(to bottom, #08102a 15%, #ffffff00);
    margin-top: 0;
    padding-top: 10px !important;
    height: auto;
    padding-bottom: 90px !important;
}

/******* Home Center Text ******/
.hero-center-part {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-logo-part {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-logo-part .center-line {
    height: 2px;
    color: #fff;
    opacity: 1;
    width: calc(367px * 0.73);
    margin-bottom: 36px !important;
    margin-top: 36px !important;
}

.main-logo-part .services {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 30px;
    color: #fff;
    border: 1px solid rgb(255 255 255 / 20%) !important;
    background: rgb(255 255 255 / 10%) !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
    backdrop-filter: blur(18px) !important;
    border-radius: 50px;
}

.main-logo-part .services .service {
    margin-top: 5px;
    font-weight: 600;
    filter: drop-shadow(2px 4px 6px #1a1616c2);
}

@media (width <=768px) {
    .main-logo-part .center-line {
        width: calc(367px * 0.5);
    }

    .main-logo-part .services {
        font-size: 18px;
        align-items: center;
    }

    .main-logo-part .services .vertical-line {
        width: 1px;
        height: 20px;
    }
}

.main-logo-part .vertical-line {
    background-color: #fff;
}

/****** Video Gallery ********/

.glass-btn-cir {
    width: 3rem;
    height: 3rem;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.glass-btn-cir.dark {
    color: #ffffff;
    background-color: var(--primary);
    border: 2px solid rgba(var(--primary-rgb), 0.7);
}

.glass-btn-cir.light {
    color: var(--primary);
    background-color: #fff;
    border: 2px solid #ffffff67;
}

.media-item .media-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 0%);
    overflow: hidden;
    opacity: 1;
    transition: 0.5s;
    flex-wrap: wrap;
}

.media-item .media-overlay img {
    width: 100% !important;
    max-height: 65vh !important;
    object-fit: cover !important;
    object-position: top !important;
}

.video-desc-cs {
    padding: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 25%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    border-radius: 0 0 25px 25px;
    min-height: 150px;
    background-color: var(--primary) !important;
    backdrop-filter: blur(5px) !important;
}

.video-galllery-2 {
    padding: 25px !important;
}



.video-galllery-2 .slick-slide,
.video-galllery .slick-slide {
    padding: 0 10px;
}

.parent-video-gallery {
    position: relative;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgb(84 84 84 / 57%);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 25px;
    margin: 0;
}

.logo-wrapper img {
    max-width: 180px;
    margin: 0 auto;
}

.video-desc-cs .title {
    font-size: 20px;
    line-height: 26px;
}

@media (width <=572px) {
    .video-desc-cs {
        background: var(--primary);
        padding: 15px;
        width: 100%;
        height: 25%;
        position: unset;

        /* bottom: unset; */
        min-height: 140px;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        border-radius: 0 0 25px 25px !important;
    }

    .videyo-ga .media-overlay img {
        border-radius: unset !important;
    }
}

.blue-bg {
    background-color: rgba(var(--primary-rgb), 0.81) !important;
}

/******* Video Gallery End ***********/

/***** extra ***/
.min-vh-100 {
    min-height: 100vh;
}

.max-vh-100 {
    max-height: 100vh;
}

.section-about {
    position: relative;
}

.dst-black {
    filter: drop-shadow(2px 4px 6px #565555c2);
}

.item-text {
    height: 35px;
}

@media (width <=576px) {
    .item-text {
        height: 60px;
    }
}

.layer-sep-overlay {
    position: absolute;
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

/***** new about us **/
.shadow-sm {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

#about-us {
    background-color: var(--section-bg);
    padding: 60px 0;
}

.about-image img {
    border-radius: 20px;
    max-height: 500px;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.about-video {
    border-radius: 25px;
    overflow: hidden;
    filter: drop-shadow(2px 4px 6px black);
}

.image-tagline {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(38, 48, 110, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .image-tagline {
        font-size: 0.8rem;
        padding: 5px 10px;
    }

    #about-us {
        text-align: center;
    }
}

/*************/

#about-box {
    position: relative;
    top: 40px;
    right: 40px;
    max-width: 420px;
    z-index: 10;
}

.glass-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 30px;
    color: #fff;
    transition: all 0.4s ease;
}

.glass-box:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.box-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.box-desc {
    font-size: 1rem;
    color: #e0e0e0;
    margin-bottom: 20px;
    line-height: 1.6;
}

.features {
    gap: 15px;
}

.feature-icon {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    background: linear-gradient(145deg, #2f3542, #3b3f4c);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.35),
        -4px -4px 8px rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.feature-icon:hover {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: #fff;
}

#facts-glass {
    /* position: absolute; */
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9;
}

@media (max-width: 768px) {
    #about-box {
        position: relative;
        top: auto;
        right: auto;
        margin: 30px auto;
        max-width: 90%;
    }

    #facts-glass {
        position: relative;
        bottom: 0;
        padding-top: 10px;
    }
}

/* Container glass look */
.glass-facts {
    padding: 0 1.5rem;
    display: flex;
    gap: 1rem;
    backdrop-filter: blur(20px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    border-image: initial;
    border-radius: 2rem 2rem 0 0;
    margin: 0px 3%;
}

.fact-box.uniform-box {
    flex: 1 1 160px;
    min-width: 160px;
    max-width: 180px;
    height: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: space-evenly;
}

.fact-box.uniform-box:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 40px rgba(38, 48, 110, 0.5);
}

.fact-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(145deg, var(--primary-light), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 8px 16px rgba(var(--primary-rgb), 0.5) ,
        inset 0 2px 6px rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
}

.fact-box:hover .fact-icon-wrap {
    box-shadow: 0 10px 20px rgba(var(--primary-rgb), 0.7),
        inset 0 2px 8px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

.fact-icon {
    color: #ffffff;
    font-size: 26px;
    transition: transform 0.3s ease;
}

.fact-box:hover .fact-icon {
    transform: scale(1.1) rotate(1deg);
}

.fact-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f0f0f0;
    padding: 0 10px;
    margin-bottom: 4px;
    text-shadow: 0 0 1px #000;
    filter: drop-shadow(2px 4px 6px #1a1616c2);
}

.fact-value {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    filter: drop-shadow(2px 4px 6px #1a1616c2);
}

@media (max-width: 767px) {
    .glass-facts {
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

    .fact-box.uniform-box {
        width: 100%;
        max-width: 90%;
        height: auto;
        padding: 1.2rem 0.8rem;
        max-width: 40vw;
        min-width: 30vw;
        justify-content: space-between;
    }

    .fact-icon-wrap {
        width: 50px;
        height: 50px;
    }

    .fact-title {
        font-size: 0.85rem;
    }

    .fact-value {
        font-size: 1.4rem;
    }
}

.premium-bullets {
    max-width: 900px;
    margin: auto;
    font-family: "Segoe UI", sans-serif;
    color: var(--primary);
}

.premium-bullet-list {
    list-style: none;
    padding-left: 0;
}

.premium-bullet-item {
    margin-bottom: 0.5rem;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.premium-bullet-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.bullet-header {
    /* padding: 1rem 1.5rem; */
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
}

.bullet-header .icon {
    color: var(--primary);
    margin-right: 0.75rem;
    font-size: 1.3rem;
}

.bullet-header::after {
    content: "\f078";
    /* Font Awesome chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    margin-left: auto;
    color: var(--primary);
}

.bullet-header.active::after {
    transform: rotate(180deg);
}

.bullet-content {
    max-height: 0;
    padding: 0 1.5rem;
    font-size: 0.8rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.bullet-header.active + .bullet-content {
    /* padding: 1rem 1.5rem 1.5rem; */
    padding: 1.2rem;
    max-height: 200px;
    opacity: 1;
}

.upcoming-section :root {
    --bg-dark: #04042c;
    --accent: #0e73a1;
    --text-light: #f1f1f1;
    --glass-bg: rgba(255, 255, 255, 0.05);
}

/* .upcoming-section .container {
    padding: 40px;
    max-width: 1600px;
    margin: 0 auto;
} */

.upcoming-section .accordion {
    display: flex;
    height: 65vh;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    gap: 0;
    box-shadow: 0 4px 16px rgb(84 84 84 / 57%);
    backdrop-filter: blur(12px);
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.upcoming-section .accordion-item {
    flex: 1;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border: 0px solid;
    cursor: pointer;
    transition: flex 0.6s ease-in-out;
    z-index: 1;
    /* background-color: var(--primary) !important; */
    background-color: var(--white) !important;
}

.upcoming-section .accordion-item:first-child {
    margin-left: 0;
    z-index: 2;
    border-radius: 0;
}

.upcoming-section .accordion-item:last-child {
    border-radius: 0;
}

.upcoming-section .accordion-item:hover,
.upcoming-section .accordion-item.active {
    z-index: 3;
    flex: 7;
    transition: flex 0.7s ease, clip-path 0.5s ease-in-out;
}

.upcoming-section .accordion-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.5s ease;
    filter: brightness(0.65) contrast(1.1);
    border-radius: 0;
}

.upcoming-section .accordion-item:hover img,
.upcoming-section .accordion-item.active img {
    transform: scale(1.07);
    filter: brightness(1) contrast(1.2);
    object-fit: contain;
    height: 100%;
}

.upcoming-section .accordion-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    padding: 20px;
    background: rgba(var(--primary-rgb), 0.7);
    backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 8px 30px rgba(0, 255, 255, 0.12);
}
@media (min-width: 768px) {
.upcoming-section .accordion-item:hover .accordion-info,
.upcoming-section .accordion-item.active .accordion-info {
    opacity: 1;
    transform: translateY(0);
} }

.upcoming-section .accordion-title {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--primary);
    background: linear-gradient(135deg, var(--primary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    transition: all 0.6s ease-in-out;
    white-space: nowrap;
    position: absolute;
    bottom: 20px;
    left: 80px;
    z-index: 4;
    letter-spacing: 1.2px;
    /* text-shadow: 0 0 10px rgba(8, 217, 214, 0.2); */
    filter: drop-shadow(6px 4px 10px var(--white));
}

.upcoming-section .accordion-item:hover .accordion-title,
.upcoming-section .accordion-item.active .accordion-title {
    transform: rotate(0deg) translateY(0);
    left: 30px;
    top: 20px;
}
.upcoming-section  .accordion-info h2 ,
.upcoming-section  .accordion-info h4 {
    color: #fff;
}
.upcoming-section .accordion-meta p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 0;
}

.upcoming-section .accordion-meta p strong {
    color: #fff;
    font-weight: 500;
}

.upcoming-section .gallery-thumbs {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 4;
}

.upcoming-section .accordion-item:hover .gallery-thumbs ,
.upcoming-section .accordion-item.active .gallery-thumbs {
    opacity: 1;
}

.upcoming-section .gallery-thumbs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid var(--primary);
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s;
    max-width: 10vw;
    max-height: 10vw;
}

.upcoming-section .gallery-thumbs img:hover {
    transform: scale(1.1);
    border-color: var(--accent);
}

.upcoming-section .accordion-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(
        ellipse at top,
        rgba(255, 255, 255, 0.06),
        transparent
    );
    z-index: 0;
}

@media (max-width: 768px) {
    .upcoming-section .accordion {
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .upcoming-section .accordion-item {
        margin: 0;
        clip-path: none;
        flex: 0 0 auto;
        overflow: hidden;
        position: relative;
        border-radius: 12px;
        transition: max-height 0.7s ease-in-out; /* Shorten for better UX */
        max-height: 100px;
    }
    .upcoming-section .accordion-item.active,
    .upcoming-section .accordion-item:hover {
        max-height: 540px;
    }


    .upcoming-section .accordion-item img {
        width: 100%;
        height: 100%;
        height: 100px;
        object-fit: cover;
        transition: filter 0.5s ease;
        filter: brightness(0.5);
    }

    .upcoming-section .accordion-item.active img {
        filter: brightness(1);
        height: 100%;
    }


.upcoming-section .accordion-item:hover img,
.upcoming-section .accordion-item.active img {

    height: 100%;
}

    .upcoming-section .accordion-title {
        transform: none;
        position: absolute;
        top: 10px;
        left: 16px;
        font-size: 1.3rem;
        z-index: 2;
        background: linear-gradient(to right, #fff, #aaa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .upcoming-section .accordion-info {
        position: absolute;
        bottom: 70px;
        left: 16px;
        right: 16px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
        padding: 0.9rem;
        font-size: 0.9rem;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(10px);
        z-index: 3;
        pointer-events: none;
    }

    /* .upcoming-section .accordion-item.active .accordion-info {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    } */

    .upcoming-section .gallery-thumbs {
        display: flex;
        position: absolute;
        bottom: 10px;
        left: 16px;
        gap: 6px;
        z-index: 4;
        top: unset;
        right: unset;
    }

    .upcoming-section .gallery-thumbs img {
        width: 50px;
        height: 50px;
        object-fit: cover !important;
        border-radius: 8px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        cursor: pointer;
        transition: transform 0.3s ease, border-color 0.3s;
    }

    .upcoming-section .gallery-thumbs img:hover {
        transform: scale(1.1);
        border-color: var(--accent);
    }
}

.upcoming-section .accordion-meta {
    padding-right: 50px;
}


/******** Conact section ****/

.contact-section {
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 110vh;
        background-position: bottom;
        background-repeat: no-repeat;
}


.section-separator {
    width: 100vw;
    height: 30%;
    background: linear-gradient(to right, transparent, #08102a, transparent);
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, transparent, #08102a, transparent);
    position: absolute;
    z-index: 1111111;
    top: -15%;
    left: 0;
  }


  .section-wave-separator {
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 0;
    background: none;
    margin: 0;
    padding: 0;
  }

  .section-wave-separator svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  /*********Service sections****/

  .product-item {
    transition: .5s;
    border-radius: 25px !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 16px rgb(84 84 84 / 57%);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 25px;
    margin: 0;
}

#about-new {
    top: 5vh;
    padding: 15vh 3vh;
}

/***********Address sections ******/

.address-section {
    --primary-color: var(--primary);
    --accent-color: #3a4a9f;
    /* --gold-accent: #c5a47e; */
    --gold-accent: #353840;
}

.address-section  .premium-card {
    background: #fff;
    border-radius: 25px;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(38, 48, 110, 0.1);
    margin: 1rem 0;
    border: 1px solid rgb(255 255 255 / 80%);
    margin: 1rem 0;
    box-shadow: 0px 5px 16PX rgb(84 84 84 / 44%);
    backdrop-filter: blur(12px);
}

.address-section  .premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(38, 48, 110, 0.08);
}

.address-section .flag-container {
    width: 80px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    margin: -60px auto 1.5rem;
    box-shadow: 0 10px 20px rgba(38, 48, 110, 0.1);
    transition: transform 0.3s ease;
}

.address-section .country-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.address-section .location-title {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 0.5rem;
}

.address-section .location-subtitle {
    color: var(--gold-accent);
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.address-section .premium-divider {
    height: 1px;
    background: linear-gradient(to right,
        transparent 0%,
        rgba(38, 48, 110, 0.2) 50%,
        transparent 100%);
    margin: 2rem 0;
    position: relative;
}

.address-section .premium-card p {
    margin-bottom: 0;
    font-size: 16px;
}
.address-section .premium-divider::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}

.address-section .contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

.address-section .icon-accent {
    color: var(--gold-accent);
    font-size: 1.2rem;
    min-width: 30px;
    text-align: center;
    padding-left: 12px;
}

.address-section .contact-link {
    color: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.address-section .contact-link:hover {
    background: rgba(38, 48, 110, 0.05);
    transform: translateX(5px);
}

.address-section .contact-link i {
    transition: color 0.3s ease;
}

.address-section .contact-link:hover i {
    color: var(--accent-color);
}

.address-section .divider-line {
    width: 60px;
    height: 1px;
    background: var(--gold-accent);
    opacity: 0.5;
}

@media (max-width: 768px) {
    .address-section .premium-card {
        margin: 2rem 0;
    }

    .address-section .flag-container {
        margin-top: -50px;
    }
}
/***** conctact form *****/

#contactForm input, #contactForm select, #contactForm textarea {
    /* height: 100px; */
    box-shadow: 0 4px 16px rgb(84 84 84 / 57%);
    backdrop-filter: blur(12px);
    border-radius: 15px;
}


/* Language Switcher CSS */
/* Language Switcher CSS */
.language-switcher {
    position: relative;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    min-width: 160px;
    margin-top: 4px;
    margin-right: 6px;
}

.language-select {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-select:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.current-lang {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    gap: 10px;
}

.current-lang img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.current-lang span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    flex-grow: 1;
}

.current-lang i {
    color: #fff;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.language-select:hover .current-lang i {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.language-select:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown li {
    list-style: none;
}

.lang-dropdown li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.lang-dropdown li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.lang-dropdown li.active a {
    background: rgba(255, 255, 255, 0.15);
}

.lang-dropdown li img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.lang-dropdown li span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.lang-dropdown-vis {

        opacity: 1;
        visibility: visible;

}
/* Mobile - Dropdown Position */
@media (max-width: 768px) {
    .language-switcher {
        min-width: 140px;
        position: fixed;
        /* top: 10px; */
        left: 10px;
        z-index: 998;
    }
    .lang-dropdown {
        opacity: 1;
        visibility: visible;
    }
    .current-lang,
    .lang-dropdown li a {
        padding: 6px 16px;
    }

    .current-lang img,
    .lang-dropdown li img {
        width: 20px;
        height: 20px;
    }

    .current-lang span,
    .lang-dropdown li span {
        font-size: 13px;
    }

    /* Initially hide the dropdown */
    .lang-dropdown {
        display: none;
    }

    .lang-dropdown.show {
        display: block;
    }
}

/* RTL Support */
[dir="rtl"] .language-switcher {
    direction: rtl;
}

[dir="rtl"] .current-lang i {
    transform: rotate(180deg);
}

[dir="rtl"] .language-select:hover .current-lang i {
    transform: rotate(0deg);
}

  /* Cookie consent banner container */
  .cookie-consent-banner{position:fixed;bottom:0;left:0;width:100%;background-color:var(--primary);color:#fff;text-align:left;padding:0 20px;z-index:9999;display:none;justify-content:center}.cookie-consent-content{display:flex;justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;width:100%}.cookie-consent-content p{margin:0;padding-right:20px}.cookie-consent-buttons{display:flex;align-items:center}.cookie-consent-button{background-color:#fff;color:var(--primary);border:none;padding:10px 20px;font-size:16px;cursor:pointer;margin-right:15px}.cookie-consent-link{color:#fff;text-decoration:none}.cookie-consent-button:hover,.cookie-consent-link:hover{opacity:.8}@media (max-width: 767px){.cookie-consent-content{flex-direction:column;text-align:center;padding-top:20px;padding-bottom:0}.cookie-consent-buttons{margin-top:10px;justify-content:flex-end;width:100%;gap:20px}.cookie-consent-button{margin-right:0;margin-bottom:10px}}


/***** separtorr layor ****/

.custom-shape-divider-top-1749108811 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1749108811 svg {
    position: relative;
    display: block;
    width: calc(121% + 1.3px);
    height: 123px;
}

.custom-shape-divider-top-1749108811 .shape-fill {
    fill: #091853;
}

.custom-shape-divider-bottom-1749110800 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1749110800 svg {
    position: relative;
    display: block;
    width: calc(121% + 1.3px);
    height: 123px;
}

.custom-shape-divider-bottom-1749110800 .shape-fill {
    fill: #091853;
}
