﻿/* style.css - trimmed to selectors used by index.html */

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

@font-face {
    font-family: Gilroy;
    src: url('../fonts/Gilroy-Light.otf') format('opentype');
    font-weight: 400; font-style: normal; font-display: swap
}

html { scroll-behavior: smooth }
body { font-family: Gilroy, Arial, Helvetica, sans-serif; color: #1b194e }
a { text-decoration: none }
p { font-size: 18px }
h1, h2, h3, h4, h5, h6 { font-weight: 600 !important; color: #1b194e }

/* Container / grid */
.container { width: 100%; padding: 0 24px; margin: 0 auto }
.row { display: flex; flex-wrap: wrap }
.col-12 { flex: 0 0 100%; max-width: 100% }

/* About page gallery */
.about-gallery-section {
    margin: 0;
    background: #ffffff;
    padding: 0 0 18px
}
.about-gallery-section .carousel-inner {
    border-radius: 0;
    overflow: hidden
}
.about-gallery-section .about-gallery-image {
    width: 100%;
    height: clamp(360px, 60vw, 660px);
    object-fit: cover;
    object-position: center
}

/* Location map section */
.location-map-section {
    padding: 60px 0 70px;
    background: #f7f8fc
}
.location-map-section .section-title {
    font-size: 30px;
    margin-bottom: 8px;
    color: #4f5d75;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}
.location-map-section .map-address {
    margin-bottom: 20px;
    color: #4f5d75;
    font-size: 16px
}
.home-page .home-photo-collage {
    width: min(100%, 1344px);
    margin: 0 auto 42px;
}
.home-page .home-photo-collage-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.75fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}
.home-page .home-photo-left-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
    height: 100%;
}
.home-page .home-photo-collage-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.home-page .home-photo-card {
    position: relative;
    min-height: 260px;
    border: 2px dashed #d7d7d7;
    background: #f3f3f3 url('../img/fillerimage.PNG') center/cover no-repeat;
    overflow: hidden;
}
.home-page .home-photo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.02);
}
.home-page .photo-one,
.home-page .photo-two,
.home-page .photo-three,
.home-page .photo-four,
.home-page .photo-five {
    background-color: #f3f3f3;
    background-image: url('../img/fillerimage.PNG');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-page .home-photo-large {
    min-height: 540px;
}
.location-map-section .registration-banner {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    margin: 0 0 58px calc((100% - 100vw) / 2);
    padding: 24px 0 26px;
    border-radius: 0;
    background: #1d336f;
    border: 1px solid #e4e8f3;
    box-shadow: 0 10px 32px rgba(15, 34, 82, .1);
    text-align: left;
    transition: transform .22s ease, box-shadow .22s ease
}
.location-map-section .registration-banner-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .85fr);
    align-items: center;
    gap: 20px;
    width: min(100%, 1344px);
    margin: 0 auto;
}

