@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


/* GLOBALS */
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html {
    background-color: var(--color-white);
    padding: 0;
    margin: 0;
}
body {
    background-color: var(--color-white); 
    scroll-behavior: smooth;
    overflow-x: hidden;
    line-height: 1.5; 
    letter-spacing: 0.5px;
    font-family: "Noto Serif", serif;
    font-size: 1rem;     
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100; 
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
:root {
    --color-primary: #f59f0b;    
    --color-light-primary: #fea745;  
    --color-secondary: #991b1b;  
    --color-purple: #972062;  
    --color-blue: #33aaad;  
    --color-orange: #f96040;  
    
    --yellow-accent-light: #ffd57f;   
    --yellow-light: #fbd68c;   
    --red-accent-dark: #7a1313;    
    --red-accent-light: #e03131;  
    --neutral-light: #f5f0e2;  
  
    --color-black: #000;
    --color-white: #fff;
    --color-off-white: #fafafa;
    --color-gray-light: #555555;    
    --color-gray-dark: #333333;    
    --color-brown: #a65e2e;    

    --text-primary: var(--color-black);
    --text-secondary: var(--color-white);
    --bg-primary: var(--color-white);
    --bg-secondary: var(--color-gray-light);

    --nav-height: 62px;
}
p{
    color: var(--color-gray-dark);
    font-weight: 400;
    font-family: "Noto Serif", serif;
}
.section-title{
    position: relative;
}
.section-title::after{
    content: "";
    display: block;
    width: 120px;
    height: 5px;
    background: var(--color-black);
    margin: 12px auto 0;
    border-radius: 50px;
}
.lead {
    font-size: 1.20rem;
    line-height: 1.6;
    font-weight: 300;
} 
@media (max-width: 991px) {
    .lead {
        font-size: 1.40rem;
        line-height: 1.6;
        font-weight: 300;
    }  
    .header-span{
        color: var(--color-primary);
    }
    .intro-section,
    .testimonials{
        display: none;
    }
}

.extra-large-header{
    font-family: "Playfair Display", sans-serif;    
    font-size: 3rem;
    font-weight: 700 ;
    color: var(--color-secondary);
    letter-spacing: 1px;
}
.headers{
    font-family: "Playfair Display", sans-serif;    
    font-size: 2.3rem;
    font-weight: 700 ;
    color: var(--color-secondary);
    letter-spacing: 1px;
}    
.headers-small{
    font-family: "Playfair Display", sans-serif;    
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-secondary);
    letter-spacing: 1px;
}
.header-span{
    color: var(--color-primary);
}
.subheadings{
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: var(--color-gray-dark);
}
.go-to-top i,
.go-to-top-large i,
.go-to-top-small i{
    color: var(--color-secondary);
    background-color: var(--color-primary);
    font-size: 28px;
    padding: 10px;
    border-radius: 6px;
}
.go-to-top,
.go-to-top-large,
.go-to-top-small {
    background-color: var(--color-secondary);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 9999;
    border-radius: 6px;
}
.go-to-top.show,    
.go-to-top-large.show,
.go-to-top-small.show {
    opacity: 1;
    pointer-events: auto;
}


/* NAVBAR */
@media (max-width: 1073px) {
    .nav-item a {
      font-size: 0.95rem;
      padding: 0.5rem 0.75rem;
    }
}  
.navbar {
    background-color: rgba(0,0,0,0.14);
}
.nav-logo img {
    max-height: 170px;
    width: auto;
}
.navbar-brand-small img {
    height: 170px !important;
}
.navbar-scrolled {
    background-color: var(--color-white);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-bottom: 5px solid var(--color-primary);
}
.navbar-scrolled .navbar-brand-small img {
    height: 80px !important;
}
.navbar-scrolled .navbar-brand img {
    height: 100px;
    transition: all 0.3s ease;
    transition: transform 0.20s ease-out;
}
.navbar-scrolled .nav-item a{
    color: var(--color-secondary);
}
.navbar-scrolled .nav-item a:hover{
    color: var(--color-secondary) !important;
}
.mobile-nav{
    position: relative;
}
.nav-left,
.nav-right{
    flex: 1;
}
.nav-center{
    flex: 1;
    display: flex;
    justify-content: center;
} 
.nav-right{
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
}
.navbar .fa{
    color: var(--color-primary);
    font-size: 2rem;
    margin-bottom: 20px;
}
.nav-item a{
    color: var(--color-white);
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    font-style: normal;
    text-decoration: none;
}  
.navbar .nav-item a:hover{
    border-bottom: 2px solid var(--color-primary);
    transition: all 0.3s ease;
    transition: transform 0.20s ease-out;
    color: var(--color-white);
}
.nav-item a.active:hover {
    color: var(--color-white) !important;
}
.nav-item a.active {
    color: var(--color-white) !important;
    background-color: var(--color-primary);
    border-radius: 2px;
}
.nav-link i,
.nav-link:focus,
.nav-link:active,
.nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}
.offcanvas .x-button i{
    background: none;
    color: var(--color-secondary) !important;
}
.offcanvas .x-button i:hover{
    background: none;
}
.offcanvas .nav-item .bi{
    font-size: 60px;
    font-weight: 900;
}
.offcanvas a {
    color: var(--color-secondary) !important;
    font-size: 1rem;
}

  

