/*
Theme Name: Hello Elementor Child - Cartow Style
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor child theme with Cartow styling, colors, fonts, and pt-addons support
Author: Promo Theme / Modified
Template: hello-elementor
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* Import Cartow Custom Icon Font */
@font-face {
  font-family: 'pticons';
  src: url('assets/fonts/pticons.woff?ci6x92') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="pticon-"], [class*=" pticon-"] {
  font-family: 'pticons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pticons Icon Classes */
.pticon-arrow-top-2:before { content: "\e943"; }
.pticon-arrow-down-2:before { content: "\e942"; }
.pticon-arrow-left-2:before { content: "\e941"; }
.pticon-arrow-right-2:before { content: "\e940"; }
.pticon-ball-bearing:before { content: "\e939"; }
.pticon-air-conditioner:before { content: "\e938"; }
.pticon-water-tank:before { content: "\e937"; }
.pticon-timing-belt:before { content: "\e936"; }
.pticon-rim:before { content: "\e935"; }
.pticon-crane-truck:before { content: "\e934"; }
.pticon-car-engine:before { content: "\e933"; }
.pticon-car-door:before { content: "\e932"; }
.pticon-play:before { content: "\e931"; }
.pticon-time:before { content: "\e930"; }
.pticon-calendar:before { content: "\e929"; }
.pticon-quote:before { content: "\e928"; }
.pticon-plus-2:before { content: "\e927"; }
.pticon-plus:before { content: "\e926"; }
.pticon-pinterest:before { content: "\e925"; }
.pticon-facebook:before { content: "\e924"; }
.pticon-twitter:before { content: "\e923"; }
.pticon-telegram:before { content: "\e922"; }
.pticon-instagram:before { content: "\e921"; }
.pticon-like-2:before { content: "\e920"; }
.pticon-like:before { content: "\e919"; }
.pticon-star-2:before { content: "\e918"; }
.pticon-star:before { content: "\e917"; }
.pticon-remove:before { content: "\e916"; }
.pticon-add:before { content: "\e915"; }
.pticon-checkmark:before { content: "\e914"; }
.pticon-phone:before { content: "\e913"; }
.pticon-envelope:before { content: "\e912"; }
.pticon-location:before { content: "\e911"; }
.pticon-share:before { content: "\e910"; }
.pticon-search:before { content: "\e909"; }
.pticon-bag:before { content: "\e908"; }
.pticon-chevron-up:before { content: "\e907"; }
.pticon-chevron-down:before { content: "\e906"; }
.pticon-chevron-left:before { content: "\e905"; }
.pticon-chevron-right:before { content: "\e904"; }
.pticon-arrow-up:before { content: "\e903"; }
.pticon-arrow-down:before { content: "\e902"; }
.pticon-arrow-left:before { content: "\e901"; }
.pticon-arrow-right:before { content: "\e900"; }

/* Import Clash Display Font */
@font-face {
  font-family: 'Clash Display';
  src: url('assets/fonts/ClashDisplay-Variable.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
  font-style: normal;
}

/* Import DM Sans Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* Cartow CSS Variables - Color, Typography, and Spacing */
:root {
  /* Colors */
  --pt-color-primary: #000000;
  --pt-color-secondary: #F0B63D;
  --pt-color-text: #000000;
  --pt-color-accent: #EB5E22;
  --pt-color-bg: #FFFFFF;
  --pt-color-bg-secondary: #F2F2F4;
  --pt-color-border: rgba(0, 0, 0, .2);
  --pt-color-input-border: #CECED7;
  --pt-color-input-border-focus: #CECED7;
  --pt-color-input-bg: transparent;
  --pt-color-input-bg-focus: transparent;
  --pt-color-button-bg: var(--pt-color-accent);
  --pt-color-button-bg-hover: var(--pt-color-accent);
  --pt-color-button-border: var(--pt-color-accent);
  --pt-color-submenu-bg: #FFFFFF;
  
  /* Fonts */
  --pt-font-primary: "Clash Display", serif;
  --pt-font-secondary: "Clash Display", serif;
  --pt-font-text: "DM Sans", sans-serif;
  --pt-font-accent: "Clash Display", serif;
  
  /* Typography - Font Sizes */
  --pt-typography-body-font-size: 16px;
  --pt-typography-h1-font-size: 64px;
  --pt-typography-h2-font-size: 48px;
  --pt-typography-h3-font-size: 32px;
  --pt-typography-h4-font-size: 26px;
  --pt-typography-h5-font-size: 20px;
  --pt-typography-h6-font-size: 18px;
  
  /* Typography - Line Heights */
  --pt-typography-body-line-height: 1.7;
  --pt-typography-h1-line-height: 1.1;
  --pt-typography-h2-line-height: 1.2;
  --pt-typography-h3-line-height: 1.3;
  --pt-typography-h4-line-height: 1.4;
  --pt-typography-h5-line-height: 1.5;
  --pt-typography-h6-line-height: 1.6;
  
  /* Typography - Font Weights */
  --pt-typography-body-font-weight: 400;
  --pt-typography-h1-font-weight: 600;
  --pt-typography-h2-font-weight: 600;
  --pt-typography-h3-font-weight: 600;
  --pt-typography-h4-font-weight: 600;
  --pt-typography-h5-font-weight: 600;
  --pt-typography-h6-font-weight: 600;
  
  /* Typography - Letter Spacing */
  --pt-typography-body-letter-spacing: 0;
  --pt-typography-h1-letter-spacing: 0;
  --pt-typography-h2-letter-spacing: 0;
  --pt-typography-h3-letter-spacing: 0;
  --pt-typography-h4-letter-spacing: 0;
  --pt-typography-h5-letter-spacing: 0;
  --pt-typography-h6-letter-spacing: 0;
  
  /* Typography - Text Transform */
  --pt-typography-body-text-transform: normal;
  --pt-typography-h1-text-transform: capitalize;
  --pt-typography-h2-text-transform: capitalize;
  --pt-typography-h3-text-transform: capitalize;
  --pt-typography-h4-text-transform: capitalize;
  --pt-typography-h5-text-transform: capitalize;
  --pt-typography-h6-text-transform: capitalize;
  
  /* Spacing and Borders */
  --spacing-base: 30px;
  --pt-border-radius: 0;
  --border-radius-input: 0;
  --underline-height: 1px;
}

/* Responsive Typography */
@media (max-width: 1024px) {
  :root {
    --pt-typography-h1-font-size: 42px;
    --pt-typography-h2-font-size: 36px;
    --pt-typography-h3-font-size: 30px;
  }
}

@media (max-width: 767px) {
  :root {
    --pt-typography-h1-font-size: 32px;
    --pt-typography-h2-font-size: 30px;
    --pt-typography-h3-font-size: 28px;
  }
}

/* Base Styles */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  margin: 0;
  background-color: var(--pt-color-bg);
  color: var(--pt-color-text);
  font-family: var(--pt-font-text);
  font-size: var(--pt-typography-body-font-size);
  line-height: var(--pt-typography-body-line-height);
  font-weight: var(--pt-typography-body-font-weight);
  letter-spacing: var(--pt-typography-body-letter-spacing);
  text-transform: var(--pt-typography-body-text-transform);
  overflow-wrap: anywhere;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--pt-font-primary);
  color: var(--pt-color-text);
  font-weight: 600;
}

