@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ---------------------------
   Body
--------------------------- */
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    color: #fff;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


/* ---------------------------
   Headings
--------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 0.95rem;
}

/* ---------------------------
   Paragraphs
--------------------------- */
p {
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 1em;
}

/* ---------------------------
   Links
--------------------------- */
a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: #B2DF48;
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* ---------------------------
   Lists
--------------------------- */
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1em;
}

li {
    line-height: 1.6;
}


/* Header Background */
.main-header {
    background: #fff;
    box-shadow: 0px 5px 20px 4px #0000000a;
}

/* Logo */
.logo-wrap img {
    width: 100%;
}

.main-nav .dropdown-menu-custom li {
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.nav-dropdown:hover .dropdown-menu-custom li {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger effect */
.nav-dropdown:hover .dropdown-menu-custom li:nth-child(1) {
    transition-delay: 0.05s;
}

.nav-dropdown:hover .dropdown-menu-custom li:nth-child(2) {
    transition-delay: 0.1s;
}

.nav-dropdown:hover .dropdown-menu-custom li:nth-child(3) {
    transition-delay: 0.15s;
}

.nav-dropdown:hover .dropdown-menu-custom li:nth-child(4) {
    transition-delay: 0.2s;
}

.nav-dropdown:hover .dropdown-menu-custom li:nth-child(5) {
    transition-delay: 0.25s;
}

.nav-dropdown:hover .dropdown-menu-custom li:nth-child(6) {
    transition-delay: 0.3s;
}

.main-nav .dropdown-menu-custom {
    position: absolute;
    top: 92px;
    left: 25px;
    padding: 12px;
    border-radius: 0;
    width: max-content;
    z-index: 999;
    background-color: rgb(220 48 46);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid #ffffff1a;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.97);
    transform-origin: top left;
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.35s ease;
    pointer-events: none;
    overflow: hidden;
}

.main-nav .dropdown-menu-custom li a:hover {
    color: #bd3c34;
}

.main-nav ul li {
    position: relative;
}

.main-nav .dropdown-menu-custom li a {
    display: block;
    padding: 8px 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: start;
}

.nav-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-arrow {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.35s ease;
}

.dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-dropdown:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.innermenuwrap {
    padding: 6px 16px;
    background-color: #ff6a6a;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border: 1px solid #ffffff1a;
}

/* Navigation */
.main-nav .nav-link {
    font-weight: 500;
    font-size: 25px;
    color: #c62828;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0 7px;
    transition: 0.3s ease;
    padding: 26px 20px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
    color: #000;
}

/* Search Icon */
.search-icon i {
    font-size: 22px;
    color: #c62828;
    cursor: pointer;
    transition: 0.3s ease;
}

.search-icon i:hover {
    color: #000;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSwiper,
.swiper-slide {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Overlay Content */
.slide-content {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
    z-index: 2;
}

.slide-content h2 {
    font-size: 48px;
    font-weight: bold;
}

/* Dark overlay */
.bannerSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 20%);
}

/* Progress Bar */
.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: #005538;
    z-index: 3;
}

/* Pagination Bullets */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #c62828;
    opacity: 1;
}


.section {
    padding: 100px 0;
    position: relative;
}

/* ===== ABOUT SECTION START ===== */

.about-section {
    background-color: #fff;
}

/* Section Title */
.section-title {
    font-size: 33px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 2px;
    background: #000;
}

.section-title::before {
    top: 0;
}

.section-title::after {
    bottom: 0;
}

/* Image Wrapper */
.about-img-wrapper {
    position: relative;
    /* display: inline-block; */
}

.about-img-wrapper img {
    width: 100%;
    border-radius: 5px;
}



/* About Text */
.about-content p {
    font-size: 25px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 30px;
    max-width: 620px;
}

/* ===== IMAGE BUTTON START ===== */

.image-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s all ease;

}

.image-btn img {
    display: block;
    width: 80%;
    max-width: 420px;
    /* adjust based on your design */
    height: auto;
}

