* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    /* Base font size on desktop */
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    /* 16px */
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

p {
    font-weight: 400;
    font-size: 1.1rem;
    /* 17.6px (slightly larger for readability) */
    margin-bottom: 1rem;
}

h1 {
    font-size: 4.2rem;
    /* 67.2px */
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.8rem;
    /* 44.8px */
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    color: #111421;
}

h3 {
    font-size: 1.8rem;
    /* 28.8px */
    font-weight: 700;
    margin-bottom: 1rem;
    color: #54573c;
    text-transform: uppercase;
    line-height: 1.2;
}

h4 {
    font-size: 1.2rem;
    /* 19.2px */
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #111421;
}

/* Buttons */
.cta-button,
.submit-btn {
    font-size: 1rem;
    /* 16px */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    border-radius: 59px;
    transition: background 0.3s ease;
    margin-top: 1rem;
}

/* Form inputs */
.form-group input,
.form-group select {
    font-size: 1rem;
}

/* Hero Section overrides */
.hero h1 {
    font-size: 4.2rem;
}

.hero p {
    font-size: 1.2rem;
}

.hero .stats {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}




p {
    font-weight: 400;

}

.open-sans-<uniquifier > {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

img {
    max-width: 100%
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
nav {
    background: #54573c;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #c7c7c7;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../img/TampaInternship_Tree.png) no-repeat left;
    background-size: contain;
    padding-left: 45px;
    letter-spacing: 2px
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #eb7064;
}

/* Hero Section */
.hero {

    background: url(../img/collage3.jpg) center !important;
    background-size: cover;
    color: white;
    padding: 0;



}

.hero .container {
    display: flex;
    align-items: center;
    gap: 3rem;

}

.hero .container div {
    flex: 1;

    text-align: center
}

.hero .container div:first-child {
    padding: 9rem 5rem
}

.hero h1 {
    font-size: 4.2rem;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.2
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    opacity: 0.9;

}

.hero .stats {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

.cta-button,
.submit-btn {
    display: inline-block;
    background: #54573c;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 59px;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0 !important
}

.RK {
    width: 600px;
    height: auto;

}

.submit-btn:hover,
.cta-button:hover {
    background: #c0392b;
}

#challenge {
    background: url(../img/collage3.jpg) center bottom !important;
    background-size: cover;
    /*
     background: linear-gradient(120deg, #011014 0%, #02161d 35%, #052431 70%, #093245 100%),
        radial-gradient(circle at 60% 30%, rgba(9, 50, 69, 0.4) 0%, transparent 70%) !important;
    background-size: cover;
    */
    padding: 0;

}

#challenge .container {
    display: flex;
    gap: 3rem;
    background: url(../img/RoyKirchner-1.png) no-repeat left bottom;
    background-size: auto 95%;
    height: 80vh;
    align-items: center;
}

.rk-photo {
    background: url(../img/RoyKirchner-2.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
    flex: 1;
    min-height: 400px
}

.rk-testi {

    flex: 1;
    text-align: center;
    padding: 8rem 0
}

.rk-testi h2 {
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    font-style: italic;
    font-family: times new roman, serif
}

.sig {
    width: 400px
}

#learning,
#apply {
    background: url(../img/bg-1.png) #dcd4c7;
    padding-bottom: 3rem
}

#testimonials {
    background: #54573c;
}

#testimonials h2,
#testimonials p,
#accolades h2 {
    color: #fff
}

#requirements {}

#requirements .video-container {
    margin-top: -15rem
}

#requirements h3,
#requirements p {
    text-align: center;
}

#accolades {
    background: url(../img/collage3.jpg) no-repeat center;
    background-size: cover;

}

.accolade-item img {
    max-width: 100%;
    margin-bottom: 2rem
}

#testimonials .container:first-child {
    display: flex;
    gap: 3rem;
    align-items: center
}

#testimonials .container:first-child div {
    flex: 1
}

