.header-menu {
    display: flex;
    height: 100%;
}

.header-nav ul.slimmenu {
    align-content: center;
}

.header-social {
    margin-right: 20px;
    display: flex;
}

.header-social i {
    color: #000;
    font-size: 25px;
	transition: 0.5s;
}
.header-social i:hover{
    color: #9C1C28;
}

.justify-content-right{
    justify-content: right;
}

.header-social a {
    padding: 0px 18px;
    position: relative;
    height: 100%;
    align-content: center;
    display: inline-block;
}

.header-social a:before {
    content: '';
    height: 25px;
    width: 1px;
    background: #00000070;
    position: absolute;
    transform: rotate(23deg);
    right: 0;
}

.header-social a:last-child:before {
    display: none;
}

#mega-menu-second_mega_menu {
    display: flex !important;
    background: #fff !important;
}

#mega-menu-second_mega_menu>li {
    width: 100% !important;
    padding-top: 23px !important;
    padding-bottom: 18px !important;
}

#mega-menu-second_mega_menu li>a {

    color: #000 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif !important;
    text-align: center !important;

}

#mega-menu-second_mega_menu li:hover>a {
    color: #fff !important;
}

#mega-menu-second_mega_menu li>a:hover {
    background: transparent !important;
}

#mega-menu-wrap-second_mega_menu #mega-menu-second_mega_menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-second_mega_menu #mega-menu-second_mega_menu>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-second_mega_menu #mega-menu-second_mega_menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: transparent !important;
}

#mega-menu-second_mega_menu>li:first-child {
    border-bottom: 8px solid #EDB42E !important;
}

#mega-menu-second_mega_menu>li:nth-child(2) {
    border-bottom: 8px solid #528F40 !important;
}

#mega-menu-second_mega_menu>li:nth-child(3) {
    border-bottom: 8px solid #00AEEF !important
}

#mega-menu-second_mega_menu>li:first-child:hover {
    background: #EDB42E !important
}

#mega-menu-second_mega_menu>li:nth-child(2):hover {
    background: #528F40 !important
}

#mega-menu-second_mega_menu>li:nth-child(3):hover {
    background: #00AEEF !important
}

.max-mega-menu .mega-block-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: hsl(0deg 0% 0% / 50%) !important;
    margin-bottom: 30px !important;
}

.max-mega-menu .mega-menu-item>.mega-sub-menu {
    padding: 30px 20px !important;
    top: 100% !important;
    box-shadow: 0px 4px 17.1px 0px #00000040 !important;
}

#mega-menu-second_mega_menu li .menu-item {
    padding: 10px 0px !important;
}

#mega-menu-second_mega_menu li .menu-item a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: capitalize !important;

}

#mega-menu-second_mega_menu .first li .menu-item a:hover,
#mega-menu-second_mega_menu .first li .menu-item:hover a {
    color: #EDB42E !important;
}

#mega-menu-second_mega_menu .second li .menu-item a:hover,
#mega-menu-second_mega_menu .second li .menu-item:hover a {
    color: #528F40 !important;
}

#mega-menu-second_mega_menu .third li .menu-item a:hover,
#mega-menu-second_mega_menu .third li .menu-item:hover a {
    color: #00AEEF !important;
}

#mega-menu-wrap-second_mega_menu #mega-menu-second_mega_menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 20px 15px;
}

#mega-menu-second_mega_menu .first .mega-menu-image-box,
#mega-menu-second_mega_menu .second .mega-menu-image-box,
#mega-menu-second_mega_menu .third .mega-menu-image-box {
    min-height: 350px;
    border-radius: 10px;
    position: relative;
    padding: 25px;
    align-content: end;
}

#mega-menu-second_mega_menu .second .mega-menu-image-box,
#mega-menu-second_mega_menu .third .mega-menu-image-box {
    display: flex;
    align-items: end;
}

#mega-menu-second_mega_menu .first .mega-menu-image-box img,
#mega-menu-second_mega_menu .second .mega-menu-image-box img,
#mega-menu-second_mega_menu .third .mega-menu-image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 10px;
    object-position: left;
}

#mega-menu-second_mega_menu .first .mega-menu-image-box h3,
#mega-menu-second_mega_menu .second .mega-menu-image-box h3,
#mega-menu-second_mega_menu .third .mega-menu-image-box h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 100%;
    margin-bottom: 30px;
}

#mega-menu-second_mega_menu .second .mega-menu-image-box h3 {
    width: 75%;
    margin-bottom: 0px;
}

#mega-menu-second_mega_menu .third .mega-menu-image-box h3 {
    width: 50%;
    margin-bottom: 0px;
}

