/* Global Site Background Fix */
body, html, .elementor-page, .elementor-editor-active, .hfeed { background-color: #ffffff !important; }

/* Mascot Custom Widgets CSS */

/* Industry 4.0 Widget */
.industry-40-section { padding: 80px 0; background: var(--bg-main, #ffffff); overflow: hidden; }
.ind40-banner { position: relative; border-radius: 30px; overflow: hidden; height: 500px; width: 85%; }
.ind40-banner-img { width: 100%; height: 100%; object-fit: cover; }
.ind40-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,42,0.9) 0%, rgba(15,23,42,0.4) 100%); }
.ind40-banner-content { position: absolute; top: 50%; left: 80px; transform: translateY(-50%); z-index: 2; color: white; }
.ind40-title { font-size: 3.5rem; font-weight: 800; line-height: 1.1; margin: 0; letter-spacing: -1px; }
.ind40-cards-overlap { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 45%; display: flex; gap: 24px; z-index: 10; padding-right: 24px; }
.ind40-card { background: #1e1e1e; border-radius: 16px; overflow: hidden; flex: 1; box-shadow: 0 20px 40px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.05); transition: transform 0.4s ease; }
.ind40-card:hover { transform: translateY(-10px); }
.ind40-icon-img { height: 160px; overflow: hidden; position: relative; }
.ind40-icon-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: opacity 0.4s ease; }
.ind40-card:hover .ind40-icon-img img { opacity: 0.9; }
.ind40-card-body { padding: 30px; position: relative; }
.ind40-badge { position: absolute; top: -40px; left: 50%; transform: translateX(-50%); width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-weight: 800; font-size: 0.9rem; text-align: center; border-radius: 12px; color: white; line-height: 1.1; box-shadow: 0 10px 20px rgba(0,0,0,0.2); z-index: 2; }
.orange-badge { background: #f97316; }
.red-badge { background: #ef4444; }
.ind40-card-body p { color: #d1d5db; font-size: 0.95rem; line-height: 1.6; margin: 20px 0 0 0; text-align: center; }
@media (max-width: 992px) {
    .ind40-banner { width: 100%; height: 400px; }
    .ind40-cards-overlap { position: relative; width: 100%; transform: none; top: auto; right: auto; margin-top: -60px; padding: 0 20px; flex-direction: column; }
}
@media (max-width: 768px) {
    .ind40-title { font-size: 2.5rem; }
}

/* Split Banners Widget */
.split-feature-wrapper { padding: 40px 0; }
.split-feature-section { display: flex; gap: 30px; }
.split-banner { 
    flex: 1; display: flex; align-items: stretch; justify-content: flex-start; flex-direction: column;
    padding: 60px 40px; position: relative; overflow: hidden; border-radius: 24px;
    text-decoration: none; transition: box-shadow 0.5s ease;
}
.split-banner:hover { box-shadow: 0 30px 60px rgba(0,0,0,0.2); z-index: 10; }
.split-banner-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.split-banner:hover .split-banner-bg { transform: scale(1.08); }
.split-banner-overlay { position: absolute; inset: 0; z-index: 1; transition: background-color 0.4s ease; pointer-events: none; }
.split-banner::before { content: ''; position: absolute; inset: 0; background: white; opacity: 0; transition: opacity 0.5s; pointer-events: none; z-index: 2; }
.split-banner:hover::before { opacity: 0.05; }
.split-content-inner { max-width: 500px; width: 100%; z-index: 3; position: relative; display: flex; flex-direction: column; height: 100%; flex-grow: 1; }
.banner-bottom-link { margin-top: auto; padding-top: 30px; }
.edvanced-logo { font-family: 'Inter', sans-serif; font-size: 5.5rem; font-weight: 800; line-height: 0.8; letter-spacing: -4px; margin-bottom: 20px; display: flex; }
.ed-logo-e { color: #38bdf8; transition: color 0.3s; }
.ed-logo-r { color: white; position: relative; left: -8px; transition: color 0.3s; }
.split-banner:hover .ed-logo-e { color: white; }
.split-banner:hover .ed-logo-r { color: #38bdf8; }
.edvanced-title { font-size: 2.8rem; font-weight: 800; line-height: 1; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; color: white; }
.edvanced-subtitle { font-size: 1.3rem; font-weight: 400; margin-bottom: 30px; color: #bae6fd; }
.edvanced-link { font-size: 0.95rem; color: #bae6fd; display: inline-block; position: relative; }
.edvanced-link::after { content: '→'; position: absolute; right: -20px; opacity: 0; transform: translateX(-10px); transition: all 0.3s ease; }
.split-banner:hover .edvanced-link::after { opacity: 1; transform: translateX(0); }
.split-banner:hover .edvanced-link { color: white; }
.innovation-title { font-size: 2rem; font-weight: 700; color: white; margin-bottom: 16px; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.4); }
.innovation-desc { font-size: 1.1rem; color: #f3f4f6; margin-bottom: 40px; text-shadow: 0 1px 2px rgba(0,0,0,0.5); }
.innovation-img { width: 110%; max-width: none; margin-left: -5%; transform: scale(1); filter: drop-shadow(0 20px 30px rgba(0,0,0,0.25)); transition: transform 0.6s ease; }
.split-banner:hover .innovation-img { transform: scale(1.08); }
@media (max-width: 992px) {
    .split-feature-section { flex-direction: column; }
    .split-banner { min-height: 400px; padding: 40px 20px; }
    .innovation-img { width: 100%; margin-left: 0; transform: none; }
}

/* Global Reach Widget */
.global-presence { padding: 120px 0; background: linear-gradient(to bottom, #f8fafc, white); }
.map-container { position: relative; max-width: 900px; margin: 60px auto; }
.world-map-img { width: 100%; height: auto; max-width: 800px; margin: 0 auto; display: block; }
.global-stats-grid { display: flex; justify-content: center; gap: 80px; margin-top: 60px; text-align: center; }
.g-stat-num { font-family: 'Inter', sans-serif; font-size: 3.5rem; font-weight: 800; color: #1e293b; line-height: 1; margin-bottom: 12px; }
.g-stat-text { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; color: #64748b; letter-spacing: 1px; }

/* Technology & Innovation Widget */
.tech-innovation { padding: 0; background: #0b1120; display: block; width: 100%; }
.tech-inner-container { max-width: 1400px; margin: 0 auto; padding: 80px 40px; }
.tech-flex-layout { display: flex; align-items: center; gap: 60px; }
.tech-content { flex: 1; }
.tech-visuals { flex: 1; position: relative; }
.tech-accordion { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
.tech-item { background: transparent; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 20px 0; cursor: pointer; transition: all 0.3s ease; }
.tech-item-title { font-size: 1.15rem; color: white; display: flex; justify-content: space-between; align-items: center; font-weight: 600; margin: 0; }
.tech-item-title .plus { font-size: 1.5rem; font-weight: 400; color: #3b82f6; transition: transform 0.3s ease; }
.tech-item-desc { height: 0; overflow: hidden; opacity: 0; margin-top: 0; color: #94a3b8; font-size: 0.95rem; line-height: 1.6; transition: all 0.3s ease; }
.tech-item.active { border-bottom-color: rgba(59,130,246,0.3); }
.tech-item.active .tech-item-desc { height: auto; opacity: 1; margin-top: 16px; padding-bottom: 10px; }
.tech-item.active .plus { transform: rotate(45deg); }
.tech-img { width: 100%; border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.glass-border { border: 1px solid rgba(255,255,255,0.1); }
@media (max-width: 992px) {
    .tech-flex-layout { flex-direction: column; }
    .tech-inner-container { padding: 60px 20px; }
}

/* Premium Products Showcase Widget */
.products-premium { padding: 0; background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%); display: block; width: 100%; position: relative; overflow: hidden; }
.products-premium::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(59,130,246,0.03) 0%, rgba(255,255,255,0) 70%); z-index: 0; pointer-events: none; }
.products-inner-container { max-width: 1400px; margin: 0 auto; padding: 40px; position: relative; z-index: 1; }
.products-premium .section-header { margin-bottom: 60px; }

.prod-card { 
    background: rgba(255, 255, 255, 0.6); 
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px; 
    overflow: hidden; 
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04); 
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
    border: 1px solid rgba(255, 255, 255, 0.8); 
    display: flex; 
    flex-direction: column; 
    position: relative;
    transform: translateY(0);
    width: 100%;
}
.prod-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    z-index: 1; pointer-events: none; border-radius: 24px;
}
.prod-card:hover { 
    transform: translateY(-15px); 
    box-shadow: 0 30px 60px rgba(59, 130, 246, 0.12); 
    border-color: rgba(255, 255, 255, 1); 
}
.prod-img { width: 100%; height: 180px; overflow: hidden; background: transparent; display: flex; align-items: center; justify-content: center; position: relative; padding: 15px; z-index: 2; }
.prod-img::before { content: ''; position: absolute; width: 120px; height: 120px; background: radial-gradient(circle, rgba(59,130,246,0.1) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; z-index: -1; }
.prod-img img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); filter: drop-shadow(0 5px 15px rgba(0,0,0,0.08)); }
.prod-card:hover .prod-img img { transform: scale(1.1) translateY(-5px); filter: drop-shadow(0 15px 25px rgba(0,0,0,0.12)); }

.prod-cat { position: absolute; top: 15px; left: 15px; background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); padding: 5px 12px; border-radius: 30px; font-size: 0.65rem; font-weight: 700; color: #ffffff; letter-spacing: 1px; text-transform: uppercase; z-index: 3; box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3); }

.prod-content { padding: 15px 20px; flex: 1; display: flex; flex-direction: column; z-index: 2; position: relative; background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.9)); }
.prod-title { margin: 0 0 10px 0; font-size: 1.05rem; font-weight: 800; color: #0f172a; line-height: 1.3; }
.prod-meta { display: flex; flex-direction: column; gap: 5px; margin-bottom: 15px; flex: 1; }
.meta-row { display: flex; align-items: flex-start; gap: 8px; font-size: 0.75rem; color: #475569; background: rgba(255,255,255,0.5); padding: 8px 10px; border-radius: 6px; transition: background 0.3s ease; flex-wrap: wrap; }
.prod-card:hover .meta-row { background: rgba(255,255,255,0.9); }
.meta-row i { color: #3b82f6; width: 12px; font-size: 0.75rem; text-align: center; margin-top: 2px; }
.meta-row span { font-weight: 600; color: #1e293b; line-height: 1.4; flex: 1; min-width: 0; word-wrap: break-word; }

.prod-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: #ffffff; background: #3b82f6; font-weight: 600; font-size: 0.85rem; text-decoration: none; padding: 8px 16px; border-radius: 6px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3); width: 100%; text-align: center; }
.prod-btn i { transition: transform 0.3s ease; font-size: 0.85rem; }
.prod-card:hover .prod-btn { background: #2563eb; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4); gap: 12px; }
.prod-card:hover .prod-btn i { transform: translateX(6px); }

.swiper-pagination-bullet-active { background: #3b82f6 !important; }

@media (max-width: 991px) {
    .prod-img { height: 220px; }
    .prod-content { padding: 20px; }
}

/* Global Override: Scroll to Top Button */
#top-to-bottom, .back-to-top, #back-to-top, .go-top, #go-top, .scroll-up, #scroll-up, a[href="#top"], .scrollToTop, .progress-wrap, .ast-scroll-top, a.scroll-top {
    background-color: #4D509C !important;
    border-color: #4D509C !important;
}
#top-to-bottom:hover, .back-to-top:hover, #back-to-top:hover, .go-top:hover, #go-top:hover, .scroll-up:hover, #scroll-up:hover, a[href="#top"]:hover, .scrollToTop:hover, .progress-wrap:hover, .ast-scroll-top:hover, a.scroll-top:hover {
    background-color: #3b3e85 !important;
    border-color: #3b3e85 !important;
}
#top-to-bottom svg, #top-to-bottom i {
    color: #ffffff !important;
}

/* Testimonials Slider Widget */
.testimonials-section { padding: 120px 0; background: #f8fafc; overflow: hidden; }
.swiper-container { width: 100%; padding-bottom: 60px; }
.testimonial-card { padding: 40px; background: white; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; margin: 20px; transition: transform 0.3s; }
.testimonial-card:hover { transform: translateY(-5px); }
.quote-icon { font-size: 4rem; color: rgba(59,130,246,0.2); font-family: serif; position: absolute; top: 10px; left: 30px; line-height: 1; }
.test-text { font-size: 1.1rem; line-height: 1.7; color: #334155; margin: 30px 0; font-style: italic; z-index: 2; position: relative; }
.test-author h5 { font-size: 1.1rem; color: #1e293b; margin: 0 0 4px 0; font-weight: 700; }
.test-author span { font-size: 0.85rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; }
.swiper-pagination-bullet-active { background: #3b82f6 !important; }

/* General utility overrides for widget scopes */
.section-tag { display: inline-block; padding: 6px 16px; border-radius: 30px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #3b82f6; background: rgba(59,130,246,0.1); margin-bottom: 16px; border: 1px solid rgba(59,130,246,0.2); }
.section-title { font-size: 3rem; margin-bottom: 16px; line-height: 1.2; font-family: 'Inter', sans-serif; font-weight: 800; }
.text-gradient { background: linear-gradient(135deg, #60a5fa, #2563eb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Mascot Custom Elementor Widgets CSS */
.mascot-hero-widget-preview { padding: 40px; background: #f8fafc; border: 1px dashed #cbd5e1; text-align: center; border-radius: 8px; }
.mascot-hero-widget-preview h3 { color: #334155; margin-bottom: 10px; }
.mascot-hero-widget-preview p { color: #64748b; }
.text-gradient { background: linear-gradient(135deg, #60a5fa, #2563eb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Mascot Single Product Widgets CSS */
.mascot-product-hero { background: #333333; color: white; padding: 100px 0 60px 0; position: relative; overflow: hidden; min-height: 550px; }
.mascot-hero-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; z-index: 10; }
.hero-content { flex: 1; max-width: 50%; z-index: 10; }
.hero-subtitle { font-size: 1.2rem; color: #9ca3af; margin-bottom: 5px; font-weight: 400; }
.hero-title { font-size: 4rem; font-weight: 800; color: #f97316; margin: 0 0 15px 0; line-height: 1.1; letter-spacing: -1px; text-transform: uppercase; }
.hero-meta-data { margin-bottom: 30px; display: flex; flex-direction: column; gap: 8px; }
.meta-item { font-size: 0.95rem; color: #d1d5db; }
.meta-item strong { color: #f97316; font-weight: 600; margin-right: 8px; }
.hero-desc { color: #9ca3af; line-height: 1.7; margin-bottom: 20px; max-width: 650px; font-size: 1rem; }
.hero-media-column { flex: 1; max-width: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 10; }
.hero-image-wrapper { width: 100%; position: relative; display: flex; justify-content: center; align-items: center; height: 420px; }
.hero-image-wrapper img { width: auto; max-width: 450px !important; height: 420px; position: relative; z-index: 2; object-fit: contain; }
.hero-bg-text { position: absolute; right: -15%; top: 50%; transform: translateY(-50%); font-size: 28rem; font-weight: 900; color: rgba(255,255,255,0.02); z-index: 1; line-height: 1; user-select: none; pointer-events: none; letter-spacing: -5px; }

.hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; margin-top: 30px; width: 100%; position: relative; z-index: 20; }
.hero-btn { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: white; padding: 12px 24px; border-radius: 4px; font-weight: 600; font-size: 0.9rem; cursor: pointer; text-decoration: none; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease; }
.hero-btn:hover { border-color: #f97316; color: #f97316; }

.mascot-product-tabs { background: white; padding: 80px 0; }
.tabs-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.tabs-header { display: flex; border-bottom: 2px solid #e5e7eb; margin-bottom: 50px; gap: 0; width: 100%; }
.tab-btn { flex: 1; text-align: center; background: transparent; border: none; padding: 15px 30px; font-size: 1.05rem; font-weight: 600; color: #6b7280; cursor: pointer; position: relative; border-bottom: 2px solid transparent; transition: all 0.3s ease; margin-bottom: -2px; text-transform: uppercase; letter-spacing: 0.5px; }
.tab-btn:hover { color: #1f2937; }
.tab-btn.active { color: #f97316; border-bottom-color: #f97316; }
.tab-content { display: none; animation: fadeIn 0.5s ease; }
.tab-content.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 60px; align-items: stretch; }
.features-grid.no-image { grid-template-columns: 1fr; }
.features-list { display: flex; flex-direction: column; }
.features-list h3 { color: #f97316; font-size: 1.6rem; margin-bottom: 30px; font-weight: 700; }
.features-rich-text ul { list-style: none; padding: 0; margin: 0; }
.features-rich-text ul li { position: relative; padding-left: 25px; margin-bottom: 20px; color: #374151; font-size: 1.05rem; line-height: 1.5; }
.features-rich-text p { margin-bottom: 20px; color: #374151; font-size: 1.05rem; line-height: 1.5; }
.features-rich-text ul li::before { content: '\f054'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #4D509C; position: absolute; left: 0; top: 4px; font-size: 0.9rem; }

/* Feature image — Auto scale based on original size and ratio */
.feature-image { display: flex; align-items: flex-start; justify-content: center; }
.feature-img-wrapper { 
    display: inline-block;
    max-width: 100%; 
    overflow: hidden;
    border-radius: 10px;
}
.feature-img-wrapper img { 
    max-width: 100%; 
    height: auto; 
    display: block;
    transition: transform 0.4s ease;
}
.feature-img-wrapper:hover img { transform: scale(1.03); }

.feature-icons-row { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f3f4f6; padding-top: 50px; flex-wrap: wrap; gap: 30px; }
.icon-box { display: flex; align-items: center; gap: 20px; flex: 1; min-width: 250px; }
.icon-box .icon { width: 64px; height: 64px; background: #f97316; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; flex-shrink: 0; border-radius: 4px; }
.icon-box span { font-weight: 700; color: #1f2937; font-size: 1rem; line-height: 1.3; }

/* Specifications content area */
.specs-content { max-width: 100%; overflow-x: auto; padding: 10px 0; }
.specs-content p { font-size: 1rem; color: #374151; line-height: 1.7; margin-bottom: 16px; }
.specs-content h2, .specs-content h3, .specs-content h4 { color: #1e293b; font-weight: 700; margin: 24px 0 12px; }
.specs-content table, .specification-table { 
    width: 100%; border-collapse: collapse; 
    min-width: 300px; border: 1px solid #e5e7eb;
    margin-top: 20px;
}
.specs-content table th, .specification-table thead th { 
    background: #f9fafb; height: 40px; border: 1px solid #e5e7eb; padding: 12px 20px; 
    color: #4b5563; font-weight: 600; text-align: left;
}
.specs-content table td, .specification-table td { 
    border: 1px solid #e5e7eb; padding: 12px 20px; 
    font-size: 15px; color: #374151; text-align: left; 
    background: #fff; line-height: 1.4; 
}
.specs-content table td:first-child, .specification-table td:first-child { text-align: left; font-weight: 600; color: #111827; width: 30%; }
.specs-content table tbody tr:hover td, .specification-table tbody tr:hover td { background: #f3f4f6; transition: background 0.2s; }

/* ── Single Product Tabs Mobile / Tablet Responsive Ends ───────────────── */

/* ==========================================================================
   About Us Widget (Who We Are)
   ========================================================================== */
.mascot-about-us { padding: 100px 0; background: #ffffff; }
.mascot-about-us .about-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; gap: 80px; }
.mascot-about-us .about-image-col { flex: 1; max-width: 50%; }
.mascot-about-us .about-content-col { flex: 1; max-width: 50%; }

.mascot-about-us .about-image-wrapper { position: relative; display: inline-block; width: 100%; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.mascot-about-us .about-main-img { width: 100%; height: auto; display: block; object-fit: cover; aspect-ratio: 1 / 1; }

.mascot-about-us .about-badge { position: absolute; bottom: 0; right: 0; background: #0f172a; padding: 40px; border-top-left-radius: 20px; color: white; display: flex; align-items: center; justify-content: center; text-align: center; border: 8px solid #ffffff; border-bottom: none; border-right: none; }
.mascot-about-us .badge-inner { display: flex; flex-direction: column; }
.mascot-about-us .badge-num { font-size: 3.5rem; font-weight: 800; color: #38bdf8; line-height: 1; margin-bottom: 5px; }
.mascot-about-us .badge-text { font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #94a3b8; }

.mascot-about-us .about-small-title { font-size: 1rem; color: #475569; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.mascot-about-us .about-main-title { font-size: 3rem; font-weight: 800; color: #1e293b; line-height: 1.2; margin-bottom: 25px; }
.mascot-about-us .about-main-title .text-blue { color: #0ea5e9; }
.mascot-about-us .about-subtitle { font-size: 1.2rem; font-weight: 600; color: #312e81; line-height: 1.6; margin-bottom: 25px; }
.mascot-about-us .about-desc { font-size: 1.05rem; color: #64748b; line-height: 1.8; margin-bottom: 40px; }

.mascot-about-us .about-stats-row { display: flex; align-items: center; border-top: 1px solid #f1f5f9; padding-top: 40px; gap: 30px; }
.mascot-about-us .about-stat-item { flex: 1; }
.mascot-about-us .stat-val { font-size: 2.5rem; font-weight: 800; color: #1e293b; margin-bottom: 5px; line-height: 1; }
.mascot-about-us .stat-label { font-size: 0.8rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 1px; }
.mascot-about-us .stat-divider { width: 1px; height: 50px; background: #e2e8f0; }

@media (max-width: 992px) {
    .mascot-about-us .about-container { flex-direction: column; gap: 50px; text-align: center; }
    .mascot-about-us .about-image-col, .mascot-about-us .about-content-col { max-width: 100%; }
    .mascot-about-us .about-badge { padding: 20px; }
    .mascot-about-us .badge-num { font-size: 2.5rem; }
    .mascot-about-us .about-stats-row { justify-content: center; flex-wrap: wrap; }
    .mascot-about-us .stat-divider { display: none; }
    .mascot-about-us .about-stat-item { min-width: 120px; }
}
@media (max-width: 768px) {
    .mascot-about-us .about-main-title { font-size: 2.2rem; }
    .mascot-about-us .about-subtitle { font-size: 1.1rem; }
    .mascot-about-us .stat-val { font-size: 2rem; }
}

@media (max-width: 1200px) {
    .mascot-hero-container { padding: 0 24px; }
    .tabs-container, .tech-inner-container, .products-inner-container { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 992px) {
    /* Hero */
    .mascot-product-hero { padding: 60px 0 40px; min-height: auto; }
    .mascot-hero-container { flex-direction: column; text-align: center; gap: 30px; padding: 0 20px; }
    .hero-content { max-width: 100%; text-align: center; }
    .hero-title { font-size: 2.6rem; }
    .hero-media-column { max-width: 100%; width: 100%; }
    .hero-image-wrapper { justify-content: center; height: auto; padding: 20px 0; }
    .hero-image-wrapper img { max-width: 340px; max-height: 340px; height: auto; }
    .hero-buttons { justify-content: center; flex-wrap: wrap; gap: 10px; }
    .hero-meta-data { align-items: center; }

    /* Tabs */
    .mascot-product-tabs { padding: 40px 0; }
    .tabs-container { padding: 0 20px; }
    .tabs-header { overflow-x: auto; }
    .tab-btn { padding: 12px 18px; font-size: 0.95rem; white-space: nowrap; }

    /* Features */
    .features-grid { grid-template-columns: 1fr; gap: 30px; margin-bottom: 40px; }
    .feature-icons-row { flex-direction: column; align-items: flex-start; gap: 20px; }
    .icon-box { min-width: unset; width: 100%; }

    /* Products */
    .products-inner-container { padding: 50px 20px; }

    /* Tech */
    .tech-flex-layout { flex-direction: column; }
    .tech-inner-container { padding: 60px 20px; }
}

@media (max-width: 768px) {
    /* Hero */
    .hero-title { font-size: 2rem; letter-spacing: -0.5px; }
    .hero-subtitle { font-size: 1rem; }
    .hero-desc { font-size: 0.95rem; }
    .hero-image-wrapper { height: auto; padding: 15px 0; }
    .hero-image-wrapper img { max-width: 280px; max-height: 280px; height: auto; }
    .hero-btn { font-size: 0.85rem; padding: 10px 18px; }

    /* Tabs header stacks */
    .tab-btn { flex: none; }

    /* Features */
    .features-list h3 { font-size: 1.3rem; }
    .features-rich-text ul li, .features-rich-text p { font-size: 0.95rem; }

    /* Specs table scrollable */
    .specs-content { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .specs-content table, .specification-table { min-width: 480px; }
    .specs-content table td, .specification-table td { padding: 10px 14px; font-size: 14px; }

    /* Products */
    .products-inner-container { padding: 40px 16px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 1.7rem; }
    .hero-image-wrapper { height: auto; padding: 10px 0; }
    .hero-image-wrapper img { max-width: 220px; max-height: 220px; height: auto; }
    .tabs-container { padding: 0 14px; }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-btn { justify-content: center; }
}

.prod-card { background: rgba(255,255,255,0.8); border-radius: 24px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.04); transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid #f1f5f9; display: flex; flex-direction: column; max-width: 420px; margin: 0 auto; backdrop-filter: blur(10px); }
.prod-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(59, 130, 246, 0.1); border-color: rgba(255,255,255,1); }
.prod-img { height: 260px; overflow: hidden; background: #f8fafc; display: flex; align-items: center; justify-content: center; position: relative; padding: 20px; }
.prod-img img { max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 5px 15px rgba(0,0,0,0.05)); transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.prod-card:hover .prod-img img { transform: scale(1.1) translateY(-5px); filter: drop-shadow(0 15px 25px rgba(0,0,0,0.1)); }
.prod-cat { position: absolute; top: 15px; left: 15px; background: rgba(255,255,255,0.9); padding: 4px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; color: #f97316; letter-spacing: 0.5px; text-transform: uppercase; z-index: 2; backdrop-filter: blur(4px); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.prod-content { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.prod-title { margin: 0 0 15px 0; font-size: 1.3rem; font-weight: 700; color: #1e293b; line-height: 1.3; }
.prod-meta { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; flex: 1; }
.meta-row { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #64748b; }
.meta-row i { color: #f97316; width: 16px; font-size: 0.85rem; }
.meta-row span { font-weight: 600; color: #334155; }
.prod-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #3b82f6; color: white; font-weight: 600; font-size: 0.95rem; text-decoration: none; padding: 12px 24px; border-radius: 12px; transition: all 0.3s ease; }
.prod-card:hover .prod-btn { gap: 12px; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(59,130,246,0.3); }
.prod-btn i { transition: transform 0.3s ease; font-size: 0.85rem; }
.swiper-pagination-bullet-active { background: #f97316 !important; }

/* Mascot Quality Standards Section */
.mascot-quality-section {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
  font-family: 'Inter', sans-serif;
}
.mascot-quality-section .mascot-heading {
  color: #4a5596;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mascot-quality-section .mascot-desc {
  color: #555;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}
.cert-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}
.cert-item img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.1));
}
.cert-item h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

/* Mascot Trusted Clients Section */
.mascot-clients-section {
  padding: 80px 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  background-color: transparent;
}
.mascot-clients-section .mascot-heading {
  color: #4a5596;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mascot-clients-section .mascot-desc {
  color: #555;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}
.clients-grid {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.client-logo-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
}
.client-logo-item:hover {
  transform: none !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}
.client-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.client-logo-item:hover img {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .cert-grid { gap: 20px; }
  .mascot-quality-section .mascot-heading, .mascot-clients-section .mascot-heading { font-size: 28px; }
}

/* =========================================
   PREMIUM ELEMENTOR FORM STYLING (MINIMAL)
========================================= */
/* Add professional white card background to the entire form */
body .elementor-widget-form {
    background: #ffffff !important;
    padding: 45px !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.06) !important;
}

body .elementor-widget-form .elementor-field-group {
    margin-bottom: 35px !important;
    position: relative !important;
}
body .elementor-widget-form .elementor-field-group > label {
    font-weight: 500 !important;
    color: #94a3b8 !important;
    margin-bottom: 8px !important;
    display: block !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
}
/* When input is focused, make label custom blue */
body .elementor-widget-form .elementor-field-group:focus-within > label {
    color: #4D509C !important;
}

body .elementor-widget-form .elementor-field-textual {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #e2e8f0 !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

body .elementor-widget-form .elementor-field-textual:focus {
    background: transparent !important;
    border-color: transparent !important;
    border-bottom: 2px solid #4D509C !important;
    box-shadow: none !important;
    outline: none !important;
    transform: translateY(-2px);
}

body .elementor-widget-form .elementor-field-textual::placeholder {
    color: #64748b !important;
    font-weight: 500 !important;
}

body .elementor-widget-form .elementor-button {
    background: #4D509C !important;
    border-radius: 6px !important;
    padding: 16px 36px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    width: auto !important;
    display: inline-block !important;
    min-width: 180px;
    box-shadow: none !important;
}

body .elementor-widget-form .elementor-button:hover {
    background: #393b75 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(77, 80, 156, 0.25) !important;
}

/* =========================================
   SKROLLR WIDGET FIX
========================================= */
img.skrollr_image {
    object-fit: cover !important;
}

/* =========================================
   PRODUCTS GRID
========================================= */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
@media (min-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1400px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ==========================================================================
   Product Description Widget
   ========================================================================== */
.mascot-product-description-widget {
    padding: 40px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.mascot-prod-desc-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 100%;
    box-sizing: border-box;
}
.mascot-prod-desc-left {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    box-sizing: border-box;
}
.mascot-prod-desc-right {
    flex: 1.5;
    min-width: 300px;
    max-width: 100%;
    box-sizing: border-box;
}
.mascot-prod-desc-label-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.mascot-prod-desc-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mascot-prod-desc-line {
    height: 2px;
    flex: 1;
    background-color: currentColor;
    opacity: 0.2;
}
.mascot-prod-desc-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.mascot-prod-desc-text {
    font-size: 16px;
    line-height: 1.6;
}
.mascot-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.mascot-feature-item {
    background: #fff;
    border: 1px solid #eaedf2;
    border-radius: 8px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mascot-feature-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}
.mascot-feature-icon {
    margin-bottom: 15px;
}
.mascot-feature-icon img {
    width: 50px;
    height: auto;
}
.mascot-feature-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .mascot-prod-desc-container {
        flex-direction: column;
    }
    .mascot-prod-desc-left,
    .mascot-prod-desc-right {
        min-width: 0;
        width: 100%;
    }
    .mascot-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .mascot-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Process Overview Widget
   ========================================================================== */
.mascot-process-overview-widget {
    padding: 40px 0;
}
.mascot-process-label-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}
.mascot-process-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mascot-process-line {
    height: 2px;
    flex: 1;
    background-color: currentColor;
    opacity: 0.2;
}
.mascot-process-steps {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.mascot-step-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.mascot-step-header {
    margin-bottom: 20px;
}
.mascot-step-number {
    width: 40px;
    height: 40px;
    background-color: #3a4b7c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
}
.mascot-step-content {
    text-align: center;
    flex-grow: 1;
}
.mascot-step-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}
.mascot-step-desc {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.mascot-step-icon {
    text-align: center;
    margin-top: auto;
}
.mascot-step-icon img {
    max-width: 50px;
    height: auto;
}
.mascot-step-arrow {
    position: absolute;
    top: 20px;
    right: -15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #b3b3b3;
}
@media (max-width: 991px) {
    .mascot-process-steps {
        flex-wrap: wrap;
        gap: 30px 15px;
    }
    .mascot-step-item {
        flex: 0 0 calc(33.333% - 15px);
    }
    .mascot-step-arrow {
        display: none;
    }
}
@media (max-width: 767px) {
    .mascot-step-item {
        flex: 0 0 calc(50% - 15px);
    }
}
@media (max-width: 480px) {
    .mascot-step-item {
        flex: 0 0 100%;
    }
}

/* ==========================================================================
   Process Stages Widget (Table)
   ========================================================================== */
.mascot-process-stages-widget {
    padding: 40px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.mascot-stages-container {
    max-width: 100%;
}
.mascot-stages-label-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.mascot-stages-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mascot-stages-line {
    height: 2px;
    flex: 1;
    background-color: currentColor;
    opacity: 0.2;
}
.mascot-table-responsive {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.mascot-stages-table {
    width: 100%;
    min-width: 768px;
    border-collapse: collapse;
    border: 1px solid #eaedf2;
    background: #fff;
}
.mascot-stages-table th,
.mascot-stages-table td {
    border: 1px solid #eaedf2;
    padding: 15px 20px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
}


.mascot-stages-table th {
    background-color: #1a237e;
    color: #ffffff;
    font-weight: 600;
}
.mascot-stages-table td {
    color: #444444;
}
.mascot-stages-table td:first-child {
    background-color: #f4f6fb;
    text-align: center;
}
.mascot-stages-table tbody tr:nth-child(even) td {
    background-color: #f9fafb;
}

/* ==========================================================================
   Machines Gallery Widget
   ========================================================================== */
.mascot-machines-gallery-widget {
    padding: 40px 0;
}
.mascot-machines-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}
.mascot-machines-label {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mascot-machines-line {
    height: 2px;
    width: 30px;
    background-color: currentColor;
    opacity: 0.5;
}
.mascot-machines-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.mascot-machine-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.mascot-machine-item:hover {
    transform: translateY(-5px);
}
.mascot-machine-img-wrap {
    background-color: #f4f6fb;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border: 1px solid #eaedf2;
}
.mascot-machine-img-wrap img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.mascot-machine-title {
    background-color: #3a4b7c;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .mascot-machines-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .mascot-machines-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Features & Applications Widget
   ========================================================================== */
.mascot-features-applications-widget {
    padding: 40px 0;
}
.mascot-fa-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.mascot-fa-box {
    flex: 1;
    min-width: 300px;
    background: #f9fafb;
    border: 1px solid #eaedf2;
    padding: 40px;
}
.mascot-fa-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.mascot-fa-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mascot-fa-line {
    height: 2px;
    width: 20px;
    background-color: currentColor;
    opacity: 0.5;
}
.mascot-fa-applications .mascot-fa-header {
    justify-content: flex-start;
}
.mascot-fa-applications .mascot-fa-header .mascot-fa-line:first-child {
    display: none; /* Only line after title for applications */
}
.mascot-fa-applications .mascot-fa-header .mascot-fa-line:last-child {
    flex: 1;
    width: auto;
}
.mascot-fa-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mascot-fa-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}
.mascot-fa-list li:last-child {
    margin-bottom: 0;
}
.mascot-fa-list-icon {
    font-size: 16px;
    margin-top: 3px;
}
.mascot-fa-item-text {
    font-size: 15px;
    line-height: 1.5;
}
.mascot-fa-apps-grid {
    display: flex;
    gap: 40px;
}
.mascot-fa-app-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.mascot-fa-sub-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}
.mascot-fa-list-small li {
    gap: 10px;
    margin-bottom: 10px;
}
.mascot-fa-list-small .mascot-fa-list-icon {
    font-size: 12px;
    margin-top: 5px;
}
.mascot-fa-list-small .mascot-fa-item-text {
    font-size: 14px;
}
.mascot-fa-app-img {
    margin-top: auto;
    padding-top: 30px;
    text-align: center;
}
.mascot-fa-app-img img {
    max-width: 100px;
    height: auto;
}
.mascot-fa-bottom-content {
    margin-top: 40px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.mascot-fa-bottom-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3a4b7c;
}
.mascot-fa-bottom-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}
@media (max-width: 991px) {
    .mascot-fa-container {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .mascot-fa-apps-grid {
        flex-direction: column;
        gap: 30px;
    }
}