@media (min-width: 768px) {
    .location-map-section .registration-banner {
        padding-left: 24px;
        padding-right: 24px;
        scrollbar-width: none;
    }

    .location-map-section .registration-banner::-webkit-scrollbar {
        display: none;
    }
}
.location-map-section .registration-banner:hover {
    box-shadow: 0 14px 28px rgba(15, 34, 82, .16)
}
.location-map-section .registration-banner-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}
.location-map-section .registration-banner-info {
    min-width: 0;
}
.location-map-section .registration-banner-icon {
    font-size: 36px;
    line-height: 1;
}
.location-map-section .registration-banner-text {
    margin: 0;
    color: #ffffff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color .25s ease
}
.location-map-section .registration-banner-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: center 36%;
    transform: scale(1.06);
    transition: transform .3s ease;
}
.location-map-section .registration-banner:hover .registration-banner-image {
    transform: scale(1);
}
.location-map-section .registration-banner-details {
    display: grid;
    grid-template-columns: minmax(100px, .55fr) minmax(120px, .65fr) minmax(0, 1.8fr);
    gap: 24px;
    padding: 16px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.location-map-section .registration-banner-details div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.location-map-section .registration-banner-details span {
    color: #b9c8e8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.location-map-section .registration-banner-details strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}
.location-map-section .registration-banner-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding: 15px 24px;
    border-radius: 10px;
    background: #10203e;
    color: #ffffff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}
.location-map-section .registration-banner-button:hover {
    background: var(--brand-purple);
    color: #ffffff;
    transform: translateX(3px)
}

@media (max-width: 767px) {
    .location-map-section .registration-banner {
        padding: 28px 16px 30px;
    }

    .location-map-section .registration-banner-inner {
        grid-template-columns: 100vw 100vw;
        gap: 0;
        width: 200vw;
        max-width: none;
        margin: 0;
    }

    .location-map-section .registration-banner-info {
        padding: 0 16px;
    }

    .location-map-section .registration-banner-details {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .location-map-section .registration-banner-image {
        box-sizing: border-box;
        padding: 0 16px;
        transform: none;
        object-fit: contain;
        background: #1d336f;
    }

}
.location-map-section .community-title {
    margin-bottom: 14px;
    font-size: 28px;
    color: #4f5d75;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase
}
.location-map-section .reviews-wrap { margin-bottom: 42px }
.location-map-section .reviews-title {
    margin-bottom: 14px;
    font-size: 24px;
    color: #4f5d75;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px
}
.location-map-section .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px
}
.location-map-section .review-card {
    min-height: 250px;
    padding: 24px 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e4e8f3;
    box-shadow: 0 10px 32px rgba(15, 34, 82, .08)
}
.location-map-section .review-stars {
    color: #f2b21b;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 14px
}
.location-map-section .review-quote {
    font-size: 17px;
    line-height: 1.65;
    color: #394b67;
    font-style: italic;
    margin-bottom: 18px
}
.location-map-section .review-author {
    display: flex;
    align-items: center;
    gap: 12px
}
.location-map-section .review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c9d7f6;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px
}
.location-map-section .review-name {
    margin: 0;
    font-size: 20px;
    color: #243454;
    line-height: 1.3
}
.location-map-section .review-meta {
    margin: 0;
    font-size: 14px;
    color: #7e8da7;
    line-height: 1.4
}
@media (max-width: 1100px) {
    .location-map-section .reviews-grid { grid-template-columns: 1fr 1fr }
}
@media (max-width: 767px) {
    .location-map-section .reviews-grid { grid-template-columns: 1fr }
    .location-map-section .review-card {
        min-height: auto;
        padding: 20px
    }
}
.location-map-section .map-card {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
    border: 1px solid #e9edf7;
    background: #fff
}
.location-map-section .map-frame {
    width: 100%;
    min-height: 420px;
    border: 0;
    display: block
}
.location-map-section .map-fallback {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    color: #555
}
.location-map-section .map-directions-link {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: #1a73e8;
    text-decoration: underline
}

/* Registration application cards */
.registration-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px
}
.registration-card {
    display: flex;
    flex-direction: column;
    padding: 34px 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e4e8f3;
    box-shadow: 0 10px 32px rgba(15, 34, 82, .08)
}
.registration-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 20px
}
.registration-icon svg { width: 26px; height: 26px }
.registration-icon-blue { background: #dceafe; color: #2f6fed }
.registration-icon-gold { background: #fbeecb; color: #b8860b }
.registration-card-title { font-size: 24px; margin-bottom: 6px; color: #243454 }
.registration-card-subtitle {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #8a93a6;
    text-transform: uppercase
}
.registration-card-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #4f5d75
}
.registration-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 26px;
    padding-top: 20px;
    border-top: 1px solid #e9edf7
}
.registration-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #7e8da7
}
.registration-meta-item svg { width: 16px; height: 16px }
.registration-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    background: #1d336f;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: transform .22s ease, box-shadow .22s ease, color .22s ease
}
.registration-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(29, 51, 111, .28);
    color: #cbb6ff
}
@media (max-width: 767px) {
    .registration-cards { grid-template-columns: 1fr }
    .registration-card { padding: 28px 24px }
}