/* HOME PAGE */
.cultural-banner::before, 
.about-banner::before,    
.program-banner::before,    
.career-banner::before, 
.homes-banner::before,
.contact-banner::before,
.about-banner::before,    
.program-banner::before,    
.career-banner::before, 
.homes-banner::before,
.banner::before {    
    content: "";
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.30);
}
.homes-banner,
.career-banner,
.program-banner,
.about-banner,
.contact-banner,
.acknowledgement,
.parallax-two,
.cultural-banner,
.parallax-one,
.banner{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.homes-banner-small,
.career-banner-small, 
.about-banner-small, 
.contact-banner-small, 
.program-banner-small, 
.acknowledgement-small,
.cultural-small-banner,
.our-homes,
.parallax-one-small,
.parallax-two-small,
.small-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cultural-small-banner-content,
.pages-banner-content,
.acknowledgement-content{
    width: 100%;
    height: fit-content;
}



.banner {
    background-image: url("/assets/img/home-banner.webp");
    min-height: 100svh;
} 
.banner-content{
    width: 100%;
    height: max-content;
}
.banner-span{
    color: var(--color-primary);
}
.banner-content h1{
    font-family: "Playfair Display", serif;
    line-height: 60px;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 1px;
    color: var(--color-white);
    position: relative;
} 
.banner-content p{
    font-family: "Noto Serif", serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-white);
    position: relative;
} 
.banner-content .btn{
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    border: 2px solid var(--color-primary);
    border-left: 8px solid var(--color-primary);
    padding: 7px;
    font-size: 1.2rem;
    color: var(--color-white);
    transition: transform 0.20s ease-out, box-shadow 0.20s ease-out;
    transform: translateZ(0);
    will-change: transform;
}
.banner-content .btn:hover{
    transform: scale(1.09);
    border: 2px solid var(--color-primary);
    border-left: 8px solid var(--color-primary);
    box-shadow: 0 8px 20px rgba(245, 159, 11, 0.3);
}
.banner .bi{
    color: var(--color-primary);
    font-size: 40px;
}
.small-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/img/home-banner.webp");
    min-height: 100svh;
}
.small-banner-content{
    width: 100%;
    min-height: 70svh;
}
.small-banner-content h1{
    font-family: "Playfair Display", sans-serif;    
    font-size: 2rem;
    letter-spacing: 0.8px;
    font-weight: 800;
    color: var(--color-white);
} 
.small-banner-content p{
    font-family: "Noto Serif", serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-white);
} 
.small-banner .btn {
    font-weight: 500;
    border: 2px solid var(--color-primary);
    border-left: 8px solid var(--color-primary);
    padding: 7px;
    font-size: 1rem;
    color: var(--color-white);
}
.small-banner .btn:hover {
    background-color: var(--color-primary);
}
.pointer {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
}
.small-banner-content .bi{
    color: var(--color-primary);
    font-size: 30px;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(6px); }
    60% { transform: translateY(3px); }
}

.wave-one{
    display: block;
    width: 100%;
    height: 90px;
    margin-bottom: -80px;
    position: relative;
    z-index: 5;
    line-height:0;
}
.image-border{
    border: 10px solid var(--color-orange);
}

.intro-section .section-title::after,
.intro-section-small .section-title::after{
    background: var(--color-orange);
}
.mission-statement p{
    color: var(--color-white);
    text-align: start;
}
.mission-statement{
    box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
    -webkit-box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
    background-color: var(--color-primary);
    border: 10px solid var(--color-orange);
    min-height: 270px;
}
.mission-statement .headers,
.mission-statement .headers-small{
    color: var(--color-white);
}


