.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0C1E35;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Scope everything to this section only ===== */
#entertainment {
  /* just a scope anchor */
}

/* ---------- TABS: legacy widget .elementor-kit-6s ---------- */
#entertainment .elementor-widget-tabs .elementor-tabs-wrapper {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 8px;
}
#entertainment .elementor-widget-tabs .elementor-tab-title {
  background: none !important;
  border: 0 !important;
  padding: 0 0 8px 0 !important;
  margin: 0 !important;
  font-weight: 600;
  color: #6b7280;
  position: relative;
}
#entertainment .elementor-widget-tabs .elementor-tab-title.elementor-active {
  color: #111827;
}
#entertainment .elementor-widget-tabs .elementor-tab-title.elementor-active::after {
  content: "";
  position: absolute;
  left: 0; bottom: -9px;
  width: 100%; height: 2px;
  background: #2485f5;
  border-radius: 2px;
}

/* ---------- TABS: new (Nested) Tabs .elementor-kit-6s ---------- */
#entertainment .e-n-tabs .e-n-tabs-heading {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 8px;
}
#entertainment .e-n-tabs .e-n-tab-title {
  background: none !important;
  border: 0 !important;
  padding: 0 0 8px 0 !important;
  margin: 0 !important;
  font-weight: 600;
  color: #F9F9F9;
  position: relative;
}
#entertainment .e-n-tabs .e-n-tab-title[aria-selected="true"] {
  color: #ffffff;
}
#entertainment .e-n-tabs .e-n-tab-title[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 0; bottom: -9px;
  width: 100%; height: 2px;
  background: #2485f5;
  border-radius: 2px;
}

/* ---------- Tilted tablet image ---------- */
/* Add class ipad-tilt to the Image widget (Advanced → CSS Classes) */
#entertainment .ipad-tilt img {
  transform: rotate(-18deg);
  transform-origin: center;
  box-shadow: 0 30px 80px rgba(0,0,0,.2);
}

/* ---------- Logos row (optional) ---------- */
/* Add class brand-logos to that container */
#entertainment .brand-logos img {
  filter: grayscale(1) opacity(.9);
  transition: filter .2s ease;
  max-height: 40px;
}
#entertainment .brand-logos img:hover {
  filter: none;
}



/* Normalize box model & type across Macs */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

:root { --site-max: 1200px; --body-lh: 1.6; --heading-lh: 1.2; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: var(--body-lh);
}

/* Keep containers consistent */
.elementor-section .elementor-container {
  max-width: var(--site-max);
  margin: 0 auto;
}

/* Images won’t “jump” while loading */
img { display:block; height:auto; max-width:100%; }

/* Headings render the same across SF/Inter differences */
h1,h2,h3,h4,h5,h6 { line-height: var(--heading-lh); letter-spacing: 0; }

/* Buttons and nav don’t wrap unexpectedly */
.elementor-button, .menu-item a { white-space: nowrap; }/* End custom CSS */