         :root {
            --bg-dark: #050505;
            --bg-panel: #0f1216;
            --color-pink: #FF007F; /* Electric Pink */
            --color-navy: #151B2D;
            --text-main: #ffffff;
            --text-muted: #888888;
            --font-display: 'Playfair Display', serif;
            --font-body: 'Jost', sans-serif;
        }

        body {
            background-color: var(--bg-dark);
            color: var(--text-main);
            font-family: var(--font-body);
            overflow-x: hidden;
        }

        /* --- Custom Scrollbar --- */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: var(--bg-dark); }
        ::-webkit-scrollbar-thumb { background: var(--color-pink); border-radius: 4px; }
        a{text-decoration: none;}
        
        
        .navbar-expand-lg .navbar-nav .nav-link{
            padding: 0;
        font-size: 18px;
        font-weight: 500;
        transition: all 0.5s ease;
        }


 .navbar-expand-lg .navbar-nav .nav-item{
     margin-left: 60px;
     
 }
 
  .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #ff007f;
 }

        /* --- Typography & Utilities --- */
        h1, h2, h3, h4 { font-family: var(--font-display); }
        .text-pink { color: var(--color-pink) !important; }
        .fw-light-italic { font-weight: 300; font-style: italic; }
        
        .navbar{position: fixed;left:0;width: 100%;z-index:999;}
        .p100{padding: 100px 0px}
        
        
        .container{border-left: 0.5px solid #ffffff5e;border-right: 0.5px solid #ffffff5e;}
        
        .bdtop{border-top: 0.5px solid #ffffff5e;}
        
        .apsaraa-1{padding-top: 90px;}
        .h1{font-size: 78px;margin-bottom: 40px;}
        
        .apsaraa-1 p{font-size: 19px;letter-spacing: 0.3px;}
        
        .calbtn{color:#FF007F;}
        
        .calbtn{display: inline-flex;align-items: center;justify-content: center;letter-spacing: 0.3px; padding: 10px 32px;border: 1px solid #FF007F; margin-top: 30px; border-radius: 50px;}
        
        
        .card {
            border: none;
            transition: transform 0.3s;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            position: relative;
            border-radius: 10px;
            overflow: hidden;
        }
        
        .card img{
            border-radius: 10px;
        }
        
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        .card-img-top {
            height: 250px;
            object-fit: cover;
            background-color: #eee; /* Placeholder color */
            object-position: top;
            
        
        }
        .card-body {
            position: absolute;
    bottom: 5px;
    width: 100%;
    display: flex;
    backdrop-filter: blur(30px);
    padding: 10px;
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
    background: #ffffff6e;
    justify-content: space-between;
        }
        .card-title{
            margin: 0;
    color: #fff;
    font-size: 16px;
        }
        .product-price{
            font-size: 12px;
        }
        .product-price {
            color: var(--color-pink);
            font-weight: 700;
            font-size: 14px;
            margin:0;
        }
        .star-rating {
            color: #FFD700;
            font-size: 0.9rem;
        }
        
        .sec-4{
            position: absolute;
            z-index: 1;
            right: 30px;
            bottom:30px;
            width: 400px;
            background:#000;
            padding: 20px;
            border-radius: 10px;
        }
        
        
        .marquee {
      width: 100%;
    overflow: hidden;
    background: #ff007f;
    color: #fff;
    padding: 8px 0;
    position: relative;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

.marquee a{
    color: #fff;
}

.marquee a svg{
width: 18px;
fill: #fff;
}

.benefit-item {
        text-align: center;
        padding: 35px;
        border: 1px solid #333;
        border-radius: 4px;
        transition: transform 0.3s ease, border-color 0.3s ease;
    }

    .benefit-item:hover {
        transform: translateY(-5px);
        border-color: #ff007f;
    }

    .icon-box {
        font-size: 2rem;
        margin-bottom: 12px;
        color:#ff007f;
    }

    .benefit-title {
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 18px;
    }

    .benefit-text {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #aaa;
    }
    
    
    .sec-5{
        left: 20px;
        right: unset;
        
    }
    
    .red-link {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 10px;
    justify-content: center;
    padding: 12px;
    transition: .5s;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .red-link:hover {
    background-color: #fff;
    color: #000;
}

.otherlink .col-md-3{
    margin-bottom: 20px;
}

 .footer-heading {
        color: #ff007f; /* Gold */
        font-size: 1.1rem;
        margin-bottom: 25px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 600;
    }

    /* Links */
    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #b0b0b0;
        text-decoration: none;
        transition: color 0.3s ease, padding-left 0.3s ease;
    }

    .footer-links a:hover {
        color: #ff007f;
        padding-left: 8px; /* Slide effect */
    }

    /* Contact Info */
    .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        color: #888;
        justify-content: center;
    }
     .contact-item  a{
          color: #888;
     }

    .contact-item i {
        color: #ff007f;
        margin-right: 15px;
        width: 20px;
    }

    /* Bottom Bar */
    .footer-bottom {
        border-top: 1px solid #222;
        margin-top: 60px;
        padding-top: 25px;
        text-align: center;
        color: #666;
        font-size: 0.8rem;
    }
    
    .footer-col{
        text-align: center;
    padding-top: 40px;
    }
    
    .disclaimer-badge {
        display: inline-block;
        border: 1px solid #333;
        padding: 5px 10px;
        border-radius: 4px;
        margin-bottom: 15px;
        color: #777;
    }

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}


.navbar-brand{
    width: 116px;
    padding: 0;
}

.navbar-brand img{
    width: 100%;
}
        
        /*.bgbottom{background: linear-gradient(to top, #1e1e1e 0%, #ffffff 100%);}*/