.main-logo{
    width:300px; 
    height: 300px; 
    border-radius: 60px;
}
.main-logo:hover{
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: scale(1.1);
    transition: transform 0.2s;
}
.about-us{
    color: rgb(236,37,68);
    background-color: rgba(240, 248, 255, 0.571);
    max-width: 250px;
    padding: 5px;
    border-radius: 10px;
}
.about-us-subtittle{
    color: rgb(20,100,75);
    background-color: rgba(240, 248, 255, 0.571);
    max-width: 600px;
    padding: 5px;
    border-radius: 10px;
}
.studyin{
    color: rgb(236,37,68);
    background-color: rgba(240, 248, 255, 0.571);
    max-width: 250px;
    padding: 5px;
    border-radius: 10px;
    font-size: 1.8rem;
}
.studyin-subtittle {
    text-align: center;
    max-width: 600px;
    padding: 1px;
    border-radius: 10px;
    animation: studyFlash 0.8s infinite alternate;
    background-color: rgba(240, 248, 255, 0.571);
  }
  
  @keyframes studyFlash {
    0%   { color: rgb(236,37,68); }
    100% { color: rgb(232, 197, 0); }
  }
.breadcrumb-wrapper-inner span a i{
    color: rgb(236,37,68);
}
.breadcrumb-wrapper-inner span{
    color: rgb(236,37,68);
}
.breadcrumb-wrapper-inner{
    color: rgba(208, 219, 215, 0.674);
    background-color: rgba(231, 243, 234, 0.492);
    max-width: 300px;
    padding: 5px;
    border-radius: 10px;
}

.footer-main {
    background-color: rgba(18,96,72,255);
    color: #fff;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .footer-column {
    flex: 1 1 1 200px;
    margin: 10px 0;
  }
  
  .footer-column h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 400;
    color: white;
  }
  
  .footer-column ul {
    list-style: none;
  }
  
  .footer-column ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  li a {
    color: #fff;
    text-decoration: none;
    gap: 20px;
  }
  
  .social-column {
    text-align: center;
  }
  .social-column a{
    padding-right: 10px;
  }
  .footer-column ul i {
    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    transition: color 0.2s;
    cursor: pointer;
  }
  .footer-column ul li a:hover {
    font-size: 1.8rem;
    font-weight: 800;
  }
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 2rem;
  }
  .header-h2{
    color: rgb(20,100,75);
    padding: 5px;
    border-radius: 10px;
  }
  .social-icons a {
    color: #fff;
    text-decoration: none;
    font-size: 2.5rem;
  }
  .social-icons a:hover {
    color: rgb(236,37,68);
    text-decoration: none;
    font-size: 3.2rem;
  }
  
  .social-icons a img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
    transition: transform 0.2s;
  }
  
  .social-icons a:hover img {
    transform: scale(1.1);
  }
  
  .logo {
    max-width: 300px;
    max-height: 400px;
    margin-top: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .logo:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
  }
  
  .footer-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    padding-left: 10px;
    font-size: 0.9rem;
  }
  
  .contact-left, .contact-right {
    flex: 1 1 300px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 10px;
  }
  .contact-left p a:hover {
    color: rgb(236,37,68);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.9rem;
  }
  
  .contact-left p, .contact-right p {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    gap: 10px;
    font-size: 1.5rem;
  }
  .contact-left p a, .contact-right p a {
    color: #fff;
    text-decoration: none;
  }
  .wechat-WechatQR img{
      width: 300px;
      height: 300px;
      text-align: center;
      display: flex;
      flex-direction: column;
      padding-bottom: 10px;
      padding-left: 40px;
  }
  .whatsapp-whatsappqr img{
      width: 300px;
      height: 300px;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-right: 40px;
  }
  .flashing-text {
    text-align: center;
    font-size: 3rem;
    animation: colorFlash 0.4s infinite alternate;
  }
  
  @keyframes colorFlash {
    0%   { color: rgb(236,37,68); }
    100% { color: rgb(232, 197, 0); }
  }
  
  .footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
  }
  ul li a:hover {
    color: rgb(236,37,68);
    text-decoration: none;
  }
  p a:hover {
    color: rgb(236,37,68);
    text-decoration: none;
    font-weight: 800;
  }
  
  .wechat-whatsappqr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
  }
  
  .wechat-whatsappqr img {
    width: 150px;
    height: 150px;
  }
  
  .wechat-whatsappqr p {
    text-align: center;
    font-weight: 800;
    font-size: 1.2rem;
  }
  
  
  @media screen and (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-column, .contact-left, .contact-right {
      text-align: center;
    }
  }
  
  @media screen and (max-width: 425px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-column, .contact-left, .contact-right {
      text-align: center;
    }
  }
  

  /* study in china  */
  .cities-section {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(247, 129, 129, 0.1);
  }

  .cities-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
    color: rgb(236,37,68);
  }

  .city-list {
    list-style-type: disc;
    padding-left: 20px;
  }

  .city-list li {
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .city-name {
    font-weight: bold;
    color: #007B5E;
  }

  @media (max-width: 600px) {
    .cities-section {
      padding: 20px;
    }

    .cities-section h2 {
      font-size: 1.5rem;
    }
  }

  h2 {
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  table {
    width: 40%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  th, td {
    border: 1px solid #ccc;
    padding: 12px 16px;
    text-align: left;
    
  }

  th {
    background-color: rgba(18, 96, 71, 1);
    color: white;
  }

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  ul li {
    /* margin-bottom: 12px; */
    line-height: 2.5;
  }

  .pro-tip {
    background-color: #e9f9f1;
    border-left: 6px solid #2ecc71;
    padding: 16px;
    margin-top: 20px;
    font-style: italic;
    color: #2c3e50;
  }

  h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #2c3e50;
  }

  /* li::before {
    content: "🎓";
    font-size: 1.4rem;
    margin-right: 12px;
    color: rgb(20, 100, 75);
  } */

  ul.docs {
    list-style: none;
    padding-left: 0;
  }

  ul.docs li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
  }

  ul.docs li::before {
    content: "📄";
    position: absolute;
    left: 0;
    color: rgb(20, 100, 75);
    font-size: 1.1rem;
  }

  .processing {
    background-color: #fff3cd;
    border-left: 5px solid #f0ad4e;
    padding: 12px 16px;
    border-radius: 6px;
    font-style: italic;
  }

  ul.culture {
    list-style: none;
    padding-left: 0;
  }

  ul.culture li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
  }

  ul.culture li::before {
    content: "🌏";
    position: absolute;
    left: 0;
    color: rgb(20, 100, 75);
    font-size: 1.1rem;
  }

  .pro-tip-malaysia{
    background-color: #e8f5e9;
    border-left: 5px solid rgb(20, 100, 75);
    padding: 14px 18px;
    border-radius: 6px;
    font-style: italic;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
  }

  .visa-container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  }
  .processing-time {
    background-color: #fff9e6;
    border-left: 4px solid #ffc107;
    padding: 12px 16px;
    margin-top: 20px;
    border-radius: 5px;
    font-style: italic;
  }
  .did-you-know {
    background-color: #e8f5e9;
    border-left: 5px solid rgb(20, 100, 75);
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 500;
  }
  .apply-section {
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .highlight {
    background-color: #e6f7ff;
    padding: 10px;
    border-left: 5px solid rgb(236,37,68);
    margin: 20px 0;
    border-radius: 8px;
  }