.elementor-kit-6{--e-global-color-primary:#CAD8FF;--e-global-color-secondary:#1363DF;--e-global-color-text:#4F61FF;--e-global-color-accent:#EBF0FF;--e-global-color-16a3f27:#333333;--e-global-color-efb88f6:#06283D;--e-global-typography-primary-font-family:"Satoshi-Medium";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Satoshi-Medium";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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){margin-block-end: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;}}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}.elementor .e-youtube-base{overflow:hidden;aspect-ratio:16/9;}
/* Start custom CSS *//* ==========================
   Root Variables (like Sass $vars)
   ========================== */
:root {
    
  --bg-color: #ebf0ff;
  --header-max-width: 852px;
  --admin-header-margin-top: 35px;
  --border-color: #828586;
  --border-gradient-end: #00ffff00;

  --bg-start: rgba(34, 193, 195, 0.01);
  --bg-end:#ebf0ff;
  

  
    --blur-animation-duration: 2.6s;
  --blur-animation-easing: ease-out;
  --initial-opacity: 0;
  --final-opacity: 1;
  --blur-start: 12px;
  --blur-end: 0px;

  
}

body {
  background: var(--bg-color);
}


/* ==========================
   Header Styles
   ========================== */
#header {
  max-width: var(--header-max-width);
  margin: 0 auto;
}

.logged-in.admin-bar #header {
  margin-top: var(--admin-header-margin-top);
}

/* ==========================
   Border Utility
   ========================== */
.border-top-bottom {

  border-left: 0px solid transparent !important;
  border-image: linear-gradient(
    to right,
    var(--border-color) 60%,
    var(--border-gradient-end)
  ) 1 stretch;
}

/* ==========================
   Flex Layout Container
   ========================== */
.outer-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ==========================
   Elementor Overlay
   ========================== */
.elementor-element.elementor-element-a713d39.elementor-widget.elementor-widget-n-carousel.e-widget-swiper::after {
  content: "";
  background: radial-gradient(circle, var(--bg-start) 3%, var(--bg-end) 91%);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}










h1.elementor-heading-title,
h2.elementor-heading-title,
h4.elementor-heading-title {
  opacity: var(--initial-opacity);
  filter: blur(var(--blur-start));
  transform: translateY(10px);
  transition:
    opacity var(--blur-animation-duration) var(--blur-animation-easing),
    filter var(--blur-animation-duration) var(--blur-animation-easing),
    transform var(--blur-animation-duration) var(--blur-animation-easing);
}

h1.elementor-heading-title.animate,
h2.elementor-heading-title.animate,
h4.elementor-heading-title.animate {
  opacity: var(--final-opacity);
  filter: blur(var(--blur-end));
  transform: translateY(0px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi-Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thrivetechies.com/wp-content/uploads/2025/06/Satoshi-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */