.elementor-17 .elementor-element.elementor-element-e7e80a4{--display:flex;--overlay-opacity:0.5;}.elementor-17 .elementor-element.elementor-element-e7e80a4::before, .elementor-17 .elementor-element.elementor-element-e7e80a4 > .elementor-background-video-container::before, .elementor-17 .elementor-element.elementor-element-e7e80a4 > .e-con-inner > .elementor-background-video-container::before, .elementor-17 .elementor-element.elementor-element-e7e80a4 > .elementor-background-slideshow::before, .elementor-17 .elementor-element.elementor-element-e7e80a4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-17 .elementor-element.elementor-element-e7e80a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #000000 53%, #1E73BE54 100%);}.elementor-17 .elementor-element.elementor-element-b909bbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-002acb5{--display:flex;}.elementor-17 .elementor-element.elementor-element-34ffd60{--display:flex;}.elementor-17 .elementor-element.elementor-element-34ffd60:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-34ffd60 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-951f7e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-c8dd6fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-e7e80a4 *//* Custom CSS for Elementor Hero Section */

/* Ensure Inter font is loaded if not already */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

/* General Hero Section Styling (adjust .elementor-17 .elementor-element.elementor-element-e7e80a4s based on your Elementor structure) */
/* If your hero section is a specific Elementor section, you might target it like: */
/* .elementor-section.your-hero-section-class { ... } */

/* Overlay for background image (if you're using an image background in Elementor) */
.elementor-section-wrap > .elementor-section:first-child { /* Adjust this .elementor-17 .elementor-element.elementor-element-e7e80a4 to target your hero section */
  position: relative;
  overflow: hidden;
}

.elementor-section-wrap > .elementor-section:first-child::before { /* This creates the overlay */
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), transparent);
  z-index: 1; /* Ensure it's above the background image but below content */
}

/* Main Heading (e.g., "CURACAO TONER SUPPLY") */
.elementor-heading-title { /* Adjust this .elementor-17 .elementor-element.elementor-element-e7e80a4 if you use a different widget */
  font-size: 4rem; /* Adjust as needed, e.g., 5xl or 7xl from Tailwind */
  font-weight: 800; /* Extra bold */
  line-height: 1.2;
  color: #FFFFFF; /* White text */
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Stronger drop shadow */
  z-index: 2; /* Ensure it's above the overlay */
  position: relative;
}

/* Subtitle/Description text */
.elementor-text-editor p { /* Adjust this .elementor-17 .elementor-element.elementor-element-e7e80a4 if you use a different widget */
  font-size: 1.125rem; /* lg or xl from Tailwind */
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for readability */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 600px; /* Limit width for better readability */
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

/* Company Badge (e.g., "Curaçao's Trusted Printing Partner") */
/* Assuming you're using an Elementor Text Editor or similar for this */
.cts-badge { /* Add this class to your Elementor element for the badge */
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* gap-2 */
  background-color: #1E73BE; /* Brand blue */
  color: #FFFFFF;
  border-radius: 9999px; /* rounded-full */
  padding: 0.5rem 1.5rem; /* px-6 py-2 */
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-lg */
  transition: transform 0.3s ease-in-out; /* transition-transform duration-300 */
  z-index: 2;
  position: relative;
}

.cts-badge:hover {
  transform: scale(1.05);
}

/* USP Badges (e.g., "Free Island-wide Delivery", "HP & Canon Official Partner") */
/* Assuming these are separate Elementor elements, e.g., Icon List or individual Text/Icon widgets */
.cts-usp-badge { /* Add this class to each of your USP badge elements */
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* gap-2 */
  background-color: rgba(255, 255, 255, 0.2); /* bg-white/20 */
  color: #FFFFFF;
  padding: 0.5rem 1.25rem; /* px-5 py-2 */
  border-radius: 9999px; /* rounded-full */
  backdrop-filter: blur(5px); /* backdrop-blur-sm */
  border: 1px solid rgba(255, 255, 255, 0.1); /* border border-white/10 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* shadow-sm */
  transition: transform 0.3s ease-in-out;
  z-index: 2;
  position: relative;
}

.cts-usp-badge:hover {
  transform: scale(1.05);
}

.cts-usp-badge svg { /* Styling for icons within USP badges */
  width: 1.25rem; /* w-5 */
  height: 1.25rem; /* h-5 */
  color: #90CAF9; /* A lighter blue for icons, similar to blue-200 */
}

.cts-usp-badge span {
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
}

/* CTA Buttons (e.g., "Shop Now", "Contact Us") */
/* Assuming these are Elementor Button widgets */
.elementor-button.cts-shop-now { /* Add this class to your "Shop Now" button */
  background-color: #1E73BE; /* Brand blue */
  color: #FFFFFF;
  font-weight: 700; /* font-bold */
  font-size: 1.125rem; /* text-lg */
  padding: 1rem 2.5rem; /* px-10 py-4 */
  border-radius: 0.5rem; /* rounded-lg */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-xl */
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 2;
  position: relative;
}

.elementor-button.cts-shop-now:hover {
  background-color: #1756a0; /* Darker blue on hover */
  transform: scale(1.02);
  box-shadow: 0 20px 25px -5px rgba(30, 115, 190, 0.3), 0 8px 10px -6px rgba(30, 115, 190, 0.2); /* Hover shadow with brand blue */
}

.elementor-button.cts-contact-us { /* Add this class to your "Contact Us" button */
  background-color: transparent;
  border: 2px solid #FFFFFF; /* White border */
  color: #FFFFFF;
  font-weight: 700; /* font-bold */
  font-size: 1.125rem; /* text-lg */
  padding: 1rem 2.5rem; /* px-10 py-4 */
  border-radius: 0.5rem; /* rounded-lg */
  backdrop-filter: blur(5px); /* backdrop-blur-sm */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-xl */
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 2;
  position: relative;
}

.elementor-button.cts-contact-us:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Subtle white background on hover */
  color: #FFFFFF;
  transform: scale(1.02);
  box-shadow: 0 20px 25px -5px rgba(255, 255, 255, 0.2), 0 8px 10px -6px rgba(255, 255, 255, 0.1); /* Hover shadow with white */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767px) {
  .elementor-heading-title {
    font-size: 3rem; /* Adjust for mobile */
  }

  .elementor-text-editor p {
    font-size: 1rem;
  }

  .elementor-button.cts-shop-now,
  .elementor-button.cts-contact-us {
    width: 100%; /* Full width buttons on mobile */
    padding: 0.75rem 1.5rem; /* Smaller padding */
    font-size: 1rem;
  }

  .cts-badge, .cts-usp-badge {
    font-size: 0.75rem; /* Smaller text for badges on mobile */
    padding: 0.4rem 1rem;
  }
}

/* Ensure Elementor's default padding/margin on sections/columns is removed for full-width hero */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important; /* Override Elementor's max-width for boxed layouts */
}

.elementor-section {
    padding: 0 !important; /* Remove default section padding */
}

.elementor-column {
    padding: 0 !important; /* Remove default column padding */
}

/* If you have a specific Elementor section ID for your hero, use it for more precise targeting */
/* #your-hero-section-id {
    padding: 0 !important;
} *//* End custom CSS */