* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    background-color: #080823; 
    color: #ffffff; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background-color: #080823; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar {
    display: flex;
    align-items: center;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff; 
    transition: 0.3s ease;
}


#navbar li a:hover,
#navbar li a.active {
    color: #a531ab;
}


#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background-color: #a531ab;
    position: absolute;
    bottom: -4px;
    left: 20px;
}


#hero-text {
    width: 100%;
    height: 80vh; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 80px;
    background-color: #080823; 
}

.hero-content h4 {
    font-size: 18px;
    letter-spacing: 4px;
    color: #a531ab;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: 60px;
    color: #ffffff; 
    line-height: 1.2;
}

.hero-content .accent {
    color: #a531ab; 
}

.hero-content p {
    font-size: 18px;
    color: #b8b8d0;
    margin: 15px 0 30px 0;
}



.btn-primary {
    display: inline-block;
    background: #a531ab;
    color: #ffffff !important;
    border: 2px solid #a531ab;
    color: #a531ab;
    padding: 15px 35px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background-color: #620067;
    color: #fff;
}

#feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 80px;
}

#feature .fe-box {
    background-color: #131332;
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0,0,0,0.3);
    border: 1px solid #2a2a5a;
    border-radius: 4px;
    margin: 15px 0;
    transition: 0.3s ease;
}

#feature .fe-box:hover {
    box-shadow: 10px 10px 54px rgba(165, 49, 171, 0.1);
}

#feature .fe-box i {
    font-size: 50px;
    color: #a531ab;
    margin-bottom: 10px;
}

#feature .fe-box h6 {
    background-color: transparent;
    color: #a531ab;
    border: 1px solid #a531ab; 
}
#feature .fe-box:hover {
    box-shadow: 0 0 20px rgba(165, 49, 171, 0.5);
    transform: scale(1.05);
    border-color: #a531ab;
    cursor: pointer;
}
#feature .fe-box:hover i {
    color: #ffffff; 
    transform: translateY(-5px); 
    transition: 0.3s;
}
#feature .fe-box:active {
    transform: scale(0.95); 
    background-color: #a531ab;
}

#feature .fe-box:active h6, 
#feature .fe-box:active i {
    color: #fff;
}

#product1 {
    padding: 40px 80px;
    text-align: center; 
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
    padding-top: 20px;
}


#product1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #2a2a5a;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0,0,0,0.4);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
    text-align: start; 
    background-color: #131332; 
}

#product1 .pro:hover {
    box-shadow: 20px 20px 30px rgba(0,0,0,0.06);
}

#product1 .pro img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 20px;
}

#product1 .pro .des {
    text-align: start;
    padding: 10px 0;
    flex-grow: 1;
}

#product1 .pro .des span {
color: #a1a1c0;
    font-size: 12px;
}

#product1 .pro .des h5 {
    padding-top: 7px;
    color: #ffffff; 
    font-size: 14px;
}

#product1 .pro .des i {
    font-size: 12px;
    color: rgb(243, 181, 25);
}

#product1 .pro .des h4 {
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #a531ab;
}

#product1 .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #f6e8f7;
    color: #a531ab;
    position: absolute;
    bottom: 20px;
    right: 10px;
    text-align: center;
}


#product1 .pro:hover {
    transform: translateY(-10px); 
    border: 1px solid rgba(165, 49, 171, 0.6); 
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(165, 49, 171, 0.3);
}


#product1 .pro:hover img {
    transform: scale(1.02);
    transition: 0.3s ease;
}


#product1 .pro:active {
    transform: scale(0.98);
    transition: 0.1s;
}


#product1 .pro .cart:hover {
    background-color: #a531ab;
    color: #fff;
    transform: rotate(10deg); 
}

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
    url("https://images.unsplash.com/photo-1542751371-adc38448a05e?q=80&w=2070&auto=format&fit=crop");  
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px 0;
    padding: 0;
}

#banner h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#banner h2 {
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}

#banner h2 span {
    color: #ef3636;
}

#banner button {
    font-size: 14px;
    font-weight: 600;
    padding: 11px 30px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}

#banner button:hover {
    background: #a531ab;
    color: #fff;
}
#sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 80px; 
    gap: 20px; 
}

#sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1; 
    min-width: 45%; 
    height: 450px; 
    background-size: cover;
    background-position: center;
    padding: 40px;
    border-radius: 10px;
    transition: 0.3s ease;
}
#sm-banner .banner-box:nth-child(1) {
    background-image: url("https://images.unsplash.com/photo-1550745165-9bc0b252726f?q=80&w=2070");
}

#sm-banner .banner-box2 {
    background-image: url("https://images.unsplash.com/photo-1587202372775-e229f172b9d7?q=80&w=1974");
}


#banner3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px 40px 80px; 
    gap: 20px;
}

#banner3 .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    min-width: 30%; 
    height: 300px; 
    background-size: cover;
    background-position: center;
    padding: 25px;
    border-radius: 10px;
    transition: 0.3s ease;
}
#banner3 .banner-box:nth-child(1) {
    background-image: url("https://images.unsplash.com/photo-1593640408182-31c70c8268f5?q=80&w=2042");
}

#banner3 .banner-img2 {
    background-image: url("https://images.unsplash.com/photo-1614624532983-4ce03382d63d?q=80&w=1931");
}

#banner3 .banner-img3 {
    background-image: url("https://images.unsplash.com/photo-1591488320449-011701bb6704?q=80&w=2070");
}
#sm-banner h4, #banner3 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

#sm-banner h2, #banner3 h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#sm-banner span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
}


.white {
    font-size: 13px;
    font-weight: 600;
    padding: 11px 22px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #fff;
    outline: none;
    transition: 0.3s;
}
.white:hover {
    background: #a531ab; 
    border: 1px solid #a531ab;
    transform: translateY(-3px); 
}
.banner-box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
#newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png"), 
                      linear-gradient(45deg, #04041b, #11001f);
    background-color: #04041b;
    padding: 40px 80px;
    margin: 40px 0;
    width: 100%;
}

#newsletter .newstext h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

#newsletter .newstext p {
    font-size: 14px;
    font-weight: 600;
    color: #818ea0;
}

#newsletter .newstext p span {
    color: #a531ab;
}

#newsletter .form {
    display: flex;
    width: 40%;
}

#newsletter input {
    height: 3.125rem;
    padding: 0 1.25rem;
    font-size: 14px;
    width: 100%;
    border: 1px solid #a531ab33;
    border-radius: 4px 0 0 4px;
    outline: none;
    background-color: #ffffff12;
    color: #fff;
}

#newsletter button {
    background-color: #a531ab;
    color: #fff;
    white-space: nowrap;
    border-radius: 0 4px 4px 0;
    padding: 0 30px;
    height: 3.125rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
}

#newsletter button:hover {
    background-color: #bc3bc3;
    box-shadow: 0 0 15px rgba(165, 49, 171, 0.5);
}
@media (max-width: 799px) {
    #newsletter {
        padding: 40px 40px;
    }
    #newsletter .form {
        width: 100%;
        margin-top: 20px;
    }
}
footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #04041b;
    padding: 40px 80px;
    margin-top: 40px;
}
footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
footer .logo-text {
    color: #a531ab;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
}

footer h4 {
    font-size: 14px;
    padding-bottom: 20px;
    color: #fff;
}
footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #818ea0;
}
footer a {
    font-size: 13px;
    text-decoration: none;
    color: #818ea0;
    margin-bottom: 10px;
    transition: 0.3s ease;
}
footer a:hover {
    color: #a531ab;
    padding-left: 5px;
}
footer .follow {
    margin-top: 20px;
}

footer .follow i {
    color: #818ea0;
    padding-right: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

footer .follow i:hover {
    color: #a531ab;
}

footer .install .row img {
    border: 1px solid #a531ab;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}

footer .install img {
    margin: 10px 0 15px 0;
}

footer .copyright {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ffffff1a;
    padding-top: 20px;
    margin-top: 20px;
}

footer .copyright p {
    color: #818ea0;
}
@media (max-width: 477px) {
    footer {
        padding: 40px 20px;
    }

    footer .col {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .copyright {
        text-align: flex-start;
    }
}
#mobile {
    display: none;
    align-items: center;
}

#mobile i {
    color: #fff;
    font-size: 24px;
    padding-left: 20px;
    cursor: pointer;
}

#close {
    display: none;
}
@media (max-width: 799px) {
    .section-p1 { padding: 40px 40px; }

#navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 300px;
    background-color: #131332;
    box-shadow: 0 40px 60px rgba(0,0,0,0.1);
    padding: 80px 0 0 10px;
    transition: 0.3s;
    z-index: 1000;
    }