/* Text on top of image */
.btn-text {
    position: absolute;
    top: 48%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    pointer-events: none;
}

/* Optional hover effect */
.image-btn:hover {
    transform: scale(1.01);
    transition: 0.3s ease;
}


.about-content {
    padding-left: 12%;
}


/* ===== WHY CHOOSE US SECTION START ===== */

.why-choose-section {
    background: #fff;
}

/* Section Title */
.section-title {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 0;
}

.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #000;
}

.section-title::before {
    top: 0;
}

.section-title::after {
    bottom: 0;
}

/* Content */
.why-content p {
    font-size: 25px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 30px;
    max-width: 620px;
}

/* Button */
.custom-read-btn {
    display: inline-block;
    padding: 14px 50px;
    font-size: 20px;
    color: #fff;
    background: #ef2020;
    border-radius: 80px;
    border: 6px solid #2f4f2f;
    text-decoration: none;
    transition: 0.3s ease;
}

.custom-read-btn:hover {
    background: #d81818;
    color: #fff;
}

/* Image Wrapper */
.why-img-wrapper {
    position: relative;
    display: inline-block;
}

.why-img-wrapper img {
    width: 100%;
    border-radius: 5px;
}


/* ===== WHY CHOOSE US SECTION END ===== */


/* ===== BROWSE BY CATEGORY SECTION START ===== */

.browse-category-section {
    position: relative;
}

/* Small Heading */
.small-title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000;
    padding: 8px 0;
}

.small-title::before,
.small-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: #000;
}

.small-title::before {
    top: 0;
}

.small-title::after {
    bottom: 0;
}

/* Main Title */
.main-title {
    font-size: 34px;
    font-family: 'Aguarita Demo';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

/* Category Card */
.category-card {
    position: relative;
    overflow: hidden;
}

.category-card img {
    width: 100%;
    object-fit: cover;
    transition: 0.4s ease;
    height: 400px;
}

/* Overlay */
.category-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-overlay.red {
    position: absolute;
    inset: 0;
    background: rgb(255 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-overlay h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}

/* Hover Effect */
.category-card:hover img {
    transform: scale(1.05);
}

/* Decorative Red Block */
.red-block {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 300px;
    height: 70px;
    background: #c73c33;
    border-radius: 10px;
    z-index: -1;
}

.cat_block {
    margin-top: 20px;
}

/* Decorative Green Block */
.green-block {
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 390px;
    height: 60px;
    background: #386246;
    border-radius: 10px;
    z-index: -1;
}

/* ===== BROWSE BY CATEGORY SECTION END ===== */


/* ===== CORPORATE VIDEO SECTION START ===== */

.corporate-video-section {
    background: #d92b24;
    position: relative;
    padding: 200px 0;
    overflow: hidden;
    background-image: url(../img/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Video Box */
.video-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.video-wrapper iframe {
    width: 100%;
    height: 450px;
}

/* Title */
.video-title {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Aguarita Demo';
    margin-bottom: 20px;
}

/* Text */
.video-text {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
}

/* Button */
.view-more-btn {
    display: inline-block;
    padding: 12px 40px;
    background: #ffffff;
    color: #d92b24;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #8b1a15;
    transition: 0.3s ease;
}

.view-more-btn:hover {
    background: #8b1a15;
    color: #fff;
}

.videoContent {
    padding-left: 12%;
}

/* ===== CORPORATE VIDEO SECTION END ===== */

/* ===== OUR PRODUCTS SECTION START ===== */

.our-products-section {
    background: #fff;
}




/* Product Card */
.product-card {
    background: #e53935;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
    height: 100%;
}



.product-img {
    background: #dee3e6;
    padding: 20px;
    text-align: center;
}

.product-info {
    color: #fff;
    padding: 20px;
}

.product-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.product-info ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: disc;
}

.product-info ul li {
    padding-left: 10px;
    margin-bottom: 10px;
    list-style: disc;
    font-size: 16px;
}

.product-nav {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    gap: 15px;
    position: relative;
}


.read-btn {
    display: flex;
    padding: 6px 20px;
    background: #fff;
    color: #e53935;
    font-size: 16px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.3s all ease;
    margin: 0 auto;
    width: max-content;
    font-weight: 600;
}

.swiper.productSwiper .swiper-wrapper {
    margin-bottom: 40px;
}

.read-btn:hover {
    background: #000;
    color: #fff;
}

.swiper.productSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 30px;
}

/* Custom Arrows */
.product-prev,
.product-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    background: #0b5d3b;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
}

.product-prev:focus-visible,
.product-next:focus-visible {
    outline: 0;
}

.swiper.certificateSwiper .swiper-wrapper {
    margin-bottom: 40px;
}

.product-next.swiper-button-disabled {
    background: #cdcdcd;
}

.product-prev.swiper-button-disabled {
    background: #cdcdcd;
}


/* ===== OUR PRODUCTS SECTION END ===== */

/* ===== CERTIFICATE SECTION START ===== */

.certificate-section {
    position: relative;
}


/* Certificate Card */
.certificate-card {
    background: #dbdbdb;
    padding: 15px;
    text-align: center;
    transition: 0.4s ease;
    border-radius: 10px;
}

.certificate-card img {
    object-fit: contain;
}


/* Custom Arrows */
.certificate-prev,
.certificate-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0b5d3b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
}