.col-2 h2 {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.2
}

#testimonials .container:first-child h2 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.2
}

#testimonials .container:first-child p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem
}

#testimonials h2 {
    font-size: 2rem;
    margin-top: 2rem;
    text-align: center
}

#learning {
    padding-bottom: 15rem
}

#apply .section-content p {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

#apply h2 {
    font-weight: bold;
    text-transform: uppercase
}

#apply .video-container {
    margin-bottom: 3rem
}

.board {
    padding: 3rem 0
}

.board h3 {
    padding-top: 2rem
}

.board p,
.board h3 {
    color: #fff !important
}

.col-2 {
    padding: 6rem 0;
}

a:hover {
    opacity: 0.8
}

.col-2 a {
    text-decoration: none !important;
    color: #333
}

.col-2.legacy {
    padding-bottom: 0 !important
}

.col-2 .container {
    display: flex;
    gap: 3rem;
    align-items: center
}

.col-2 div {
    flex: 1
}

.col-2 h3 {
    color: #54573c
}

#opportunity-details {
    background: #f3efe9;
    padding: 6rem 0
}

#opportunity-details ul {
    margin-left: 20px
}

.asseenon {
    background: #111421 !important
}

/* Sections */
section {
    padding: 4rem 0;
}


h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #111421;
    font-weight: 600
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #54573c;
    text-transform: uppercase;
    line-height: 1.2
}

.section-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.section-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #555;
}

/* Learning Objectives */
.learning-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.learning-item {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.learning-item h4 {
    color: #111421;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

/* Requirements */
.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.requirements-box {
    background: #f3efe9;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #ebdecc;
}

#requirements h2 {
    margin-top: 30px
}

.requirements-box ul {
    list-style: none;
    padding-left: 0;
}

.requirements-box li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.requirements-box li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

/* Video Grid */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.video-container {

    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.video-wrapper h4 {
    color: #fff;
    margin: 1rem 0 2rem
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Accolades */
.accolades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.accolade-item {
    background: white;
    padding: 2rem 1rem;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;

}

.accolade-item a {
    text-decoration: none !important;
    color: #333
}

.accolade-item h3 {
    color: #111421;
    margin-bottom: 1rem;
    font-size: 1.4rem
}

/* Application Form */
.application-form {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 2rem auto;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #111421;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #3498db;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.file-upload {
    border: 2px dashed #ddd;
    padding: 2rem;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease;
}

.file-upload:hover {
    border-color: #3498db;
}

/*
.submit-btn {
    background: #27ae60;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #229954;
}*/

/* Footer */
footer {
    background: #111421;
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.location-info {
    background: url(../img/collage3.jpg) #34495e;
    background-size: cover;
    padding: 5rem 0;
    color: white;
    text-align: center;
}

.location-info h2 {
    color: #fff
}

footer p {
    margin-bottom: 0
}

/* Base styles */
nav {
    background-color: #54573c;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Nav links - desktop */
.nav-links {
    display: flex;
    list-style: none;
    gap: 1rem;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #eb7064;
}

/* Hamburger button - hidden on desktop */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    color: #c7c7c7;
    cursor: pointer;
}

#backToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    /* Hidden by default */
    background-color: #54573c;
    color: white;
    border: none;
    padding: 12px 22px;
    border-radius: 99px;
    font-size: 34px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: background-color 0.3s ease;
}

#backToTop:hover {
    background-color: #eb7064;
}

.Upload-video::after {
    content: "This text is added after the content of the .my-element class and is styled to appear as a separate paragraph.";
    display: block;
    /* Makes the generated content behave like a block-level element */
    margin-top: 1em;
    /* Adds space above the generated content */
    line-height: 1.5;
    /* Sets line height for readability */
    color: #555;
    /* Sets text color */
    font-size: 0.9em;
    /* Adjusts font size */
}

#wufoo-w1l5dz1j1pu92g4 {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    max-width: 600px;
    margin: auto
}
#apply #wufoo-w1l5dz1j1pu92g4 iframe {
    min-height: 1400px
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero .subtitle {
        font-size: 1.2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #challenge .container > div {
        flex-direction: column !important;
        text-align: center !important;
    }

    #challenge h2 {
        font-size: 1.8rem !important;
    }
}

