/* =========================
   GLOBAL RESET & BASE
========================= */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Oxanium', 'Open Sans', sans-serif;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-3 {
    width: 25%;
    padding: 0 15px;
}

.col-lg-6 {
    /* width: 100% !important; */
    padding: 0 15px;
}

.col-md-4 {
    /* width: 100% !important; */
    padding: 0 15px;
}

.col-sm-6 {
    width: 100%;
    padding: 0 15px;
}

.mb-4 {
    margin-bottom: 30px;
}

@media(min-width:992px) {
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-6 {
        width: 50%;
    }
}

/* =========================
   GOOGLE TRANSLATE OVERRIDE
========================= */

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-combo {
    padding: 8px 12px !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    font-size: 13px !important;
}

/* =========================
   CUSTOM HEADER
========================= */

.custom-header {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 100px;
}

/* LEFT NAV */

.left-nav-menu>ul {
    display: flex;
    align-items: center;
    gap: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-nav-menu>ul>li>a {
    display: block;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.left-nav-menu>ul>li>a:hover {
    color: #F28C28;
}

/* HEADER LOGO */

.header-logo {
    flex-shrink: 0;
}

.header-logo img {
    height: 100px;
    display: block;
}

/* RIGHT NAV */

.right-nav-menu>ul {
    display: flex;
    align-items: center;
    gap: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-nav-menu>ul>li>a {
    display: block;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.right-nav-menu>ul>li>a:hover {
    color: #F28C28;
}

/* =========================
   MEGA MENU
========================= */

.has-mega {
    position: static;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .15);
    border-top: 1px solid #eee;

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .35s ease;

    z-index: 9999;
}

.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    min-height: 450px;
}
.has-mega > .mega-menu.custom-height .mega-container {
    min-height: 180px !important;
    height: 180px !important;
}
/* LEFT COLUMN */

.mega-left-col {
    width: 280px;
    background: #f8f8f8;
    border-right: 1px solid #eee;
    border-radius: 0 0 0 15px;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.category-list li {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid transparent;
}

.category-list li:hover,
.category-list li.active {
    background: #fff;
    color: #F28C28;
    border-left-color: #F28C28;
}

.arrow-indicator {
    font-size: 20px;
    font-weight: 300;
    transition: 0.3s;
}

.category-list li.active .arrow-indicator {
    color: #F28C28;
}

/* RIGHT COLUMN */

.mega-right-col {
    flex: 1;
    padding: 20px;
    position: relative;
    overflow-y: auto;   /* Enable vertical scroll */
    max-height: 400px;  /* Set height limit (adjust as needed) */
}

.product-area {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.product-area.active {
    display: grid;
}

.product-box:hover {
    border: 1px solid #F28C28;
}

.product-box {
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 12px;
    transition: 0.3s;
}

.product-box img {
    width: 100%;
    height: 200;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 8px;
}

.product-box h1 {
    font-size: 18px;
    font-weight: 400;
    color: #f15a29;
    line-height: 1.3;
}

@media(max-width:1400px) {
    .product-area {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:992px) {
    .product-area {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px) {
    .product-area {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* =========================
   HEADER SEARCH
========================= */

.header-search {
    position: relative;
}

.search-icon {
    cursor: pointer;
    font-size: 18px;
    color: #333;
    padding: 10px;
}
/* ==========================================
   FULL-SCREEN FIREX-STYLE SEARCH POPUP
   ========================================== */
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.96); /* Semi-transparent white overlay */
    z-index: 999999; /* Ensures overlay sits on top of all header components */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Animation states */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Activated state triggered by your existing JS toggle functions */
.search-popup.active {
    opacity: 1;
    visibility: visible;
}

/* Inner form container sizing alignment */
.search-popup-inner {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    text-align: center;
}

/* Centered minimalist main input field element */
.search-popup input[type="text"] {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #dbdbdb !important;
    font-size: 54px; /* Matches the large layout emphasis seen in image_54cabc.png */
    font-weight: 300;
    color: #444444;
    text-align: center;
    padding: 10px 0;
    outline: none !important;
    box-shadow: none !important;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.search-popup input[type="text"]:focus {
    border-bottom-color: #F15A29 !important; /* Highlights slightly on selection active */
}

/* Custom placeholder font treatment alignment */
.search-popup input[type="text"]::placeholder {
    color: #999999;
    font-weight: 300;
}

/* Button Layout positioning wrapper */
.search-submit-wrap {
    margin-top: 30px;
}

/* Solid block styled search button node */
.search-popup .search-btn {
    background-color: #2b303a; /* Dark charcoal/slate tone matching the source reference image */
    color: #ffffff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.search-popup .search-btn:hover {
    background-color: #F15A29; /* Accents to accent theme primary orange/red on interactions */
}

/* Top-Right Close Action Element setup mapping */
.search-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #F15A29; /* High visibility red box container context background */
    border: none;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.search-close-btn:hover {
    background-color: #a01010;
}
/* LANGUAGE TRANSLATOR */

.language-translator {
    padding: 5px 10px;
}
/* ==========================================
   FLOATING INQUIRY BUTTON (BOTTOM LEFT)
   ========================================== */
.floating-inquiry-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 99999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    /* Image image_554af8.png Style: Solid Colored Background with White Icon */
    background-color: #f15a29;
    border: 2px solid #f15a29;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(241, 90, 41, 0.3);
}

/* Icon Switching Mechanics */
.floating-inquiry-btn .hover-icon {
    display: none;
}

/* Image image_554da0.png Style: Hover State Overrides */
.floating-inquiry-btn:hover {
    transform: translateY(-4px) scale(1.05);
    background-color: #ffffff; /* White background background */
    border-color: #f15a29;     /* Colored outline border */
    color: #f15a29;            /* Colored Icon */
    box-shadow: 0 8px 24px rgba(241, 90, 41, 0.45);
}

.floating-inquiry-btn:hover .normal-icon {
    display: none;
}
.floating-inquiry-btn:hover .hover-icon {
    display: inline-block;
}

/* ==========================================
   INQUIRY MODAL OVERLAY LAYOUT
   ========================================== */
.inquiry-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    
    /* Animation States */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.inquiry-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.inquiry-modal-card {
    background: #ffffff;
    width: 100%;
    max-width: 450px;
    padding: 35px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    
    /* Card Slide entry animation */
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.inquiry-modal-overlay.open .inquiry-modal-card {
    transform: translateY(0);
}

/* Close Window Icon Action Button */
.inquiry-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    border: none;
    background: transparent;
    color: #999999;
    cursor: pointer;
    transition: color 0.2s ease;
}
.inquiry-modal-close:hover {
    color: #222222;
}

/* Form Headings */
.inquiry-modal-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 8px 0;
}
.inquiry-modal-card p {
    font-size: 14px;
    color: #666666;
    margin: 0 0 25px 0;
    line-height: 1.4;
}

/* Input Fields Container Layout */
.inquiry-modal-card .form-group {
    margin-bottom: 16px;
}
.inquiry-modal-card input[type="text"],
.inquiry-modal-card input[type="email"],
.inquiry-modal-card input[type="tel"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #333333;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-color: #fafafa;
}
.inquiry-modal-card input:focus {
    border-color: #f15a29;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(241, 90, 41, 0.1);
}

/* Submission CTA Handle */
.inquiry-submit-btn {
    width: 100%;
    background-color: #f15a29;
    color: #ffffff;
    border: none;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.inquiry-submit-btn:hover {
    background-color: #d44819;
}
.inquiry-submit-btn:active {
    transform: scale(0.98);
}

/* Responsive Scaling Viewports */
@media (max-width: 575px) {
    .floating-inquiry-btn {
        bottom: 20px;
        left: 20px;
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
    .inquiry-modal-card {
        padding: 25px 20px;
    }
}
/* =========================
   MOBILE HEADER
========================= */

.mobile-header-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #eee;
}

.mobile-toggle-btn {
    font-size: 28px;
    cursor: pointer;
    color: #333;
    padding: 5px;
}

.mobile-navigation-drawer {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    overflow-y: auto;
    transition: 0.4s ease;
    padding: 20px;
}

.mobile-navigation-drawer.open {
    left: 0;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
}

/* Mobile overlay */
.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.mobile-overlay.active {
    display: block;
}

/* Mobile close button */
.mobile-close-btn {
    text-align: right;
    margin-bottom: 10px;
}

.mobile-close-btn span {
    font-size: 28px;
    cursor: pointer;
    color: #333;
    padding: 5px 10px;
}

.mobile-close-btn span:hover {
    color: #F28C28;
}

.mobile-navigation-drawer>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-navigation-drawer>ul>li>a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
}

.mobile-submenu-drawer {
    display: none;
    padding-left: 10px;
}

.mobile-submenu-drawer.open {
    display: block;
}

.mobile-submenu-drawer a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.3s;
}

.mobile-submenu-drawer a:hover {
    color: #F28C28;
    padding-left: 20px;
}

#catalog-msg {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

#catalog-msg.success {
    color: green;
}

#catalog-msg.error {
    color: red;
}

/* =========================
   INNER BANNER (About, Contact, etc.)
========================= */

.inner-banner-section {
    position: relative;
    overflow: hidden;
}

.inner-banner-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.inner-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner-title-box {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inner-banner-title-box h1 {
    font-size: 48px;
    background: #fff;
    padding: 10px 20px;
    color: #f7931e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.inner-breadcrumb-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #666;
    left: 50%;
    transform: translateX(-50%);
}

.inner-breadcrumb-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 130px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
}

.inner-breadcrumb-box a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: 0.3s;
}

.inner-breadcrumb-box a:hover {
    color: #F28C28;
}

.inner-breadcrumb-box span {
    color: #999;
}

.inner-breadcrumb-box p {
    font-size: 14px;
    font-weight: 600;
    color: #F28C28;
    margin: 0;
}

/* =========================
   CATALOG SECTION
========================= */

.catalog-section {
    text-align: center;
    padding: 30px 20px 70px 20px;
    justify-content: center;
}

.catalog-section h2 {
    font-size: 30px;
    color: #f7931e;
    font-weight: 600;
    margin-bottom: 15px;
}

.catalog-btn {
    padding: 12px 30px;
    background: #F28C28;
    color: #fff;
    border: none;
    margin-bottom: 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.catalog-btn:hover {
    background: #111;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* =========================
   POPUP FORM
========================= */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    width: 420px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.popup-content h3 {
    font-size: 24px;
    color: #F28C28;
    margin-bottom: 25px;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    transition: 0.3s;
}

.close-btn:hover {
    color: #333;
}

.popup-content form input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    outline: none;
    transition: 0.3s;
}

.popup-content form input:focus {
    border-color: #F28C28;
}

.popup-content form button {
    width: 100%;
    padding: 14px;
    background: #F28C28;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.popup-content form button:hover {
    background: #111;
}


@media(max-width:768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 30px;
        right: 15px;
        bottom: 15px;
    }
}



.floating-menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.floating-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 55px;
    height: 55px;
    margin-bottom: 2px;

    background: #f7931e;
    color: #fff;
    text-decoration: none;
    overflow: hidden;

    transition: all .35s ease;
}

.floating-btn i {
    width: 55px;
    text-align: center;
    font-size: 18px;
    flex-shrink: 0;
}

.floating-btn span {
    opacity: 0;
    white-space: nowrap;
    transform: translateX(15px);
    transition: all .35s ease;
}

.floating-btn:hover {
    width: 220px;
    margin-left: -165px;
    /* only current button opens */
    color: #fff;
}

.floating-btn:hover span {
    opacity: 1;
    transform: translateX(0);
}

.floating-btn {
    width: 220px;
    transform: translateX(165px);
    transition: transform .35s ease;
}




/* =========================
   RESPONSIVE
========================= */

@media(max-width: 992px) {

    /* Hide desktop nav, show mobile */
    .left-nav-menu,
    .right-nav-menu {
        display: none;
    }

    .mobile-header-bar {
        display: flex;
    }

    .header-inner {
        display: none;
    }

    .mega-menu {
        display: none;
    }

    /* Banner */
    .inner-banner-image {
        height: 250px;
    }

    .inner-banner-title-box h1 {
        font-size: 32px;
    }

    .catalog-section {
        right: 20px;
        bottom: 60px;
    }

    .catalog-section h2 {
        font-size: 14px;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    /* Grid columns */
    .col-lg-3 {
        width: 50%;
    }

    .col-lg-6 {
        width: 100%;
    }

    .col-md-4 {
        width: 50%;
    }
}

@media(max-width: 576px) {

    .inner-banner-image {
        height: 200px;
    }

    .inner-banner-title-box {
        top: 39%;
    }

    .inner-banner-title-box h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .catalog-section {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        padding: 34px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .col-lg-3,
    .col-md-4,
    .col-sm-6 {
        width: 100%;
    }
}




.mob-cat-group {
    margin-bottom: 5px;
}

.mob-cat-group .mob-parent-link {
    font-weight: 700;
    color: #F28C28;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.mob-cat-group .mob-parent-link+a {
    margin-top: 2px;
}




.hero-slider {
    position: relative;
    width: 100%;
    padding: 0px 90px;
    height: 105vh;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s ease-in-out;
    transform: scale(1.05);
}

.slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.82);
    padding: 30px 24px;
    text-align: center;
    min-width: 520px;
    backdrop-filter: blur(5px);
}

.overlay-content span {
    font-size: 20px;
    color: #555;
    font-style: italic;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.overlay-content span::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background: #000;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.overlay-content h2 {
    color: #f7931e;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px;
}

.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 15px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #f7931e;
    font-size: 24px;
    cursor: pointer;
    z-index: 99;
    transition: 0.3s;
    backdrop-filter: blur(4px);
}

