body {
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
}
/***menu image css start***/
/* MENU CARD WRAPPER */
.dls-menu-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0;
  border-radius: 14px;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* HOVER EFFECT */
.dls-menu-card:hover {
  background: #f3f4f6;
}
 
/* ICON */
.dls-menu-card-icon{
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0;
}

.dls-menu-card-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 10px;
}

/* CONTENT */
.dls-menu-card-content {
  display: flex;
  flex-direction: column;
}
.dls-menu-card-desc {
    color: #333;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* ACTIVE STYLE (optional like screenshot highlight) */
.dls-menu-item.current-menu-item .dls-menu-card {
  background: #e5e7eb;
}
/***menu image css end***/

/**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)) !important;
    padding: 12px 30px;
    border: none !important;
}

.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;
    border-radius: 20px;
    padding: 15px;
}

.menu-description .elementor-sub-item.elementor-item-anchor:hover{
    padding: 15px;
}

div.elementor-location-header > div{
    border: none !important;
    background: transparent !important;
}

.dls-header-menu-sec .sub-menu.elementor-nav-menu--dropdown {
    background: #fff;
    width: 400px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 15px;
}

.dls-header-menu-sec .menu-description {
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial;
    color: #333;
    margin: 0;
    border-radius: 20px;
    color: #222;
}

.dls-header-menu-sec .menu-description a{
    margin: 0;
}

.dls-header-menu-sec .menu-description{
    border-radius: 20px;
}

.header-btns-building .elementor-item.elementor-item-anchor {
    cursor: pointer;
    background-color: #000;
    backdrop-filter: blur(4px);
    justify-content: center;
    opacity: 1;
    border-width: 0px 0px 0px;
    border-image: initial;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    color: #fff !important;
}

.job-application-form .submit-btn:focus,
.job-application-form .submit-btn:hover{
    background: #000 !important;
}

.job-application-form .submit-btn:hover:before,
.contact-form .button.black.form-submit:hover:before,
.header-btns-building .elementor-item.elementor-item-anchor:hover::before {
    left: 100%;
}

.job-application-form .submit-btn:before,
.contact-form .button.black.form-submit:before,
.header-btns-building .elementor-item.elementor-item-anchor::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: 0.5s;
}

.text-page .table{
  overflow: hidden;
  overflow-x: auto;
  margin-top: 20px;
}

.text-page table{
  border-collapse: collapse;
  font-size: 18px;
  min-width: 600px;
    color: #999;
}

.text-page table tr td{
  border: 1px solid #222;
}

.text-page table tr td:last-child{
  border: none;
}

.text-page table tr{
  border: 1px solid #222;
}

.text-page table th,
.text-page table td{
  padding: 10px 15px;
}

.text-page table th{
  background: #222;
}

/**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: 100%;
}

.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-icon-box-home h3{
    margin: 0;
}
.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;
}


/***icon box css start*/
 
/* .dls-icon-box-home:hover {
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(40deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.7) 100%
    ) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
}

 
.dls-icon-box-home:hover .elementor-icon-box-title,
.dls-icon-box-home:hover .elementor-icon-box-title span {
  color: #ffffff !important;
}

 
.dls-icon-box-home:hover .elementor-icon {
  opacity: 1 !important;
}

.dls-icon-box-home:hover .elementor-icon svg {
  fill: #ffffff !important;
} */
 /* ============================================
   Shared hover styles — border + text
   ============================================ */
.dls-icon-box-home {
  transition: all 0.35s ease;
}

.dls-icon-box-home .elementor-icon-box-title,
.dls-icon-box-home .elementor-icon-box-title span,
.dls-icon-box-home .elementor-icon,
.dls-icon-box-home .elementor-icon img,
.dls-icon-box-home .elementor-icon svg {
  transition: all 0.35s ease;
}

.dls-icon-box-home:hover {
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(40deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.7) 100%
    ) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
}

.dls-icon-box-home:hover .elementor-icon-box-title,
.dls-icon-box-home:hover .elementor-icon-box-title span {
  color: #ffffff !important;
}

/* ============================================
   Icon swap setup — shared by all boxes
   ============================================ */
.dls-icon-box-home .elementor-icon {
  position: relative;
}

.dls-icon-box-home:hover .elementor-icon img,
.dls-icon-box-home:hover .elementor-icon svg {
  opacity: 0;
}

.dls-icon-box-home .elementor-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.dls-icon-box-home:hover .elementor-icon::after {
  opacity: 1;
}

/* ============================================
   Per-box outline icon URLs
   REPLACE each URL with your actual uploaded icon URL
   ============================================ */

.icon-bi .elementor-icon::after {
  background-image: url('https://darklion.studio/wp-content/uploads/2026/04/nine-points-connected-2.svg');
}

