.elementor-kit-10{--e-global-color-primary:#E32301;--e-global-color-secondary:#D7E0E9;--e-global-color-text:#1C244B;--e-global-color-accent:#F8F812;--e-global-color-dc5f2fa:#626781;--e-global-color-546ac9a:#ECEDF1;--e-global-color-91f7575:#57738A;--e-global-color-2decf50:#F8F8FF;--e-global-color-4284763:#EEEEFA;--e-global-color-d936c74:#F3F5F8;--e-global-color-e459fb6:#3A3E47;--e-global-color-e3fbe89:#EBE685;--e-global-color-7fe0fb6:#2A2A2A;--e-global-color-42939ca:#AB9E9E;--e-global-color-059292e:#F8F81245;background-color:var( --e-global-color-2decf50 );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:300;}.elementor-kit-10 a{font-family:"Poppins", Sans-serif;}.elementor-kit-10 h1{font-family:"Poppins", Sans-serif;font-size:4rem;}.elementor-kit-10 h2{font-family:"Poppins", Sans-serif;font-size:3rem;font-weight:600;}.elementor-kit-10 h3{font-family:"Poppins", Sans-serif;font-size:2.25rem;}.elementor-kit-10 h4{font-family:"Poppins", Sans-serif;font-size:1.75rem;}.elementor-kit-10 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-10 h6{font-family:"Poppins", Sans-serif;}.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-kit-10 h1{font-size:3rem;}.elementor-kit-10 h2{font-size:2.5rem;}.elementor-kit-10 h3{font-size:2rem;}.elementor-kit-10 h4{font-size:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:2.25rem;}.elementor-kit-10 h2{font-size:2rem;}.elementor-kit-10 h3{font-size:1.5rem;}.elementor-kit-10 h4{font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Prevents scrolling during animations */
html, body {
    overflow-x: hidden;
}

/* For adjust section heights */
@media (min-width: 768px) {
  .section-height-full {
    min-height: calc(100vh - 140px);
  }
  .section-height-minus-200 {
    min-height: calc(100vh - 200px);
  }
  .section-height-minus-300 {
    min-height: calc(100vh - 300px);
  }
  .section-height-minus-400 {
    min-height: calc(100vh - 400px);
  }
  .section-height-minus-500 {
    min-height: calc(100vh - 400px);
  }
}

/* Colored styles */
.red-text {
    color: #E32301;
}

.heading-with-red-line {
    position: relative; /* Needed for absolute positioning of ::after */
    display: inline-block; /* Ensures width matches content, useful for pseudo-element sizing */
    z-index: 1;
}
.heading-with-red-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 4px;
  background: #E32301;
  z-index: -1;     /* Put the line behind the text */
  border-radius: 2px;
}

.heading-with-yellow-line {
    position: relative; /* Needed for absolute positioning of ::after */
    display: inline-block; /* Ensures width matches content, useful for pseudo-element sizing */
    z-index: 1;
}
.heading-with-yellow-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 4px;
  background: #F8F812;
  z-index: -1;     /* Put the line behind the text */
  border-radius: 2px;
}

.elementor-field-group .elementor-field-textual:focus,
.elementor-field-group .elementor-field-select:focus,
.elementor-field-group .elementor-field-textarea:focus {
  outline: none !important;
  border-color: #E32301 !important;
  box-shadow: 
    0 0 0 1px rgba(227, 35, 1, 0.6),
    0 0 2px 2px rgba(227, 35, 1, 0.3) !important;
}

/* Photo styles */
.tr-l-corner::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 35%;
  height: 35%;
  border-top: 4px solid #9FA4A8;
  border-right: 4px solid #9FA4A8;
  pointer-events: none;
  box-sizing: border-box;
}

.tl-l-corner::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 35%;
  height: 35%;
  border-top: 4px solid #9FA4A8;
  border-left: 4px solid #9FA4A8;
  pointer-events: none;
  box-sizing: border-box;
}

.br-l-corner::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 20%;
  height: 20%;
  border-bottom: 4px solid #9FA4A8;
  border-right: 4px solid #9FA4A8;
  pointer-events: none;
  box-sizing: border-box;
}

