a{
    text-decoration: none;
}
/* body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

/* Brand Partners Section */
.brand-partners-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.brand-heading {
    font-weight: 700;
    color: #23234a;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.brand-logo-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin: 5px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.brand-logo-container img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    /* filter: grayscale(100%) opacity(0.7); */
    transition: all 0.3s ease;
}

.brand-logo-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.brand-logo-container:hover img {
    filter: grayscale(0%) opacity(1);
}

/* What Makes Us Section */
.what-makes-us-section {
    padding: 60px 0;
    background: #e3f0ff;
}

.wm-counter {
    font-size: 3rem;
    font-weight: 700;
    color: #1976d2;
    transition: all 0.3s ease;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.wm-text {
    font-size: 1.1rem;
    color: #23234a;
    font-weight: 500;
}

/* .counter-item {
    padding: 20px 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
}

.counter-item:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-5px);
}

.counter-item:hover .wm-counter {
    color: #0d47a1;
} */

/* Solutions Section */
.solutions-section {
    padding: 60px 0;
    background: #ffffff;
}

/* .section-heading {
    font-weight: 600;
    color: #23234a;
    text-align: left;
    padding-bottom: 0.75rem;
    font-size: 1.9rem;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #96969659;
} */

/* .solution-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.solution-card-img {
    height: 70px;
    margin-bottom: 1.5rem;
    /* filter: grayscale(100%) opacity(0.8); */
    /* transition: all 0.3s ease; */
/* } */

/* .solution-card:hover .solution-card-img { */
    /* filter: grayscale(0%) opacity(1); */
    /* transform: scale(1.1); */
/* } */

/* .solution-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #23234a;
    margin-bottom: 1rem;
} */

/* .solution-card-desc {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}  */

/* About Us Section */
.about-us-section {
    padding: 60px 0;
    background: #f8f9ff;
}

.about-image {
    max-width: 80%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(35, 35, 74, 0.15);
    padding: 15px;
    background: #ffffff;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    margin-bottom: 1.3rem;
    font-size: 1.15rem;
    color: #23234a;
    display: flex;
    align-items: flex-start;
}

.about-list i {
    color: #1976d2;
    margin-right: 12px;
    margin-top: 5px;
    flex-shrink: 0;
}

/* .job-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e3f0ff;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.job-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    transition: all 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(25, 118, 210, 0.15);
}

.job-card:hover::before {
    width: 8px;
} */

.job-title {
    color: #1a2f50;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 8px;
    line-height: 1.3;
}

.job-company {
    color: #1976d2;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.job-rating {
    color: #ffb300;
    display: inline-flex;
    align-items: center;
}

.job-reviews {
    color: #888;
    font-size: 0.9rem;
}

.job-meta {
    color: #1a2f50;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.95rem;
}

.job-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.job-qual {
    color: #23234a;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.job-qual i {
    color: #1976d2;
    margin-top: 2px;
}

/* .job-skills {
    margin-bottom: 16px;
} */

.skills-label {
    color: #1976d2;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.job-skill {
    background: #f8f9ff;
    color: #1a2f50;
    border: 1px solid #e3f0ff;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.85rem;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    transition: all 0.3s ease;
}

.job-skill:hover {
    background: #1976d2;
    color: white;
    transform: translateY(-2px);
}

/* .job-tags {
    margin-bottom: 20px;
}

.job-tag {
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    color: white !important;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.85rem !important;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    transition: all 0.3s ease;
}

.job-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(25, 118, 210, 0.3);
} */

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0px;
}

.job-date {
    color: #888;
    font-size: 0.9rem;
}

.job-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.job-apply-btn {
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.job-apply-btn:hover {
    background: linear-gradient(135deg, #42a5f5 0%, #1976d2 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(25, 118, 210, 0.3);
}

.job-save-btn {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 12px;
    color: #666;
    transition: all 0.3s ease;
}

.job-save-btn:hover {
    background: #f5f5f5;
    color: #1976d2;
    border-color: #1976d2;
}

.job-logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: contain;
    padding: 5px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.job-card:hover .job-logo {
    transform: scale(1.05);
}

/* Featured badge */
.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.latest-jobs-section {
    padding: 60px 0;
}

/* Container */
/* .contact-container {
    max-width: 1100px;
    margin: 0 auto;
} */
.contact-section {
    padding: 60px 0;
    background: #ffffff;
}

/* contact-card */
.contact-card {
    border: none;
    padding: 2rem;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Form */
.contact-section .form-label {
    font-weight: 600;
    color: #34495e;
}

.contact-section .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0.75rem;
    transition: 0.2s ease;
}

.contact-section .form-control:focus {
    border-color: #1976d2;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.15);
}

/* Button */
.btn-primary {
    background: #1976d2;
    border-radius: 25px;
    padding: 0.7rem;
    border: none;
    font-weight: 600;
}

.btn-primary:hover {
    background: #0d47a1;
}

/* Contact Sidebar */
.contact-info-header {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 0.7rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    width: 42px;
    height: 42px;
    background: #1976d2;
    border-radius: 50%;
    color: #fff;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Map */
.map-container {
    margin-top: 1.5rem;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}


.info-sections {
    padding: 60px 0;
    background: #f5f8ff;
}

.info-block {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.info-block.reverse {
    flex-direction: row-reverse;
}

.info-block.last {
    margin-bottom: 0;
}

.img-col img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.text-col {
    padding: 20px 40px;
}


.text-col p {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
}

.custom-list {
    margin-top: 10px;
    padding-left: 18px;
    list-style: none;
}

.custom-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 17px;
    color: #23234a;
}

.custom-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1976d2;
    font-size: 20px;
}

/* Animations */
.info-block {
    opacity: 0;
    transform: translateY(25px);
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-block:nth-child(1) {
    animation-delay: 0.1s;
}

.info-block:nth-child(2) {
    animation-delay: 0.2s;
}

.info-block:nth-child(3) {
    animation-delay: 0.3s;
}

.info-block:nth-child(4) {
    animation-delay: 0.4s;
}

.info-block:nth-child(5) {
    animation-delay: 0.5s;
}

.info-block:nth-child(6) {
    animation-delay: 0.6s;
}


.life-media2ai-section {
    padding: 60px 0;
    background: #f4f8ff;
    font-family: "Poppins", sans-serif;
}


/* GRID */
.life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

/* CARD */
.life-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.life-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* Images */
.life-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.4s;
}

.life-card:hover img {
    transform: scale(1.05);
}

/* Text Content */
.life-content {
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    min-height: 120px;
}

/* Responsive */
@media (max-width: 992px) {
    .life-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .life-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .info-block,
    .info-block.reverse {
        flex-direction: column;
    }

    .text-col {
        padding: 20px 10px;
    }

}

/* Responsive */
@media (max-width: 767.98px) {
    .job-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .job-title {
        font-size: 1.1rem;
    }

    .job-company,
    .job-meta,
    .job-qual,
    .job-skills,
    .job-tags,
    .job-date {
        font-size: 0.9rem;
    }

    .job-logo {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .job-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .job-actions {
        width: 100%;
        justify-content: space-between;
    }
}

/* Responsive */
@media (max-width: 768px) {

    .brand-heading,
    .section-heading {
        font-size: 2rem;
    }

    .wm-counter {
        font-size: 2.5rem;
    }

    .solution-card {
        margin-bottom: 20px;
    }

    .about-image {
        max-width: 100%;
        margin-bottom: 2rem;
    }
}