* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    scroll-behavior: smooth;
}

#about,
#activities,
#timeline,
#partners {
    scroll-margin-top: 70px;
    /* adjust 20–50px as needed */
}

.hero-content {
    position: relative;
    top: 0px;
    z-index: 1;
}

.desktop-banner {
    /* position: relative;
    top: 0px; */
    z-index: -10;
}

section.aboutUs {
    background: #000D14;
    padding: 80px;
}

.aboutUsCard_cont {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.aboutUs_text {
    padding: 20px;
}

.aboutUs_content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.aboutUs_content p span.blueText {
    font-weight: 700;
}

.aboutUs_text h2 {
    font-size: 28px;
    font-weight: 800;
    color: #000D14;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.testiInfo h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000D14;
}

.testiInfo span {
    color: #48616E;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
}

.testiImg {
    width: 300px;
    bottom: 11px;
    height: 100px;
    position: relative;
    right: 20px;
}

.testiImg img {
    position: absolute;
    width: 260px;
    height: 180px;
    object-fit: cover;
}

.aboutTesti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.greenText {
    color: #128807;
}

.blueText {
    color: #2523E7;
}

.yellowText {
    color: #FFA500;
}

.aboutUs_img {
    min-width: 500px;
}

.aboutUs_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.aboutUs {
    position: relative;
}


.aboutUs_content {
    position: relative;
    margin-top: 15px;
}

img.quoteImg {
    position: absolute;
    left: 0;
    top: -11px;
}

section.aboutUs .topFlag,
section.blueInfo .topFlag {
    position: absolute;
    left: 0;
    top: 0;
}

section.aboutUs .bottomFlag,
section.blueInfo .bottomFlag {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.showCase {
    background-color: #fff;
    position: relative;
    z-index: 1;

}

.showCase_banners {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banOne {
    background: linear-gradient(112.92deg, #000D14 -2.7%, #2C2C41 135.65%);
    color: #fff;
    border-radius: 24px;
    display: flex;
    gap: 40px;
    min-height: 300px;
}

.banContent {
    padding: 40px 0;
}

.banImg {
    position: relative;
    min-width: 285px;
}

.banImg img {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.banImg .hackyKid {
    height: 115%;
    top: -15%;
    border-radius: 24px;
}

.banContent h3 {
    font-size: 24px;
    font-weight: 700;
}

.banContent p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFFCC;
}

.banContent .viewCompetition {
    background-color: #ffffff;
    /* bright blue */
    color: #000D14;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.quizzes,
.reels {
    margin-top: 2rem;
}

.quizzes>h5,
.reels>h5 {
    font-size: 14px;
    /* font-weight: bold; */
}

.quizzes>div,
.reels>div {
    /* border: 1px solid white; */
    width: 80%;
    /* margin-top: 0.5rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.age-group {
    /* padding-right: 0.3rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quizzes .pipe,
.reels .pipe {
    height: 30px;
    width: 1px;
    border: 1px solid #fff;
}

.quizzes h6,
.reels h6 {
    color: #FFFFFFCC;
    margin: 0.5rem 0rem;
    font-size: 14px;
}

/* .quizzes>div,
.reels>div {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
} */

.quiz,
.reel {
    background-color: #ffffff;
    /* bright blue */
    color: #000D14;
    border: none;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    /* margin: 1rem 0rem 0rem 0rem; */
    width: max-content;
}


/* .banContent .viewCompetition:hover {
  background-color: #1e40af; 
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} */

.showCase_text h2 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.showCase_text p {
    font-size: 16px;
    font-weight: 400;
    color: #48616E;
}

.showCase_cont {
    display: flex;
    padding: 80px;
    gap: 60px;
}

.showCase_text {
    max-width: 400px;
}

img.scenicImg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.blueInfo {
    position: relative;
    background: linear-gradient(291.68deg, #2523E7 53.73%, #50D5FD 163.73%);
    color: #fff;
    padding: 50px 0;
}

.enroll {
    padding: 50px 0px;
    background: #000000;
    color: #FFFFFF;
}

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

.infoText h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.infoText p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.infoText .enrollHead {
    margin-top: 2rem;
    font-weight: bold;
}

/* Link Style */

.infoText .view-circular-link {
    text-decoration: underline;
    margin-top: 2rem;
    font-weight: bold;
    display: inline-block;
    /* color: #7a78ff; */
    /* font-weight: 600; */
    /* text-decoration: underline; */
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.view-circular-link:hover {
    opacity: 0.8;
}

/* Popup Overlay (hidden by default) */
.popup-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;
    overflow-y: auto;
    /* ✅ allow overlay to scroll if content is large */
    padding: 2rem 0;
}

/* Visible state */
.popup-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}

/* Popup Content */
.popup-content {
    position: relative;
    background: #111;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    width: 90vw;
    /* ✅ wider popup */
    height: 90vh;
    /* ✅ taller popup */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    /* ✅ scroll if image is taller than container */
    animation: scaleUp 0.3s ease-in-out;
}

/* Image Styling */
.popup-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    /* ✅ let it scroll vertically if needed */
    border-radius: 0.5rem;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.popup-close:hover {
    opacity: 0.7;
}

/* ✅ Modern scrollbar styling for popup only */
.popup-content::-webkit-scrollbar {
    width: 10px;
    /* scrollbar thickness */
}

.popup-content::-webkit-scrollbar-track {
    background: #1a1a1a;
    /* dark background of track */
    border-radius: 10px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: #555;
    /* main scrollbar color */
    border-radius: 10px;
    border: 2px solid #1a1a1a;
    /* creates spacing effect */
}

.popup-content::-webkit-scrollbar-thumb:hover {
    background: #888;
    /* hover color */
}

/* ✅ Firefox (modern browsers) */
.popup-content {
    scrollbar-width: thin;
    /* make it slim */
    scrollbar-color: #555 #1a1a1a;
    /* thumb color, track color */
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleUp {
    from {
        transform: scale(0.95);
        opacity: 0.8;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* .infoText .enrollText {
    margin-top: 1rem;
} */

/* form */
.form-step input {
    color: #000000;
}

.form-step {
    display: block;
}

.form-step.hidden {
    display: none;
}

.form-step .formCont {
    display: flex;
    flex-direction: column;
}

.form-step .formRow {
    display: flex;
    width: 100%;
}

.form-step .formRow>div {
    width: 50%;
}

.form-step .formRow>div:nth-child(2) {
    margin-left: 1rem;
}

/* .form-step .formColOne,
.form-step .formColTwo {
    width: 50%;
}

.form-step .formColTwo {
    margin-left: 1rem;
} */

.submitFormBtn {
    background: radial-gradient(circle, #128807 0%, #0d6b05 100%);
}

/* .step-indicator {
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: #e5e7eb;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.step-indicator.active {
    background: #2523E7;
    color: #fff;
} */

.form-input,
.form-select {
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.5rem;
    margin-top: 0.25rem;
}

.otp-input {
    width: 49%;
}

.btn {
    cursor: pointer;
}

/* .formNextBtn {
    background: #2523E7;
} */

/* Error styling for form fields */
.field-error {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced form field styling */
.form-input.border-red-500,
.form-select.border-red-500 {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* Loading state for city dropdown */
select[name="city"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Smooth transition for dropdown changes */
select[name="city"] {
    transition: opacity 0.2s ease;
}

/* Optional: Add a loading indicator */
.city-loading::after {
    content: " ⏳";
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*---------- form ends --------------*/

.partnerBox {
    border: 0.5px solid #BDC2F0;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerBox img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.logoIS img,
.techPartnerLogo img {
    /*width: 65%;*/
    width: 70%;
    margin: auto;
}

.partnersGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

section.ourPartners {
    padding: 80px;
}

.partnerSpcl_tit h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2523E7;
    position: relative;
}

.partnerSpcl_tit h4::after {
    position: absolute;
    top: 50%;
    margin-left: 15px;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #2523E7 0%, rgba(37, 35, 231, 0) 100%);
}

.partnerSpcl_tit {
    margin-bottom: 20px;
    overflow: hidden;
}

.partnerTit {
    margin-bottom: 40px;
}

.partnerTit h3 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000D14;
}

footer {
    background: #000D14;
    color: #fff;
}

.footer_cont {
    display: grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px;
}

.footTit h4 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.socialIcons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.followUs_cont p {
    font-size: 16px;
    font-weight: 500;
}

.contactUs_cont a {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    min-height: 32px;
}

.contactUs_cont {
    padding-left: 40px;
}

.footTit {
    margin-bottom: 20px;
}

.smolLetterSpa {
    letter-spacing: 5px;
}

/* this is the start of the header */

header {
    position: fixed;
    z-index: 9999;
    top: 20px;
    background: #fff;
    border-radius: 24px;
    padding: 4px 24px 4px 16px;

    width: 900px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    border: 1px solid #e3e3e3;
}

.headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.headerLinks ul li a {
    color: #43454A;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.headerLinks ul li a:hover {
    text-decoration: underline;

}

.headerLinks ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.anotherMTit h2 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 36px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}


.menu {
    position: fixed;
    top: -340px;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: top 0.3s ease;
    z-index: 1001;
    /* padding: 20px; */
}

.menu.open {
    top: 0;
}

.menu h2 {
    margin-top: 0;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin-top: 5rem;
}

.menu ul li {
    margin-bottom: 15px;
}

.menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.menu ul li a:hover {
    color: #007BFF;
}

button#hamburgerBtn {
    display: none;
}


.schoolSignupBtn {
    margin-right: 0.5rem;
    z-index: 1;
}

.schoolSignupBtn {
    /* margin: 1rem 1rem 1rem 0rem; */
    font-weight: bold;
    background: radial-gradient(circle, #128807 0%, #0d6b05 100%);
    /* bright blue */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.3rem;
}

/* this is the end of the header  */
.customTimelineArrow {
    left: -12px;
}

.customTimelineArrowReverse {
    right: -11px;
}

img.hackyBg {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 24px 0 0 24px;
}

.mobKido {
    display: none;
}

.headerTopTit {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.closeBtn svg {
    height: 25px;
    width: 25px;
    margin: 0.5rem;
    cursor: pointer;
}

#timeline {
    position: relative;
    z-index: 1;

}

#timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: -1;
}

anime-text-container {
    position: relative;
    width: 100vw;
    height: 100svh;
    padding: 2em;
    overflow: hidden;
    /* border: 10px solid red; */
}

.copy-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    border-radius: 2rem;
}

.copy-container {
    /* border: 0.15rem dashed rgb(60, 60, 60); */
    margin: 3rem 0rem;
    /* padding: 1rem 0rem; */
}

.anime-text {
    width: 60%;
}

.anime-text p {
    color: #fff;
    /* text-align: center; */
    /* margin-bottom: 2rem; */
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
}

.anime-text .word {
    display: inline-block;
    position: relative;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0.1rem 0.2rem;
    border-radius: 2rem;
    /* will-change: background-color, opacity; */
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.anime-text .word.keyword-wrapper {
    margin: 0 0.4rem 0.2rem 0.2rem;
}

.anime-text .word span {
    position: relative;
    transition: opacity 0.3s ease;
}

.anime-text .word span.keyword {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    padding: 0.1rem 0;
    color: #141414;
}

.anime-text .word span.keyword::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 1rem);
    height: calc(100% + 0.4rem);
    /* background-color: #fff; */
    border-radius: 2rem;
    z-index: -1;
}

/* .anime-text .word span.keyword.vibrant::before,
.anime-text .word span.keyword.shape::before,
.anime-text .word span.keyword.interactive::before {
    background-color: #7a78ff;
}

.anime-text .word span.keyword.living::before,
.anime-text .word span.keyword.expression::before,
.anime-text .word span.keyword.storytelling::before {
    background-color: #fe6d38;
}

.anime-text .word span.keyword.clarity::before,
.anime-text .word span.keyword.intuitive::before,
.anime-text .word span.keyword.vision::before {
    background-color: #c6fe69;
} */

.anime-text .word,
.anime-text .word span {
    opacity: 0;
}

.anime-text .keyword-group {
    display: inline;
    border-radius: 5px;
    padding: 0rem 0.4rem;
    color: #141414;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    /* width: fit-content; */
}

.logoCont {
    width: 109px;
    height: 56px;
}


@media screen and (max-width: 768px) {

    #about,
    #activities,
    #timeline,
    #partners {
        scroll-margin-top: 80px !important;
        /* adjust 20–50px as needed */
    }

    .headerLinks ul li {
        justify-content: center;
    }

    .webKido {
        display: none;
    }

    button#hamburgerBtn {
        display: block;
    }

    .headerLinks.mobile {
        display: none !important;
    }

    .schoolSignupBtn {
        display: none;
    }

    img.hackyBg {
        border-radius: 24px 24px 0 0;
    }

    .banImg .mobKido {
        top: -25px;
        border-radius: 24px;
        width: 98%;
        margin-left: 3px;
        display: block;
    }

    button#hamburgerBtn {
        display: block;
    }

    .anotherMTit {
        margin-bottom: 30px !important;
    }

    .anotherMTit h2 {
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 30px;
    }

    section#timeline {
        padding: 20px;
        overflow: hidden;
    }

    header .headerLinks {
        display: none;
    }

    header {
        width: calc(100% - 40px);
    }

    .abCyberbudhaCont {
        padding: 20px !important;
        flex-direction: column !important;
        border-radius: 0 !important;
    }

    .mobPzero {
        padding: 0 !important;
    }

    .footer_cont {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 15px;
    }

    .footTit {
        margin-bottom: 10px;
    }

    .footTit h4 {
        font-size: 20px;
    }

    .socialIcons {
        gap: 16px;
    }

    .socialIcons a {
        width: 28px;
    }

    .contactUs_cont a {
        min-height: auto;
    }

    .contactUs_cont {
        padding-left: 0;
    }

    .partnersGrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    section.ourPartners {
        padding: 20px;
    }

    .partnerTit {
        margin-bottom: 25px;
    }

    .partnerTit h3 {
        font-size: 20px;
    }

    .blueInfo {
        padding: 20px;
    }

    .infoText h2 {
        font-size: 20px;
    }

    section.aboutUs .topFlag,
    section.blueInfo .topFlag {
        width: 65px;
    }

    section.aboutUs .bottomFlag,
    section.blueInfo .bottomFlag {
        width: 60px;
    }

    section.aboutUs {
        padding: 40px 20px;
    }

    .aboutUs_img {
        min-width: 100%;
    }

    .aboutUs_img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .aboutUs_text h2 {
        font-size: 24px;
    }

    img.quoteImg {
        position: absolute;
        left: 0;
        top: -6px;
        width: 32px;
    }

    .aboutUsCard_cont {
        flex-direction: column-reverse;
    }

    .testiImg {
        position: relative;
        height: 100px;
        width: 100px;
    }

    .testiImg img {
        position: absolute;
        bottom: auto;
        top: -18px;
        object-fit: contain;
        transform: scale(2.0);

    }

    .anime-text {
        width: 100%;
    }

    .anime-text p {
        font-size: 16px;
        font-weight: 800;
    }

    .showCase_cont {
        display: flex;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .showCase_text h2 {
        font-size: 24px;
    }

    .banOne {
        flex-direction: column;
        min-height: 300px;
        gap: 0;
    }

    .banImg {
        position: relative;
        min-width: auto;
        min-height: 250px;
    }

    .banImg .hackyKid {
        height: 100%;
        top: 0;
        border-radius: 24px;
        object-fit: cover;
    }

    .banImg .hackyKid {
        height: 100%;
        width: 250px;
        left: 0;
        top: 0px;
        border-radius: 24px;
        object-fit: cover;
    }

    .banImg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banContent {
        padding: 15px;
    }

    .form-step .formCont {
        display: flex;
        flex-direction: column;
    }

    .form-step .formRow {
        display: flex;
        flex-direction: column;
        /* width: 100%; */
    }

    .form-step .formRow>div {
        width: 100%;
    }

    .form-step .formRow>div:nth-child(2) {
        margin-left: 0rem;
    }

    /* .form-step .formColOne,
    .form-step .formColTwo {
        width: 100%;
    }

    .form-step .formColTwo {
        margin-left: 0rem;
    } */

    .otp-input {
        width: 100%;
    }

    .bookOne>.boxTwo,
    .bookTwo>.boxTwo,
    .bookThree>.boxTwo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
        /* height: 90vh; */
    }

    .book .boxTwo>div:nth-child(1) {
        /* border: 2px solid red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0px;
        width: 90%;
    }

    .boxTwo>div:nth-child(1)>p {
        margin-top: 0.5rem;
        font-size: 10px;
        text-align: center;
    }

    .bookText>h2 {
        font-size: 24px;
        align-self: center;
        text-align: center;
    }

    .bookText p {
        margin-top: 0.2rem;
        font-size: 10px;
        /* font-weight: 500; */
    }

    .book .bookImg {
        width: 30%;
    }

    .book .bookText {
        width: 90%;
    }

    .purchasePaperBack {
        margin: 0.5rem 0rem 0.5rem 0rem;
        padding: 6px 12px;
        font-size: 10px;
    }

    /* .bookBtn{
    align-self: center;
} */
}

@media screen and (max-width: 576px) {

    .logoIS,
    .techPartnerLogo {
        padding: 25px 15px;
        /* width: 100%; */
        /* height: 75%; */
    }
}

@media screen and (max-width: 430px) {

    .logoIS,
    .techPartnerLogo {
        padding: 30px 15px;
        /* width: 100%; */
        /* height: 75%; */
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    .webKido {
        display: none;
    }

    img.hackyBg {
        border-radius: 24px 24px 0 0;
    }

    .banImg .mobKido {
        top: -25px;
        border-radius: 24px;
        width: 98%;
        margin-left: 3px;
        display: block;
    }

    button#hamburgerBtn {
        display: none;
    }

    .anotherMTit {
        margin-bottom: 40px !important;
    }

    .anotherMTit h2 {
        font-size: 28px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 36px;
    }

    section#timeline {
        padding: 30px;
        overflow: hidden;
    }

    .anime-text {
        width: 90%;
    }

    .anime-text p {
        font-size: 1.25rem;
    }

    .anime-text .word {
        margin-right: 0.1rem;
        margin-bottom: 0.15rem;
        padding: 0.1rem 0.2rem;
    }

    .anime-text .word.keyword-wrapper {
        margin: 0 0.2rem 0.1rem 0.1rem;
    }

    header .headerLinks {
        display: block;
    }

    header {
        width: calc(100% - 60px);
    }

    .abCyberbudhaCont {
        padding: 30px !important;
        flex-direction: column !important;
        border-radius: 0 !important;
    }

    .mobPzero {
        padding: 0 !important;
    }

    .footer_cont {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px;
        gap: 20px;
    }

    .footTit {
        margin-bottom: 15px;
    }

    .footTit h4 {
        font-size: 22px;
    }

    .socialIcons {
        gap: 20px;
    }

    .socialIcons a {
        width: 30px;
    }

    .contactUs_cont a {
        min-height: auto;
    }

    .contactUs_cont {
        padding-left: 0;
    }

    .partnersGrid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    section.ourPartners {
        padding: 30px;
    }

    .partnerTit {
        margin-bottom: 30px;
    }

    .partnerTit h3 {
        font-size: 24px;
    }

    .blueInfo {
        padding: 30px;
    }

    .infoText h2 {
        font-size: 24px;
    }

    section.aboutUs .topFlag,
    section.blueInfo .topFlag {
        width: 75px;
    }

    section.aboutUs .bottomFlag,
    section.blueInfo .bottomFlag {
        width: 70px;
    }

    section.aboutUs {
        padding: 60px 30px;
    }

    .aboutUs_img {
        min-width: 100%;
    }

    .aboutUs_img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .aboutUs_text h2 {
        font-size: 28px;
    }

    img.quoteImg {
        position: absolute;
        left: 0;
        top: -6px;
        width: 36px;
    }

    .aboutUsCard_cont {
        flex-direction: column-reverse;
    }

    .testiImg {
        position: relative;
        height: 100px;
        width: 100px;
    }

    .testiImg img {
        position: absolute;
        bottom: auto;
        top: -18px;
        object-fit: contain;
        transform: scale(2.0);

    }

    .showCase_cont {
        display: flex;
        padding: 30px;
        flex-direction: column;
        gap: 30px;
    }

    .showCase_text h2 {
        font-size: 28px;
    }

    .banOne {
        flex-direction: column;
        min-height: 400px;
        gap: 0;
    }

    .banImg {
        position: relative;
        min-width: auto;
        min-height: 300px;
    }

    .banImg .hackyKid {
        height: 100%;
        top: 0;
        border-radius: 24px;
        object-fit: cover;
        width: 100%;
        left: 0;
    }

    .banImg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banContent {
        padding: 20px;
    }

    .bookOne {
        top: 50px;
    }

    .bookTwo {
        top: 80px;
    }

    .bookThree {
        top: 110px;
    }

    .bookOne>.boxTwo {
        padding: 1.5rem;
    }

    .boxTwo>div:nth-child(1)>p {
        font-size: 12px;
    }

    .bookText>h2 {
        font-size: 32px;
    }

    .bookText p {
        font-size: 12px;
    }

    .purchasePaperBack {
        margin: 0.5rem 0rem 0.5rem 0rem;
        padding: 6px 12px;
        font-size: 12px;
    }
}