.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-199436f:#FFFFFF;--e-global-color-9daa781:#DC5096;--e-global-color-f17e0e5:#802782;--e-global-color-5623527:#161616;--e-global-color-b982c8c:#2D2D2D;--e-global-color-e91a38a:#B41E8C;--e-global-color-b9f5b0f:#161616;--e-global-color-d14fd63:#802782;--e-global-color-ed09b60:#F1F1F1;--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:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-9 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-9 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){--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 */.content-max-width {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 1729.98px) {
    .content-max-width {
        max-width: 1550px;
    }
}

h1 {
    font-size: 60px;
}

.default-btn .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;

}

.default-btn .elementor-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #802782;   /* hover color */
  transition: width 0.4s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}

.default-btn .elementor-button:hover::before {
  width: 100%;
}

.default-btn .elementor-button:hover {
    background-color: #000000 !important;
  color: #FFFFFF;
}

.custom-table {
    tbody {
        background: white !important;
        tr {
            background: white !important;
            th {
              background: hsla(0,0%,50%,.071) !important;
            }
            td {
                background: white !important;
            }
        }
    }
}

.htag-with-bottom-border::after {
    background-color: #b41e8c;
    border-radius: 35px;
    bottom: -15px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    max-width: 190px;
    position: absolute;
    width: 100%;
}

.page-header-pre-title-with-side-border > p{
	display: inline-block;
 	position: relative;
}

.page-header-pre-title-with-side-border > p:after {
  background-color: #fff;
	content: "";
	height: 1px;
	left: calc(100% + 10px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
}

.elementor-element.custom-carousel-expertise-version-1 .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal {
        width: auto;
        display: inline-flex;
        flex-flow: row;
    }

.elementor-element.custom-carousel-expertise-version-1 .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: black;
    content: ' ';
    top: 2px;
    z-index: 1;
    
}

.elementor-widget-loop-carousel.custom-carousel-expertise-version-1 .swiper-pagination-bullet, 
.elementor-widget-n-carousel.custom-carousel-expertise-version-1 .swiper-pagination-bullet {
    flex: 1;
    width: auto;
    border-radius: 35px;
    opacity: 0;
    position: relative;
    z-index: 2;
    margin: 0px !important;
    &.swiper-pagination-bullet-active{
        opacity: 1;
    }
}

.default-btn-reverse .elementor-button {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 17px 15px;
    z-index: 1;
}

.default-btn-reverse .elementor-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #161616;   /* hover color */
  transition: width 0.4s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}

.default-btn-reverse .elementor-button:hover::before {
  width: 100%;
}

.flip-card {
  width: 100%;
  /*max-width: 250px;*/
  margin: 0 auto;
  height: auto;
  perspective: 1000px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  * {
    font-family: "Poppins", Sans-serif;
  }
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px; /* Fixed height for consistent flipping */
  position: relative;
  transform-origin: center right;
  transform-style: preserve-3d;
  transition: transform 1s;
  &:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.flip-card.flipped .flip-card-inner {
  transform: translateX(-100%) rotateY(-180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,0.7);
  padding: 0px 20px;
  h2 {
    margin: 0px;
    padding: 0px;
  }
}

.flip-card-front h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.flip-card-back h2 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
}

.flip-card-back {
  left: 100%;
  transform: translateX(-100%) rotateY(-180deg);
}

.flip-card-inner img {
  position: absolute;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 6px;
}

