.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8515d5f:#E8002D;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================
   PatchesMakerUSA - Global Styles
   ========================================== */

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* Base */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: "Poppins", sans-serif; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* ==========================================
   HEADER STYLES
   ========================================== */
.site-header-section { position: sticky; top: 0; z-index: 9999; }
.site-header-section .elementor-container { max-width: 1280px; margin: 0 auto; }

.elementor-nav-menu .elementor-item {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1B2C5E !important;
    padding: 8px 16px !important;
    position: relative;
    transition: color 0.2s ease !important;
}

.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active {
    color: #E8002D !important;
}

/* Header underline animation */
.elementor-nav-menu .elementor-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #E8002D;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    border-radius: 2px;
}
.elementor-nav-menu .elementor-item:hover::after,
.elementor-nav-menu .elementor-item.elementor-item-active::after {
    transform: scaleX(1);
}

/* Header sticky shrink effect */
.elementor-sticky--active .site-header-section {
    box-shadow: 0 2px 30px rgba(0,0,0,0.12) !important;
}

/* ==========================================
   MEGA MENU STYLES
   ========================================== */
.elementor-nav-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 20px 80px rgba(27,44,94,0.18) !important;
    overflow: hidden;
    min-width: 700px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.elementor-nav-menu--dropdown a.elementor-item,
.elementor-nav-menu--dropdown a.elementor-sub-item {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    padding: 12px 24px !important;
    border-radius: 0 !important;
    transition: all 0.2s ease !important;
}

.elementor-nav-menu--dropdown a.elementor-item:hover,
.elementor-nav-menu--dropdown a.elementor-sub-item:hover {
    background: rgba(27,44,94,0.06) !important;
    color: #E8002D !important;
    padding-left: 30px !important;
}

/* ==========================================
   BUTTON GLOBAL STYLES
   ========================================== */
.elementor-button {
    font-family: "Poppins", sans-serif !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px !important;
}
.elementor-button:hover {
    transform: translateY(-2px) !important;
}

/* ==========================================
   CARD HOVER EFFECTS
   ========================================== */
.elementor-image-box-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.elementor-image-box-wrapper:hover {
    transform: translateY(-6px) !important;
}

/* ==========================================
   SECTION DIVIDERS / SPACING
   ========================================== */
.hero-section {
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
    pointer-events: none;
}

/* ==========================================
   RESPONSIVE STYLES
   ========================================== */
@media (max-width: 1024px) {
    .elementor-nav-menu .elementor-item { padding: 8px 10px !important; font-size: 13px !important; }
}

@media (max-width: 767px) {
    .elementor-column { width: 100% !important; }
    .hero-section .elementor-widget-heading .elementor-heading-title { font-size: 34px !important; }
    .elementor-section .elementor-section-inner { padding: 40px 20px !important; }
}

/* ==========================================
   ANIMATION UTILITIES
   ========================================== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ==========================================
   SCROLLBAR STYLING
   ========================================== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F3F4F6; }
::-webkit-scrollbar-thumb { background: #1B2C5E; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #E8002D; }/* End custom CSS */