.icon-agentic .elementor-icon::after {
  background-image: url('https://darklion.studio/wp-content/uploads/2026/04/Agentic-hover.svg');
}

.icon-cloud .elementor-icon::after {
  background-image: url('https://darklion.studio/wp-content/uploads/2026/04/icon-cloud-hover.svg');
}

.icon-entertainment .elementor-icon::after {
  background-image: url('https://darklion.studio/wp-content/uploads/2026/04/playhover.svg');
}

.icon-health .elementor-icon::after {
  background-image: url('https://darklion.studio/wp-content/uploads/2026/04/icon-health-hover.svg');
}

.icon-environment .elementor-icon::after {
  background-image: url('https://darklion.studio/wp-content/uploads/2026/04/icon-environment-hover.svg');
}

.icon-vertical .elementor-icon::after {
  background-image: url('https://darklion.studio/wp-content/uploads/2026/04/icon-plus-hover.svg');
}
/***icon box css end*/

/**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;
    border: none !important;
}

.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;
}

.job-openings {
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
    text-align: left;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
}

a.job-card {
    border-radius: 20px;
    border: 1px solid #333;
    background-color: #020202;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 30px;
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

a.job-card::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: 1s;
}

.job-card:hover::before {
    left: 100%;
}

.department-icon {
    width: 60px;
    position: relative;
    height: 60px;
}

.job-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 10px;
}

.job-openings a:hover {
    color: #fff;
}

.job-openings .job-title {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    font-weight: 600;
    font-size: 24px;
    background: linear-gradient(90.13deg, #fff, #999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job-details .job-highlight p {
    position: relative;
    line-height: 28px;
    color: #999;
    margin: 0;
}

.job-card::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: 1s;
}

/***careers page css end**/
/***careers detail page css Start**/
.dls-job-back-button a {
    border-radius: 50%;
    border: 1px solid #333;
    padding: 12px;
    height: 54px;
    width: 54px;
    background-color: transparent;
    cursor: pointer; 
    align-items: center;  
    overflow: hidden;
    backdrop-filter: blur(4px);
}
.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: 300px; */
    border-left: 1px solid #222;
    padding: 30px 0 30px 30px;
}
.dls-career-post-main-sec ul {
    padding: 0 0px 0 20px;
}
.dls-career-post-main-sec p{
    margin-bottom: 10px;
}
.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 {
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    background-color: #000;
    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;
    border-image: initial;
    padding: 15px 30px;
    border-radius: 10px;
    border-top: 1px solid #444;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.jobs-single-wrapper ul li,
.jobs-single-wrapper ol li{
    margin-bottom: 5px;
}

.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:hover::before {
    left: 100%;
}
    
.jobs-single-wrapper .button img {
    width: 22px;
    height: 22px;
}

/**form css start popup**/
.job-application-form h3 {
    color: #000 !important;
}

.form-group {
    margin-bottom: 20px;
}

.job-application-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #222;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

.form-group button {
    background: #000;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.form-group button:hover {
    background: #333;
}

#application-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 3px;
    display: none;
}

.success input {
    /* background: #d4edda !important; */
    color: #155724;
    border-color: #c3e6cb !important;
    border: 1px solid #c3e6cb !important;
}

.error input{
    /* background: #f8d7da !important; */
    color: #721c24;
    border-color: #dc3545 !important;
}

button#closePopup:hover {
    background: transparent;
}
.dls-job-back-button a: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;
}

.dls-job-back-button a:before {
    left: 100%;
}
/*** form css end**/
/***careers detail page css end**/

/* Modal Overlay and Content */
/* Checkbox group wrapper */
.checkbox-group {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Hide default checkbox */
.checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom checkmark box */
.checkmark {
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 2px solid #000;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  
}
.form-star-color {
    color: #ff0000;
}
.contact-form .form-helper-text {
    color: #666;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
/* When checked, show tick */
.checkbox-group input[type="checkbox"]:checked ~ .checkmark {
  border: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><rect width='24' height='24' rx='6' fill='black'/><path d='M6.5 12.5L10 16L18 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat center center;
  background-size: contain;
}

/* Label text */
.checkbox-label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
  margin: 0;
  color: #000;
}

/* Link styling */
.checkbox-label a {
  color: #000;
  text-decoration: underline;
}
.modal-overlay {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.32);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: opacity 0.2s;
    overflow-y: auto;
    min-height: 100vh;
}

.modal-content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    padding: 40px;
    max-width: 600px;
    width: 100%;
    position: relative;
    animation: modalIn 0.2s;
    margin: auto;
    margin-top: max(20px, min(60px, 10vh));
    margin-bottom: max(20px, min(60px, 10vh));
}

