/* Extracted <style> blocks (verbatim, relocated) */

/* --- from layout --- */
.container{
	max-width:1560px;
}

/* --- from home --- */
.news-scroll a{text-decoration: none}
  .dot{height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207,23,23);
    border-radius: 50%;
    display: inline-block
  }

/* --- from home --- */
li.qcklnk { border-top: 1px dashed #ccc; }
    li.qcklnk:last-child { border-bottom: 1px dashed #ccc; }
    .imp {color:#fff;background-color:#fc4e03;border-radius:7px;font-size:0.6rem;font-weight:bold;padding:2px 6px;text-transform:uppercase}
    .rec {color:#fff;background-color:#24a31d;border-radius:7px;font-size:0.6rem;font-weight:bold;padding:2px 6px;;text-transform:uppercase}
    .auc {color:#fff;background-color:#2b7be3;border-radius:7px;font-size:0.6rem;font-weight:bold;padding:2px 6px;;text-transform:uppercase}

/* --- from home --- */
.flip-card {
        background-color: transparent;
        width: 100%;
        height: 200px;
        perspective: 1000px;
        margin-bottom:20px;
      }

      .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      }

      .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
      }

      .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .flip-card-front {
        background-color: #77ccff;
        color: black;
        padding:25px 5px;
        text-align:center;
      }

      .flip-card-back {
        background-color: #333;
        padding:25px 5px;
        color: white;
        transform: rotateY(180deg);
      }
      .flip-card-back a:hover{
        color:#77ccff;
      }

/* --- from chatbot --- */
.chatbot-wrapper {
    position: fixed;
    bottom: 85px;
    right: 25px;
    z-index: 9999;
    font-family: inherit;
  }

  .chatbot-callout {
    position: absolute;
    bottom: 65px;
    right: 0;
    background-color: #1586c6;
    color: #fff;
    padding: 8px 14px;
    border-radius: 18px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .chatbot-callout::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 20px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #1586c6 transparent transparent transparent;
  }
  .callout-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
  }

  .chatbot-launcher {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #1586c6;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }
  .chatbot-launcher:hover {
    transform: scale(1.08);
  }

  @keyframes subtle-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5deg); }
  }
  .bounce-animation {
    animation: subtle-bounce 3s infinite;
  }

  .chatbot-window {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 310px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .chatbot-header {
    background-color: #1586c6;
    color: #fff;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .chatbot-close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }

  .chatbot-body {
    padding: 16px;
    max-height: 380px;
    overflow-y: auto;
  }

  .chat-msg.bot-msg {
    background-color: #f1f3f5;
    color: #333;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13.5px;
    margin-bottom: 14px;
    border-left: 3px solid #1586c6;
  }

  .chat-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .chat-opt-btn, .chat-redirect-link {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 9px 12px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.2s ease;
  }
  .chat-opt-btn:hover, .chat-redirect-link:hover {
    background-color: #e9ecef;
    border-color: #1586c6;
    color: #1586c6;
  }

  .sub-category-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 8px;
  }

  .chat-back-btn {
    margin-top: 10px;
    background: transparent;
    border: none;
    color: #1586c6;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 0;
    text-align: left;
  }
  .chat-back-btn:hover {
    text-decoration: underline;
  }


/* Extracted inline style="" attributes -> generated classes */

.il-layout-1 { height:25px;background-color:#ebebeb;padding-top:0px;padding-bottom:6px; }
.il-layout-2 { color:#DDD;font-size:12px;font-weight:bold; }
.il-layout-3 { color:yellow; }
.il-layout-4 { float:right; }
.il-layout-5 { color:yellow;font-weight:bold; }
.il-layout-6 { color:#444;font-size:12px;font-weight:bold; }
.il-layout-7 { color:#444; }
.il-layout-8 { color:brown;font-weight:bold; }
.il-layout-9 { height:25px;background-color:#77ccff;padding-top:0px;padding-bottom:6px; }
.il-layout-10 { color:#444;font-size:14px; }
.il-layout-11 { color:brown; }
.il-layout-12 { font-size:17px; }
.il-layout-13 { padding-top:10px;margin-bottom:0px; }
.il-layout-14 { font-size:18px;color:#888; }
.il-layout-15 { background:#1586c6;border-bottom:1px solid #777;margin-top:12px; }
.il-layout-16 { font-size:17px;color:#444; }
.il-layout-17 { float:left; }
.il-layout-18 { background-color:#eee;padding-top:30px;padding-bottom:10px; }
.il-layout-19 { margin-bottom:20px; }
.il-layout-20 { background-color:#fff; }
.il-layout-21 { height:80px; }
.il-layout-22 { background-color:#eee;padding-top:20px;padding-bottom:20px; }
.il-layout-23 { width:160px;background-color:#fff;margin-left:15px;margin-right:15px;border:1px solid #ddd; }
.il-layout-24 { padding-top:50px;padding-bottom:50px; }
.il-layout-25 { margin-bottom:15px; }
.il-layout-26 { line-height:12px; }
.il-layout-27 { z-index:1000; }
.il-layout-28 { color:#fff; }
.il-layout-29 { display: none;color:#fff; }
.il-layout-30 { background:#222222;border:2px solid #ddd; }
.il-layout-31 { width:23px;height:23px;margin-left:4px;margin-top:4px; }
.il-layout-32 { background:#0077B5;border:2px solid #ddd; }
.il-layout-33 { background:#DD2A7B;border:2px solid #ddd; }
.il-layout-34 { background:#AAAAAA;border:2px solid #ddd; }
.il-layout-35 { background:#3b5999;border:2px solid #ddd; }
.il-home-1 { color:white; }
.il-home-2 { background:#ddd; }
.il-home-3 { width:160px; }
.il-home-4 { color:red; }
.il-home-5 { background:#fff;padding-top:0px;padding-bottom:10px; }
.il-home-6 { font-size:1.8rem;font-weight:600;color:#222; }
.il-home-7 { height:240px;font-size:13px;font-weight:bold; background-color: #D6E5F5; }
.il-home-8 { height:80%; }
.il-home-9 { background-color: #D6E5F5; }
.il-home-10 { font-size:15px; }
.il-home-11 { text-align:justify;font-size:13px;margin:5px 0; }
.il-home-12 { font-size:17px; }
.il-home-13 { text-align:justify;font-size:14px;margin:5px 0; }
.il-home-14 { height:240px;font-size:13px;font-weight:bold;background-color: #D6E5F5; }
.il-home-15 { padding-top:50px;padding-bottom:30px; }
.il-home-16 { background:#FFF;margin-bottom:20px; }
.il-home-17 { background: #77ccff; color: #222; text-align:center; padding:10px; margin:0px; margin-bottom:0px; font-weight: bold; }
.il-home-18 { border:1px solid #77ccff;padding:5px;height:330px; width:100%; overflow-x: hidden; overflow-y:auto; }
.il-home-19 { margin:10px;line-height:30px; }
.il-home-20 { font-size:0.8rem; }
.il-home-21 { background:#eee; }
.il-home-22 { background:#000;padding:27px 10px;text-align:center;color:#fff; }
.il-home-23 { background:#eee;padding:27px 10px;text-align:center;color:#000; }
.il-home-24 { font-weight:bold;color:#555; }
.il-home-25 { padding:10px;background-color:#fff;border:1px solid #77ccff;height:330px; width:100%; overflow-x: hidden; overflow-y:auto;text-align:center; }
.il-home-26 { width:160px;margin-bottom:10px; }
.il-home-27 { margin:auto auto;width:80%;background-color:#777;color:#fff;padding:5px;font-size:0.8rem; }
.il-home-28 { margin:auto auto;width:80%;background-color:#ddd;padding:5px;color:#444;font-size:0.8rem;line-height:18px;margin-bottom:5px; }
.il-home-29 { font-size:0.9rem;font-weight:bold; }
.il-home-30 { margin-bottom:20px; }
.il-home-31 { padding: 50px 0; background-color: #f4f6f9; }
.il-home-32 { background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #33bfff; }
.il-home-33 { background: linear-gradient(90deg, #007cf0, #00dfd8); 
      color: white;
      padding: 12px;
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.4); }
.il-home-34 { padding: 15px;
      background: #ffffff;
      height: 330px;
      overflow-y: auto;
      text-align: center; }
.il-home-35 { width: 130px; margin-bottom: 10px; border: 2px solid #ccc; border-radius: 6px; }
.il-home-36 { margin: 0 auto 8px;
          background-color: #000;
          width: 80%;
          color: #fff;
          padding: 8px 12px;
          font-weight: bold;
          font-size: 0.9rem;
          border-radius: 6px; }
.il-home-37 { margin: 0 auto 10px;
          background-color: #f0f0f0;
          width: 80%;
          color: #000;
          padding: 8px 12px;
          font-size: 0.85rem;
          border-radius: 6px; }
.il-home-38 { font-size: 0.85rem; font-weight: bold; color: #007bff; }
.il-home-39 { background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #4facfe; }
.il-home-40 { background: #ffffff;
      padding: 15px;
      height: 330px;
      overflow-y: auto; }
.il-home-41 { margin: 0; padding-left: 20px; list-style-type: square; line-height: 1.8; }
.il-home-42 { margin-bottom: 10px; }
.il-home-43 { font-size: 0.9rem; color: #333; text-decoration: none; }
.il-home-44 { background:#d6e5f5;padding-top:30px;padding-bottom:30px; }
.il-home-45 { font-size:1.5rem;margin-bottom:30px; }
.il-home-46 { width:100%; }
.il-home-47 { font-size:70px;color:#333; }
.il-home-48 { font-size:26px;font-weight:bold;color:#333; }
.il-home-49 { color:#77ccff;text-transform:uppercase; }
.il-home-50 { line-height:25px; }
.il-home-51 { padding-top:40px;padding-bottom:50px; }
.il-home-52 { font-size:60px;color:#77ccff; }
.il-home-53 { padding-top:30px;padding-bottom:30px; }
.il-home-54 { padding-top:7px; }
.il-home-55 { font-size:0.85rem;text-transform:none;margin-bottom:6px; }
.il-home-56 { text-transform:none;line-height:20px; }
.il-home-57 { margin-top:0px;margin-bottom:20px; }
.il-home-58 { padding-top:30px; padding-bottom:30px; }
.il-home-59 { font-size:1.5rem; margin-bottom:30px; }
.il-home-60 { margin-top: 10px; margin-bottom: 20px; }

.il-layout-footer-bg { background-position: bottom center; }
