body {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.04),
            rgba(0, 0, 0, 0.10));
    background-attachment: fixed;
}


/* Banner Overlay (professional gradient) */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.90),
            rgba(0, 0, 0, 0.70));
    z-index: 2;
}

/* Image must stay below overlay */
.carousel-item img {
    position: relative;
    z-index: 1;
}

/* Captions stay above overlay */
.carousel-caption {
    z-index: 3;
}

/* Improve caption readability */
.carousel-caption h2 {
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
}

.carousel-caption p {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
}

body {
    font-family: "Inter", sans-serif;
}
.lang-flag img {
    border-radius: 4px;
    transition: transform 0.2s ease;
}

.lang-flag:hover img {
    transform: scale(1.1);
}

.custom-offcanvas {
    background-color: rgba(255, 255, 255, 0.85);
    /* Light background with slight transparency */
    backdrop-filter: blur(1px);
    /* Optional: adds a frosted glass effect */
}

@media (max-width: 576px) {
    a:hover {
        color: #f0ad4e !important;
        /* Change to your preferred hover color */
        text-decoration: none;
    }
    
}

#mobileNav,
#mobileNav * {
    color: black !important;
}

.small-footer-section h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.small-footer-section a {
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.small-footer-section a:hover {
    color: #0d6efd;
    /* Bootstrap primary color */
}


.btn-outline-dark {
    border-color: #000;
    color: #000;
}

.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}



@media (max-width: 576px) {
    h2.display-5 {
        font-size: 1.75rem;
    }

    span.fs-5 {
        font-size: 1rem;
    }
}




.product-img {
    max-height: 220px;
    object-fit: contain;
    width: 100%;
    transition: transform 0.3s ease;
}

a:hover .product-img {
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .product-img {
        max-height: 300px;
    }
}

@media (min-width: 1200px) {
    .product-img {
        max-height: 360px;
    }
}


/**/
.btn-social {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.3s;
}

.btn-social:hover {
    background-color: #ffffff22;
    color: #fff;
}
.footer a.btn-link {
    color: #ffffffcc !important;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer a.btn-link:hover {
    color: #ffc107 !important;
    padding-left: 5px;
    text-decoration: underline;
}



/*pd.css*/
/* Card Styling */
/* Product Categories List - Clean, Muted, No Borders */
.pc-category-list li {
    margin-bottom: 15px;
}

.pc-category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 8px 0;
    color: #6c757d;
    /* Bootstrap muted text */
    font-size: 1rem;
    transition: all 0.3s ease;
}

.pc-category-list a:hover {
    color: red;
    /* Bootstrap primary on hover */
    transform: translateX(5px);
    text-decoration: none;
}

.pc-category-list .pc-name {
    flex-grow: 1;
    font-weight: 500;
}

.pc-category-list .pc-count {
    font-weight: bold;
    margin-left: 80px;
    color: #6c757d;
    /* Keep count muted too */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .pc-category-list a {
        flex-direction: column;
        align-items: flex-start;
    }

    .pc-category-list .pc-count {
        margin-left: 0;
        margin-top: 4px;
    }
}


.pc-card-wrapper {
    position: relative;
}


.pc-card {
    transition: transform 0.3s ease;
}

.pc-card:hover {
    transform: translateY(-5px);
}

.pc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pc-card:hover .pc-overlay {
    opacity: 1;
}

.pc-overlay button {
    display: none;
}

.pc-card:hover .pc-overlay button {
    display: inline-block;
}

.pc-title-link {
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.pc-title-link:hover {
    color: red;
    text-decoration: none;
}

.pc-card {
    width: 100%;
    /* or 90%, or a specific px */
    margin: 0 auto;
}



.full-width-bg {
    width: 100%;
    background-color: rgba(22, 155, 215, 0.6);
    padding: 0.1rem 0;
    /* Almost no vertical space */
}


#mainCarousel .carousel-item {
    height: 400px;
    /* adjust height as needed */
}

#mainCarousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}

#mainCarousel .carousel-caption {
    bottom: 20px;
}

@media (max-width: 768px) {
    #mainCarousel .carousel-item {
        height: 250px;
    }

    #mainCarousel .carousel-caption h2 {
        font-size: 1.25rem;
    }

    #mainCarousel .carousel-caption p {
        font-size: 0.9rem;
    }
}




.product-thumb {
    width: 70px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .product-thumb {
        width: 80px;
    }
}

@media (min-width: 992px) {
    .product-thumb {
        width: 120px;
    }
}


