/* ==========================================================================
   Elementor Custom Styles - Tech Store RTL
   Styles for Elementor widgets and templates
   ========================================================================== */

/* ==========================================================================
   Global Elementor Overrides
   ========================================================================== */

/* Force RTL on all Elementor elements */
.elementor-element,
.elementor-widget-container,
.elementor-container {
  direction: rtl;
  text-align: right;
}

/* Container defaults */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
}

/* Widget spacing */
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

/* Sticky Header */
.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #FFFFFF;
  transition: all 0.3s ease;
}

.elementor-location-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Header Container */
.elementor-location-header .elementor-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: 80px;
}

/* Logo Alignment */
.elementor-location-header .elementor-widget-theme-site-logo {
  text-align: right;
}

.elementor-location-header .elementor-widget-theme-site-logo img {
  max-height: 50px;
  width: auto;
}

/* Navigation Menu */
.elementor-nav-menu--main {
  display: flex;
  justify-content: center;
}

.elementor-nav-menu--main .elementor-nav-menu {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.elementor-nav-menu--main .elementor-nav-menu > li > a {
  padding: 10px 18px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1A2744;
  transition: color 0.2s ease;
}

.elementor-nav-menu--main .elementor-nav-menu > li > a:hover,
.elementor-nav-menu--main .elementor-nav-menu > li.current-menu-item > a {
  color: #0066FF;
}

/* Dropdown Menu */
.elementor-nav-menu--main .elementor-nav-menu .sub-menu {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 8px;
  min-width: 220px;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu a {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.elementor-nav-menu--main .elementor-nav-menu .sub-menu a:hover {
  background: #F8FAFC;
  color: #0066FF;
}

/* Menu Cart Widget */
.elementor-menu-cart__toggle .elementor-button {
  background: transparent !important;
  border: none !important;
  padding: 8px !important;
  position: relative;
}

.elementor-menu-cart__toggle .elementor-button-icon {
  font-size: 22px;
  color: #1A2744;
  transition: color 0.2s ease;
}

.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon {
  color: #0066FF;
}

.elementor-menu-cart__toggle .elementor-button-text {
  display: none;
}

/* Cart Counter Bubble */
.elementor-menu-cart__toggle-wrapper .elementor-button-icon[data-counter]::after {
  content: attr(data-counter);
  position: absolute;
  top: -2px;
  left: -2px;
  right: auto;
  background: #EF4444;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-family: 'Heebo', sans-serif;
}

/* Side Cart */
.elementor-menu-cart__wrapper {
  direction: rtl;
  text-align: right;
}

.elementor-menu-cart__close-button {
  right: auto;
  left: 15px;
}

/* Search Form */
.elementor-search-form--skin-minimal .elementor-search-form__toggle {
  color: #1A2744;
  transition: color 0.2s ease;
}

.elementor-search-form--skin-minimal .elementor-search-form__toggle:hover {
  color: #0066FF;
}

.elementor-search-form__container {
  direction: rtl;
}

.elementor-search-form__input {
  font-family: 'Heebo', sans-serif;
  text-align: right;
}

/* Mobile Menu */
.elementor-menu-toggle {
  color: #1A2744;
}

.elementor-nav-menu--dropdown {
  direction: rtl;
  text-align: right;
  right: 0;
  left: auto;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.elementor-location-footer {
  background: #1A2744;
}

/* Footer Headings */
.elementor-location-footer .elementor-widget-heading .elementor-heading-title {
  color: #FFFFFF;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #0066FF;
  display: inline-block;
}

/* Footer Text */
.elementor-location-footer .elementor-widget-text-editor {
  color: #9CA3AF;
  font-size: 14px;
  line-height: 1.7;
}

/* Footer Links */
.elementor-location-footer .elementor-icon-list-items {
  padding: 0;
}

.elementor-location-footer .elementor-icon-list-item {
  margin-bottom: 12px;
}

.elementor-location-footer .elementor-icon-list-text {
  color: #9CA3AF;
  font-size: 14px;
  transition: color 0.2s ease;
}

.elementor-location-footer .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: #FFFFFF;
}

.elementor-location-footer .elementor-icon-list-icon {
  color: #0066FF;
}

/* Social Icons */
.elementor-location-footer .elementor-social-icons-wrapper {
  display: flex;
  gap: 10px;
}

.elementor-location-footer .elementor-social-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  transition: all 0.2s ease;
}

.elementor-location-footer .elementor-social-icon:hover {
  background: #0066FF;
}

/* Newsletter Form */
.elementor-location-footer .elementor-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.elementor-location-footer .elementor-field-group {
  margin-bottom: 0;
}

.elementor-location-footer .elementor-field-textual {
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 18px;
  font-family: 'Heebo', sans-serif;
}

.elementor-location-footer .elementor-button {
  background: #1A2744;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
}

.elementor-location-footer .elementor-button:hover {
  background: #0D1829;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section,
.elementor-section.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1A2744 0%, #0D1829 100%);
  position: relative;
  overflow: hidden;
}

.hero-section .elementor-container {
  position: relative;
  z-index: 1;
}

.hero-section .elementor-widget-heading .elementor-heading-title {
  color: #FFFFFF;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-section .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(16px, 2vw, 20px);
  max-width: 600px;
  margin-bottom: 32px;
}

.hero-section .elementor-button {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.hero-section .elementor-button.elementor-button-primary {
  background: #0066FF;
  color: #FFFFFF;
}

.hero-section .elementor-button.elementor-button-primary:hover {
  background: #0052CC;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
}

.hero-section .elementor-button.elementor-button-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.hero-section .elementor-button.elementor-button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
}

/* ==========================================================================
   Trust Bar
   ========================================================================== */

.trust-bar-section,
.elementor-section.trust-bar {
  background: #F8FAFC;
  padding: 24px 0;
  border-bottom: 1px solid #E5E7EB;
}

.trust-bar-section .elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
}

.trust-bar-section .elementor-icon-box-icon {
  color: #0066FF;
}

.trust-bar-section .elementor-icon-box-title {
  font-size: 14px;
  font-weight: 600;
  color: #1A2744;
  margin-bottom: 2px;
}

.trust-bar-section .elementor-icon-box-description {
  font-size: 12px;
  color: #6B7280;
}

/* ==========================================================================
   Section Headers
   ========================================================================== */

.section-header-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.section-header-widget .elementor-heading-title {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1A2744;
  margin: 0;
}

.section-header-widget .section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0066FF;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.section-header-widget .section-link:hover {
  gap: 12px;
}

.section-header-widget .section-link svg {
  transform: scaleX(-1);
}

/* ==========================================================================
   Products Grid
   ========================================================================== */

/* Elementor Products Widget */
.elementor-widget-woocommerce-products ul.products,
.elementor-widget-wc-products ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .elementor-widget-woocommerce-products ul.products,
  .elementor-widget-wc-products ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .elementor-widget-woocommerce-products ul.products,
  .elementor-widget-wc-products ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .elementor-widget-woocommerce-products ul.products,
  .elementor-widget-wc-products ul.products {
    grid-template-columns: 1fr;
  }
}