.parallax-one{
    background-image: url("/assets/img/parallax1.webp");
    min-height: 100svh;
}
.parallax-one::before{
    content: "";
    background-size: cover;
    position: absolute;
}
.parallax-one > .container-fluid {
    display: flex;
    align-items: center;
    height: 100%;
}
.parallax-one-content{
    width: 70%;
    height: max-content;
    padding: 2rem 3rem;
    border-radius: 5px;
    border: 10px solid var(--color-orange);
    border-left: none;
    background: #777676a6;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.parallax-one-content h2{
    color: var(--color-white);
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    font-weight: 800;
    font-size: 2.3rem;
    letter-spacing: 1px;
} 
.parallax-one-small { 
    background-image: url("/assets/img/parallax1.webp");
    min-height: calc(100svh - var(--nav-height));
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}
.parallax-one-small-content h2{
    color: var(--color-white);
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    font-weight: 800 !important;
    letter-spacing: 1px;
} 
.parallax-one-small-content{
    width: 90%;
    padding: 1rem 2rem;
    border-radius: 5px;
    margin-bottom: 40%;
    background: #555555a6;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border: 10px solid var(--color-orange);
}


.cultural, .cultural-small{
    background: var(--color-orange);
}
.cultural .image-border,
.cultural-small .image-border{
    border: 10px solid var(--color-purple);
}
.cultural p,
.cultural-small p{
    color: var(--color-white);
}
.cultural h1,
.cultural-small h1{
    color: var(--color-white);
}
.cultural .header-span,
.cultural-small .header-span{
    color: var(--color-purple);
}
.cultural-small-banner-content h1{
    color: var(--color-white);
} 
.cultural-small-banner-content p{
    color: var(--color-white);
} 
.cultural .section-title::after,
.cultural-small .section-title::after{
    background-color: var(--color-white);
}


