<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;


}

.header {
  /* text-align: center; */
  z-index: 1;


}

p,h2,h1, h3 {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.img {
  display: block;
  margin: auto;
  background-color: rgb(255, 255, 255);
  width: 50%;
  width: 100%;
  height: auto;
}

.img2 {
  float: left;
  position: sticky;
  top: 0;
  display: block;


  height: 47.3px;
  width: 518.5px;
  margin-top: 0px;
  left: 0px;
  z-index: 2;
}



.topnav {
  /* float: right; */
  position: sticky;
  top: 0;
  /*display:inline-table;*/
  display: flex;
  flex-wrap: wrap;
  background-color: #333;
  z-index: 2;
  margin-top: 0px;
  /* padding-left: 30%; */
  display: flex;
  justify-content: flex-end;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #a5142c;
  color: white;
}



.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown-content .active {
  background-color: #a5142c;
  color: rgb(255, 255, 255);
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1200px) {

  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }


  .topnav {
    display: flow-root;
    padding-left: 0%;
  }

  .topnav.responsive {
    position: sticky;
    top: 0;

  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .bilgilendirme {
    font-size: 10px !important;
  }
}


.topNavLogo {
  color: white;
  text-align: center;
  ;
  padding-top: 0.5%;
  font-size: 30px;
  font-weight: bold;
  /* padding-left: 12%;
  padding-right: 12%; */
  margin-left: auto;
  margin-right: auto;

}



footer {

  background-color: #333;
  position: fixed;
  display: flex;
  flex-direction: row;
  bottom: 0;
  width: 100%;
  height: 40px;
  justify-content: space-between;

}

.bilgilendirme {
  color: white;
  font-size: 14px;
  margin: 12px 12px;
}


.social-media {
  display: flex;
  /* margin-left: 90%; */
  gap: 0.5rem;
  padding-top: 0.25%;
  padding-right: 25px;

}

.social-media a {
  fill: white;
}



.MsoNormal {
  margin-top: 0cm;
  align-content: space-between;
  margin-right: 0cm;
  margin-bottom: 8.0pt;
  margin-left: 0cm;
  line-height: 115%;
  font-size: 14.0pt;
  font-family: "Aptos", sans-serif;
}

.WordSection1 {
  size: 841.9pt 595.3pt;
  /* margin: 70.85pt 70.85pt 70.85pt 70.85pt; */
  margin:15px;
  page: WordSection1;
}

.background {
  background-image: url("../img/background.png");
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}

.background2 {
  background-image: url("../img/background2.png");
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;

  z-index: -1;
}

.div1 {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
font-size: clamp(0.8rem, 1,6vw, 1.5rem);  
}

.div2 {
  margin-left: 5%;
  text-align: center;
  width: 30%;
  font-size: clamp(0.8rem, 1.6vw, 1.1rem);
  height: 30%;
}

#div2p {
  text-align: justify;
}

.div3 {
  width: 30%;
  height: 30%;
  text-align: center;
  font-size: clamp(0.8rem, 1.6vw, 1.1rem);
}

.div4 {
  width: 30%;
  height: 30%;
  text-align: center;
  font-size: clamp(0.8rem, 1.6vw, 1.1rem);
}

div.div1 h1 {
  color: #a5142c;
}



.headernot {
  display: flex;
  background-color: #a5142c;
  color: white;
  width: 100%;
  height: 80px;
}

#duyuru {
  text-align: center;
  margin: 20px auto;
  font-weight: 700;
  font-size: 30px;

}

.container {
  max-width: 80%;
  max-height: 100%;
  margin: 20px auto;
  padding: 0 20px;
  overflow: hidden;
  padding-bottom: 20px;

}

.announcement {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-left: 5px solid #a5142c;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: justify;
  max-width: 100%;
  max-height: 350px;
  overflow: auto;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;


}

.announcement h2 {
  text-align: justify;
  margin-top: 0;
  color: #a5142c;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;

}

.date {
  display: flex;
  text-align: end;
  font-size: 15px;
  color: #777;
  justify-content: end;
  font-weight: 700;
}