#mega-menu-second_mega_menu .third .textwidget ul li {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: capitalize !important;
    color: #000;
    padding: 10px 0px;
    position: relative;
    padding-left: 20px;
}

#mega-menu-second_mega_menu .third .textwidget ul li::before {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 15px;
}

#mega-menu-second_mega_menu .first .mega-menu-image-box a {
    background: #EDB42E;
    color: #000000;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid #EDB42E;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
    text-align: center;
}

#mega-menu-second_mega_menu .third .mega-menu-image-box a {
    background: #00AEEF;
    color: #000000;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid #00AEEF;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
    text-align: center;
}

#mega-menu-second_mega_menu .third .mega-menu-image-box a:hover {
    background: #000000;
    color: #00AEEF;
}

#mega-menu-second_mega_menu .second .mega-menu-image-box a img {
    width: 64px;
    height: 64px;
    position: relative;
    object-fit: contain;
    z-index: 1;
}

#mega-menu-second_mega_menu .first .mega-menu-image-box a:hover {
    background: #000000;
    color: #EDB42E;
}

#mega-menu-second_mega_menu .first .mega-menu-image-box:after,
#mega-menu-second_mega_menu .second .mega-menu-image-box:after {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

.new-masthead {
    padding: 100px 0px 130px 0px;
    text-align: center;
}

.new-masthead .row {
    justify-content: center;
}

.new-masthead h1 {
    font-size: clamp(28px, 5vw, 43px);
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: clamp(34px, 5.5vw, 50px);
    padding-bottom: clamp(20px, 4vw, 35px);
}

.new-masthead p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 35px;
}

.new-masthead a,
.new-masthead button{
    background: #00AEEF;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 40px;
    border: 1px solid #00AEEF;
    border-radius: 50px;
    transform: 0.5s;
}

.new-masthead a:hover,
.new-masthead button:hover{
    background: #fff;
    color: #00AEEF;
}

.learning-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 246, 226, 1) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
}



/* Title */
.learning-title {
    font-size: clamp(30px, 5vw, 43px);
    font-weight: 800;
    color: #000;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
}

.learning-title::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #f3c131;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

