@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body{
    font-family: "Inter", sans-serif;
}
body{
    background-color: #fff !important;
}
.footer-last a{
    color: #2563eb;
    font-weight: 600;
}
.footer-last a:hover{
    color: #1e40af;
}
#live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 8px 0;
  }
  
  .live-search-item {
    padding: 14px 34px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
  }
  .live-search-item:first-child{
    border-top: 1px solid #eee;
  }
  
  .live-search-item:hover {
    background-color: #dfe5eb;
  }
  
  .live-search-title {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
  }
  
  .live-search-desc {
    color: #37516c;
    font-size: 12.15px;
    line-height: 1.3;
    margin-top: 7px;
    text-align: left;
  }
  .live-search-desc:empty{
    display: none;
    margin: 0;
  }
  /**** Search *****/
  #ajaxsearchlite1 .probox, div.asl_w .probox{
    height: 62px !important;
    border-radius: 8px;
    overflow: hidden;
  }
  div.asl_m .probox .proinput input:not(.autocomplete){
    height: 62px !important;
    font-size: 16px !important;
    color: #000 !important;
    padding: 0 30px;
  }
  div.asl_w .probox .proinput input.autocomplete{
    height: inherit !important;
  }
  .site-main,
  .content-area {
    position: relative;
    min-height: 100%;
}
.header-search-sec{
    overflow: inherit !important;
}
.site-content{
    min-height: calc(100dvh - 472px);
}
.loader-items{
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
}
.loading-post-data .loader-items{
    display: flex !important;
}
.loader-items span{
    display: inline-block;
    width: 34px; /* size-6 = 1.5rem = 24px */
    height: 34px;
    border-width: 3px;
    border-style: solid;
    border-color: currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    color: #2563eb; /* text-blue-600 */
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.last-updated {
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-top: 40px;
}
h1.entry-title {
    line-height: 1.3;
}
#blog-content > div p,
#post-list > div p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Clamp to 2 lines */
}
.not-found-page-main{
    padding: 30px 0;
    height: calc(100dvh - 500px);
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.not-found-page-main-inner h1{
    font-size: 76px;
    line-height: 1;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 20px;
  }
  .not-found-page-main-inner p{
    margin-bottom: 20px; 
  }
  .logo-not-fount{
    text-align: center;
    margin-bottom: 30px;
  }
  .logo-not-fount > a{
    display: inline-block;
  }
  .logo-not-fount > a img{
    width: 100%;
    height: auto;
    max-width: 150px;
  }
  #post-list > p {
    text-align: center;
    padding: 10px;
    background: #fffbe2;
    font-size: 14px;
    border: solid 1px #e6c70e;
    border-radius: 6px;
}
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.pagination-wrap .page-numbers{
  display: inline-flex;
  min-width: 36px;
  padding: 5px 10px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  flex-shrink: 0;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.pagination-wrap .page-numbers:hover,
.pagination-wrap .page-numbers.current{
  border-color: #2563eb;
  background-color: #2563eb;
  color: #fff;
}
.pagination-wrap .page-numbers.next,
.pagination-wrap .page-numbers.prev {
  font-size: 0;
  position: relative;
}
.pagination-wrap .page-numbers.next:after,
.pagination-wrap .page-numbers.prev:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/pagi-icon.svg) no-repeat center center;
  background-size: 16px;
} 
.pagination-wrap .page-numbers.next:hover:after,
.pagination-wrap .page-numbers.prev:hover:after{
  filter: brightness(0) invert(1); 
}
.pagination-wrap .page-numbers.prev:after{
  transform: rotate(180deg);
}
.article-items{
  position: relative;
}
a.post-link-items,
.single-article-items-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    margin: 0 !important;
    display: block;
}
.header{
  z-index: 999;
}
.article-main ul li img,
.article-main ol li img{
  margin-top: 10px;
  margin-bottom: 20px;
  border:solid 1px #ddd;
  box-sizing: border-box;
  border-radius: 10px;
}
.article-main > div > h2:first-child,
.article-main > div > h3:first-child{
  margin-top: 0 !important;
}
@media (min-width:640px){
  .not-found-page-main-inner h1{
    font-size: 128px;
  }
}
@media (max-width:1024px){
    .last-updated{
        padding: 15px 0;
        margin-top: 30px;
    }
    .live-search-item{
        font-size: 14px;
        padding: 12px 20px;
    }
    .live-search-title{
        font-size: 13px;
        line-height: 1.2;
    }
    .live-search-desc{
        font-size: 12px;
        line-height: 1.2;
    }
}
@media (max-width:767px){
    .footer-last {
      margin-top: 30px;
  }
    .last-updated{
        padding: 12px 0;
        margin-top: 20px;
    }
    .loader-items span{
        width: 24px;
        height: 24px;
    }
    .live-search-item{
        padding: 10px 15px;
    }
    .live-search-title{
        font-size: 12px;
    }
    #live-search-input{
        font-size: 14px;
    }
}
.wp-block-image{
  border: solid 1px #ddd !important;
  overflow: hidden;
  border-radius: 12px;
}