.headernews {
  background-color: #a5142c;
  color: white;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.headernews h1 {
  margin: 0;
  font-size: 2.5rem;
}

/* HABERLER */

.news-container {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin: 20px auto;
  gap: 20px;
  padding: 15px 5%;

}

.news-item {
  background-color: rgba(0, 0, 0, 0.10);
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: auto;
  flex: 1 1 300px;
  display: flex;
  flex-direction:column;
 
  transition: transform 0.3s ease;
  overflow: auto;
  max-height: 480px;
  align-items: center;
}

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

.news-item img {
  max-width: 400px;
  margin-top: 5px;
  /* max-height: 85%; */
  width: 90%;
  height: 165px;
  object-fit: cover;
  align-content: center;
  border-radius: 20px;
}

.news-item h2 {
  font-size: 1.2rem;
  margin: 15px 15px 10px;
}

.news-item p {
  font-size: 1rem;
  margin: 0 15px 15px;
  flex-grow: 1;
  text-align: justify;
}


 /* BAÅKAN MESAJ */
.message-container {
display: flex;
  justify-content:center;
  flex-wrap:wrap;
  margin: 20px auto;
  gap: 20px;
  padding: 35px 10%;
   /* align-items: center; !important; */

}

.message-item{
 /* background-color: rgba(255, 255, 255, 0.05); */
 background-color: rgba(255, 255, 255, 0.2);

  box-sizing: content-box;

  max-width: 300px;
  flex: 1 1 300px;
  display: flex;
  flex-direction:column;
   transition: transform 0.3s ease;
  overflow: auto;
  max-height: 600px;
 

}

.message-item2{
 background-color: rgba(0, 0, 0, 0.10);
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 900x;
  flex: 1 1 300px;
  display: flex;
  flex-direction:column;
 
  transition: transform 0.3s ease;
  overflow: auto;
  max-height: 600px;
}

.message-item2 h2 {
font-size: 1.4rem;
  margin: 15px 15px 10px;
  text-align: center;
}

.message-item2 p {
font-size: 1.1rem;
  margin: 0 15px 15px;
  flex-grow: 1;
  text-align: justify;
  line-height: normal;
  
}

.message-item img {
  margin-top: 70px;
}

.WordSection2 {
 
  width: 80%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  justify-content: center;
  margin: 20px auto;
}


.tarihceTittle {
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin: 0px !important;
}

.WordSection3{
  margin: 10px;
  /* margin: 0px 5rem  ; */
  padding-bottom: 10px;
}
.containerTarihce{
  /* padding: 5%; */
}

/* KART SÄ°LÄ°DER */

.slider-container {
  margin-left:auto;
  margin-right: auto;
      position: relative;
      width: auto; /* Ä°stediÄŸin geniÅŸlik */
      max-width: 98vw;
      overflow: hidden;
      background:rgba(255, 255, 255, 0);
      /* border-radius: 16px; */
      /* box-shadow: 0 4px 24px rgba(0,0,0,0.1); */
      padding: 40px 0;
      box-sizing: border-box;
        /* pointer-events: none; */
        gap:auto;
    }
    .slider {
      display: flex;
      transition: transform 0.5s cubic-bezier(.4,2.3,.3,1);
      will-change: transform;
    }


    .card {
justify-content: center;
justify-items: center;
      flex: 0 0 23%;
      width: 23%;
      margin: 0 1%;
      background: #e3e9f7;
      border-radius: 60px;
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
      padding: 32px 24px;
      text-align: center;
      font-size: 1.2rem;
      color: #333;
      transition: box-shadow 0.3s;
      box-sizing: border-box;
      min-width: 0;
      max-width: 100%;
      background-color: rgba(255, 255, 255, 0);
      
    }
    .card img {
      padding-left: 0cm;
      width: 250px; /* FotoÄŸraf geniÅŸliÄŸi */
    height: 250px; 
     object-fit: cover; 
    display: flex;
    justify-content: space-between;
     /* FotoÄŸrafÄ± ortalamak iÃ§in */
    }
    .card:hover {
      box-shadow: 0 6px 24px rgba(0,0,0,0.15);
    }
    @media (max-width: 1400px) {
      .slider-container {
        width: 98vw;

      }
      .card {
        flex: 0 0 22.5vw;
        width: 23vw;
        margin: 0 1vw;
      }
    }
    @media (max-width: 1100px) {
      .card {
        flex: 0 0 45vw;
        width: 45vw;
        margin: 0 2vw;
        font-size: 1rem;
      }
      .slider-container {
        padding: 20px 0;
      }
    }
    @media (max-width: 700px) {
      .slider-container {
        width: 100vw;
        min-width: 0;
        border-radius: 0;
        padding: 10px 0;
      }
      .card {
        flex: 0 0 90vw;
        width: 90vw;
        margin: 0 5vw;
        padding: 16px 4vw;
        font-size: 0.95rem;
      }
    }

    .slider-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      gap: 10px;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #ccc;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .dot.active {
      background-color: #333;
      transform: scale(1.2);
    }

    .dot:hover {
      background-color: #999;
    }


 /* MESLEGE GÄ°RÄ°S */
