
 

  .wc5ca {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .wc5catitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .wc5catitle:has(.wc5catitlebodylang:empty),
  .wc5catitle:has(.wc5catitlebodylang ul:empty) {
    display: none;
  }

  .wc5catitlebody {
    color: #f3f6f7;
    width: var(--max);
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px 10px 0px;
  }

  .wc5catitlebodytitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .wc5catitlebodylang {
    width: auto;
    margin: -5px 0px -5px 0px;
  }

  .wc5catitlebodylang:empty,
  .wc5catitlebodylang ul:empty {
    display: none;
  }

  .wc5catitlebodylang ul {
    display: flex;
    gap: 5px;
  }

  .wc5cabody {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 5px 0px;
    position: relative;
  }

  .wc5ca-mobile-toggle {
    display: none;
    background: #183656;
    color: #f3f6f7;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
  }

  .wc5ca-mobile-toggle span {
    font-size: 24px;
  }

  .wc5camenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
  }

  .wc5camenulist {
    width: calc(100% - 20px);
    background-color: #183656;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
  }

  .wc5camenubody {
    width: 100%;
    background-color: #183656;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wc5camenulist ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
  }

  .wc5camenulist ul a {
    padding: 10px 15px;
    font-size: 16px;
    color: #f3f6f7 !important;
    border-bottom: 1px solid transparent;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0 2px;
  }

  .wc5camenulist ul a:hover {
    background-color: #3b85bb;
    border-radius: 5px;
    color: #f3f6f7 !important;
    cursor: pointer;
  }

  .wc5camenulist ul a.wc5ca-menu-list-active {
    color: #f3f6f7 !important;
  }

  .wc5ca-menu-list-active {
    background-color: #3b85bb;
    border-radius: 5px;
    color: #f3f6f7 !important;
    cursor: pointer;
  }

  .wc5camenulistbody {
    width: 100%;
  }

  .wc5calanguages-mobile {
    display: none;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .wc5calanguages-mobile:empty,
  .wc5calanguages-mobile ul:empty {
    display: none !important;
  }

  .wc5calanguages-mobile ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
  }

  .wc5calanguages-mobile li {
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
    aspect-ratio: 1/1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .wc5calanguages-mobile li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wc5calanguages-mobile li:hover {
    background-color: #3b85bb;
    border-color: #f3f6f7;
  }

  @media screen and (min-width: 1024px) {
    .wc5cabodylogo {
      height: 100px;
      max-width: 90vw;
      max-height: 100px;
    }

    .wc5catitle {
    margin-bottom: -30px;
  }


  }

  @media screen and (max-width: 1024px) {
    .wc5cabody {
      width: calc(100% - 20px);
      padding: 0 10px;
      justify-content: center;
    }

    .wc5camenulist ul {
      flex-direction: row;
    }

    .wc5cabodylogo {
      width: 50vw;
      max-width: 50vw;
      max-height: 100px;
    }

    .wc5catitlebody {
      flex-direction: column;
      gap: 10px;
      align-items: center;
      display: none;
    }

    .wc5catitlebodytitle {
      text-align: center;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 768px) {
    .wc5catitlebodylang {
      display: none;
    }

    .wc5cabody {
      width: calc(100% - 20px);
      padding: 0 10px;
      justify-content: space-between;
    }

    .wc5ca-mobile-toggle {
      display: inline-flex;
    }

    .wc5cabodylogo {
      width: 40vw;
      max-width: 40vw;
      max-height: 80px;
    }

    .wc5camenulist {
      display: none;
      flex-direction: column;
      width: calc(100% - 24px);
      padding: 12px;
    }

    .wc5camenu.wc5camenu-open .wc5camenulist {
      display: flex;
    }

    .wc5camenu.wc5camenu-open .wc5calanguages-mobile {
      display: block;
    }

    .wc5camenulist ul {
      flex-direction: column;
      gap: 0;
    }

    .wc5camenulist ul a {
      font-size: 14px;
      width: 100%;
      padding: 12px;
      text-align: left;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0;
    }

    .wc5camenulist ul a:last-child {
      border-bottom: none;
    }

    .wc5camenulist ul a:hover {
      background-color: #3b85bb;
      border-radius: 0;
    }

    .wc5catitlebodytitle {
      font-size: 12px;
    }
  }


  #content {
    justify-content: start;
  }

  .iwfnh {
    width: var(--max);
    margin-top: 20px;
    gap: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
  }

  .iwfnh * {
    box-sizing: border-box;
  }

  .iwfnh-menu-btn {
    display: none;
    background-color: #183656;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    justify-content: space-between;
    align-items: center;
  }

  .iwfnh-menu-btn .iwfnh-icon {
    font-size: 20px;
  }

  .iwfnh-menu {
    width: 250px;
    background-color: var(--bgcolor);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    float: left;
  }

  .iwfnh-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    float: right;
  }

  .iwfnh-menu-link,
  .iwfnh-top {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
  }

  .iwfnh-menu-link.active,
  .iwfnh-menu-link:hover,
  .iwfnh-top.active,
  .iwfnh-top:hover {
    background-color: #1e3046;
    color: #fff;
  }

  .iwfnh-menu-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .iwfnh-top {
    width: 100%;
    border: none;
    font-weight: 600;
    text-align: left;
  }
  
  .iwfnh-top > div {
    text-align: left;
  }

  .iwfnh-top .iwfnh-icon {
    font-size: 14px;
    transition: transform 0.2s ease;
  }

  .iwfnh-menu-group.open .iwfnh-top .iwfnh-icon {
    transform: rotate(180deg);
  }

  .iwfnh-sub {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding-left: 8px;
  }

  .iwfnh-sub.show {
    display: flex;
  }

  .iwfnh-sub-link {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
  }

  .iwfnh-sub-link.active,
  .iwfnh-sub-link:hover {
    background-color: rgba(39, 156, 144, 0.12);
    color: inherit;
  }

  .iwfnh-desc-menu {
    width: 200px;
    background-color: #1e3046;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
  }

  .iwfnh-desc-menu > div {
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin: 5px;
  }

  .iwfnh-desc-body {
    display: flex;
    justify-content: space-between;
  }

  .iwfnh-title {
    width: 100%;
    height: 100px;
    background-color: #183656;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .iwfnh-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/page/arac001/bg/{{bgimg}}");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 1;
  }

  .iwfnh-title h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
    margin: 0;
  }

  .iwfnh-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  .iwfnh-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--max) - 460px);
  }

  .iwfnh-img img {
    width: 100%;
  }


  @media screen and (min-width: 1024px) {
    .iwfnh-desc {
      width: calc(var(--max) - 290px);
    }

    .iwfnh-menu {
    padding: 10px;
    }

    .iwfnh-menu-link {
      padding: 10px 10px 10px 10px;
    }

    .iwfnh-top {
      padding: 10px 10px 10px 10px;
    }
  }

  @media screen and (max-width: 1024px) {
    .iwfnh-menu-btn {
      display: flex;
      width: 100%;
      margin: 0;
    }

    .iwfnh {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 5px;
      gap: 5px;
      margin-top: 0px;
    }

    .iwfnh-img {
      width: 100%;
    }

    .iwfnh-body {
      width: 100%;
      order: 3;
      padding: 10px;
    }

    .iwfnh-menu {
      width: 100%;
      float: none;
      flex-direction: column;
      order: 1;
      display: none;
      gap: 10px;
    }

    .iwfnh-menu.active {
      display: flex;
    }

    .iwfnh-desc {
      width: 100% !important;
      order: 2;
    }
  }


  .whatsapp {
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 5px;
    background-color: #4dc247;
    display: flex;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #000 !important;
    z-index: 10000;
    padding-right: 20px;
  }

  .whatsappicon {
    width: 40px;
    height: 40px;
  }


  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: 250px;
  }

  .footer {
    position: relative;
    background: #183656;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #f3f6f7;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  } 

  .menu__link {
    font-size: 1.2rem;
    color: #f3f6f7 !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p { 
    color: #f3f6f7;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23183656;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

