* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: rgb(252, 139, 139);
    color: #222;
    line-height: 1.6;
    padding: 0px;
}

.container {
    max-width: 750px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    padding: 15px;
    border-radius: 12px;
}

/* Top Header & Brand Area */
.section-up{
    background: #80a0ff;
    padding-bottom: 30px;
}
.header-top {
    display: flex;
}

.header-top-left {
    width: 86%;
    font-size: 24px;
    margin-left: 137px;
}

header {
    text-align: center;
    margin-bottom: 5px;
}
header h2{
    text-align: center;
    font-size: 32px;
    color: #12005f;
    margin-top: -5px;
    font-weight: 700;
}
.header-bottom{
    text-align: center;
}
.header-bottom h1{
    font-size: 55px;
    color: #00A7FF;
}
.header-bottom h2{
    font-size: 36px;
    color: #ff8686;
}
.header-bottom h3{
    font-size: 36px;
    color: #00A7FF;
}
.header-bottom h4{
    font-size: 36px;
    color: #ffffff;
}
.header-bottom h4 strong{
    font-weight: 700;
}
.header-bottom h5{
    font-size: 24px;
    color: #ff8686;
    font-weight: 700;
}
.header-bottom h5 span{
    font-size: 24px;
    color: #ffffff;
}
.header-bottom h6{
    font-size: 20px;
    color: #ffffff;
}
.image-placeholder-top {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 10px auto;
    display: block;
}

.brand-title {
    font-size: 26pt;
    font-weight: bold;
    color: #1a0dab;
    border: 4px solid #e67e22;
    padding: 0px;
    display: inline-block;
    width: 100%;
    max-width: 650px;
    background: #fff;
    margin-bottom: 20px;
}

.brand-title span {
    color: #e20808;
}
.bl{
    color: #05022d;
    display: inline-block;
}

/* Top Navigation */
nav {
    /* background: #2c3e50; */
    border-radius: 6px;
    margin-bottom: 35px;
    
}

nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
nav ul li {
    border: 1px solid rgb(106, 106, 173);
    
}

nav ul li a {
    display: block;
    color: white;
    padding: 14px 22px;
    text-decoration: underline black;
    font-size: 11pt;
    font-weight: 800;
    transition: all 0.3s ease;
}

nav ul li a:hover {
    background: #34495e;
    color: #f1c40f;
}

.sub-header-text {
    font-size: 22pt;
    color: #D0D0FF;
    font-weight: bold;
    margin: 0px 0;
    text-align: center;
}

/* Layout Row & Section Configuration */
.section-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.section-row-section{
    display: flex;
}
.section-row-section-left{
    width: 60%;
    margin-right: 20px;
}
.section-row-section-right{
    width: 40%;
}
.section-row-section-right img{
    width: 300px;
    height: auto;
}
.section-row-bottom-first{
    text-align: center;
}

.section-row-bottom-1{
    display: flex;
}
.section-row-bottom-1-left{
    width: 60%;
    margin-right: 20px;
}
.section-row-bottom-1-right{
    width: 40%;
}
.section-row-bottom-1-right img{
    width: 300px;
    height: 300px;
}
.section-row-bottom-3{
    text-align: center;
}

