body {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.image-box {
    position: absolute;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .image-box {
        margin-top: 90px;
        margin-left: 150px;
    }
}

@media (min-width: 992px) {
    .image-box {
        margin-top: 90px;
        margin-left: 150px;
    }
}

@media (min-width: 768px) {
    .image-box {
        margin-left: 150px;

    }
}

@media (max-width: 992px) {
    .image-box {
        margin-left: 150px;
    }

    .image-box a img {
        width: 100px;
    }

}



/* LIQUID GLASS DROPDOWN */

#mainmenu li a {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


#mainmenu li ul {

    background: rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

    padding: 15px;
    margin-top: 10px;
    list-style: none;
    min-width: 200px;
}


#mainmenu li ul li a {
    color: #ffffff;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
    display: block;
    text-decoration: none;
}


#mainmenu li ul li a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

/* Button glass */

.glass-link {

    display: inline-block;
    text-decoration: none;
    padding: 8px 20px;
    position: relative;
    overflow: hidden;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;

    color: #ffffff !important;
    font-weight: 500;
    transition: all 0.3s ease;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.glass-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    color: #fff;
}

.glass-link:active {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.3);
}


/* Section liquid glass */


.liquid-section {
    background: linear-gradient(135deg, #ee6470 0%, #b22222 100%);
    padding: 50px 0;
    border-radius: 24px;

}

.glass-card {
    margin-top: 6px;
    background: rgba(255, 255, 255, 0.014);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;

    padding-bottom: 50px;

    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}

#owl-logo img {
    /* filter: brightness(10) invert(1); */
    /* opacity: 0.8; */
    transition: 0.3s;

}

#owl-logo img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Pricing Plan color */

.pricing-plan-color {
    background: rgba(79, 68, 240, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* Any Question  */

.any-question-bg {
    background: rgba(31, 60, 136, 0.65);
}

/* Whatsapp */

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: white;
    transform: translateY(-5px);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* WhatsApp */
.wa-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    animation: pulse 2s infinite;
}

.service-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    width: 300px;
}

.popup-content h4 {
    margin-bottom: 15px;
}

.popup-content button {
    width: 100%;
    margin: 6px 0;
    padding: 8px;
    border: none;
    border-radius: 8px;
    background: #234982;
    color: #fff;
    cursor: pointer;
}

.popup-content .close-btn {
    background: #999;
}


/* Text Shadow */
.new-text-shadow {
    text-shadow: 2px 2px 5px rgb(8, 8, 8);
}

.our-service-text-shadow {
    text-shadow: 2px 10px 5px rgb(8, 8, 8);
}


/* Other Members */

.subtitle {
    color: #d90429;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.leadership-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.leadership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.leadership-card .member-img {
    height: 350px;
    overflow: hidden;
}

.leadership-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech-card {
    transition: all 0.3s ease;
}

.tech-img-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #f8f9fa;
    transition: border-color 0.3s ease;
}

.tech-card:hover .tech-img-circle {
    border-color: #d90429;
}

.tech-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-primary {
    color: #003049 !important;
}

.text-danger {
    color: #d90429 !important;
}


/* Our Project History  */
.color-red {
    color: #d90429;
    font-weight: 700;
    letter-spacing: 1px;
}

.project-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.project-img {
    position: relative;
    height: 300px;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 48, 73, 0.9), transparent);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-text h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.project-text p {
    color: #ddd;
    font-size: 0.9rem;
    margin-bottom: 15px;
}


.project-card:hover .project-hover {
    opacity: 1;
}

.project-card:hover img {
    transform: scale(1.1);
}


.filter-btns .btn {
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

.filter-btns .btn.active {
    background-color: #d90429;
    border-color: #d90429;
    color: white;
}

/* flag */
.project-country-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;

    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    border-radius: 50%;

    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}

.project-country-logo .flag-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
}

.project-card:hover .project-country-logo {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.thumb-scroll {
    overflow-x: auto;
    padding-bottom: 10px;
}

.thumb-scroll img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.6;
}

.thumb-scroll img:hover,
.thumb-scroll img.active {
    opacity: 1;
    border-color: #d90429;
}

#mainDisplay1 {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 1100px;
    }
}

/* About authorized partner */
.image-center-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 600px; */
}


/* Trusted by Leading Brands  */
.center-logos .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.center-logos .owl-item img {
    width: auto !important;
    max-height: 80%;
    margin: 0 auto;
}


/* Carousel Background */
.carousel-background-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Portfollio scrollbar */
.project-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.project-scroll-wrapper .project-item {
    flex: 0 0 350px;
    max-width: 350px;
}

.project-scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}

.project-scroll-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.project-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #d90429;
    /* Mega Power Red */
    border-radius: 10px;
}

/* Model liquid glass */
.liquid-glass-modal .modal-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.liquid-glass-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.liquid-glass-modal .text-white,
.liquid-glass-modal h3,
.liquid-glass-modal h5 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.liquid-glass-modal .bg-light {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden !important;
}


.liquid-glass-modal .modal-dialog-scrollable .modal-content {
    max-height: 90vh;
    overflow: hidden;
}

.liquid-glass-modal .modal-body {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.liquid-glass-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}

.liquid-glass-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #d90429;
    border-radius: 10px;
}

@media (max-width: 1200px) {

    .liquid-glass-modal .modal-body {
        max-height: 80vh;
        overflow-y: auto;
        padding: 15px !important;
    }

    #modalMainDisplay {
        height: 250px !important;
    }

    .modal-body::-webkit-scrollbar {
        width: 5px;
    }

    .modal-body::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
    }

    .modal-body::-webkit-scrollbar-thumb {
        background: rgba(217, 4, 41, 0.5);
        border-radius: 10px;
    }
}

/* Map Location */
.map-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* We are Serve Map */
.province-path {
    fill: rgba(255, 255, 255, 0.1);
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 1;
    transition: all 0.4s ease;
}

.province-path.active-highlight {
    fill: var(--id-color) !important;
    filter: drop-shadow(0 0 8px var(--id-color));
    stroke: #fff;
}

.modal-content {
    background: #1a1a1a;
    border: 1px solid var(--id-color);
}

/* developer details model */

.modal.fade .modal-dialog {
    transition: transform 0.6s ease-out;
    transform: rotateY(-180deg) scale(0.5);
}

.modal.show .modal-dialog {
    transform: rotateY(0deg) scale(1); 
}

#directorModal .modal-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.developer-link {
    color: #004a99;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.developer-link:hover {
    text-shadow: 0 0 10px rgba(0, 74, 153, 0.5);
    letter-spacing: 1px;
}

