/* Import header styles */

@import url('header.css');



/* Add any other global styles or styles for other components here */

/* Hero Section Styles */

.hero {

    position: relative;

    height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    padding-bottom: 5vh;

}



.hero-video-container {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



#hero-video {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.hero-content {

    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    text-align: center;

    z-index: 1;

    height: 100vh;

    padding-top: 15vh;

}



.cta-button-container {

    position: absolute;

    bottom: 3vh;

    right: 7.5vw;

    /* Space between button and bottom edge */

    width: 100%;

    text-align: center;

}



.cta-button-container a {

    display: inline-block;

    transition: transform 0.3s ease;

}



.cta-button-container a:hover {

    transform: scale(1.05);

}



.img-video {

    max-width: 250px;

    /* Adjust based on your button size */

    height: auto;

}



@media(min-width: 550px) {

    .hero-slogan {

        margin-top: -3%;

    }

}



@media(min-width: 925px) {

    .hero-slogan {

        margin-top: 3%;



    }

}



@media(min-width: 1400px) {

    .hero-slogan {

        margin-bottom: 11vh;



    }

}



@media(min-width: 1440px) {

    .hero-slogan {

        margin-bottom: 12vh;



    }

}



@media(min-width: 1500px) {

    .hero-slogan {

        margin-bottom: 13vh;



    }

}



@media(min-width: 1550px) {

    .hero-slogan {

        margin-bottom: 14.5vh;



    }

}



@media(min-width: 1650px) {

    .hero-slogan {

        margin-bottom: 15.5vh;



    }

}


"font-weight"


/* Intro Section Styles */

.intro-section {

    background-color: #FFF4E3;

    padding: 1% 0;

    text-align: center;

}



.intro-container {

    max-width: 1000px;

    margin: 0 auto;

    padding: 0 20px;

}



.intro-text {

    font-size: 36px;

    line-height: 1.6;

    color: #730E3E;

    margin-bottom: 40px;

    white-space: pre-line;

}



.intro-button-container {

    background-color: #FFF4E3;

    padding: 3%;

}



.intro-button {

    display: inline-block;

    padding: 8px 40px;

    background-color: #FFF4E3;

    color: #EC2083;

    text-decoration: none;

    font-size: 26px;

    position: relative;

    border-radius: 10px;

    position: relative;

    max-height: 50px;



    .img-intro {

        width: 200px;

    }

}













/* Media query for responsiveness */

@media (max-width: 768px) {

    .intro-section {

        padding: 40px 0;

    }



    .intro-text {

        font-size: 18px;

    }



    .cta-button.secondary {

        font-size: 16px;

        padding: 8px 20px;

    }

}



/* Purpose Section Styles */

.purpose-section {

    display: flex;

    flex-direction: row;

    justify-content: center;

    /* or space-around/center, etc. */

    align-items: center;

    /* ensures vertical alignment */

    background-color: #FFF4E3;

}



.purpose-container {

    width: 85%;

    max-width: 550px;

    margin: 0 auto;

    padding: 30px;

    position: relative;

}



/* On larger screens */

@media (min-width: 992px) {

    .purpose-container {

        width: 55%;

        /* left side */

        margin-left: 7%;

    }



    .compass-container {

        width: 45%;

        /* right side */

    }

}



.purpose-content {

    position: relative;

    padding: 40px 30px 70px;

    background-image: url("../images/landing/note\ background.png");

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    transform: rotate(-1deg);

}



.purpose-text {

    position: relative;

    transform: rotate(-4deg);

    z-index: 2;

    font-weight: bold;

}



.purpose-p {

    font-size: 25px;

    font-family: "Kalam" !important;

    text-align: center;

    color: #EC2083;

    line-height: 1.6;

    margin: 0;

    padding: 0;

    white-space: pre-line;

}



.purpose-button {

    position: relative;

    text-align: center;

    z-index: 3;

    margin-top: 10px;

}



.img-purpose {

    width: 180px;

    display: inline-block;

    margin-top: 5%;

    transform: translateY(-15px);

}







/* Updated Compass Container CSS */

.compass-container {

    position: relative;

    width: 1000px;

    max-width: 1200px;

    margin: auto;

    height: 0;

    padding-bottom: 100%;

    /* Creates a responsive square */

    overflow: visible;

}



@media (min-width: 992px) {

    .compass-container {

        padding-bottom: 45%;



    }

}



/* Simplified base styles for all compass elements */

.compass-bg,

.compass-hand,

