@charset "utf-8";
/* CSS Document */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: #000000;
    font-family: "Times New Roman";
    color: #0F172A;
    background-image: url(../images/STEEL.bmp);
}

header img {
    flex-shrink: 0;
    border: 1px solid #000000;
    border-radius: 25px;
}

h1 {
    padding-left: .5em;
    font-size: 1.5em;
    font-family: "Apple ][";
    box-shadow: 0px 0px #030303;
    text-shadow: 1px 1px 10px #999;
    text-align: center;
    text-decoration: none;
    color: #1F1F1F;
    letter-spacing: 0.5em;
    line-height: 1.9;
    text-transform: uppercase;
    font-style: normal;
}

#self-clear h1 span {
    color: #FFFFFF;
}

.siteHeader{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-items: center;
    border: 2px solid #000000;
    background-color: #000000;
    padding: 1.5rem 1rem;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    border-radius: 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.siteHeader img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.brand{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.brandMark{
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.brandText{
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 800;
}

.pageTitle{
    font-size: 2.35rem;
    color: #FFFFFF;
    letter-spacing: 0.01em;
}

.pageSub{
    margin-top: 0.5rem;
    color: #E2E8F0;
    max-width: 60rem;
    line-height: 1.4;
}

/* RESET */
.siteNav ul,
.siteNav li,
.submenu {
    list-style: none;
    margin: 0;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #828282;
    border-radius: 1rem;
    border: 2px solid #000000;
}

/* HIDE CHECKBOX */
#navToggle {
    display: none;
}

/* HAMBURGER ICON (MOBILE) */
.navToggle {
    display: block;
    width: 40px;
    cursor: pointer;
    margin: 10px 0;
}

.navToggle span {
    display: block;
    height: 4px;
    background: #fff;
    margin: 6px 0;
    border-radius: 2px;
}

/* NAV WRAPPER (MOBILE HIDDEN BY DEFAULT) */
.navWrapper {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

/* SHOW NAV WHEN CHECKED */
#navToggle:checked ~ .navWrapper {
    display: flex;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    border: 2px solid #000000;
    border-radius: 1rem;
    background-color: #808080;
}

/* TOP‑LEVEL NAV LIST (MOBILE = VERTICAL) */
.navList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 0px solid #000000;
}

/* TOP‑LEVEL LINKS */
.navList > li > a {
    display: block;
    padding: 12px 16px;
    background-color: #808080;
    color: #F900F9;
    border-radius: 0.9rem;
    border: 1px solid #000000;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.navList > li > a:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}

/* DROPDOWN (HIDDEN BY DEFAULT) */
.submenu {
    display: none;
    flex-direction: column;
    padding-left: 10px;
    gap: 6px;
    background-color: #000000;
}

/* SHOW DROPDOWN ON MOBILE CLICK */
.has-submenu:focus-within > .submenu,
.has-submenu:active > .submenu {
    display: flex;
}

/* DROPDOWN LINKS */
.submenu li a {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    color: #000000;
    text-align: center;
    font-family: "Times New Roman";
    font-weight: 900;
    font-size: large;
    text-decoration: none;
    border: 2px solid #000080;
    background-color: #FFFFFF;
}

.container{
    width: 90%;
    margin: 1.25rem auto 2.25rem;
    display: grid;
    gap: 1rem;
}

.content{
    background-color: #FF00FF;
    border: 1px solid #0F172A14;
    border-radius: 1.1rem;
    box-shadow: 0px 14px 26px #00000012;
    padding: 1rem;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,20,255,1.00) 51.81%,rgba(134,0,134,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,20,255,1.00) 51.81%,rgba(134,0,134,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,20,255,1.00) 51.81%,rgba(134,0,134,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,20,255,1.00) 51.81%,rgba(134,0,134,1.00) 100%);
}
.container #gallery h2 {
    font-family: "Times New Roman";
    font-weight: 900;
    font-size: x-large;
}

.content p{
    line-height: 1.5;
    color: #000000;
    font-family: "Times New Roman";
    font-size: large;
}


.contact{
    display: grid;
    gap: 1rem;
}

.contactCard{
    border: 1px solid #000000;
    border-radius: 1.1rem;
    box-shadow: 0px 14px 26px #00000012;
    padding: 1rem;
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: url(url), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: url(url), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
}

.form{
    display: grid;
    gap: 0.7rem;
    margin-top: 0.6rem;
}
.contactCard h2 {
    font-family: "Times New Roman";
    color: #000000;
}


.form label{
    font-weight: 900;
    color: #000C80;
    font-family: "Times New Roman";
}

.form input,
.form textarea{
    border-radius: 0.9rem;
    border: 1px solid #000000;
    padding: 0.8rem;
    background-color: #FFFFFF;
}