.label-text {
    display: inline-block;
    min-width: 260px;
    /* adjust based on your longest label */
}






.social-icon i {
    font-size: 2.2rem;
    transition: all 0.3s ease;
}

/* Facebook blue */
.social-icon.facebook i {
    color: #1877f2;
}

.social-icon.facebook:hover i {
    color: #145dbf;
    transform: scale(1.3);
}

/* LinkedIn blue */
.social-icon.linkedin i {
    color: #0077b5;
}

.social-icon.linkedin:hover i {
    color: #005582;
    transform: scale(1.3);
}

/* Instagram gradient color simulation (pinkish) */
.social-icon.instagram i {
    color: #e1306c;
}

.social-icon.instagram:hover i {
    color: #c2215a;
    transform: scale(1.3);
}

/* Twitter X black */
.social-icon.twitter-x i {
    color: #000;
}

.social-icon.twitter-x:hover i {
    color: #555;
    transform: scale(1.3);
}


.list-group-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}




@media (max-width: 576px) {
    .list-unstyled.d-flex {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .list-unstyled.d-flex li {
        min-width: unset;
        flex: unset;
    }
}

.loc{
    color: white;
}

.locc {
    color: rgba(22, 155, 215, 0.9);
}


.custom-wa-button {
    width: 150px;
    /* smaller fixed width */
    margin-left: 270px;
    /* moves to the right */
    font-size: 0.9rem;
    /* smaller text if you want */
    padding: 0.4rem 0.75rem;
    /* smaller padding */
}




.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 123, 255, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.overlay-content h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.overlay-content p {
    font-size: 0.9rem;
    margin: 0;
}

.border:hover {
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
    transform: translateY(-3px);
    transition: all 0.3s ease;
}
.pto-item {
    background: #f8f9fa;
    /* subtle light background */
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pto-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.pto-item h5 {
    font-size: 1.2rem;
    color: #333;
}

.pto-item p {
    color: #666;
}

.pto-image-wrapper {
    overflow: hidden;
    border-radius: 12px;
}

.pto-image-wrapper img {
    transition: transform 0.4s ease;
}

.pto-item:hover img {
    transform: scale(1.05);
}










.nav-pills .nav-link:not(.active):hover {
    background-color: #e9ecef;
    color: #0d6efd;
    cursor: pointer;
}
.nav-pills .nav-link {
    cursor: pointer;
}
.nav-pills .nav-link {
    transition: transform 0.2s, background-color 0.2s;
}

.nav-pills .nav-link:not(.active):hover {
    transform: scale(1.05);
}
.nav-pills .nav-link:not(.active) {
    color: #495057;
    background-color: #f8f9fa;
}
.nav-pills .nav-link:not(.active):hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}







/**/
/* Make heading scale on smaller screens */
.responsive-heading {
    font-size: 2.5rem;
}

.responsive-lead {
    font-size: 1.125rem;
}

@media (max-width: 768px) {
    .responsive-heading {
        font-size: 1.75rem;
    }

    .responsive-lead {
        font-size: 1rem;
    }

    .hero-caption {
        top: 60% !important;
    }
}

@media (max-width: 576px) {
    .responsive-heading {
        font-size: 1.5rem;
    }

    .responsive-lead {
        font-size: 0.95rem;
    }

    .hero-caption {
        top: 55% !important;
    }
}

/* Optional: add a text shadow for contrast on bright images */
.text-shadow-sm {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


/*footer*/


/*about video section*/
/* Desktop: Shrink to 60vh */
.responsive-video-bg {
    height: 60vh;
    object-fit: cover;
    z-index: 0;
}

.content-overlay {
    min-height: 60vh;
    z-index: 2;
}

/* Tablet: 45vh */
@media (max-width: 991.98px) {
    .responsive-video-bg {
        height: 45vh;
    }

    .content-overlay {
        min-height: 45vh;
    }
}

/* Mobile: 35vh */
@media (max-width: 575.98px) {
    .responsive-video-bg {
        height: 35vh;
    }

    .content-overlay {
        min-height: 35vh;
    }

    .display-4 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 0.95rem;
    }

    .btn {
        padding: 0.4rem 0.9rem;
        font-size: 0.85rem;
    }
}




/* Custom styles for the top header */
.card-visual {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
}

.card-visual:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: inline-block;
    color: #0d6efd;
}

