/* ---------------- GOOGLE FONT ---------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* ---------------- GLOBAL ---------------- */

*{
margin:0;
padding:0;
box-sizing:border-box;
}
header {
	height:145px;
}
html{
scroll-behavior:smooth;
}
.headerlogo {
    width: 150px;
    margin: 0 auto;
    display: table;
}
.headerlogo img {
width: 150px;
    text-align: center;
    margin: 0 auto;
}
.mobilemenu {
    display: none;
}
.bw-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 9999;
    border-bottom: 2px solid #00aeef;
}
.bw-menu nav {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
}
.bw-menu nav a {
    padding: 0 20px;
}
body{
font-family:'Montserrat', sans-serif;
font-weight:300;
line-height:1.6;
color:#444;
background:#f7fcff;
overflow-x:hidden;
}

h1,h2,h3,h4,.footerlinks a{
font-weight:700;
color:#1F3C88;
line-height:1.2;
}

h1{
font-size:72px;
}

h2{
font-size:48px;
}

a{
text-decoration:none;
transition:0.3s;
color:inherit;
}


.centre{
text-align:center;
}

.white{
color:white;
}
.large {
	font-size:26px;
}
.black{
color:#222;
}

.inner{
width:90%;
max-width:1200px;
margin:auto;
}

.medium{
font-size:22px;
line-height:1.7;
}
.footer-logo-centre img {
	width:300px;
	margin:30px auto;
}
/* ---------------- HEADER ---------------- */

.region-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    padding:15px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

/* LOGO */

#block-basic-branding{
    text-align:center;
    margin-bottom:15px;
}

#block-basic-branding img{
    width:140px;
    height:auto;
    display:block;
    margin:0 auto;
}

/* MENU */

#block-basic-main-menu .menu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    list-style:none;
    margin:0;
    padding:0;
    flex-wrap:wrap;
}

#block-basic-main-menu .menu li{
    list-style:none;
}

#block-basic-main-menu .menu a{
    display:inline-block;
    padding:14px 24px;
    font-size:17px;
    font-weight:600;
    color:#1F3C88;
    border-radius:50px;
    transition:.3s;
}

#block-basic-main-menu .menu a:hover{
    background:#00AEEF;
    color:#fff;
}

#block-basic-main-menu .menu li:last-child a{
    background:#1E3A8A;
    color:#fff;
    padding:16px 28px;
}

#block-basic-main-menu .menu li:last-child a:hover{
    background:#00AEEF;
}

/* CONTACT BUTTON */

#block-basic-main-menu .menu li:last-child a{
background:#1E3A8A;
color:white;
padding:16px 28px;
}

#block-basic-main-menu .menu li:last-child a:hover{
background:#00AEEF;
}
/* ---------------- HERO ---------------- */

.hl-back{
background:
linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
url('/sites/default/files/2026-05/ripples-swim-2.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:78vh;

display:flex;
align-items:center;
justify-content:center;

position:relative;
}

.hl-blk{
padding:120px 20px;
text-align:left;
width:100%;
}

.hl-back{
background:
linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
url('/sites/default/files/2026-05/ripples-swim-2.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

min-height:78vh;

display:flex;
align-items:center;
justify-content:center;

position:relative;
overflow:hidden;
}

.hero-wave{
position:absolute;
bottom:0;
left:0;
width:100%;
line-height:0;
}

.hero-wave svg{
display:block;
width:100%;
height:120px;
}

.hero-content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    min-height: 96vh;
    padding-top: 82px;
    padding-bottom: 130px;
    box-sizing: border-box;
}

.hero-inner{
max-width:700px;
margin-top:-40px;
}

.hero-inner h1{
font-size:68px;
line-height:1.05;
color:white;
margin-bottom:25px;
font-weight:700;
text-shadow:0 3px 15px rgba(0,0,0,.25);
}

.hero-text{
font-size:26px;
line-height:1.6;
color:white;
margin-bottom:40px;
font-weight:300;
max-width:600px;
text-shadow:0 2px 10px rgba(0,0,0,.2);
}

/* ---------------- BUTTONS ---------------- */

.hero-buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.hero-btn{
display:inline-block;
padding:18px 38px;
border-radius:50px;
font-size:19px;
font-weight:600;
transition:0.3s;
}

.hero-btn-primary{
background:#1E3A8A;
color:white;
}

.hero-btn-primary:hover{
background:#152c6b;
transform:translateY(-3px);
}

.hero-btn-secondary{
background:white;
color:#00AEEF;
}

.hero-btn-secondary:hover{
background:#f3f3f3;
transform:translateY(-3px);
}

/* ---------------- SECTIONS ---------------- */

.blk{
padding:100px 0;
text-align:center;
}

.services-section{
background:linear-gradient(180deg,#d7f2fb 0%,#ffffff 100%);
padding:80px 20px 100px;
position:relative;
overflow:hidden;
}

.services-section::before{
content:"";
position:absolute;
left:50%;
top:-120px;
transform:translateX(-50%);
width:140%;
height:180px;
background:#f7fcff;
border-radius:0 0 50% 50% / 0 0 100% 100%;
}

/* ---------------- LESSON CARDS ---------------- */

.lesson-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
width:90%;
max-width:1200px;
margin:auto;
position:relative;
z-index:2;
}

.lesson-card{
background:white;
padding:50px 35px;
border-radius:30px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.4s;
text-align:center;
}

.lesson-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,174,239,0.18);
}

