/* banner section */

.banner {
    text-align: center;
    padding: 10px 20px;
    /* background: url(../assets/img/header-bg.jpg); */
    margin: 0 auto;
}

.banner h3 {
    font-size: 2.1rem;
    margin-bottom: 30px;
    color: #162d42;
    /* brand deep blue */
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
}

.banner .container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.banner .div {
    background-color: #162d42;
    border: 2px solid #e0e6ef;
    /* border: 2px solid #162d42; */
    /* color: #162d42; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    flex: 1 1 250px;
    max-width: 320px;
    height: 80px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.banner .div a {
    text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}



.banner .div:hover {
    color: white;
    background-color: #940404;
    border-color: #162d42;
    transform: translateY(-5px);
}


.banner .text {
    font-size: 1.5rem;
    color: #333;
    margin-top: 10px;
    font-weight: 800;
}

.banner .btn {
    margin-top: 25px;
    background-color: #162d42;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.banner .btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
}

.banner .btn:hover {
    background-color: rgb(140, 27, 25);
    transform: scale(1.05);
}


/* choose dot1 section css */

.choose-dot1 {
    /* background: linear-gradient(135deg, #0a192f, #1b263b, #0a192f); */
    background-image: url('../assets/img/UKG_\ Why\ Choose\ DOT1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 10%;
    z-index: 999;
}

.choose-dot1 h3 {
    font-size: 2.2rem;
    color: white;
    margin-bottom: 30px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.39);
}

/* Card Container */
.choose-dot1 .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Individual Card */
.choose-dot1 .card {
    width: 300px;
    height: 150px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.473);
    backdrop-filter: blur(15px);
}

.choose-dot1 .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    background-color: #e0e6ef;
}

/* Card Image */
.choose-dot1 .card .img {
    margin-bottom: 20px;
}

.choose-dot1 .card .img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
    background: rgba(0, 180, 216, 0.1);
    padding: 10px;
    transition: transform 0.3s ease;
}

.choose-dot1 .card:hover .img img {
    transform: scale(1.1);
}

/* Card Text */
.choose-dot1 .card .text p {
    font-size: 1rem;
    line-height: 1.6;
    color: black;
}

.choose-dot1 .card .text strong {
    display: block;
    color: #162d42;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.choose-dot1 .content {
    font-size: 1.5rem;
    color: white;
    margin-top: 30px;
    font-weight: 800;
}







/* mission && vision css */
.mission-vision {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    padding: 60px 8%;
    background: linear-gradient(to right, #f8fafc, #eef2f7);
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    margin: 60px auto;
    max-width: 1300px;
    flex-wrap: wrap;
}

.mission-vision .text {
    flex: 1 1 48%;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 12px;
    border: 2px solid #e0e6ef;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}



.mission-vision h3 {
    color: #162d42;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
}


.mission-vision p {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: 20px;
    padding: 0 10px;
}






/* our-services css */
.our-services {
    padding: 40px 30px;
    background: #f9f9f9;
    text-align: center;
}

.our-services h3 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #162d42;
    /* brand deep blue */
    letter-spacing: 2px;
}

/* Flex container */
.service-cards {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Individual card */
.service-card {
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 200px;
    width: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}


.service-card img {
    /* background-color: #8699dfb0; */
    width: 100%;
    height: 160px;
    object-fit: cover;
}

#ukg-logo {
    object-fit: contain;
    background-color: rgb(229, 255, 31);
    box-sizing: border-box;
    padding: 20px;
}

.service-card div {
    height: 60px;
    padding: 15px;
}

.service-card div {
    text-align: center;
    text-decoration: none;
    color: #162d42;
    font-weight: bold;
    font-size: 1rem;
    transition: color 0.3s ease;
}

/* .service-card a {
    text-align: center;
    text-decoration: none;
    color: #162d42;
    font-weight: bold;
    font-size: 1rem;
    transition: color 0.3s ease;
} */

.service-card div:hover {
    color: #C28B28;
}





/* industry css */

.Worked {
    padding: 40px 80px;
    background-color: #f8f9fa;
    /* light background for contrast */
    text-align: center;
}

.Worked h3 {
    font-size: 2rem;
    color: #162d42;
    /* brand blue */
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.industries {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    justify-items: center;
}

.industry {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    height: 180px;
    width: 100%;
    max-width: 220px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.industry img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.industry p {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.industry a {
    text-decoration: none;
}


/* companies css */

.companies {
    width: 100%;
    padding: 15px 30px;
    background-color: #f9f9f9;
    text-align: center;
    margin-bottom: 15px;
}


.companies h3 {
    font-size: 2rem;
    color: #162d42;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


.company-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.company-logos .logo {
    flex: 0 0 150px;
    height: 60px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
}

.company-logos .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.company-logos .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
}









/* ===== STATS SECTION ===== */
.stats {
    /* background: linear-gradient(135deg, #162d42, #004C9E); */
    background-color: #f9f9f9;
    color: #fff;
    padding: 40px 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 40px;
}

.stat {
    width: 100%;
    max-width: 300px;
    min-height: 100px;
    flex: 1 1 220px;
    /* background-color: rgba(255, 255, 255, 0.08); */
    background-color: white;
    border-radius: 12px;
    box-sizing: content-box;
    padding: 15px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.stat h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #C28B28;
    /* brand gold accent */
    margin-bottom: 10px;
}

.stat p {
    color: black;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* qoute section css */

.qoute {
    margin: 10px 0;
    background: linear-gradient(135deg, #0d1b2a, #1b263b, #0d1b2a);
    color: #fff;
    text-align: center;
    padding: 10px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qoute p {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.8;
    color: #e0e0e0;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 20px 40px;
}

/* Decorative quotes */
.qoute p::before,
.qoute p::after {

    position: absolute;
    font-size: 4rem;
    color: white;
    opacity: 0.2;
}

.qoute p::before {
    left: 10px;
    top: -10px;
}

.qoute p::after {

    right: 10px;
    bottom: -30px;
    color: white;
}