/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Globasls */

.styled-slider .wrap-actions{
    display: flex;
    justify-content: center;
    align-items: center;
}

.styled-slider .wrap-actions > div{
    position: static !important;
    transform: unset !important;
    width: auto !important;
}

.styled-slider .wrap-actions .swiper-pagination {
    margin-bottom: 5px;
}

.home .styled-slider .wrap-actions{
    justify-content: start;
}
.styled-slider .wrap-actions > div.swiper-pagination{
    order: 2;
}
.styled-slider .wrap-actions > div.elementor-swiper-button-prev{
    order: 1;
}
.styled-slider .wrap-actions > div.elementor-swiper-button-next{
    order: 3;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
    z-index: 999;
}

header.scrolled {
    box-shadow: 0px 4px 8px 0px #A8AFED66 !important;
    background-color: white !important;
}

header .darkHeader .mainMenu ul.elementor-nav-menu li.menu-item a {
    color: var(--e-global-color-primary) !important;
}

header.scrolled .lightHeader .mainMenu ul.elementor-nav-menu li.menu-item a,
header.scrolled .mixHeader .mainMenu ul.elementor-nav-menu li.menu-item a
{
    color: var(--e-global-color-primary) !important;
}

#elementor-popup-modal-536 {
    backdrop-filter: blur(40px);
}


/* testimonials */
.styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__image {
    margin-bottom: 20px;
}
.styled-slider.board.elementor-widget-testimonial-carousel .elementor-testimonial__image {
    margin-bottom: 0px;
}

.styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__image > img {
    width: 100% !important;
    max-width: 360px;
    height: auto !important;
    border-radius: unset;
}

.styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__cite {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    column-gap: 5px;
}

.page-id-323 .styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__cite {
    flex-direction: column;
}

/* tabs */ 
.room-tabs .e-n-tabs {
    display: flex;
    justify-content: start !important;
    align-items: start !important;
    --n-tabs-heading-display: flex;
}

.room-tabs .e-n-tabs .e-n-tabs-heading {
    column-gap: 20px;
    margin-bottom: 40px;
}

.room-tabs .e-n-tabs .link-icon{
    display: none;
}
.room-tabs .e-n-tabs .wrapper {
    padding: 0 20px;
}
.room-tabs .e-n-tabs .wrapper .e-con-inner {
    padding: 20px 0;
}

.room-tabs .e-n-tab-title[aria-selected="true"] {
    position: relative;
}

.room-tabs .e-n-tab-title[aria-selected="true"]::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px !important;
    border-radius: 50%;
    background-color: #525CB2;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 1;
}

.styled-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.img-crousel span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.elementor-element-4ad70c3 .swiper-pagination-bullet.swiper-pagination-bullet-active
{
    border: 1px solid #A8AFED;
}

.styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 24px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5;
}

.testi.board .elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse;
}

.testi.board.dots-position.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* FAQ */
.faq-inner summary {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}
.faq-inner details {
    border-bottom: 1px solid #A8AFED80 !important;
}
/* cta */

.basic-cta span.elementor-button-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.basic-cta a.elementor-button,
.basic-cta-submit .elementor-button[type="submit"]
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    padding: 13px 20px;
    color: inherit;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(90deg, #211938 0%, #59235B 100%);
    transition: box-shadow 0.6s ease-in-out, color 0.6s ease-in-out;
    color: white;
}

.basic-cta a.elementor-button::before,
.basic-cta-submit .elementor-button[type="submit"]::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.basic-cta.blue a.elementor-button {
    background: linear-gradient(90deg, #211938 0%, #525CB2 100%);
}

.scale-video-fix video{
    transform: scale(1.003);
}

#elementor-popup-modal-1056 .dialog-message{
    overflow: hidden;
}

#elementor-popup-modal-1056 .dialog-close-button{
    opacity: 0;
}

.elementor-video {
    transition: opacity 500ms ease-in-out;
}

[data-element_type="container"]{
    position: relative;
    z-index: 2;
}

/* Puclications */
.publication-item .arrow-animate svg {
    position: relative;
    left: 0; /* Define the default 'left' value */
    transition: left 0.3s ease; /* Only animate the 'left' property */
}

.publication-item:hover .arrow-animate svg {
    left: 5px;
}

/* About Us Page */

.page-id-460 .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: -23px;
    top: unset;
    z-index: 2;
}

.page-id-460 .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button.elementor-swiper-button-next {
    margin-left: 55px;
}

.page-id-460 .swiper-pagination.swiper-pagination-horizontal {
    position: absolute;
    bottom: -8px !important;
    text-align: center;
    z-index: 1;
}

/* News */
.news-title-item a{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* Adjust based on your design */
    max-height: 4.5em; /* line-height × 3 */
    min-height: 4.5em; /* line-height × 3 */
}