@media (min-width: 992px) {
    .card-body-balanced {
        min-height: 100%;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-in {
    animation: slideInUp 0.6s ease-out forwards;
}


.product-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.product-thumb:hover {
    transform: scale(1.1);
}

.fade-out {
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

#mainTruckImage {
    object-fit: cover;
}

.slide-in {
    animation: slideInUp 0.5s ease forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-down {
    animation: fadeInDown 0.6s ease-out forwards;
}
 /* Custom styling for better visual appeal */
 .select-wrapper {
     background: #ffffff;
     border-radius: 1rem;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
     padding: 1.5rem;
     transition: all 0.3s ease;
 }

 .select-wrapper:hover {
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
 }

 .form-floating .form-select {
     border-radius: 0.75rem;
     padding-left: 2.5rem;
     font-weight: 500;
     color: #444;
     background-color: #f9f9f9;
 }

 .form-floating label {
     left: 2.5rem;
 }

 .select-icon {
     position: absolute;
     left: 1rem;
     top: 50%;
     transform: translateY(-50%);
     color: #0d6efd;
     font-size: 1.2rem;
     z-index: 3;
 }

 .form-floating>.form-select:focus {
     border-color: #0d6efd;
     box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
     background-color: #fff;
 }

 select:disabled {
     background-color: #f5f5f5;
     color: #999;
     cursor: not-allowed;
     opacity: 0.7;
 }









 /* Make captions visible on all screens */
 .caption-responsive {
     display: block !important;
     bottom: 12%;
     z-index: 3;
 }

 /* Caption text readability */
 .caption-responsive h2,
 .caption-responsive p {
     color: #fff;
     text-shadow: 0 4px 10px rgba(0, 0, 0, 0.55);
 }

 /* Desktop sizes */
 .caption-responsive h2 {
     font-size: 2rem;
     font-weight: 700;
 }

 .caption-responsive p {
     font-size: 1.2rem;
     font-weight: 400;
 }

 /* Tablet */
 @media (max-width: 991px) {
     .caption-responsive {
         bottom: 10%;
     }

     .caption-responsive h2 {
         font-size: 1.7rem;
     }

     .caption-responsive p {
         font-size: 1rem;
     }
 }

 /* Mobile */
 @media (max-width: 768px) {
     .caption-responsive {
         bottom: 8%;
         padding: 0 20px;
         text-align: center;
     }

     .caption-responsive h2 {
         font-size: 1.4rem;
     }

     .caption-responsive p {
         font-size: 0.9rem;
     }
 }

 /* Small phones */
 @media (max-width: 480px) {
     .caption-responsive h2 {
         font-size: 1.2rem;
     }

     .caption-responsive p {
         font-size: 0.85rem;
     }
 }








/* ------------------------------------------- */
/* PRODUCT SHOWCASE — Mobile Enhancement      */
/* ------------------------------------------- */

@media (max-width: 575.98px) {

    /* Card layout */
    .pc-card-wrapper {
        margin-bottom: 1.8rem !important;
        padding: 0 4px;
        animation: fadeInUp 0.5s ease forwards;
        opacity: 0;
    }

    /* Card container */
    .pc-card {
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
        transition: transform 0.25s ease, box-shadow 0.3s ease;
    }

    /* Slight lift effect on tap/hover */
    .pc-card:active,
    .pc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    }

    /* Responsive image height */
    .pc-card img.pc-img {
        height: 200px !important;
        object-fit: cover;
        width: 100%;
        transition: transform 0.35s ease-in-out;
    }

    /* Zoom on tap */
    .pc-card:hover img.pc-img,
    .pc-card:active img.pc-img {
        transform: scale(1.08);
    }

    /* Title smaller */
    .pc-card-wrapper h5 {
        font-size: 1rem !important;
        margin-top: 0.6rem;
    }

    /* CATEGORY LIST BELOW CARDS */
    .pc-category-list {
        margin-top: 2.2rem !important;
        background: #f8f9fa;
        padding: 1rem 1.2rem;
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }

    /* Category text */
    .pc-category-list .pc-name {
        font-size: 0.95rem !important;
        font-weight: 500;
    }

    /* Counts */
    .pc-category-list .pc-count {
        font-size: 0.85rem !important;
        margin-left: 0 !important;
        float: right;
        opacity: 0.75;
    }

    /* Category links hover/tap */
    .pc-category-list a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        transition: all 0.2s ease;
    }

    .pc-category-list a:active,
    .pc-category-list a:hover {
        background: #e9f1ff;
        padding-left: 6px;
        color: #0d6efd !important;
        border-radius: 6px;
        border-color: transparent;
    }

    /* Remove last border */
    .pc-category-list li:last-child a {
        border-bottom: none !important;
    }
}

/* ------------------------------------------- */
/* Grid behavior for mobile/tablet */
/* ------------------------------------------- */

@media (max-width: 767.98px) {
    #product-category-showcase .row.g-4>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Extra small screens */
@media (max-width: 420px) {
    #product-category-showcase .row.g-4>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pc-card img.pc-img {
        height: 170px !important;
    }
}

/* Fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}









.map-section {
    width: 100%;
}

.map-iframe {
    width: 100%;
    height: 500px;
    /* Bigger for large screens */
    border: 0;
}