.slide-btn:hover {
    background: #f7931e;
    color: #fff;
}

.prev {
    left: 25px;
}

.next {
    right: 25px;
}

@media(max-width:768px) {

    .hero-slider {
        height: 30vh;
        padding: 0PX 20PX !important;
    }

    .overlay-content {
        min-width: 79%;
        padding: 13px;
        bottom: 0px;
    }

    .overlay-content h2 {
        font-size: 11px;
    }

    .overlay-content span {
        font-size: 9px;
    }

    .slide-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}




/* =========================
   DEVIKA CATEGORY SECTION
========================= */

.devika-cat-section {
    padding: 20px 20px;
    background: #F7F7F7;
}

.devika-heading {
    text-align: center;
    max-width: 760px;
    margin: auto auto 70px;
}

.devika-heading span {
    display: inline-block;
    background: #F28C28;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}

.devika-heading h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #1F1F1F;
    margin-bottom: 18px;
}

.devika-heading p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.devika-cat-grid {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
}

.devika-cat-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.45s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
}

.devika-cat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.devika-cat-image {
    height: 280px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devika-cat-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s ease;
    padding: 10px;
    box-sizing: border-box;
}

.devika-cat-card:hover img {
    transform: scale(1.05);
}

.devika-cat-content {
    padding: 25px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.devika-cat-content h1 {
    font-size: 22px;
    color: #1F1F1F;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.devika-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #F28C28;
    color: #fff;
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s ease;
    align-self: flex-start;
}

.devika-btn svg {
    width: 18px;
    height: 18px;
}

.devika-cat-card:hover .devika-btn {
    background: #111;
}

@media(max-width:768px) {

    .devika-heading h2 {
        font-size: 28px;
    }

    .devika-cat-image {
        height: 220px;
    }

    .devika-cat-content h1 {
        font-size: 20px;
    }
}







/* =============== index page =============== */

/* ABOUT SECTION */

.about-section {
    background: #dcdcdc;
    padding: 40px 0;
    overflow: hidden;
}

.about-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT SIDE */

.about-content {
    width: 50%;
}

.about-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}

