.topbar-link {
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.topbar-link i {
    color: #fff !important;
    margin-right: 8px;
    font-size: 15px;
}

.topbar-link:hover {
    color: #fde3bc !important;
}

.topbar-link:hover i {
    color: #fde3bc !important;
}

.topbar-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.topbar-social-link {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
}

.topbar-social-link:hover {
    background: #fde3bc;
    color: #111827 !important;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .topbar-social {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .topbar-link {
        font-size: 13px;
        word-break: break-word;
    }

    .topbar-social-link {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
}
.top-moving-bar {
    overflow: hidden;
}

.category-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.category-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    animation: categoryMove 28s linear infinite;
}

.category-marquee:hover .category-marquee-track {
    animation-play-state: paused;
}

.category-marquee-link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Playfair Display", serif !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.3px;
}

.category-marquee-link i {
    color: #fde3bc;
    font-size: 12px;
}

.category-marquee-link:hover {
    color: #fde3bc !important;
}

@keyframes categoryMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.topbar-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.topbar-social-link {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
}

.topbar-social-link:hover {
    background: #fde3bc;
    color: #111827 !important;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .topbar-social {
        justify-content: center;
    }

    .category-marquee-track {
        animation-duration: 22s;
    }
}

@media (max-width: 575.98px) {
    .category-marquee-link {
        font-size: 13px;
    }

    .topbar-social-link {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
}
/* About Company Section */
.about-company-section {
    position: relative;
}

.about-company-content {
    padding-right: 20px;
}

.about-small-title {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 18px;
    border-radius: 30px;
    background: #f7eadc;
    color: #8a4b16;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.about-main-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: #1f1f1f;
}

.about-company-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-company-content strong {
    color: #8a4b16;
}

.about-highlight-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.about-highlight-box {
    padding: 18px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(138, 75, 22, 0.12);
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    text-align: center;
    transition: all 0.35s ease;
}

.about-highlight-box:hover {
    transform: translateY(-5px);
    background: #8a4b16;
}

.about-highlight-box strong {
    display: block;
    color: #8a4b16;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.about-highlight-box span {
    color: #555;
    font-size: 14px;
    font-weight: 600;
}

.about-highlight-box:hover strong,
.about-highlight-box:hover span {
    color: #fff;
}

/* Image Side */
.about-company-image-box {
    position: relative;
    padding: 22px;
}

.about-image-shape {
    position: absolute;
    inset: 0;
    border-radius: 35px;
    background: linear-gradient(135deg, #f7eadc, #fff6ed);
    transform: rotate(-3deg);
    z-index: 0;
}

.about-image-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.about-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.about-image-wrapper:hover .about-img {
    transform: scale(1.06);
}

.about-floating-card {
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 300px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.about-floating-card i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #8a4b16;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.about-floating-card strong {
    display: block;
    color: #222;
    font-size: 16px;
    margin-bottom: 3px;
}

.about-floating-card span {
    display: block;
    color: #666;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
    .about-company-content {
        padding-right: 0;
    }

    .about-main-title {
        font-size: 32px;
    }

    .about-img {
        height: 430px;
    }
}

@media (max-width: 767px) {
    .about-company-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .about-main-title {
        font-size: 26px;
    }

    .about-company-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-highlight-row {
        grid-template-columns: 1fr;
    }

    .about-company-image-box {
        padding: 12px;
    }

    .about-image-shape {
        border-radius: 24px;
        transform: rotate(-2deg);
    }

    .about-image-wrapper {
        border-radius: 24px;
    }

    .about-img {
        height: 330px;
    }

    .about-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -35px auto 0;
        max-width: 90%;
    }
}