.giriscon{
display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin: 20px;
  gap: 20px;
  /* padding: 20px 10%; */

}
.giris{
  margin-top: 20px;
  background-color: rgba(157, 151, 151, 0.3);
  border-radius: 30px;
  box-sizing: content-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 95%;
  flex: 1 1 300px;
  display: flex;
  flex-direction:column;
   transition: transform 0.3s ease;
  overflow: hidden;
  max-height:content;
margin-top:2%;
margin-left: auto;
margin-right: auto;

}

/* MAKALE */
.article {
  max-width: 90%;
 margin-left: auto;
 margin-right: auto;
      background-color:rgba(255, 255, 255, 0.6);
      border: 1px solid #ddd;
      border-left: 5px solid #a5142c;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .article h2 {
      margin-top: 0;
      color: #333;
      font-size: 22px;
    }

    .article p {
      color: #555;
      margin-top: 15px;
      /* line-height: 1.6; */
      font-size: 18px;
    }

    .article .date {
      font-size: 13px;
      color: #888;
      margin-bottom: 10px;
    }

    .article a.pdf-link {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 12px;
      background-color: #a5142c;
      color: white;
      text-decoration: none;
      border-radius: 4px;
      font-size: 14px;
    }

    .article a.pdf-link:hover {
      background-color: #6c575b;
    }

    /* MAKALE2 */
.article2 {
  max-width: 90%;
 margin-left: auto;
 margin-right: auto;
      background-color:rgba(255, 255, 255, 0.6);
      border: 1px solid #ddd;
      border-left: 5px solid #40393a;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);

    }

.article2:hover {
background-color:rgba(255, 255, 255, 0.6);
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
transition: 2s;
}

    .article2 h2 {
      margin-top: 0;
      color: #333;
      font-size: 22px;
    }

    .article2 p {
      color: #555;
      margin-top: 15px;
      /* line-height: 1.6; */
      font-size: 18px;
    }

    .article2 .date {
      font-size: 13px;
      color: #888;
      margin-bottom: 10px;
    }

    .article2 a.pdf-link {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 12px;
      background-color: #31292a;
      color: white;
      text-decoration: none;
      border-radius: 4px;
      font-size: 14px;
    }

    .article2 a.pdf-link:hover {
      background-color: #6c575b;
    }

/* DERGÄ° */

  h1 {
    margin-top: 2px;
    text-align: center;
    margin-bottom: 1rem;
  }

  .grid {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    width: 100%;
  }

  .magazine {
    /* background-image: url("../img/background.png"); */
    position: relative;
    background-color:rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: 460px;
    display: flex;
    flex-direction: column;
  }

.magazine:hover {
    /* background-image: url("../img/background.png"); */
    background-color:rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 10px rgba(0,0,0,0.8);
     transition-duration: 1s;
  }

  

.magazine img {
  background-image: url("../img/background.png");
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  image-resolution:inherit;
  opacity: 0.2;
 
}

 .magazine img:hover{
    opacity: 0.6;
  }


  .magazine img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

 

  .link-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    z-index: 1;
  }

  .link-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.hakkimizda-container {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin: 20px auto;
  gap: 20px;
  padding: 15px 5%;

}

.hakkimizda-item {
  background-image: url(../img/background2.png);
  background-size: cover;
  background-color: rgba(96, 8, 8, 0.13);
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: auto;
  min-width: 30%;
  max-height: 300px;
  flex: 1 1 300px;
  display: flex;
  flex-direction:column;
 
  transition: transform 0.3s ease;
  overflow: auto;
  max-height: 480px;


}

.hakkimizda-item:hover {
  transform: translateY(-25px);
  box-shadow: 0 4px 8px rgba(50, 49, 49, 0.4);
}

.hakkimizda-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.hakkimizda-item h2 {
   font-size: clamp(0.8rem, 1.6vw, 1.5rem);
  margin: 15px 15px 10px;
}

.hakkimizda-item h3 {
   font-size: clamp(1rem, 1.8vw, 1.8rem);
  margin: 15px 15px 10px;
}

.hakkimizda-item p {
  font-size: 1rem;
  margin: 0 15px 15px;
  flex-grow: 1;
  text-align: justify;
}
  
