*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #F3EED9;
    overflow-x: hidden;
}

.nav-link.active {
    border-bottom: 2px solid white !important;
    padding-bottom: 4px;
}


.product-section {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.about-section {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.mission {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.wedo-section {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.top-products {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.info-strips {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.product-title {
    background-color: white;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    font-weight: bold;
    color: #cc2225;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.product-img {
    border-radius: 12px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.btn-cmn {
    background-color: #cc2225;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.btn-cmn:hover {
    background-color: white;
    border: 3px solid #cc2225;
    color: #cc2225;
}

.mission-section {
    background-image: url('assets/mission.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 280px;
}

.mission-overlay {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 20px 20px 0 0;
    padding: 30px;
    max-width: 900px;
    color: #ffffff;
    margin-top: 100px;
}

.mission-title {
    font-size: 1.75rem;
    font-weight: bold;
}

.hover-opacity-100:hover {
    opacity: 1 !important;
}

.transition {
    transition: opacity 0.3s ease-in-out;
}

.stats-section {
    background-color: #fff;
    /* soft beige background */
    padding: 40px 0;
}

.stat-box {
    text-align: center;
    color: #cc2225;
    /* red text */
}

.stat-number {
    font-size: 5rem;
    font-weight: 700;
}

.divider {
    border-left: 5px solid #cc2225;
    height: 120px;
    margin: auto;
}

@media (max-width: 767px) {
    .divider {
        display: none;
    }
}

/* css for top products  */
.top-products-title {
    background: white;
    border-radius: 30px;
    padding: 8px 24px;
    display: inline-block;
    font-weight: bold;
    color: #cc2225;
    margin-bottom: 30px;
}

.scroll-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scroll-track {
    display: flex;
    gap: 2rem;
    white-space: nowrap;
    padding: 20px;
}

.product-card {
    width: 300px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    flex: 0 0 auto;
}

.product-card:hover {
    transform: scale(1.03);
}

.product-card img {
    max-width: 100%;
    height: auto;
}










.about-us {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.about-value {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.collection {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.smallcards {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.core-values {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.other-services {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-top: 80px;
}

.active {
    opacity: 1;
    transform: translateX(0);
}

.btn-cmn {
    background-color: #cc2225;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.btn-cmn:hover {
    background-color: white;
    border: 3px solid #cc2225;
    color: #cc2225;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 3px solid #000;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 12px 16px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.quote-card {
    width: 350px;
    height: 70px;
    position: absolute;
    bottom: -25px;
    left: 170px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 2;
}

.quote-card .quote {
    color: #cc2225;
    font-weight: bold;
    font-size: 0.9rem;
}

.quote-card .brand {
    font-size: 0.85rem;
}

@media (max-width: 1200px) {
    .quote-card {
        display: none;
    }
}

@media (max-width: 768px) {
    .quote-card {
        position: static;
        margin-top: 10px;
        box-shadow: none;
    }

}


.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 3px solid #000;
    display: inline-block;
    margin-bottom: 2rem;
}

.value-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.value-icon {
    font-size: 2rem;
    color: #222;
}

.value-card:hover .value-icon {
    color: #cc2225;
    /* Falcon red tone */
}


.scrolling-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    user-select: none;
    padding: 1rem 0;
}

.scrolling-text {
    display: inline-block;
    font-weight: 700;
    font-size: 2rem;
    color: white;
    letter-spacing: 0.15em;
    /* Repeat text multiple times */
    white-space: nowrap;
    animation: scroll-left 40s linear infinite;
}

/* Keyframes to scroll from 0 to full width negative (approximate) */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.price-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-title {
    background-color: white;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    font-weight: bold;
    color: #cc2225;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    transition: transform 0.8s;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: 1px solid #cc2225;
    border-radius: 1rem;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
}

.flip-card-front {
    background: linear-gradient(120deg, #fff 60%, #fff 88%, #fff 40%, #cc2225 48%);
    color: #cc2225;
}

.flip-card-back {
    color: #fff;
    background: #cc2225;
    transform: rotateY(180deg);
}


.gallery-tabs {
    justify-content: center;
}

.gallery-tabs .nav-link {
    background-color: white;
    border-radius: 12px 12px 0 0;
    margin: 0 8px;
    padding: 10px 20px;
    font-weight: bold;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
}

.gallery-tabs .nav-link.active {
    color: #cc2225;
    border: 2px solid #cc2225;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    border-radius: 12px;
    width: 100%;
    height: 420px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tab-wrapper {
    background-color: #fff;
    padding: 3rem;
    width: 100%;
    border-top: 3px solid #cc2225;
    width: 100%;
}

@media (max-width: 768px) {
    .gallery-item img {
        height: 200px;
    }

    .gallery-tabs .nav-link {
        font-size: 22px;
        font-weight: 500;
        padding: 8px 12px;
    }
}