.elementor-kit-4{--e-global-color-primary:#C5A572;--e-global-color-secondary:#B08D55;--e-global-color-text:#1C1917;--e-global-color-accent:#F5F0EB;--e-global-color-a1be83f:#F7F7F6;--e-global-color-e793ede:#1D1A15;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-4 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.background-curve-left {
  position: relative;
  overflow: visible; /* Changed from hidden */
  background: #ffffff;
  padding: 24px;
}

/* dark 90% block starting from the RIGHT */
.background-curve-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 90%;
  background: linear-gradient(135deg, #2483C4 70%, #164E75 100%);
  
  /* The Shadow: Horizontal Offset | Vertical Offset | Blur | Spread | Color */
  box-shadow: 0 10px 30px 10px rgba(22, 78, 117, 0.8);
  
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  z-index: 0;
}

.background-curve-left > * {
  position: relative;
  z-index: 1;
  color: white;
}

@media (max-width: 767px) {
  .background-curve-left::before {
    width: 96%;
  }
}


/background-curve-right/
.background-curve-right {
  position: relative;
  overflow: visible; /* Changed from hidden */
}

/* the 80% dark background */
.background-curve-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
background: linear-gradient(135deg, #164E75 0%, #2483C4 20%);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
    box-shadow: 0 10px 30px 10px rgba(22, 78, 117, 0.8);
  z-index: 0;
  overflow: hidden; 
}
.background-curve-right * {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .background-curve-right::before {
    width: 96%;
  }
}/* End custom CSS */