/* Elementor headings: inherit color from Elementor inline styles */
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-pt-heading .pt-heading-title {
  font-family: inherit;
  font-weight: inherit;
  color: inherit; /* ← Takes color from Elementor! */
}

h1 {
  font-size: var(--pt-typography-h1-font-size);
  line-height: var(--pt-typography-h1-line-height);
  font-weight: var(--pt-typography-h1-font-weight);
  letter-spacing: var(--pt-typography-h1-letter-spacing);
  text-transform: var(--pt-typography-h1-text-transform);
}

h2 {
  font-size: var(--pt-typography-h2-font-size);
  line-height: var(--pt-typography-h2-line-height);
  font-weight: var(--pt-typography-h2-font-weight);
  letter-spacing: var(--pt-typography-h2-letter-spacing);
  text-transform: var(--pt-typography-h2-text-transform);
}

h3 {
  font-size: var(--pt-typography-h3-font-size);
  line-height: var(--pt-typography-h3-line-height);
  font-weight: var(--pt-typography-h3-font-weight);
  letter-spacing: var(--pt-typography-h3-letter-spacing);
  text-transform: var(--pt-typography-h3-text-transform);
}

h4 {
  font-size: var(--pt-typography-h4-font-size);
  line-height: var(--pt-typography-h4-line-height);
  font-weight: var(--pt-typography-h4-font-weight);
  letter-spacing: var(--pt-typography-h4-letter-spacing);
  text-transform: var(--pt-typography-h4-text-transform);
}

h5 {
  font-size: var(--pt-typography-h5-font-size);
  line-height: var(--pt-typography-h5-line-height);
  font-weight: var(--pt-typography-h5-font-weight);
  letter-spacing: var(--pt-typography-h5-letter-spacing);
  text-transform: var(--pt-typography-h5-text-transform);
}

h6 {
  font-size: var(--pt-typography-h6-font-size);
  line-height: var(--pt-typography-h6-line-height);
  font-weight: var(--pt-typography-h6-font-weight);
  letter-spacing: var(--pt-typography-h6-letter-spacing);
  text-transform: var(--pt-typography-h6-text-transform);
}

/* Links */
a {
  color: var(--pt-color-accent);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--pt-color-primary);
}

/* Buttons */
.elementor-button,
button,
input[type="submit"],
input[type="button"],
.button {
  background-color: var(--pt-color-button-bg);
  border: 2px solid;
  border-radius: var(--pt-border-radius);
  color: #fff;
  font-family: var(--pt-font-primary);
  font-weight: 600;
  padding: 15px 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.elementor-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: var(--pt-color-button-bg-hover);
  transform: translateY(-2px);
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
  background-color: var(--pt-color-input-bg);
  border: 1px solid var(--pt-color-input-border);
  border-radius: var(--border-radius-input);
  color: var(--pt-color-text);
  font-family: var(--pt-font-text);
  padding: 12px 15px;
  width: 100%;
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  background-color: var(--pt-color-input-bg-focus);
  border-color: var(--pt-color-input-border-focus);
  outline: none;
}

/* WooCommerce Compatibility */
.woocommerce-page .woocommerce,
.woocommerce {
  font-family: var(--pt-font-text);
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button {
  background-color: var(--pt-color-button-bg);
  border: 2px solid var(--pt-color-button-border);
  color: #fff;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover {
  background-color: var(--pt-color-button-bg-hover);
}

/* Elementor Specific Overrides */
.elementor-kit-6 {
  --e-global-color-primary: var(--pt-color-primary);
  --e-global-color-secondary: var(--pt-color-secondary);
  --e-global-color-text: var(--pt-color-text);
  --e-global-color-accent: var(--pt-color-accent);
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--pt-font-primary);
}

.elementor-widget-text-editor {
  font-family: var(--pt-font-text);
}

/* ============================================
   CARTOW HEADER STYLES
   ============================================ */

/* Header Base */
.site-header {
	z-index: 998;
	position: absolute;
	top: var(--wp-admin--admin-bar--height, 0px);
	left: 0;
	width: 100%;
	transition: background-color 0.4s ease;
}

.site-header.colored,
body.header-sticky .site-header {
	position: fixed;
	background-color: #FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header-inner {
	max-width: 1240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 24px 15px;
}

