/* style.css */

.navbar-custom {
    background-color: #ffffff83;
    padding: 0.5rem 1rem;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    width: 100%;
    backdrop-filter: blur(10px);
}
        .navbar-toggler {
         max-width: 60px;
}
.nav-link {
    color: black;
}

.navbar-toggler {
    background-color: rgba(0, 0, 0, 0.233);
}

.nav-link:hover {
    color: #00b7ff;
}

.hero-section {
    background-color: #e2e2e217;
    position: relative;
    min-height: 90vh;
    padding-top: 150px;
    color: #222;
}



.hero-section>.container {

    position: relative;
    z-index: 2;
}

.col {
    text-align: center;
}

footer {
    background-color: #212529;
    color: white;
}

.hero-glow {
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.9),
        0 0 10px rgba(255, 255, 255, 0.7),
        0 0 15px rgba(255, 255, 255, 0.5);
}

.bar {
    background-color: #212529;
    color: rgb(255, 240, 240);
    height: 60px;
}

.about-section {
    max-width: 900px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.about-section h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 10px;
    text-align: center;
}

.top-info-bar {
    background-color: #212529;
    color: white;
    font-size: 14px;
    padding: 10px 0;
}

.top-info-bar .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.top-info-bar .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-info-bar .info-item i {
    color: #f39c12;
    font-size: 16px;
}


.what-we-do {
    padding: 30px;

    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.what-we-do h2 {
    color: #007bff;
    margin-bottom: 15px;
}

.what-we-do ul {
    list-style: none;
    padding: 0;
}

.what-we-do ul li {
    background: #ffffff;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

.what-we-do .desc {
    margin-top: 15px;
    color: #555;
}

.what-we-do .cta {
    margin-top: 10px;
    font-weight: bold;
    color: #28a745;
    font-size: 18px;
}

.what-we-do ul li.mb-3:hover {
    background-color: #9e9e9e36;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 6px;
}

.dark-body {
    background-color: #f0f0f071;
}

.hot-deals-scroll {
    display: flex;
    justify-content: left;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
}


.card-img-top {
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(0.95);
    cursor: pointer;
}

.card-img-top {
    width: 250px;
    height: auto;
    object-fit: cover;

}

.text-purple {
    color: #ff00c8 !important;
}

.btn-purple {
    background-color: #ff00c8 !important;
}

.text-blue {
    color: #41e1f2 !important;
}

.text-orange {
    color: #ff8800 !important;
}

.btn-blue {
    background-color: #41e1f2 !important;
}

.btn-orange {
    background-color: #ff8800 !important;
}

.btn-purple:hover {
    transition: transform 0.5s ease-in-out;
    transform: scale(1.05);
    cursor: pointer;
    background-color: #ff0077 !important;
}

.btn-blue:hover {
    transition: transform 0.5s ease-in-out;
    transform: scale(1.05);
    cursor: pointer;
    background-color: #00b7ff !important;
}

/* Glass effect + gradient background */
.glass {
    background: rgba(255, 255, 255, 0.1);
    /* frosted glass transparency */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gradient-bg {
    background: linear-gradient(90deg, rgb(226, 226, 226), rgb(255, 255, 255));
    background-size: 800% 800%;
    animation: gradientShift 15s ease infinite;
}

/* Smooth animated gradient */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Frosted glass effect */
.glass-form {
    background: rgba(255, 255, 255, 0.1);
    /* semi-transparent */
    backdrop-filter: blur(10px);
    /* frosted blur */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    /* optional spacing */
}

body {
    background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
}

.product-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px;
}

.product-img {
    border-radius: 10px;
    max-height: 400px;
    object-fit: cover;
}

.thumbnail {
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
    border-radius: 8px;
}

.thumbnail:hover {
    border-color: #d63384;
}

.price-old {
    color: #6c757d;
    text-decoration: line-through;
}

.price-new {
    font-size: 1.5rem;
    font-weight: bold;
    color: #d63384;
}

.badge-discount {
    font-size: 0.9rem;
}

.btn-custom {
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 30px;
}

/* Star rating */
.star-rating {
    display: flex;
    gap: 5px;
    font-size: 1.8rem;
    cursor: pointer;
}

.star {
    color: gold;
    transition: color 0.2s ease;
}

.star.selected,
.star.hover {
    color: orange;
}

/* Review slider */
.review-slider-container {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.review-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 5px;
}

.review-slider::-webkit-scrollbar {
    height: 6px;
}

.review-slider::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
}

.review-card {
    min-width: calc(33.33% - 10px); /* show 3 reviews per row */
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    flex-shrink: 0;
}

/* Slider buttons */
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.8);
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 2;
    transition: background-color 0.2s ease;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: rgba(255,255,255,1);
}

.prev-btn { left: 0; }
.next-btn { right: 0; }
/* 🔽 Mobile fixes */

/* Navbar search */
@media (max-width: 576px) {
  .navbar .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  .navbar .dropdown,
  .navbar input,
  .navbar button {
    width: 100%;
  }
}

