/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* About Page */
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.contact-form-div .elementor-button:hover{
    box-shadow: unset !important;
}

/*.video-thumb {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  overflow: hidden;*/
/*  border-radius: 100px;*/
/*}*/

/*.video-thumb::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -10px;*/
/*  right: -10px;*/
/*  width: 80px;*/
/*  height: 80px;*/
/*  background: url("https://brightmycareer.eu/wp-content/uploads/2025/09/svgviewer-output-14.svg") no-repeat center;*/
/*  background-size: contain;*/
/*  z-index: 2;*/
/*}*/


figure.swiper-slide-inner {
    display: inline-block;
}
/*.marquee-slider .swiper-slide-inner {*/
/*    height: 35px;*/
/*    object-fit: cover;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.icon-boxes .elementor-element.e-con-full.e-flex.e-con.e-child:hover {
    box-shadow: unset;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background: #FFC224;
    color: #000;
    box-shadow: unset;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover .elementor-button-icon svg path{
	fill: #000 !important;
}
figure.elementor-image-box-img img {
    padding: 10px;
    background: #1BCBE3;
}

.box-expert figure.elementor-image-box-img img{
	background: #1BCBE3 !important; 
}
.box-effective figure.elementor-image-box-img img{
	background: #5751E1 !important; 
}
.box-earn figure.elementor-image-box-img img{
	background: #FFC224 !important; 
}

.icon-boxes .elementor-element.e-con-full.e-flex.e-con.e-child {
    cursor: pointer;
}
.custom-offer-box::before
{
    content: "";
    position: absolute;
    top: 15%;
    right: 0%;
    bottom: 0;
    left: 85%;
    min-width: fit-content;
    max-height: 40px !important;
    max-width: 40px;
    border: none;
    background-image: url(https://brightmycareer.eu/wp-content/uploads/2025/09/svgviewer-output.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.2;
}
.testimonial_main::before {
    content: "\f10e";
    font-size: 48px;
    line-height: 1;
    color: #D9D6F5;
    position: absolute;
    right: 43px;
    top: 45px;
    font-weight: 700;
    z-index: -1;
}
.carousel_main .elementor-swiper-button-prev, .carousel_main .elementor-swiper-button-next{
    padding: 8px;
    border-radius: 50%;
    border: 2px solid black;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #282568;
    color: var(--tg-common-color-white);
    font-size: 20px;
    line-height: 0;
    box-shadow: 3.6px 2.4px 0px 0px #23232B;
}

.animation-img img {
  transition: transform 0.4s ease; /* Smooth animation */
}

.animation-img:hover img {
  transform: translateY(-10px); 
}
    
@keyframes mover {

    0% { transform: translateY(0); }

    100% { transform: translateY(-25px); }

}
.vert-move{

    -webkit-animation: mover 1s infinite  alternate;

    animation: mover-2 1s infinite  alternate;
}
@keyframes mover-2 {

    0% { transform: translateY(0); }

    100% { transform: translateY(-10px); 
    }

}
span.click_color {
    color: #5751E1;
}

.highlight-text {
      background: #FFC72C;      
  color: #fff;              
  font-weight: 700;
  padding: 8px 28px;
  display: inline-block;

  clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);
  border-radius: 10px;
}
.swiper-wrapper{
transition-timing-function: linear;
}

