body{
    font-family: 'Expletus Sans', sans-serif;
     color: var(--text-100) !important;
     margin: 0;
     padding: 0;
     background-color: var(--bg-100);
     background:
        radial-gradient(circle at 15% 30%, rgba(0,186,150,0.25), transparent 35%),
        radial-gradient(circle at 85% 65%, rgba(111, 123, 105, 0.35), transparent 40%),
        linear-gradient(135deg, #161815, #161815) !important;
 }
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

 ::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: var(--bg-100);
}
::-webkit-scrollbar-thumb {
    background-color: var(--text-200);
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-100);
}
 
 button:hover{
    cursor: pointer;
}
a:hover{
    cursor: pointer;
}
header{
    width: auto;
    height: 3.5em;
    padding-top: 2em;
    margin-left: 2em;
    margin-right: 2em;
    padding-bottom: 2.5em;
    display: flex;
}
.left-header{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .5em;
}
.left-header img{
    width: 4em;
    height: auto;
    cursor: pointer;
}
.center-header{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-header ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.center-header li{
    margin: 0 2em;
    font-weight: 600;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 1px;
    transition: .5s;
    color: var(--text-200);
}
.center-header li:hover{
    color: var(--text-100);
}
.right-header{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-header button{
    height: auto;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0;
}
.right-header .local-icon{
    color: var(--text-200);
    margin: 0;
    font-size: 1.3em;
    transition: .5s;
}
.right-header .local-icon:hover{
    color: var(--text-100);
}
.first-topic{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35em;
}
.first-topic h1{
    font-size: 3em;
    text-align: center;
    padding: 0 1em;
    color: var(--text-100);
}
.dag-h1{
    color: var(--primary-100);
}
.need-h1{
    text-decoration: underline;
}



.services-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5em;
    padding-bottom: 4em;
    }


.services-section h3{
    font-size: 2em;
    letter-spacing: .1em;
    color: var(--primary-100);
    margin-bottom: 1em;
}
.services-menu{
    width: 100%;
}
.services-menu h5{
    font-size: .9em;
    max-width: 10em;
    text-align: end;
}


.main-systems{
    margin: .5em;
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-systems h3{
    font-size: 1.4em;
    letter-spacing: .1em;
    color: var(--primary-100);
}

.systems-section{
    width: min(1180px, 92%);
    margin: 3em auto 0;
    padding: 5em 0 2em;
}
.systems-heading{
    max-width: 760px;
    margin: 0 auto 2em;
    text-align: center;
}
.systems-heading span{
    color: var(--primary-100);
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.systems-heading h3{
    margin: .35em 0;
    color: var(--text-100);
    font-size: clamp(2em, 5vw, 3em);
    letter-spacing: .03em;
}
.systems-heading p{
    margin: 0;
    color: var(--text-200);
    line-height: 1.65;
}
.systems-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1em;
}
.system-card{
    min-height: 20rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 1em;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: .8em;
    background:
        linear-gradient(135deg, rgba(74,83,70,0.3), rgba(22,24,21,0.68));
    box-shadow: 0 18px 60px rgba(0,0,0,0.18);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    padding: 1.1em;
    text-decoration: none;
    transition: .35s ease;
}
.system-card:hover{
    border-color: rgba(0,186,150,0.58);
    box-shadow:
        0 16px 54px rgba(0,186,150,0.18),
        inset 0 1px 1px rgba(255,255,255,0.24);
    transform: translateY(-5px);
}
.system-card__logo{
    width: 4.7em;
    height: 4.7em;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: .8em;
    background: rgba(255,255,255,0.07);
    overflow: hidden;
}
.system-card__logo img{
    width: 78%;
    height: 78%;
    object-fit: contain;
}
.system-card__logo--wide{
    width: 8.5em;
}
.system-card__logo--wide img{
    width: 90%;
}
.system-card__logo--icon .local-icon{
    color: var(--primary-100);
    font-size: 2.1em;
}
.system-card__body h4{
    margin: 0 0 .5em;
    color: var(--text-100);
    font-size: 1.25em;
}
.system-card__body p{
    margin: 0;
    color: var(--text-200);
    font-size: .95em;
    line-height: 1.55;
}
.system-card__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5em;
    border-radius: .5em;
    background: rgba(0,186,150,0.16);
    color: var(--primary-100);
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}
.system-card__button:hover{
    background: var(--primary-100);
    color: var(--bg-100);
}


.contact-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10em;
    padding-bottom: 4em;
}
.contact-section h3{
    font-size: 2em;
    letter-spacing: .1em;
    color: var(--primary-100);
    margin-bottom: 1em;
    text-align: center;
}
.social-media-frames{
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-top: 2em;
}
.social-media-frame{
    display: flex;
    flex-direction: row;
    justify-self: space-between;
    align-items: center;
    border-radius: .8em;
    margin: 1em .5em;
    padding: 1em;
    text-decoration: none;
    transition: .5s;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(74,83,70,0.35),
        rgba(22,24,21,0.6)
    );
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.22);
}
.social-media-frame:hover{
    border-color: rgba(0,186,150,0.6);
    box-shadow:
        0 14px 50px rgba(0,186,150,0.25),
        inset 0 1px 1px rgba(255,255,255,0.35);
    transform: translateY(-4px) scale(1.01);
}
.social-media-frame:hover .local-icon{
    color: var(--primary-100);
}
.square-frame{
    width: 7em;
    height: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5em;
}
.left-social-media .local-icon{
    font-size: 5em;
    color: var(--text-100);
    transition: .5s;
}

.right-social-media{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .5em;
    color: var(--text-100);
}
.right-social-media h5{
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    margin-bottom: .7em;
}
.right-social-media p{
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-align: center;
}


.dag-desc-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10em;
    padding: .5em;
    padding-bottom: 6em;
}
.dag-desc-section h3{
    font-size: 2em;
    letter-spacing: .1em;
    color: var(--primary-100);
    margin-bottom: 1em;     
}
.dag-info{
    width: 90%;
    display: flex;
    margin-top: 1.5em;
}
.dag-info p{
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
    flex: 1;
}
.dag-p{
    color: var(--primary-100);
}
.main-logo{
    width: 30%;
    height: auto;
    margin-left: 3em;
}
.main-logo img{
    width: 100%;
    height: 100%;   
    object-fit: contain;
}



.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}



  footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  footer h5{
    margin: 0;
    padding: 1em;
    font-size: 1em;
    font-weight: 400;
  }


  @media (max-width:700px){
    header{
        padding: 0;
        padding: 0;
        margin: 0 2%;
        padding-top: 1.5em;
        justify-content: space-between;
        margin-bottom: 3em;
    }
    .left-header{
        flex: 1;
    }
    .center-header{
        display: none;
    }
    .right-header{
        flex: 1;
    }
    .right-header .local-icon{
        font-size: 1.7em;
    }
    .first-topic img{
        height: auto;
        max-height: 22em;
      }
    
    
}
@media (max-width: 950px){
    .systems-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .system-card{
        min-height: 17rem;
    }
    .social-media-frames{
    display: flex;
    flex-direction: column !important;
    width: 95%;
    margin-top: 2em;
}
.social-media-frame{
    width: 100%;
    margin: .5em 0 !important;
}

.dag-info{
    flex-direction: column;
    align-items: center;   
    width: 95%; 
}
.main-logo{
  margin: 0;
  margin-top: 1em;
  width: 80%;
}
}

@media (max-width: 620px){
    .systems-grid{
        grid-template-columns: 1fr;
    }
    .systems-section{
        width: 94%;
        padding-top: 3em;
    }
}
