body {
    background-color: #84293d;
}

.navbar-custom {
    background-color: #84293d;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-section {
    padding: 50px 0;
    background-color: #84293d;
}

.product-card {
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
}

.card-title {
    color: #84293d;
    font-weight: bold;
}

.card img {
    height: 400px;
    object-fit: cover;
}

.carousel-inner .row {
    display: flex;
    justify-content: center;
}

.product-card {
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.why-us-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #9b2c44 0%, #702232 100%);
    color: white;
    text-align: center;
}

.text-content {
    text-align: left;
}

.why-us-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight {
    color: #ffcc00;
}

.why-us-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}

.features-list i {
    color: #ffcc00;
    font-size: 1.5rem;
}

.img-fluid {
    max-width: 80%;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.2);
}

/* Smooth fade-in animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .text-content {
        text-align: center;
    }

    .features-list {
        justify-content: center;
    }

    .why-us-section h2 {
        font-size: 2rem;
    }
}

.global-reach-section .highlight {
    color: #ffcc00;
}

.features-list {
    list-style: none;
    padding-left: 0;
}

.features-list li {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.features-list i {
    color: #ffcc00;
    font-size: 22px;
    margin-right: 10px;
}

/* Video Section Styles */
.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.video-wrapper video:not([src])+.video-fallback {
    display: block;
}

.query-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #84293d, #84293d);
    color: white;
}

.query-container {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.query-container:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
}

.query-heading {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.query-subheading {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.form-control,
.form-select {
    border-radius: 12px;
    padding: 14px;
    border: none;
    background: #84293d;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.form-control::placeholder,
.form-select {
    color: rgba(255, 255, 255, 0.7);
}

.form-control:focus,
.form-select:focus {
    border-color: #ff7675;
    box-shadow: 0px 0px 10px rgba(255, 118, 117, 0.8);
}

.btn-submit {
    background: linear-gradient(45deg, #ff7675, #ff5252);
    color: white;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 12px;
    transition: 0.3s;
    border: none;
    width: 100%;
}

.btn-submit:hover {
    background: linear-gradient(45deg, #ff5252, #ff7675);
    transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(255, 82, 82, 0.5);
}

.btn-whatsapp {
    display: inline-block;
    background: #25d366;
    color: white;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 12px;
    transition: 0.3s;
    text-decoration: none;
}

.btn-whatsapp:hover {
    background: #1ebe57;
    transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(37, 211, 102, 0.5);
}

.query-image {
    transition: transform 0.3s ease-in-out;
}

.query-image:hover {
    transform: scale(1.1);
}

:root {
    --primary: #ffffff;
    --secondary: #ffcc00;
    --background: #ffffff;
    --foreground: #333333;
    --muted: #6c757d;
    --border: #dee2e6;
    --radius: 0.375rem;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.footer-section {
    background-color: #84293d;
    color: #ffffff;
    padding-bottom: 2rem;
}

.footer-logo {
    max-width: 150px;
    height: auto;
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-heading {
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--secondary);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 1rem;
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 0.9rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-icon {
    color: #ffffff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--secondary);
}

.newsletter-form input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.btn-subscribe {
    background-color: var(--secondary);
    color: var(--primary);
    border: none;
    width: 100%;
    padding: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-link {
    color: #ffffff;
    text-decoration: none;
    margin-left: 1.5rem;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: var(--secondary);
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--secondary);
    color: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}

.scroll-top:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-link {
        display: block;
        margin: 0.5rem 0;
    }

    .text-md-end {
        text-align: center !important;
        margin-top: 1rem;
    }
}


.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: url('img/about-desktop.png') center/cover no-repeat;
    /* Default background for desktop */
}

/* Mobile-specific background */
@media (max-width: 768px) {
    .hero-section {
        background: url('img/about-mobile.png') center/cover no-repeat;
    }
}

.background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(132, 41, 61, 0.85), rgba(132, 41, 61, 0.15));
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: url('img/about-desktop.png') center/cover no-repeat;
    /* Default background for desktop */
}

/* Mobile-specific background */
@media (max-width: 768px) {
    .hero-section {
        background: url('img/about-mobile.png') center/cover no-repeat;
    }
}

.background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(132, 41, 61, 0.85), rgba(132, 41, 61, 0.15));
}

.hero-content {
    padding: 2rem;
    z-index: 2;
    position: relative;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    transform: translateY(-2px);
}

/* Responsive Typography */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 0.9rem;
    }
}



body {
    font-family: 'Segoe UI', sans-serif;
}

.hero-section {
    height: 80vh;
    position: relative;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(132, 41, 61, 0.7);
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--primary);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

.content {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #84293d;
}

.vision-card,
.mission-card {
    padding: 2rem;
    border-radius: 8px;
    background-color: #84293d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.vision-card:hover,
.mission-card:hover {
    transform: translateY(-5px);
}

.achievement-card {
    padding: 2rem;
    background-color: #84293d;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.achievement-card h3 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item.right {
        left: 0%;
    }
}

