/* Thirdeye Plugin Tabs Styles */

.thirdeye-tabs .container {
    max-width: 1440px;
    margin: auto;
}
.thirdeye-tabs a.blog-link {
    text-decoration: none;
}

.thirdeye-tabs .tab-nav {
  list-style: none;
  display: flex;
  border: 1px solid #d2d2cc;
  margin-bottom: 0;
  justify-content: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  align-items: center;
}
.thirdeye-tabs .tab-nav li:first-child {
  margin-left: 0 !important;
}
.thirdeye-tabs .tab-nav li:last-child {
  margin-right: 0 !important;
}
.thirdeye-tabs .tab-nav li {
  cursor: pointer;
  border-bottom: none;
  transition: background 0.3s;
  /*border: 0;
  font-size: 14px;
  color: #595958;
  margin-right: 0;
  font-family: "Inter";*/
  margin: 20px 16px;
  border-radius: 80px;
}
.thirdeye-tabs .tab-nav li a {
  border: 0;
  font-size: 14px;
  color: #404040;
  margin-right: 0;
  font-family: "Inter";
  
}

.thirdeye-tabs .tab-nav li:hover {
  background: #e6e6db;

}
.thirdeye-tabs ul li a {
    text-decoration: none;
    color: #595958;
    padding: 4px 12px;
}

.thirdeye-tabs .tab-nav li.active {
  background: #e6e6db;
  color: #131312;
  
}
.thirdeye-tabs .tab-nav li.active a{
    font-weight: 500;
    color: #131312;
}

.thirdeye-tabs .tab-nav li a:hover {
    text-decoration: none;
}

.thirdeye-tabs .tab-content > div {
  border: 0;
  margin-top: 32px;
  background: #fff;
}

.thirdeye-tabs ul {
  margin: 0;
  padding: 0;
}

.thirdeye-tabs ul li {
  list-style: none;
}

.thirdeye-tabs ul li a {
  text-decoration: none;
  color: #595958;
  padding: 4px 12px;
}
/* 22nd oct 2025 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inter;
}
.thirdeye-layout .container {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.sidebar h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  }
.sidebar h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: inter;
  color: #131312;
}
.sidebar p {
  font-size: 14px;
  font-weight: 400;
  font-family: inter;
  margin-bottom: 32px;
  color: #1e1e1c;
  line-height: 20px;
}
.accordion-header {
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
}
.search-box input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d2d2cc;
  border-radius: 8px;
  outline: none;
  margin-bottom: 25px;
}
.filter-group {
  margin-bottom: 24px;
  border-bottom: 1.5px solid #a3a39f;
  padding-bottom: 24px;
}
.filter-group h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
.filter-group label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.filter-group input {
  margin-right: 8px;
}
.main-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.highlight-box {
  border-radius: 8px;
  padding: 48px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: radial-gradient(
    60.35% 84.41% at 50% 100%,
    #d7ff59 0%,
    #ecece3 100%
  );
  background-blend-mode: multiply;
  border: 1px solid #a3a39f;
}
.highlight-box .text {
  max-width: 70%;
}
.highlight-box .text h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #131312;
  margin-bottom: 8px;
}
.highlight-box h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #131312;
}
.highlight-box p {
  color: #1e1e1c;
  font-size: 16px;
  line-height: 24px;
  font-family: inter;
}
.thirdeye-layout .register-button {
  border: 1px solid #131312;
  border-radius: 200px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.thirdeye-layout .register-button:hover {
  background:#fff5e8;
}
.thirdeye-layout .register-button img {
  transition: transform 0.5s ease-in-out;
}
.thirdeye-layout .register-button:hover img {
  transform: rotate(45deg);

}

.thirdeye-layout .highlight-box button {
  background: transparent !important;
  color: #131312;
  padding: 10px 18px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.thirdeye-layout .highlight-box button:hover {
  background: #333;
}
.thirdeye-tabs .tab-content .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 20px;
}
.thirdeye-tabs .tab-content .blog-card {
  border-radius: 10px;
  overflow: hidden;
   border: 1px solid transparent; 
  position: relative;
  background: #fff;
  transition: .5s all;
}
.thirdeye-tabs .tab-content .blog-card:hover {
  background-color:#F3F3ED;
    border: 1px solid #E6E6DB;
}

.thirdeye-tabs .tab-content .blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.thirdeye-tabs .tab-content .blog-card .meta-time img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}
.thirdeye-tabs .tab-content .blog-card .badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #d7ff59;
    color: #131312;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Inter';
}

.thirdeye-tabs .tab-content .blog-card .content {
  padding: 16px;
}
.thirdeye-tabs .tab-content .meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
  gap: 4px;
  margin-bottom: 8px;
}
.thirdeye-tabs .tab-content .blog-card .post-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 8px 0px;
    color: #131312;
}
.thirdeye-tabs .tab-content .blog-card .post-excerpt {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1E1E1C;
}
.thirdeye-tabs .tab-content .blog-post-img {
    position: relative;
}
.thirdeye-tabs .tab-content .blog-post-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(230, 230, 219, 0.8) 0%, rgba(253, 170, 75, 0.6) 50%, rgba(193, 246, 37, 0.7) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .thirdeye-tabs .tab-nav {
    padding: 0 20px;
  }
  .thirdeye-tabs .tab-nav li {
    margin: 20px 8px;
  }
  .highlight-box {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .highlight-box .text {
    margin-bottom: 24px;
  }
  .highlight-box .text h4 {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .thirdeye-tabs .tab-nav {
    padding: 0 40px;
  }
  .highlight-box {
    flex-wrap: nowrap;
  }
}

@media (max-width: 900px) {
  .container {
    grid-template-columns: 1fr;
  }
  .sidebar {
    border: none;
    padding: 0;
  }

  .thirdeye-layout .container {
    display: block;
  }
  .search-fliter-container {
    display: flex;
    justify-content: space-between;
  }
  .thirdeye-tabs .tab-nav {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .tab-nav::-webkit-scrollbar {
    display: none;
  }
  .tab-nav li {
    flex: 0 0 auto;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .thirdeye-tabs .tab-nav {
    justify-content: space-between;
    padding: 0 20px !important;
  }
  .thirdeye-tabs .tab-nav li {
    margin: 20px 0px;
    padding: 4px 0px;
  }
  .register-button {
    white-space: nowrap;
  }
}
/* vadood css */