#navbar.active { right: 0px; }

#navbar li { margin-bottom: 25px; }

#mobile { display: flex; }

#close {
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 24px;
}

 #lg-bag { display: none; }

.hero-content h1 { font-size: 45px; }

#feature { justify-content: center; }
    #feature .fe-box { margin: 15px; }

#product1 .pro-container { justify-content: center; }
#product1 .pro { margin: 15px; }

#sm-banner .banner-box {
    min-width: 100%;
    height: 30vh;
    margin-bottom: 20px;
}
    #banner3 { padding: 0 40px; }
    #banner3 .banner-box { width: 100%; }
}
@media (max-width: 477px) {
    #header { padding: 10px 30px; }
    .hero-content h1 { font-size: 32px; }
    .hero-content h4 { font-size: 14px; }
    
    #product1 .pro { width: 100%; }
    
    #newsletter .form { width: 100%; }
    
    footer .col { width: 100%; }
}
#page-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
    url("https://images.unsplash.com/photo-1542751371-adc38448a05e?q=80&w=2070&auto=format&fit=crop");  
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;      
    padding: 0;    
}
#page-header h2 {
    font-size: 50px;        
    line-height: 54px;     
    font-weight: 700;       
    margin-bottom: 10px;    
    color: #fff;
}

#page-header p {
    font-size: 18px;         
    color: #fff;
}
#pagination {
    text-align: center; 
    margin: 40px 0;  
}

#pagination a {
    text-decoration: none;
    background-color: #a531ab; 
    padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin: 0 5px;
    transition: 0.3s ease;
}

#pagination a:hover {
    background-color: #080823; 
    border: 1px solid #a531ab;
}

#pagination a i {
    font-size: 16px;
    font-weight: 600;
}
#prodetails .single-pro-image{
    width: 40%;
    margin-right: 50px;

}

#prodetails{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.small-img-group{
    display: flex;
    justify-content: space-between;
    margin-top:10px;
}
.small-img-col{ 
    flex-basis: 24%;
    cursor: pointer;
}
#prodetails .single-pro-details{
    width: 50%;
    padding-top: 30px;
}
#prodetails .single-pro-details h4{
    padding: 40px 0 20px 0 ;
}
#prodetails .single-pro-details h2{
    font-size: 26px;
}
#prodetails .single-pro-details select{
    display: block;
    padding: 10px;     
    margin-bottom: 20px;      
    border: 1px solid #a531ab; 
    background-color: #a531ab;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
}
#prodetails .single-pro-details input{
 width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #a531ab;
    background-color: transparent;
    color: #fff;
    border-radius: 4px;
}
#prodetails .single-pro-details input:focus{
  outline: none;
    border: 1px solid #fff;
}


#prodetails .single-pro-details button{
background-color: #a531ab;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;  
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #620067;
    outline: none;
    transition: 0.2s;
    border-radius: 4px;
}
#prodetails .single-pro-details span{
    line-height: 25px;
}





@media (max-width: 799px) {

    #navbar {
        right: -300px;
    }
    #navbar.active { right: 0; }
    
  
    #prodetails {
        flex-direction: column;
    }
    #prodetails .single-pro-image, 
    #prodetails .single-pro-details {
        width: 100%;
    }
}
@media (max-width: 477px) {
    .hero-content h1 { font-size: 32px; }
    #page-header h2 { font-size: 32px; }
    #prodetails .single-pro-details button { width: 100%; }
}

#page-header {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
        url("https://images.unsplash.com/photo-1593640408182-31c70c8268f5?auto=format&fit=crop&w=1500");
    width: 100%;
    height: 30vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

#page-header h2 {
    font-size: 40px;
    margin-bottom: 5px;
}


#blog-container {
    padding: 80px 150px 0 150px;
}

.blog-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 70px;
    transition: 0.3s ease;
}

.blog-img {
    width: 40%;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 15px;
}

.blog-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s ease;
}


.blog-box:hover .blog-img img {
    transform: scale(1.1);
}

