body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
}
.logo-icon {
    width: 150px;
    height: 65px;
    margin-right: 8px;
}
.nav-item a {
    font-size: 1rem;
    margin-left: 15px;
    font-weight: 500;
}
.carousel-item {
    height: 560px;
    width: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-card {
    background: #e9f6f5;
    padding: 2rem 0px;
    padding-bottom: 0px;
    text-align: center;
    border-radius: 8px;
}

.brand-card img {
    max-width: 100%;
    margin-top: 1rem;
    border-radius: 8px;
}

.product-card {
    border: none;
    text-align: center;
}

.product-card img {
    max-height: 200px;
    object-fit: contain;
}

.price-old {
    text-decoration: line-through;
    color: #888;
    font-size: 0.9rem;
}

.price-new {
    color: red;
    font-weight: 600;
}

.product-p p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}


.value-section {
    background: #F2F8F6;
    /*color: white;*/
    text-align: center;
    padding: 80px 20px;
}

.value-section h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.value-section h2 {
    font-weight: 500;
    font-size: 3rem;
    margin-bottom: 20px;
}

.value-section p {
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .value-section h2 {
        font-size: 1.3rem;
    }
    .value-section p {
        font-size: 0.95rem;
    }
    .value-section{
        padding: 30px 20px;
    }
    .metrics-section {
        padding-top: 0 !important;
    }
    .vmm-section {
        padding-bottom: 0 !important;
    }
    .carousel-item {
        height: 100%;
        width: 100%;
    }
    footer.raso-footer.py-5 {
        padding-bottom: 0px !important;
    }
    .col-md-4.text-center.text-md-start {
        text-align: left !important;
    }
    .accordion-button {
        font-size: 0.9rem;
    }
    .accordion-body {
        font-size: 15px;
    }
    price {
    font-size: 0.98rem;
    }
    .product-title {
    font-size: 0.98rem;
    }

    .hero-banner {
        border-radius: 0 !important;
        margin: 0 auto !important;
        height: auto !important;
    }
    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contact-wrapper {
        width: 100% !important;
        margin: 10px auto !important;
    }
    .contact-left h2 {
        font-weight: 500 !important;
        font-size: 28px !important;
    }

    .brand-card {
        padding: 0px;
        padding-bottom: 0px;
        text-align: center;
        border-radius: 1px;
        display: flex;
        align-items: center;
    }
    .brand-card img {
        border-radius: 1px;
        margin: 0 !important;
    }
    .brand-text h4 {
        font-weight: 500 !important;
        font-size: 16px;
    }
    .product-heading {
        font-size: 16px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 6%;
    }
    .container.my-5 {
        margin-top: 0 !important;
    }
    .logo-icon {
        width: 100px;
        height: 50px;
    }
    .navbar-toggler {
        padding: 3px !important;
    }
}
.vmm-section {
    padding: 10px 20px;
    text-align: center;
}

.vmm-box i {
    font-size: 40px;
    color: #d62828; /* red icons */
    margin-bottom: 15px;
}

.vmm-box h5 {
    color: #d62828;
    font-weight: 600;
    margin-bottom: 15px;
}

.vmm-box p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

.qty-input{
    text-align: center;
}
.tab-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media (max-width: 768px) {
    .vmm-section {
        padding: 50px 15px;
    }
    .vmm-box {
        margin-bottom: 30px;
    }
    .product-image-section{
        margin-top: 0 !important;
    }
    .qty-input{
        width: 35% !important;
    }
    .order-btn{
        width: 50% !important;
    }
    .card-product {
        box-shadow: none !important;
        margin-right: 0 !important;
    }
    .product-card {
     box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    }
}
.metrics-section {
    background-color: #fff;
    padding: 3rem 1rem;
}
.metric {
    color: #d32f2f;
    font-weight: bold;
}
.metric-value {
    font-size: 2.5rem;
}
.metric-label {
    font-size: 1.1rem;
}
.accordion-button {
    background-color: #5AB8F0; /* slightly lighter red */
    color: white;
}
.accordion-button:not(.collapsed) {
    background-color: #5AB8F0; /* darker red when open */
    color: white;
}
.accordion-body {
    background-color: #5AB8F0;
    color: white;
}
.accordion-item {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0px;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    filter: brightness(0) invert(1); /* turn arrow white */
}