:root {
    --card-foreground: #333333;
    --border: #dee2e6;
    --radius: 0.5rem;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.products-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        url('https://images.unsplash.com/photo-1516211697506-8360dbcfe9a4');
    background-size: cover;
    background-position: center;
}

.text-primary {
    color: #84293d !important;
}

.btn-primary {
    background-color: #84293d;
    border-color: #84293d;
}

.btn-primary:hover {
    background-color: darken(#84293d, 10%);
    border-color: darken(#84293d, 10%);
}

.btn-outline-primary {
    color: #84293d;
    border-color: #84293d;
}

.product-card {
    border-radius: #84293d;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
    border: 1px solid var(--border);
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.certification-badge {
    padding: 1.5rem;
    border-radius: var(--radius);
    background: var(--card);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.certification-badge:hover {
    transform: scale(1.05);
}

.certification-badge i {
    color: var(--primary);
}

@media (max-width: 768px) {
    .product-card img {
        height: 200px;
    }
}

:root {
    --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.contact-section {
    background-color: #84293d;
}

.contact-info,
.contact-form {
    background-color: #ffffff;
    border-radius: 8px;
}

.btn-primary {
    background-color: #84293d;
    border-color: #84293d;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    transform: translateY(-2px);
}

.form-control:focus {
    border-color: #84293d;
    box-shadow: 0 0 0 0.25rem rgba(132, 41, 61, 0.25);
}

.social-links .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.social-links .btn:hover {
    transform: scale(1.1);
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    .contact-info,
    .contact-form {
        margin-bottom: 2rem;
    }

    h1.display-4 {
        font-size: 2.5rem;
    }
}

:root {
    --font-family: "Inter", sans-serif;
    --radius: 0.5rem;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

body {
    font-family: var(--font-family);
}

.herop {
    position: relative;
    overflow: hidden;
}

.herop-content {
    background: url('https://images.unsplash.com/photo-1553413077-190dd305871c') center/cover no-repeat;
    min-height: 100vh;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.content-wrapperp {
    position: relative;
    z-index: 2;
}

.text-golden {
    color: #e6b800;
}

.btn-primary {
    background-color: #84293d;
    border-color: #84293d;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #6d2033;
    border-color: #6d2033;
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

@media (max-width: 768px) {
    .herop-content {
        text-align: center;
    }

    .display-3 {
        font-size: 2.5rem;
    }

    .value-props h4 {
        font-size: 1.2rem;
    }

    .cta-buttons .btn {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.catalogue-card {
    transition: transform 0.3s ease;
}

.catalogue-card:hover {
    transform: translateY(-5px);
}

.category-icon img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: var(--radius);
}

.ctbtn {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: #6d2033;
    border-color: #6d2033;
}

.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #000;
}

.btn-secondary:hover {
    background-color: #cc9900;
    border-color: #cc9900;
    color: #000;
}

.card {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

@media (max-width: 768px) {
    .category-icon img {
        height: 150px;
    }
}

.heroct {
    background: linear-gradient(rgba(132, 41, 61, 0.05), rgba(132, 41, 61, 0.1));
}

:root {

    --radius: 0.5rem;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

body {
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.mgf-contact-wrapper {
    background-color: #f8f9fa;
}

.mgf-contact-info,
.mgf-contact-form {
    background-color: var(--card);
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    height: 100%;
}

.mgf-btn-primary {
    background-color: #84293d;
    border-color: #84293d;
    color: #ffffff;
    transition: all 0.3s ease;
}

.mgf-btn-primary:hover {
    background-color: darken(#84293d, 10%);
    border-color: darken(#84293d, 10%);
}

.mgf-btn-accent {
    background-color: #e6b800;
    border-color: #e6b800;
    color: #000000;
}

.mgf-social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #84293d;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mgf-social-icon:hover {
    background-color: #e6b800;
    color: #000000;
    transform: translateY(-2px);
}

.mgf-callback-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.mgf-callback-button .btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: var(--shadow);
}

.mgf-form-control,
.mgf-form-select {
    border: 1px solid var(--input);
    border-radius: var(--radius);
}

.mgf-form-control:focus,
.mgf-form-select:focus {
    border-color: var(--ring);
    box-shadow: 0 0 0 2px rgba(132, 41, 61, 0.2);
}

@media (max-width: 768px) {

    .mgf-contact-info,
    .mgf-contact-form {
        margin-bottom: 2rem;
    }
}

.mgf-modal .modal-content {
    border-radius: var(--radius);
}

.mgf-map-container {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.mgf-invalid-feedback {
    color: #84293d;
}

.form-label {
    color: white !important;
}

controls {
    background-color: #b0596c !important;
}