@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;600;700&display=swap');
:root {
    --primary: #1f2a44;
    --accent: #f4b04f;
    --text: #333;
    --light: #f7f7f7;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    line-height: 1.7;
    padding-top: 0px;
}
header {
    position: relative;
    top: 0;
    width: 100%;
    background: white;
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 1000;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.main-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 5px;
    margin-bottom: 0;
    text-align: center;
}
.hero {
    text-align: center;
    padding: 80px 20px;
    background: white;
}
.hero h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
.hero p {
    color: var(--primary);
    max-width: 600px;
    margin: auto;
}
.menu-btn {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 15px;
    height: 40px;
    border: none;
    border-radius: 8px;
    z-index: 20000;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-menu {
    position: fixed;
    top: 0;
    left: -290px;
    width: 280px;
    height: 100%;
    background: #ffffff;
    color: #333;
    padding-top: 60px;
    transition: left 0.6s ease;
    z-index: 15000;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}
.side-menu.active {
    left: 0;
}
.side-menu a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.side-menu a:hover {
    background: #f2f2f2;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 20000;
}
.language {
    position: absolute;
    top: 15px;
    right: 120px;
}
.services {
    padding: 60px 20px;
    background: #f8f9fb;
    text-align: center;
}
.service-container {
    display: flex;
    flex-Wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.service-box {
    width: 250px;
    padding: 20px;
    text-align: center;
}
.service-box img {
    width: 60px;
    margin-bottom: 10px;
}
.service-box h3 {
    margin-bottom: 10px;
}
.service-box p {
    color: var(--primary);
}
.menu-logo {
    width: 200px;
}
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.about {
    padding: 60px 20px;
    background: white;
    text-align: center;
}
.about p {
    max-width: 700px;
    margin: 10px auto;
    color: var(--primary);
    line-height: 1.6;
}
.about-preview {
    text-align: center;
    padding: 50px 20px;
}
.about-preview h1 {
    font-size: 28px;
    margin: 10px 0;
}
.about-preview p {
    max-width: 500px;
    margin: auto;
    color: var(--primary);
}
.hero-contact {
    padding: 0px 80px;
    margin-top: 10px;
    padding-top: 0px;
}
.contact-box {
    width: 100% !important;
    max-width: 900px;
    margin: 0 auto !important;
    gap: 15px;
    text-align: center;
}
.contact-box h3 {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.contact-highlight {
    width: 100%;
    background: goldenrod;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}
.stats {
    display: flex;
    justify-content: space-around;
    padding: 40px;
    background: #f5f5f5;
    text-align: center;
}
.stat-box h1{
    font-size: 30px;
}
.partners {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px;
}
.partners img {
    width: 80px;
}
.contact-box input,
.contact-box textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 45px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
.contact-box button {
    grid-column: 1 / -1;
    justify-self: center;
    background: goldenrod;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact-box button:hover {
    opacity: 0.9;
    background: #e76f51;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .contact-box {
        grid-template-columns: 1fr;
    }
    .contact-box h3 {
        font-size: 18px;
    }
    .contact-box button {
        width: 100%;
    }
}
#google_translate_element {
    margin-left: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-self: center;
    margin-right: 60px;
}
.goog-te-gadget {
    font-size: 0;
}
.goog-te-gadget select {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.about-hero {
    height: 250px;
    background: url('images/kids.PNG') center/cover no-repeat;
    position: relative;
    z-index: 1;
}
.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 50, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    pointer-events: none;
}
.about-overlay h1 {
    color: var(--primary);
    font-size: 32px;
    margin-bottom: 10px;
}
.about-overlay p {
    color: white;
    font-size: 14px;
}
.about-preview {
    padding: 40px 20px;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary);
}
h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
}
h3 {
    font-size: 20px;
    font-weight: 600;
}
p {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 500;
}
button {
    background: var(--accent);
    color: white;
    padding: 15px 30px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    opacity: 0.9;
}
section {
    padding: 10px 20px;
}
.top-contact {
    display: flex;
    justify-content: center;
    gap: 30px;
    background: #f8f8f8;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    margin-top: 20px !important;
    width: max-width;
    border-radius: 6px;
    margin: 0 auto;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}
.contact-item strong {
    font-size: 13px;
    color: #999;
}
.icon {
    font-size: 20px;
    color: #d4a24c;
}
.header-right {
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;

}
.logo {
    height: 200px;
    margin: 15px auto;
    display: block;
    margin-right: 20px;
}
.header-bottom {
    display: flex;
    justify-content: flex-start !important;
    padding-left: 20px;
}
.hero {
    position: relative;
    width: 100%;
    height: 450px;
    background: url("images/its\ good.jpg") center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.hero-content {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #1a1a1a;
}

.hero-content h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 10px 0;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #f8f9fa !important;
    text-shadow: 0px 6px 25px rgba(0,0,0,0.8);
}
.heart {
    font-size: 30px;
    width: 60px;
    height: 60px;
    background: #ff4d6d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}
.heart::before {
    content: "❤";
    color: white;
    font-size: 24px;
}
.container {
    max-width: 1100px;
    margin: auto;
}
.hero-content {
    animation: fadeslide 1s ease-out;
}
@keyframes fadeslide {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}
h2, .section-title {
    font-weight: 700;
    letter-spacing: 1px;
    color: #2f3e46;
}
.hero-content h1,
.section-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #2f2f2f;
}
.form-row input {
    flex: 1;
    min-width: 200px;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    width: auto !important;
    outline: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5)
}
.form-row {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    flex: 1;
}
.main-container {
    max-width: 1100px !;
    margin: 0 auto;
    padding: 0 20px;
}
.btn {
    position: relative;
    z-index: 10;
    display: block;
    margin: 20px auto;
}
.contact-item a {
    color: inherit;
    text-decoration: none;
}
.footer-col h3 {
    margin-bottom: 15px;
}