.custom-slider-version-2 {
    position: relative;
    width: 100%;
    flex-flow: row;
    display: flex;
    overflow: hidden;
    * {
        font-family: "Poppins", Sans-serif;
    }
    .custom-slider-version-2-pagination {
        position: relative;
        height: 100%;
        min-width: 325px;
        padding: 105px 10px 20px 0px;
        ol {
            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%;
            list-style-type: none;
            padding: 0px;
            &:after {
                background-color: hsla(0, 0%, 100%, .12);
                content: "";
                height: calc(100% - 70px);
                left: 18px;
                position: absolute;
                top: 30px;
                width: 1px;
            }
            li {
                display: flex;
                align-items: center;
                margin: 0 0 9px;
                min-height: 66px;
                width: 100%;
                font-size: 16px;
                font-weight: 300;
                line-height: 21px;
                max-width: 250px;
                padding-left: 52px;
                position: relative;
                cursor: pointer;
                color: white;
                div {
                    opacity: .74;
                }
                &:hover > div {
                    opacity: 1;
                }
                &:before {
                    border: 1px solid #fff;
                    border-radius: 50%;
                    content: "";
                    height: 37px;
                    left: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 37px;
                    z-index: 2;
                    display: none;
                }
                &:after {
                    background-color: #8a8a8a;
                    border-radius: 50%;
                    content: "";
                    height: 10px;
                    left: 14px;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 10px;
                    z-index: 2;
                }
                &.active {
                    font-weight: 500;
                    div {
                        opacity: 1;
                    }
                    &:before {
                        display: block;
                    }
                    &:after {
                        background: #b41e8c;
                    }
                }
            }
        }
    }
    
    .custom-slider-version-2-content-area{
        flex: 1;
        position: relative;
        padding: 105px 0px 262px 60px;
        border-left: 1px solid rgb(255 255 255 / 12%);
        overflow: hidden;
        .custom-slider-version-2-slides-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }   
        .custom-slider-version-2-slides {
            position: relative;
            display: flex;
            flex-flow: row;
            transition: transform 0.3s ease-in-out;
            & > div {
                min-width: 100%;
                cursor: pointer;
                padding-right: 20px;
            }
            .custom-slider-version-2-slide-header-title {
                color: #b41e8c;
                font-size: 46px;
                line-height: 58px;
                font-weight: 700;
                width: 100%;
                max-width: 620px;
                margin-bottom: 38px;
            }
            ul {
                position: relative;
                width: 100%;
                max-width: 620px;
                list-style-type: circle;
                li {
                    color: white;
                    font-size: 15px;
                    font-weight: 300;
                    line-height: 20px;
                }
            }
        }
        .custom-slider-version-2-navigation {
            position: absolute;
            left: 50px;
            bottom: 70px;
            display: inline-flex;
            align-items: center;
            gap: 30px;
            > div{
                cursor: pointer;
                flex: 1;
                display: flex;
                flex-flow: row;
                align-items: center;
                color: white;
                font-size: 13px;
                letter-spacing: 2.8px;
                outline: 0;
                padding: 0;
                text-transform: uppercase;
                text-decoration: underline;
                font-weight: 500;
                img {
                    width: 42px;
                    margin-right: 5px;
                }
                &:last-child {
                    img {
                        margin-left: 5px;
                        margin-right: 0px;
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 768px) {
    .elementor-widget-loop-carousel.custom-carousel-expertise-version-1 .swiper-pagination-bullet,
    .elementor-widget-n-carousel.custom-carousel-expertise-version-1 .swiper-pagination-bullet {
        min-width: 84px;
    }
}

@media screen and (max-width: 1024px) {
    .elementor-element.custom-carousel-expertise-version-1 .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal {
        width: calc(100% - 20px);
        max-width: 400px;
        display: inline-flex;
        flex-flow: row;
    }
    
    .elementor-widget-loop-carousel.custom-carousel-expertise-version-1 .swiper-pagination-bullet,
    .elementor-widget-n-carousel.custom-carousel-expertise-version-1 .swiper-pagination-bullet {
        min-width: auto;
    }
    
    .flip-card-back h2 {
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .elementor-widget-loop-carousel.elementor-element.custom-carousel-expertise-version-1 :is(.swiper,.swiper-container)~.elementor-swiper-button-next,
    .elementor-widget-n-carousel.elementor-element.custom-carousel-expertise-version-1 :is(.swiper,.swiper-container)~.elementor-swiper-button-next{
       display: none;
    }
    
    .elementor-widget-n-carousel.elementor-element.custom-carousel-expertise-version-1 :is(.swiper,.swiper-container)~.elementor-swiper-button-prev,
    .elementor-widget-n-carousel.elementor-element.custom-carousel-expertise-version-1 :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
        display: none;
    }
    
    .custom-slider-version-2 {
        flex-flow: column;
        .custom-slider-version-2-pagination {
            order: 2;
            padding: 40px 0px 30px;
            width: 100%;
            ol {
                width: 100%;
                flex-direction: row;
                background-color: rgba(0, 0, 0, .3);
                border-radius: 35px;
                display: inline-flex;
                padding: 10px;
                li {
                    margin: 0px;
                    flex: 1;
                    padding: 0px;
                    width: 37px;
                    min-height: 37px;
                    div {
                        display: none;
                    }
                    &:after, &:before {
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                }
                &:after {
                    display: none;
                }
            }
        }
        .custom-slider-version-2-content-area {
            padding: 60px 20px 0px;
            border: none;
            .custom-slider-version-2-slides {
                & > div {
                    padding-right: 0px;
                }
                .custom-slider-version-2-slide-header-title {
                    font-size: 30px;
                    line-height: 36px;
                    margin-bottom: 24px;
                }
                ul {
                    font-size: 14px;
                    line-height: 22px;
                }
            }
            .custom-slider-version-2-navigation {
                margin-top: 90px;
                position: relative;
                left: auto;
                bottom: auto;
                width: 100%;
                justify-content: space-between;
                > div {
                    &:last-child {
                        display: flex;
                        justify-content: flex-end;
                    }
                }
            }
        }
    }
}/* End custom CSS */