.lesson-card h3{
margin-bottom:15px;
font-size:28px;
color:#00AEEF;
}

.lesson-card p{
font-size:16px;
line-height:1.6;
color:#666;
}

/* ---------------- FEATURES ---------------- */

.features-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
width:90%;
max-width:1200px;
margin:auto;
}

.feature{
padding:40px 25px;
text-align:center;
}

.feature-icon{
font-size:50px;
margin-bottom:20px;
}

.feature h3{
margin-bottom:15px;
}

/* ---------------- TEAM ---------------- */

.team-section{
background:#f0fbff;
padding:120px 20px;
}

.team-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:40px;
width:90%;
max-width:1200px;
margin:auto;
}

.team-card{
background:white;
border-radius:30px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.team-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,174,239,0.18);
}

.team-card img{
width:100%;
}

.team-info{
padding:30px;
}

.team-info h3{
margin-bottom:10px;
}

/* ---------------- CTA ---------------- */

.cta-section{
background:linear-gradient(180deg,#00AEEF 0%, #008CCF 100%);
padding:120px 20px;
text-align:center;
color:white;
}

.cta-section h2{
font-size:54px;
margin-bottom:20px;
color:white;
}

.cta-section p{
font-size:22px;
margin-bottom:40px;
}

/* ---------------- FOOTER ---------------- */

footer {
background:#ffffff;
color:#333;
padding:10px 0;
text-align:center;
}
.block-postfooter {
    background: #1e3a8a;
	color:white;
padding:10px 20px;
text-align:center;
}
.footerlinks{
width:90%;
margin:auto;
}
.jpfoot {
	margin-top:36px;
}
.jpfoot a{
	color:#1e3a8a;
	transition:0.3s;
}
.jpfoot a:hover{
	color:#34cafd;
}
.footerlinks a{
padding:0 15px;
}

.footerlinks a:hover{
color:#7fd8ff;
}


/* ---------------- RESPONSIVE ---------------- */


@media(max-width:1280px){
.bw-menu nav{
display:none;
}
header {
height: 107px;
}

.mobilemenu {
display: block;
width: 25%;
margin-top: 40px;
float: left;
font-size: 50px;
text-align: center;
}
.headerlogo {
width: 50%;
text-align: center;
margin:15px 0;
float:left;
}
}
@media (max-width: 1200px) {

    .hero-content {
        min-height: 100vh;
        padding-top: 110px;
        padding-bottom: 150px;
    }

    .hero-inner {
        margin-top: 0;
    }

    .hero-inner h1 {
        font-size: 56px;
    }

    .hero-text {
        font-size: 23px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}
@media(max-width:900px){

.hero-inner h1{
font-size:52px;
}

.hero-text{
font-size:20px;
}

.lesson-grid,
.features-grid,
.team-grid{
grid-template-columns:1fr;
}

}

/* ---------------- MOBILE ---------------- */

@media(max-width:600px){

body{
    padding-top:55px;
}

header{
    height:52px;
}

#block-basic-branding img{
    width:90px;
}

#block-basic-main-menu .menu{
    display:flex;
    flex-direction:column;
    gap:10px;
    width:100%;
    align-items:center;
}

#block-basic-main-menu .menu a{
    width:90%;
    text-align:center;
    padding:14px 20px;
    font-size:16px;
}

.hl-back{
    min-height:85vh;
}

.hl-blk{
    padding:100px 20px;
    text-align:center;
}

.hero-content{
    min-height:auto;
}

.hero-inner{
    margin-top:0;
}

.hero-inner h1{
    font-size:40px;
}

.hero-text{
    font-size:18px;
}

.hero-buttons{
    flex-direction:column;
}

.hero-btn{
    width:250px;
    text-align:center;
}

h2{
    font-size:34px;
}

}

/* ---------------- CONTACT FORM ---------------- */

.webform-submission-form{
width:90%;
max-width:620px;
margin:0 auto 60px;
padding:50px;
background:white;
border-radius:30px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.webform-submission-form label{
display:block;
margin-bottom:10px;
font-weight:600;
color:#1F3C88;
text-align:left;
}

.form-item{
margin-bottom:25px;
text-align:left;
}

.form-item input,
.form-item select,
.form-item textarea{
width:100%;
max-width:100%;
padding:16px;
border:1px solid #d8e9f2;
border-radius:14px;
background:#f8fcff;
font-size:16px;
color:#444;
}

.form-item textarea{
min-height:160px;
resize:vertical;
}

.form-item input:focus,
.form-item textarea:focus,
.form-item select:focus{
outline:none;
border-color:#00AEEF;
box-shadow:0 0 0 4px rgba(0,174,239,0.12);
}

form input.form-submit{
background:#00AEEF;
border:none;
color:white;
padding:18px 40px;
border-radius:50px;
font-size:18px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

form input.form-submit:hover{
background:#008CCF;
transform:translateY(-2px);
color:white;
}

/* FORCE LOGO SIZE */

#block-logo img {
    width: 100px !important;
    max-width: 140px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