.raso-footer {
    background-color: #d32f2f; /* Exact red from image */
    color: #fff;
}

.raso-logo {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.raso-tagline {
    font-size: 1rem;
    margin-top: 5px;
    color: #fff;
}

.raso-slogan {
    font-size: 0.9rem;
    font-style: italic;
    color: #fff;
}

.raso-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.raso-links li {
    margin: 6px 0;
}

.raso-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.raso-links a:hover {
    color: #ffe082;
    text-decoration: underline;
}

.raso-social a {
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
    transition: color 0.3s;
}

.contact-p p {
    border-bottom: 1px solid #fff;
    margin: 0px;
    padding: 0px;
}

.raso-social a:hover {
    color: #ffe082;
}

/* Hero Banner */
.hero-banner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1100px;
    margin: 40px auto;
    height: 250px;
}
.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Cards */
.product-card {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;

    
}
.shop-prouduct{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.shop-prouduct:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
}

.card-product {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-right: 10px;
}
.card-product:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
}
.product-title {
    font-size: 1rem;
    font-weight: 600;
}
.price {
    font-size: 1rem;
    font-weight: 500;
}
.btn-buy {
  color: #5AB8F0;
  border: 2px solid #5AB8F0;
  border-radius: 25px;
  font-weight: 500;
  padding: 5px 10px;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-buy:hover {
  color: #fff;
  background: linear-gradient(45deg, #5AB8F0, #4aa3e0);
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(90, 184, 240, 0.4);
  transform: translateY(-2px);
}

/* Filters */
.filter-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
}
.filter-sidebar h5 {
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 50px auto;
}

/* Left side */
.contact-left {
    flex: 1;
    background: #fff;
    padding: 50px 40px;
}

.contact-left h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.contact-left p {
    color: #555;
    margin-bottom: 25px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 20px;
    margin-right: 10px;
    color: #000;
}

.contact-left a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.contact-left a:hover {
    text-decoration: underline;
}

.contact-info h4 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.social-icons a {
    font-size: 20px;
    margin-right: 15px;
    color: #000;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #007bff;
}

/* Right side */
.contact-right {
    flex: 1;
    background: #f1f6fa;
    padding: 50px 40px;
}

.contact-right h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-right p {
    color: #555;
    margin-bottom: 30px;
}

.form-control {
    border-radius: 6px;
    padding: 12px;
}

.btn-submit {
    background: #111;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
}

.btn-submit:hover {
    background: #333;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-left,
    .contact-right {
        flex: 100%;
        padding: 30px 20px;
    }
}

.product-anchor {
    color: black;
    text-decoration: none;
}

.product-img {
    display: inline-block;
    /* Wraps tightly around the image */
}

.product-img img {
    border-radius: 15px;
    transition: transform 0.4s ease;
    width: 100%;
    /* Responsive */
    height: auto;
    /* Keeps aspect ratio */
    display: block;
}

.product-img img:hover {
    transform: scale(1.05);
}

.product-price {
    font-size: 2rem;
    font-weight: 600;
    color: #28a745;
    padding-bottom: 15px;
    border-bottom: 1px solid lightgray;
}
.qty-section{
    padding-top: 15px;
    border-top: 1px solid lightgray;
}

.btn-custom {
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-custom:hover {
    transform: scale(1.05);
}

.reviews {
    color: #ffc107;
    font-size: 1.2rem;
}

.nav-tabs .nav-link.active {
    background-color: #d32f2f;
    color: #fff;
    border: none;
}

.sticky-bar {
    position: sticky;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
}
.product-image-section{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}