.certificate-prev:focus-visible,
.certificate-next:focus-visible {
    outline: 0;
}

.certi-nav {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    gap: 15px;
    position: relative;
}


.certificate-next.swiper-button-disabled {
    background: #cdcdcd;
}

.certificate-prev.swiper-button-disabled {
    background: #cdcdcd;
}

/* ===== CERTIFICATE SECTION END ===== */

/* ===== DOWNLOAD CATALOGUE SECTION START ===== */

.download-catalogue-section {
    background: url("../img/pdf-bg.jpg") center/cover no-repeat;
    padding: 60px 0;
    position: relative;
}

/* Optional overlay darken */
.download-catalogue-section::before {
    content: "";
    position: absolute;
    inset: 0;
}

.download-catalogue-section .section-title::before,
.download-catalogue-section .section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #fff;
}

.download-catalogue-section .section-title {
    margin-bottom: 0;
}

.catalogue-wrapper {
    position: relative;
    background: #e53935;
    padding: 45px 30px;
    border-radius: 20px;
    z-index: 2;
}

/* Title */
.catalogue-title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.catalogue-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 180px;
    height: 2px;
    background: #fff;
}

.catalogue-btn img {
    width: 35px;
}

/* Buttons */
.catalogue-btn {
    display: flex;
    align-items: center;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    background: #fff;
    color: #e53935;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    padding: 8px 24px;
    text-align: center;
    gap: 15px;
    justify-content: center;
}


.catalogue-btn:hover {
    background: #fff;
    color: #e53935;
}

/* ===== DOWNLOAD CATALOGUE SECTION END ===== */


/* ===== CONTACT CTA SECTION START ===== */

.contact-cta-section {
    background: url("../img/cta-bg.jpg") center/cover no-repeat;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}


/* Red Content Box */
.cta-wrapper {
    position: relative;
    background: #e53935;
    padding: 45px 60px;
    border-radius: 20px;
    z-index: 2;
    color: #fff;
}

/* Title */
.cta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Aguarita Demo';
    text-align: start;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Text */
.cta-text {
    font-size: 25px;
    line-height: 40px;
    text-align: start;
    margin-bottom: 0;
}

/* Button */
.cta-btn {
    position: relative;
    display: inline-block;
    padding: 10px 35px;
    background: #fff;
    color: #e53935;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 25px;
    /* text-transform: uppercase; */
}

.cta-btn:hover {
    background: #000;
    color: #fff;
}