.about-title {
    font-size: 34px;
    line-height: 0.1;
    font-weight: 600;
    color: #f7931e;
    margin-top: 27px;
    margin-bottom: 38px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 28px;
    font-weight: 500;
}

/* RIGHT IMAGE */

.about-image {
    width: 50%;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
    transition: 0.5s ease;
}

/* IMAGE HOVER */

.about-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* RESPONSIVE */

@media (max-width: 992px) {

    .about-container {
        flex-direction: column;
    }

    .about-content,
    .about-image {
        width: 100%;
    }

    .about-title {
        font-size: 42px;
    }

    .about-content p {
        font-size: 18px;
    }
}

@media (max-width: 576px) {

    .about-section {
        padding: 60px 0;
    }

    .about-title {
        font-size: 28px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}



/* why choose section   */

.why-overlay {

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
}

.why-content-box {

    width: 320px;

    margin-left: 18%;

    background: rgba(255, 255, 255, 0.88);

    padding: 30px 50px;

    backdrop-filter: blur(4px);
}

.why-content-box h2 {

    font-size: 34px;

    color: #f7931e;

    font-weight: 700;

    margin-bottom: 40px;
}

.why-content-box ul {

    margin: 0;
    padding: 0;
    list-style: none;
}

.why-content-box ul li {

    font-size: 18px;

    color: #444;

    margin-bottom: 20px;

    transition: .3s;

    cursor: pointer;
}

.why-content-box ul li:hover {

    color: #f7931e;

}

.why-choose-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-choose-list li {
    margin-bottom: 18px;
}

.why-choose-list li a {
    color: #444;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease;
    display: inline-block;
    position: relative;
}

.why-choose-list li a:before {
    color: #ff9800;
}

.why-choose-list li a:hover {
    color: #ff9800;
}

/* MOBILE */

@media(max-width:768px) {

    .why-content-box {

        width: 80%;

        margin: auto;

        padding: 30px;
    }

    .why-content-box h2 {

        font-size: 32px;
    }

    .why-content-box ul li {

        font-size: 16px;
    }

}



/* dm-about-wrapper */

.dm-about-wrapper {
    width: 100%;
    padding: 35px 0;
    margin-top: 50px;
    background: #e9e9e9;
}

.dm-about-inner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* ==========================================
   INTERNAL FLOATING CORNER BADGE SYSTEM
   ========================================== */
.dm-about-banner {
    width: 30%;
    position: relative !important;
}

.dm-brochure-link {
    display: block;
    position: relative !important;
    text-decoration: none;
    border-radius: 20px; /* Synchronized with image card design corners */
    overflow: hidden;    /* Clips badge background edge cleanly to match image curvature */
}

.dm-about-banner img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Inset Corner Layout Execution Rules */
.dm-internal-download-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #f15a29 !important; /* Primary Brand Accent Tint Selection */
    color: #ffffff !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    z-index: 10 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: Arial, sans-serif;
}