.blog-details {
    width: 60%;
}

.blog-details span {
    color: #a531ab;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-details h4 {
    font-size: 26px;
    color: #fff;
    margin: 10px 0;
}

.blog-details p {
    color: #b8b8d0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-details a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
}

.blog-details a:hover {
    color: #a531ab;
}


#pagination {
    text-align: center;
    padding: 60px 0;
}

#pagination a {
    text-decoration: none;
    background-color: #131332;
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #2a2a5a;
    font-weight: 600;
    margin: 0 5px;
    transition: 0.3s;
}

#pagination a.active,
#pagination a:hover {
    background-color: #a531ab;
    border-color: #a531ab;
}

.single-post-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    color: #fff;
}

.single-post-container h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.post-hero-img img {
    width: 100%; 
    height: auto;
    max-height: 600px; 
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    margin: 30px 0;
}

.post-content {
    color: #b8b8d0;
    font-size: 19px;
    line-height: 1.8;
}

.post-content h3 {
    color: #fff;
    margin: 40px 0 15px;
}

@media (max-width: 991px) {
    #blog-container { padding: 80px 50px 0 50px; }
}

@media (max-width: 768px) {
    #blog-container { padding: 40px 20px; }
    .blog-box { flex-direction: column; align-items: flex-start; }
    .blog-img { width: 100%; margin-right: 0; margin-bottom: 20px; }
    .blog-details { width: 100%; }
    .single-post-container h2 { font-size: 30px; }
}

.single-post-container {
    max-width: 850px;
    margin: 60px auto;
    padding: 0 20px;
    color: #fff;
}

.post-category {
    color: #a531ab;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}

.single-post-container h2 {
    font-size: 42px;
    margin: 15px 0 30px 0;
    line-height: 1.2;
}


.post-hero-img {
    width: 100%;
    margin-bottom: 40px;
}

.post-hero-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}


.post-content p {
    color: #b8b8d0;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.post-content h3 {
    color: #fff;
    font-size: 24px;
    margin: 40px 0 20px 0;
}


.back-btn-container {
    margin-top: 60px;
    padding-bottom: 80px;
}

.back-to-blog-btn {
    text-decoration: none;
    color: #fff;
    background: #a531ab;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 700;
    transition: 0.3s ease;
    display: inline-block;
}

.back-to-blog-btn:hover {
    background: #8e2994;
    transform: translateY(-3px);
}


@media (max-width: 768px) {
    .single-post-container h2 {
        font-size: 30px;
    }
    .post-content p {
        font-size: 16px;
    }
}


.about-page {
    background-color: #0b0b22;
    color: #fff;
}

.about-header {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), 
        url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1500');
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#about-head {
    display: flex;
    align-items: center;
    padding: 80px 100px;
}

#about-head img {
    width: 45%;
    border-radius: 15px;
}

#about-head div {
    width: 55%;
    padding-left: 60px;
}

#about-head h2 { font-size: 40px; margin-bottom: 20px; }
#about-head p { color: #b8b8d0; line-height: 1.8; margin-bottom: 20px; }

