

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f1ed;
}

h2, h3, h4 {
    margin: 0;
}

section {
    padding: 60px 80px;
}
/*============================================================*/
/*============================================================*/
/* ------------------ Header thingy 
 ------------------ */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background: white;
}

.logo img {
    width: 260px;
}

nav {
    display: flex;
    gap: 15px;
}



/* Nav buttons w the animation thing */
nav a {
    text-decoration: none;
    padding: 10px 18px;
    background-color: #D68189; /* rose */
    color: white;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* NAV HOVER thingy */
nav a:hover {
    background-color: #b84d65; /* dark pink */
    transform: translateY(-5px);
}

/* ------------------ WELCOME syntax ------------------ */

.welcome {
    text-align: center;
    background-color: #f4f1ed;
}

.welcome h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.welcome p {
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 14px;
}

/* ------------------ FEATURED syntax ------------------ */

.featured {
    background-color: #d9d2cc;
    text-align: center;
}

.featured h3 {
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.featured-sub {
    font-size: 14px;
    margin-bottom: 40px;
}

/* big dragon pic */
.featured-image img {
    width: 100%;
    max-width: 1100px;
    border-radius: 12px;
}


.featured-content {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Left  */
.featured-text {
    max-width: 520px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

/* Enroll btn */
.enroll-box {
    background-color: #c9a79b;
    padding: 30px;
    border-radius: 12px;
    width: 260px;
    color: white;
    text-align: center;
}

/* Price circle syntax */
.price-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: white;
    color: #b84d65;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 20px auto;
    font-size: 22px;
}

/* JOIN BUTTON */
.enroll-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #b84d65; /* dark pink */
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* JOIN HOVER */
.enroll-btn:hover {
    background-color: black;
    transform: translateY(-3px);
}

/* ------------------ INFO SECTION ------------------ */

.info-section {
    text-align: center;
    background-color: #f4f1ed;
}

.info-section p {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}

/* ------------------ MASTERCLASS ------------------ */

.masterclass {
    background-color: #d9d2cc;
    text-align: center;
}

.masterclass h3 {
    letter-spacing: 10px;
}

.masterclass p {
    margin-bottom: 40px;
}

/* FLEXBOX GRID */
.master-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* CARDS */
.master-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    width: 230px;
    text-align: center;
    transition: transform 0.5s ease;
}

.master-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Slight lift animaton hover */
.master-card:hover {
    transform: translateY(-5px);
}

/* Skill */
.skill {
    margin-top: 15px;
    background-color: #b84d65;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    transition: background-color 0.5s ease;
}

/* Skill hover */
.skill:hover {
    background-color: black;
}

/* ------------------ FOOTER ------------------ */

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    background-color: #b88f82;
    color: white;
    font-size: 13px;
    flex-wrap: wrap;
}

.footer-brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-brand img {
    width: 150px;
    margin-right: 10px;
}

/*============================================================*/
/*============================================================*/
/*============================================================*/
/*FORDA About Page CSS*/
/* ================
=====  ======== 
 ================*/



/* Banner PARTS */
.banner {
    background-image: url("images/bg-tile.jpg");
    background-repeat: repeat;
    padding: 50px 80px;
    color: white;
}

.banner h2 {
    font-size: 40px;
    letter-spacing: 5px;
}

/* ORIGAMI MASTERS PART.... */

.origami-masters {
    text-align: center;
    background-color: #f4f1ed;
}

.origami-masters h3 {
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.origami-masters p {
    margin-bottom: 40px;
}

/* FLEX container for the 2 circles thingy */
.masters {
    display: flex;
    justify-content: center;
    gap: 120px;
    flex-wrap: wrap;
}

/* Individual masters  */
.master {
    text-align: center;
}

.master img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

/* 
FORDA SCHOOL MASTERS SECTION PART */

.school-masters {
    background-color: #d9d2cc;
    text-align: center;
}

/* Main container (big portrait and teach) */
.school-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
    margin-top: 50px;
    flex-wrap: wrap;
}

/* Big headmaster pic */
.headmaster {
    text-align: center;
}

.headmaster img {
    width: 300px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.teachers {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 500px;
    justify-content: center;
}

/* Individual teach parts */
.teacher {
    text-align: center;
    width: 150px;
}

.teacher img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/*============================================================*/
/*============================================================*/
/*============================================================*/
/* ========================= FORDA LESSONS PAGE ,
                             LAST PAGE FOR CE3 
=====  ====== 
 ========================= */

.masterclass {
    text-align: center;
    padding: 80px 0;
    background-color: #e9e6e3;
}

.masterclass h3 {
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.masterclass p {
    margin-bottom: 50px;
}

/* GRID FOR 12 CARDS */
.lesson-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

/* CARD itself*/
.lesson-card {
    background-color: #d8c4a8;
    padding: 20px;
    border-radius: 10px;
    width: 220px;
    text-align: center;
    transition: transform 0.3s ease;
}

.lesson-card:hover {
    transform: translateY(-8px);
}

.lesson-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.lesson-card h4 {
    margin-bottom: 15px;
}

.lesson-card button {
    background-color: #e25a7b;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

.lesson-card button:hover {
    background-color: #c84767;
}

/* ========================= */
/* the embed videos on yt */
/* ========================= */

.vid-lessons {
    background-color: #d9d5d2;
    padding: 80px 0;
    text-align: center;
}

.vid-lessons h3 {
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.vid-lessons p {
    margin-bottom: 50px;
}

.vid-grid {

     display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.vid-card {

    background: white;
    padding: 15px;
    border-radius: 10px;
    width: 300px;  
    flex: 0 0 300px;
}

.vid-card iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: none;
    margin-bottom: 15px;
}

/* Mobile responsiveness for the navbar bug fix*/
@media (max-width: 768px) {

    header {
        flex-direction: column;
        text-align: center;
    }

    nav {
        flex-direction: column;
        gap: 10px;
    }

}

/* FOR THE CONTACT PAGES NAMAN, LAST ACTIVITY */
.contact-map {
    padding: 0;
}

.map-frame {
    width: 100%;
    height: 420px;
    border: none;
}

/* main layout */

.contact-main {
    display: flex;
    justify-content: center;
    gap: 120px;
    padding: 60px 80px;
    flex-wrap: wrap;
}

/* FORM SIDE */

.contact-form {
    max-width: 420px;
}

.contact-form h3 {
    margin-bottom: 20px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-size: 14px;
    margin-top: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 10px;
    border-radius: 8px;
    border: none;
    margin-top: 6px;
    background-color: #e5dfda;
}

/* radio buttons */

.radio-group {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}

/* checkbox */

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 8px;
}

/* SEND BUTTON */

.send-btn {
    margin-top: 20px;
    width: 90px;
    padding: 10px;
    border: none;
    background-color: #e25a7b;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.send-btn:hover {
    background-color: #c84767;
}


/* CONTACT INFO */

.contact-info {
    max-width: 320px;
}

.contact-info h3 {
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 14px;
    line-height: 1.6;
}

/* ================================= */
/* MOBILE RESPONSIVE */
/* ================================= */

@media (max-width: 768px) {

.contact-main {
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.map-frame {
    height: 300px;
}

}