body {
    font-family: 'Inter', serif;
    margin: 0;
    padding: 0;
    background-color: #F2EEEB;  
    color: #3B2F2F;
    font-size: 18px;
}

html, body {
    overflow-x: hidden;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
    box-sizing: border-box;
    color: white;
    background-color: transparent;  
    overflow: hidden;
    z-index: 1000;
}

.logo {
    float: left;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: bold;
}

.logo-icon {
    height: 32px;     
    width: auto;
}
.logo img {
    height: 32px;
    width: auto;
}


nav {
    float: right;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-size: 16px;
	font-weight: 400;
}

nav a:hover {
    text-decoration: underline;
}

nav {
    float: right;
    text-align: right;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-left: 30px;
}

nav a:hover {
    text-decoration: underline;
}


.hero {
    position: relative;
    width: 100%;
    height: 560px;
    background-image: url("../Images/Header.jpg");
    background-size: cover;
    background-position: top;  
    background-repeat: no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-title-wrapper {
    position: absolute;
	font-family: "Quicksand", sans-serif;
	font-weight: 300;	
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.hero-title-wrapper h1 {
    margin: 0 0 12px 0;  
    font-size: 64px;
    font-weight: 300;         
    letter-spacing: 1px;
}

.hero-row {
    position: absolute;
    bottom: 40px;
    right: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.hero-subtitle {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: white;
    white-space: nowrap; 
}

.hero-cta {
    padding: 10px 22px;
    background-color: #FFFFFF; 
    color: #2A2A2A; 
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.hero-cta:hover {
    background-color: #F2F2F2;
}

main {
    max-width: 1200px;
    margin: 40px auto 80px;
    padding: 0 40px 48px;
    box-sizing: border-box;
}

.clear-float {
    clear: both;
}

.highlights-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 40px;
}
.highlights-wrapper h2 {
    font-size: 30px;
    font-weight: 700;
	margin-top: 0;
    color: #403934;
}
.highlight-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.highlight-card {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
	background: white;
	border-radius: 12px;
	box-shadow: 0.2s ease;
	overflow: hidden;
	padding-bottom: 10px;
	width: 40%;
	transition: transform 0.2s ease;
}

.highlight-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    transition: 0.2s ease;
}

.highlight-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.highlight-card h3 {
    margin: 16px 20px 6px;
    font-size: 22px;
    font-weight: 600;
    
	text-decoration: underline;
    transition: 0.2s ease;
}

.highlight-card h3:hover {
    text-decoration: underline;
    color: #9B111E;           
}


.highlight-card p {
    margin: 0 20px 20px;
    color: black;
    font-size: 16px;
}
.read-more {
    font-size: 14px;
    color: #9B111E;
    text-decoration: underline;
    margin-top: 5px;
}

.highlight-card .read-more {
    color: #9B111E;        
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}

.highlight-card .read-more:hover {
    color: #800020;       
    text-decoration: underline;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 50px 0;
}
.about-wrapper {
    max-width: 1200px;        
    margin: 50px auto 60px;    
    padding: 32px 40px;         
    background-color: #D9D9D9;
    border-radius: 18px;
    gap: 40px;
}

.about-wrapper h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}

.about-columns {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.about-text {
    flex: 2;
    font-size: 16px;
    color: #444;
}

.about-text ul {
    padding-left: 20px;
    margin-top: 12px;
}

.about-text li {
    margin-bottom: 8px;
}

.about-side {
    flex: 1;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.about-note {
    margin: 0;
}

.mood-wrapper {
    padding: 32px 0 40px;
   
}

.mood-wrapper h2 {
    margin: 0;
	font-family: 'Inter', sans-serif;
    text-align: left;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777777;
    font-weight: 600;
}

.section-intro {
   
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #261C1E;
    font-style: normal;
}

.mood-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}


.mood-card {
    width: 290px;
    height: 180px;
    background: #D9D9D9; 
    border-radius: 60px;
    box-shadow: 0 10px 18px rgba(0,0,0,0.20);
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    color: #2A2A2A;
    margin: 20px;
}

.mood-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}


.mood-card.calm,
.mood-card.bored,
.mood-card.comfort,
.mood-card.escape {
    background-color: #D9D9D9;     
	text-decoration: none;
}




.mood-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2A2A2A;
    margin: 0;
    letter-spacing: 1px;
}

