body {
    font-family: "Poppins", sans-serif!important;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #222;
}

h1, h2, h3, h4, h5 {
    color: #003366;
}

.section {
    padding: 60px 20px;
}

.container {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.hero {
    background: url('../banner.jpg') center/cover no-repeat;
    padding: 100px 20px;
    color: white;
    text-align: center;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
}

.image-title {
    background-color: #003366;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.image-box {
    flex: 1 1 calc(25% - 15px);
    overflow: hidden;
}

.image-box img {
    width: 100%;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.image-box:hover img {
    transform: scale(1.1);
}

.preview-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preview-overlay.active {
    display: flex;
}

.preview-overlay img {
    max-width: 90%;
    max-height: 90%;
}

.dna-cards, .industries-grid, .mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.checklist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.checklist li::before {
    content: '✔';
    color: green;
    margin-right: 8px;
    font-weight: bold;
}

.checklistBottom {
    display: flex;
    flex-direction: column;
    list-style: none!important;
    padding-left: 0;
    margin-bottom: 0;
    gap: 15px;
}

.mvv-grid img {
    max-width: 100px;
    display: block;
    margin: 0 auto 10px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.btn {
    display: inline-block;
    background-color: #003366;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

 .image-grid {
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
     justify-content: space-between;
 }

.image-box {
    width: 49.7%;
    position: relative;
    text-align: center;
}

.image-title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 230px;
}
.home6 .titleHead h1 {
    font-weight: bold;
    color: #2B73C1;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 40px;

}
b, strong {
    font-weight: 700;
    color: #0f3b6b;
}
/* Responsive layout: 1 column for small screens */
@media (max-width: 576px) {
    .image-box {
        width: 100%;
    }

    .image-title {
        font-size: 14px;
    }
}
.image-title {
    background-color: #0f3b6b; /* Bootstrap Blue */
    color: #fff !important;
    font-size: 22px;
    padding: 15px 15px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.image-box {
    overflow: hidden;
    display: inline-block;
}

.image-box img {
    transition: transform 0.3s ease;
    transform-origin: center center;
    cursor: zoom-in;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.image-box:hover img {
    transform: scale(1.2);
    cursor: zoom-out;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}



.image-box img:hover {
    transform: scale(1.05);
}

.preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.preview-overlay img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px #000;
}

.preview-overlay.active {
    display: flex;
}
.image-grid {
    display: flex;
    flex-wrap: wrap;
    /* Removed gap */
}


.missionContentCol, .missionImageCol {
    padding-left: 10px;
    padding-right: 10px;
}
.home6 .tophead {
    margin-top: 20px;
    padding-left: 0;
    display: flex;
}
.paddingSection {
    padding: 40px 0;
}
.home6 p, .home8 p {
    font-family: "Poppins", sans-serif;
    color: #5a5959;
    font-size: 15px;
    line-height: normal;
}
.imageDiv img {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.home6 p, .home8 p {
    font-family: "Poppins", sans-serif;
    color: #011327 !important;
}
.home6 .singleService:hover .serviceContent p {
    color: #fff !important;
}
li{
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
}
.h5, h5 {
    font-size: 18px;
    margin-bottom: 15px;
}
.section {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.section h2 {
    color: #004080;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.section ul {
    list-style: none!important;
    padding-left: 0;
}
.section li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}
.section li::before {
    content: '\2713';
    color: #00a86b;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 600px) {
    .section {
        padding: 15px;
    }
    h1 {
        font-size: 24px;
    }
    .section h2 {
        font-size: 20px;
    }
}
b, strong {
    font-weight: 700;
    color: #004080;
}
.paddingSection1 {
    padding: 30px 0 !important;
}
.home2.bestthing-section  {
    height: auto;

    padding: 40px 0px 50px;
    background-size: cover;
    background-attachment: fixed;
    position: static;
}
@media (max-width: 480px) {
    .missionContentCol {
        margin-top: 12px;
    }
}


.mvv-section {
    background: url('../images/home6-images/service-bg-1.jpg') no-repeat center top;
    background-size: cover;
    padding: 60px 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-subtitle {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

.section-title {
    color: #004080;
    font-weight: 700;
    font-size: 28px;
}

.mvv-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.mvv-card {
    background: #fff;
    flex: 1 1 30%;
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mvv-card:hover {
    transform: translateY(-5px);
}

.mvv-icon {
    margin-bottom: 20px;
}

.mvv-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.mvv-card h3 {
    color: #002f60;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.mvv-card p,
.mvv-card ul {
    list-style: none!important;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: left;
}

.mvv-card ul {
    list-style: none!important;
    padding-left: 18px;
    margin: 0;
}

.mvv-card ul li {
    list-style: none;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .mvv-cards {
        flex-direction: column;
        align-items: center;
    }

    .mvv-card {
        flex: 1 1 100%;
    }

    .mvv-card ul {
        list-style: none;
        text-align: left;
    }
}

/* Normal state */
.mvv-card {
    background: #fff;
    color: #111;
    transition: all 0.3s ease;
}

/* Hover state — only affect hovered card */
.mvv-card:hover {
    background: #002f5f;
    color: #fff;
    transform: translateY(-4px);
}

/* Preserve text readability in hover */
.mvv-card:hover h3,
.mvv-card:hover p,
.mvv-card:hover li {
    color: #fff;
}

/* Optional: Add subtle icon shadow for contrast */
.mvv-icon img {
    transition: transform 0.3s ease;
}

.mvv-card:hover .mvv-icon img {
    transform: scale(1.05);
    filter: brightness(1.1);
}
.home6 .tophead .line{
    height: 4px;
    background: #011327;
    width: 22px;
    margin-top: -4px;
}

.card-section {
    background: #f7f9fc;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