.elementor-widget-woocommerce-products li.product {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(26, 39, 68, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: right;
}

.elementor-widget-woocommerce-products li.product:hover {
  box-shadow: 0 12px 28px rgba(26, 39, 68, 0.15);
  transform: translateY(-6px);
}

/* Product Image */
.elementor-widget-woocommerce-products li.product .attachment-woocommerce_thumbnail {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.elementor-widget-woocommerce-products li.product:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.05);
}

/* Product Title */
.elementor-widget-woocommerce-products li.product .woocommerce-loop-product__title {
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1A2744;
  padding: 16px 16px 8px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product Price */
.elementor-widget-woocommerce-products li.product .price {
  padding: 0 16px 8px;
  font-family: 'Heebo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A2744;
  direction: ltr;
  text-align: right;
}

.elementor-widget-woocommerce-products li.product .price del {
  font-size: 14px;
  color: #9CA3AF;
}

.elementor-widget-woocommerce-products li.product .price ins {
  text-decoration: none;
  color: #EF4444;
}

/* Add to Cart Button */
.elementor-widget-woocommerce-products li.product .add_to_cart_button,
.elementor-widget-woocommerce-products li.product .button {
  display: block;
  width: calc(100% - 32px);
  margin: 8px 16px 16px;
  padding: 12px 16px;
  background: #1A2744;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease;
}

.elementor-widget-woocommerce-products li.product .add_to_cart_button:hover,
.elementor-widget-woocommerce-products li.product .button:hover {
  background: #0D1829;
}

/* Sale Badge */
.elementor-widget-woocommerce-products li.product .onsale {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  background: #EF4444;
  color: #FFFFFF;
  font-family: 'Heebo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  min-width: auto;
  min-height: auto;
  line-height: 1.5;
}

/* ==========================================================================
   Category Cards
   ========================================================================== */

.category-cards .elementor-image-box-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1;
}