.mood-card h3:hover { 
    text-decoration: none; 
    color: #9B111E;                        
}

.mood-card p {
    font-size: 14px;
    color: #5C4A4A;
    margin: 14px;
    opacity: 0.9;
	
}

.decade-wrapper {
    background-color: #D9D9D9;
    padding: 80px 0 80px;
}

.decade-wrapper ul li::marker {
    color: #9B111E;            
    font-size: 18px;
}


.decade-inner {
    max-width: 1200px;    
    margin: 0 auto;
    padding: 0 40px;     
    box-sizing: border-box;
}

.decade-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #444;
}

.decade-tagline {
    font-style: normal;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin: 8px 0 24px;
    color: #555;
    font-size: 20px;
}

.decade-layout {
    display: flex;
    align-items: flex-start;       
    justify-content: space-between;
    gap: 10px;                     
}

.decade-text {
    flex: 1;
}

.decade-intro {
    margin: 0 0 18px;
    font-size: 16px;
    color: #9B111E;           
    font-weight: 600;
}



.movie-list {
    list-style: disc;
    margin: 10px 0 0 22px;  
    padding: 0;
}

.movie-list li {
    margin-bottom: 20px;    
    line-height: 1.5;       
}

.movie-title {
    display: block;
    font-weight: 700;
    color: #222;
}

.movie-desc {
    display: block;
    margin-top: 3px;       
    font-size: 15px;
    color: #555;
}
.decade-img {
    width: 420px;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    flex-shrink: 0;
    object-fit: cover;
}

.see-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #9B111E;
}

.see-more-btn:hover {
    text-decoration: underline;
    color: #800020;            
}




footer {
    text-align: center;
    padding: 30px 0;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    margin-top: 0px;
}

footer a {
    color: #ffffff;
    text-decoration: underline;
}

footer a:hover {
    text-decoration: underline;
}


/* ---------------- WEBDEV1 PAGE  ---------------- */

.webdev-page {
    background-color: #F2EEEB;  
    color: #222222;
}

/* Top banner */
.wd-top-banner {
    width: 100%;
	height: 460px;
    padding: 72px 60px 56px;
    background-color: #D9D9D9;     
    box-sizing: border-box;
    margin-top: 0;
}


.wd-top-banner h1,
.wd-top-banner h2,
.wd-top-banner p {
    color: #9B111E;   
	
}

.wd-top-banner h1 {
    margin-top: 80px;
    max-width: 800px;
    font-size: 42px;
    font-weight: 700;
}

.wd-top-banner p {
    max-width: 800px;
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
}


.webdev-page .site-header {
    background-color: #C4C4C4;  
}


.webdev-page .logo span,
.webdev-page .site-header nav a {
    color: white;
    font-weight: 400;
	text-decoration: none;
}

.webdev-page .site-header nav a:hover {
    color: #800020;
    text-decoration: underline;
}


.content-section {
    width: 100%;
    box-sizing: border-box;
    padding: 48px 60px;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    line-height: 1.6;
}


.content-section h2 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 26px;
    color: #222222;   
    letter-spacing: 0.02em;
}


.wd-purpose {
    background-color: #FFFFFF;      
}

.wd-html {
    background-color: #E5E5E5;     
}

.wd-css {
    background-color: #FFFFFF;      
}

.wd-design {
    background-color: #C4C4C4;     
    color: #1F1F1F;
}

.wd-credits {
    background-color: #FFFFFF;
}