.section-row-bottom-4{
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.section-row-bottom-4-left{
    width: 70%;
}
.section-row-bottom-4-right img{
    width: 250px;
    height: auto;
}
.box-1{
    margin: 0px 100px;
    border: 2px solid black;
}
.row-reverse {
    flex-direction: row-reverse;
}

.text-content {
    flex: 1.2;
}

.image-content {
    flex: 0.8;
    text-align: center;
    width: 300px;
    height: 200px;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 300px;
}

/* Typography & Custom Text Boxes */
h1{
    font-size: 40px;
    font-weight: 700;
}
h2 {
    font-size: 19pt;
    color: #000000;
    margin-bottom: 15px;
   
    padding-left: 15px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
    color: #000000;
    margin-top: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.3;
}

p {
    font-size: 11.5pt;
    margin-bottom: 14px;
    
    color: #333;
}

.highlight-accent {
    background: #fff3cd;
    border-left: 6px solid #ffc107;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12pt;
}

.call-to-action {
    background: #e8f4fd;
    border: 2px dashed #3498db;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin: 40px 0;
}

.call-to-action h2 {
    border: none;
    padding: 0;
    color: #c0392b;
    margin-bottom: 10px;
}

.btn-submit {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 14px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 13pt;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

/* Features & Courses Grid Layout */
.grid-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 25px;
}

.card-item {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* Bottom Footer Information */
footer {
    background: #2c3e50;
    color: white;
    text-align: center;
    padding: 40px 20px;
    margin-top: 50px;
    border-radius: 8px;
}

footer h2 {
    border: none;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18pt;

}

footer p {
    text-align: center;
    font-size: 11pt;
    margin-bottom: 10px;
    color: #ecf0f1;
}

footer a {
    color: #f1c40f;
    text-decoration: none;
    font-weight: bold;
}





























/* ============================================
   RESPONSIVE CSS - MOBILE & TABLET ONLY
   ============================================ */

/* MOBILE & TABLET - 320px to 768px */
@media (max-width: 768px) {
    
    body {
        padding: 5px 0;
    }

    .container {
        padding: 10px;
        margin: 5px auto;
        border-radius: 8px;
    }

    .section-up {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    /* Header Top */
    .header-top {
        gap: 10px;
        padding: 0 5px;
        align-items: center;
        max-height: 200px;
    }

    .header-top-left {
        width: 70%;
        font-size: 16px;
    }

    .header-top-left h1 {
        font-size: 18px;
        margin-bottom: 0px !important;
    }

    .header-top-right {
        width: 30%;
    }

    .image-placeholder-top {
        max-width: 180px;
    }

    /* Header Styles */
    header{
        margin-bottom: -14px !important;
    }
    header h2 {
        font-size: 22px;
    }

    .header-bottom h1 {
        font-size: 22px;
        
    }

    .header-bottom h2 {
        font-size: 18px;
    }

    .header-bottom h3 {
        font-size: 16px;
    }

    .header-bottom h4 {
        font-size: 16px;
    }

    .header-bottom h5 {
        font-size: 14px;
    }
    .header-bottom h5 span {
        font-size: 11px;
    }

    .header-bottom h6 {
        font-size: 12px;
    }

    /* Brand Title */
    .brand-title {
        font-size: 16px;
        padding: 10px;
        max-width: 95%;
        border-width: 3px;
    }

    /* Navigation */
    nav {
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }

    nav ul {
        gap: 0;
    }

    nav ul li {
        flex: 1;
        min-width: 70px;
    }

    nav ul li a {
        padding: 10px 8px;
        font-size: 9px;
        line-height: 1.3;
    }

    /* Sub Header */
    .sub-header-text {
        font-size: 16px;
        margin: 15px 5px;
        color: #39CCFF !important;
    }

    /* Text Content Image */
    .text-content-image {
        gap: 10px;
        padding: 10px 5px;
    }

    .text-content-image img {
        width: 106px !important;
    }

    /* Section Row Up */
    .section-row-up {
        padding: 10px 5px;
    }

    .section-row-up h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .section-row-section {
        gap: 15px;
        padding: 5px 0;
    }

    .section-row-section-left {
        width: 58%;
        padding-right: 8px;
    }

    .section-row-section-right {
        width: 42%;
    }

    .section-row-section-right img {
        max-width: 250px;
    }

    /* Section Row Bottom */
    .section-row-bottom {
        padding: 15px 5px;
    }

    .section-row-bottom-first h1 {
        font-size: 20px;
    }

    .section-row-bottom h3 {
        font-size: 14px;
        margin: 10px 0;
    }

    /* Section Row Bottom 1 */
    .section-row-bottom-1 {
        gap: 15px;
        margin-bottom: 20px;
        padding: 8px;
    }

    .section-row-bottom-1-left {
        width: 58%;
        padding-right: 8px;
    }

    .section-row-bottom-1-left h3 {
        font-size: 14px;
    }

    .section-row-bottom-1-right {
        width: 42%;
    }

    .section-row-bottom-1-right img {
        max-width: 250px;
        height: auto;
    }

    /* Section Row Bottom 2 */
    .section-row-bottom-2 {
        padding: 10px 5px;
    }

    .section-row-bottom-2 h3 {
        font-size: 14px;
        margin: 8px 0;
    }

    /* Section Row Project */
    .section-row-project {
        padding: 10px 5px;
        margin: 15px 5px;
    }

    .section-row-project h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .section-row-project h3 {
        font-size: 13px;
        margin: 8px 0;
    }

    /* Section Row */
    .section-row {
        gap: 15px;
        margin-bottom: 20px;
        padding: 8px;
    }

    .text-content h3 {
        font-size: 14px;
    }

    .image-content img {
        max-width: 250px;
    }

    /* Section Row Bottom 3 */
    .section-row-bottom-3 {
        padding: 15px 5px;
    }

    .section-row-bottom-3 h1 {
        font-size: 20px;
        margin: 8px 0;
    }

    .section-row-bottom-3 h2 {
        font-size: 15px;
        margin: 8px 0;
    }

    .section-row-bottom-3 h3 {
        font-size: 14px;
    }

    /* Box */
    .box-1 {
        margin: 0px 20px !important;
        padding: 15px 10px;
        max-width: 95%;
    }

    .box-1 h1 {
        font-size: 18px;
        margin: 8px 0;
    }

    .box-1 h3 {
        font-size: 13px;
        margin: 6px 0;
    }

    /* Section Row Bottom 4 */
    .section-row-bottom-4 {
        gap: 15px;
        padding: 15px 5px;
    }

    .section-row-bottom-4-left {
        width: 65%;
    }

    .section-row-bottom-4-left h3 {
        font-size: 13px;
        margin: 6px 0;
    }

    .section-row-bottom-4-left p {
        font-size: 10px;
        margin: 4px 0;
    }

    .section-row-bottom-4-right {
        width: 35%;
    }

    .section-row-bottom-4-right img {
        max-width: 200px;
    }

    /* Typography */
    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 14px;
        padding-left: 8px;
    }

    h3 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 6px;
    }

    p {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .img-15 img{
        width: 200px;
    }

    .img-12 img{
        width: 370px !important;
    }

    .highlight-accent {
        padding: 10px 12px;
        font-size: 10px;
        margin: 12px 5px;
    }

    .call-to-action {
        padding: 15px 10px;
        margin: 20px 5px;
    }

    .btn-submit {
        padding: 10px 20px;
        font-size: 11px;
        margin-top: 12px;
    }

    /* Grid */
    .grid-two-columns {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 15px 5px;
    }

    .card-item {
        padding: 12px;
    }

    /* Footer */
    footer {
        padding: 20px 10px;
        margin-top: 30px;
    }

    footer h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    footer p {
        font-size: 10px;
        margin-bottom: 6px;
    }
}

























/* EXTRA SMALL MOBILE - 320px to 480px */
@media (max-width: 480px) {
    
    body {
        padding: 3px 0;
    }

    .container {
        padding: 8px;
        margin: 2px auto;
    }

    .header-top {
        gap: 5px;
        padding: 0 3px;
        align-items: center;
    }

    .header-top-left {
        width: 65%;
        font-size: 14px;
        margin-left: 100px;
    }

    .header-top-left h1 {
        font-size: 14px;
    }

    .header-top-right {
        width: 35%;
    }

    .image-placeholder-top {
        max-width: 140px;
    }

    header{
        margin-bottom: -14px !important;
    }

    header h2 {
        font-size: 16px;
    }

    .header-bottom h1 {
        font-size: 27px;
        margin: 0px !important;
    }

    .header-bottom h2 {
        font-size: 14px;
        margin: 0px !important;
    }

    .header-bottom h3 {
        font-size: 12px !important;
        margin: 0px !important;
    }

    .header-bottom h4 {
        font-size: 12px;
    }

    .header-bottom h5 {
        font-size: 11px;
    }
    .header-bottom h5 span {
        font-size: 11px;
    }

    .header-bottom h6 {
        font-size: 10px;
        font-size: 10px !important;
    }

    .brand-title {
        font-size: 13px;
        padding: 8px;
        max-width: 98%;
    }

    nav {
        margin: 0px 3px;
    }

    nav ul li {
        min-width: 67px;
    }

    nav ul li a {
        padding: 8px 5px;
        font-size: 8px;
        line-height: 1.2;
    }

    .sub-header-text {
        font-size: 16px;
        margin: 10px 3px;
    }

    .text-content-image {
        gap: 8px;
        padding: 8px 3px;
    }

    .text-content-image img {
        width: 106px !important;
    }

    .section-row-up {
        padding: 8px 3px;
    }

    .section-row-up h3 {
        font-size: 12px;
    }

    .section-row-section {
        gap: 10px;
        padding: 3px 0;
    }

    .section-row-section-left {
        width: 55%;
        padding-right: 5px;
    }

    .section-row-section-right {
        width: 45%;
    }

    .section-row-section-right img {
        max-width: 155px;
    }

    .section-row-bottom {
        padding: 10px 3px;
    }

    .section-row-bottom-first h1 {
        font-size: 16px;
    }

    .section-row-bottom h3 {
        font-size: 12px;
    }

    .section-row-bottom-1 {
        gap: 10px;
        margin-bottom: -28px;
        padding: 5px;
        line-height: 1.3;
    }

    .section-row-bottom-1-left {
        width: 55%;
        padding-right: 5px;
    }

    .section-row-bottom-1-left h3 {
        font-size: 12px;
        margin: 0px !important;
    }

    .section-row-bottom-1-right {
        width: 45%;
    }

    .section-row-bottom-1-right img {
        max-width: 152px;
        height: 160px;
    }
    

    .section-row-bottom-2 {
        padding: 8px 3px;
    }

    .section-row-bottom-2 h3 {
        font-size: 12px;
        margin: 0px;
    }

    .section-row-project {
        padding: 5px 3px;
        margin: 0px 3px;
    }

    .section-row-project h2 {
        font-size: 13px;
    }

    .section-row-project h3 {
        font-size: 12px;
        margin: 0px;
    }

    .section-row {
        gap: 10px;
        margin-bottom: 15px;
        padding: 5px;
    }

    .text-content h3 {
        font-size: 12px;
    }

    .image-content img {
        max-width: 200px;
    }

    .section-row-bottom-3 {
         padding: 27px 3px;
    }

    .section-row-bottom-3 h1 {
        font-size: 16px;
    }

    .section-row-bottom-3 h2 {
        font-size: 13px;
        margin: 0px;
    }

    .section-row-bottom-3 h3 {
        font-size: 12px;
        margin: 0px;
    }

    .box-1 {
        margin: 0px 20px !important;
        padding: 12px 8px;
        max-width: 98%;
    }

    .box-1 h1 {
        font-size: 14px;
    }

    .box-1 h3 {
        font-size: 11px;
    }

    .section-row-bottom-4 {
        gap: 10px;
        padding: 10px 3px;
    }

    .section-row-bottom-4-left {
        width: 60%;
    }

    .section-row-bottom-4-left h3 {
        font-size: 12px;
    }

    .section-row-bottom-4-left p {
        font-size: 9px;
    }

    .section-row-bottom-4-right {
        width: 40%;
    }

    .section-row-bottom-4-right img {
        max-width: 140px;
    }

    h1 {
        font-size: 14px;
    }

    h2 {
        font-size: 12px;
        padding-left: 5px;
    }

    h3 {
        font-size: 12px;
        font-weight: 400;
    }

    p {
        font-size: 9px;
    }

    .img-15 img{
        width: 350px;
    }
    .img-12 img{
        width: 335px !important;
    }


    .highlight-accent {
        padding: 8px 10px;
        font-size: 9px;
        margin: 10px 3px;
    }

    .call-to-action {
        padding: 12px 8px;
        margin: 15px 3px;
    }

    .btn-submit {
        padding: 8px 15px;
        font-size: 10px;
        margin-top: 10px;
    }

    .grid-two-columns {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 10px 3px;
    }

    .card-item {
        padding: 10px;
    }

    footer {
        padding: 15px 8px;
        margin-top: 20px;
    }

    footer h2 {
        font-size: 12px;
    }

    footer p {
        font-size: 9px;
    }
}































