.text-justify {
    text-align: justify;
}

.key-about {
    background: linear-gradient(135deg, #004896, #00c6ff);
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-about p {
    color: #ffffff;
}

.key-links {
    background: linear-gradient(135deg, #004896, #00c6ff);
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background: linear-gradient(135deg, #004896, #00c6ff);
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-main {
    font-size: 34px;
    color: #00398b;
}


.student-list {
    list-style: none;
    padding-left: 0rem !important;
}

.student-list li i {
    color: #15b5ff;
    padding-right: 20px;
}





.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.card-box {
    background: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    text-align: left;
    transition: 0.3s;
    backdrop-filter: blur(10px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
}

.card-box:hover {
    transform: translateY(-8px);
    border-color: #00c6ff;
    box-shadow: 0 10px 25px rgba(0, 198, 255, 0.2);
}

.icon-s {
    font-size: 30px;
    margin-bottom: 10px;
    color: #15b5ff;

}

.card-box h3 {
    margin: 10px 0;
    font-size: 20px;
    color: #151617;
}

.card-box ul {
    padding-left: 18px;
    color: #5e646d;
    line-height: 1.6;
}

.card-box p {
    color: #5e646d;
    line-height: 1.6;
}

.academy {
    background: #fafafa;
}


.flexible {
    list-style: none;
    padding-left: 0rem !important;
}

.flexible li i {
    color: #15b5ff;
    padding-right: 25px;
}

.flexible li {
    line-height: 2rem;
}






.grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 20px;
}

.grid-box-size {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 20px;
}

.grid-box-sec {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 20px;
}

.card-sec {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    border-top: 4px solid #004896;
}

.card-sec:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.card-sec h4 {
    margin-bottom: 10px;
    color: #004896;
    font-size: 20px;
}

.card-sec p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.card-sec ul {
    padding-left: 18px;
}

.card-sec ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
    line-height: 1.4;
}







.aca-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
}

.aca-feature-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

.aca-feature-table thead {
    background: linear-gradient(135deg, #004896, #00c6ff);
}

.aca-feature-table th {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 20px;
    text-align: left;
}

.aca-feature-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
}

.aca-feature-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.aca-feature-table tbody tr:hover {
    background: #eef7ff;
    transition: 0.3s ease;
}

.aca-feature-table tbody tr:last-child td {
    border-bottom: none;
}

.aca-feature-table td:first-child {
    font-weight: 600;
    color: #004896;
    width: 35%;
}

@media (max-width: 768px) {

    .aca-feature-table th,
    .aca-feature-table td {
        padding: 12px 15px;
        font-size: 14px;
    }
}








.grid-pad {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.card-sub {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.card-sub:hover {
    transform: translateY(-5px);
}

.card-sub h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1e3799;
}

.best-sub {
    padding-left: 20px;
}

.best-sub li {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}

.highlight {
    background: linear-gradient(135deg, #004896, #00c6ff);
    color: #fff;
}

.highlight h2,
.highlight li {
    color: #fff;
}

.aca-h {
    height: 385px;
}

.cricket {
    height: 375px;
}

.practice {
    height: 315px;
}





.academy-section {
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.info-box {
    background: #f1f6ff;
    padding: 20px;
    border-left: 5px solid #004896;
    border-radius: 10px;
    margin: 20px 0;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.cta a {
    display: inline-block;
    padding: 12px 25px;
    background: #004896;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.cta a:hover {
    background: #00306b;
}

.contact {
    font-size: 15px;
    color: #333;
    margin-top: 10px;
}

@media(max-width:768px) {
    .academy-section {
        margin: 20px;
        padding: 25px;
    }

    .cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.fac-a {
    height: 390px;
}

.defi-h {
    height: 215px;
}

.club-a {
    height: 340px;
}

.coach {
    height: 400px;
}

.spin-a {
    height: 235px;
}

.diff-h {
    height: 235px;
}

.play-a {
    height: 320px;
}

.fz-s {
    font-size: 50px;
}



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

    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .key-main {
        font-size: 22px;
        color: #00398b;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .aca-h {
        height: auto;
    }

    .cricket {
        height: auto;
    }

    .practice {
        height: auto;
    }

    .fac-a {
        height: auto;
    }

    .defi-h {
        height: auto;
    }

    .club-a {
        height: auto;
    }

    .coach {
        height: auto;
    }

    .spin-a {
        height: auto;
    }

    .diff-h {
        height: auto;
    }

    .play-a {
        height: auto;
    }

    .fz-s {
        font-size: 25px;
    }
}



.dynamic-key h2 a {
    color: black;
    font-weight: 700;
    font-size: 19px;
}

.dynamic-key h2 {
    text-align: center !important;
}