/**
 * Theme Name:          Basic Theme - APP (USE ME)
 * Template:            cleanlite
 */

/* GLOBAL */

body {
    font-family: "Inter", sans-serif;
    font-variation-settings: 'wght' 500, 'slnt' 0;
    font-size:16px;
    overflow-x:hidden;
    background: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body.has-sticky-header {
    padding-top:0 !important;
}







/* AR STYLES */

.site-main {
    padding:0 !important;
    margin-top:-30px;
}
.home .site-main {
    margin-top:0;
}
.wp-child-theme-cleanlite-child .wrap {
    max-width:1140px;
    padding:0;
}

h1 {
    font-family: new-spirit, serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px; /* 111.111% */
    text-transform: capitalize;
    margin:0 0 16px 0;
    font-family: new-spirit, serif;
}
h2 {
    font-family: new-spirit, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 128.571% */
    text-transform: capitalize;
    margin:0 0 16px 0;
}
h3 {
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 36px;
    font-style: normal;
    line-height: 44px; /* 122.222% */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin:0 0 16px 0;
}
h4 {
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin:0 0 16px 0;
}
h5 {
    font-family: inter-variable, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variation-settings: "wght" 700;
    line-height: 28px; /* 140% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin:0 0 16px 0;
}
p {
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    font-style: normal;
    line-height: 23px; /* 143.75% */
    letter-spacing: 0.8px;
    margin:0 0 16px 0;
}
.large {
    font-size: 125%;
    line-height: 139%;
}
.microtext {
    font-family: new-spirit, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}
.hr-wave {
    display:block;
    height:14px;
    width:100%;
    background-image:url(../../uploads/curved-line.png);
    background-size:cover;
    background-position: left;
    margin-bottom:16px;
}
form {
    display:grid;
    gap: 20px 16px;
    
}
form label {
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
form label.stretch {
    grid-column: 1 / -1
}

input[type="text"], input[type="email"], textarea {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background: var(--Warm-White, #FAFAFA);
    width:100%;
    margin-top:8px;
}

ul li {
    margin-bottom:8px;
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    font-style: normal;
    line-height: 23px; /* 143.75% */
    letter-spacing: 0.8px;
}

.container {
    max-width: var(--wp--style--global--wide-size);
    margin:0 auto;
}


/* NAVIGATION */
.phone-banner {
    background: #2D3236;
    padding: 8px;
    text-align: center;
    color: #fff;
}
.phone-banner p {
  text-transform: capitalize;
  margin:0;
}

.site-header {
    padding-bottom:0 !important;
}
.site-header .wrap {
    display:grid !important;
    gap: 16px !important;
    grid-template-columns: 2fr 7fr 3fr;
}

#site-navigation a {
    color: #000;
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 600;
    font-size: 12px;
    font-style: normal;
    line-height: 20px; /* 143.75% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration:none;
}
.page-id-63 #site-navigation li.page-item-63 a {
    text-decoration:underline;
}
#site-navigation li:not(.btn) a:hover {
    text-decoration:underline;
}
.main-navigation .menu {
    justify-content: flex-end;
    gap:8px;
}
.main-navigation .menu > li {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn, input[type="submit"] {
    display: inline-block;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Daylight, #F6CC4B);
    color:#000;
    transition: .25s all ease-in-out;
    font-family: "inter-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'slnt' 0;
    font-size:12px;
    border:1px solid var(--Daylight, #F6CC4B);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}
#site-navigation .btn a {
    font-size:12px;
}
a.ghost {
    background:transparent;
    border:1px solid #000;
    color:#000;
}
a.ghost:hover {
    background:#000;
    color:#fff;
}

section:not(.hero) {
    padding:80px 0;
}
section.darkbg {
    background-color:#2D3236;
    color:#fff;
}
section.yellowbg {
    background-color:#F6CC4B;
}
section.yellowbg .btn {
    background-color:#2D3236;
    color:#fff;
    margin-top:24px;
}
.custom-logo-link img {
    width:140px;
}

/* POOL NAV BAR */

.poolnav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    background-color: #fafafa;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}
.poolnav_option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .75rem .25rem;
    gap: .25rem;
    color: #000;
    text-decoration: none;
    transition: .125s all ease-in-out;
}
.poolnav_option:hover {
    background: #E7F5F8;

}
.poolnav_option_icon {
    width: 32px;
    height: 32px;
    align-items: flex-end;
    justify-content: center;
    display: flex;
}
.poolnav_option span {
    margin-bottom: 0;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

/* CONSULTATION */

.consultation {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    display:none;
}
.consultation.active {
    display:flex;
}
.form-wrapper {
    width:800px;
    background-color:#fff;
    margin:0 auto;
    padding:4rem;
    position: relative;
}
a.close {
    width:32px;
    height:32px;
    background-image: url(../../uploads/icon_close.png);
    background-size:contain;
    position:absolute;
    top:32px;
    right:32px;
}
.form-wrapper .avatar {
    width: 70px;
    height: 82px;
    background-image: url(../../uploads/AllProPools_Avatar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 4rem;
}
.form-wrapper form {
    grid-template-columns: 1fr 1fr;
}
.form-wrapper form .radio {
    grid-column-start: 1;
    grid-column-end: 3;
}
.form-wrapper form .radio .wpcf7-form-control-wrap {
    display:block;
}
.form-wrapper form .radio .wpcf7-list-item.first {
    margin-left:0 !important;
}


/* HOMEPAGE HERO */

.hero {
    width:100%;
    overflow:hidden;
    height: 624px;
}
.hero * {
    margin:0;
}

.hero-inner {
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto;
    display:grid;
    grid-template-columns:  6fr 6fr;
    position:relative;
    height: 100%;
}
.hero-left {
    height: calc(100% - 48px);
}

.hero-left, .hero-right {
    z-index:1;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-left::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -100vw;
    width:200vw;
    background: linear-gradient(306deg, #E2F5F8 -20.45%, #FFF 95.13%);
    z-index: -1;
}


/* LEFT CONTENT */

.hero-left .hero-content {
    padding-right:1.5rem;
}

.hero-left .hero-content h1 {
    margin-top:-5px;
}
.hero-left .hero-content h4 {
    margin-bottom:12px;
}
.hero-left .hero-content p {
    margin-bottom:20px;
}
.hero-left .hero-content .btn {
    margin-right:16px;
}
.hero-left .hero-content .btn:first-of-type {
    background-color:#4394E0;
    border:1px solid #4394E0;
    color:#fff;
}
.hero-left .microtext {
    margin-top:36px;
}

/* RIGHT CONTENT */
.hero-right:before {
    background-image: url(../../uploads/family-pool.png);
    background-size: cover;
    content: "";
    width: 60vw;
    height: 100%;
    position: absolute;
    background-position: center;
}

/* HOMEPAGE BODY */


.subhero {
    background-color:#58738B;
    text-align: center;
    margin-top:-30px;
    padding-top: 142px !important;
    position: relative;
}
.subhero h2 {
    color:#fff;
}
.subhero h2:before {
    content: "";
    width: 70px;
    height: 82px;
    background-image: url(../../uploads/AllProPools_Avatar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top:40px;
    left:50%;
    margin-left:-35px;
}

.benefits-wrapper {
    position: relative;
    padding:0;
    
}

.benefits-wrapper .container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.benefits-wrapper .container .col {
    display:flex;
    align-items: center;
}

.benefits-wrapper .container .col.bluegradient > div {
    padding-left:64px;
    color:#fff;
}
.benefits-wrapper .container .col.bluegradient:before {
    background: var(--Gradient---Blue, linear-gradient(220deg, #43C6E0 3.45%, #4394E0 96.55%));
    padding:84px 0 112px 0;
    color:#fff;
    content:"";
    width:50vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.benefits {
    display:grid;
    gap:16px;
    grid-template-columns: 2fr 10fr;
    margin-bottom:20px;
    padding-right:64px;
}
.benefits.first {
    grid-column:1;
    margin-top:32px;
}
.benefits h5 {
    margin:0;
    align-self: center;;
}

.row {
    display:grid;
    gap:16px;
    grid-template-columns: 1fr 1fr 1fr;
}
.container .col.two-third {
    grid-column-start: 1;
    grid-column-end: 3;
}

.container .col.full-span {
    grid-column-start: 1;
    grid-column-end: 4;
}


.pricing {
    padding:80px 0;
    text-align:center;
}
.pricing .col.full-span {
    padding: 0 16%;
}
.col.pool-options {
    display:grid;
    grid-template-columns: 1fr;
    gap:8px;
    padding:32px;
    border:1px solid #fff;
    border-radius: 36px;
    transition: .25s all ease-in-out;
    background: linear-gradient(62deg, #fff 0%, #FFF 100.03%);
}
.col.col.pool-options:hover {
    border-radius: 36px;
    border: 1px solid #43C6E0;
    background: linear-gradient(62deg, #E2F5F8 0%, #FFF 100.03%);
}
.col.pool-options * {
    margin:0;
    transition: .25s all ease-in-out;
}
.col.pool-options img {
    margin: 0 auto 24px auto;
}
.col.pool-options .discount {
    font-family: new-spirit, serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 100% */
    text-transform: capitalize;
    color:#4394E0;
}
.col.pool-options h2 {
    margin-top:-16px;
}
.col.pool-options h5 {
    margin: -8px -0;
}
.col.pool-options .compare {
    font-size: 20px;
    font-style: normal;
    font-variation-settings: "wght" 700;
    line-height: 28px; /* 140% */
    letter-spacing: 2px;
    text-transform: uppercase;
    color:#4394E0;
    margin-top: -8px;
    margin-bottom: 16px;
}
.col.pool-options .btn {
    margin-top:20px;
    opacity: 0;
}
.col.pool-options:hover .btn {
    opacity: 1;
}

.cta {
    background-image:url(../../uploads/bg_cta.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size:contain;
    padding:80px 100px;
}
.cta .btn {
    display:inline-block;
    background: #2D3236;
    color:#fff;
    margin-top:16px;
}

.faq {
    background:#2D3236;
    padding:80px 100px;
    color:#fff;
}
.faq_wrap {
    margin-top:36px;
}
.faq_wrap span {
    display:block;
    padding:32px 0 24px 0;
    border-bottom:1px solid #58738B;
}
.faq_wrap span:last-of-type {
    border-bottom:0;
}
.faq_trig {
    cursor:pointer;
    margin:0;
    font-size:20px;
    font-variation-settings: 'wght' 600, 'slnt' 0;
}
.faq_answer {
    margin:8px 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: .25s all ease-in-out;
}


/* PRICING */

.pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}

.plan {
    border: 1px solid #ccc;
    border-right:0;
    padding: 24px;
    text-align: left;
    display: grid;
    align-items: start;
}
.plan:last-of-type {
    border-right:1px solid #ccc;
}
.plan img {
    margin-bottom:16px;
}
.plan h4,
.plan h2 {
    margin:0;
}
.plan p:not(.microtext) {
    margin: 8px 0 0 0;
}
.plan ul {
  list-style: none;
  padding-left:22px;
}
.plan ul li {
    margin-bottom:8px;
}
.plan ul li:before {
  content: '✓';
  margin-left:-22px;
  margin-right:8px;
  color:#4394E0;
}
.plan .btn {
    align-self:end;
}
.table {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:0;
    margin-top:36px;
}
.table div {
    padding:4px 8px;
    border-bottom:1px solid #eaeaea;
}
.table div:nth-of-type(even) {
    border-left:1px solid #eaeaea;
}
.table div.table_header {
    background-color:#2D3236;
    color:#fff;
}

/* GIVEAWAY */

.giveaway-wrapper {
    position:relative;
}
.giveaway-wrapper > img {
    width: 570px;
    height:720px;
    max-width:100%;
    position:absolute;
    top:-10px;
    right:0;
    z-index:1;
}
.giveaway {
    width:200px;
    height:200px;
    background: url(../../uploads/giveaway-badge.png);
    background-size:cover;
    position: absolute;
    top:10px;
    left:30px;
    z-index:-1;
}
.giveaway-wrapper .giveaway-content {
    padding-left:7rem;
    color:#fff;
    width:50%;
}
.giveaway-wrapper .giveaway-content h1 {
    margin-bottom:8px;
}
.giveaway-wrapper .giveaway-content h4 span {
    color: #F6CC4B;
    display:block;
}

.giveaway-wrapper:before {
    content: "";
    position: absolute;
    inset:0;
    left:60px;
    border-radius: 254px 0 0 0;
    background: url(../../uploads/promo-bg.png);
    background-size:cover;
    z-index:-1;
}
.giveaway-wrapper .btn {
    display:inline-block;
}
.giveaway-wrapper form {
    margin-top:24px;
    grid-template-columns: 1fr 1fr;
}
.giveaway-wrapper form label a {
    color: #fff;
}
.wpcf7-form.sent label,
.wpcf7-form.sent input[type="submit"],
.wpcf7-form.sent .wpcf7-spinner {
    display:none;
}
.wpcf7-form.sent .wpcf7-response-output {
    margin:0;
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 32px 80px;
    /* background: var(--Gradient---Light-Blue, linear-gradient(62deg, #E2F5F8 0%, #FFF 100.03%)); */
    border: 0;
    color: #2D3236;
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 500;
    text-transform: uppercase;
    text-align:center;
    position: relative;
    border-radius: 16px;
    background: rgba(255, 255, 255, .2);
    border: 3px solid #F6CC4B !important;
    font-size: 18px;
    letter-spacing: 2px;
    color:#fff;
}
.wpcf7-form.sent .wpcf7-response-output:before {
    content: "";
    display: block;
    width: 84px;
    height: 84px;
    background-image: url(../../uploads/icon_success.svg);
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* TESTIMONIAL */

.testimonials {
    background-color:#58738B;
    color:#fff;
    padding:0 !important;
}
.testimonials .row {
    grid-template-columns: 1fr 2fr;
}
.testimonials .row .test-image img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.testimonials .row .test-text {
    max-width:80%;
    display:flex;
    align-items: center;
    padding-left:32px;
}


/* IN GROUND POOLS */

section.bluegradient {
    background: var(--Gradient---Blue, linear-gradient(220deg, #43C6E0 3.45%, #4394E0 96.55%));
    color:#fff;
}




.site-footer,
.site-footer p {
    margin:0 !important;
}
.site-footer .wrap {
    display:grid;
    grid-template-columns: 1fr 1fr;
}
.site-footer .footer-menu {
    text-align:right;
}
.site-footer .footer-menu a {
    color:#2D3236;
    font-family: inter-variable, sans-serif;
    font-variation-settings: "wght" 600;
    font-size: 16px;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
}
.site-footer .footer-menu a:hover{
    text-decoration: underline;
}


/* MOBILE MENUS */
.menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    margin:0 !important;
}
.menu-toggle .menu-icon { margin-right: 0px !important; }
.menu-toggle .menu-text {display:none !important;}


@media (min-width: 769px) {
    .main-navigation .menu > li {
        margin-right: 0px !important;
    }
    .main-navigation .menu {
        gap: 12px !important;
    }
}


@media (max-width: 1024px) {
    .hero {
        height:auto;
    }
    .hero-inner {
        grid-template-columns: 12fr;
        background: linear-gradient(306deg, #E2F5F8 -20.45%, #FFF 95.13%);
    }
    .hero-left, .hero-right {
        height:auto;
        padding:2rem;
    }
    .hero-left:before {
        background:transparent;
    }
}


@media (max-width: 1024px) {
    .site-header .wrap {
        flex-direction: column;
        align-items: flex-start;
        grid-template-columns: 2fr 10fr;
        margin:0 32px;
    }
    .site-header .btn.con_trig {
        display:none;
    }
    .menu-toggle {
        display: flex;
        align-items: center;
        width: auto !important;
        justify-content: center;
        margin-top: 10px;
    }
    .main-navigation {
        display:flex !important;
        justify-content: end !important;
    }
    .main-navigation .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #f9f9f9;
        margin-top: 10px;
        padding: 0;
        border-radius: 4px;
    }
    #primary-menu.toggled-on { 
        display: flex !important; 
        flex-direction: column;
        width: 100%;
        position: absolute;
        left: 0;
        padding: 0;
        top: 77px;
        background-color: #2D3236;
        gap:0 !important;
    }
     #primary-menu.toggled-on li {
        display:block;
        width:100%;
        text-align: center;
     }
    #primary-menu.toggled-on a {
        color:#fff !important;
        display:block;
        padding: 24px 0;
        font-size: 21px;
    }
    #primary-menu.toggled-on a:hover {
        color:#fff;
    }
    .main-navigation .menu li {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }
    .main-navigation .menu a {
        padding: 12px 15px;
    }
    /* Stack submenus vertically on mobile */
    .main-navigation .menu ul {
        display: block; 
        position: static;
        box-shadow: none;
        border: none;
        background-color: transparent;
        padding: 0;
    }
    .main-navigation .menu ul a {
        padding-left: 30px;
        background-color: rgba(0,0,0,0.03);
    }
    .main-navigation .menu ul ul a {
        padding-left: 45px;
        background-color: rgba(0,0,0,0.05);
    }
}







/* AI STYLES */


img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* Typography */
/* h1, h2 {
  font-family: 'New Spirit', Georgia, serif;
  font-weight: 500;
}

h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
} */

/* Utility Classes */
/* .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
} */

.text-center {
  text-align: center;
}
.care-callouts {
    display: flex;
    gap: 16px;
    align-items: center;
}

.uppercase {
  text-transform: uppercase;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

/* Gradients */
.gradient-blue {
  background: linear-gradient(220deg, #43C6E0 3.45%, #4394E0 96.55%);
}

.gradient-light-blue {
  background: linear-gradient(67deg, #E2F5F8 0%, #FFF 100.03%);
}

.gradient-warm {
  background: linear-gradient(62deg, #FAFAFA 0%, #FFF 100%);
}

/* Header */
.header {
  background: #fff;
  border-bottom: 1px solid #EAEAEA;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-family: 'New Spirit', serif;
  font-size: 28px;
  color: #2D3236;
  font-weight: 500;
}
.nav {
    display:flex;
    gap:16px;
}

.nav #primary-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style-type:none;
  margin:0;
}
.nav #primary-menu li {
    margin:0;
}

.nav a {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  transition: color 0.2s;
}

.nav a:hover {
  color: #4394E0;
}

.cta-button {
  padding: 10px 16px;
  background: #F6CC4B;
  color: #000;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  transition: background 0.2s;
}

.cta-button:hover {
  background: #F4D76B;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 1024px) {
    .nav {
        flex-direction: row-reverse;
    }
    #primary-menu {
    display: none !important;
    }

    .mobile-menu-toggle {
    display: block;
    }
}

/* Footer */
.footer {
  background: #2D3236;
  color: #fff;
  padding: 60px 24px 40px;
}

.footer-content {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 16px;
  color: #F6CC4B;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}

.btn-primary {
  background: #F6CC4B;
  color: #000;
}

.btn-primary:hover {
  background: #F4D76B;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}

.btn-outline {
  background: #fff;
  color: #4394E0;
  border: 2px solid #4394E0;
}

.btn-outline:hover {
  background: #4394E0;
  color: #fff;
}

/* Grid Layouts */
.grid {
  display: grid;
  gap: 32px;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

@media (max-width: 768px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #EAEAEA;
  transition: box-shadow 0.3s;
}

.card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 20px;
}

/* Sections */
section:not(.hero) {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.section-title {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #58738B;
  max-width: 700px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 42px;
  }
  
  .section-subtitle {
    font-size: 16px;
  }
}

/* Hero */



@media (max-width: 768px) {
  .hero {
    /* padding: 60px 0 80px; */
  }
  
  .hero h1 {
    font-size: 48px;
  }
  
  .hero p {
    font-size: 18px;
  }
}

/* Feature Icons */
.icon-circle {
  width: 80px;
  height: 80px;
  background: rgba(67, 148, 224, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-circle svg {
  width: 40px;
  height: 40px;
  stroke: #4394E0;
}

/* Process Steps */
.process-step {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.step-number {
  width: 64px;
  height: 64px;
  background: #4394E0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-number.final {
  background: #F6CC4B;
  color: #000;
}

.step-content h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
}

.step-content p {
  font-size: 16px;
  line-height: 23px;
  color: #58738B;
  margin-bottom: 16px;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Filter Buttons */
.filter-buttons {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 8px 16px;
  background: #fff;
  color: #58738B;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s;
}

.filter-btn.active {
  background: #4394E0;
  color: #fff;
  border-color: #4394E0;
}

.filter-btn:hover {
  background: #E2F5F8;
}

/* Badge */
.badge {
  display: inline-block;
  padding: 4px 12px;
  background: #F6CC4B;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
}

/* Checkmarks */
.checkmark-list {
  list-style: none;
}

.checkmark-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.checkmark-list svg {
  width: 20px;
  height: 20px;
  stroke: #4394E0;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  
  .card {
    padding: 24px;
  }
  
  .process-step {
    flex-direction: column;
  }
}

/* Dark Section */
.dark-section {
  background: #2D3236;
  color: #fff;
}

.dark-section h2,
.dark-section h3 {
  color: #fff;
}

.dark-section p {
  color: rgba(255,255,255,0.8);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

/* Pricing Table */
/* .pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(88, 115, 139, 0.2);
}

.pricing-row span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #2D3236;
}

.pricing-row span:last-child {
  font-family: 'New Spirit', serif;
  font-size: 24px;
  color: #4394E0;
 */


.filters-parts-section {
  padding: 80px 0;
  background: #fff;
}

.filters-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 768px) {
  .filters-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.filters-text h2 {
  font-family: 'New Spirit', serif;
  font-size: 56px;
  line-height: 1.1;
  color: #2D3236;
  margin-bottom: 24px;
}

.divider {
  height: 1px;
  background: #EAEAEA;
  margin: 24px 0;
}

.filters-text p {
  font-size: 16px;
  line-height: 23px;
  color: #58738B;
}

.filters-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.filters-image img {
  width: 100%;
  height: auto;
  display: block;
}

.cleaning-tools-section {
  padding: 80px 0;
  background: linear-gradient(62deg, #E2F5F8 0%, #FFF 100.03%);
}

.cleaning-tools-section h3 {
  font-size: 36px;
  color: #2D3236;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-align: center;
  margin-bottom: 48px;
}

.tools-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -24px;
  padding: 0 24px 16px;
}

.tools-grid {
  display: flex;
  gap: 24px;
  min-width: min-content;
}

@media (min-width: 768px) {
  .tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-width: 0;
  }
}

.tool-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  min-width: 280px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .tool-card {
    min-width: 0;
  }
}

.tool-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(67, 148, 224, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.tool-icon svg {
  width: 28px;
  height: 28px;
  stroke: #4394E0;
}

.tool-card h5 {
  font-size: 20px;
  color: #2D3236;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.tool-card p {
  font-size: 16px;
  line-height: 23px;
  color: #58738B;
}

.standardization-section {
  padding: 80px 0;
  background: #2D3236;
}

.standardization-section h3 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-align: center;
  margin-bottom: 48px;
}


.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  text-align: center;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.benefit-icon svg {
  width: 24px;
  height: 24px;
  stroke: #4394E0;
  stroke-width: 2.5;
}

.benefit-card h4 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 12px;
}

.benefit-card p {
  font-size: 16px;
  line-height: 23px;
  color: rgba(255,255,255,0.9);
}

.help-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.help-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.help-section p {
  font-family: 'New Spirit', serif;
  font-size: 18px;
  font-style: italic;
  color: #58738B;
  margin-bottom: 32px;
}

.supplies-cta-section {
  padding: 80px 0 100px;
  background: linear-gradient(220deg, #43C6E0 3.45%, #4394E0 96.55%);
  text-align: center;
}

.supplies-cta-section h2 {
  font-family: 'New Spirit', serif;
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
}
.supplies-cta-section p {
    color:#fff;
    margin-top:-8px;
    margin-bottom:16px;
}

@media (max-width: 768px) {
  .supplies-hero h1 {
    font-size: 48px;
  }
  
  .supplies-hero p {
    font-size: 18px;
  }
  
  .filters-text h2 {
    font-size: 42px;
  }
  
  .cleaning-tools-section h3,
  .standardization-section h3 {
    font-size: 28px;
  }
  
  .benefit-card h4 {
    font-size: 28px;
  }
  
  .supplies-cta-section h2 {
    font-size: 42px;
  }
}


/* Accessories Page Specific */
.accessories-hero {
  padding: 80px 0 128px;
  background: linear-gradient(220deg, #43C6E0 3.45%, #4394E0 96.55%);
  position: relative;
}

.accessories-hero h1 {
  font-family: 'New Spirit', serif;
  font-size: 72px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
}

.accessories-hero p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255,255,255,0.9);
  max-width: 800px;
  margin-bottom: 40px;
}

.water-features-section {
  padding: 80px 0;
  background: #fff;
}

.water-features-section h2 {
  font-family: 'New Spirit', serif;
  font-size: 56px;
  line-height: 1.1;
  color: #2D3236;
  margin-bottom: 16px;
}

.water-features-section .section-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #58738B;
  max-width: 800px;
  margin: 0 auto 64px;
}

.feature-card {
  position: relative;
  background: linear-gradient(to bottom right, #E2F5F8, #fff);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid rgba(67, 198, 224, 0.2);
}

.popular-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #F6CC4B;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  color: #4394E0;
  margin-bottom: 24px;
}

.feature-card h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2D3236;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 16px;
  line-height: 23px;
  color: #58738B;
  margin-bottom: 24px;
}

.feature-price {
  font-family: 'New Spirit', serif;
  font-size: 36px;
  line-height: 1;
  color: #2D3236;
  margin-bottom: 4px;
}

.price-note {
  font-size: 12px;
  color: #58738B;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
}

.lighting-section {
  padding: 80px 0;
  background: #2D3236;
  position: relative;
  overflow: hidden;
}

.lighting-glow {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}

.lighting-glow-left {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 384px;
  height: 384px;
  background: #4394E0;
  border-radius: 50%;
  filter: blur(120px);
}

.lighting-glow-right {
  position: absolute;
  bottom: 25%;
  right: 25%;
  width: 384px;
  height: 384px;
  background: #43C6E0;
  border-radius: 50%;
  filter: blur(120px);
}

.lighting-content {
  position: relative;
  z-index: 10;
}

.lighting-section h2 {
  font-family: 'New Spirit', serif;
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 16px;
}

.lighting-section .section-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255,255,255,0.8);
  max-width: 800px;
  margin: 0 auto 64px;
}

.lighting-feature {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lighting-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(67, 148, 224, 0.2);
  border-radius: 50%;
}

.lighting-icon {
  width: 32px;
  height: 32px;
  color: #43C6E0;
}

.lighting-feature h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
}

.lighting-feature p {
  font-size: 16px;
  line-height: 23px;
  color: rgba(255,255,255,0.8);
}

.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.bullet-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bullet-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F6CC4B;
  flex-shrink: 0;
}

.bullet-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

.lighting-price {
  padding-top: 16px;
}

.lighting-price .feature-price {
  color: #fff;
  margin-bottom: 8px;
}

.lighting-price .price-note {
  color: rgba(255,255,255,0.6);
}

.entry-lounging-section {
  padding: 80px 0;
  background: linear-gradient(62deg, #FAFAFA 0%, #FFF 100%);
}

.entry-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #EAEAEA;
}

.entry-card h3 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #2D3236;
  margin-bottom: 16px;
}

.entry-card > p {
  font-size: 16px;
  line-height: 23px;
  color: #58738B;
  margin-bottom: 24px;
}

.entry-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.entry-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.entry-feature-item svg {
  width: 20px;
  height: 20px;
  color: #4394E0;
  flex-shrink: 0;
  margin-top: 2px;
}

.entry-feature-item p {
  font-size: 14px;
  color: #2D3236;
}

.entry-note {
  font-size: 11px;
  color: #58738B;
  font-style: italic;
}

.safety-section {
  padding: 80px 0;
  background: rgba(67, 198, 224, 0.1);
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}

.safety-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.safety-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  margin: 0 auto 8px;
}

.safety-icon {
  width: 40px;
  height: 40px;
  color: #4394E0;
}

.safety-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2D3236;
}

.safety-item p {
  font-size: 14px;
  line-height: 20px;
  color: #58738B;
}

.safety-price {
  font-family: 'New Spirit', serif;
  font-size: 24px;
  color: #2D3236;
  padding-top: 8px;
}

.equipment-section {
  padding: 80px 0;
  background: #fff;
}

.equipment-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #EAEAEA;
}

.equipment-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(67, 148, 224, 0.1);
  border-radius: 50%;
  margin-bottom: 24px;
}

.equipment-icon {
  width: 32px;
  height: 32px;
  color: #4394E0;
}

.equipment-card h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2D3236;
  margin-bottom: 12px;
}

.equipment-card p {
  font-size: 14px;
  line-height: 20px;
  color: #58738B;
  margin-bottom: 24px;
}

.philosophy-section {
  padding: 80px 0;
  background: linear-gradient(67deg, #E2F5F8 0%, #FFF 100.03%);
}

.philosophy-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
}

.philosophy-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.step-number-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 4px solid #F6CC4B;
  margin: 0 auto;
}