.dm-internal-download-badge .badge-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.2;
}

.dm-internal-download-badge .badge-text span {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff !important;
}

.dm-internal-download-badge .badge-text strong {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    white-space: nowrap;
    color: #ffffff !important;
}

.dm-internal-download-badge .badge-icon {
    background: rgba(255, 255, 255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff !important;
}

/* Active Motion Interaction Handlers */
.dm-brochure-link:hover img {
    transform: scale(1.03);
}

.dm-brochure-link:hover .dm-internal-download-badge {
    background: #232731 !important; /* Dark Slate Theme Focus Variant Change */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive Scaling Parameters */
@media(max-width: 575px) {
    .dm-internal-download-badge {
        bottom: 12px;
        right: 12px;
        padding: 6px 10px;
    }
    .dm-internal-download-badge .badge-text span { font-size: 8px; }
    .dm-internal-download-badge .badge-text strong { font-size: 9px; }
}

.dm-about-info {
    width: 70%;
}

.dm-about-heading {
    font-size: 34px;
    font-weight: 800;
    color: #f78b1f;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.1;
}

.dm-about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #111;
    font-weight: 500;
}

.dm-brochure-link {
    display: block;
}

@media(max-width:991px) {

    .dm-about-inner {
        flex-direction: column;
    }

    .dm-about-banner,
    .dm-about-info {
        width: 100%;
    }

    .dm-about-heading {
        font-size: 40px;
    }

    .dm-about-text {
        font-size: 18px;
    }
}



/* company stats */

.company-stats {
    position: relative;
    padding: 40px 0;
    background: url('images/stats-bg.jpg') center center/cover no-repeat;
    overflow: hidden;
}

.company-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.company-stats .container {
    position: relative;
    z-index: 2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-box {
    text-align: center;
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    transition: 0.4s ease;
}

.stat-box:hover {
    background: rgba(255, 102, 0, 0.15);
    border-color: #ff6600;
}

.stat-box h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ff6600;
    margin-bottom: 15px;
    line-height: 1;
}

.stat-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

@media(max-width:991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-box h2 {
        font-size: 42px;
    }
}



/* testimonials */

.di-testimonials {
    padding: 80px 20px;
    background: #f8f8f8;
}

.di-testimonials-container {
    max-width: 1200px;
    margin: auto;
}

.di-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.di-section-title span {
    color: #f7931e;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}

.di-section-title h2 {
    font-size: 34px;
    margin: 10px 0;
    color: #222;
}

.di-section-title p {
    color: #666;
    max-width: 700px;
    margin: auto;
}

.testimonialSlider {
    padding-bottom: 60px;
}

.testimonialSlider .swiper-wrapper {
    align-items: stretch;
}

.testimonialSlider .swiper-slide {
    display: flex;
    height: auto;
}

.di-testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.di-testimonial-card:hover {
    transform: translateY(-8px);
}

.di-stars {
    color: #f7931e;
    font-size: 22px;
    margin-bottom: 15px;
}

.di-testimonial-card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    flex-grow: 1;
    /* Text area auto stretch */
}

.di-client {
    margin-top: auto;
    /* Client info bottom ma fix */
}

.di-client h4 {
    margin-bottom: 5px;
    color: #222;
    font-size: 18px;
}

.di-client span {
    color: #888;
    font-size: 14px;
}

.swiper-pagination-bullet-active {
    background: #f7931e !important;
}

@media(max-width:768px) {

    .di-testimonials {
        padding: 60px 15px;
    }

    .di-section-title h2 {
        font-size: 30px;
    }

}





/* ==========================
   WHY CHOOSE US
========================== */

.why-devika {
    padding: 40px 20px;
    background: #fff;
}

.why-devika-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    gap: 60px;
    align-items: center;
}