@keyframes modalIn {
    from {
        transform: translateY(40px) scale(0.98);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #222;
    cursor: pointer;
    z-index: 10;
}

/* --- Form Styles --- */
.job-application-form h3,
.contact-form .form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: "Poppins", Sans-serif;
    color: #222;
    margin-top: 0;
}

.job-application-form h3{
    margin-bottom: 30px;
}

.contact-form .form-desc {
    font-size: 15px;
    color: #444;
    margin-bottom: 24px;
    font-family: "Arial", Sans-serif;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.contact-form .form-group .form-select {
    position: relative;
}

.contact-form .form-group .form-select .select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-40%);
}

.contact-form .form-group .form-select select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-form .form-group label {
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    color: #000;
    margin-bottom: 3px;
}

.contact-form .form-row {
    display: flex;
    gap: 18px;
}

.contact-form .form-row .form-group {
    flex: 1;
}

.job-application-form input,
.job-application-form input[type="text"],
.job-application-form input[type="tel"],
.job-application-form input[type="email"],
.job-application-form input[type="number"],
.job-application-form input[type="file"],
.job-application-form textarea,
.contact-form .form-input {
    padding: 12px 16px;
    font-size: 15px;
    font-family: "Arial", Sans-serif;
    margin-top: 6px;
    transition: border 0.2s;
    border-radius: 10px !important;
    border: 1px solid #D6D6D6;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
}

.job-application-form textarea,
.contact-form textarea.form-input {
    resize: vertical;
    min-height: 100px;
}

.job-application-form input[type="tel"]:focus,
.job-application-form input[type="email"]:focus,
.job-application-form input:focus,
.job-application-form input[type="text"]:focus,
.job-application-form input[type="number"]:focus,
.job-application-form input[type="file"]:focus,
.job-application-form textarea:focus,
.contact-form .form-input:focus {
    border-color: #222 !important;
    outline: none;
}

.job-application-form .submit-btn,
.contact-form .button.black.form-submit {
    box-shadow: none;
    opacity: 1;
    border: none;
    background: #000;
    font-weight: 600;
    padding: 14px 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    font-family: "Poppins", Sans-serif;
}

.jobs-single-wrapper .card-title{
    margin: 0 0 10px 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 34px;
    font-weight: 600;
    font-size: 26px;
    font-family: "Poppins", Sans-serif !important;
    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;
    line-height: 32px;
    font-weight: 600;
    font-size: 24px;
}

.jobs-single-wrapper .body-text,
.jobs-single-wrapper ul li,
.jobs-single-wrapper p,
.jobs-single-wrapper ol li{
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}

.jobs-single-wrapper p,
.jobs-single-wrapper ul,
.jobs-single-wrapper ol{
    margin-bottom: 19px;
}


.jobs-single-wrapper .summary label {
 
       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;
  font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #999;
}

button.modal-close:hover {
    background: transparent;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    transition: all 0.3s ease;
    color: #fff;
    padding: 12px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    display: none;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.back-to-top:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.back-to-top: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;
}

.back-to-top:hover::before {
    left: 100%;
}

#jobApplicationPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#jobApplicationPopup .popup-content {
    background: #fff;
    padding: 30px;
    max-width: 90%;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
    overflow-y: auto;
    max-height: 90vh;
}

#jobApplicationPopup .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}


/**case-study***/
.dls-gradient-text {
    background: linear-gradient(90deg, #FFF 32.58%, #999 99.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Case Studies Category & Tag Pages Styles */

.category-page-container,
.tag-page-container {
    padding: 60px 0;
    background-color: #0a0a0a;
    color: #ffffff;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Page Header */
.page-header {
    text-align: center;
    margin-bottom: 60px;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.page-description {
    font-size: 1.2rem;
    color: #888888;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Container */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/* Case Study Cards */
.case-study-card {
    background: #111111;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #222222;
    height: 100%;
}

.case-study-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: #333333;
}

.card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Card Image */
.card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #1a1a1a;
}

.case-study-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-study-card:hover .case-study-thumb {
    transform: scale(1.05);
}

.placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: #666666;
    font-size: 2rem;
}

/* Card Content */
.card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    margin: 0 0 15px 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
}

.card-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #00a8ff;
}