/* ===== CONTACT CTA SECTION END ===== */



/* ===== FOOTER SECTION START ===== */

.section.main-footer {
    background: #383838;
    color: #ddd;
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}


.main-footer h5 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Aguarita Demo';
}

.footer-blck {
    display: flex;
    gap: 20px;
    align-items: end;
}

.main-footer p {
    font-size: 20px;
    line-height: 1.8;
}

/* Quick Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.space-top {
    margin-top: 30px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-element img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.padding-left {
    padding-left: 40px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    font-size: 20px;
}

.footer-links a:hover {
    color: #e53935;
}

.social-icons {
    display: flex;
}

/* Social Icons */
.social-icons a {
    display: flex;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #141414;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: 0.3s ease;
    font-size: 22px;
    align-items: center;
    justify-content: center;
}

.social-icons a:hover {
    background: #e53935;
    color: #fff;
}

/* Map */
.map-wrapper iframe {
    border-radius: 5px;
}

.footer-blck {
    position: relative;
    z-index: 2;
}

.footer-blck .footer-logo {
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 10px;
    width: 130px;
    text-align: center;
}

.footer-bottom {
    background: #fff;
    color: #000;
    padding: 23px 0;
    border-radius: 8px;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    width: 65px;
}

/* ===== FOOTER SECTION END ===== */

/* ===== HIGHLIGHT FEATURES SECTION START ===== */

.highlight-features-section {
    background: #dc302e;
    padding: 80px 0;
    position: relative;
}

/* Light Red Center Strip */
.highlight-features-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 180px;
    background: #ff6a6a;
    transform: translateY(-50%);
    z-index: 0;
}

/* White Rounded Container */
.features-wrapper {
    position: relative;
    background: #f3f3f3;
    border-radius: 20px;
    padding: 30px 30px;
    z-index: 2;
}

/* Feature Box */
.feature-box {
    transition: 0.4s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
}

/* Icon Container */
.feature-icon {

    margin: 0 auto 20px;
}

.feature-icon i {
    font-size: 50px;
    color: #0b5d3b;
}

/* Title */
.feature-box h4 {
    color: #dc302e;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    margin-bottom: 0;
}


/* ===== HIGHLIGHT FEATURES SECTION END ===== */

.hamburger-menu i {
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 10px 16px;
    display: flex;
    border-radius: 2px;
    background-color: #dc302e;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.offcanvas.offcanvas-end.mobile-menu {
    width: 100%;
    background-color: #fff;
    background-clip: unset;
}

.mobile-top li a {
    width: 100%;
    background: none;
    text-decoration: none;
    border: none;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    font-family: "Oswald", sans-serif;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    line-height: 1;
}

.innermenuwrap li a {
    color: #fff;
}

.offcanvas.offcanvas-end.mobile-menu button.btn-close {
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: initial;
    display: flex;
    border-radius: 2px;
    background-color: #dc302e;
    position: relative;
    overflow: hidden;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    opacity: 1;
    border-radius: 2px;
    margin-right: 0;
}

/* ==============================
   OFFCANVAS STAGGER ENTRY
============================== */

.mobile-menu-list .mobile-top>li {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}