.why-tag {
    display: inline-block;
    background: #fff3e5;
    color: #f7931e;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-devika-left h2 {
    font-size: 34px;
    line-height: 1.3;
    color: #111;
    margin-bottom: 20px;
}

.why-devika-left p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
}

.why-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fafafa;
    padding: 1px;
    border-radius: 12px;
    transition: .3s;
}

.why-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.why-item i {
    color: #f7931e;
    font-size: 22px;
    margin-top: 2px;
}

.why-item span {
    font-weight: 600;
    color: #222;
    line-height: 1.5;
}

.why-devika-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-card {
    background: linear-gradient(135deg, #f7931e, #ffb347);
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(247, 147, 30, .25);
}

.why-card h3 {
    font-size: 42px;
    margin-bottom: 10px;
}

.why-card p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

/* Tablet */

@media(max-width:991px) {

    .why-devika-container {
        grid-template-columns: 1fr;
    }

    .why-devika-left h2 {
        font-size: 34px;
    }
}

/* Mobile */

@media(max-width:768px) {

    .why-features {
        grid-template-columns: 1fr;
    }

    .why-devika-right {
        grid-template-columns: 1fr 1fr;
    }

    .why-devika-left h2 {
        font-size: 28px;
    }

    .why-card {
        padding: 25px 15px;
    }

    .why-card h3 {
        font-size: 32px;
    }
}



/* popular product */

.popular-section {
    padding: 80px 20px;
    background: #fff;
}

.popular-container {
    max-width: 1400px;
    margin: auto;
}

.popular-header {
    text-align: center;
    margin-bottom: 50px;
}

.popular-header span {
    display: inline-block;
    background: #F28C28;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.popular-header h2 {
    font-size: 34px;
    color: #1F1F1F;
    margin-bottom: 15px;
}

.popular-header p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 800px;
    margin: auto;
}

