.elementor-kit-29{--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;}.elementor-kit-29 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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 *//* ============================================================
   NRESH GROUP — ELEMENTOR GLOBAL CUSTOM CSS
   Ensures theme styles apply correctly within Elementor canvas
   ============================================================ */

/* --- Reset Elementor defaults that conflict --- */
.elementor-section .elementor-container {
  max-width: 1280px;
}

/* Remove default Elementor column padding where theme handles it */
.elementor-widget-html .elementor-widget-container {
  padding: 0;
}

/* Ensure sections with our CSS classes have no extra Elementor padding */
.elementor-section.section-no-pad {
  padding: 0 !important;
}

/* --- Typography overrides to match theme --- */
body {
  font-family: 'Open Sans', sans-serif;
  color: #0f172a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #1d496e;
  line-height: 1.2;
}

p {
  color: #576579;
  line-height: 1.6;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

/* --- Ensure hero section renders full height correctly --- */
.hero-premium {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 0;
}

/* --- Fix for Elementor adding margin-bottom to last widget --- */
.elementor-widget:last-child > .elementor-widget-container {
  margin-bottom: 0;
}

/* --- Elementor section full width override --- */
.elementor-section.elementor-section-full_width > .elementor-container {
  max-width: 100%;
  padding: 0;
}

/* --- Fix paragraph max-width inside Elementor --- */
.elementor-widget-text-editor p {
  max-width: 65ch;
}

/* --- Sticky header shadow on scroll --- */
.elementor-sticky--active.nresh-sticky-header {
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* --- Navigation menu overrides for Elementor nav widget --- */
.elementor-nav-menu .elementor-item {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  color: #0f172a !important;
  padding: 8px 0 !important;
  transition: color 0.2s !important;
}

.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active {
  color: #4e7898 !important;
}

/* Dropdown menu styling */
.elementor-nav-menu--dropdown .elementor-item {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #1d496e !important;
  padding: 12px !important;
}

.elementor-nav-menu--dropdown {
  border-top: 3px solid #cce45e !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12) !important;
  border-radius: 0 0 8px 8px !important;
}

/* --- Button global styles --- */
.elementor-button {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

.elementor-button:hover {
  transform: translateY(-2px) !important;
}

/* --- Image widget --- */
.elementor-widget-image img {
  max-width: 100%;
  display: block;
}

/* --- Ensure HTML widget content renders correctly --- */
.elementor-widget-html {
  line-height: inherit;
}

/* --- Fix for section backgrounds not applying --- */
.elementor-section > .elementor-background-overlay {
  pointer-events: none;
}

/* --- Page header sections --- */
.page-header {
  position: relative;
  background-color: #1d496e;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
}

.page-header-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 23, 42, 0.75);
  z-index: 1;
}

.page-header-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-header h1 {
  color: #fff;
}

/* --- Trust bar --- */
.trust-bar-section {
  padding: 32px 0;
  background-color: #1d496e;
  border-top: 2px solid #cce45e;
  text-align: center;
}

/* --- CTA Band --- */
.cta-band {
  background: #1d496e;
  color: #fff;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.cta-band::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: radial-gradient(circle at top right, #4e7898, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.cta-content h2 {
  color: #fff;
  margin-bottom: 8px;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* --- Card grid --- */
.card {
  background: #ffffff;
  border: 1px solid rgba(29, 73, 110, 0.12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  padding: 12px;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  border-color: rgba(117, 171, 189, 0.4);
}

/* --- Mosaic grid --- */
.mosaic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 16px;
}

/* --- Service layout --- */
.service-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}

/* --- Responsive fixes for Elementor --- */
@media (max-width: 1024px) {
  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .mosaic-item {
    min-height: 200px;
  }
  .service-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .hero-premium {
    padding: 40px 0;
    min-height: 80vh;
  }
  .hero-glass-container {
    padding: 24px;
    margin: 0;
  }
  .cta-band {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
  .cta-actions {
    width: 100%;
    justify-content: center;
  }
  .service-layout {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .content-grid-2 {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .trust-grid {
    gap: 24px;
  }
}/* End custom CSS */