/* only above 1024 */

@media only screen and (min-width: 1024px) {

    .blue-strip {
        transition: background-color 0.3s ease, color 0.3s ease !important;
    }
    .blue-strip:hover {
        background-color: white !important;
    }
    .blue-strip:hover .elementor-heading-title{
        color: #211938 !important;
    }


    .basic-cta a.elementor-button:hover::before,
    .basic-cta-submit .elementor-button[type="submit"]:hover::before
    {
        opacity: 1;
    }
    
    .basic-cta a.elementor-button:hover,
    .basic-cta-submit .elementor-button[type="submit"]:hover
    {
        box-shadow: 0px 0px 6px 0px #A8AFEDE5;
        color: var(--e-global-color-text);
    }
    .basic-cta-submit .elementor-button[type="submit"]:hover .elementor-button-text {
        color: var(--e-global-color-text);

    }
    header .darkHeader .mainMenu ul.elementor-nav-menu li.menu-item a:hover {
        color: #A83689 !important;
    }
    
    header.scrolled .lightHeader .mainMenu ul.elementor-nav-menu li.menu-item a:hover,
    header.scrolled .mixHeader .mainMenu ul.elementor-nav-menu li.menu-item a:hover

    {
        color: #A83689 !important;
    }
    .mainMenu ul.elementor-nav-menu li.menu-item a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 6px;
        height: 6px !important;
        border-radius: 50%;
        background-color: white !important;
        transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0 !important;
    }
    
    .mainMenu ul.elementor-nav-menu li.menu-item:hover a::after{
        background-color: #A83689 !important;
        opacity: 1 !important;
    }
    /* .pressWrap {
        height: 500px;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    } */
    
}

/* Mobile */

@media only screen and (max-width: 768px) {

    .styled-slider .wrap-actions {
        padding-left: 12px;
    }


    #footerMenu ul.elementor-nav-menu {
        row-gap: 12px;
        column-gap: 32px;
    }

    .styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__image > img {
        max-width: 247px;
    }

    .styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__text {
        font-size: 20px;
    }

    .styled-slider.elementor-widget-testimonial-carousel .elementor-testimonial__cite {
        flex-direction: column;
    }

    .elementor-10 .elementor-element.elementor-element-03380a6.elementor-arrows-yes .elementor-main-swiper {
        width: 100%;
    }

    .remove-br br{
        display: none;
    }

    .news-title-item a{
        min-height: auto;
        max-height: 100%;
    }

    .room-tabs .e-n-tabs .e-n-tabs-heading{
        margin-bottom: 55px;
    }

    .news-carousel .carousel-left .description strong{
        display: block;
    }
  }

.show-on-IOS {
    display: none;
}
@media only screen and (min-width: 768px) {
    .newsItem:hover {
        box-shadow: 0px 0px 10px 0px rgba(168, 175, 237, 0.7);
        background-color: white !important;
    }
  }


  @media (min-width: 787px) and (max-height: 800px) {
    .contactHeight {
        min-height: unset;
        padding-top: 150px;
        padding-bottom: 240px;
    }
}

.comeet-outer-wrapper .comeet-group-name {
    color: #525CB2 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    margin: unset;
    margin-bottom: 20px;
}

.comeet-outer-wrapper ul.comeet-positions-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
}

.comeet-outer-wrapper .comeet-list li {
    padding: 20px 30px;
    background-color: #F9FAFF;
    border-radius: 30px;
    position: relative;
}

.comeet-outer-wrapper .comeet-list li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-30px, -50%);
    right: 0;
    background-image: url(
        '/wp-content/uploads/2025/02/Frame-427320759-1.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 43px;
    height: 43px;
    z-index:1;
}

.comeet-outer-wrapper .comeet-list li a {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: unset;
    margin:unset !important;
}
.comeet-outer-wrapper .comeet-position-name {
    font-family: 'Poppins';
    color: #300725;
    font-size: 24px;
    font-weight: 200;
    margin-bottom:5px;
}

.comeet-outer-wrapper .comeet-position-meta {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #525CB2 !important;
    background-color: #E1E4FA;
    padding: 4px 4px;
    border-radius: 8px;
    font-family: 'Poppins';
    display: inline-block;
}

    .comeet-outer-wrapper .comeet-g-r {
        margin-bottom: 40px;
    }

@media only screen and (max-width: 767px) {
    .comeet-outer-wrapper .comeet-group-name {
        font-size: 18px !important;
    }

    .comeet-outer-wrapper .comeet-list li {
        padding: 20px;
        padding-bottom: 25px;
    }

    .comeet-outer-wrapper .comeet-position-name {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }

    .comeet-outer-wrapper .comeet-position-meta {
        font-size: 14px !important;
        padding: 4px 6px;
    }

    .comeet-outer-wrapper .comeet-list li::after {
        width: 36px;
        height: 36px;
        transform: translate(-15px, -50%);
    }

    .comeet-outer-wrapper .comeet-g-r {
        margin-bottom: 50px;
    }
  }


