/**Header menu css start*/
.dls-header-content{
    height: 96px;
    width: 100%;
    backdrop-filter: blur(4px);
    justify-content: center;
    box-sizing: border-box; 
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
    padding: 12px 30px;   
}
.menu-description .elementor-sub-item.elementor-item-anchor {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    transition: background-color 0.3s ease !important;
}
.dls-header-menu-sec .sub-menu.elementor-nav-menu--dropdown {
    background: #fff;
    width: 360px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}
.dls-header-menu-sec .menu-description {
    display: block ;
    word-wrap: break-word ;
    overflow-wrap: break-word ;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 8px 0 0;
}
.header-btns-building .elementor-item.elementor-item-anchor {
    cursor: pointer;
    background-color: #000;
    
    backdrop-filter: blur(4px);
    justify-content: center;
    opacity: 0.9;
    border-width: 0px 0px 0px;
    border-image: initial;
    padding: 12px 24px;
    border-radius: 10px;
    border-top: 1px solid #444;
    color: #fff !important;
 
}
/**Header menu css end*/

/**footer section css start*/
.dls-footer-location {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.footer-location-text {
    margin: 0;
    color: #999; 
}
.footer-button-sec{
 position: relative;
    overflow: hidden;
}
.footer-button-sec .elementor-button:hover::before {
    left: 60%;
}
.footer-button-sec .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s; 
} 
/**footer section css end*/

/**Home page css start**/
.dls-banner-title{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.7) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;

}
/* Shine Animation */
@keyframes shine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.dls-home-video-sec .elementor-video {
    object-fit: contain !important;
}
.dls-gradient-title {
    background: linear-gradient(90.16deg, #fff, #999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/**Home page css end**/

/**about page css start**/
.dl-shine:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 1s;
    pointer-events: none;
    z-index: 2;
}

.dl-shine:hover::before {
    left: 100%;
}

.dl-shine{
    position: relative;
    overflow: hidden;
}
/**about page css end**/

/***careers page css start**/
.dls-careers-video-se .e-hosted-video{
    width: 362px;
    position: relative;
    height: 362px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.elementor-element-df62118 {
    background-image: url(/wp-content/uploads/2025/06/about-team.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111;
}
 .job-details  {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
        gap: 10px;
}
 .job-highlight {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
.job-highlight p{
    margin-bottom: 0;
}
/***careers page css end**/
/***careers detail page css Start**/
.jobs-single-wrapper .container {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}


.jobs-single-wrapper .card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-radius: 24px;
    background-color: #020202;
    border: 1px solid #222;
}

.jobs-single-wrapper .text {
    padding: 30px;
}

.jobs-single-wrapper .summary {
    min-width: 250px;
    border-left: 1px solid #222;
    padding: 30px;
}
.jobs-single-wrapper .content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.jobs-single-wrapper .content-block .item {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
}
.jobs-single-wrapper .icon img {
    width: 36px;
    height: 36px;
}
.jobs-single-wrapper .icon label {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    background: linear-gradient(90.13deg, #fff, #999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    line-height: 24px;  
    margin-bottom: 10px;
    color: #999;
}
.jobs-single-wrapper .body-text {
    margin: 0;
     font-size: 18px;
    color: #999;
    line-height: 26px; 
}
.jobs-single-wrapper .button.grey {
    background-color: #222;
}
.jobs-single-wrapper .button:hover {
    background-color: #333;
}
.jobs-single-wrapper .button {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.jobs-single-wrapper .button-group {
    align-items: flex-start;
    margin-top: 0;
    width: 187px;
    max-width: 100%;
}
.jobs-single-wrapper .button {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    backdrop-filter: blur(4px);
    justify-content: center;
    opacity: 0.9;
    border-width: 0px 0px 0px;
    padding: 15px 30px;
    border-radius: 10px;
    border-top: 1px solid #222;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family:"Poppins", Sans-serif;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.jobs-single-wrapper  .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}
.jobs-single-wrapper .button img {
    width: 22px;
    height: 22px;
}
/***careers detail page css end**/


/**media css start***/
@media only screen and (max-width: 767px) {
    .jobs-single-wrapper .card {
    display: block;
    }
    .dls-header-menu-sec .elementor-nav-menu a {
        justify-content: left !important;
    }
    .jobs-single-wrapper .job-detail .card {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .jobs-single-wrapper .card .summary {
        width: 100%;
        border-left: none;
        text-align: center;
        padding: 30px;
        border-top: 1px solid #222;
    }
}