/* Custom Style Overrides for Sinar Upang Jaya (Red & Dark Theme) */
html {
    scroll-behavior: smooth;
}

.brand-link {
    text-decoration: none !important;
}

.brand-name {
    color: #E30613 !important;
    font-family: 'Roboto Slab', 'Georgia', 'Times New Roman', serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.brand-name-lg {
    font-size: 32px;
    line-height: 1.1;
}

.brand-name-md {
    font-size: 26px;
    line-height: 1.1;
}

.brand-name-sm {
    font-size: 20px;
    line-height: 1.1;
}

.brand-sub {
    color: #666666 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.brand-sub-lg {
    font-size: 13px;
    margin-top: 3px;
}

.brand-sub-md {
    font-size: 11px;
    margin-top: 3px;
}

.brand-sub-sm {
    font-size: 9px;
    margin-top: 2px;
}

.brand-name-footer {
    font-size: 24px;
    line-height: 1.1;
}

.brand-sub-footer {
    font-size: 11px;
    margin-top: 3px;
    color: #aaaaaa !important;
}

.text-primary-suj {
    color: #E30613 !important;
}

.bg-primary-suj {
    background-color: #E30613 !important;
}

.btn-whatsapp {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-whatsapp:hover {
    background-color: #20ba5a !important;
    border-color: #20ba5a !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
    text-decoration: none;
}

.btn-whatsapp i {
    font-size: 20px;
}

/* Smooth Background Scroll for Hero Banner (Removes choppy parallax lag) */
.hero-wrap {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
}

.hero-wrap .overlay {
    background: rgba(0, 0, 0, 0.6) !important;
}

/* Navbar Theme Overrides (Red Accent instead of Orange) */
.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    background: #E30613 !important;
    /* Red background for active nav-item, same style as original orange */
    color: #fff !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #E30613 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
}

/* Rounded Navbar Container for Modern Look (Desktop only) */
@media (min-width: 992px) {
    .ftco-navbar-light .container {
        border-radius: 8px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    }
}


.services-wrap {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 30px 20px;
    height: 100%;
}

.services-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #E30613;
}

.services-wrap .icon {
    background: #E30613 !important;
    color: #fff !important;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-wrap .icon span {
    font-size: 40px;
}

.about-wrap .icon {
    background: #E30613 !important;
}

.heading-section .subheading {
    color: #E30613 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-weight: 700;
}

.ftco-footer {
    padding: 4em 0 2em 0 !important;
    background: #111111 !important;
}

.product-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    border-top: 4px solid #E30613;
    height: 100%;
}

.product-list-item {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
}

.product-list-item:last-child {
    border-bottom: none;
}

.product-list-item i {
    color: #E30613;
    margin-right: 12px;
    font-size: 14px;
}

/* Floating WhatsApp Button */
.float-wa {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: #fff !important;
    border-radius: 50px;
    font-size: 32px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.float-wa:hover {
    background-color: #20ba5a;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
    text-decoration: none;
}

/* Header Topper Info styles */
.header-topper-icon {
    color: #E30613 !important;
    font-size: 24px;
}

.header-topper-title {
    font-weight: 700;
    color: #333;
    font-size: 14px;
}

.header-topper-desc {
    font-size: 13px;
    color: #777;
}

.header-topper-link {
    color: #E30613 !important;
}

/* Hero Section styles */
.hero-subheading {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-title {
    color: #E30613 !important;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 44px;
    line-height: 1.2;
}

.hero-desc {
    color: #eee !important;
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Product Card Custom Inner Elements */
.product-card .icon {
    width: 50px;
    height: 50px;
}

.product-card .icon svg {
    width: 24px;
    height: 24px;
}

.product-card .icon span {
    font-size: 22px;
}

.product-card h3 {
    font-weight: 700;
    font-size: 22px;
}

.product-card p {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

/* Map & Contact section card styles */
.map-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.map-card iframe {
    border: 0 !important;
    border-radius: 8px !important;
}

.contact-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #E30613;
}

.contact-list {
    list-style: none;
    padding-left: 0;
}

.contact-list li span.fa {
    font-size: 20px;
    width: 20px;
    text-align: center;
}

.contact-list li span.text {
    color: #555;
}

/* Footer Custom styles */
.footer-desc {
    color: #888;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto;
}

.footer-copy {
    color: #666;
    font-size: 13px;
}

/* Product Categories Overview section positioning */
.ftco-services-2 {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.services-wrap h3 {
    font-weight: 700;
    font-size: 20px;
}

.services-wrap p {
    color: #666;
}

/* About wrap styles */
.about-wrap {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.about-section-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

#tentang {
    background: #fafafa !important;
}

.heading-section p {
    color: #666;
}

.contact-card p {
    font-weight: 500;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.contact-card .btn-whatsapp {
    border-radius: 8px !important;
}

.contact-card .btn-whatsapp span {
    font-size: 24px !important;
}

/* Brand Logo Styles */
.brand-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.brand-logo-mobile {
    width: 30px;
    height: 30px;
}

/* Fix overlap on mobile and tablet screens */
@media (max-width: 991.98px) {
    .ftco-services-2 {
        margin-top: 20px !important;
    }
}