:root {
    --primary-color: #6366f1;
    --secondary-color: #1e1b4b;
    --dark-bg: #0a0a0a;
    --card-bg: #1a1a1a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
     overflow-x: hidden;
}
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); */
    background: #000;
    color: #fff;
    overflow-x: hidden;
}
.text-grey{
    color:rgba(153, 153, 153, 1);
}
/* Navigation */
.navbar {
    /* background: rgba(10, 10, 26, 0.95); */
    backdrop-filter: blur(10px);
    padding: 1rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: #fff !important;
}

.brand-icon {
    width: 126px;
    /* height: 35px; */
    /* background: var(--primary-color); */
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-icon img{
    width:100%;
}
#navbarNav .nav-link{
    font-weight: 400;
    font-size: 14px;
}
#navbarNav .nav-link.active{
    font-weight: 700;
    font-size: 16px;
}
.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0.5rem;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #fff !important;
}

.btn-contact {
    /* border: 1px solid var(--primary-color); */
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 16px;
    transition: all 0.3s;
    border: 0.89px solid rgba(77, 47, 140, 1);
    background: linear-gradient(0deg, rgba(113, 47, 255, 0.12), rgba(113, 47, 255, 0.12)),
linear-gradient(180deg, rgba(60, 8, 126, 0) 0%, rgba(60, 8, 126, 0.32) 100%);
box-shadow: 0px 0px 10.67px 0px rgba(191, 151, 255, 0.24) inset;

font-weight: 500;
font-size: 12px;
}

.btn-contact:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Hero Section */
.hero-section {
    /* background: linear-gradient(135deg, #1e1b4b 0%, #0f0c29 100%); */
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 2.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}

/* Product Section */
.product-section {
    padding: 80px 0;
    /* background: var(--dark-bg); */
}

.product-card {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
}

.product-image {
    position: relative;
    margin-bottom: 2rem;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-details h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 1rem 0;
}

