:root {
    /* --img-hometop: url('../img/tree_bg2.png'); */
    --img-hometop: url('../img/brown_abstract.jpg');
    --bfmClr: #e1c58d;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.glassCard1 {
    background: rgba(255, 255, 255, 0.41);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.38);
}

.txtImg1 {
    background-image: url('../img/works/1.webp');
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.txtImg2 {
    background-image: url('../img/works/5.webp');
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.vm1 {
    display: inline-block;
    width: 100px;
    /* adjust to your desired width */
    height: 100px;
    /* adjust to your desired height */
    background-image: url('../img/vm1.png');
    background-size: cover;
    background-position: center;
}

.bfmTextClr {
    color: var(--bfmClr) !important;
}

.bfmBgClr {
    background-color: var(--bfmClr) !important;
}


.mission-about {
    text-transform: unset !important;
    font-size: 44px !important;
}

.txtEmboss1 {
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
}

.txtEmboss2 {
    text-shadow: 2px 2px 0 #646464, 2px -2px 0 #888888, -2px 2px 0 #646464, -2px -2px 0 #888888, 2px 0px 0 #646464, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
}

/* 
.resultsVal{
    font-size: 2.5rem;
    font-weight: bolder;
    color: rgba(255, 0, 0, 0.563);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.resultsBlk{
    color: #000000;
    text-align: center;
    font-weight: bolder;
} */


/* .card-icon{
    color: var(--bfmClr);
}
.card-icon img {
  position: absolute;
  top: 0;
  right: 0;
  fill: var(--bfmClr);
  color: var(--bfmClr);
  background-color: var(--bfmClr);
  width: 64px; 
  height: 64px;
} */
.process-card {
  height: 300px; /* Increased height */
  padding: 20px;
  position: relative;
  background-color: #f9f9f9;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--bfmClr);
}

.card-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* MOBILE VIEW */
@media (max-width: 767px) {
  .process-card {
    height: auto; /* let it auto-adjust in mobile */
    margin-bottom: 20px;
    padding:20px;
  }

  .card-icon img {
    width: 40px;
    height: 40px;
  }
  .process-card h4 {
    padding-right: 50px;
  }
}


.section {
    padding: 64px 0 !important
}

/* home img top */
.hero-container {
    /* background-color: var(--bfmClr); */
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: var(--img-hometop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.hero-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.logo {
    position: relative;
    z-index: 2;
    margin-top: 3rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
}

.content-middle {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 800px;
    padding: 0 2rem;
    margin-bottom: 8rem;
}

.text-block {


    padding: 2rem;

    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}


/* Responsive Design */
@media (max-width: 768px) {
    .logo {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .content-middle {
        gap: 1.5rem;
        padding: 0 1rem;
        margin-bottom: 4rem;
    }

}

@media (max-width: 480px) {
    .logo {
        font-size: 1.8rem;
        margin-top: 1.5rem;
    }

    .content-middle {
        gap: 1rem;
        margin-bottom: 2rem;
    }


}

/* Optimize LCP */
.hero-container {
    will-change: transform;
}

/* Preload critical resources */

/* @media (min-width: 769px) {
    .hero-container {
        background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    }
}

@media (max-width: 768px) {
    .hero-container {
        background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
    }
} */




/* home img top ends */

/* testimonials */
.testimonials-section {
    padding: 11px 0;
    color: #000000 !important;
}

/* 
.testimonials-container {
    max-width: 900px;
    margin: 0 auto;
} */

.section-title {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.section-title h2 {
    /* font-size: 2.5rem;
    font-weight: 700; */
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.section-title p {
    /* font-size: 1.2rem; */
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px 40px;
    margin: 0 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.quote-icon {
    font-size: 4rem;
    color: #667eea;
    opacity: 0.3;
    position: absolute;
    top: 15px;
    right: 25px;

    line-height: 1;
}

.testimonial-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #2c3e50;
    margin-bottom: 30px;
    /* font-style: italic; */
    position: relative;
    z-index: 2;
}

/* 
.client-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 11px;
    text-align: center;
} */

.client-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* 
.client-details h5 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 600;
} */
/* 
.client-details p {
    margin: 5px 0 0 0;
    color: #7f8c8d;
    font-size: 1rem;
} */

.stars {
    margin-top: 10px;
}

.star {
    display: inline-block;
    color: #f39c12;
    margin-right: 3px;
    font-size: 0.9rem;
}

.star::before {
    content: "★";
}

.carousel-indicators {
    bottom: -60px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: white;
    transform: scale(1.2);
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: -70px;
}

.carousel-control-next {
    right: -70px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Animation effects */
.carousel-item {
    transition: transform 0.8s ease-in-out;
}

.testimonial-card {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .testimonial-card {
        padding: 40px 30px;
        margin: 0 10px;
    }

    .testimonial-text {
        font-size: 1.1rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .client-info {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .quote-icon {
        font-size: 3rem;
        top: 10px;
        right: 15px;
    }
}

@media (max-width: 576px) {
    .testimonial-card {
        padding: 30px 20px;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

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

/* testimonials ends */


/* modal  */
.modal-dark .modal-content {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.modal-dark .modal-header {
    background: #2d2d2d;
    border-bottom: 1px solid #444;
    border-radius: 15px 15px 0 0;
    padding: 20px 25px;
}

.modal-dark .modal-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
}

.modal-dark .modal-body {
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 30px;
    max-height: 70vh;
    overflow-y: auto;
    line-height: 1.7;
}

.modal-dark .modal-footer {
    background: #2d2d2d;
    border-top: 1px solid #444;
    border-radius: 0 0 15px 15px;
    padding: 20px 25px;
}

/* Custom Close Button */
.modal-dark .btn-close-custom {
    background: #ff4757;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1060;
}

.modal-dark .btn-close-custom:hover {
    background: #ff3742;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.4);
}

/* Full Width Modal */
.modal-fullwidth {
    max-width: 95%;
    margin: 2.5% auto;
}

.modal-fullwidth .modal-content {
    min-height: 90vh;
}

/* Content Styling */
.modal-dark .content-section {
    margin-bottom: 30px;
}

.modal-dark .content-section h3 {
    color: #4fc3f7;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.modal-dark .content-section p {
    margin-bottom: 15px;
    text-align: justify;
}

.modal-dark .highlight-box {
    background: rgba(79, 195, 247, 0.1);
    border-left: 4px solid #4fc3f7;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.modal-dark .code-block {
    background: #0d1117;
    color: #c9d1d9;
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
    font-family: 'Courier New', monospace;
    border: 1px solid #21262d;
    overflow-x: auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .modal-fullwidth {
        max-width: 98%;
        margin: 1% auto;
    }

    .modal-dark .modal-body {
        padding: 20px;
        max-height: 75vh;
    }

    .modal-dark .modal-header,
    .modal-dark .modal-footer {
        padding: 15px 20px;
    }

    .demo-title {
        font-size: 2rem;
    }

    .trigger-link {
        padding: 12px 30px;
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .modal-fullwidth {
        max-width: 100%;
        margin: 0;
    }

    .modal-fullwidth .modal-content {
        min-height: 100vh;
        border-radius: 0;
    }

    .modal-dark .modal-header {
        border-radius: 0;
    }

    .modal-dark .modal-footer {
        border-radius: 0;
    }
}

/* Custom Scrollbar */
.modal-dark .modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-dark .modal-body::-webkit-scrollbar-track {
    background: #2d2d2d;
    border-radius: 4px;
}

.modal-dark .modal-body::-webkit-scrollbar-thumb {
    background: #4fc3f7;
    border-radius: 4px;
}

.modal-dark .modal-body::-webkit-scrollbar-thumb:hover {
    background: #29b6f6;
}

/* modal ends */


/* stats */
.stats-container {

    display: flex;
    align-items: center;
}

.stat-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.stat-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    text-align: right;
}

.stat-content {
    flex: 1;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background-clip: text;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    line-height: 35px;
}

.stat-label {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
}

.icon-phone {
    fill: #28a745;
}

.icon-calendar {
    fill: #ffc107;
}

.icon-growth {
    fill: #dc3545;
}

@media (max-width: 768px) {
    .stat-card {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
    }
}

/* stats ends */

/* 
.works-section a img {
    width: 888px;
    max-width: 100%;
    height: 535px;
    display: block;
    margin: 8px auto;
    border-radius: 64px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #FFFFFF;
} */


/* img wrap */


/* img wrap ends */

.brands img {
    border-radius: 8px;
}

/* Portfolio Section */
.portfolio-section {
    min-height: 100vh;
    background-color: #1a1a1a;
    position: relative;
    padding-bottom: 100vh;
    /* Add extra space to ensure last image is fully visible */
}

#itemsWrapper1 {
    position: relative;
}

.item-wrap1 {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-wrap1-last {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid__item-img1 {
    width: 100%;
    max-width: 1080px;
    /* height: 80vh; */
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.grid__item-img1:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}



.brand-grid-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically if more rows */
    gap: 32px;
    width: 100%;
}

.brand-grid img {
    max-width: 222px;
    height: auto;
    object-fit: contain;

    border-radius: 8px;
    padding: 8px;
    transition: transform 0.2s;
}

.brand-grid img:hover {
    transform: scale(1.08);
}

@media (max-width: 700px) {
    .brand-grid {
        gap: 24px;
    }
}

@media (max-width: 400px) {
    .brand-grid {
        flex-direction: column;
        gap: 16px;
    }
}

/* social icons */
ul.social-icons {
    list-style: none;
    padding: 0;

    /* display: flex; */
    justify-content: center;
    gap: 28px;
}

.social-icons li {
    display: inline-flex;
    position: relative;
    align-items: center;
    transition: transform 0.18s;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.10);
    transition: box-shadow 0.3s, background 0.25s, transform 0.2s;
    outline: none;
    position: relative;
}

.social-link svg {
    width: 28px;
    height: 28px;
    display: block;
    transition: filter 0.3s;
    fill: #fff;
}

/* Hover magic */
.social-link:hover,
.social-link:focus-visible {
    background: linear-gradient(120deg, #fff 18%, #34b6e2 86%);
    box-shadow: 0 0 20px 5px #34b6e280;
    transform: scale(1.13) rotate(-3deg);
}

.social-link:hover svg,
.social-link:focus-visible svg {
    filter: drop-shadow(0 0 4px #fff9) brightness(1.25);
    fill: #fff;
    animation: icon-pulse 0.65s cubic-bezier(.57, 1.87, .5, .82) 1;
}

@keyframes icon-pulse {
    50% {
        transform: scale(1.17) rotate(2deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

/* Tooltip magic */
.icon-tooltip {
    pointer-events: none;
    user-select: none;
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%) scale(0.85);
    border-radius: 8px;
    background: rgba(50, 60, 90, 0.98);
    color: #fff;
    font-size: 0.94em;
    opacity: 0;
    padding: 6px 13px;
    transition: opacity 0.22s, transform 0.25s;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.02em;
    z-index: 3;
}

.social-link:hover .icon-tooltip,
.social-link:focus-visible .icon-tooltip {
    opacity: 0.98;
    transform: translateX(-50%) scale(1.10);
    box-shadow: 0 2px 14px 2px #34b6e240;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    ul.social-icons {
        gap: 13px;
    }

    .social-link {
        width: 38px;
        height: 38px;
    }

    .social-link svg {
        width: 20px;
        height: 20px;
    }

    .icon-tooltip {
        font-size: 0.81em;
        top: -28px;
    }
}

/* magic text */

/* Container for magic text */
.magic-text {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
    .magic-text {
        font-size: 80px !important; /* Adjust font size for tablets and smaller desktops */
    }
}

@media (max-width: 480px) {
    .magic-text {
        font-size: 60px !important; /* Adjust font size for mobile phones */
    }
}

/* Sparkles container */
.magic-text .sparkle {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 8px 2px #fffa00,
        0 0 12px 4px #fffa00;
    animation: sparkleAnim 2s infinite ease-in-out;
}

/* Individual sparkle positions and animation delays */
.sparkle:nth-child(1) {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.sparkle:nth-child(2) {
    top: 50%;
    left: 45%;
    animation-delay: 0.5s;
}

.sparkle:nth-child(3) {
    top: 20%;
    left: 75%;
    animation-delay: 1s;
}

.sparkle:nth-child(4) {
    top: 70%;
    left: 80%;
    animation-delay: 1.5s;
}

.sparkle:nth-child(5) {
    top: 40%;
    left: 30%;
    animation-delay: 1.8s;
}

/* Gradient background animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Sparkle scale animation */
@keyframes sparkleAnim {

    0%,
    100% {
        transform: scale(0.7);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}







/* Container for magic text */
.magic-text {
    position: relative;
    font-size: 6vw;
    font-weight: 900;
    background: linear-gradient(270deg, rgba(255,255,255,0.7), rgba(255,255,255,1), rgba(255,255,255,0.7));
    background-size: auto;
    background-clip: border-box;
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 10s ease infinite;
    text-shadow: 0 4px 6px rgba(255,255,255,0.4), 0 8px 12px rgba(255,255,255,0.3), 0 12px 20px rgba(255,255,255,0.2), 0 18px 40px rgba(255,255,255,0.1);
}

/* Sparkles container */
.magic-text .sparkle {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 8px 2px #fff,
        0 0 12px 4px #fff;
    animation: sparkleAnim 2s infinite ease-in-out;
}

/* Individual sparkle positions and animation delays */
.sparkle:nth-child(1) {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.sparkle:nth-child(2) {
    top: 50%;
    left: 45%;
    animation-delay: 0.5s;
}

.sparkle:nth-child(3) {
    top: 20%;
    left: 75%;
    animation-delay: 1s;
}

.sparkle:nth-child(4) {
    top: 70%;
    left: 80%;
    animation-delay: 1.5s;
}

.sparkle:nth-child(5) {
    top: 40%;
    left: 30%;
    animation-delay: 1.8s;
}

@media (max-height: 599px) {
    .logo {
        display: none;
    }
}

.fillClr{
    background-color: var(--bfmClr) !important;
    color:#FFFFFF !important;
    padding:6px;
}

 
.stack-section
{
    margin-top:unset !important;
}


.testimonials-section{
    background-color: #0c0c0c;
    z-index: 99;
}