* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    background: url('school (2).PNG'), linear-gradient(to bottom, red, yellow);
    background-size: cover; background-attachment: fixed; min-height: 100vh;
}
.up-position-div {
    position: fixed; top: 0; left: 0; right: 0; height: 55px; z-index: 100;
    display: flex; flex-direction: row; align-items: center;
    justify-content: space-between; padding: 0 15px;
    border-color: rgba(50,117,65,0.3); border-style: solid;
    background: rgba(36,118,85,0.3); border-radius: 5px;
    backdrop-filter: blur(10px); box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.ZAFA {
    color: wheat; font-family: arial; font-size: 1.1rem;
    font-weight: bolder; text-shadow: 1px 1px 13px rgb(217,248,241); white-space: nowrap;
}
.button-div { display: flex; flex-direction: row; align-items: center; gap: 5px; }
.button {
    border: none; cursor: pointer; font-size: 1rem; font-weight: bold;
    color: #fff; background: transparent; border-radius: 5px; padding: 5px 8px;
}
.button:hover { color: wheat; }
.Registration {
    color: #fff; border: none; cursor: pointer; font-size: 0.9rem; font-weight: bold;
    border-style: solid; border-color: rgb(17,140,83); background-color: rgb(17,140,83);
    padding: 5px 10px; border-radius: 5px; margin-left: 10px; white-space: nowrap;
}
.Registration:hover { opacity: 0.7; transition: 0.3s; }
.hamburger {
    display: none; flex-direction: column; cursor: pointer;
    gap: 5px; background: transparent; border: none; padding: 5px;
}
.hamburger span { display: block; width: 25px; height: 3px; background: #fff; border-radius: 3px; }

.Our-Courses {
    margin-top: 90px; text-align: center; font-weight: bolder; font-family: arial;
    font-size: 2.2rem; color: #f0b96e; text-shadow: 1px 1px 13px rgb(164,163,117); padding: 0 15px;
}
.Explore-para {
    font-family: arial; color: rgb(220,215,215); text-align: center;
    font-weight: lighter; line-height: 1.6; margin-top: 8px; padding: 0 15px;
}
.Explore-para-2 {
    font-family: arial; color: rgb(220,215,215); text-align: center;
    font-weight: lighter; line-height: 1.6; padding: 0 15px;
}

.two-contact-divs {
    display: flex; flex-direction: row; flex-wrap: wrap;
    justify-content: center; gap: 20px; padding: 20px 15px 30px;
}
.contact-left-side-div {
    width: 100%; max-width: 420px;
    border: 1px solid rgba(50,117,65,0.3); border-radius: 18px;
    background: rgba(36,118,85,0.3); backdrop-filter: blur(10px);
    padding: 15px 15px 20px;
}
.contact-left-side-div2 {
    width: 100%; max-width: 420px;
    border: 1px solid rgba(50,117,65,0.3); border-radius: 18px;
    background: rgba(36,118,85,0.3); backdrop-filter: blur(10px);
    padding: 15px 15px 20px;
}
.cont-h3 { font-family: arial; color: #fff; text-align: center; margin-bottom: 12px; }

.name-input {
    font-family: arial; background: rgba(13,39,29,0.3);
    border: 1px solid rgb(13,101,60); border-radius: 8px;
    height: 36px; outline: none; padding-left: 10px;
    color: rgb(220,215,215); width: calc(50% - 8px); margin-bottom: 10px;
}
.name-input:first-of-type { margin-right: 8px; }
.name-input::placeholder { font-size: 15px; color: rgb(220,215,215); }

.number-input {
    font-family: arial; background: rgba(13,39,29,0.3);
    border: 1px solid rgb(13,101,60); border-radius: 8px;
    height: 36px; outline: none; padding-left: 15px;
    color: rgb(220,215,215); width: 100%; margin-bottom: 10px; display: block;
}
.number-input::placeholder { font-size: 15px; color: rgb(220,215,215); }

.message-name-input {
    font-family: arial; background: rgba(13,39,29,0.3);
    border: 1px solid rgb(13,101,60); border-radius: 8px;
    outline: none; padding: 10px 15px; color: rgb(220,215,215);
    width: 100%; min-height: 110px; resize: vertical; display: block; margin-bottom: 12px;
}
.message-name-input::placeholder { font-size: 15px; color: rgb(220,215,215); }

.send-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 21px; font-size: 16px; font-weight: 600; color: #eafff3;
    border: 1px solid rgba(255,255,255,0.2); border-radius: 8px;
    background: linear-gradient(135deg, #1db964, #159947);
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.2), 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer; transition: all 0.3s ease;
}
.send-btn svg { width: 18px; height: 18px; }
.send-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #21d15f, #17a34a);
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.3), 0 6px 16px rgba(0,0,0,0.4);
}
.send-btn:active { transform: translateY(1px); }

#formStatus { margin-top: 10px; font-family: arial; font-size: 0.8rem; }

.location-div {
    border: 1px solid rgba(50,117,65,0.3); border-radius: 12px;
    background: rgba(28,94,68,0.3); backdrop-filter: blur(10px);
    margin-bottom: 8px; padding: 5px 0;
}
.img { height: 45px; width: 45px; border: none; margin: 7px 8px 7px 10px; flex-shrink: 0; }
.small-icon-and-para { display: flex; flex-direction: row; align-items: center; }
.h4 { margin-top: 4px; color: #fff; font-weight: bolder; font-size: 0.95rem; }
.h4- { margin-top: 2px; color: rgb(220,215,215); font-weight: 400; font-size: 0.85rem; }
.h4-- { margin-top: 2px; color: rgb(220,215,215); font-weight: 400; font-size: 0.85rem; }
.paragraphs { font-family: arial; font-size: 14px; padding: 5px 0; }

.down-h3 { font-family: arial; font-weight: bolder; color: #fff; margin: 10px 0 5px 10px; }
.a { text-decoration: none; }
.whatsapp, .insta, .facebook {
    height: 47px; width: 47px; border: none; outline: none;
    background-color: transparent; padding: 2px; margin: 8px 4px 0;
    border-radius: 25px; display: inline-block;
}
.whatsapp:hover { box-shadow: 1px 1px 13px rgb(8,210,8); cursor: pointer; background-color: rgb(6,152,6); }
.insta:hover { box-shadow: 1px 1px 20px rgb(255,6,93); cursor: pointer; background-color: rgb(173,19,73); }
.facebook:hover { box-shadow: 1px 1px 20px rgb(4,68,245); cursor: pointer; }
.social-apps { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: 10px; }

@media (max-width: 768px) {
    .hamburger { display: flex; }
    .button-div {
        display: none; flex-direction: column; position: fixed;
        top: 55px; left: 0; right: 0; background: rgba(20,80,50,0.97);
        backdrop-filter: blur(10px); padding: 15px; gap: 10px;
        align-items: flex-start; z-index: 99;
    }
    .button-div.open { display: flex; }
    .button { font-size: 1.1rem; padding: 8px 10px; }
    .Registration { margin-left: 0; margin-top: 5px; width: 100%; text-align: center; }
    .Our-Courses { font-size: 1.6rem; margin-top: 75px; }
    .name-input { width: 100%; margin-right: 0; display: block; }
    .two-contact-divs { flex-direction: column; align-items: center; }
    .contact-left-side-div, .contact-left-side-div2 { max-width: 100%; }
}