/* Small tablets and large phones */
@media (max-width: 1024px) {
    html {
        font-size: 15px;
        /* slightly smaller */
    }

    h1 {
        font-size: 3.2rem;
        /* 48px */
    }

    h2 {
        font-size: 2.2rem;
        /* 33px */
    }

    h3 {
        font-size: 1.6rem;
        /* 24px */
    }

    h4 {
        font-size: 1.1rem;
        /* 17.6px */
    }

    p {
        font-size: 1rem;
    }

    .cta-button,
    .submit-btn {
        font-size: 0.9rem;
    }

    #challenge .container {
        background-position: 10% bottom;
        background-size: auto 90%;
        height: 600px;

    }

    .RK {
        width: 60%
    }

    .logo {
        line-height: 1.2;
        padding-left: 5%;
        letter-spacing: 2px;
    }

    .accolades-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;


    }

    .accolade-item {
        width: 30% !important
    }

    #opportunity-details.col-2 .container div:first-child {
        flex: 0 0 260px;
        /* fixed width */

    }

    #opportunity-details .container img {
        width: 300px
    }

    #accolades {
        background: url(../img/collage3.jpg) repeat center;
        background-size: contain;
    }

    #requirements h3,
    #requirements p {
        padding: 0 2rem;
    }

    #testimonials h2 {
        padding: 0 2rem;
    }
}

/* Mobile phones */
@media (max-width: 768px) {
    html {
        font-size: 16px;
        /* smaller base size */
    }

    h1 {
        font-size: 2.6rem !important;
        line-height: 1.4 !important
    }

    h2 {
        font-size: 2.2rem;
        line-height: 1.2 !important
    }

    h3 {
        font-size: 1.4rem;
        /* 19.6px */
    }


    .location-info h2 {
        font-size: 2.2rem
    }

    .location-info p {
        text-align: left
    }

    .cta-button,
    .submit-btn {
        font-size: 0.85rem;
        padding: 0.8rem 1.5rem;
    }

    #challenge .container {
        display: block;
        background-position: center bottom;
        background-size: auto 55%;
        height: 80vh;
    }

    .rk-testi {
        padding: 5rem 0 10rem
    }

    .sig {
        width: 300px;
    }

    #testimonials .container:first-child h2 {
        font-size: 3rem;
        padding: 0
    }

    #testimonials h2 {
        line-height: 1.3
    }

    .accolade-item {
        width: 96% !important;
    }

    .col-2 .container {
        display: grid;
        gap: 3rem;
        align-items: center;
    }

    .feature .container div:first-child {
        order: 1
    }

    #opportunity-details.col-2 .container div:first-child {
        align-content: center;
        padding: 0 3rem
    }

    #opportunity-details.col-2 .container div:last-child {

        order: 2
    }

    .learning-grid {
        gap: 1rem;
    }

    .hero .container div:first-child {
        padding: 5rem 1rem;
    }


    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        /* height of nav */
        right: 20px;
        background-color: #54573c;
        padding: 1rem 2rem;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        width: 200px;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    footer p {
        font-size: 14px
    }

    #backToTop {

        padding: 9px 18px;
        border-radius: 99px;
        font-size: 26px;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        transition: background-color 0.3s ease;
    }

    #wufoo-w1l5dz1j1pu92g4 {
        background: white;
        border-radius: 20px;
        padding: 1rem;
        max-width: 100%;
        margin: auto;
    }
        .logo {
       
        padding-left: 40px;
        letter-spacing: 1px;
    }

}