.wd-summary {
    background-color: #D9D9D9;     
}

.wd-a2-learning {
    background-color: #ffffff; /* matches your alternating pattern */
}


/* Image block */
.wd-image {
    text-align: left;
    margin: 24px 0 0;
}

.wd-image img {
    width: 32%;
    max-width: 720px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.design-list,
.wd-html ul,
.wd-css ul,
.summary-list {
    padding-left: 22px;
    margin: 0;
}

.design-list li,
.wd-html li,
.wd-css li,
.summary-list li {
    margin-bottom: 8px;
    font-size: 16px;
}


.design-list li::marker,
.summary-list li::marker {
    color: #9B111E;
}

.content-section ul li b,
.content-section ul li strong {
    color: #9B111E;
}


.feature-title {
    color: #9B111E;
    font-weight: bold;
}

.module-note {
    margin-top: 14px;
    font-size: 15px;
    color: #666666;
    font-style: italic;
}

/* ---------------- TERMS & CONDITIONS PAGE ---------------- */

.terms-page {
    background-color: #F2EEEB;
    color: #222222;
}


.terms-hero {
    background-color: #D9D9D9;
	height: 460px;
    padding: 90px 60px 60px;
    box-sizing: border-box;
    margin-top: 20px;
}

.terms-hero-inner {
    max-width: none;
    margin: 0 auto;
}

.terms-hero h1 {
    margin: 60px 0 16px;
    font-size: 40px;
    font-weight: 700;
    color: #9B111E;        
}

.terms-hero p {
    font-size: 18px;
    line-height: 1.6;
    color: #9B111E;  
max-width: 800px;	
}


.terms-main {
    max-width: none;
    margin: 0;
    padding: 0;
}


.terms-section {
    width: 100%;
    box-sizing: border-box;
    padding: 48px 60px;
    border-bottom: 1px solid #E0E0E0;
    background-color: #F2EEEB;
}

.terms-section:last-of-type {
    border-bottom: none;
}

.terms-section h2 {
    font-size: 24px;
    margin: 0 0 12px;
    color: #222222;
}

.terms-section p {
    margin: 0 0 12px;
    line-height: 1.6;
    font-size: 16px;
}

.terms-section ul {
    margin: 0 0 12px 22px;
    padding: 0;
    line-height: 1.6;
}

.terms-section li {
    margin-bottom: 6px;
}


.terms-page .site-header {
    background-color: #C4C4C4; 
}

.terms-page .logo span {
    color: white;
    font-weight: 400;
}

.terms-page .site-header nav a {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.terms-page .site-header nav a:hover {
    color: #800020;
    text-decoration: underline;
}



/* ---------------- CONTACT PAGE ---------------- */

.contact-page {
    background-color: #F2EEEB;
    color: #222222;
}

.contact-page .site-header {
    background-color: #C4C4C4;
}

.contact-page .logo span {
    color: white;
    font-weight: 400;
}

.contact-page .site-header nav a {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.contact-page .site-header nav a:hover {
    color: #800020;
    text-decoration: underline;
}

/* hero band */
.contact-hero {
    width: 100%;
	height: 460px;
    padding: 90px 60px 56px;
    background-color: #D9D9D9;
    box-sizing: border-box;
    margin-top: 30px;
}

.contact-hero h1 {
    font-size: 42px;
    margin: 40px 0 16px;
    color: #9B111E;
}

.contact-hero p {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.6;
    color: #9B111E;
}

.contact-main {
    padding: 48px 60px 60px;
    box-sizing: border-box;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}


.contact-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px 24px 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    box-sizing: border-box;
}

.contact-card h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
    color: #222222;
}

.contact-card h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-intro {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 15px;
    color: #555555;
}

.contact-card {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.contact-note {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
    font-style: italic;
}

/* form controls */

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    background-color: #FAFAFA;
    box-sizing: border-box;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #9B111E;
    box-shadow: 0 0 0 2px rgba(155, 17, 30, 0.15);
}

.btn-contact {
    margin-top: 8px;
    align-self: flex-start;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid #9B111E;
    background-color: #FFFFFF;
    color: #9B111E;
    font-size: 15px;
    cursor: pointer;
}

.btn-contact:hover {
    background-color: #9B111E;
    color: #FFFFFF;
}

.contact-info ul {
    margin: 4px 0 0 20px;
    padding: 0;
    line-height: 1.5;
}

.contact-info li {
    margin-bottom: 4px;
}

.contact-info p,
.contact-info li,
.contact-info h2,
.contact-info h3 {
    color: #5C4A4A;
}

.contact-info strong {
    color: #5C4A4A;
}


@media (max-width: 768px) {

  
    body {
        font-size: 16px;
    }

    .site-header {
        padding: 12px 16px;
    }

    .logo {
        font-size: 20px;
    }

    nav a {
        margin-left: 12px;
        font-size: 14px;
    }

    /* HERO */
    .hero {
        height: 420px;
    }

    .hero-title-wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding: 0 16px;
    }

    .hero-title-wrapper h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero-row {
        right: 16px;
        left: 16px;
        bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hero-subtitle {
        font-size: 16px;
        white-space: normal;     
        max-width: 100%;
    }

    .hero-cta {
        font-size: 14px;
        padding: 8px 18px;
    }

    /* MAIN */
    main {
        max-width: 100%;
        padding: 0 16px 32px;
        margin: 24px auto 48px;
    }

    /* HIGHLIGHTS SECTION */
    .highlights-wrapper {
        padding: 0 16px;
        margin: 40px auto;
    }

    .highlight-cards {
        flex-direction: column;
        gap: 24px;
    }

    .highlight-card {
        width: 100%;
    }

    .highlight-card img {
        height: 200px;
    }

    /* ABOUT SECTION */
    .about-wrapper {
        margin: 40px auto;
        padding: 24px 16px;
    }

    .about-columns {
        flex-direction: column;
        gap: 24px;
    }

    /* MOOD CARDS */
    .mood-wrapper {
        padding: 24px 0 32px;
    }

    .mood-wrapper h2 {
        font-size: 28px;
    }

    .mood-row {
        gap: 20px;
        margin-top: 24px;
        justify-content: center;
    }

    .mood-card {
        width: 100%;
        max-width: 320px;
        height: auto;
        border-radius: 40px;
        margin: 10px 0;
        padding: 16px 12px;
    }

    .mood-card h3 {
        font-size: 22px;
    }

    .mood-card p {
        font-size: 13px;
    }

    /* POPULAR MOVIES SECTION */
    .decade-wrapper {
        padding: 48px 0;
    }

    .decade-inner {
        padding: 0 16px;
    }

    .decade-layout {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .decade-img {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .movie-list {
        margin-left: 20px;
    }

    .movie-list li {
        margin-bottom: 16px;
        font-size: 18px;
    }

    /* FOOTER */
    footer {
        padding: 20px 10px;
        font-size: 13px;
    }

    footer nav a {
        display: inline-block;
        margin: 0 6px;
        font-size: 13px;
    }


    /* ------- WEBDEV1 / TERMS / CONTACT ------- */

    .wd-top-banner,
    .terms-hero,
    .contact-hero {
        padding: 56px 20px 32px;
        height: auto;
    }

    .wd-top-banner h1 {
        margin-top: 40px;
        font-size: 28px;
    }

    .wd-top-banner p,
    .terms-hero p,
    .contact-hero p {
        font-size: 16px;
        max-width: 100%;
    }

    .content-section,
    .terms-main,
    .contact-main {
        padding: 32px 20px;
    }

    .contact-grid {
        display: block;
    }

    .contact-card {
        margin-bottom: 24px;
    }
}
