.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#1C5FC2;--e-global-color-0261fe9:#5E6A75;--e-global-color-da9bb2e:#C7CCD1;--e-global-color-d1fd4c6:#E5E8EA;--e-global-color-9d4ca1b:#02010100;--e-global-color-a9febe1:#073375;--e-global-color-26e62c2:#001D47;--e-global-color-da30487:#001430;--e-global-color-ad52a51:#F1F2F3;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:55px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:29px;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:20px;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-86c8868-font-family:"Oswald";--e-global-typography-86c8868-font-size:25px;--e-global-typography-86c8868-font-weight:400;--e-global-typography-86c8868-line-height:30px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-lightbox{background-color:#000000D1;--lightbox-text-color:var( --e-global-color-secondary );}.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-kit-5{--e-global-typography-86c8868-font-size:20px;--e-global-typography-86c8868-line-height:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* logo-portfolio Carousels */

.elementor-widget-image-carousel.logo-portfolio .swiper-slide-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;        /* Change to 1 / 1 for perfect squares */
  overflow: hidden;
  border-radius: 0px;          /* Optional */
}

.elementor-widget-image-carousel.logo-portfolio .swiper-slide-image,
.elementor-widget-image-carousel.logo-portfolio .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;           /* Crops evenly; no distortion */
  display: block;
}


/* Fallback for older browsers without aspect-ratio support */
@supports not (aspect-ratio: 1 / 1) {
  .elementor-widget-image-carousel.logo-portfolio .swiper-slide-inner {
    height: 0;
    padding-top: 100%;          /*use 100% for square */
  }
  .elementor-widget-image-carousel.logo-portfolio .swiper-slide-image,
  .elementor-widget-image-carousel.logo-portfolio .swiper-slide img {
    position: absolute;
  }
}























/* img-portfolio Carousels */

.elementor-widget-image-carousel.img-portfolio .swiper-slide-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;        /* Change to 1 / 1 for perfect squares */
  overflow: hidden;
  border-radius: 0px;          /* Optional */
}

.elementor-widget-image-carousel.img-portfolio .swiper-slide-image,
.elementor-widget-image-carousel.img-portfolio .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;           /* Crops evenly; no distortion */
  display: block;
}


/* Fallback for older browsers without aspect-ratio support */
@supports not (aspect-ratio: 1 / 1) {
  .elementor-widget-image-carousel.img-portfolio .swiper-slide-inner {
    height: 0;
    padding-top: 75%;          /*use 100% for square */
  }
  .elementor-widget-image-carousel.img-portfolio .swiper-slide-image,
  .elementor-widget-image-carousel.img-portfolio .swiper-slide img {
    position: absolute;
  }
}/* End custom CSS */