.logo {
    width: 50px;
    height: 40px;
}

/* Styled status tags / posted recently badges on job cards */
.career-card .d-flex.justify-content-between.align-items-center.mb-2 span:last-child {
    background-color: #fff8e1 !important;
    color: #b78103 !important;
    font-weight: 700;
    font-size: 11.5px;
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid #ffeeba;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* 
Home Page
*/
a.welcome6-btn {
    margin-top: 0 !important;
    line-height: 2 !important;
}

.team2-section-area .team2-parent-boxarea .team2-textarea {
    bottom: -77px !important;
}

/* Custom Large, Stylish & Responsive Modal Styling */
.sector-modal .modal-dialog {
    max-width: 750px;
}

.sector-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.sector-modal .modal-header {
    background: #0f172a;
    color: #fff;
    padding: 22px 30px;
    border-bottom: none;
}

.sector-modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
}

.sector-modal .modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.sector-modal .modal-body {
    padding: 0;
    background: #f8fafc;
}

.sector-modal-img-wrap {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #1e293b;
}

.sector-modal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sector-modal-body-content {
    padding: 35px 30px;
}

.sector-modal-body-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.sector-modal-body-content p {
    color: #475569;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.sector-features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.sector-features-list li {
    font-size: 14px;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.sector-features-list li i {
    color: #ff5e14;
}

.sector-modal-footer {
    padding: 20px 30px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .sector-features-list {
        grid-template-columns: 1fr;
    }

    .sector-modal-img-wrap {
        height: 220px;
    }

    .sector-modal-body-content {
        padding: 25px 20px;
    }
}

/* 
****** Home Page Ends *******
*/

/* 
****** Contact Page *******
 */
.branch-nav-tabs {
    border-bottom: 2px solid #eef0f4;
    display: flex;
    gap: 12px;
    margin-bottom: 35px;
}

.branch-nav-tabs .nav-link {
    border: none;
    background: #f7f8fa;
    color: #222;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.branch-nav-tabs .nav-link i {
    color: #777;
    font-size: 18px;
}

.branch-nav-tabs .nav-link.active {
    background: #ff5e14;
    color: #fff;
}

.branch-nav-tabs .nav-link.active i {
    color: #fff;
}

.branch-card-box {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.branch-badge {
    display: inline-block;
    background: #fff3ed;
    color: #ff5e14;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.branch-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.branch-meta-icon {
    width: 42px;
    height: 42px;
    background: #fdf2ec;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.branch-meta-icon img {
    width: 20px;
    height: 20px;
}

.branch-map-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef0f4;
    height: 100%;
    min-height: 420px;
}

.branch-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}

/* 
****** Contact Page Ends *******
 */

/* 
****** Careers Page *******
 */
.career-badge {
    display: inline-block;
    background: #fff3ed;
    color: #ff5e14;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.career-card {
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.career-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    border-color: #ffd8c7;
}

.career-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0 20px;
    font-size: 13.5px;
    color: #666;
}

.career-card-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.career-card-meta i {
    color: #ff5e14;
}

.career-card span[style*="color: #888"],
.career-card span[style*="color: #0d6efd"] {
    background-color: #fff8e1 !important;
    color: #b78103 !important;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid #ffeeba;
    display: inline-block;
}

.btn-view-job {
    background: transparent;
    border: 1.5px solid #ff5e14;
    color: #ff5e14;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-view-job:hover {
    background: #ff5e14;
    color: #fff;
}

/* Filter Tabs */
.job-filter-btn {
    border: 1px solid #e1e4ea;
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 30px;
    margin: 5px 4px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 14px;
}

.job-filter-btn.active,
.job-filter-btn:hover {
    background: #ff5e14;
    color: #fff;
    border-color: #ff5e14;
}

/* Modal */
.job-modal .modal-content {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.job-modal .modal-header {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: #fff;
    padding: 30px 35px 25px;
    border-bottom: none;
    position: relative;
}

.job-modal .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
    position: absolute;
    top: 25px;
    right: 25px;
}

.job-modal .modal-body {
    padding: 35px;
    color: #4a5568;
    background-color: #fff;
    line-height: 1.8;
}

.modal-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 25px;
}

.modal-meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.modal-meta-item i {
    color: #ff5e14;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.job-modal h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a202c;
    margin-top: 25px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.job-modal h5 i {
    color: #ff5e14;
    font-size: 15px;
}

.job-modal ul {
    padding-left: 0;
    list-style: none;
}

.job-modal ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 14.5px;
}

.job-modal ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #28a745;
    font-size: 13px;
}

.job-modal .modal-footer {
    border-top: 1px solid #edf2f7;
    padding: 22px 35px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-linkedin-apply {
    background: linear-gradient(135deg, #0a66c2 0%, #004182 100%);
    color: #fff !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 15px rgba(10, 102, 194, 0.3);
    transition: all 0.3s ease;
    font-size: 15px;
}

.btn-linkedin-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 102, 194, 0.4);
    background: linear-gradient(135deg, #09529b 0%, #003366 100%);
}

/* 
****** Careers Page Ends *******
 */

/* 
****** Life @ Isvat *******
 */
.culture-gallery-slider .owl-stage-outer {
    padding: 40px 0;
}

.culture-gallery-slider .owl-item {
    opacity: 0.5;
    transform: scale(0.85);
    transition: all 0.4s ease-in-out;
}

.culture-gallery-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}

.culture-slide-item {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    background: #fff;
    position: relative;
    cursor: pointer;
}

.culture-slide-item img {
    height: 380px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}

.culture-slide-item:hover img {
    transform: scale(1.03);
}

.slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

.slide-caption i {
    color: #ff5e14;
}

/* Custom Nav Arrows for Slider */
.culture-slider-wrap {
    position: relative;
}

.culture-custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: none;
    padding: 0 10px;
}

.culture-prev-btn,
.culture-next-btn {
    width: 45px;
    height: 45px;
    background: #0f172a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.culture-prev-btn:hover,
.culture-next-btn:hover {
    background: #ff5e14;
    color: #fff;
}

.culture-stat-box {
    background: #0f172a;
    color: #fff;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
}

.culture-stat-box h3 {
    color: #ff5e14;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.culture-stat-box p {
    color: #94a3b8;
    margin: 0;
    font-size: 15px;
}

.vibe-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px;
    height: 100%;
    transition: all 0.3s ease;
}

.vibe-card:hover {
    border-color: #ff5e14;
    background: #fff;
    box-shadow: 0 15px 30px rgba(255, 94, 20, 0.06);
    transform: translateY(-4px);
}

/* Fullscreen Lightbox Modal Overlay with Screen-End Arrows */
#imageModal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
}

.lightbox-content-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#modalImg {
    max-width: 80%;
    max-height: 82vh;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    object-fit: contain;
}

#closeModal {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 100000;
}

#closeModal:hover {
    color: #ff5e14;
}

.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100000;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.lightbox-nav-btn:hover {
    background: #ff5e14;
    border-color: #ff5e14;
}

#lightboxPrev {
    left: 40px;
}

#lightboxNext {
    right: 40px;
}

@media (max-width: 768px) {
    .lightbox-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    #lightboxPrev {
        left: 15px;
    }

    #lightboxNext {
        right: 15px;
    }

    #modalImg {
        max-width: 88%;
    }
}

/* 
****** Life @ Isvat Ends *******
 */