.bl-l-corner::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 20%;
  height: 20%;
  border-bottom: 4px solid #9FA4A8;
  border-left: 4px solid #9FA4A8;
  pointer-events: none;
  box-sizing: border-box;
}

.tr-rhombus::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 20%;
  width: 15vw;
  height: 20vh;
  background: transparent;
  border: 4px solid #9FA4A8;
  transform: translate(-50%, -50%) skew(30deg, 0deg);
  z-index: -1;
  box-sizing: border-box;
}

.tr-rhombus::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 20%;
  width: 15vw;
  height: 20vh;
  background: transparent;
  border: 4px solid #9FA4A8; /* Adjust color and thickness as desired */
  transform: translate(-50%, -50%) skew(30deg, 0deg);
  z-index: -1;
  box-sizing: border-box;
}

/* ANIMATIONS */
@media (max-width: 767px) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 767px){
  .elementor-kit-10 a[data-elementor-open-lightbox="yes"]{
    pointer-events: none;
    cursor: default;
  }
}

/* Override the duration for 'fast' entrance animations */
.elementor-animated-fast,
.elementor-element.animated-fast,
.elementor-element.elementor-animated-fast {
  animation-duration: 0.6s !important;
  transition-duration: 0.6s !important;
}

.elementor-widget-call-to-action .elementor-cta__bg {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@keyframes slideInLeftSmooth {
  from {
    transform: translateX(-600px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-left {
  display: inline-block;
  animation: slideInLeftSmooth 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes slideInRightSmooth {
  from {
    transform: translateX(600px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right {
  display: inline-block;
  animation: slideInRightSmooth 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes slideInUpSmooth {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-up {
  display: inline-block;
  animation: slideInUpSmooth 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fade-in 0.6s ease-in forwards;
}

@keyframes shortSlideUp{
  from{
    transform: translateY(100px);
  }
  to{
    transform: translateY(0);
  }
}

@keyframes shortSlideDown{
  from{
    transform: translateY(-100px);
  }
  to{
    transform: translateY(0);
  }
}

@keyframes shortSlideLeft{
  from{
    transform: translateX(100px);
  }
  to{
    transform: translateX(0);
  }
}

@keyframes shortSlideRight{
  from{
    transform: translateX(-100px);
  }
  to{
    transform: translateX(0);
  }
}

.short-slide-up,
.short-slide-down,
.short-slide-left,
.short-slide-right{
  will-change: transform;
}

.short-slide-up.in-view{ animation: shortSlideUp .5s ease-out both; }
.short-slide-down.in-view{ animation: shortSlideDown .5s ease-out both; }
.short-slide-left.in-view{ animation: shortSlideLeft .5s ease-out both; }
.short-slide-right.in-view{ animation: shortSlideRight .5s ease-out both; }

/* Off Set Shadow Card*/
.offset-shadow-card{
  position: relative;
  z-index: 0;
  border: 2px solid transparent;
}

.offset-shadow-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:#B8C5D3;
  border-radius:inherit;
  transform:translate(16px, 16px);
  z-index:-1;
  pointer-events:none;
  transition: transform 0.35s ease 0.06s;
}

.offset-shadow-card:hover::before{
  transform:translate(0, 0);
  transition-delay:0s;
}

@media (min-width: 1025px){
  .offset-shadow-card{
    transform-origin:center center;
    will-change:transform;
    transition:
      transform 0.35s ease,
      border-color 0.2s ease 0s;
  }

  .offset-shadow-card:hover{
    transform:scale(1.1);
    border-color:#ECECA3;
    transition:
      transform 0.35s ease 0.06s,
      border-color 0.2s ease 0.35s;
  }

  .offset-shadow-card:not(:hover){
    border-color:transparent;
    transition:
      transform 0.35s ease 0s,
      border-color 0.2s ease 0s;
  }
}

@media (max-width: 1024px){
  .offset-shadow-card a{
    pointer-events:none !important;
    cursor:default !important;
  }

  .offset-shadow-card::before{
    display:none;
    content:none;
  }
}

.container-ribbon-bottom-left::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 80px;
    height: 80px;
    background: #57738A;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    z-index: 0;
    pointer-events: none;
}

.container-ribbon-bottom-left::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 60px;
    height: 80px;
    background: #EBE685;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    z-index: 0;
    pointer-events: none;
}/* End custom CSS */