.apple-search-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
z-index: 998 !important;
opacity: 0;
visibility: hidden;
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none; }
.apple-search-overlay.apple-search-open {
pointer-events: auto !important; cursor: pointer; opacity: 1;
visibility: visible;
} body.apple-search-active header,
body.apple-search-active .sticky-header {
position: relative;
z-index: 999 !important;
pointer-events: auto !important;
}
body.apple-search-active header .apple-search-connected,
body.apple-search-active .sticky-header .apple-search-connected,
body.apple-search-active [data-apple-search-trigger="true"],
body.apple-search-active .apple-search-trigger,
body.apple-search-active header *,
body.apple-search-active .sticky-header * {
pointer-events: auto !important;
}
.apple-search-overlay::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 70px;
background: transparent;
z-index: 1;
pointer-events: none; }
.apple-search-container {
position: absolute;
top: 80px;
left: 50%;
transform: translateX(-50%);
width: 90vw;
max-width: 1600px;
padding: 40px 40px;
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 20px;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: auto;
}
.apple-search-overlay.apple-search-open .apple-search-container {
transform: translateX(-50%) translateY(0);
} body.dark-theme .apple-search-container,
header.dark-theme ~ * .apple-search-container,
.sticky-header.dark-mode ~ * .apple-search-container,
.sticky-header.dark-theme ~ * .apple-search-container,
.apple-search-container.apple-search-dark-theme {
background: rgba(29, 29, 31, 0.95);
color: #ffffff;
}  .apple-search-container.apple-search-dark-theme {
background: rgba(29, 29, 31, 0.95);
color: #ffffff;
} .apple-search-container.apple-search-dark-theme .apple-search-header {
border-bottom-color: rgba(255, 255, 255, 0.1);
} .apple-search-container.apple-search-dark-theme .apple-search-input {
background: transparent;
color: #ffffff;
}
.apple-search-container.apple-search-dark-theme .apple-search-input::placeholder {
color: #86868b;
}
.apple-search-container.apple-search-dark-theme .apple-search-input:focus {
background: transparent;
box-shadow: none !important;
border: none !important;
outline: none !important;
} .apple-search-container.apple-search-dark-theme .apple-search-clear:hover {
color: #ffffff;
} .apple-search-container.apple-search-dark-theme .apple-search-quick-link {
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
}
.apple-search-container.apple-search-dark-theme .apple-search-quick-link:hover {
background: rgba(255, 255, 255, 0.15);
} .apple-search-container.apple-search-dark-theme .apple-search-recent-item:hover {
background: rgba(255, 255, 255, 0.1);
} .apple-search-container.apple-search-dark-theme .apple-search-result-item {
border-bottom-color: rgba(255, 255, 255, 0.05);
}
.apple-search-container.apple-search-dark-theme .apple-search-result-item:hover {
background: rgba(255, 255, 255, 0.05);
}
.apple-search-container.apple-search-dark-theme .apple-search-result-item.apple-search-selected {
background: rgba(10, 132, 255, 0.1);
} .apple-search-container.apple-search-dark-theme .apple-search-result-title {
color: #ffffff;
}
.apple-search-container.apple-search-dark-theme .apple-search-result-type {
background: rgba(255, 255, 255, 0.1);
color: #86868b;
} .apple-search-container.apple-search-dark-theme .apple-search-highlight {
background: rgba(255, 204, 0, 0.4);
color: #ffffff;
} .apple-search-container.apple-search-dark-theme .apple-search-no-results h3 {
color: #ffffff;
} .apple-search-container .apple-search-header {
max-width: 1100px;
margin: 0 auto 20px;
padding: 0;
border-bottom: none;
}
body.dark-theme .apple-search-header,
header.dark-theme ~ * .apple-search-header,
.sticky-header.dark-mode ~ * .apple-search-header,
.sticky-header.dark-theme ~ * .apple-search-header {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.apple-search-input-wrapper {
position: relative;
display: flex;
align-items: center;
}
.apple-search-icon {
position: absolute;
left: 30px;
width: 20px;
height: 20px;
color: #86868b;
z-index: 2;
pointer-events: none;
}
.apple-search-container .apple-search-input {
width: 100%;
height: 50px;
padding: 0 60px 0 70px;
border: none !important;
border-radius: 16px;
background: rgb(251 251 252);
font-size: 18px;
font-weight: 400;
color: #1d1d1f;
outline: none !important;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: none !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.apple-search-input::placeholder {
color: #86868b;
}
.apple-search-input:focus {
box-shadow: none !important;
border: none !important;
outline: none !important;
} body.dark-theme .apple-search-input,
header.dark-theme ~ * .apple-search-input,
.sticky-header.dark-mode ~ * .apple-search-input,
.sticky-header.dark-theme ~ * .apple-search-input {
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
}
body.dark-theme .apple-search-input::placeholder,
header.dark-theme ~ * .apple-search-input::placeholder,
.sticky-header.dark-mode ~ * .apple-search-input::placeholder,
.sticky-header.dark-theme ~ * .apple-search-input::placeholder {
color: #86868b;
}
body.dark-theme .apple-search-input:focus,
header.dark-theme ~ * .apple-search-input:focus,
.sticky-header.dark-mode ~ * .apple-search-input:focus,
.sticky-header.dark-theme ~ * .apple-search-input:focus {
background: rgba(255, 255, 255, 0.15);
box-shadow: none !important;
border: none !important;
outline: none !important;
}
.apple-search-clear {
position: absolute;
right: 16px;
width: 24px;
height: 24px;
border: none;
background: none;
color: #86868b;
cursor: pointer;
opacity: 0;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 2;
}
.apple-search-clear.apple-search-visible {
opacity: 1;
}
.apple-search-clear:hover {
color: #1d1d1f;
}
body.dark-theme .apple-search-clear:hover,
header.dark-theme ~ * .apple-search-clear:hover,
.sticky-header.dark-mode ~ * .apple-search-clear:hover,
.sticky-header.dark-theme ~ * .apple-search-clear:hover {
color: #ffffff;
} .apple-search-close {
all: unset !important;
cursor: pointer !important;
display: flex !important;
flex-shrink: 0 !important;
user-select: none !important;
-webkit-user-select: none !important;
position: absolute !important;
top: 15px !important;
right: 15px !important;
z-index: 10 !important;
width: 40px !important;
height: 40px !important;
align-items: center !important;
background-color: transparent !important;
padding-right: 10px !important;
justify-content: center !important;
background-color: transparent !important;
color: #1d1d1f !important;
border-radius: 50% !important;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
pointer-events: auto !important;
}
.apple-search-close:hover {
background-color: transparent !important;
transform: scale(1.1);
}
.apple-search-close:active {
transform: scale(0.95);
}
.apple-search-close svg {
width: 20px;
height: 20px;
stroke-width: 2;
pointer-events: none;
} body.dark-theme .apple-search-close,
header.dark-theme ~ * .apple-search-close,
.sticky-header.dark-mode ~ * .apple-search-close,
.sticky-header.dark-theme ~ * .apple-search-close,
.apple-search-container.apple-search-dark-theme .apple-search-close {
background-color: transparent !important;
color: #ffffff;
}
body.dark-theme .apple-search-close:hover,
header.dark-theme ~ * .apple-search-close:hover,
.sticky-header.dark-mode ~ * .apple-search-close:hover,
.sticky-header.dark-theme ~ * .apple-search-close:hover,
.apple-search-container.apple-search-dark-theme .apple-search-close:hover {
background-color: transparent !important;
color: #ffffff;
}
@media (max-width: 768px) {
.apple-search-close {
top: 16px;
right: 16px;
width: 36px;
height: 36px;
}
.apple-search-close svg {
width: 18px;
height: 18px;
}
}
@media (max-width: 480px) {
.apple-search-close {
top: 12px;
right: 12px;
width: 32px;
height: 32px;
background-color: transparent !important;
padding-right: 10px !important;
}
.apple-search-close svg {
width: 25px;
height: 25px;
}
} .apple-search-content {
max-height: 60vh;
max-width: 1100px;
margin: 0 auto;
overflow-y: auto;
padding: 0;
} .apple-search-suggestions {
padding: 0;
}
.apple-search-section {
margin-bottom: 24px;
}
.apple-search-section:last-child {
margin-bottom: 0;
}
.apple-search-section-title {
margin: 0 0 16px 32px;
font-size: 17px;
font-weight: 600;
color: #86868b; letter-spacing: 0.8px;
}
.apple-search-quick-links {
display: flex;
flex-wrap: wrap;
gap: 12px;
padding: 0 32px;
}
.apple-search-quick-link {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 16px;
border-radius: 20px;
background: rgba(142, 142, 147, 0.08);
color: #1d1d1f;
text-decoration: none;
font-size: 16px;
font-weight: 400;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
white-space: nowrap;
}
.apple-search-quick-link:hover {
background: rgba(142, 142, 147, 0.15); }
.apple-search-quick-link-icon {
font-size: 16px;
} body.dark-theme .apple-search-quick-link,
header.dark-theme ~ * .apple-search-quick-link,
.sticky-header.dark-mode ~ * .apple-search-quick-link,
.sticky-header.dark-theme ~ * .apple-search-quick-link {
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
}
body.dark-theme .apple-search-quick-link:hover,
header.dark-theme ~ * .apple-search-quick-link:hover,
.sticky-header.dark-mode ~ * .apple-search-quick-link:hover,
.sticky-header.dark-theme ~ * .apple-search-quick-link:hover {
background: rgba(255, 255, 255, 0.15);
} .apple-search-recent {
padding: 0 32px;
}
.apple-search-recent-item {
display: flex;
align-items: center;
gap: 14px;
padding: 5px 0px;
border-radius: 12px;
cursor: pointer;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.apple-search-recent-item:hover {
background: rgba(142, 142, 147, 0.12);
}
.apple-search-recent-item.apple-search-selected {
background: rgba(0, 122, 255, 0.1);
}
body.dark-theme .apple-search-recent-item:hover,
header.dark-theme ~ * .apple-search-recent-item:hover,
.sticky-header.dark-mode ~ * .apple-search-recent-item:hover,
.sticky-header.dark-theme ~ * .apple-search-recent-item:hover {
background: rgba(255, 255, 255, 0.1);
}
body.dark-theme .apple-search-recent-item.apple-search-selected,
header.dark-theme ~ * .apple-search-recent-item.apple-search-selected,
.sticky-header.dark-mode ~ * .apple-search-recent-item.apple-search-selected,
.sticky-header.dark-theme ~ * .apple-search-recent-item.apple-search-selected {
background: rgba(10, 132, 255, 0.1);
}
.apple-search-recent-icon {
width: 16px;
height: 16px;
color: #86868b;
}
.apple-search-arrow {
color: #86868b;
font-size: 16px;
font-weight: 400;
}
.apple-search-no-recent {
padding: 32px;
text-align: center;
color: #86868b;
font-size: 16px;
} .apple-search-results {
padding: 8px 0;
display: none;
}
.apple-search-result-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 24px;
cursor: pointer;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.apple-search-result-item:last-child {
border-bottom: none;
}
.apple-search-result-item:hover {
background: rgba(142, 142, 147, 0.08);
}
body.dark-theme .apple-search-result-item,
header.dark-theme ~ * .apple-search-result-item,
.sticky-header.dark-mode ~ * .apple-search-result-item,
.sticky-header.dark-theme ~ * .apple-search-result-item {
border-bottom-color: rgba(255, 255, 255, 0.05);
}
body.dark-theme .apple-search-result-item:hover,
header.dark-theme ~ * .apple-search-result-item:hover,
.sticky-header.dark-mode ~ * .apple-search-result-item:hover,
.sticky-header.dark-theme ~ * .apple-search-result-item:hover {
background: rgba(255, 255, 255, 0.05);
}
.apple-search-result-item.apple-search-selected {
background: rgba(0, 122, 255, 0.1);
}
body.dark-theme .apple-search-result-item.apple-search-selected,
header.dark-theme ~ * .apple-search-result-item.apple-search-selected,
.sticky-header.dark-mode ~ * .apple-search-result-item.apple-search-selected,
.sticky-header.dark-theme ~ * .apple-search-result-item.apple-search-selected {
background: rgba(10, 132, 255, 0.1);
}
.apple-search-result-content {
flex: 1;
min-width: 0;
}
.apple-search-result-title {
font-size: 16px;
font-weight: 600;
color: #1d1d1f;
margin-bottom: 4px;
line-height: 1.3;
}
body.dark-theme .apple-search-result-title,
header.dark-theme ~ * .apple-search-result-title,
.sticky-header.dark-mode ~ * .apple-search-result-title,
.sticky-header.dark-theme ~ * .apple-search-result-title {
color: #ffffff;
}
.apple-search-result-preview {
font-size: 14px;
color: #86868b;
line-height: 1.4;
margin-bottom: 8px;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.apple-search-result-meta {
display: flex;
align-items: center;
gap: 12px;
font-size: 12px;
}
.apple-search-result-type {
padding: 2px 8px;
background: rgba(142, 142, 147, 0.12);
color: #86868b;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
}
body.dark-theme .apple-search-result-type,
header.dark-theme ~ * .apple-search-result-type,
.sticky-header.dark-mode ~ * .apple-search-result-type,
.sticky-header.dark-theme ~ * .apple-search-result-type {
background: rgba(255, 255, 255, 0.1);
color: #86868b;
}
.apple-search-result-url {
color: #86868b;
font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
}
.apple-search-result-arrow {
color: #86868b;
font-size: 16px;
margin-left: 16px;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.apple-search-result-item:hover .apple-search-result-arrow {
transform: translateX(4px);
} .apple-search-highlight {
background: rgba(255, 204, 0, 0.3);
color: #1d1d1f;
padding: 1px 2px;
border-radius: 2px;
font-weight: 600;
}
body.dark-theme .apple-search-highlight,
header.dark-theme ~ * .apple-search-highlight,
.sticky-header.dark-mode ~ * .apple-search-highlight,
.sticky-header.dark-theme ~ * .apple-search-highlight {
background: rgba(255, 204, 0, 0.4);
color: #ffffff;
} .apple-search-no-results {
padding: 48px 24px;
text-align: center;
}
.apple-search-no-results-icon {
font-size: 48px;
margin-bottom: 16px;
}
.apple-search-no-results h3 {
margin: 0 0 8px;
font-size: 20px;
font-weight: 600;
color: #1d1d1f;
}
body.dark-theme .apple-search-no-results h3,
header.dark-theme ~ * .apple-search-no-results h3,
.sticky-header.dark-mode ~ * .apple-search-no-results h3,
.sticky-header.dark-theme ~ * .apple-search-no-results h3 {
color: #ffffff;
}
.apple-search-no-results p {
margin: 0;
color: #86868b;
font-size: 15px;
} .apple-search-trigger {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border: none;
background: transparent;
color: inherit;
cursor: pointer;
border-radius: 8px;
margin: 0 !important;
}
.apple-search-trigger .elementor-icon {
padding: 5px 20px;
}
.apple-search-trigger svg {
width: 16px;
height: 16px;
} body.dark-theme .apple-search-trigger,
header.dark-theme .apple-search-trigger,
.sticky-header.dark-mode .apple-search-trigger,
.sticky-header.dark-theme .apple-search-trigger {
color: #ffffff;
}
body.dark-theme .apple-search-trigger:hover,
header.dark-theme .apple-search-trigger:hover,
.sticky-header.dark-mode .apple-search-trigger:hover,
.sticky-header.dark-theme .apple-search-trigger:hover {
background: transparent;
} .apple-search-connected {
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
cursor: pointer !important;
} .apple-search-connected:focus-visible {
outline: 2px solid #007aff !important;
outline-offset: 2px !important;
}
body.dark-theme .apple-search-connected:focus-visible,
header.dark-theme .apple-search-connected:focus-visible {
outline-color: #0a84ff !important;
} .apple-search-connected.elementor-icon {
border-radius: 8px;
}
.apple-search-connected.elementor-icon:hover {
background: rgba(142, 142, 147, 0.12) !important;
}
body.dark-theme .apple-search-connected.elementor-icon:hover,
header.dark-theme .apple-search-connected.elementor-icon:hover,
.sticky-header.dark-mode .apple-search-connected.elementor-icon:hover,
.sticky-header.dark-theme .apple-search-connected.elementor-icon:hover {
background: rgba(255, 255, 255, 0.1) !important;
} .apple-search-connected.elementor-button {
border-radius: 8px;
}
.apple-search-connected.elementor-button:hover {
background: rgba(142, 142, 147, 0.12) !important;
}
body.dark-theme .apple-search-connected.elementor-button:hover,
header.dark-theme .apple-search-connected.elementor-button:hover,
.sticky-header.dark-mode .apple-search-connected.elementor-button:hover,
.sticky-header.dark-theme .apple-search-connected.elementor-button:hover {
background: rgba(255, 255, 255, 0.1) !important;
} .apple-search-connected[href] {
text-decoration: none;
}
.apple-search-connected[href]:hover {
text-decoration: none;
} body.apple-search-active {
overflow: hidden;
} @media (max-width: 768px) {
.apple-search-container {
top: 90px;
width: 90vw;
border-radius: 16px;
padding: 20px 20px 40px;
}
.apple-search-overlay::before {
height: 120px;
}
.apple-search-header {
padding: 20px 24px 16px;
}
.apple-search-input {
height: 48px;
font-size: 16px;
padding: 0 48px 0 64px;
}
.apple-search-icon {
left: 14px;
width: 18px;
height: 18px;
}
.apple-search-clear {
right: 14px;
width: 20px;
height: 20px;
}
.apple-search-content {
max-height: 70vh;
}
.apple-search-quick-links {
padding: 0 24px;
}
.apple-search-recent,
.apple-search-result-item {
padding-left: 20px;
padding-right: 20px;
}
.apple-search-section-title {
margin-left: 24px;
}
}
@media (max-width: 480px) {
.apple-search-container {
top: 100px;
width: calc(100vw - 32px);
max-width: calc(100vw - 32px);
border-radius: 12px;
padding: 16px 16px 32px;
}
.apple-search-overlay::before {
height: 100px;
}
.apple-search-header {
padding: 12px 16px 8px;
}
.apple-search-input {
height: 44px;
font-size: 16px;
padding: 0 44px 0 56px;
}
.apple-search-icon {
left: 12px;
width: 16px;
height: 16px;
}
.apple-search-clear {
right: 12px;
width: 18px;
height: 18px;
}
.apple-search-quick-links {
padding: 0 16px;
}
.apple-search-recent,
.apple-search-result-item {
padding-left: 16px;
padding-right: 16px;
}
.apple-search-section-title {
margin-left: 16px;
}
.apple-search-trigger {
width: 40px;
height: 40px;
}
.apple-search-trigger svg {
width: 18px;
height: 18px;
}
} @keyframes appleSearchSlideIn {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.apple-search-result-item {
animation: appleSearchSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.apple-search-result-item:nth-child(1) { animation-delay: 0.05s; }
.apple-search-result-item:nth-child(2) { animation-delay: 0.1s; }
.apple-search-result-item:nth-child(3) { animation-delay: 0.15s; }
.apple-search-result-item:nth-child(4) { animation-delay: 0.2s; }
.apple-search-result-item:nth-child(5) { animation-delay: 0.25s; } @media (prefers-reduced-motion: reduce) {
.apple-search-overlay,
.apple-search-container,
.apple-search-input,
.apple-search-result-item,
.apple-search-trigger,
.apple-search-clear {
transition: none;
animation: none;
}
} .apple-search-trigger:focus-visible,
.apple-search-clear:focus-visible,
.apple-search-result-item:focus-visible,
.apple-search-quick-link:focus-visible,
.apple-search-recent-item:focus-visible {
outline: 2px solid #007aff;
outline-offset: 2px;
}
body.dark-theme .apple-search-trigger:focus-visible,
body.dark-theme .apple-search-clear:focus-visible,
body.dark-theme .apple-search-result-item:focus-visible,
body.dark-theme .apple-search-quick-link:focus-visible,
body.dark-theme .apple-search-recent-item:focus-visible,
header.dark-theme .apple-search-trigger:focus-visible,
header.dark-theme .apple-search-clear:focus-visible,
header.dark-theme ~ * .apple-search-result-item:focus-visible,
header.dark-theme ~ * .apple-search-quick-link:focus-visible,
header.dark-theme ~ * .apple-search-recent-item:focus-visible,
.sticky-header.dark-mode .apple-search-trigger:focus-visible,
.sticky-header.dark-mode .apple-search-clear:focus-visible,
.sticky-header.dark-mode ~ * .apple-search-result-item:focus-visible,
.sticky-header.dark-mode ~ * .apple-search-quick-link:focus-visible,
.sticky-header.dark-mode ~ * .apple-search-recent-item:focus-visible,
.sticky-header.dark-theme .apple-search-trigger:focus-visible,
.sticky-header.dark-theme .apple-search-clear:focus-visible,
.sticky-header.dark-theme ~ * .apple-search-result-item:focus-visible,
.sticky-header.dark-theme ~ * .apple-search-quick-link:focus-visible,
.sticky-header.dark-theme ~ * .apple-search-recent-item:focus-visible {
outline-color: #0a84ff;
} .apple-mobile-menu-content {
padding: 50px 0px 20px 0px;
max-width: 1100px;
margin: 0 auto;
}
.apple-mobile-menu-nav {
display: flex;
flex-direction: column;
gap: 0;
text-align: left;
}
.apple-mobile-menu-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.apple-mobile-menu-nav li {
margin: 0;
padding: 0;
list-style: none;
}
.apple-mobile-menu-nav a {
display: block;
padding: 10px 24px;
color: #1d1d1f;
text-decoration: none !important;
font-size: 18px;
font-weight: normal;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
} @media (max-width: 1024px) {
.apple-mobile-menu-nav a {
display: flex !important;
justify-content: space-between !important;
}
}
.apple-mobile-menu-nav a:hover {
text-decoration: none !important;
}
.apple-mobile-menu-nav a:focus,
.apple-mobile-menu-nav a:active,
.apple-mobile-menu-nav a:visited {
text-decoration: none !important;
}
.apple-mobile-menu-empty {
padding: 40px 24px;
text-align: left;
color: #86868b;
font-size: 15px;
} .apple-search-container.apple-search-dark-theme .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.apple-search-container.apple-search-dark-theme .apple-mobile-menu-nav a {
color: #ffffff;
}
body.dark-theme .apple-mobile-menu-nav li,
header.dark-theme ~ * .apple-mobile-menu-nav li,
.sticky-header.dark-mode ~ * .apple-mobile-menu-nav li,
.sticky-header.dark-theme ~ * .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .apple-mobile-menu-nav a,
header.dark-theme ~ * .apple-mobile-menu-nav a,
.sticky-header.dark-mode ~ * .apple-mobile-menu-nav a,
.sticky-header.dark-theme ~ * .apple-mobile-menu-nav a {
color: #ffffff;
} @media (max-width: 768px) {
.apple-mobile-menu-nav li.menu-item-has-children > a {
position: relative;
padding-right: 50px;
}
.apple-mobile-menu-nav li.menu-item-has-children > a::after {
content: '›';
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
color: #86868b;
font-weight: 300;
transition: transform 0.2s ease;
}
.apple-mobile-menu-nav li.menu-item-has-children > a:hover::after,
.apple-mobile-menu-nav li.menu-item-has-children > a:focus::after {
transform: translateY(-50%) translateX(4px);
} .apple-mobile-menu-nav a .apple-search-arrow {
display: inline-flex !important;
align-items: center !important;
margin-left: 8px !important;
vertical-align: middle !important;
opacity: 1 !important;
visibility: visible !important;
flex-shrink: 0 !important;
width: auto !important;
height: auto !important;
}
.apple-mobile-menu-nav a .apple-search-arrow img {
width: 20px !important;
height: 20px !important;
display: block !important;
transition: transform 0.2s ease;
margin-left: 0 !important;
opacity: 1 !important;
visibility: visible !important;
}
.apple-mobile-menu-nav a:hover .apple-search-arrow img {
transform: translateX(2px);
} body.dark-theme .apple-mobile-menu-nav li.menu-item-has-children > a::after,
header.dark-theme ~ * .apple-mobile-menu-nav li.menu-item-has-children > a::after,
.sticky-header.dark-mode ~ * .apple-mobile-menu-nav li.menu-item-has-children > a::after,
.sticky-header.dark-theme ~ * .apple-mobile-menu-nav li.menu-item-has-children > a::after {
color: #86868b;
}
} @media (min-width: 1025px) {
.apple-mobile-menu-nav a .apple-search-arrow {
display: none !important;
}
} .apple-mobile-menu-nav .sub-menu {
padding-left: 20px;
background: rgba(0, 0, 0, 0.02);
}
.apple-mobile-menu-nav .sub-menu a {
font-size: 16px;
font-weight: 400;
padding: 12px 24px;
}
body.dark-theme .apple-mobile-menu-nav .sub-menu,
header.dark-theme ~ * .apple-mobile-menu-nav .sub-menu,
.sticky-header.dark-mode ~ * .apple-mobile-menu-nav .sub-menu,
.sticky-header.dark-theme ~ * .apple-mobile-menu-nav .sub-menu {
background: rgba(255, 255, 255, 0.02);
}   .chadgpt-mobile-popup-menu {
display: none !important;
} .apple-product-menu-content {
padding: 0px 0px 0px 0px;
max-width: 1100px;
margin: 0 auto;
}
.apple-product-menu-content .apple-mobile-menu-nav {
display: flex;
flex-direction: column;
gap: 0;
text-align: left;
}
.apple-product-menu-content .apple-mobile-menu-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.apple-product-menu-content .apple-mobile-menu-nav li {
margin: 0;
padding: 0;
list-style: none;
}
.apple-product-menu-content .apple-mobile-menu-nav a {
display: block;
padding: 10px 24px;
color: #1d1d1f;
text-decoration: none !important;
font-size: 18px;
font-weight: normal;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.apple-product-menu-content .apple-mobile-menu-nav a:hover {
text-decoration: none !important;
}
.apple-product-menu-content .apple-mobile-menu-nav a:focus,
.apple-product-menu-content .apple-mobile-menu-nav a:active,
.apple-product-menu-content .apple-mobile-menu-nav a:visited {
text-decoration: none !important;
}
.apple-product-menu-content .apple-mobile-menu-empty {
padding: 40px 24px;
text-align: left;
color: #86868b;
font-size: 15px;
} .apple-search-container.apple-search-dark-theme .apple-product-menu-content .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.apple-search-container.apple-search-dark-theme .apple-product-menu-content .apple-mobile-menu-nav a {
color: #ffffff;
}
body.dark-theme .apple-product-menu-content .apple-mobile-menu-nav li,
header.dark-theme ~ * .apple-product-menu-content .apple-mobile-menu-nav li,
.sticky-header.dark-mode ~ * .apple-product-menu-content .apple-mobile-menu-nav li,
.sticky-header.dark-theme ~ * .apple-product-menu-content .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .apple-product-menu-content .apple-mobile-menu-nav a,
header.dark-theme ~ * .apple-product-menu-content .apple-mobile-menu-nav a,
.sticky-header.dark-mode ~ * .apple-product-menu-content .apple-mobile-menu-nav a,
.sticky-header.dark-theme ~ * .apple-product-menu-content .apple-mobile-menu-nav a {
color: #ffffff;
}
.apple-product-menu-content .apple-mobile-menu-nav .sub-menu {
padding-left: 20px;
background: rgba(0, 0, 0, 0.02);
}
.apple-product-menu-content .apple-mobile-menu-nav .sub-menu a {
font-size: 16px;
font-weight: 400;
padding: 12px 24px;
}
body.dark-theme .apple-product-menu-content .apple-mobile-menu-nav .sub-menu,
header.dark-theme ~ * .apple-product-menu-content .apple-mobile-menu-nav .sub-menu,
.sticky-header.dark-mode ~ * .apple-product-menu-content .apple-mobile-menu-nav .sub-menu,
.sticky-header.dark-theme ~ * .apple-product-menu-content .apple-mobile-menu-nav .sub-menu {
background: rgba(255, 255, 255, 0.02);
} .apple-resources-menu-content {
padding: 0px 0px 0px 0px;
max-width: 1100px;
margin: 0 auto;
}
.apple-resources-menu-content .apple-mobile-menu-nav {
display: flex;
flex-direction: column;
gap: 0;
text-align: left;
}
.apple-resources-menu-content .apple-mobile-menu-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.apple-resources-menu-content .apple-mobile-menu-nav li {
margin: 0;
padding: 0;
list-style: none;
}
.apple-resources-menu-content .apple-mobile-menu-nav a {
display: block;
padding: 10px 24px;
color: #1d1d1f;
text-decoration: none !important;
font-size: 18px;
font-weight: normal;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.apple-resources-menu-content .apple-mobile-menu-nav a:hover {
text-decoration: none !important;
}
.apple-resources-menu-content .apple-mobile-menu-nav a:focus,
.apple-resources-menu-content .apple-mobile-menu-nav a:active,
.apple-resources-menu-content .apple-mobile-menu-nav a:visited {
text-decoration: none !important;
}
.apple-resources-menu-content .apple-mobile-menu-empty {
padding: 40px 24px;
text-align: left;
color: #86868b;
font-size: 15px;
} .apple-search-container.apple-search-dark-theme .apple-resources-menu-content .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.apple-search-container.apple-search-dark-theme .apple-resources-menu-content .apple-mobile-menu-nav a {
color: #ffffff;
}
body.dark-theme .apple-resources-menu-content .apple-mobile-menu-nav li,
header.dark-theme ~ * .apple-resources-menu-content .apple-mobile-menu-nav li,
.sticky-header.dark-mode ~ * .apple-resources-menu-content .apple-mobile-menu-nav li,
.sticky-header.dark-theme ~ * .apple-resources-menu-content .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .apple-resources-menu-content .apple-mobile-menu-nav a,
header.dark-theme ~ * .apple-resources-menu-content .apple-mobile-menu-nav a,
.sticky-header.dark-mode ~ * .apple-resources-menu-content .apple-mobile-menu-nav a,
.sticky-header.dark-theme ~ * .apple-resources-menu-content .apple-mobile-menu-nav a {
color: #ffffff;
}
.apple-resources-menu-content .apple-mobile-menu-nav .sub-menu {
padding-left: 20px;
background: rgba(0, 0, 0, 0.02);
}
.apple-resources-menu-content .apple-mobile-menu-nav .sub-menu a {
font-size: 16px;
font-weight: 400;
padding: 12px 24px;
} .apple-solutions-menu-content {
padding: 0px 0px 0px 0px;
max-width: 1100px;
margin: 0 auto;
}
.apple-solutions-menu-content .apple-mobile-menu-nav {
display: flex;
flex-direction: column;
gap: 0;
text-align: left;
}
.apple-solutions-menu-content .apple-mobile-menu-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.apple-solutions-menu-content .apple-mobile-menu-nav li {
margin: 0;
padding: 0;
list-style: none;
}
.apple-solutions-menu-content .apple-mobile-menu-nav a {
display: block;
padding: 10px 24px;
color: #1d1d1f;
text-decoration: none !important;
font-size: 18px;
font-weight: normal;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.apple-solutions-menu-content .apple-mobile-menu-nav a:hover,
.apple-solutions-menu-content .apple-mobile-menu-nav a:focus,
.apple-solutions-menu-content .apple-mobile-menu-nav a:active,
.apple-solutions-menu-content .apple-mobile-menu-nav a:visited {
text-decoration: none !important;
}
.apple-solutions-menu-content .apple-mobile-menu-empty {
padding: 40px 24px;
text-align: left;
color: #86868b;
font-size: 15px;
} .apple-search-container.apple-search-dark-theme .apple-solutions-menu-content .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.apple-search-container.apple-search-dark-theme .apple-solutions-menu-content .apple-mobile-menu-nav a {
color: #ffffff;
}
body.dark-theme .apple-solutions-menu-content .apple-mobile-menu-nav li,
header.dark-theme ~ * .apple-solutions-menu-content .apple-mobile-menu-nav li,
.sticky-header.dark-mode ~ * .apple-solutions-menu-content .apple-mobile-menu-nav li,
.sticky-header.dark-theme ~ * .apple-solutions-menu-content .apple-mobile-menu-nav li {
border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .apple-solutions-menu-content .apple-mobile-menu-nav a,
header.dark-theme ~ * .apple-solutions-menu-content .apple-mobile-menu-nav a,
.sticky-header.dark-mode ~ * .apple-solutions-menu-content .apple-mobile-menu-nav a,
.sticky-header.dark-theme ~ * .apple-solutions-menu-content .apple-mobile-menu-nav a {
color: #ffffff;
}
.apple-solutions-menu-content .apple-mobile-menu-nav .sub-menu {
padding-left: 20px;
background: rgba(0, 0, 0, 0.02);
}
.apple-solutions-menu-content .apple-mobile-menu-nav .sub-menu a {
font-size: 16px;
font-weight: 400;
padding: 12px 24px;
}
body.dark-theme .apple-resources-menu-content .apple-mobile-menu-nav .sub-menu,
header.dark-theme ~ * .apple-resources-menu-content .apple-mobile-menu-nav .sub-menu,
.sticky-header.dark-mode ~ * .apple-resources-menu-content .apple-mobile-menu-nav .sub-menu,
.sticky-header.dark-theme ~ * .apple-resources-menu-content .apple-mobile-menu-nav .sub-menu {
background: rgba(255, 255, 255, 0.02);
} #mobile-menu-trigger .elementor-icon svg {
fill: currentColor;
}
body.dark-theme #mobile-menu-trigger .elementor-icon svg,
header.dark-theme #mobile-menu-trigger .elementor-icon svg,
.sticky-header.dark-mode #mobile-menu-trigger .elementor-icon svg,
.sticky-header.dark-theme #mobile-menu-trigger .elementor-icon svg {
fill: #ffffff;
}