﻿

.main-headings {
    font-weight: 600;
    color: #111827;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
}
    .main-headings span{
        color:#000;
    }


    .top-head-section .banner1 {
        position: relative;
        width: 100%;
        height: 700px;
        background: url(https://d230lfojd95r73.cloudfront.net/Content/images/newoffice/IMG_0364.jpeg) center / cover no-repeat;
        display: flex;
        align-items: center;
        color: white;
        font-family: Arial, sans-serif;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 50px;
        border-radius: 10px;
    }

.top-head-section .overlay {
    position: absolute;
    top: 0; 
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 0%));
}

.top-head-section .content1 {
    max-width: 38%;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    left: 15px;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    background: #ffffffd4;
}

    .top-head-section .content1 h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        color: #fff;
        font-weight: 500;
    }

.top-head-section .content p {
    font-size: 1.2rem;
    line-height: 1.5;
}


.quick-facts {
    display: flex;
    gap: 20px;
}

    .quick-facts i img {
        width: 60px;
        margin-bottom: 20px;
    }


    .quick-facts div {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

        .quick-facts div p {
            font-size: 24px;
            font-weight: 600;
        }

        .quick-facts div small {
            font-size: 16px;
            font-weight: 500;
        }


.contentb {
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 10px;
    height: 200px;
    margin-bottom: 30px;
}



    .table-container {
        width: 100%;
        max-width: 100%;
        background: white;
        border-radius: 10px;
        border: 1px solid #ccc;
        overflow: hidden;
        margin-bottom: 40px;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background: #f4f4f4;
}

th, td {
    padding: 15px;
    text-align: left;
}

th {
    font-size: 16px;
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background: #f9f9f9;
}

tbody tr:nth-child(odd) {
    background: #ffffff;
}

/* Responsive Table */
        @media (max-width: 768px) {
            .table-container {
                overflow-x: auto;
            }

            table {
                width: 100%;
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }

            th, td {
                font-size: 14px;
                padding: 10px;
            }
        }

        .apply-now {
    background: #022180;
    border: 1px solid #022180;
    color: #fff;
    padding: 2px 15px;
    border-radius: 30px;
    font-size: 13px;
}

    .apply-now:hover {
        background: #fff;
        color: #022180;
        border: 1px solid #022180;
    }


.sub-title {
    font-size: 18px;
    color: #888;
    margin-bottom: 10px;
}

.culture-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.culture-item {
    flex: 1;
    min-width: 250px;
    max-width: 25%;
}

    .culture-item img {
        width: 100%;
        max-width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 30% 70% 70% 30%; /* Custom rounded corners */
    }

    .culture-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 15px 0 10px;
    }

    .culture-item p {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }

/* Responsive Design */
@media (max-width: 1024px) {
    .culture-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .culture-item {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .culture-item {
        max-width: 100%;
    }

        .culture-item img {
            max-width: 180px;
            height: 180px;
        }

    h2 {
        font-size: 28px;
    }
}


@media only screen and (max-width: 600px) {
    .top-head-section .content1 {
        position: relative;
        z-index: 2;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }
}

.form-label {
    font-weight: 500;
}
.mb-3 {
    margin-bottom: 20px;
}

.mt-3 {
    margin-top: 30px;
}



.gallery {
    margin: 3em auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 50px;
    grid-auto-flow: dense;
    grid-gap: 5px;
    margin-bottom:1rem;
}


.large, .medium, .small {
    display: flex;
    height: 100%;
    width: 100%;
    grid-column: auto / span 1;
}

.large {
    grid-row: span 8;
}

.medium {
    grid-row: span 8;
}

.small {
    grid-row: span 4;
}

.gallery img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}


.hero-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #393939;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 1rem;
}
    .hero-eyebrow::before {
        content: '';
        display: block;
        width: 40px;
        height: 0.4px;
        background: #949494;
    }
/* Hide extra images initially */
.extra-img {
    display: none;
}

/* Button right aligned */
.gallery-btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

#viewAllBtn {
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    margin:0;
}

    #viewAllBtn:hover {
        background: #000;
        color: #fff;
    }

.car-part-new-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

/* LEFT */
.car-part-new-left {
    flex: 1;
    max-width: 60%;
}

.car-part-new-heading {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    letter-spacing: -1px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.car-part-new-text {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* RIGHT */
.car-part-new-right {
    flex: 1;
    max-width: 35%;
}

/* QUOTE BOX */
.car-part-new-quote-box {
    background: #f9fafb;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e5e7eb;
    position: sticky;
    top: 100px;
}

.car-part-new-quote {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    line-height: 1.6;
    margin-bottom: 15px;
}

.car-part-new-author {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.contentb-special {
    background: #1b2a4a;
}

    .contentb-special h4 {
        color: #fff;
    }

    .contentb-special p {
        color: #fff;
    }
.section-label::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #393939;
    
}

.section-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.value-num {
   
    font-size: 22px;
    font-weight: 700;
    color: var(--gold);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 16px;
}
.cont-question-part {
    color: white;
    font-size: 22px;
}
/* RESPONSIVE */
@media only screen and (min-width: 320px) and (max-width: 650px) {
    .car-part-new-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .car-part-new-left,
    .car-part-new-right {
        max-width: 100%;
    }

    .car-part-new-quote-box {
        position: static;
    }

    .car-part-new-heading {
        font-size: 22px;
    }
    .hero-eyebrow {
       
        margin-top: 5rem;
    }
    .main-headings {
        line-height: normal;
        margin-top: 10px;
    }

    .top-head-section .banner1 {
        height: 400px;
    }


    .quick-facts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}