/* Logo */
.site-logo {
	font-family: var(--pt-font-primary);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.site-logo a {
	vertical-align: middle;
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

.site-logo img {
	max-height: 40px;
	width: auto;
	display: block;
}

.site-logo .site-name {
	font-size: 24px;
	font-weight: 600;
	color: var(--pt-color-primary);
}

/* Navigation Menu */
.site-menu-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-menu {
	display: block;
}

.site-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px;
}

.site-menu ul li {
	position: relative;
}

.site-menu ul li a {
	color: var(--pt-color-text);
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	display: block;
	position: relative;
	transition: color 0.3s ease;
}

/* Menu Hover Effect - Underline Animation */
.site-menu > ul > li > a {
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0 2px;
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: background-size 0.3s ease;
}

.site-menu > ul > li > a:hover {
	background-size: 100% 2px;
	color: var(--pt-color-primary);
}

/* Active Menu Item */
.site-menu > ul > .current-menu-item > a,
.site-menu > ul > .current-menu-parent > a {
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 100% 2px;
	font-weight: 600;
	color: var(--pt-color-primary);
}

/* Submenu */
.site-menu ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	min-width: 220px;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 1000;
}

.site-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-menu ul ul li {
	width: 100%;
}

.site-menu ul ul li a {
	padding: 10px 20px;
	font-size: 15px;
}

.site-menu ul ul li a:hover {
	background-color: var(--pt-color-bg-secondary);
	color: var(--pt-color-primary);
}

/* Mobile Menu Toggle */
.menu-toggle {
	display: none;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0;
	color: var(--pt-color-text);
	transition: color 0.3s ease;
}

.menu-toggle:hover {
	color: var(--pt-color-primary);
}

.menu-toggle svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/* Mobile Menu */
.mobile-menu-wrap {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	max-width: 400px;
	background: #FFFFFF;
	z-index: 9999;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
}

.mobile-menu-wrap.active {
	transform: translateX(0);
}

.mobile-menu-inner {
	height: 100%;
	overflow-y: auto;
	padding: 20px;
}

.mobile-menu-inner .header-space {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--pt-color-border);
}

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu ul li {
	border-bottom: 1px solid var(--pt-color-bg-secondary);
}

.mobile-menu ul li a {
	color: var(--pt-color-text);
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
	display: block;
	transition: color 0.3s ease;
}

.mobile-menu ul li a:hover,
.mobile-menu ul .current-menu-item > a {
	color: var(--pt-color-primary);
}

.mobile-menu ul ul {
	padding-left: 20px;
}

.mobile-menu ul ul li {
	border-bottom-color: rgba(0, 0, 0, 0.05);
}

/* Mobile Menu Overlay */
.mobile-menu-toggle {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.mobile-menu-wrap.active ~ .mobile-menu-toggle,
body.mobile-menu-active .mobile-menu-toggle {
	opacity: 1;
	visibility: visible;
}

/* Responsive */
@media (max-width: 1024px) {
	.site-menu {
		display: none !important;
	}
	
	.menu-toggle {
		display: flex;
	}
}

@media (max-width: 768px) {
	.site-header-inner {
		padding: 20px 15px;
	}
	
	.mobile-menu-wrap {
		max-width: 100%;
	}
}

/* Admin Bar Adjustment */
.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

/* Elementor Editor */
body[class*="elementor-editor"] .site-header {
	position: relative !important;
	top: 0 !important;
}
/* PT Menu Widget - Horizontal Layout Fix */
/* ============================================
   PT MENU WIDGET - COMPLETE STYLING
   For Header & Mobile Menu
   ============================================ */

/* ===== DESKTOP MENU ===== */

/* Main menu wrapper */
.elementor-widget-pt-menu .site-menu-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

/* Menu navigation container */
.elementor-widget-pt-menu .site-menu {
    display: block;
}

/* Menu list - HORIZONTAL LAYOUT */
.elementor-widget-pt-menu .site-menu-inner,
.elementor-widget-pt-menu .site-menu > ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 30px !important;
}