.compass-center {

    position: absolute;

}



.compass-bg {

    top: 0;

    left: 0;

    object-fit: contain;

    z-index: 1;

}



.compass-hand {

    height: 55%;

    z-index: 2;

}



.compass-center {

    width: 8%;

    height: auto;

    z-index: 3;



}







/* What We're Up To Section Styles */



/* What We're Up To Section Styles */



.projects-section {

    background-color: #FFF4E3;

    margin: 0 auto;

    padding: 0;

    position: relative;

}



.what-were-up-to {

    padding: 0;

    text-align: center;

    margin: 0 auto;

    max-width: 1200px;

    position: relative;

}



.background-container {

    position: relative;

    width: 100%;

}



.wwut-background {

    width: 100%;

    display: block;

}



.content-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    padding: 40px 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.wwut-section-title {

    color: #3071B9;

    font-size: 36px;

    margin-bottom: 30px;

    text-align: center;

}



.wwut-button-container {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 30px;

    width: 100%;

}



.wwut-image-button {

    flex: 1;

    position: relative;

    cursor: pointer;

    border: none;

    background: none;

    padding: 0;

    transition: transform 0.3s ease;

    max-width: 340px;

}



.wwut-image-button:hover {

    transform: scale(1.03);

}



.wwut-image-button img {

    width: 100%;

    height: auto;

    border-radius: 15px;

    display: block;

}



.wwut-image-button span {

    position: absolute;

    bottom: 30px;

    left: 0;

    right: 0;

    color: white;

    font-size: 30px;

}



.what-were-up-to a {

    display: inline-block;



    transition: transform 0.3s ease;

}



.what-were-up-to a:hover {

    transform: scale(1.05);

}



.what-were-up-to a img {

    max-width: 180px;

    height: auto;

}



/* Responsive adjustments */

@media (max-width: 768px) {

    .wwut-button-container {

        flex-direction: column;

        align-items: center;

    }



    .wwut-image-button {

        max-width: 100%;

    }



    .wwut-section-title {

        font-size: 28px;

    }



    .wwut-image-button span {

        font-size: 24px;

    }



    .content-overlay {

        position: relative;

        padding: 20px;

    }



    .wwut-background {

        display: none;

    }

}









/* Let's Connect Section Styles */

.lets-connect {

    

    background-color: #FFF4E3;

    padding: 160px 0;

    position: relative;

    overflow: hidden;

}



.connect-container {

    max-width: 900px;

    margin: 0 auto;

    position: relative;

}



.connect-background {

    width: 100%;

    height: auto;

}



.connect-content {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding: 40px;



}



.connect-title {

    font-size: 35px;

    color: #EC2083;

    margin-bottom: 10px;

    text-align: center;

}



.connect-text {

    font-size: 20px;

    line-height: 1.5;

    color: #EC2083;

    margin-bottom: 30px;

    text-align: center;

    white-space: pre-line;

}



.connect-button {

    display: inline-block;

    padding: 8px 40px;

    background-color: #318EE7;

    color: #FFF;

    text-align: center;

    text-decoration: none;

    font-size: 18px;

    border-radius: 10px;

    border: 4px solid #318EE7;

    transition: all 0.3s ease;

}



.connect-button:hover {

    background-color: #FFFFFF;

    color: #318EE7;

}



.flower-icon {

    position: absolute;

    width: 80px;

    height: auto;

}



.left-icon {

    margin-top: -13%;

    left: 70px;

}



.right-icon {

    margin-top: -13%;

    right: 70px;

}



@media (max-width: 768px) {

    .connect-content {

        padding: 20px;

    }



    .connect-title {

        font-size: 28px;

    }



    .connect-text {

        font-size: 16px;

    }



    .flower-icon {

        width: 60px;

        height: 60px;

    }

}



@media(min-width: 1650px) {

    .left-icon {

        margin-top: -13%;

        left: 200px;

    }



    .right-icon {

        margin-top: -13%;

        right: 200px;

    }

}





/* =========================

   Mobile Footer Styles

   ========================= */

.mobile-site-footer {

    position: relative;

    display: block;

}



@media (min-width: 768px) {

    .mobile-site-footer {

        display: none;

    }

}



.mobile-footer-top {

    background-color: #F7DFB7;

    padding: 30px 20px;

    position: relative;

}



.mobile-footer-container {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}



.mobile-footer-logo {

    margin-bottom: 20px;

}



.mobile-footer-logo img {

    height: 100px;

    width: auto;

}