/* Career Page */
.future_boxs {
    min-height: 510px;
}
p:last-child {
		margin-bottom: 0 !important;
}
.career-cat-filter button.e-filter-item {
    position: relative;
		display: inline-block;
}
.career-cat-filter button.e-filter-item:nth-child(n + 7) {
    display: none;
}
.career-cat-filter button.e-filter-item::before {
    content: "";
	display: inline-block;
	border-radius: 5px;
    border: 1px solid #69727d;
    width: 16px;
    height: 16px;
    margin-right: 10px;
	vertical-align: middle;
    margin-bottom: 3px;
}
.career-cat-filter button.e-filter-item[aria-pressed="true"]::after {
    content: "";
    border-left: 1px solid #69727d;
    border-bottom: 1px solid #69727d;
    width: 8px;
    height: 5px;
    rotate: -54deg;
    transform-origin: 0 0;
    position: absolute;
    top: 13px;
    left: 4px;
}
.showmorebtn .elementor-button-icon {
		font-size: 12px;
}
.career-lists .elementor-heading-title, .career-lists .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.career-lists .elementor-heading-title {
    -webkit-line-clamp: 2;
}
.career-lists .elementor-widget-text-editor {
    -webkit-line-clamp: 3;
}
.elementor-pagination .page-numbers {
    background-color: var(--tutor-border-color);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.elementor-pagination .page-numbers:hover, .elementor-pagination .page-numbers.current {
	background-color: var( --e-global-color-accent );
}
.short-by-dropdown {
    display: inline-flex;
    align-items: center;
	gap: 10px;
}
.short-by-dropdown label {
    flex-shrink: 0;
    font-weight: 700;
    color: #69727d;
}
.career-short-by-wrap {
    text-align: right;
}
.short-by-dropdown select {
    border-color: #B5B5C3;
    padding: 5px 10px;
}
body .future_boxs {
    transition: 0.3s ease all;
}
.future_boxs:hover {
    filter: drop-shadow(10px 10px 0px #CAC9D6);
}

/* Career Single Page */
.career-overview-tabs .e-n-tab-title {
    margin-right: 4px;
    margin-bottom: 6px;
}
.career-includes-box .elementor-icon-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 15px;
    flex-wrap: wrap;
}
.career-includes-box .elementor-icon {
    box-shadow: none;
}
.career-includes-box:not(:has(.elementor-icon-box-description)) {
    display: none;
}
.elementor-widget-theme-post-content .elementor-widget-icon-list .elementor-icon-list-item {
    gap: 10px;
}
.elementor-widget-theme-post-content .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-color: #FFC224;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 0 0 #BFBFBF;
    margin-right: 4px !important;
    margin-bottom: 4px !important;
    padding-left: 6px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.elementor-widget-theme-post-content .elementor-widget-icon-list .elementor-icon-list-item:hover span.elementor-icon-list-icon {
    box-shadow: 0 0 0 0 transparent;
}

/* Home Page */
.home-career-carousel .elementor-loop-container {
    padding: 0 10px 10px;
}
/* .testimonials-slider .swiper-pagination-bullet:nth-child(1) {
    background-image: url('https://brightmycareer.eu/wp-content/uploads/2025/09/Instagram-story-1.png');
}
.testimonials-slider .swiper-pagination-bullet:nth-child(2) {
    background-image: url('https://brightmycareer.eu/wp-content/uploads/2025/09/Instagram-story-2-1.png');
}
.testimonials-slider .swiper-pagination-bullet:nth-child(3) {
    background-image: url('https://brightmycareer.eu/wp-content/uploads/2025/09/Instagram-story-4.png');
} */
.pro-slider .e-n-tabs-heading {
    position: relative;
}
.pro-slider .e-n-tabs-heading::after {
    content: "";
    background-color: #D9D9F3;
    width: 70%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media (min-width: 1441px) and (max-width: 1560px) {
    .home-career-carousel .elementor-swiper-button-prev {
        left: 0 !important;
    }
    .home-career-carousel .elementor-swiper-button-next {
        right: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .pro-slider .e-n-tabs-heading::after {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    input#form-field-email {
        padding: 10px 20px 10px 20px;
        border-radius: 50px !important;
        text-align: center;
    }
    .mail-temp-div{
        max-width: 320px !important;
    }
    .contact-form-main .elementor-form-fields-wrapper {
    justify-content: center !important;
    }
    .contact-form-div .elementor-field-group{
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .career-results, .career-short-by-wrap {
            text-align: center;
    }
    .career-cat-filter {
            flex-wrap: wrap !important;
            align-self: flex-start;
            width: 100%;
    }
    .career-lists .elementor-grid, .home-blog-grid .elementor-grid {
        grid-auto-rows: auto !important;
    }
    .pro-slider .e-n-tabs-heading::after {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .home-career-carousel .elementor-loop-container {
        width: 100% !important;
    }
}