.category-cards .elementor-image-box-img {
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
}

.category-cards .elementor-image-box-wrapper:hover .elementor-image-box-img {
  transform: scale(1.1);
}

.category-cards .elementor-image-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-cards .elementor-image-box-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(26, 39, 68, 0.9) 0%, transparent 100%);
}

.category-cards .elementor-image-box-title {
  color: #FFFFFF;
  font-family: 'Heebo', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.category-cards .elementor-image-box-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* ==========================================================================
   CTA Banner
   ========================================================================== */

.cta-banner-section {
  background: #F8FAFC;
  border-radius: 24px;
  overflow: hidden;
}

.cta-banner-section .elementor-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 768px) {
  .cta-banner-section .elementor-container {
    grid-template-columns: 1fr;
  }
}

.cta-banner-section .cta-content {
  padding: 48px;
}

.cta-banner-section .elementor-heading-title {
  font-family: 'Heebo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1A2744;
  margin-bottom: 16px;
}

.cta-banner-section .elementor-widget-text-editor {
  color: #4B5563;
  font-size: 18px;
  margin-bottom: 24px;
}

.cta-banner-section .cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */

.testimonials-section .elementor-testimonial {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(26, 39, 68, 0.08);
  text-align: right;
}

.testimonials-section .elementor-testimonial-content {
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 24px;
}

.testimonials-section .elementor-testimonial-name {
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  color: #1A2744;
}

.testimonials-section .elementor-testimonial-job {
  font-size: 14px;
  color: #9CA3AF;
}

/* Star Rating */
.testimonials-section .elementor-star-rating {
  color: #F59E0B;
  margin-bottom: 16px;
  direction: ltr;
  text-align: right;
}

/* ==========================================================================
   Brands Section
   ========================================================================== */

.brands-section {
  background: #F8FAFC;
  padding: 48px 0;
}

.brands-section .elementor-image-carousel .swiper-slide img {
  max-height: 50px;
  width: auto;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.brands-section .elementor-image-carousel .swiper-slide:hover img {
  opacity: 1;
  filter: grayscale(0);
}

/* ==========================================================================
   Single Product Page
   ========================================================================== */

/* Product Images */
.elementor-widget-woocommerce-product-images .woocommerce-product-gallery {
  direction: rtl;
}

.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image img {
  border-radius: 16px;
  background: #F8FAFC;
}

.elementor-widget-woocommerce-product-images .flex-control-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.elementor-widget-woocommerce-product-images .flex-control-thumbs li {
  width: 80px;
  height: 80px;
}

.elementor-widget-woocommerce-product-images .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.elementor-widget-woocommerce-product-images .flex-control-thumbs li img.flex-active,
.elementor-widget-woocommerce-product-images .flex-control-thumbs li img:hover {
  border-color: #0066FF;
}

/* Product Title */
.elementor-widget-woocommerce-product-title .product_title {
  font-family: 'Heebo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1A2744;
  margin-bottom: 16px;
}

/* Product Price */
.elementor-widget-woocommerce-product-price .price {
  font-family: 'Heebo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1A2744;
  direction: ltr;
  display: inline-block;
}

.elementor-widget-woocommerce-product-price .price del {
  font-size: 20px;
  color: #9CA3AF;
  margin-left: 12px;
}

.elementor-widget-woocommerce-product-price .price ins {
  text-decoration: none;
  color: #EF4444;
}

/* Product Rating */
.elementor-widget-woocommerce-product-rating .star-rating {
  color: #F59E0B;
  font-size: 18px;
  direction: ltr;
}

.elementor-widget-woocommerce-product-rating .woocommerce-review-link {
  color: #6B7280;
  font-size: 14px;
  margin-right: 12px;
}

/* Add to Cart */
.elementor-widget-woocommerce-product-add-to-cart .quantity {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 16px;
}

.elementor-widget-woocommerce-product-add-to-cart .quantity .qty {
  width: 80px;
  height: 48px;
  text-align: center;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
  flex: 1;
  min-width: 200px;
  height: 48px;
  background: #0066FF;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:hover {
  background: #0052CC;
}

/* Product Tabs */
.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 4px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  border-bottom: 2px solid #E5E7EB;
}