.mobile-footer-content {

    width: 100%;

}



.mobile-footer-title {

    font-size: 24px;

    color: #730E3E;

    margin-bottom: 8px;

}



.mobile-footer-subtitle {

    font-size: 14px;

    color: #6b2a68;

    margin-bottom: 20px;

}



.mobile-footer-form {

    display: flex;

    flex-direction: column;

    width: 100%;

    gap: 10px;

}



.mobile-footer-form input[type="text"],

.mobile-footer-form input[type="email"] {

    padding: 12px 15px;

    border: 1px solid #e6e6e6;

    border-radius: 5px;

    font-size: 16px;

    width: 100%;

    background-color: #FFF4E3;

}



.mobile-footer-form button {

    background-color: #4d90db;

    color: white;

    border: none;

    padding: 12px 15px;

    border-radius: 10px;

    font-size: 16px;

    cursor: pointer;

    width: 100%;

    margin-top: 5px;

}



.mobile-footer-emblem {

    margin-top: 25px;

}



.mobile-footer-emblem img {

    height: 80px;

    width: auto;

}



.mobile-footer-bottom {

    background-color: #F7DFB7;

    padding: 25px 20px;

}



.mobile-footer-links {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 20px;

}



.mobile-footer-copyright p {

    margin: 0;

    color: #6b2a68;

    font-size: 14px;

    text-align: center;

}



.mobile-back-to-top {

    text-align: center;

}



.mobile-back-to-top a {

    display: inline-block;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    text-align: center;

}



.mobile-back-to-top img {

    width: 40px;

    height: 40px;

}



/* =========================

   Original Desktop Footer Styles

   ========================= */

.site-footer {

    position: relative;

    display: none;

    /* Hidden on mobile by default */

}



@media (min-width: 768px) {

    .site-footer {

        display: block;

        /* Show on tablet and larger */

    }

}



.footer-top {

    background-color: #FFF4E3;

    /* Light cream color */

    padding: 20px 0;

    position: relative;

}



.footer-container {

    max-width: 1200px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 20px;

}



.footer-logo img {

    height: 130px;

}



.footer-content {

    flex-grow: 1;

    max-width: 750px;

    margin-left: 50px;

}



.footer-title {

    font-size: 32px;

    color: #730E3E;

    /* Dark purple color */

    margin-bottom: 8px;

}



.footer-subtitle {

    font-size: 16px;

    color: #6b2a68;

    margin-bottom: 20px;

}



.footer-form {

    display: flex;

    gap: 10px;

}



.footer-form input[type="text"],

.footer-form input[type="email"] {

    padding: 12px 15px;

    border: 1px solid #e6e6e6;

    border-radius: 5px;

    font-size: 16px;

    flex: 1;

    background-color: #FFF4E3;

}



.footer-form button {

    background-color: #4d90db;

    /* Blue */

    color: white;

    border: none;

    padding: 10px 25px;

    border-radius: 10px;

    font-size: 16px;

    cursor: pointer;

}



/* Emblem positioned on the right side of top section */

.footer-emblem {

    position: absolute;

    right: 5%;

    top: 40%;

    transform: translateY(-145%);

}



.footer-emblem img {

    height: 140px;

    width: auto;

}



.footer-bottom {

    background-color: #F7DFB7;

    /* Darker cream color */

    padding: 60px 0;

    position: relative;

}



.footer-links {

    max-width: 1200px;

    margin: 20px auto;

    display: flex;

    justify-content: space-between;

    padding: 0 20px;

}



.footer-copyright p {

    margin: 0;

    color: #6b2a68;

    font-size: 14px;

}



.footer-policies {

    display: flex;

    gap: 30px;

}



.footer-policies a {

    color: #730E3E;

    text-decoration: none;

    font-size: 14px;

}



.back-to-top {

    position: absolute;

    right: 5%;

    top: 65%;

}



.back-to-top a {

    display: block;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    text-align: center;

    line-height: 40px;

}



.back-to-top img {

    width: 40px;

    height: 40px;

}



.back-to-top a:hover {

    background-color: #730E3E;

}



/* Responsive Styles */



@media (max-width: 1024px) and (min-width: 768px) {

    .footer-emblem {

        right: 2%;

    }



    .footer-emblem img {

        height: 120px;

    }

}



@media (min-width: 1200px) {

    .footer-emblem {

        top: 45%;

    }

}



@media (min-width: 1650px) {

    .footer-emblem {

        top: 52%;

    }

}