﻿.hero {
    background: url('../Content/images/bannner_bg.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.RRGLogo img {
    width: 70px;
}

.topHeadRow {
    background-color: #f1c234;
    padding: 2px;
    margin-bottom: 0px;
    text-align: center;
}

.navbar-header {
    background-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #423030;
}

.navbar-brand.fw-bold {
    color: #af451d;
    font-size: 24px;
    text-transform: uppercase;
}

    .navbar-brand.fw-bold span {
        color: #edb303;
    }

.trdJourney {
    background-color: #f1ecde;
}

    .trdJourney .rounded-circle {
        background-color: #000 !important;
    }

.boxBorder {
    display: flex;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    margin: 0px 10px;
    padding-left: 24px;
}

    .boxBorder .noCircle {
        position: absolute;
        left: -27px;
    }

.shopnowBnr {
    background-color: #350b00;
    border: 1px solid #ffffff;
    color: #fff;
}

.category-img,
.product-img {
    width: 100%;
    transition: transform 0.3s ease;
}

    .category-img:hover,
    .product-img:hover {
        transform: scale(1.05);
    }

.card {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cntcls a {
    color: #fff !important;
    border: 1px solid;
    background-color: #893414;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.shpCat {
    overflow: hidden;
}

.benefit-icon:hover {
    transform: scale(1.2);
}

.benefits {
    background-color: #00343c;
    color: white;
}

/* Animation */
.animate {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

    .animate.show {
        opacity: 1;
        transform: translateY(0);
    }

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
}

.cartParent {
    position: relative;
}

.CartIcon {
    color: #000;
    border: 1px solid #d9c6bf;
    border-radius: 4px;
    background-color: #eeeeeea1;
    margin-top: 5px;
    padding: 4px !important;
}

.cartNo {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #af451d;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}
/*==========Experienc with essence=======*/

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-description {
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #555;
    font-size: 1rem;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .video-card:hover {
        transform: translateY(-5px);
    }

    .video-card img {
        width: 100%;
        height: auto;
        display: block;
    }

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
    text-decoration: none;
}

    .play-button:hover {
        background-color: #ffd700;
        color: #000;
    }
/*==========Our Core Value========*/
.core-values {
    padding: 60px 20px;
    text-align: center;
    background-color: #f1ecde;
}

    .core-values h2 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #3b5d2f;
        margin-bottom: 40px;
        position: relative;
    }

.value-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 30px 20px;
    background-color: #fff;
    height: 100%;
    transition: transform 0.3s ease;
}

    .value-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

.value-icon {
    width: 80px;
    height: 80px;
    background-color: #d6b400;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .value-icon img {
        width: 40px;
        height: 40px;
    }

.value-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #2e5126;
    margin-bottom: 10px;
}

.value-text {
    font-size: 0.95rem;
    color: #555;
}
/*============contact us=============*/
contact-section {
    background: #f9f9f9;
    padding: 60px 0;
}

.contact-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 40px;
}

    .contact-card.ADD {
        background: #d6d6d6;
    }
        .contact-card.ADD h6, .contact-card.ADD p, .contact-card.ADD h5 {
            font-size: 14px;
            text-transform:capitalize;
            color:#000 !important;
        }
        .contact-card.ADD p {
            margin-bottom:0px;
        }



            .contact-info h5 {
                margin-bottom: 5px;
                font-weight: bold;
            }

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
/*============contact us=============*/
footer, .footer-bottom {
    background-color: #f1ecde !important;
}

.fooTextClr, .fooTextClr ul li a {
    color: #000 !important;
}

.AvlAmgFlp {
    font-size: 24px;
    background-color: #d6d6d6;
    text-align: center;
}
/*==================Social Icons=============*/
.follow-section {
    max-width: 600px;
    margin: 0 auto;
}

    .follow-section h2 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        color: #222;
    }

    .follow-section p {
        color: #666;
        margin-bottom: 30px;
    }

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .social-icons a {
        width: 40px;
        height: 40px;
        background-color: #fff;
        color: #444;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 18px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease;
        text-decoration: none;
    }

        .social-icons a:hover {
            transform: scale(1.1);
        }

        .social-icons a.facebook {
            color: #3b5998;
        }

        .social-icons a.instagram {
            color: #e4405f;
        }

        .social-icons a.twitter {
            color: #1da1f2;
        }

        .social-icons a.youtube {
            color: #ff0000;
        }

        .social-icons a.linkedin {
            color: #0077b5;
        }

@media only screen and (max-width: 575px) {
    .rightNav {
        display: flex;
        flex-direction: row;
    }

        .rightNav li {
        }
}