/* Subtitle */
.learning-subtitle {
    font-size: clamp(18px, 3vw, 24px);
    color: #f3c131;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

/* Paragraphs */
.learning-section p {
    font-size: clamp(15px, 1.2vw, 18px);
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* Button */
.learn-btn {
    background: #EDB42E;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid #EDB42E;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.learn-btn:hover {
    background: #fff;
    color: #EDB42E;
}

/* Image wrapper */
.image-wrapper {
    width: 100%;
    margin: 0 auto;
}

.main-img {
    width: 100%;
}

.footer-section {
    background: #EFFAFF;
    font-family: 'Montserrat', sans-serif;
    padding: 100px 0px 55px 0px;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_menu li {
    margin-bottom: 5px;
}

.footer_menu li:hover a {
    color: #00AEEF;
}

.footer_menu a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 34px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Dividers */
.footer-divider {
    border-color: rgba(0, 0, 0, 0.1);
    margin: 25px 0;
}

/* Logo */
.footer-logo img {
    max-width: 180px;
    filter: grayscale(1);
}

/* Social Icons */
.footer-social a {
    font-size: 20px;
    margin-right: 15px;
    color: #000;
}

.footer-social a:hover {
    color: #444;
}

/* Buttons */
.footer-btn {
    padding: 20px 40px;
    margin-left: 10px;
    font-weight: 700;
    border-radius: 50px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
    transition: 0.5s;
}

.footer-btn.newsletter {
    background: #0098ef;
    border-color: #0098ef;
}

.footer-btn.donate {
    background: #528F40;
    border-color: #528F40;
}

.footer-btn.shop {
    background: #9C1C28;
    border-color: #9C1C28;
}

.footer-btn.newsletter:hover {
    background: #fff;
    color: #0098ef;
}

.footer-btn.donate:hover {
    background: #fff;
    color: #528F40;
}

.footer-btn.shop:hover {
    background: #fff;
    color: #9C1C28;
}

/* Bottom text */
.footer-bottom p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;

}

.footer-bottom a {
    color: #0098ef;
    text-decoration: none;
}

.new-footer-pattren-left {
    position: absolute;
    top: 11%;
    left: 0;
}

.new-footer-pattren-right {
    position: absolute;
    top: 12%;
    right: 0;
}

.f-newsleteer {
    margin-top: 0px !important;
}

.belonging-section {
    position: relative;
    padding: 120px 0px;
}



/* Title */
.belonging-title {
    font-size: clamp(30px, 5vw, 43px);
    font-weight: 800;
    color: #528F40;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
}

.belonging-title::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #A3D2EB;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

/* Subtitle */
.belonging-subtitle {
    font-size: clamp(18px, 3vw, 24px);
    color: #528F40;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

/* Paragraphs */
.belonging-section p {
    font-size: clamp(15px, 1.2vw, 18px);
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* Button */
.belonging-btn {
    background: #528F40;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid #528F40;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.belonging-btn:hover {
    background: #fff;
    color: #528F40;
}


.elevating-section {
    background: #F2FCFF;
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
}



/* Title */
.elevating-title {
    font-size: clamp(30px, 5vw, 43px);
    font-weight: 800;
    color: #0FACE6;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
}

.elevating-title::after {
    content: "";
    width: 100%;
    height: 8px;
    background: #A3D2EB;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

/* Subtitle */
.elevating-subtitle {
    font-size: clamp(18px, 3vw, 24px);
    color: #0FACE6;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}

/* Paragraphs */
.elevating-section p {
    font-size: clamp(15px, 1.2vw, 18px);
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* Button */
.elevating-btn {
    background: #0FACE6;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s;
    border: 1px solid #0FACE6;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.elevating-btn:hover {
    background: #fff;
    color: #0FACE6;
}

.voice-item {
    border: 1px solid #CCC;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
}

.voice-subtitle {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
}

.voice-item p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.voices-btn {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #02AFEF !important;
}

.voices-btn:hover {
    color: #EDB42E !important;
}

.sticky.header-nav {
    position: sticky;
    top: 0;
}
li#mega-menu-29152-0-1 {
    padding-top: 55px !important;
}



/* RESPONSIVE FIXES */
/* ---------------------------
   ≥1200px (Large screens)
---------------------------- */
@media (min-width: 1200px) {
    /* Add your large-screen styles here if needed */
}


/* ---------------------------
   992px–1199px (Desktop / Laptop)
---------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .container .col-lg-6:first-child {
        padding-right: 30px;
    }

    .container .col-lg-6:nth-child(2) {
        padding-left: 30px;
    }
}


/* ---------------------------
   ≤991px (Tablet)
---------------------------- */
@media (max-width: 991px) {
    .elevating-section .left-content {
        padding: 50px 30px;
        text-align: center;
    }

    .elevating-section .title {
        font-size: 36px;
    }
    .footer-mid{
        display: flex;
        flex-wrap: wrap;
    }
    .mega-menu-columns-3-of-12{
        width: 50% !important;
    }
    #mega-menu-second_mega_menu .first .mega-menu-image-box a,
    #mega-menu-second_mega_menu .third .mega-menu-image-box a{
        padding: 10px 15px;
        font-size: 16px;
    }
    .sticky.header-nav {
        position: relative;
    }
}


/* ---------------------------
   ≤768px (Tablet / Small Devices)
---------------------------- */
@media (max-width: 768px) {
	li#mega-menu-29152-0-1 {
		padding-top: 0px !important;
	}
    .footer-buttons a {
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .footer-mid {
        text-align: center;
    }
    .header-social{
        display: none;
    }
    .h-btns{
        justify-content: center !important;
        margin-top: 10px;
    }
    .slimmenu{
        height: fit-content;
    }
    .learning-section,
    .belonging-section,
    .elevating-section{
        padding: 60px 0px;
    }
    .learning-section .row,
    .belonging-section .row,
    .elevating-section .row{
        gap: 40px;
    }
    .mega-menu-columns-3-of-12{
        width: 100% !important;
    }
    #mega-menu-second_mega_menu .first .mega-menu-image-box, 
    #mega-menu-second_mega_menu .second .mega-menu-image-box,
    #mega-menu-second_mega_menu .third .mega-menu-image-box{
        min-height: 250px;
    }
    #mega-menu-second_mega_menu .third .mega-menu-image-box{
        flex-wrap: wrap;
    }
    #mega-menu-second_mega_menu .first .mega-menu-image-box h3,
    #mega-menu-second_mega_menu .third .mega-menu-image-box h3{
        width: 100%;
        margin-bottom: 15px;
    }
    #mega-menu-second_mega_menu .second .mega-menu-image-box a img{
        height: 50px;
        width: 60px;
    }
}


/* ---------------------------
   ≤576px (Mobile)
---------------------------- */
@media (max-width: 576px) {
    .elevating-section .title {
        font-size: 30px;
    }

    .elevating-section .subtitle {
        font-size: 18px;
    }
}