/* When offcanvas is visible */
.offcanvas.show .mobile-menu-list .mobile-top>li {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger delays (top level items) */
.offcanvas.show .mobile-menu-list .mobile-top>li:nth-child(1) {
    transition-delay: 0.05s;
}

.offcanvas.show .mobile-menu-list .mobile-top>li:nth-child(2) {
    transition-delay: 0.1s;
}

.offcanvas.show .mobile-menu-list .mobile-top>li:nth-child(3) {
    transition-delay: 0.15s;
}

.offcanvas.show .mobile-menu-list .mobile-top>li:nth-child(4) {
    transition-delay: 0.2s;
}

.offcanvas.show .mobile-menu-list .mobile-top>li:nth-child(5) {
    transition-delay: 0.25s;
}

.offcanvas.show .mobile-menu-list .mobile-top>li:nth-child(6) {
    transition-delay: 0.3s;
}

/* ==============================
   SUBMENU STAGGER
============================== */

.submenu li {
    opacity: 0;
    transform: translateX(15px);
    transition: all 0.35s ease;
}

/* Animate when submenu active */
.has-submenu.active .submenu li {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger submenu items */
.has-submenu.active .submenu li:nth-child(1) {
    transition-delay: 0.05s;
}

.has-submenu.active .submenu li:nth-child(2) {
    transition-delay: 0.1s;
}

.has-submenu.active .submenu li:nth-child(3) {
    transition-delay: 0.15s;
}

.has-submenu.active .submenu li:nth-child(4) {
    transition-delay: 0.2s;
}

.has-submenu.active .submenu li:nth-child(5) {
    transition-delay: 0.25s;
}

.has-submenu.active .submenu li:nth-child(6) {
    transition-delay: 0.3s;
}

/* ==============================
   Smooth Expand Animation
============================== */

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.has-submenu.active .submenu {
    background-color: rgb(17 17 17);
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.has-submenu.active .submenu li:last-child {
    border-bottom: 0;
}

/* ==============================
   Optional: Slight Button Hover Polish
============================== */

.mobile-top li a:hover,
.submenu-toggle:hover {
    color: #dc302e;
    transition: color 0.3s ease;
}

.mobile-menu-list li {
    border-bottom: 1px solid #f4f4f4;
}

.has-submenu.active .submenu {
    background-color: rgb(220 48 46);
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 800px;
    padding: 20px;
}

.submenu-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Oswald", sans-serif;
    cursor: pointer;
    line-height: 1;
    color: #000;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}


.about-element img {
    position: absolute;
    top: 0;
    right: 0;
}


/* ===== PRODUCTS & CAPACITY SECTION START ===== */

.capacity-section {
    overflow: hidden;
}

/* LEFT SIDE WITH BACKGROUND IMAGE */
.capacity-left {
    position: relative;
    min-height: 600px;
    padding: 100px 70px;
    background: url("../img/red-bg.jpg") center/cover no-repeat;
    color: #fff;
}

/* Red Overlay */
/* .capacity-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(217, 43, 36, 0.92);
} */

/* Content above overlay */
.capacity-content {
    position: relative;
    z-index: 2;
}

/* Decorative grid pattern */
.capacity-left::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle at center,
            rgba(255, 255, 255, 0.08) 2px,
            transparent 2px);
    background-size: 20px 20px;
    opacity: 0.4;
}

/* Quote */
.quote-mark {
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 60px;
}

/* Heading */
.capacity-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Paragraph */
.capacity-content p {
    font-size: 25px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 660px;
}

/* Button */
.capacity-btn {
    display: inline-block;
    padding: 16px 35px;
    border: 3px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 40px;
    font-size: 18px;
    line-height: 1;
}

.capacity-btn:hover {
    background: #fff;
    color: #d92b24;
}

/* RIGHT IMAGE */
.capacity-right img {
    height: 100%;
    object-fit: cover;
}

/* ===== PRODUCTS & CAPACITY SECTION END ===== */



/* ===== MANUFACTURING INFO SECTION START ===== */

.manufacturing-section {
    background: url("../img/nothing.jpg") center/cover no-repeat;
    padding: 120px 0;
    position: relative;
}

/* Dark Overlay */
.manufacturing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* Red Content Box */
.manufacturing-wrapper {
    position: relative;
    background: #ca2c28;
    padding: 60px 50px;
    border-radius: 15px;
    color: #fff;
    z-index: 2;
}



/* Paragraph */
.manufacturing-wrapper p {
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 25px;
}


.imgWrapper img {
    width: 100%;
}

.minus-margin {
    margin-top: -160px;
}

/* ===== MANUFACTURING INFO SECTION END ===== */