* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

.home {
    width: 92%;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 22px;
    height: 72px;
    background: linear-gradient(135deg, #1e3a8a 0%, #1f2937 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.haha {
    display: flex;
    gap: 24px;
    align-items: center;

}

.haha a {
    color: #e5e7eb;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.haha a:hover {
    color: #fbbf24;
}

.haha a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fbbf24;
    transition: width 0.3s ease;
}

.haha a:hover::after {
    width: 100%;
}

.home-under {
    min-height: 100vh;
    color: rgba(255, 255, 255, 0.674);
    background-image: linear-gradient(200deg, #000000, rgba(0, 0, 0, 0.208), rgba(0, 0, 0, 0.214)), url(image/Country-banner1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    gap: 24px;
}

.home-under h1 {
    margin-top: 32px;
    color: white;
    font-size: 56px;
    text-align: center;
}

.home-under h1 strong {
    color: yellow;
}

.home-under p {
    width: 70%;
    color: #e5e7eb;
    font-size: 24px;
    text-align: center;
}

.card-image img {
    width: 100px;
    height: 100px;
}

/* --------------pn-value---------- */
#PN-value {
    width: 100%;
    padding: 60px 0;
}

.card-all-value {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
}

.card-all-value:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.PN-value-h1 {
    width: 95%;
    padding: 4%;
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

.card {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 32px;
}

.card-all-value {
    width: 40%;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 32px;
}

.card-sentence p {
    margin-top: 16px;
}

/* --------------canteen----------------- */
#canteen {
    width: 100%;
    padding: 80px 0;
}

.line {
    width: 90%;
    padding: 40px;
    font-size: 20px;
    display: flex;
    text-align: center;
}

.canteen-head {

   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.canteen-head h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1f2937;
}

table {
    margin-top: 16px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

th,
td {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #e5e7eb;
    padding: 18px 14px;
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

thead th {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    font-weight: 600;
    padding: 18px 14px;
    min-height: 50px;
    vertical-align: middle;
}

.foods {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.type-of-food {
    width: 90%;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;

}

.foods-image img {
    border-radius: 10px;
}

.foods-image p {
    margin-top: 16px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.foods-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
    padding: 12px;
    border-radius: 12px;
}

.foods-image:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* ---------------sport----------- */
#sport {
    width: 100%;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.sport {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sport h1 {
    padding: 16px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #1f2937;
}

.sport p {
    width: 70%;
    font-size: 20px;
    display: flex;
    text-align: center;
}

.sport-card {
    width: 80%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;

}

.sport-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    background-color: white;
    padding: 12px;
    overflow: hidden;
}

.sport-image:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.sport-image p {
    padding: 16px 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

/* -------------aerobic------------ */
#aerobic {
    width: 100%;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Aerobic-text h1{
    font-size: 40px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}
.Aerobic-text{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
}
.Aerobic-text p{
    padding: 20px;
    font-size: 20px;
}
.Aerobic-card{
    width: 80%;
}
.imege-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 0 20px;
}
.imege-aerobic{
    width: 18.75%;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
    overflow: hidden;
}
.imege-aerobic:hover{
    transform: translateY(-12px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.imege-aerobic p{
    font-size: 14px;
    margin-top: 16px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    text-align: center;
    line-height: 1.5;
}
/* ---------------contanct-------- */
#contanct-us {
    width: 100%;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
}
.top{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.top h1 {
    font-size: 40px;
    font-weight: 700;
    color: #1f2937;
}
.contanct-us{
    display: flex;
}
.Contact-text {
    width: 50%;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.Contact-text h1 {
    margin-bottom: 30px;
    font-size: 40px;
}

.Contact-text p {
    display: flex;
    text-align: start;
}

.login {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login h1 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: #1f2937;
}

form {
    margin-top: 20px;
    width: 50%;
    padding: 56px 32px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: white;
}

.name input {
    width: 42%;
    gap: 20px;
}

.name {
    display: flex;
    justify-content: space-between;
}

form input {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

form input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

form button {
    width: 50%;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.submit {
    display: flex;
    justify-content: center;
}
/* -----------------contact-item----------------------------- */
.contact-container {
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    font-family: Arial, sans-serif;
}

.contact-item {
    display: flex;
    margin-top: 10px;
    margin-left: 20px;
    align-items: flex-start;
    gap: 10px;
}

.icon {
    font-size: 18px;
}

.label {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.label-text{
    font-size: 18px;
}

/* ----------------google-map---------------- */
.google-map{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
    align-items: center;
}
.google-text{
    width: 40%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    line-height: 1.8;
}

.google-text h1{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1f2937;
}
/* ----------------footer------------ */
.footer-section {
    display: flex;
    justify-content: space-around;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    width: 100%;
    margin-top: 100px;
    padding: 60px 0;
    color: #e5e7eb;
    flex-wrap: wrap;
    font-size: 20px;
    gap: 30px;
    border-top: 1px solid #374151;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 200px;
    margin-left: 20px;
    
}

.footer-column h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fbbf24;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.a {
    color: #e5e7eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.a:hover {
    color: #fbbf24;
}