.hakkimizda-item a {
  font-size: 1rem;
  margin: 0 15px 15px;
  flex-grow: 1;
  text-decoration: none;
  text-align: right;
  color: inherit;
  margin-right: 20px;
  margin-bottom: 20px;
  bottom:10px ;
}

/* YÃ–NETÄ°M DENETÄ°M KURULU */

.container2 {
  
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-chart-container2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} 

body {
    
    justify-content: center;
    align-items: center;
   
}

.org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    max-width: 1200px;
  
}

.title {
    color: #333;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.level-1, .level-2 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.level-3 {
    display: flex;
    justify-content: center;
    gap: 3.3rem;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.level-1::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.2rem;
    background-color: #666;
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.level-2::after {
    position: absolute;
    width: 2px;
    height: 1.2rem;
    background-color: #666;
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.member {
    background: white;
    border-radius: 40px;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    box-shadow: rgba(255, 255, 255, 0.35);
    transition: transform 0.3s ease;
    width: 350px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

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

.member-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #4a90e2;
    flex-shrink: 0;
}

.member-image img {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    flex-grow: 1;
}

.member-info h3 {
    color: #333;
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
}

.member-info .name {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.contact-info {
    font-size: 0.8rem;
    color: #666;
}

.contact-info p {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 12px;
}

.contact-info i {
    color: #4a90e2;
    width: 14px;
}

.president .member-image {
    border-color: #e74c3c;
}

.vice-president .member-image {
    border-color: #f1c40f;
}

.sekreter .member-image {
    border-color: #e98316;
}

.sayman .member-image {
    border-color: #b6a971;
}

/* Responsive tasarÄ±m iÃ§in medya sorgularÄ± */
@media (max-width: 1200px) {
    .member {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .level-3 {
        justify-content: center;
    }
    
    .member {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .member {
        flex-direction: column;
        text-align: center;
        padding: 0.8rem;
    }
    
    .member-image {
        margin: 0 auto;
    }
    
    .contact-info p {
        justify-content: center;
    }
} 

/* MEVZUAT */

.container_mevzuat {
            max-width: 800px;
            margin: 0 auto;
        }

        .header_mevzuat {
            text-align: center;
            margin-bottom: 3rem;
            color: #2c3e50;
        }

        .header_mevzuat h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .header_mevzuat p {
            color: #666;
            font-size: 1.1rem;
        }

        .category-container {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }


        .category-box {
            background:rgba(0, 0, 0, 0.15);
            padding: 1rem;
            border-radius: 15px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .category-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        .category-header {
            display:flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1rem;
            margin-right: 10px;
        }

       

         .category-header &gt; div:first-child {
            flex: 1;
        }

        .category-icons {
            display: flex;
            align-items: center;
            gap: 2rem;
            /* margin-left: 1rem; */
        }

        .category-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
        }

        .category-icon {
            font-size: 2rem;
            color: #3498db;
        }

        .category-description {
            color: #666;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .link-container {
            display: none;
            flex-direction: column;
            gap: 0.3rem;
            margin-top: 1rem;
            padding-top: 0.5rem;
            border-top: 1px solid #eee;
            background-color:rgba(255, 255, 255, 0.3);
        }

        .link-container.active {
            display: flex;
        }

        .link-box {
            background:rgba(255, 255, 255, 0.7);
            padding: 1rem;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-decoration: none;
            color: #2c3e50;
                   }

        .link-box:hover {
            transform: translateX(20px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            background: #f8f9fa;
        }

        .link-content {
            flex: 1;
        }

        .link-title {
            font-size: 1.05rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #2c3e50;
        }

        .link-description {
            color: #666;
            font-size: 0.9rem;
        }

        .link-icon {
            margin-left: 1rem;
            color: #3498db;
            font-size: 1.5rem;
        }

        .toggle-icon {
            transition: transform 0.3s ease;
        }

        .category-box.active .toggle-icon {
            transform: rotate(180deg);
        }

          .custom-button {
          
      display: inline-flex;
      justify-content: flex-end;
      
      align-items: center;
      padding: 10px 16px;
      background-color: #a5142c;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }

    .custom-button:hover {
      background-color: #6f2020;
    }

    .custom-button img {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }

       /* background: #524242;
background: linear-gradient(1deg,rgba(82, 66, 66, 1) 37%, rgba(240, 0, 0, 1) 100%); */</pre></body></html>