.elementor-kit-6{--e-global-color-primary:#142539;--e-global-color-secondary:#C11F24;--e-global-color-text:#1D1D1D;--e-global-color-accent:#3C6FCA;--e-global-color-01f8f46:#C11F24;--e-global-color-3235fab:#E5EEFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Slab";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:400;}.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);}.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 *//* .custom-cursor {
  pointer-events: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
}

.cursor-dot, .cursor-circle {
  position: absolute;
  top: 0; left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: #03035E;
}

.cursor-circle {
  width: 30px;
  height: 30px;
  border: 2px solid #0078B7;
  background: transparent;
  transition: all 0.1s ease;
} */


/* ===== FORCE OVERRIDE ELEMENTOR SWIPER ===== */

.portfolio-swiper{
  width:100%;
  padding:80px 0;
}

/* allow dragging */
.portfolio-swiper .swiper-wrapper{
  cursor: grab;
}
.portfolio-swiper .swiper-wrapper:active{
  cursor: grabbing;
}

/* RESET Elementor hidden styles */
.portfolio-swiper .swiper-slide{
  width:1024px !important;
  opacity:.25 !important;
  transform:scale(.82) !important;
  pointer-events:auto !important;
  transition:all .6s ease !important;
}

/* SIDE SLIDES */
.portfolio-swiper .swiper-slide-prev,
.portfolio-swiper .swiper-slide-next{
  opacity:.6 !important;
  
}

/* CENTER SLIDE */
.portfolio-swiper .swiper-slide-active{
  opacity:1 !important;
  
}

/* IMAGE SIZE */
.portfolio-swiper .swiper-slide img{
  width:1024px !important;
  height:569px !important;
  object-fit:cover;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* allow side slides to be visible */
.portfolio-swiper {
  overflow: visible !important;
}



/* default slides (far slides) */
.portfolio-swiper .swiper-slide {
  opacity: .35;
  transform: none !important;   /* remove scale */
  transition: opacity .4s ease;
}

/* adjacent slides */
.portfolio-swiper .swiper-slide-prev,
.portfolio-swiper .swiper-slide-next {
  opacity: .6;
  transform: scale(.9);
}

/* center slide */
.portfolio-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}


/* allow wrapper overflow too */
.portfolio-swiper .swiper-wrapper {
  overflow: visible !important;
}

/* ===== MOBILE SLIDER FIX ===== */
@media (max-width: 767px){

  .portfolio-swiper{
    padding:40px 0;
  }

  .portfolio-swiper .swiper-slide{
    width:85vw !important;     /* fit mobile screen */
  }

  .portfolio-swiper .swiper-slide img{
    width:85vw !important;
    height:auto !important;
  }

}/* End custom CSS */