
:root {
      --bg: #179fee;
      --card: #0b4986;
      --muted: #1f2419;
      --text: #fbfbfc;
      --accent: #6d8d49; /* Cyan from logo */
      --accent-2: #4B6F38; /* Green from logo */
    }
* { 
    box-sizing: border-box; 
}

html, body { 
    margin: 0; 
    padding: 0; 
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; 
    background: var(--bg); 
    color: var(--text); 
}
a { 
    color: var(--accent); 
    text-decoration: none; 
}
a:hover { 
    text-decoration: underline; 
}
.container { 
    max-width: 1080px; 
    margin: 0 auto; 
    padding: 0px; 
}

.header-div{
  height: 450px;
  background-color: #02023b;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 20px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.desc-div2{
    margin-top: 100px;
}



header { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 16px; 
    padding: 4px 0; 
}
.brand { 
    display: flex; 
    padding-left: 10px;
    align-items: center; 
    gap: 12px; 
    font-weight: 700; 
    font-size: 1.125rem; 
}
.brand img { 
    height: 48px; 
}
.cta { 
    display: inline-block; 
    padding: 12px 18px; 
    border-radius: 12px; 
    background: var(--accent); 
    color: #fff; 
    font-weight: 700; 
    box-shadow: 0 6px 18px rgba(0,191,255,0.35); 
    transition: transform .05s ease; 
}
.cta:hover { 
    transform: translateY(-1px); 
    text-decoration: none; 
}
.cta.alt { 
    background: transparent; 
    color: var(--text); 
    border: 1px solid rgba(148,163,184,0.25); 
}
.lang-select { 
    position: relative; 
    display: inline-block; 
}
.lang-dropdown { 
    display: none; 
    position: absolute; 
    background: #fff; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    top: 40px; right: 0; 
    min-width: 160px; 
    z-index: 999; 
}
.lang-dropdown a { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    padding: 8px 12px; 
    color: #111; 
    text-decoration: none; 
    font-size: 0.95rem; 
}
.lang-dropdown a:hover { 
    background: #f1f5f9; 
}
.lang-select:hover .lang-dropdown { 
    display: block; 
}
.flag { 
    width: 20px; 
    height: 14px; 
    border: 1px solid #ccc; 
}
.hero { 
    padding: 24px 0 8px; 
    display: grid; 
    gap: 12px; 
}
.hero h1 { 
    font-size: clamp(1.8rem, 2.9vw, 2.6rem); 
    line-height: 1.1; 
    margin: 0; 
}
.hero p.lead { 
    color: var(--muted); 
    max-width: 860px; 
    margin: 6px 0 18px; 
    font-size: 1.0625rem; 
}
.grid { 
    display: grid; 
    grid-template-columns: repeat(12, 1fr); 
    gap: 16px; 
}
.card { 
    grid-column: span 12; 
    background: var(--card); 
    border: 1px solid rgba(148,163,184,0.18); 
    border-radius: 16px; 
    padding: 20px; 
    margin: 10px;
}
.card h3, .card h2 { 
    margin-top: 0; 
    font-size: 1.1rem; 
}
.muted {   
    color: var(--muted); 
}


footer { 
    margin: 24px 0 12px; 
    padding-top: 12px; 
    border-top: 1px dashed rgba(148,163,184,0.25); 
    color: var(--muted); font-size: .95rem; 
}

@media (min-width: 768px) {
    .card.span-7 { grid-column: span 7; }
    .card.span-5 { grid-column: span 5; }
}




.brand_div{
    color: rgb(91, 150, 238);
}

.newcoenlogo{
    width: 200;
}

.lang-dropdown{
    color: black;
}

.site-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    background-color: #ffff;
    border-bottom: 1px solid #e0e0e0;
}



.header-center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-right a{
    margin-left: 12px;
    text-decoration: none;
    font-weight: 500;
}

.newcoenlogo{
  height: 40px;
}
.brand-name{
    font-size: 20px;
    font-weight: bold;
}

.lead-parag{
    color: #f18d19;
}


.lead-parag-body{
    color: #111;
}

.home-footer{
    background-color: #02023b;
    padding-bottom: 100px;
}

.text-footer{
    text-align: center;
    color: aliceblue;
}

.a-footer{
    color: aliceblue;
}
.footer-parag-strg{
    color: #db3db9;
}

.footer-para{
    color: #e0e0e0;
}

.spand-para-header{
    color: #0461cc;
}

.thony-pic{
    height: 300px;
    width: 100%;
}

.smnotebook-scrnsht-pic{
    height: 300px;
    width: 200px;
}

.schoolman-scrnsht-pic{
    height: 300px;
    width: 500px;
}

.thony-profile-pic{
    height: 70px;
    width: 70px;
}

.thony-portfolio-sect {
background-color: #ddd;
    text-align: left;
    margin-bottom: 50px;
    
}



.thony-port-p-text{
    color: #201e1e;
    
}

.skills-ul{
    color: #201e1e;
   
}

.h2-title-header{
    text-align: center;
    color: #df22b6;
}

.sub-title-header{
    color: #e2740d;
}

.download-h-text{
    color: #190db9;
}