/* Navbar */
nav.navbar {
    position: fixed; left: 0; right: 0; top: 0;
    width: 100%; z-index: 9999;
    background: #1d336f;
    border-bottom: 3px solid rgba(255,255,255,0.85);
    transition: background .4s ease, box-shadow .4s ease;
    animation: 1s slide-down
}
nav.fixed { background: #1d336f; box-shadow: 10px 10px 10px rgba(183,183,183,.13) }
nav.open  { background: #1d336f }

.navbar .navbar-collapse {
    position: relative; display: flex;
    align-items: center; justify-content: space-between
}
.navbar-nav { display: flex; align-items: center }
.navbar .navbar-nav .nav-link {
    color: #fff; font-size: 16px; font-weight: 400;
    padding: 0; letter-spacing: 1px; position: relative
}
.navbar .navbar-nav .nav-item { padding: 23px 28px 23px 0 }
.navbar .navbar_two .t_cont .nav-link { padding: 0 !important }

/* Underline hover on nav links */
.navbar .navbar_one .nav-link::after,
.navbar .navbar_two .t_cont .nav-link::after {
    content: ""; position: absolute; bottom: 0; right: 0;
    width: 0; height: 1px; background: #fff; transition: .5s
}
.navbar .navbar_one .nav-link:hover::after,
.navbar .navbar_two .t_cont .nav-link:hover::after { left: 0; width: 100% }

/* Logo circle */
.logo_div {
    position: absolute; left: 50%; top: 0;
    transform: translateX(-50%); z-index: 2;
    transition: left .9s ease-out, transform .9s ease-out, opacity .9s ease-out
}
.logo_div a {
    width: 102px; height: 102px; display: flex;
    align-items: center; justify-content: center;
    background: #1d336f; padding: 10px; border-radius: 0 0 60px 60px;
    border-bottom: 2px solid rgba(255,255,255,0.85)
}
.navbar-brand img {
    width: 80px; height: 80px; border-radius: 50%; object-fit: cover; display: block
}

/* Logo scroll animation */
.navbar.scrolled .navbar_one { transform: translateX(-125%); opacity: 0 }
.navbar.scrolled .navbar_two { transform: translateX(125%);  opacity: 0 }
.navbar.scrolled .logo_div   { left: 20px; transform: translateX(0); opacity: 1 }
.navbar_one, .navbar_two { transition: transform .9s ease-out, opacity .9s ease-out }

/* Mail icon */
.mailH_logo {
    display: flex; align-items: center; justify-content: center;
    border-radius: 100%; padding: 10px; background: #fff; transition: .6s
}
.mailH_logo svg { width: 24px; height: 24px; transition: .6s }

/* Hamburger */
.hamburger {
    position: relative; height: 37px; cursor: pointer;
    display: flex; align-items: center; justify-content: center; width: 38px
}
.inner-ham-b { height: 100%; display: flex; align-items: center }
.hamburger span { position: relative; width: 38px }
.inner-ham { width: 30px; height: 2px; background: #fff; display: block; transition: .4s }
.hamburger span.inner-ham-b:before,
.hamburger span.inner-ham-b:after {
    content: ''; display: block; height: 2px; width: 24px;
    background: #fff; position: absolute; transition: .4s
}
.hamburger span.inner-ham-b:before { top: 10px }
.hamburger span.inner-ham-b:after  { bottom: 9px }
.hamburger.close span.inner-ham { width: 0 }
.hamburger.close span.inner-ham-b:before { transform: rotate(45deg);  top: 24px }
.hamburger.close span.inner-ham-b:after  { transform: rotate(-45deg); bottom: 11px }

/* Mobile logo pill hidden on desktop */
.logo_div_mob { display: none }

/* Hero section */
.bgColor.awekan_sec {
    position: relative;
    background-image: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
                      url('../img/1titlepage.jpg');
    background-size: cover; background-position: center; background-repeat: no-repeat
}
.awekan_sec, .awekan_sec1 { height: calc(100vh - 80px) }
.awekan_sec1 {
    display: flex; align-items: center;
    justify-content: center; flex-direction: column
}
.awekan_sec1 h1 { font-family: Tahoma, sans-serif; font-size: 4.5rem }
.title-yellow  { color: #fff }
.masked-text   { color: transparent; -webkit-text-stroke: 2px #fff }
.bgColor.awekan_sec .awekan_sec1 h1 .masked-text {
    color: #fff !important; -webkit-text-stroke: 0 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.35)
}
.scroll_sec {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; position: absolute; bottom: 15%
}

/* Footer */
.bgColorBlack { background-color: #1d336f }
.footer { background: #1d336f; color: #fff; overflow: hidden }
.footer_data { padding-top: 56px; position: relative; display: flex }
.footer_data::before { display: none }
.footer_data .join_us { width: 40% }
.footer_heading { display: flex; align-items: center }
.footer_heading h2 {
    color: #fff !important; margin-bottom: 24px; transition: .3s;
    font-size: 48px; font-family: Oswald, Arial, sans-serif
}
.footer .address { margin-bottom: 24px; color: #fff; font-size: 16px }
.map-card { display: flex }
.map-card .left .title { font-weight: 400; color: #fff; margin-bottom: 32px; font-family: 'Oswald', Arial, sans-serif }
.footer_bottom { color: #fff; font-size: 14px; margin-top: 24px }

/* Animation helpers (WOW.js) */
.animated { visibility: visible; animation-fill-mode: both; animation-duration: 1s }
@keyframes fadeInUp {
    0%  { opacity: 0; transform: translate3d(0,100%,0) }
    to  { opacity: 1; transform: translateZ(0) }
}
.animate__fadeInUp { animation-name: fadeInUp }

@keyframes slide-down {
    0%   { opacity: 0; transform: translateY(-100%) }
    100% { opacity: .9; transform: translateY(0) }
}

/* SVG email icon stroke */
.cls-2 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px }