.btn-transparent {
  padding: 0.5rem; /* p-2 */
  display: flex; /* flex */
  align-items: center; /* items-center */
  font-size: 0.875rem; /* text-sm */
  border-radius: 0.5rem; /* rounded-lg */
  color: #1f2937; /* text-gray-800 */
  outline: none; /* focus:outline-none */
}

/* Hover state */
.btn-transparent:hover {
  background-color: #f3f4f6; /* hover:bg-gray-100 */
}

/* Dark mode */
.dark .btn-transparent{
  color: #e5e7eb; /* dark:text-neutral-200 */
}

.dark .btn-transparent:hover {
  color: #737373; /* dark:hover:text-neutral-500 */
}

.dark .btn-transparent:focus {
  color: #737373; /* dark:focus:text-neutral-500 */
}
.btn-singup{
  display: inline-flex;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    border-radius: .5rem;
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(28 84 227 / var(--tw-bg-opacity));
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.last-updated-date-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.last-updated-date-box span{
  font-size: 0;
}
.last-updated-date-box-wrap{
  text-align: right;
}
.pt-0{
  padding-top: 0 !important;
}
.image-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-y: auto;
  min-height: 100dvh;
  min-width: 100%;
  cursor: zoom-out;
}
.wp-block-image img{
  cursor: zoom-in;
}
.image-modal-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  cursor: zoom-out;
}
.zoom-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    min-height: 100dvh;
}
html.image-modal-open {
    position: relative;
    overflow: hidden;
}
.last-updated-date-box svg{
  width: 14px;
}
.single-post .footer-wrap-main {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}
.single-post footer .wrapper {
  padding-top: 0 !important;
}
.faq-list{
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
  }

  .faq-item{
    display: flex;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--divider);
  }
  .faq-item:last-child{
    border-bottom: 0;
  }

  .faq-item__icon{
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    color: #6b7280; /* muted */
  }

  .faq-item__content{
    flex: 1 1 auto;
    min-width: 0;
  }

  .article-main .faq-item__question{
    font-size: 18px; /* md:text-lg vibe */
    font-weight: 600;
    margin: 0 0 .25rem 0 !important;
    color: #1e2939 !important;
  }
  .faq-item__question a{
    color: #1e2939 !important;
  }
  .faq-item__question a:hover{
    color: #1e40af !important;
    text-decoration: none;
  }

.article-main .faq-item__answer{
    margin: 0;
    color: #6a7282;
    font-size: 14px;
    line-height: 1.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .faq-list > .faq-item{
    border-bottom: solid 1px #ebe6e7;
  }
  .faq-list > .faq-item:last-child{
    border-bottom: 0 !important;
  }
  .article-main .faq{
    margin-top: 60px !important;
  }
  .article-main .faq .faq__title{
    margin-bottom: 10px !important;
  }
@media (max-width:567px){
  .last-updated-date-box {
    font-size: 12px;
  }
  .last-updated-date-box svg{
    width: 14px;
  }
  .btn-singup{
    font-size: 12px;
  }
  .btn-transparent{
    font-size: 12px;
  }
  .logo img{
    max-width: 140px;
  }
  .last-updated-date-box{
    gap: 5px;
  }
  .article-main .faq{
    margin-top: 40px !important;
  }
}
@media (max-width:359px){
  .logo img{
    max-width: 103px;
  }
}

    .faq{
      max-width: 42rem; /* ~672px */
      margin: 0 auto;
    }

    .faq__title{
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 2rem 0 !important;
    }
    @media (min-width: 768px){
      .faq__title{
        font-size: 2.25rem; /* md:text-4xl-ish */
      }
    }

    