/* Top level menu items */
.elementor-widget-pt-menu .site-menu-inner > li,
.elementor-widget-pt-menu .site-menu > ul > li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* Top level menu links */
.elementor-widget-pt-menu .site-menu-inner > li > a,
.elementor-widget-pt-menu .site-menu > ul > li > a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: var(--pt-font-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
    display: block;
    position: relative;
    transition: color 0.3s ease, opacity 0.3s ease;
    white-space: nowrap;
}

/* Menu link hover state */
.elementor-widget-pt-menu .site-menu-inner > li > a:hover,
.elementor-widget-pt-menu .site-menu > ul > li > a:hover {
    color: var(--pt-color-primary, #F0B63D);
}

/* Active/Current menu item */
.elementor-widget-pt-menu .current-menu-item > a,
.elementor-widget-pt-menu .current-menu-parent > a,
.elementor-widget-pt-menu .current_page_item > a,
.elementor-widget-pt-menu .current_page_parent > a {
    color: var(--pt-color-primary, #F0B63D) !important;
    font-weight: 600;
}

/* ===== DROPDOWN SUBMENUS ===== */

/* Submenu container - VERTICAL LAYOUT */
.elementor-widget-pt-menu .sub-menu,
.elementor-widget-pt-menu ul ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #2a2a2a !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    min-width: 220px !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease !important;
    z-index: 1000 !important;
    border-radius: 4px;
}

/* Show submenu on hover */
.elementor-widget-pt-menu .menu-item:hover > .sub-menu,
.elementor-widget-pt-menu li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Submenu items */
.elementor-widget-pt-menu .sub-menu li,
.elementor-widget-pt-menu ul ul li {
    width: 100%;
    display: block !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

/* Submenu links */
.elementor-widget-pt-menu .sub-menu li a,
.elementor-widget-pt-menu ul ul li a {
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    white-space: normal !important;
    display: block !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

/* Submenu link hover */
.elementor-widget-pt-menu .sub-menu li a:hover,
.elementor-widget-pt-menu ul ul li a:hover {
    background-color: rgba(240, 182, 61, 0.1) !important;
    color: var(--pt-color-primary, #F0B63D) !important;
}

/* Third level submenu positioning */
.elementor-widget-pt-menu .sub-menu .sub-menu,
.elementor-widget-pt-menu ul ul ul {
    top: 0 !important;
    left: 100% !important;
    margin-left: 0 !important;
}

/* ===== DROPDOWN ARROWS ===== */

/* Arrow indicator for items with submenus */
.elementor-widget-pt-menu .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.elementor-widget-pt-menu .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

/* Arrow for submenu items (right arrow) */
.elementor-widget-pt-menu .sub-menu .menu-item-has-children > a::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid currentColor;
    border-right: 0;
    margin-left: auto;
    float: right;
}

.elementor-widget-pt-menu .sub-menu .menu-item-has-children:hover > a::after {
    transform: rotate(0deg);
}

/* ===== MOBILE MENU TOGGLE ===== */

/* Hamburger menu button */
.elementor-widget-pt-menu .menu-toggle {
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.elementor-widget-pt-menu .menu-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

.elementor-widget-pt-menu .menu-toggle svg {
    width: 20px;
    height: 16px;
    fill: #FFFFFF;
}

/* Submenu toggle for mobile */
.elementor-widget-pt-menu .submenu-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.elementor-widget-pt-menu .submenu-toggle::before {
    content: '+';
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.elementor-widget-pt-menu .submenu-toggle.active::before {
    content: '−';
}

/* ===== MOBILE RESPONSIVE STYLES ===== */

@media (max-width: 1024px) {
    /* Show mobile menu toggle */
    .elementor-widget-pt-menu .menu-toggle {
        display: flex;
    }
    
    /* Hide desktop menu, show mobile overlay */
    .elementor-widget-pt-menu .site-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        max-width: 90%;
        height: 100vh;
        background: #1a1a1a;
        transition: left 0.3s ease;
        z-index: 9999;
        padding: 60px 20px 20px;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    }
    
    /* Show mobile menu when active */
    .elementor-widget-pt-menu .site-menu.active {
        left: 0;
    }
    
    /* Mobile menu overlay backdrop */
    .elementor-widget-pt-menu .site-menu::before {
        content: '';
        position: fixed;
        top: 0;
        left: 100%;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        transition: opacity 0.3s ease;
        opacity: 0;
        pointer-events: none;
    }
    
    .elementor-widget-pt-menu .site-menu.active::before {
        opacity: 1;
        pointer-events: auto;
    }
    
    /* Mobile close button */
    .elementor-widget-pt-menu .site-menu::after {
        content: '×';
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 30px;
        color: #FFFFFF;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }
    
    .elementor-widget-pt-menu .site-menu::after:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    /* Mobile menu list - VERTICAL */
    .elementor-widget-pt-menu .site-menu-inner,
    .elementor-widget-pt-menu .site-menu > ul {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }
    
    /* Mobile menu items */
    .elementor-widget-pt-menu .site-menu-inner > li,
    .elementor-widget-pt-menu .site-menu > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* Mobile menu links */
    .elementor-widget-pt-menu .site-menu-inner > li > a,
    .elementor-widget-pt-menu .site-menu > ul > li > a {
        padding: 15px 0;
        font-size: 16px;
    }
    
    /* Mobile submenus */
    .elementor-widget-pt-menu .sub-menu,
    .elementor-widget-pt-menu ul ul {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 0 0 0 20px !important;
        margin-top: 10px !important;
        display: none !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .elementor-widget-pt-menu .sub-menu.active,
    .elementor-widget-pt-menu ul ul.active {
        display: flex !important;
        max-height: 1000px;
    }
    
    /* Mobile submenu items */
    .elementor-widget-pt-menu .sub-menu li,
    .elementor-widget-pt-menu ul ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    /* Mobile submenu links */
    .elementor-widget-pt-menu .sub-menu li a,
    .elementor-widget-pt-menu ul ul li a {
        padding: 12px 0 !important;
        font-size: 14px !important;
    }
    
    /* Show submenu toggle on mobile */
    .elementor-widget-pt-menu .submenu-toggle {
        display: block;
    }
    
    /* Hide dropdown arrows on mobile */
    .elementor-widget-pt-menu .menu-item-has-children > a::after {
        display: none;
    }
    
    /* Third level submenu on mobile */
    .elementor-widget-pt-menu .sub-menu .sub-menu,
    .elementor-widget-pt-menu ul ul ul {
        left: 0 !important;
        padding-left: 20px !important;
    }
}

/* Tablet landscape */
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-widget-pt-menu .site-menu {
        width: 350px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .elementor-widget-pt-menu .site-menu {
        width: 280px;
    }
    
    .elementor-widget-pt-menu .site-menu-inner > li > a,
    .elementor-widget-pt-menu .site-menu > ul > li > a {
        font-size: 15px;
    }
}

/* ===== OVERLAY MENU VARIANTS ===== */

/* Desktop overlay menu */
.elementor-widget-pt-menu .site-menu-wrap.overlay-desktop .site-menu-inner {
    background: rgba(0, 0, 0, 0.95);
    padding: 20px;
    border-radius: 4px;
}

/* Mobile overlay menu */
.elementor-widget-pt-menu .site-menu-wrap.overlay-mobile {
    /* Styles handled in mobile media query */
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
    overflow: hidden;
}

/* ===== ACCESSIBILITY ===== */

/* Focus states */
.elementor-widget-pt-menu .site-menu a:focus,
.elementor-widget-pt-menu .menu-toggle:focus {
    outline: 2px solid var(--pt-color-primary, #F0B63D);
    outline-offset: 2px;
}

/* Skip to content link */
.elementor-widget-pt-menu .skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--pt-color-primary, #F0B63D);
    color: #000;
    padding: 8px;
    text-decoration: none;
    z-index: 10000;
}

.elementor-widget-pt-menu .skip-link:focus {
    top: 0;
}