/* Even bigger on very large desktops */
@media (min-width: 1400px) {
    .map-iframe {
        height: 650px;
    }
}

/* Adjust for small screens */
@media (max-width: 576px) {
    .map-iframe {
        height: 350px;
    }
}


.map-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Main iframe styling */
.map-iframe {
    width: 100%;
    height: 500px;
    /* Larger on desktops */
    border: 0;
    border-radius: 10px;
    /* optional rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* optional shadow */
}

/* Even bigger on large screens */
@media (min-width: 1400px) {
    .map-iframe {
        height: 650px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .map-iframe {
        height: 400px;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .map-iframe {
        height: 320px;
    }
}




/* SMALL SCREENS — phones under 576px */
@media (max-width: 576px) {

    /* Reduce top heading size */
    #achievements-section h2 {
        font-size: 1.35rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* Logo resizing */
    #achievements-section img {
        max-height: 70px !important;
        width: auto !important;
        margin-bottom: 20px !important;
    }

    /* Ensure items stack nicely */
    #achievements-section .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    /* Add breathing space */
    #achievements-section .row {
        row-gap: 20px !important;
    }
}

















/* ==============================
   POPUP OVERLAY (background fade)
============================== */
#promoOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    z-index: 999998;
    transition: all 0.4s ease;
}

/* Show overlay */
#promoOverlay.active {
    opacity: 1;
    visibility: visible;
}

/* ==============================
   POPUP CENTERED
============================== */
#promoPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 420px;
    /* bigger size */
    max-width: 95%;
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 0.35s ease;
}

/* Show popup */
#promoPopup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* ==============================
   POPUP BOX
============================== */
.promo-box {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    position: relative;
}

/* Close button */
.close-promo {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
}

/* ==============================
   Rotating Images
============================== */
.promo-image-container {
    width: 100%;
    height: 220px;
    position: relative;
}

.promo-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.promo-img.active {
    opacity: 1;
}

/* ==============================
   TEXT SECTION
============================== */
.promo-text {
    padding: 22px;
    text-align: center;
}

.promo-text h4 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #222;
}

.promo-text p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 18px;
}

/* CTA Button */
.promo-btn {
    background: #169bd7;
    color: white;
    padding: 10px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 1rem;
}

.promo-btn:hover {
    background: #0c6fa1;
}

/* ==============================
   MOBILE STYLING
============================== */
@media (max-width: 480px) {
    #promoPopup {
        width: 90%;
    }

    .promo-image-container {
        height: 160px;
    }

    .promo-text h4 {
        font-size: 1.1rem;
    }

    .promo-text p {
        font-size: 0.9rem;
    }
}














/* ------------------------------------------
   SOCIAL BUBBLE ICONS (modern animated)
------------------------------------------- */
.social-bubble {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 22px;
    text-decoration: none;

    transition: all 0.35s ease;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);

    backdrop-filter: blur(3px);
}

/* Hover Animation */
.social-bubble:hover {
    transform: translateY(-6px) scale(1.12);
    box-shadow: 0 8px 20px rgba(0, 255, 255, 0.35);
}

/* WhatsApp Colors */
.social-bubble.whatsapp:hover {
    background: #25D366;
    color: white;
    box-shadow: 0 8px 16px rgba(37, 211, 102, 0.55);
}

/* LinkedIn Colors */
.social-bubble.linkedin:hover {
    background: #0077b5;
    color: white;
    box-shadow: 0 8px 16px rgba(0, 119, 181, 0.55);
}

/* Gmail Colors */
.social-bubble.gmail:hover {
    background: #EA4335;
    color: white;
    box-shadow: 0 8px 16px rgba(234, 67, 53, 0.55);
}

@media (max-width: 576px) {
    .social-bubble {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}




body {
    -webkit-user-select: none;
    user-select: none;
}



