.footer-col p,
.footer-col li {
    font-size: 14px;
}
.footer-col ul {
    padding: 0;
    list-style: none;
}
.footer {
    background: linear-gradient(to right, #0f172a, #1e40af);
    color: white;
    padding: 60px 20px;
    margin-top: 60px;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    width: 100%;
}
.footer-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.footer-col {
    flex: 1;
}
.footer-col h3 {
    margin-bottom: 20px;
    font-weight: 700;
}
.footer-col p {
    font-size: 14px;
    line-height: 1.6;
}
.socials {
    margin: 20px 0;
}

.socials i {
    background: white;
    color: #1e40af;
    padding: 10px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}
.socials i:hover {
    transform: translateY(-3px);
}
.footer-bottom-line {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    gap: 15px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 8px;
}
.space-top {
    margin-top: 20px;
}
.footer-note {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.9;
}
.footer a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}
.footer a:hover {
    color: rgb(248, 162, 3);
}
.legal-page {
    padding: 60px 20px;
    background: #f9f9f9;
}

.legal-container {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
}

.legal-container h1 {
    margin-bottom: 10px;
}

.legal-container h3 {
    margin-top: 25px;
    color: #1e40af;
}

.legal-container p {
    line-height: 1.7;
    margin-top: 10px;
    color: #444;
}

.last-updated {
    font-size: 14px;
    color: gray;
}
.join-container {
    max-width: 900px;
    margin: auto;
    padding: 60px 20px;
}
.join-container h2 {
    margin-bottom: 20px;
}
.join-container h3 {
    margin-top: 30px;
    color: #1e40af;
}
.join-container p {
    line-height: 1.8;
    margin-top: 12px;
    color: #444;
}
.join-container ul {
    margin-top: 15px;
    padding-left: 20px;
}
.join-container ul li {
    margin-bottom: 10px;
}
.join-container ul li ul {
    margin-top: 8px;
}
.alt-section {
    background: #f9fafb;
    margin-top: 40px;
    border-radius: 8px;
}
.team-section {
    max-width: 1000px;
    margin: auto;
    padding: 60px 20px;
}
.team-section h2 {
    margin-bottom: 20px;
}
.team-row {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.team-text {
    flex: 1;
}
.team-image img {
    width: 300px;
    border-radius: 10px;
}
.alt-bg {
    background: #f9fafb;
}
.team-section ul {
    margin-top: 10px;
    padding-left: 20px;
}
.team-section ul li {
    margin-bottom: 8px;
}
.contact-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 20px;
    flex-wrap: wrap;
}
.contact-card {
    background: white;
    padding: 30px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.contact-card i {
    font-size: 30px;
    color: #1e40af;
    margin-bottom: 15px;
}
.contact-card h3 {
    margin-bottom: 10px;
}
.contact-card a {
    color: #1e40af;
    text-decoration: none;
}
.contact-note {
    text-align: center;
    padding: 20px;
    color: #555;
}
.page-header {
    background: linear-gradient(to right, #1e40af,#3b82f6);
    color: white;
    text-align: center;
    padding: 60px 20px;
}
.contact-card,
.team-card,
.team-section,
.join-container {
    transition: 0.3s ease;
}
.contact-card:hover,
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeIn 1.5s ease forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.section {
    padding: 60px 20px;
}
.team-section,
.contact-container,
.join-container {
    max-width: 1100px;
    margin: auto;
}
.team-text,
.join-container p,
.contact-note {
    max-width: 700px;
}
.team-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.team-text {
    flex: 1;
}
.team-image img {
    width: 280px;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .team-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .team-image img {
        width: 100%;
        max-width: 300px;
    }
    .contact-container {
        flex-direction: column;
        align-items: center;
    }
    .team-text,
    .join-container p,
    .contact-note {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .main-header {
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 10px 15px;
    }
    .logo {
        height: 200px;
    }
    .menu-btn {
        font-size: 18px;
    }
    .side-menu {
        width: 75%;
    }
}
.side-menu {
    left: -100% !important;
}
.side-menu.active {
    left: 0 !important;
}
@media (max-width: 768px) {
    .main-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    #google_translate_element {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}
@media (max-width: 768px) {

  .container,
  .header,
  .footer,
  .form-row {
    width: 100%;
    padding: 10px;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
  }
  .footer > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
section, div {
  max-width: 100%;
}
@media (max-width: 768px) {

  footer,
  .footer,
  .footer-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  footer div,
  .footer div,
  .footer-container div {
    width: 100% !important;
  }

}