* {
    margin: 0;
    padding: 0;
      /* box-sizing: border-box; */
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }
    
  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #F9F9F9;
  }
  
  .tentangmq {
    max-width: 50%;
  }
  
  .tentangmq h2 {
    color: #18A558;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .tentangmq p {
    color: #000000;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  .buttons .brosur {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #18A558;
    color: #fff;
    margin-bottom: 10px;
  }

  .buttons .brosur:hover {
    background-color: #18A558;
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .illustrasi img {
    max-width: 100%;
    height: auto;
  }
  
  .feature-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    
  
  }
  
  .feature-card {
    width: 250px;
    height: 135px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .feature-icon {
    width: 50px; 
    height: 50px;
    margin-left: 30px;
  }
  
  .feature-card h4 {
    color: #18A558; 
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
  }
  
  
  .deskripsi1 {
    display: flex;
      background-color: #fff;
      width: 1200px;
      padding: 20px;
      margin: 20px auto; 
  }
  
  .deskripsi1 img {
    width: 50%;
    display: flex;
    /* margin: 20px; */
    padding: 20px;
    justify-content: center;
  }
  
  .pendalamanmateri {
    justify-content: flex-start;
    gap: 30px;
  }
  .pendalamanmateri h3 {
    color: #2ba84a;
    font-size: 1.5rem;
    margin: 20px;
  }
  
  .pendalamanmateri p {
    margin-bottom: 15px;
    font-size: 1rem;
    color: #000000;
    margin: 20px;
  } 
  
  .pendalamanmateri ul {
    list-style: none;
    padding: 0;
    margin: 50px;
  }
  
  .pendalamanmateri ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  
  .pendalamanmateri ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    
  }
  
  
  .imgkegiatan {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
  }
  
  .deskripsi2 {
    display: flex;
    background-color: #fff;
    width: 1200px;
    padding: 20px;
    margin: 20px auto; 
  }
  
  .deskripsi2 img {
    width: 50%;
    display: flex;
    /* margin: 20px; */
    order: 2;
    }
  
    .pendalamanmateri2 {
      justify-content: flex-start;
      gap: 30px;
      order: 1;
    } 
  
    .pendalamanmateri2 h3 {
      color: #2ba84a;
      font-size: 1.5rem;
      margin: 20px;
    }
  
    .pendalamanmateri2 p {
      margin-bottom: 15px;
      font-size: 1rem;
      color: #000000;
      margin: 20px;
      
    } 
    
    .pendalamanmateri2 ul {
      list-style: none;
      padding: 0;
      margin: 50px;
    }
  
    .pendalamanmateri2 ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 10px;
    
    }
  
    .pendalamanmateri2 ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 5px;
      height: 5px;
      background-color: #000000;
      border-radius: 50%;
      
    }
    
    .imgkegiatan2 {
      display: flex;
      flex-direction: row;
      margin-right: 10px;
    }
  
    .deskripsi3 {
      display: flex;
      background-color: #fff;
      width: 1200px;
      padding: 20px;
      margin: 20px auto; 
    }
    
    .deskripsi3 img {
    width: 50%;
    display: flex;
    /* margin: 20px; */
    }
    
    .pendalamanmateri3 {
      justify-content: flex-start;
      gap: 30px;
    }
    .pendalamanmateri3 h3 {
      color: #2ba84a;
      font-size: 1.5rem;
      margin: 20px;
    }
    
    .pendalamanmateri3 p {
      margin-bottom: 15px;
      font-size: 1rem;
      color: #000000;
      margin: 20px;
    } 
    
    .pendalamanmateri3 ul {
      list-style: none;
      padding: 0;
      margin: 50px;
    }
    
    .pendalamanmateri3 ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 10px;
    }
    
    .pendalamanmateri3 ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 5px;
      height: 5px;
      background-color: #000000;
      border-radius: 50%;
      
    }
    
    
    .imgkegiatan3 {
      display: flex;
      flex-direction: row;
      margin-right: 10px;
    }
  
    .deskripsi4 {
      display: flex;
      background-color: #fff;
      width: 1200px;
      padding: 20px;
      margin: 20px auto; 
    }
    
    .deskripsi4 img {
      width: 50%;
      display: flex;
      /* margin: 20px; */
      order: 2;
      }
    
      .pendalamanmateri4 {
        justify-content: flex-start;
        gap: 30px;
        order: 1;
      } 
    
      .pendalamanmateri4 h3 {
        color: #2ba84a;
        font-size: 1.5rem;
        margin: 20px;
      }
    
      .pendalamanmateri4 p {
        margin-bottom: 15px;
        font-size: 1rem;
        color: #000000;
        margin: 20px;
        
      } 
      
      .pendalamanmateri4 ul {
        list-style: none;
        padding: 0;
        margin: 50px;
      }
    
      .pendalamanmateri4 ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 10px;
      
      }
    
      .pendalamanmateri4 ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 5px;
        height: 5px;
        background-color: #000000;
        border-radius: 50%;
        
      }
      
      .imgkegiatan4 {
        display: flex;
        flex-direction: row;
        margin-right: 10px;
      }
    
    .academy-partner {
      padding: 20px;
      text-align: center;
    }
    
    .academy-partner h2 {
      font-size: 24px;
      color: #18A558; 
      margin: 50px;
      text-align: left;
      /* margin-left: 230px; */
    }
    
    .partner-img {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      margin: 50px;
    }
    
    .partner-img img{
      max-width: 250px; 
      max-height: 150px; 
      object-fit: contain; 
      margin: 25px;
    }
    
    .partner-img2 img{
      max-width: 350px; 
      max-height: 150px; 
      object-fit: contain; 
      margin: 25px;
    }
    
    .fasilitas-smk h2 {
      font-size: 20px;
      color: #18A558; 
      text-align: left;
      margin-left: 230px;
    }
  
    .feature-container2 {
      display: flex;
      justify-content: center;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 20px;
      padding: 20px;
      margin-top: 50px;
    
    }
    
    .fasilitas {
      width: 250px;
      height: 135px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
  .fasilitas img {
    margin: 30px;
  }
    .iccon {
      width: 50px; 
      height: 50px;
      
      object-fit: contain; 
      
    }
    
    .fasilitas h4 {
      color: #18A558; 
      font-size: 20px;
      text-align: center;
      margin-right: 30px;
    }
  
    .feature-container3 {
      display: flex;
      justify-content: center;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 50px;
    
    }
    
    .fasilitass {
      width: 250px;
      height: 135px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    
  .fasilitass img {
    margin: 30px;
  }
    .icccon {
      width: 50px; 
      height: 50px;
      
      object-fit: contain; 
      
    }
    
    .fasilitass h4 {
      color: #18A558; 
      font-size: 20px;
      text-align: center;
      margin-right: 30px;
    }
  
    .biaya-pendidikan {
      text-align: center;
      margin: 20px 0;
    }
    
    .biaya-pendidikan h2 {
      font-size: 24px;
      color: #18A558; 
      margin: 20px;
    }
    
    .tabel-biaya {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      border-collapse: collapse;
    }
    
    .tabel-biaya thead th {
      background-color: #18A558;
      color: #ffffff; 
      padding: 10px;
      font-size: 16px;
    }
    
    .tabel-biaya tbody tr:nth-child(odd) {
      background-color: #D5FFE8; 
    }
    
    .tabel-biaya tbody td {
      padding: 10px;
      font-size: 14px;
      text-align: center;
    }
    
    .tabel-biaya tbody tr:nth-child(even) {
      background-color: #ffffff; 
    }
    
    .note {
      color: #e53935; 
      font-size: 14px;
      margin-top: 10px;
      display: flex;
      margin-inline: 50px;
    }
    
    .keterangan {
      font-family: Arial, sans-serif;
      margin: 20px;
  
    }
    
    .keterangan h3 {
      font-size: 20px;
      color: #18A558; 
      font-weight: bold;
      margin: 15px;
      margin-inline: 50px;
    }
    
    .keterangan ol {
      margin-left: 160px;
      font-size: 15px;
      color: #2b2b2b;
      margin-inline: 50px; 
    }
    
    .keterangan ol li {
      margin-bottom: 15px;
      line-height: 1.6; 
    }
    
    .keterangan ul {
      margin-top: 5px;
      margin-left: 20px;
      list-style-type: disc;
      font-size: 14px;
      color: #2b2b2b; 
    }
    
    .keterangan ul li {
      margin-bottom: 5px;
      line-height: 1.5;
    }
    
    .psb {
      position: relative;  
      text-align: center;
      color: #000000;
      padding: 90px 20px;
      overflow: hidden;  
  }
  .psb h2{
      color: #18a558;
      font-weight: bold;
      font-size: 20px;
  }
  .psb p{
      font-size: 20px;
      margin-block: 40px;
  }
  .santri  {
      position: absolute;  
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('https://smkmadinatulquran.sch.id/wp-content/uploads/2020/09/axio.jpg') no-repeat center center/cover;
      opacity: 0.2;  
      z-index: -1; 
  }
  
  
  .buttonpsb {
      text-decoration: none;
      background-color: #18a558;
      padding: 10px 20px;
      color: white;
      border-radius: 10px;
  }
  
    .footer {
      background-image: url(https://smkmadinatulquran.sch.id/wp-content/uploads/2021/08/topography-pattern-1.png);
      background-color: #18A558;
      opacity: 0.;
    }
    
    .footer-container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 20px;
      font-family: Arial, sans-serif;
      padding: 20px 10px;
    }
    
    .footer-section {
      max-width: 300px;
      padding: 10px;
    }
    
    .footer-section h4 {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: bold;
     color: white;
      display: inline-block;
      padding-bottom: 5px;
    }
    
    .footer-section p {
      margin: 5px 0;
      font-size: 14px;
      color: #ffffff;
    }
    
    .icon {
      margin-right: 5px;
    }
    
    .footer-bottom {
      text-align: center;
      margin-top: 20px;
    }
    
    .footer-bottom hr {
      border: 0.5px solid #ffffff;
      margin: 30px ;
    }
    
    .footer-bottom p {
      font-size: 15px;
      padding-bottom: 30px;
      padding-left: 30px;
      color: #ffffff;
      text-align: left;
    }
  
  /* Media Queries for Responsiveness */
  
  @media (min-width: 1025px) {
    .header {
      padding: 20px;
      justify-content: space-between;
    }
  
    .content {
      padding: 40px;
    }
  
    .tentang {
      max-width: 60%;
      text-align: left;
    }
  
    .feature-container {
      gap: 20px;
    }
  
    .footer-container {
      display: flex;
      justify-content: space-between;
      padding: 40px;
    }
  }
  
  @media (max-width: 1024px) {
    .header {
      flex-direction: column;
      padding: 15px;
      text-align: center;
    }
  
    .content {
      flex-direction: column;
      padding: 30px;
    }
  
    .tentang {
      max-width: 70%;
      text-align: center;
    }
  
    .feature-container {
      flex-wrap: wrap;
      gap: 15px;
    }
  
    .deskripsi1, .deskripsi2, .deskripsi3, .deskripsi4 {
      width: 90%;
      margin: 10px auto;
      flex-direction: column;
    }
    .deskripsi1 img, .deskripsi2 img, .deskripsi3 img, .deskripsi4 img {
      width: 100%;
    }
  
    .imgkegiatan{
      flex-direction: column;
    }
  
  }

  
  @media (max-width: 768px) {
  
    .tentang h2 {
      font-size: 1.8rem;
    }
  
    .feature-card {
      margin-bottom: 15px;
      text-align: center;
    }
  
    .tabel-biaya {
      font-size: 0.9rem;
      width: 100%;
      overflow-x: auto;
    }
  
    .footer-container {
      padding: 10px;
      gap: 10px;
    }
  }
  
  @media (max-width: 425px) {
    body {
      font-size: 14px;
    }
    .content {
        flex-direction: column;
    }
    .tentang h2 {
      font-size: 1.5rem;
    }
  
    .buttons .psb {
      font-size: 0.8rem;
      padding: 8px 10px;
    }  
  
    .feature-container {
      gap: 10px;
    }
        
    .fasilitas-smk h2 {
      margin-left: 103px;
    }
  
    .note {
      margin-left: 52px;
    }
  
    .keterangan h3 {
      margin-left: 52px;
    }
  
    .keterangan {
      margin-left: 52px;
    }
  
    .keterangan ol {
      margin-left: 52px;
    }
  }