.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 16px 24px;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  color: #6B7280;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
}

.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs ul.tabs li.active a,
.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs ul.tabs li a:hover {
  color: #0066FF;
  border-bottom-color: #0066FF;
}

.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs .panel {
  background: #F8FAFC;
  padding: 32px;
  border-radius: 16px;
}

/* ==========================================================================
   Cart & Checkout
   ========================================================================== */

/* Cart Widget */
.elementor-widget-woocommerce-cart .woocommerce-cart-form {
  direction: rtl;
}

.elementor-widget-woocommerce-cart table.shop_table {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(26, 39, 68, 0.08);
}

.elementor-widget-woocommerce-cart table.shop_table th {
  background: #F8FAFC;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  color: #1A2744;
  text-align: right;
  padding: 16px 24px;
}

.elementor-widget-woocommerce-cart table.shop_table td {
  padding: 16px 24px;
  text-align: right;
  vertical-align: middle;
}

/* Checkout Widget */
.elementor-widget-woocommerce-checkout-page {
  direction: rtl;
}

.elementor-widget-woocommerce-checkout-page .form-row label {
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  color: #1A2744;
}

.elementor-widget-woocommerce-checkout-page .form-row input,
.elementor-widget-woocommerce-checkout-page .form-row select,
.elementor-widget-woocommerce-checkout-page .form-row textarea {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Heebo', sans-serif;
}

.elementor-widget-woocommerce-checkout-page .form-row input:focus,
.elementor-widget-woocommerce-checkout-page .form-row select:focus {
  border-color: #0066FF;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
}

.elementor-widget-woocommerce-checkout-page #place_order {
  width: 100%;
  background: #0066FF;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.elementor-widget-woocommerce-checkout-page #place_order:hover {
  background: #0052CC;
}

/* ==========================================================================
   My Account Widget
   ========================================================================== */

.elementor-widget-woocommerce-my-account {
  direction: rtl;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(26, 39, 68, 0.08);
  overflow: hidden;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 16px 24px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  color: #4B5563;
  border-bottom: 1px solid #E5E7EB;
  transition: all 0.2s ease;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #F8FAFC;
  color: #0066FF;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #0066FF;
  color: #FFFFFF;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(26, 39, 68, 0.08);
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */

@media (max-width: 1024px) {
  .elementor-location-header .elementor-container {
    min-height: 70px;
  }

  .elementor-nav-menu--main {
    display: none;
  }

  .elementor-menu-toggle {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 60vh;
    padding: 60px 20px;
  }

  .hero-section .elementor-widget-heading .elementor-heading-title {
    font-size: 32px;
  }

  .section-header-widget {
    flex-direction: column;
    text-align: center;
  }

  .cta-banner-section .cta-content {
    padding: 32px;
    text-align: center;
  }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .elementor-location-header,
  .elementor-location-footer,
  .elementor-menu-cart__toggle {
    display: none !important;
  }
}