/* single career */
.comeet-outer-wrapper  {
        max-width: 1260px;
    margin: 0 auto;
}
.comeet-outer-wrapper .grid {
    display: flex;
    column-gap: 23px;
    position:relative;

}
.comeet-outer-wrapper .single {
    background: linear-gradient(180deg, rgba(234, 237, 255, 0.8) -7.96%, #F7F7F7 100%);
    max-width: 737px;
    padding: 40px;
    border-radius: 40px;
}

.comeet-outer-wrapper .single h2.comeet-position-name {
    color: #211938;
    font-weight: 300;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.comeet-outer-wrapper .single span.comeet-position-location {
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #211938;
    position: relative;
}

.comeet-outer-wrapper .single span.comeet-position-location::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 26px;
    background-image: url('/wp-content/uploads/2025/02/Vector-9.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.comeet-outer-wrapper .single .comeet-position-info {
    border-bottom: 2px solid #E2BDC8;
}
.comeet-outer-wrapper .single .comeet-position-meta-single {
    margin-bottom: 30px;
}

.comeet-outer-wrapper .single .comeet-position-info h4 {
    font-size: 16px;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    color: #211938 !important;
    margin-bottom: 12px !important;
    margin-top: 30px !important;
}

.comeet-outer-wrapper .single .comeet-position-requirements.comeet-user-text ul {
    margin-bottom: 30px !important;
}

.comeet-outer-wrapper .single .comeet-apply h4 {
    font-weight: 300;
    font-size: 32px;
    color: #211938;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.comeet-outer-wrapper .intro h4 {
    font-weight: 300;
    font-size: 32px;
    color: #211938;
    font-family: 'Poppins';
	margin-bottom:15px;
}

.comeet-outer-wrapper .intro p {
   font-family: 'Poppins';
    font-weight:400;
    font-size:16px;
    line-height:1.5;
    margin-bottom:30px;
}

.all-jobs-link {
    border: unset !important;
}

.all-jobs-link a {
    color: #525CB2 !important;
}

@media only screen and (max-width: 767px) {
    .comeet-outer-wrapper .grid {
        flex-direction: column;
        row-gap: 60px;
    }
    
    .comeet-outer-wrapper .intro h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
    .comeet-outer-wrapper .intro p {
    font-size: 14px;
    margin-bottom: 20px;
}
    
.comeet-outer-wrapper .single .comeet-position-info h4 {
    font-size: 14px !important;
    margin-bottom: 12px !important;
    margin-top: 20px !important;
}
    .comeet-outer-wrapper .single .comeet-position-meta-single {
    margin-bottom: 20px !important;
}
    
    .comeet-outer-wrapper .single p,
    .comeet-outer-wrapper .single li
    {
    font-size:14px;
    }
    
.comeet-outer-wrapper .single {
    padding: 20px;
    border-radius: unset;
}
    
    .comeet-outer-wrapper .single .comeet-apply h4 {
    font-size: 20px;
}
    
}

.comeet-outer-wrapper p,
.comeet-outer-wrapper li
{
font-size:16px;}
.elementor-shortcode {
font-size:0;}

.all-jobs-link {
    font-size:20px; }
.single-career .d-none {
display:none;}

.comeet-social {
display:none;
}
.careerAcrhive li a.comeet-position {
 box-shadow: unset !important;
}
.careerAcrhive li a.comeet-position:hover {
    box-shadow: unset !important;
}
.comeet-outer-wrapper .single {
font-size:0;
}
.comeet-outer-wrapper .intro {
width:100%;
max-width:520px;
}

.comeet-outer-wrapper .grid {
margin-bottom:50px;
}

.all-jobs-link {
    position: absolute;
    left: 0;
    top: 0;
    margin: unset !important;
    padding: unset !important;
    margin-top: -35px !important;
    z-index: 9;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
.comeet-outer-wrapper .grid {
margin-bottom:unset;
}

.comeet-outer-wrapper .intro {
    padding: 0 20px !important;
}

.all-jobs-link {
    margin-left: 20px !important;
}
}

/* only above 1920 */

@media only screen and (min-width: 1920px) {

div.homeHero {
    background-size: cover !important;
}
}



div#elementor-popup-modal-2906 {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
}

.page-id-2738 .elementor-message-success{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-2738 .elementor-message-success span{
	font-weight:700;
}

@media only screen and (max-width: 991px) {

    .page-id-2738 .elementor-message-success span {
        font-size:20px;
    }
    .page-id-2738 .elementor-message-success:before{
        display:none;
    }
}