.developer-list h3 { color: #a531ab; margin-bottom: 15px; }
.developer-list ul { list-style: none; }
.developer-list ul li { margin-bottom: 8px; display: flex; align-items: center; }
.developer-list ul li i { margin-right: 12px; color: #a531ab; }

marquee { color: #fff; font-weight: 600; padding: 10px; border-radius: 8px; margin-top: 20px; }
#about-app { text-align: center; padding: 60px 0; }
#about-app h1 { font-size: 38px; }
#about-app h1 a { color: #a531ab; text-decoration: underline; }
#about-app p { color: #b8b8d0; margin-bottom: 20px; }

.app-banner-container {
    width: 75%;
    height: 300px;
    margin: 40px auto;
    background-image: linear-gradient(135deg, rgba(165, 49, 171, 0.2) 0%, rgba(11, 11, 34, 0.9) 100%), 
        url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&w=1200');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a531ab;
    box-shadow: 0 0 40px rgba(165, 49, 171, 0.3);
}

.app-banner-content h2 { color: #fff; font-size: 28px; letter-spacing: 2px; margin-bottom: 10px; }
.status-tag {
    background-color: #a531ab;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
}

.download-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }
.download-buttons img { height: 45px; cursor: pointer; transition: 0.3s; }
.download-buttons img:hover { transform: scale(1.05); }
#feature {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 60px 20px;
}

.fe-box {
    width: 160px;
    text-align: center;
    padding: 25px 15px;
    border: 1px solid #2a2a5a;
    border-radius: 8px;
    background: rgba(165, 49, 171, 0.05);
    transition: 0.3s;
}

.fe-box:hover { border-color: #a531ab; background: rgba(165, 49, 171, 0.1); }
.fe-box i { font-size: 40px; color: #a531ab; margin-bottom: 15px; }
.fe-box h6 { color: #fff; border-top: 1px solid #a531ab; padding-top: 5px; margin-top: 10px; }

@media (max-width: 768px) {
    #about-head { flex-direction: column; padding: 40px 20px; }
    #about-head img, #about-head div { width: 100%; padding: 0; }
    .app-banner-container { width: 95%; height: 250px; }
}

.contact-body {
    background-color: #0b0b22;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.contact-header {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
        url('https://images.unsplash.com/photo-1534536281715-e28d76689b4d?auto=format&fit=crop&w=1500');
    width: 100%;
    height: 40vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 14px;
}

.contact-header h2 { font-size: 50px; color: #fff; }
.contact-header p { font-size: 16px; color: #fff; }

.contact-main {
    padding: 60px 5%;
    display: flex;
    justify-content: center;
}

.contact-box {
    display: flex;
    width: 100%;
    max-width: 1100px;
    background: #131335;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.contact-left {
    width: 40%;
    background: #a531ab;
    padding: 40px;
}

.contact-left h2 { margin-bottom: 15px; }

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.team-avatars { display: flex; gap: 10px; margin-top: 30px; }
.avatar {
    width: 40px; height: 40px; background: #fff; color: #a531ab;
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-weight: 700;
}

.contact-right {
    width: 60%;
    padding: 40px;
    background: #fff;
}

.contact-right h3 { color: #0b0b22; margin-bottom: 20px; }
.input-row { display: flex; gap: 10px; }
.contact-right input, .contact-right textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
    color: #111;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder {
    color: #777;
}

.contact-right button {
    background: #a531ab; color: #fff; border: none;
    padding: 15px; border-radius: 5px; cursor: pointer;
    font-weight: 700; width: 100%; transition: 0.3s;
}

.contact-right button:hover { background: #0b0b22; }

.map-section-container { padding: 40px 5%; }
.map-header { border-left: 5px solid #a531ab; padding-left: 20px; margin-bottom: 20px; }
.map-title { display: flex; align-items: center; gap: 10px; color: #a531ab; }

.map-wrapper {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.map-wrapper iframe { width: 100%; height: 100%; border: none; }

.map-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(11, 11, 34, 0.9);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #a531ab;
    width: 260px;
}

.map-btn {
    display: block; text-align: center; background: #a531ab;
    color: #fff; text-decoration: none; padding: 10px;
    border-radius: 5px; font-weight: 600; margin-top: 10px;
}
@media (max-width: 768px) {
    .contact-box { flex-direction: column; }
    .contact-left, .contact-right { width: 100%; }
    .contact-header h2 { font-size: 35px; }
}
.role-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #08081a;
    gap: 30px;
    font-family: 'League Spartan', sans-serif;
}

.role-card {
    background: #131335;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.4s ease;
    border: 2px solid transparent;
    width: 280px;
}

.role-card:hover {
    border-color: #a531ab;
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(165, 49, 171, 0.3);
}

.role-card i {
    font-size: 60px;
    color: #a531ab;
    margin-bottom: 20px;
}

.role-card h2 { color: white; margin-bottom: 10px; }
.role-card p { color: #9494ad; font-size: 14px; }
#addProductForm input, #addProductForm select {
    padding: 15px;
    border-radius: 8px;
    background: #1d1d42;
    color: white;
    border: 1px solid #333;
    outline: none;
}

#submitBtn {
    background: #a531ab;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
}

#submitBtn:hover { background: #8e2593; }

.inventory-table {
    width: 100%;
    border-collapse: collapse;
    background: #131335;
    border-radius: 12px;
    overflow: hidden;
}

.inventory-table th, .inventory-table td {
    padding: 15px;
    text-align: left;
    color: white;
    border-bottom: 1px solid #252552;
}

.inventory-table thead { background: #1d1d42; }

.btn-delete {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

#navbar li a.logout-btn {
    color: #ff4d4d;
    font-weight: 700;
}

#navbar li a.logout-btn:hover {
    color: #ff0000;
}
body {
    background-color: #0f0f1b; 
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.section-p1 {
    padding: 40px 80px;
}
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background-color: #1a1a2e;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}
.logo {
    width: 120px; 
    height: auto;
    display: block;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li {
    list-style: none;
    padding: 0 20px;
    position: relative;
}

#navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
    color: #a531ab;
}
#lg-bag { position: relative; }
#cart-count {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: #ff4d4d;
    color: white;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 50%;
    font-weight: 700;
}
.table-container {
    overflow-x: auto;
    background-color: #1a1a2e;
    border-radius: 12px;
    padding: 10px;
}

#cart table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
}

#cart table thead {
    border-bottom: 2px solid #a531ab;
}

#cart table thead td {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 18px 0;
    text-align: center;
}

#cart table tbody td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#cart table tbody img {
    width: 70px;
    border-radius: 8px;
}

#cart table i {
    color: #ff4d4d;
    cursor: pointer;
    font-size: 18px;
}
#cart-add {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#coupon { width: 50%; }
.coupon-box { display: flex; margin-top: 15px; }

input {
    background: #0f0f1b;
    border: 1px solid #a531ab;
    color: white;
    padding: 12px;
    border-radius: 4px 0 0 4px;
    outline: none;
    width: 60%;
}

button.normal {
    background-color: #a531ab;
    color: white;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#subtotal {
    width: 50%;
    background-color: #1a1a2e;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(165, 49, 171, 0.2);
   min-width: 350px;
   margin: 0 auto;
}

#subtotal table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#subtotal table td {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.checkout-btn {
    width: 100%;
    border-radius: 4px !important;
    margin-top: 10px;
}

@media (max-width: 799px) {
    #header { padding: 20px 30px; }
    .section-p1 { padding: 40px 30px; }
    #cart-add { flex-direction: column; }
    #coupon, #subtotal { width: 100%; }
}

#seller-container {
    background-color: #0f0f1b; 
    min-height: 80vh;
}

.seller-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}

