* {
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #e8f6ff;
    -webkit-tap-highlight-color: transparent;
}

/*Hero Section*/

.hero-section {
    background-color: #0467FF;
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    position: relative;
    margin-bottom: 10vh;
}
.TempatText {
    color: white;
    position: absolute;
    z-index: 2;
    top: 14vh;
    padding: 5vh;
}


#text1 {
    margin: 0;
    font-size: 1.3vh;
    font-family: sans-serif;
}

#text2 {
    font-size: 3vh;
    font-family: "Archivo Black", sans serif;
    margin: 0;
}

#text3 {
    font-weight: 600;
    font-size: 1.8vh;
    max-width: 85%;
    font-family: sans-serif;
}

#gradienttop {
    height: 40vh;  
    width: 40vh;
    background-color: cyan;
    border-radius: 50%;
    position: absolute;
    top: -25%;
    left: -25%;
    filter: blur(12vh);
    opacity: 90%;
    z-index: 1; 
}

#gradientbottom {
    height: 40vh;  
    width: 40vh;
    background-color: cyan;
    border-radius: 50%;
    position: absolute;
    bottom: -25%;
    right: -24%;
    filter: blur(12vh);
    opacity: 90%;
    z-index: 1; 
}

@media (max-width: 768px) {
.hero-section {
    background-color: #0467FF;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
}

.TempatText {
    padding-bottom: 20vh;
    color: white;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}


#text1 {
    margin: 0;
    font-size: 0.85em;
}

#text2 {
    font-size: 2.4em;
    font-family: "Archivo Black", sans serif;
    margin: 0;
}

#text3 {
    font-weight: 500;
    font-size: 1.1em;
    margin-top: 3vh;
}

#gradienttop {
    height: 40vh;  
    width: 40vh;
    background-color: cyan;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    left: -80px;
    filter: blur(90%);
    opacity: 90%;
    z-index: 1; 
}

#gradientbottom {
    height: 40vh;  
    width: 40vh;
    background-color: cyan;
    border-radius: 50%;
    position: absolute;
    bottom: -80px;
    right: -80px;
    filter: blur(90%);
    opacity: 90%;
    z-index: 1; 
}
}



.lettering {
    padding: 1em;
    gap: 0px;
    color: #003178;
    font-family: 'Poppins', sans-serif;
}

.lettering > p {
  font-size: 12px;
}


/*Recent Events*/

::-webkit-scrollbar {
    display: none;
}

.imgSlider {
  width: 100%;
  height: auto;
  display: flex;
}

.sliderContainer {
  display: flex;
  height: 100%;
  width: 100%;
  height: auto;
  overflow-x: auto;
}

.imgContainer{
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
  .img {
    aspect-ratio: 16/9;
    height: 185.0px;
    border-radius: 1em;
    transition: 400ms;
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    align-items: flex-end;
  }
  
  .img:hover {
    transform: scale(.95);
  }
  
  .imgContent {
    background: rgba(0,0,0,0.7);
    width: 100%;
    display: flex;
    align-items: center;
  }
  
.imgText {
    padding: .5em;
    
  }
  
.imgText p {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: .7em;
}

.imgText h5 {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 700;
}

/*Menu Utama*/

.menu-place {
    padding: 20px;
    place-content: center;
    place-items: center;
    width: 100%;
    background-color: white;
    box-shadow: 0 5px 15px rgba(138, 210, 255, 0.3);
    place-self: center;
    border-radius: 25px;
    margin-bottom: 10vh;
}

  .bigbox h4 {
    font-weight: 600;
}

  .bigbox, .smallbox:hover{
    background: #03abff;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: 400ms;
    color: white;
    }
    
  .bigbox:hover, .smallbox {
    background: white;
    border-radius: 20px;
    border: 2px solid #03abff;
    color: #03abff;
    transition: 400ms;
    }
    
    
  #aspirasiku {
    transition: 300ms;
    z-index: 5;
    }
    
  .bigbox:hover #aspirasiku {
    transform: scale(1.2) rotate(25deg);
    }
    
  .bigbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em;
    margin: 0;
    font-size: 1em;
    font-family: 'Poppins';
    }
    
  .bigbox h4, p, a {
      margin: 0;
      padding: 0;
      text-decoration: none;
      z-index: 5;
  }
  
  .smallbox > i {
      font-size: 1.5em;
}

  .smallbox {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: .6em;
  }
  .smallbox  p {
      font-size: .6em;
      font-weight: 600;
      margin: 0;
      padding: 0;
      
  }
  @media (max-width: 767px) {
    .grid-menu {
      display: grid;
      grid-template-rows: repeat(18, 8px);
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
      
      width: 100%;
    }

  #box1 {
    grid-column: span 6;
    grid-row: span 6;
  }
  
  #box2 {
    grid-column: span 4;
    grid-row: span 6;
  }
  
  #box3 {
    grid-column: span 4;
    grid-row: span 6;
  }
  
  #box4, #box5, #box6 {
    grid-column: span 2;
    grid-row: span 4;
  }
  
  }
  
  @media (min-width: 768px) {
    .grid-menu {
    display: grid;
    grid-template-rows: repeat(6, 40px);
    grid-template-columns: repeat(16, 1fr);
    gap: 1em;
    width: 100%;
    }
    
  #aspirasiku {
      height: 150px;
      width: 150px;
      transition: 300ms;
  }
  .bigbox:hover #aspirasiku {
      transform: scale(1.2) rotate(25deg);
  }
  .bigbox h4 {
      font-size: 1.5em;
      margin: 0;
      padding: 0;
  }
  .smallbox p {
      font-size: .7em;
      margin: 0;
      padding: 0;
  }
    
  .bigbox, .smallbox:hover{
    border-radius: 25px;
    }
    
  .bigbox:hover, .smallbox {
    border-radius: 25px;
    }
    
   #box1 {
     grid-column: span 8;
     grid-row: span 6;
     
   } 
   #box2, #box3 {
     grid-column: span 6;
     grid-row: span 3;
     
   }
   
   #box4, #box5, #box6 {
     grid-column: span 2;
     grid-row: span 2;
   }
  }
  