.color-options {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin: 1.5rem 0;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.color-circle:hover {
    border-color: #fff;
    transform: scale(1.1);
}

/* Testimonials Section */
.testimonials-section {
    padding: 0px 0;
    /* background: var(--dark-bg); */
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3rem;
}

.stats-card {
      background: rgb(3 2 14 / 23%);
    border-radius: 15px;
    padding: 2rem;
    max-width: 178px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.stat-number {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: rgba(184, 184, 184, 1);
    font-size: 14px;
    font-weight: 400;
}

.testimonial-card {
    /* background: var(--card-bg); */
    background: rgb(3 2 14 / 23%);
    border-radius: 15px;
    padding: 2rem;
    /* margin-bottom: 1.5rem; */
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.avatar {
    width: 84px;
    height: 84px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-name {
    font-weight: 400;
    font-size: 33px;
    margin-bottom: 0.25rem;
}

.testimonial-role {
    color: rgba(255, 255, 255, 0.6);
   font-weight: 400;
    font-size: 15px;
}

.rating {
    color: #fbbf24;
    margin-bottom: 1rem;
}

.testimonial-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Why Choose Us Section */
.why-section {
    padding: 80px 0;
    /* background: var(--dark-bg); */
}

.rocket-image {
    max-width: 100%;
    height: auto;
}

.feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    cursor: pointer;
    transition: all 0.3s;
}

.feature-item:hover {
    border-color: var(--primary-color);
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-content {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    line-height: 1.6;
}

/* Products Grid */
.products-grid-section {
    padding: 80px 0;
    /* background: var(--dark-bg); */
}

.product-grid-card {
    /* background: var(--card-bg); */
       background: rgb(3 2 14 / 23%);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s;
    height: 100%;
}
.product-grid-card.active {
    background:linear-gradient(180deg, #06072C 0%, #1F2042 100%);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s;
    height: 100%;
}

.product-grid-card:hover {
    transform: translateY(-10px);
}

.product-grid-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

.product-grid-card h4 {
    font-size: 18px;
    font-weight: 600;
}

.carousel-nav {
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 0.75rem 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.carousel-nav button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
}

.carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.dot.active {
    background: var(--primary-color);
    width: 24px;
    border-radius: 4px;
}

/* Footer */
.footer {
    /* background: var(--dark-bg); */
    padding: 3rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links a {
    color: #fff;
    font-size: 1.5rem;
    margin-left: 1.5rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: var(--primary-color);
}

.footer-links {
    display: flex;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 400;
    font-size: 20px;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    color: rgba(255, 255, 255, 0.6);
      font-weight: 400;
    font-size: 20px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
    margin-left: 2rem;
      font-weight: 400;
    font-size: 20px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.5rem;
    }
    .footer-links{
        flex-wrap: wrap;
    }
}

         /* Footer styles */
        footer {
            background: #0b0b0b;
            /* color: #c5c5d4; */
            padding: 32px 7.2% 0;
            border-top: 1px solid #fff;
            position: relative;
            z-index: 1;
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 48px;
            margin-bottom: 40px;
        }

        .footer-column h3 {
            color: #465faf;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
        }

        .footer-column ul li {
            margin-bottom: 12px;
        }

        .footer-column ul li a {
            color: #eeeeee;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .footer-column ul li a:hover {
            color: #5a8fd7;
        }

        .footer-logo {
            font-size: 24px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 20px;
            font-style: italic;
            letter-spacing: 1px;
        }

        .footer-description {
            font-size: 13px;
            line-height: 1.8;
            color: #eeeeee;
            margin-bottom: 30px;
        }

       footer .social-icons {
            display: flex;
            gap: 12px;
            margin-top: 20px;
        }

       footer .social-icons a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #eeeeee;
            border-radius: 50%;
            color: #eeeeee;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 16px;
        }

        .social-icons a:hover {
            border-color: #5a8fd7;
            color: #5a8fd7;
            background: rgba(90, 143, 215, 0.1);
        }

        .contact-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            font-size: 13px;
        }

       footer .contact-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #eeeeee;
            border-radius: 50%;
            color: #eeeeee;
            flex-shrink: 0;
        }

        footer .contact-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

       footer .contact-info p {
            margin: 0;
            line-height: 1.4;
            color: #eeeeee;
        }

        .footer-bottom {
            background: #3b5998;
            height: 8px;
            margin-top: 40px;
        }
   @media (max-width: 768px) {
        

            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .footer-column h3 {
                margin-bottom: 15px;
            }

            .footer-column ul li {
                margin-bottom: 8px;
            }
        }
.w-100px{width: 100px;}
.w-200px{width: 200px;}
.w-350px{width: 350px;}
.text-3131{color:#313132;}
.h-100px{height: 100px;}
.w-190px{width: 190px;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.h-190px{height: 190px;}
.mx-w-492px{width: 492px;}
.mx-w-500px{max-width: 500px;}
.mx-h-150px{height: 150px;}
.mx-h-250px{height: 250px;}
.h-8px{height: 8px;}
.min-h-vh{min-height: 100vh;}
.min-h-40vh{min-height: 40vh;}
.min-h-88px{min-height: 88px;}
.m-w-80vw{max-width: 80vw;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fs-10{font-size: 10px !important;}
.fs-12{font-size: 12px !important;}
.fs-14{font-size: 14px !important;}
.fs-16{font-size: 16px !important;}
.fs-17{font-size: 17px !important;}
.fs-22{font-size: 22px !important;}
.fs-20{font-size: 20px !important;}
.fs-28{font-size: 28px !important;}
.fs-24{font-size: 24px !important;}
.fs-32{font-size: 32px !important;}
.fs-36{font-size: 36px !important;}
.fs-40{font-size: 40px !important;}
.fs-46{font-size: 46px !important;}
.fs-48{font-size: 48px !important;}
.fs-62{font-size: 62px !important;}