.form-card, .inventory-card {
    background: #1a1a2e;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 1px solid rgba(165, 49, 171, 0.2);
    flex: 1;
    min-width: 350px;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #a531ab;
    padding-bottom: 10px;
}

.card-header i {
    color: #a531ab;
    font-size: 1.5rem;
}

.card-header h3 {
    color: white;
    font-size: 1.2rem;
}

.input-box {
    margin-bottom: 15px;
}

.input-box label {
    display: block;
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.input-box input, .input-box select {
    width: 100%;
    padding: 12px;
    background: #252545;
    border: 1px solid #3f3f6e;
    color: white;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

.input-box input:focus, .input-box select:focus {
    border-color: #a531ab;
    box-shadow: 0 0 8px rgba(165, 49, 171, 0.4);
}

.upload-btn {
    width: 100%;
    background: #a531ab;
    color: white;
    padding: 13px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.upload-btn:hover {
    background: #c744ce;
    transform: translateY(-2px);
}

.inventory-card table thead td {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 0;
    color: #aaa;
}

.inventory-card table tbody td {
    padding: 15px 0;
    color: #fff;
    border-bottom: 1px solid #252545;
}

.inventory-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.table-scroll {
    max-height: 400px;
    overflow-y: auto;
}


.table-scroll::-webkit-scrollbar {
    width: 5px;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #a531ab;
    border-radius: 10px;
}


@media (max-width: 477px) {
    .seller-wrapper {
        gap: 20px;
    }
    
    .form-card, .inventory-card {
        min-width: 100%; 
        padding: 15px;
    }

    .inventory-card table thead {
        display: none; 
    }
}

#categorySelect {
    padding: 12px 15px;
    background-color: #1a1a2e; 
    color: white; 
    border: 1px solid #a531ab; 
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

#categorySelect:focus {
    box-shadow: 0 0 8px rgba(165, 49, 171, 0.5);
}
#categorySelect option {
    background-color: #1a1a2e;
    color: white;
}
