:root {
    --primary-red: #c22127;
    --dark-bg: #333;
    --light-bg: #f6f6f6;
    --white: #ffffff;
    --text-dark: #333333;
}

body {
    font-family: 'Lato', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}

/* Remove all gaps between sections */
section {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding: 0;
}

/* Top Bar */
.top-bar {
    background-color: var(--primary-red);
    color: var(--white);
    padding: 8px 0;
    font-size: 13px;
}

.social-icons a {
    color: var(--white);
    margin-left: 10px;
    font-size: 13px;
    text-decoration: none;
}

.social-icons img {
    width: 11px;
    height: 13px;
    margin-bottom: -2px;
}

/* Header */
.navbar-brand img {
    height: 120px;
    width: auto;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    color: var(--text-dark);
    font-weight: 500;
    padding: 15px 20px;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 8px 20px;
}

/* Hero Carousel */
.hero-carousel {
    margin: 0;
}

.hero-carousel .carousel-item {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(229, 229, 229, 1);
    margin: 0 5px;
}

.carousel-indicators .active {
    background: rgba(255, 255, 255, 1);
}

/* About Section */
.about-section {
    background-color: var(--light-bg);
    padding: 60px 0;
}

.about-content {
    padding: 35px;
    background: url('https://saybangroup.com/wp-content/uploads/2018/10/mbg.jpg') center/cover no-repeat;
    border-radius: 5px;
}

/* Crop Slider */
.crop-slider .carousel-item {
    height: 475px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.crop-slider .carousel-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.crop-slider .carousel-caption {
    bottom: 20px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

/* Section Styling */
.section-padding {
    padding: 60px 0;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.divider {
    width: 40px;
    height: 3px;
    background-color: var(--primary-red);
    margin: 15px auto;
}

.divider-left {
    margin-left: 0;
}

/* Vision & Mission Section */
.vision-mission-section {
    background-color: var(--light-bg);
    padding: 60px 0;
}

/* Core Values Section */
.core-values-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.core-values-box {
    background-image: url('https://saybangroup.com/wp-content/uploads/2018/10/mbg.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 6px;
}

.value-item {
    text-align: center;
    margin-bottom: 30px;
}

.value-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    border: 5px solid var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.value-item h5 a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

/* Zarai Markaz Section */
.zarai-markaz-section {
    padding: 60px 0;
}

/* CTA Section */
.cta-section {
    background-color: var(--primary-red);
    color: var(--white);
    padding: 20px 0;
}

.btn-primary {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
}

.btn-primary:hover {
    background-color: #a81d22;
    border-color: #a81d22;
}

/* Product Section */
.product-section {
    padding: 60px 0;
    background-color: #f6f6f6;
}

.product-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.product-img:hover {
    transform: scale(1.05);
}

/* Testimonials Section */
.testimonial-section {
    background: url('https://saybangroup.com/wp-content/uploads/2018/10/parallax.jpg') center/cover fixed no-repeat;
    color: var(--white);
    padding: 80px 0;
    position: relative;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.testimonial-section .container {
    position: relative;
    z-index: 1;
}

.testimonial-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 5px;
    margin: 15px;
    backdrop-filter: blur(10px);
}

.testimonial-author {
    margin-top: 20px;
}

.testimonial-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/* Group Companies Section */
.group-companies-section {
    padding: 60px 0;
}

/* Footer */
footer {
    background-color: #222;
    color: var(--white);
}

.footer-top {
    padding: 60px 0 30px;
}

.footer-bottom {
    background-color: #111;
    padding: 20px 0;
    font-size: 14px;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.footer-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-red);
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.footer-list .icon {
    margin-right: 10px;
    min-width: 20px;
}

/* Contact Slider */
.contact-slider {
    position: fixed;
    right: -500px;
    top: 0;
    width: 500px;
    height: 100%;
    background: white;
    z-index: 9999;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.contact-slider.open {
    right: 0;
}

.contact-tab {
    position: fixed;
    right: -68px;
    top: 200px;
    transform: rotate(-90deg);
    background: var(--primary-red);
    color: white;
    padding: 8px 20px;
    border: 1px solid var(--primary-red);
    cursor: pointer;
    z-index: 9998;
    font-size: 18px;
    width: 170px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-brand img {
        height: 80px;
    }

    .hero-carousel .carousel-item {
        height: 300px;
    }

    .crop-slider .carousel-item {
        height: 300px;
    }

    .section-padding {
        padding: 40px 0;
    }

    .about-section,
    .vision-mission-section,
    .core-values-section,
    .zarai-markaz-section,
    .product-section,
    .group-companies-section {
        padding: 40px 0;
    }

    .contact-slider {
        width: 100%;
        right: -100%;
    }

    .about-content {
        padding: 20px;
    }

    .core-values-box {
        padding: 20px;
    }
}