.popular-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.popular-track-container {
    overflow: hidden;
    flex: 1;
}

.popular-track {
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease;
}

.popular-card {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
}

.popular-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.popular-card-img {
    height: 220px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.5s ease;
}

.popular-card:hover img {
    transform: scale(1.08);
}

.popular-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.popular-card-body h1 {
    font-size: 18px;
    font-weight: 700;
    color: #1F1F1F;
    margin-bottom: 10px;
    line-height: 1.3;
}

.popular-card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.popular-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F28C28;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    align-self: flex-start;
    transition: 0.3s;
}

.popular-card:hover .popular-card-btn {
    background: #111;
}

.popular-nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    color: #F28C28;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 5;
}

.popular-nav:hover {
    background: #F28C28;
    color: #fff;
    border-color: #F28C28;
}

@media(max-width: 768px) {
    .popular-section {
        padding: 50px 15px;
    }

    .popular-header h2 {
        font-size: 26px;
    }

    .popular-card {
        min-width: 260px;
        max-width: 260px;
    }

    .popular-card-img {
        height: 180px;
    }

    .popular-nav {
        display: none;
    }

    .popular-track-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .popular-track {
        scroll-snap-type: x mandatory;
    }

    .popular-card {
        scroll-snap-align: start;
    }
}