.sidebar h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: inter;
  color: #000;
  margin-bottom: 10px;
}
.search-box {
   position: relative;
}
.search-box input {
  padding: 10px 14px 10px 42px !important;
  color: #a3a39f !important;
  border-radius: 8px !important;
  font-size: 14px;
  font-family: inter;
  width: 100%;
  border: 1px solid #d2d2cc !important;
  margin-bottom: 0 !important;
  &::placeholder {
    color: #a3a39f;
    font-size: 14px;
    font-family: inter;
  }
}
.filter-group h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #404040;
  font-family: inter;
  margin-bottom: 16px !important;
}
.filter-group label {
  display: flex !important;
  font-size: 16px !important;
  color: #131312;
  font-family: inter;
  font-weight: 500;
  margin-bottom: 6px !important;
  line-height: 24px;
}

.thirdeye-layout .blog-card h4 {
  margin-top: 0 !important;
  margin-top: 8px !important;
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.filter-group input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #131312;
  border-radius: 6px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.filter-group input[type="checkbox"]:hover {
  background-color: #fff5e8;
}
.filter-group input:checked {
  background: #fdaa4b !important;
}
.filter-group input[type="checkbox"]:has(::after) {
  background: #fdaa4b !important;
}
.filter-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #131312;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.search-box img {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 20px;
  height: 20px;
}

/* Spinner styles */
.tab-loader {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.tab-loader .spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Radio button style */
.tab-content .accordion-item .date-filter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.tab-content .accordion-item .date-filter:checked {
  border-color: #f89b2c;
  border: 1px solid #131312;
}
.tab-content .accordion-item .date-filter:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
/*.tab-content .accordion-item .accordion-content label {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
  cursor: pointer;
  line-height: ;
}*/


/*mobile*/
.mobile-filter-bar .filter-toggle{ display:none; }
@media (max-width:767px){
    .highlight-box .text h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .highlight-box .text {
     max-width: 100%;
    }
    .sidebar h3 {
    font-size: 24px;
    line-height: 32px;
   }
}

/*tablet*/
@media (min-width:768px) and (max-width: 1024px){}

/*Desktop*/
@media(min-width:1025px){}