.form button{
    height: 2.95rem;
    border-radius: 0.9rem;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: 900;
    cursor: pointer;
    background-image: -webkit-linear-gradient(90deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
    font-family: "Times New Roman";
    font-size: large;
}

.form button:hover{
    background-image: -webkit-linear-gradient(270deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(128,128,128,1.00) 0%,rgba(0,0,0,1.00) 100%);
}

.contactImageBox{
    margin-top: 0.85rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #000080;
    text-align: center;
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
}
.contactImageBox h3 span {
    font-family: "Times New Roman";
    font-size: x-large;
}

.contactImageBox img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.contactImageBox1   {
    margin-top: 0.85rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #000080;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(161,161,161,1.00) 99.48%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(161,161,161,1.00) 99.48%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(161,161,161,1.00) 99.48%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(161,161,161,1.00) 99.48%);
}
.contactImageBox2   {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #000080;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(155,155,155,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(155,155,155,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(155,155,155,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(155,155,155,1.00) 100%);
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}
.contactImageBox3 {
    margin-top: 0rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #000080;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 100%);
    text-align: center;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.siteFooter{
    background-color: #0B1220;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 68.91%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 68.91%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 68.91%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(128,128,128,1.00) 68.91%);
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    border: 1px solid #000000;
    border-radius: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.siteFooter p{
    font-size: 1rem;
    color: #E2E8F0;
}

.container #services {
    background-color: #6B026B;
    border-radius: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

/* DESKTOP LAYOUT (900px+) */
@media screen and (min-width: 900px) {

    /* HIDE HAMBURGER */
    .navToggle {
        display: none;
    }

    /* SHOW NAV ALWAYS */
    .navWrapper {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        background: none;
        padding: 0;
    }

    /* HORIZONTAL NAV */
    .navList {
    flex-direction: row;
    gap: 20px;
    background-color: #000000;
    font-family: "Times New Roman";
    color: #FFFFFF;
    border: 1px solid #000000;
    }

    /* REMOVE MOBILE STYLING */
    .navList > li > a {
    background-image: none;
    border: 1px solid #000000;
    color: #fff;
    padding: 10px 16px;
    background-color: #000000;
    }

    /* SEPARATORS BETWEEN ITEMS */
    .navList li + li > a {
    border: 1px solid #000000;
    padding-left: 20px;
    background-color: #808080;
    color: #FFFFFF;
    }

    /* FIRST ITEM NO BORDER */
    .navList li:first-child > a {
    border: 1px solid #000000;
    color: #FFFFFF;
    background-color: #000000;
    }

    /* DROPDOWN POSITIONING */
    .has-submenu {
    position: relative;
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
    }

    .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    border-radius: 6px;
    display: none;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    background-color: #000000;
    }

    /* SHOW DROPDOWN ON HOVER */
    .has-submenu:hover > .submenu {
        display: block;
    }

    /* DROPDOWN ITEM SEPARATORS */
    .submenu li + li a {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    background-color: #000000;
    }
}

@media screen and (min-width: 901px) {

.siteHeader {
    flex-direction: row;
    align-items: center;
    background-color: #000000;
}

.siteHeader img {
    width: 40%;
    background-image: url(../images/pythoncode.png);
}

.siteHeader h1 {
    font-size: 2rem;
}

.siteNav ul {
    flex-direction: row;
    gap: 20px;
    }
}

@media (min-width: 900px){

    .grid{
        grid-template-columns: repeat(3, 1fr);
    }

    .pricingGrid{
        grid-template-columns: repeat(3, 1fr);
    }

    .contact{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px){
    
        .siteHeader {
        flex-direction: column;
        text-align: center;
    }

    .siteHeader img {
        width: 100%;
        height: auto;
    }
    
        /* Header adjustments */
    .siteHeader h1 {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    /* Hamburger still visible */
    .navToggle {
        display: block;
    }

    /* Nav stays vertical */
    .siteNav ul {
        flex-direction: column;
        gap: 12px;
    }
    
    .pageTitle{
        font-size: 1.85rem;
    }

    .brandText{
        font-size: 1.05rem;
    }

    .navList a{
        height: 2.85rem;
        font-size: 0.98rem;
    }

    .cardImg{
        height: 155px;
    }
}

@media screen and (max-width: 480px) {
    
    .siteHeader {
    flex-direction: column;
    text-align: center;
    }

    .siteHeader img {
        width: 100%;
        height: auto;
    }

    .siteHeader h1 {
        font-size: 1.1rem;
        line-height: 1.3;
    }
    
    /* Show hamburger */
    .navToggle {
        display: block;
        cursor: pointer;
        width: 40px;
        margin-bottom: 10px;
    }

    /* Hamburger bars */
    .navToggle span {
        display: block;
        height: 4px;
        background: black;
        margin: 6px 0;
        border-radius: 2px;
    }

    /* Hide nav lists by default */
    .navWrapper {
        display: none;
        flex-direction: column;
        gap: 10px;
    }

    /* When checkbox is checked, show nav */
    #navToggle:checked ~ .navWrapper {
        display: flex;
    }

    /* Make lists vertical */
    .siteNav ul {
        flex-direction: column;
    }
}