/* ==========================
   DEVIKA CONTACT HEADING
========================== */

.devika-contact-heading {
    text-align: center;
    margin-top: 50px;
}

.devika-contact-heading span {
    color: #f7931e;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.devika-contact-heading h2 {
    font-size: 34px;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.2;
}

.devika-contact-heading p {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* Responsive */

@media(max-width:768px) {

    .devika-contact-heading {
        margin-bottom: 40px;
    }

    .devika-contact-heading h2 {
        font-size: 30px;
    }

    .devika-contact-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

}





.pro-contact-form {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
}

.pro-contact-form::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: #f7931e;
    border-radius: 50%;
    opacity: .08;
}

.pro-form-header {
    text-align: center;
    margin-bottom: 35px;
}

.pro-form-header span {
    color: #f7931e;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pro-form-header h2 {
    font-size: 42px;
    margin: 12px 0;
    color: #222;
}

.pro-form-header p {
    color: #777;
    max-width: 650px;
    margin: auto;
}

.pro-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pro-form-group input,
.pro-form-group select,
.pro-form-group textarea {
    width: 90%;
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 15px;
    transition: .3s;
    background: #fff;
}

.pro-form-group input:focus,
.pro-form-group select:focus,
.pro-form-group textarea:focus {
    outline: none;
    border-color: #f7931e;
    box-shadow: 0 0 0 3px rgba(247, 147, 30, .15);
}

.pro-form-group textarea {
    margin-top: 20px;
    resize: none;
}

.pro-submit-btn {
    margin-top: 25px;
    background: #f7931e;
    color: #fff;
    border: none;
    padding: 16px 45px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}

.pro-submit-btn:hover {
    background: #111;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

@media(max-width:768px) {

    .pro-contact-form {
        padding: 25px;
    }

    .pro-form-grid {
        grid-template-columns: 1fr;
    }

    .pro-form-header h2 {
        font-size: 30px;
    }

}

#form-message {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

#form-message.success {
    color: green;
}

#form-message.error {
    color: red;
}



/* ================ about page ============= */

.devika-about-section {
    padding: 90px 0;
    background: #fff;
}

.devika-about-image {
    position: relative;
}

.devika-about-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.devika-experience-box {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #ff8c00;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
}

.devika-experience-box h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}

.devika-experience-box span {
    font-size: 14px;
}

.devika-sub-title {
    color: #ff8c00;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.devika-about-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 15px 0;
    color: #222;
}

.devika-about-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.devika-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 25px 0;
}

.devika-about-feature {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
}

.devika-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #ff6b00, #ff8c00);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .4s ease;
    box-shadow: 0 10px 25px rgba(255, 107, 0, .25);
    position: relative;
    overflow: hidden;
}

.devika-about-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    transition: .5s;
}

.devika-about-btn:hover::before {
    left: 100%;
}

.devika-about-btn:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(255, 107, 0, .4);
}

@media (max-width:768px) {

    .devika-about-content h2 {
        font-size: 30px;
    }

    .devika-about-features {
        grid-template-columns: 1fr;
    }

}






.quality-section {
    padding: 40px;
    background: #f8f9fa;
}

.quality-section .container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.quality-content {
    flex: 1;
}

.section-tag {
    color: #f7931e;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.quality-content h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 15px 0 25px;
    color: #222;
    line-height: 1.2;
}

.quality-content h2 span {
    color: #f7931e;
}