.acknowledgement-content::before {    
    content: "";
    background-size: cover;
    position: absolute;
}
.acknowledgement {
    background-image: url("/assets/img/territory.webp");
    min-height: 100svh;
} 
.acknowledgement-content{
    width: 70%;
    padding: 2rem 3rem;
    border-radius: 5px;
    border: 10px solid var(--color-orange);
    border-left: none;
    background: #555555a6; 
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.acknowledgement-small {
    background-image: url("/assets/img/territory.webp");
    color: var(--color-white);
    min-height: calc(100svh - var(--nav-height));
    display: flex;
    align-items: flex-end;
    z-index: 1;
}
.acknowledgement-small-content{
    width: 90%;
    padding: 1rem 2rem;
    border-radius: 5px;
    margin-bottom: 10%;
    background: #555555a6; 
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border: 10px solid var(--color-orange);
}
.acknowledgement h1, 
.acknowledgement p,
.acknowledgement-small h1,
.acknowledgement-small p{
    color: var(--color-white);
    position: relative;
}


.parallax-two {
    background-image: url("/assets/img/parallax2.jpg");
    min-height: 100svh;
} 
.parallax-two::before{
    content: "";
    background-size: cover;
    position: absolute;
}
.parallax-two-content{
    width: 70%;
    padding: 2rem 3rem;
    border-radius: 5px;
    border: 10px solid var(--color-orange);
    border-left: none;
    background: #777676a6;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.parallax-two-content h2{
    color: var(--color-white);
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    font-weight: 800;
    font-size: 2.3rem;
    letter-spacing: 1px;
} 
.parallax-two-small { 
    background-image: url("/assets/img/parallax2.jpg");
    min-height: calc(100svh - var(--nav-height));
    position: relative;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}
.parallax-two-small-content h2{
    color: var(--color-white);
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    font-weight: 800 !important;
    letter-spacing: 1px;
} 
.parallax-two-small-content{
    width: 90%;
    padding: 1rem 2rem;
    border-radius: 5px;
    margin-bottom: 40%;
    background: #555555a6; 
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border: 10px solid var(--color-orange);
}


.testimonials,
.testimonials-small{
    background-color: var(--color-light-primary);
}
.testimonials p,
.testimonials-small p{
    color: var(--color-purple);
}
.testimonials .headers,
.testimonials-small .headers-small{
    color: var(--color-purple);
}
.testimonial-text {
    color: var(--color-purple);
}
.testimonials .card{
    height: 290px;
    border: 10px solid var(--color-orange);
    box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
    -webkit-box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
}
.testimonials-small .card{
    height: 350px;
    border: 10px solid var(--color-orange);
    box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
    -webkit-box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px 1px 14px 4px rgba(0,0,0,0.59);
}
.testimonials .card-text{
    height: 150px;
    overflow-y: auto;
}
.testimonial-role {
    margin-top: 1rem;
    display: block;
    font-size: 0.8rem;
    color: var(--color-purple);
    font-weight: 500;
    text-transform: uppercase;
}  
.testimonials .bi,
.testimonials-small .bi{
    font-size: 30px;
    color: var(--color-orange);
}
.testimonials .fa,
.testimonials-small .fa{
    color: var(--color-orange);
    font-size: 20px;
}
.carousel .carousel-indicators button {
   width: 10px;
   height: 10px;
   border-radius: 100%;
   background-color: var(--color-orange);
}
.testimonials .carousel-control-next-icon,
.testimonials-small .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23972062' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.testimonials .carousel-control-prev-icon,
.testimonials-small .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23972062' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.testimonials .section-title::after,
.testimonials-small .section-title::after{
    background-color: var(--color-purple);
    position: relative;
}


.footer,
.footer-med,
.footer-small{
    background-color: var(--color-white);
    width: 100%;
    color: var(--color-secondary);
    font-weight: 500;
    font-family: "Noto Serif", serif;
}
.footer h4,
.footer-med h4,
.footer-small h4{
    color: var(--color-secondary);
    font-weight: 700;
}
.footer p,
.footer-med p,
.footer-small p{
    color: var(--color-secondary);
    font-weight: 500;
}
.footer-quicklinks ul,
.footer-med ul,
.footer-small ul{
    list-style: none;
    padding: 0;
}
.footer-quicklinks ul li,
.footer-med ul li,
.footer-small ul li{
    padding-bottom: 8px;
}
.footer-small .bi,
.footer-med .bi,
.footer .bi{
    font-size: 22px;
}
.footer .bi,
.footer-med .bi,
.footer-small .bi{
    color: var(--color-secondary);
}
.footer a,
.footer-med a,
.footer-small a{
    color: var(--color-secondary);
    text-decoration: none;
}
.footer a:hover,
.footer .bi:hover,
.footer-med .a:hover,
.footer-med .bi:hover,
.footer-small a:hover 
.footer-small .bi:hover {
    color: var(--color-primary);
}
.footer-border{
    background-color: #d1c9c9;
    height: 5px;
}
.footer hr,
.footer-med hr,
.footer-small hr{
    color: var(--color-secondary);
}




/* ABOUT PAGE */
.pages-banner-content h1{
    position: absolute;
    margin: 0;
    bottom: 3rem;
    left: 3rem;
    font-family: "Playfair Display", serif; 
    line-height: 60px;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.8px;
    color: var(--color-white);
} 
.homes-banner-small-content,
.about-banner-small-content h2,
.career-banner-small-content h2,
.contact-banner-small-content h2,
.program-banner-small-content h2{
    position: absolute;
    bottom: 4rem;
    left: 1rem;
    margin: 0;
    color: var(--color-white);
    font-family: "Playfair Display", serif; 
} 
.about-banner {
    background-image: url("/assets/img/about-banner.webp");
    min-height: 80svh;
} 
.about-banner-small {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/img/about-banner.webp");
    min-height: 50svh
}
.about-intro-section .section-title::after{
    background-color: var(--color-secondary);
}
ul.breadcrumb {
    margin: 0;
    padding: 10px 16px;
    list-style: none;
    background-color: var(--yellow-light);
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: var(--color-secondary);
    content: ">";
}
ul.breadcrumb li{
    display: inline;
    font-weight: bold;
    font-size: 13px;
    color: var(--color-gray-dark);
    text-decoration: none;
}
ul.breadcrumb li a{
    font-size: 13px;
    color: var(--color-gray-light);
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: var(--color-black);
    text-decoration: underline var(--color-black);
}

.about-ceo img{
    height: 600px;
    width: 600px;
}
.about-ceo .ceo-frame, 
.about-ceo-small .ceo-frame {
    display: inline-block;
    padding: 10px;
    border: 4px solid var(--color-orange);
    border-radius: 12px;
    background: linear-gradient(135deg, #f59f0b, #f96040);
}
.ceo-frame img {
    display: block;
    border-radius: 8px;
    width: 250px;
}
.wave-divider{
    display: block;
    width: 100%;
    height: 120px;
    line-height: 0;
}

.section-title-about{
    position: relative;
}
.section-title-about::after{
    background-color: var(--color-orange);    
    content:"";
    display:block;
    width:120px;
    height: 5px;
    margin: 12px auto 0;
    border-radius:50px;
}

.service-section{
    background-color: var(--color-orange);
    margin-top: -5px !important;
}
.service-section .service{
    font-family: "Playfair Display", sans-serif;    
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-white);
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-value-goals-small img,
    .about-programs-small img,
    .program1-small img,
    .program2-small img,
    .program3-small img,
    .about-ceo-small img{
        max-width: 450px;
        max-height: 450px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about-programs-small img{
        max-width: 450px;
        max-height: 450px;
    }
    .about-ceo-small img{
        max-width: 500px;
        max-height: 500px;
    }
    .about-ceo img{
        max-width: 500px;
        max-height: 500px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .about-value-goals-med img{
        max-width: 400px;
    }
}
.about-value-goals,
.about-value-goals-small{
    background-color: var(--color-secondary);
    margin-top: -5px !important;
}

.feature-card{   
    min-height: 230px;
}
.feature-card p{
    text-align: start;
}
.about-features-section-small h5,
.about-features-section h5 {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--color-gray-dark);
}
.about-feature-card p {
    font-size: 0.8rem;
}
.about-features-section .feature-card i, 
.about-features-section-small .feature-card i {
    font-size: 1.9rem;
    color: var(--color-secondary);
    margin-bottom: 0.75rem;
}
.about-features-section .feature-card:hover,
.about-features-section-small .feature-card:hover{   
    background-color: rgba(242, 209, 148, 0.25);
}

  
.about-programs-small,
.about-features-section-small,
.south-side,
.north-side,
.west-side{
    margin-top: -5px;
}
.about-programs-small{
    min-height: 40svh;
    margin-top: -2px;
}
.about-programs,
.about-programs-small{
    background-color: var(--color-secondary);
    color: var(--color-gray-dark);
}
.about-programs .btn,
.about-programs-small .btn{
    border-radius: 5px;
    font-weight: 500;
    background-color: var(--color-white);
    border: 2px solid var(--color-secondary);
    border-left: 8px solid var(--color-secondary) !important;
    color: var(--color-secondary);
    font-size: 0.9rem;
    transition: transform 0.20s ease-out, box-shadow 0.20s ease-out;
    transform: translateZ(0);
    will-change: transform;
}
.about-programs .btn:hover,
.about-programs-small .btn:hover{
    transform: scale(1.09);
    background-color: whitesmoke;
}




/* PROGRAM PAGE */
.program-banner {
    background-image: url("/assets/img/programs-banner.webp");
    min-height: 80svh;
} 
.program-banner-small {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/img/programs-banner.webp");
    min-height: 50svh
}
.program1,
.program1-small{
    background-color: var(--yellow-light);
}
.program2,
.program2-small{
    background-color: var(--color-white);
}
.program3,
.program3-small{
    background-color: var(--yellow-light);
}
.program3 ul,
.program3-small ul{
    font-weight: 300;
}


/* CAREER PAGE */
.career-banner {
    background-image: url("/assets/img/careers-banner.webp");
    min-height: 80svh;
} 
.career-banner-small {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/img/careers-banner.webp");
    min-height: 50svh
}


.modal .apply .btn,
.application .btn{
    border-radius: 5px;
    font-weight: 500;
    border: 2px solid var(--color-secondary);
    border-left: 8px solid var(--color-secondary) !important;
    color: var(--color-secondary);
    font-size: 0.9rem;
    transition: transform 0.20s ease-out, box-shadow 0.20s ease-out;
    transform: translateZ(0);
    will-change: transform;
}
.modal .apply .btn:hover,
.application .btn:hover{
    background-color: whitesmoke;
    transform: scale(1.09);
}
.modal-footer .btn{
    background-color: var(--color-gray-dark);
    color: var(--color-white);
}
.required::after {
    content: " *";
    color: var(--color-secondary);
}
.form-control:focus,
.form-select:focus{
    box-shadow: 0 0 0 0.2rem rgba(245, 159, 11, 0.25);
    border-color: var(--color-primary);
}
input[type="checkbox"] {
    accent-color: var(--color-secondary);
}
input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none;
}
.form-control,
.form-select {
    background-color: var(--neutral-light); 
}



/* CONTACT PAGE */
.contact-banner {
    background-image: url("/assets/img/contact-banner.webp");
    min-height: 80svh;
} 
.contact-banner-small {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/img/contact-banner.webp");
    min-height: 50svh
}
.contact-form form,
.application form{
    font-weight: 300;
    color: var(--color-gray-dark);
}
.map-section{
    height: 50svh;
}
.map-section iframe{
    width: 100%;
    height: 100%;
}
.phone-link{
    color: var(--color-primary);
}
.contact-form .btn{
    border-radius: 5px;
    font-weight: 500;
    border: 2px solid var(--color-primary);
    border-left: 8px solid var(--color-primary) !important;
    color: var(--color-primary);
    font-size: 0.9rem;
    transition: transform 0.20s ease-out, box-shadow 0.20s ease-out;
    transform: translateZ(0);
    will-change: transform;
}
.contact-form .btn:hover{
    background-color: whitesmoke;
    transform: scale(1.09);
}
.iti {
    width: 100%;
}
.iti input {
    width: 100%;
}
.contact-info{
    background-color: var(--neutral-light);
}


/* HOMES PAGE */
.section-title-homes{
    position: relative;
    font-family: "Noto Serif", serif;
}
.section-title-homes::after{
    background-color: var(--color-secondary);    
    content:"";
    display:block;
    width:120px;
    height: 5px;
    margin: 12px auto 0;
    border-radius:50px;
}
.homes-banner {
    background-image: url("/assets/img/homes-banner.webp");
    min-height: 80svh;
} 
.homes-banner-small {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/img/homes-banner.webp");
    min-height: 50svh
}
.image-divider{
    height: 5svh;
    background-color: var(--color-white);
}
@media (max-width: 768px) {
    .tourColumn {
        width: 50% !important;
    }
    .tourColumn img{
        width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .tourColumn {
        width: 33.333% !important;
    }
    .tourColumn img{
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .tourColumn {
        width: 25% !important;
    }
    .tourColumn img{
        width: 100%;
    } 
}
@media (max-width: 800px) {
    .tour-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
    }
    .tourSlides, 
    .tourSlides2,
    .tourSlides3,
    .tourSlides4,
    .tourSlides5{        
        width: 100%;
        padding: 0 10px;
    }
    .tourSlides img,
    .tourSlides2 img,
    .tourSlides3 img,
    .tourSlides4 img,
    .tourSlides5 img {        
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }
}

.tour-container {
    max-width: 1400px;  
    margin: 0 auto;  
    position: relative;  
}
.tourSlides, 
.tourSlides2,
.tourSlides3,
.tourSlides4,
.tourSlides5{
    width: 100%;
    max-width: 1400px;  
    margin: 0 auto;
    background: var(--color-off-white); 
    display: flex;
    justify-content: center;
    align-items: center;
}
.tourSlides img,
.tourSlides2 img,
.tourSlides3 img,
.tourSlides4 img,
.tourSlides5 img {
    max-height: 500px;
    width: auto;         
    object-fit: contain;
    display: block;
    margin: 0 auto;   
}
.numbertext {
    position: absolute;
    color: var(--color-white);
    font-weight: bold;
    background: rgba(0,0,0,0.8);
    padding: 4px 8px;
    border-radius: 4px;
}
.tour,
.tour2,
.tour3, 
.tour4, 
.tour5{ 
    position: relative;
}
.tourSlides, 
.tourSlides2, 
.tourSlides3,
.tourSlides4,
.tourSlides5 {
    display: none;
}
.cursor {
    cursor: pointer;
    text-decoration: none;
}
.prev,
.next {
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    width: auto;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--color-white);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    right: 10px;
}
  
.prev {
    left: 10px;  
}
.prev:hover,
.next:hover {
    text-decoration: none;
    background-color: var(--color-primary);
}
.caption-container,
.caption-container2,
.caption-container3,
.caption-container4,
.caption-container5{
    text-align: center;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.caption-container .caption{
    color: var(--color-black);
    font-size: 1.2rem;
    font-weight: 600;
}
.tour-row:after,
.tour-row2:after,
.tour-row3:after,
.tour-row4:after, 
.tour-row5:after {
    content: "";
    display: table;
    clear: both;
}
.tourColumn {
    float: left;
    width: 16.66%;
    padding: 5px;
}
.tourColumn img{
    height: 200px;
    width: 100%;
}
.demo,
.demo2,
.demo3,
.demo4,
.demo5{
    opacity: 0.6;
}
.active,
.demo:hover, 
.demo2:hover,
.demo3:hover,
.demo4:hover,
.demo5:hover {
    opacity: 1;
}
