#IconName {
  font-weight: 600;
}

.iconlogo {
    font-size: 3em;
    z-index: 5;
}

/*Galeri Foto*/

.photoSlider {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 15vh;
  scroll-margin-top: 25vh;
}

.sliderContainer {
  display: flex;
  gap: 20px;
  padding: 20px;
  height: 100%;
  width: 100%;
  
  scroll-snap-type: x mandatory;
  height: auto;
  overflow-x: auto;
  scroll-snap-type-x: mandatory;
}

.photoContainer {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}


  .photo {
    aspect-ratio: 3/4;
    height: 400px;
    border-radius: 1em;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: 400ms;
    display: block;
  }
  
  .photo:hover {
    transform: scale(.95);
  }
  
  .photoContent {
    background: linear-gradient(transparent, rgba(0,0,0));
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-items: flex-start;
    align-items: flex-end;
    padding: 20px;
  }
  
  #phototext {
    color: white;
    margin: 0;
    padding: 0;
    max-width: 200px;
    font-size: 1.5em;
    display: block;
  }






/*VISI*/
.visi-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px;
}
.visi-content {
    max-width: 100%;
    text-align: center;
}

/*MISI*/
.misi-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20vh;
}

.card {
    background: #003178;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(138, 210, 255, 0.3);
    overflow: hidden;
    min-height: 120px;
}

.card:hover {
    transform: translateY(-5px);
}

.number-place {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    width: 30%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.misi-content {
    z-index: 5;
    max-width: 70%;
}

.misi-number h2 {
    font-size: 50px;
    color: #003178;
    font-family: 'Archivo Black', sans-serif;
    margin: 0;
}

.card-visi {
    color: white;
    font-size: 0.7em;
}

.card-misi {
    color: white;
    font-size: 0.7em;
}

.card-misi p, .card-visi p {
    margin: 5px;
    padding: 0;
    font-weight: 600;
}

/* Responsif untuk Tablet */
@media (min-width: 768px) {
    .misi-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-visi, .card-misi, .tugas-content {
        font-size: 0.9em !important;
    }
}

/* Responsif untuk PC/Desktop */
@media (min-width: 1024px) {
    .misi-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .visi-container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}



/*Tugas OSIS*/
.tugas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 40vh;
    padding: 20px;
}

#tugas1, #tugas4 {
    background: dodgerblue;
}

#tugas2, #tugas5 {
    background-color: darkcyan;
}

#tugas3, #tugas6 {
    background: slateblue;
}
.tugas-card {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: 300ms;
}

.tugas-card:hover {
    transform: translateY(-10px);
}

.illustration-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.main-img {
    width: 60%;
    z-index: 2;
}


.tugas-content {
    font-size: 0.8em;
    color: white;
    font-weight: 600;
    text-align: center;
}



/* Container Utama */
.footer-container {
    width: 100%;
    padding: 20px;
    max-width: 1200px;
    margin: 0;
}

/* Base Footer */
.main-footer {
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    color: #dbeafe;
    padding: 0px 0 20px 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0; 
    margin-top: 10vh; 
}

/* Grid System */
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}


.footer-logo h2, 
.footer-links h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-logo p {
    color: #e2e8f0;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 10px;
}


.footer-links nav {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    padding: 8px 0;
    font-size: 0.8rem;
    position: relative;
}


.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px; 
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom p {
    margin: 5px 0;
}

/* --- Media Queries --- */

@media (min-width: 768px) {
    .main-footer {
        margin-top: 20vh;
        padding-top: 80px;
    }
    
    .footer-content {
        text-align: left; 
    }
}

@media (min-width: 1024px) {
    .footer-content {
        gap: 100px; 
    }
}