.step-number-circle span {
  font-size: 32px;
  font-weight: 700;
  color: #2D3236;
}

.philosophy-step h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #2D3236;
}

.philosophy-step p {
  font-size: 16px;
  line-height: 23px;
  color: #58738B;
}

.accessories-cta-section {
  padding: 80px 0 96px;
  background: linear-gradient(220deg, #43C6E0 3.45%, #4394E0 96.55%);
  text-align: center;
}

.accessories-cta-section h2 {
  font-family: 'New Spirit', serif;
  font-size: 56px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
}

.accessories-cta-section p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255,255,255,0.9);
  max-width: 800px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .accessories-hero h1 {
    font-size: 48px;
  }
  
  .accessories-hero p {
    font-size: 18px;
  }
  
  .water-features-section h2,
  .lighting-section h2,
  .entry-lounging-section h2,
  .safety-section h2,
  .equipment-section h2,
  .philosophy-section h2,
  .accessories-cta-section h2 {
    font-size: 42px;
  }
  
  .lighting-feature h3 {
    font-size: 28px;
  }
  
  .entry-card h3 {
    font-size: 28px;
  }
  
  .philosophy-step h3 {
    font-size: 20px;
  }
}




/* MOBILE */

@media (max-width: 768px) {

    h1 {
        font-size: 56px;
        line-height: 64px; 

    }
    h2 {
        font-size: 42px;
        line-height: 50px; 

    }
    h3 {
        font-size: 24px;
        line-height: 36px; 
    }
    h4 {
        font-size: 21px;
        line-height: 29px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px; 
    }
    p {
        font-size: 16px;
        line-height: 23px; 
    }


  .hero {
    padding:0 !important;
  }
  .hero-left .hero-content {
    padding:0;
    margin-top:25vh;
  }
  .hero-right:before {
    top:0;
    left:0;
    height:25vh;
    width:100vw;
  }
  .hero-left .hero-content .btn:first-of-type {
    margin-bottom:16px;
  }
  .benefits-wrapper .container {
    grid-template-columns: 1fr;;
  }
  .benefits-wrapper .container {
    background: var(--Gradient---Blue, linear-gradient(220deg, #43C6E0 3.45%, #4394E0 96.55%));
    color:#fff;
    padding:4rem 2rem;
  }
  .benefits-wrapper .container .col.bluegradient:before {
    display:none;
  }
  .benefits-wrapper .container .col.bluegradient > div {
    padding-left:0;
  }
  .pricing .col.full-span {
    padding: 0 2rem;
  }
  .row {
    grid-template-columns: 1fr;
  }
  .pricing .col.pool-options {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .giveaway-wrapper:before {
    left:20px;
  }
  .giveaway-wrapper .giveaway-content {
    padding-left:4rem;
    padding-right:4rem;
    width:100%;
  }
  .giveaway-wrapper > img {
    display:none;
  }
  .testimonials .row {
    grid-template-columns: 1fr;;
  }
  .form-wrapper {
    padding: 1rem;
  }
  .form-wrapper form {
    gap:12px;
  }
  .form-wrapper form * {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .form-wrapper form h2 {
    font-size:24px;
    line-height: 24px;
  }
  .form-wrapper .avatar {
    display:none;
  }
  #site-navigation .btn {
    display:none;
  }
  .menu-toggle {
    padding:0 !important;
  }
  .menu-toggle .menu-icon {
    font-size: 32px;
    padding: 0 10px 6px 10px;
  }
}