.card-excerpt {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

/* Card Meta */
.card-meta {
    margin-bottom: 25px;
    padding-top: 15px;
    border-top: 1px solid #2a2a2a;
}

.post-date {
    color: #888888;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.card-categories,
.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-tag,
.tag-item {
    background: #00a8ff;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.tag-item {
    background: #ff6b6b;
}

/* Card Action */
.card-action {
    margin-top: auto;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00a8ff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 12px 0;
}

.read-more-btn:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.read-more-btn:hover .arrow-icon {
    transform: translateX(5px);
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers a,
.page-numbers span {
    display: block;
    padding: 12px 16px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid #2a2a2a;
}

.page-numbers a:hover,
.page-numbers .current {
    background: #00a8ff;
    border-color: #00a8ff;
    transform: translateY(-2px);
}

/* No Posts Found */
.no-posts-found {
    text-align: center;
    padding: 80px 20px;
    color: #888888;
}

.no-posts-found h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 2rem;
}

.back-home-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    background: #00a8ff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.back-home-btn:hover {
    background: #0088cc;
    transform: translateY(-2px);
}

/* Container layout */
.case-study-archive {
    background-color: #000;
    color: #fff;
    padding: 60px 20px;
}

.case-study-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Card Style */
.case-study-card {
    background-color: #111;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-5px);
}

/* Icon / Image */
.case-study-card .icon img,
.case-study-card .default-icon {
    max-width: 50px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    filter: brightness(0) invert(1);
}

.case-study-card .default-icon {
    font-size: 40px;
}

/* Title */
.case-study-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Excerpt */
.case-study-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 20px;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background-color: #333;
}

.dls-white-text span {
    color: #fff;
}

.dls-inside-section ul {
    padding: 10px 0 0 20px;
}

/***bdiscipline css start**/
.dls-testimonials-sec .swiper-slide::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/07/testimonials-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    vertical-align: middle;
}
.dls-tab-sections .e-n-tab-title-text {
    display: block !important;
}
.dls-tab-sections .e-n-tab-title-text p{
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}
del {
    color: #F04438;
}
/***bdiscipline css end**/


/***WP css**/
.footer-button-sec .elementor-button-link{
    cursor: pointer;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    background-color: #000;
    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;
    border-image: initial;
    padding: 12px 24px;
    border-radius: 10px;
    border-top: 1px solid var(--color-darkslategray-100);
    position: relative;
    font-size: var(--font-size-base);
    font-weight: 500;
    font-family: var(--font-poppins);
    color: var(--White);
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}
/***WP css end**/

 .linkedin-btns .elementor-button-text:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url(https://darklion.studio/wp-content/uploads/2026/04/linkedin.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dls-copyright-footer-sec a:hover {
    color: #fff;
}
.dls-before-appy-sec h3 {
    margin: 0;
}
.coming-soon {
    font-size: 12px;
    color: #888;
    margin-left: 5px;
}
/***home animation css start***/
.dls-animation-sec {
    position: relative;
    width: 100% !important; 
    height: 30vh !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
     margin-left: 10px;
  }

  .dls-animation-sec .spline-wrap {
    position: relative;
    width: 60vh;
    height: 60vh;
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }

  .dls-animation-sec spline-viewer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    --spline-viewer-background: transparent;
  }

  .dls-animation-sec spline-viewer::part(logo) {
    display: none;
  }

  /* Overlay shifted UP to match brain's actual position */
  .dls-animation-sec .overlay {
    position: absolute;
    top: 51.2%;
    left: 46.2%;
    transform: translate(-50%, calc(-50% - 8%));
    z-index: 2;
    pointer-events: none;
  }

  .dls-animation-sec .overlay img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
  }
  /* .elementor-element-71d58673, .elementor-element-599e48b3 {
    margin-top: -110px;
} */
/***home animation css end**/


/* Large desktop — 1500px to 1799px */
@media (min-width: 1580px) and (max-width: 1799px) {
  
  .dls-animation-sec .overlay img {
    width: 100px !important;
    height: 100px !important;
  }
}

/* Extra large desktop — 1800px to 2100px */
@media (min-width: 1800px) and (max-width: 2100px) {

  .dls-animation-sec .overlay img {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 768px) {

  .dls-menu-card {
    padding: 12px;
    gap: 10px;
  }

  .dls-menu-card-icon img {
    width: 36px;
    height: 36px;
  }

  .dls-menu-card-title {
    font-size: 14px;
  }

  .dls-menu-card-desc {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
    
     .dls-animation-sec .overlay img {
        width: 70px;
        height: 70px; 
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .dls-animation-sec .overlay { 
        left: 46%; 
    }
     .dls-animation-sec .overlay img {
        width: 70px;
        height: 70px; 
    }
}
@media (min-width: 480px) and (max-width: 768px) {

  .dls-animation-sec .overlay img {
    width: 70px !important;
    height: 70px !important; 
  }
}
@media (max-width: 480px) {
    .dls-animation-sec .spline-wrap {
      width: 80vw;
      height: 80vw;
    }
    .dls-animation-sec .overlay img {
      width: 50px;
      height: 50px;
    }
    .dls-animation-sec { 
        margin-left: 10px;
    }
  }