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

div.elementor-location-header > div{
    border: none !important;
    background: transparent !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;
    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: 8px 0 0;
    border-radius: 20px;
    color: #222;
}

.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-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;
    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: flex-start;
    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: 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 {
    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;
}

.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 {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

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 */
.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 !important;
    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(90.16deg, #fff, #999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-poppins);
    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: #999;
}

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


.jobs-single-wrapper .summary label {
    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;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 10px;
    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**/







/**media css start***/
@media (max-width: 1024px) and (min-width: 769px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .dls-testimonials-sec .elementor-testimonial {
        display: block !important;
    }
    .dls-testimonials-sec .elementor-testimonial__footer {
        margin-top: 20px;
    }
    #jobApplicationPopup .popup-content {
        padding: 20px;
        width: 95%;
    }

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

    a.job-card,
    .job-openings,
    .job-info,
    .job-details,
    .job-highlight {
        display: block;
        align-items: center;
        text-align: center;
    }

    .job-details {
        margin-bottom: 30px;
    }

    .contact-form .modal-overlay {
        padding: 10px;
    }

    .contact-form .form-row {
        flex-direction: column;
        gap: 0;
    }

    .dls-header-menu-sec .elementor-nav-menu {
        padding: 40px 30px;
    }

    .dls-header-menu-sec .sub-menu.elementor-nav-menu--dropdown {
        width: auto !important;
        margin-top: 15px;
    }

    .header-btns-building .elementor-item.elementor-item-anchor {
        width: 100%;
        border-radius: 10px !important;
        padding: 12px 24px !important;

    }

    .footer-studio ul.elementor-nav-menu.sm-vertical {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }

    .grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-title {
        font-size: 2rem;
    }

    .container {
        padding: 0 15px;
    }

    .card-content {
        padding: 20px;
    }

    .category-page-container,
    .tag-page-container {
        padding: 40px 0;
    }
}