.quality-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.quality-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.feature-box {
    background: #fff;
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    font-weight: 600;
    transition: .3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.quality-image {
    flex: 1;
}

.quality-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

@media(max-width:991px) {

    .quality-section .container {
        flex-direction: column;
    }

    .quality-content h2 {
        font-size: 36px;
    }

    .quality-features {
        grid-template-columns: 1fr;
    }
}




/* ========== certificate page ============= */

.export-page {
    padding: 80px 5%;
    background: #f8f8f8;
}

.export-heading {
    text-align: center;
    margin-bottom: 60px;
}

.export-heading span {
    color: #f7931e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.export-heading h2 {
    font-size: 42px;
    margin: 10px 0;
    color: #222;
}

.export-heading p {
    max-width: 800px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.export-section {
    margin-top: 60px;
}

.export-section h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #222;
}

.export-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.export-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.export-card:hover {
    transform: translateY(-8px);
}

.export-card img {
    width: 100%;
    object-fit: cover;
}

.export-card h4 {
    padding: 18px;
    text-align: center;
    font-size: 18px;
    color: #222;
}







.event-showcase {
    padding: 80px 5%;
    background: #f8f8f8;
}

.event-header {
    text-align: center;
    margin-bottom: 40px;
}

.event-header h2 {
    font-size: 40px;
    color: #222;
    margin-bottom: 10px;
}

.event-header p {
    color: #666;
    max-width: 700px;
    margin: auto;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.event-item {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.event-item:hover {
    transform: translateY(-8px);
}

.event-image {
    height: 350px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Full image visible */
    display: block;
}

.event-item h4 {
    text-align: center;
    padding: 18px;
    font-size: 20px;
    color: #222;
    margin: 0;
}

@media(max-width:768px) {

    .event-header h2 {
        font-size: 30px;
    }

    .event-image {
        height: 280px;
    }

}






/* ================ video page ================ */

.video-gallery-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title span {
    color: #f7931e;
    font-weight: 600;
    letter-spacing: 2px;
}

.section-title h2 {
    font-size: 42px;
    margin: 10px 0;
    color: #222;
}

.section-title p {
    color: #666;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.video-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    background: #fff;
}

.video-card iframe {
    width: 100%;
    height: 250px;
    border: none;
    display: block;
}

@media(max-width:991px) {

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:768px) {

    .video-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 30px;
    }

}






/* ================ contact page ============ */

.contact-location-section {
    padding: 20px 0;
    background: #f8f8f8;
}

.contact-location-heading {
    text-align: center;
    margin-bottom: 60px;
}

.contact-location-heading h2 {
    font-size: 48px;
    color: #f7931e;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-location-heading p {
    color: #666;
    max-width: 700px;
    margin: auto;
}

.contact-location-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.contact-location-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
}

.contact-location-content {
    padding: 35px;
}

.contact-location-tag {
    display: inline-block;
    background: #f7931e;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.factory-tag {
    background: #222;
}

.contact-location-content h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

.contact-location-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-location-content li {
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.contact-location-map iframe {
    width: 100%;
    height: 280px;
    border: 0;
}

@media(max-width:991px) {

    .contact-location-grid {
        grid-template-columns: 1fr;
    }

    .contact-location-heading h2 {
        font-size: 36px;
    }

}

@media(max-width:576px) {

    .contact-location-section {
        padding: 70px 0;
    }

    .contact-location-heading h2 {
        font-size: 28px;
    }

    .contact-location-content {
        padding: 25px;
    }

    .contact-location-content h3 {
        font-size: 22px;
    }

}




.pro-contact-form {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
}

.pro-contact-form::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: #f7931e;
    border-radius: 50%;
    opacity: .08;
}

.pro-form-header {
    text-align: center;
    margin-bottom: 35px;
}

.pro-form-header span {
    color: #f7931e;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pro-form-header h2 {
    font-size: 42px;
    margin: 12px 0;
    color: #222;
}

.pro-form-header p {
    color: #777;
    max-width: 650px;
    margin: auto;
}

.pro-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pro-form-group input,
.pro-form-group select,
.pro-form-group textarea {
    width: 90%;
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 15px;
    transition: .3s;
    background: #fff;
}

.pro-form-group input:focus,
.pro-form-group select:focus,
.pro-form-group textarea:focus {
    outline: none;
    border-color: #f7931e;
    box-shadow: 0 0 0 3px rgba(247, 147, 30, .15);
}

.pro-form-group textarea {
    margin-top: 20px;
    resize: none;
}

.pro-submit-btn {
    margin-top: 25px;
    background: #f7931e;
    color: #fff;
    border: none;
    padding: 16px 45px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}

.pro-submit-btn:hover {
    background: #111;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

@media(max-width:768px) {

    .pro-contact-form {
        padding: 25px;
    }

    .pro-form-grid {
        grid-template-columns: 1fr;
    }

    .pro-form-header h2 {
        font-size: 30px;
    }

}

#form-message {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

#form-message.success {
    color: green;
}

#form-message.error {
    color: red;
}