:root {
    /* Font Families */
    --font-primary: "Figtree", sans-serif !important;
    --font-secondary: 'Calibri', sans-serif !important;

    /* Headings Font Sizes */
    --h1-size: 55px;
    --h2-size: 38px;
    --h3-size: 32px;
    --h4-size: 26px;
   

    /* Subheading */
    --subheading-size: 24px;
    --subheading-font-weight: 600 ;

    /* Description / Paragraphs */
    --description-size: 20px;
    --description-line-height: 24px;
    --inner-cards-description-size:18px;
    --inner-cards-description-line-height:24px;

   /* subtitles */
     
     --subtitle-size:24px;
     --subtitle-line-height:28px;

    /* Button Text */
    --button-font-size: 20px;
    --button-font-weight: 500;
    --button-line-height: 22px;


   /* Headings Font Weight */
   
    --h1-weight: 600;
    --h2-weight: 600;
    --h3-weight: 500;
    --h4-weight: 600;
   

    /* Headings line Height */

    --h1-line-height: 1.1;
    --h2-line-height: 1.2;
    --h3-line-height: 34px;
    --h4-line-height: 28px;

}


/* ABOUT US HERO SECTION */
.thought-leadership-hero-section {
  position: relative;
  width: 100%;
  height: 45vh; /* slightly shorter for balance */
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.thought-leadership-hero-section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.thought-leadership-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.163); /* darker overlay for better contrast */
  z-index: 1;
}

.thought-leadership-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding-top: 60px;
}

.thought-leadership-hero-content h1 {
 font-family: var(--font-primary);
  font-size: 42px;
  font-weight: 700;
  /* margin-bottom:30px; */
  margin: 16px 0;
}



/* Buttons */
.thought-leadership-hero-content .breadcrumb-btn {
  background: rgba(255, 255, 255, 0.35);
  border: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
 transition: transform 0.3s ease ;
  font-weight: 500; 
  text-decoration: none;
font-family: var(--font-secondary);

}
.thought-leadership-hero-content .breadcrumb-btn:hover {
 background: rgba(255, 255, 255, 0.25);
  transform: scale(1.01);
}



/* insights & idea section css  */
.insights-section{
    padding: 60px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.insights-container{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}
.header {
    margin-bottom: 60px;width: 30%;
}

.insights-heading {
   
    font-weight: 600;
    color: #1c0d45;
    margin-bottom: 20px;
    /* line-height: 1.2; */
font-family: var(--font-primary);
font-size: var(--h2-size);
font-weight: var(--h2-weight);
line-height: var(--h2-line-height); 
}

.subtitle {
    
    color: #000;
    /* line-height: 1.6; */
    max-width: 750px;
font-family: var(--font-secondary);
font-size: var(--description-size);
line-height: var(--description-line-height);
}

.search-section {
    margin-bottom: 60px;
}

.search-title {
    font-size: 22px;
    font-weight: 600;
    color: #1c0d45;
    margin-bottom: 24px;
    font-family: "Figtree", sans-serif !important;
    max-width: 600px;
    margin-top: 20px;
}

.search-container {
    position: relative;
    max-width: 600px;
}

.search-input {
    width: 100%;
    padding: 20px 60px 20px 20px;
    font-size: 16px;
    border: 2px solid #1c0d45;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s;
}
.search-input::placeholder{
    font-size: 18px;
    font-weight: 500;
}

.search-input:focus {
    border-color: #1c0d45;
}

.search-button {
    position: absolute;
    right: 5px;
    top: 0;
    height: 85%;
    width: 60px;
    background-color: #f96e46;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    /* margin: 5px; */
    bottom: 0;
    margin: auto;
}

.search-button:hover {
    background-color: #1a2744;
}

.search-icon {
    width: 20px;
    height: 20px;
    stroke: white;
    stroke-width: 2;
    fill: none;
}

.articles-grid {
    display: flex;
    gap: 30px;
    width: 64%;
}

.article-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    width: 50%;
}

.article-image {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: white;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #1c0d45;
font-family: var(--font-secondary);
}

.article-content {
    padding: 15px;
    padding-left:0px;
}

  .article-date {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: normal;
font-family: var(--font-secondary);
    
}

.article-title {
    
    
    color: #1c0d45;
    margin-bottom: 15px;
    font-family: var(--font-primary);
font-size: 28px;
line-height: 34px;
font-weight:600; 
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid #0a1628;
    background: transparent;
    color: #0a1628;
   
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
font-family: var(--font-secondary);
font-size: var(--button-font-size);
line-height: var(--button-line-height);
font-weight: var(--button-font-weight);
max-width: fit-content;
}

.read-more:hover {
   
}

.arrow-icon {
    font-size: 16px;
}

@media (max-width: 768px) {
    .insights-heading {
        font-size: 36px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        flex-direction: column !important;
    }
    .cards-grid{
      grid-template-columns: repeat(1, 1fr) !important;
    }
}


/* explore section  */


        .explore-section{
            padding: 60px;
            padding-top: 0px;
            max-width: 1600px;
            width: 100%;
            margin: 0 auto;
        }
        .container-fluid{
          padding: 0px;
        }
        .explore-section-heading {
           
            margin-bottom: 20px;
            color: #1c0d45;
font-family: var(--font-primary);
font-size: var(--h2-size);
font-weight: var(--h2-weight);
line-height: var(--h2-line-height); 
        }

        .tabs {
            display: flex;
            gap: 30px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .tab {
            padding: 7px 24px;
            border: 2px solid #1c0d45;
            border-radius: 25px;
            background-color: #fff;
            cursor: pointer;
            font-size: 18px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
font-family: var(--font-primary) !important;
        }

        .tab:hover {
            background-color: #f5f5f5;
        }

        .tab.active {
            background-color: #000;
            color: #fff;
            border-color: #000;
        }

        .tab-icon {
            font-size: 19.4px;
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        .cards-grid {
            /* display: grid; */
            /* grid-template-columns:repeat(3, 1fr); */
            /* grid-template-columns: repeat(4, 1fr); */
            gap: 30px;
            display: flex;
    flex-wrap: wrap;
        }

        .card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            border:unset;
            /* grid-column: span 1; */
            flex: 1 1 calc(25% - 30px);
        }

        

        .card-image {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 20px;
        }

        .card:first-child .card-image,
        .card:last-child .card-image {
            height: 350px;
        }

        .card-content {
            padding: 15px;
            padding-left: 0px;
        }

        .card-tag {
            display: inline-block;
            padding: 4px 12px;
            background-color: #fff;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 12px;
            position: absolute;
            left: 20px;
            top: 20px;
font-family: var(--font-secondary);
        }

        .card-date {
            font-size: 18px;
            color: #555;
            margin-bottom: 15px;
            font-weight: 600;
font-family: var(--font-secondary);
        }

        .card-title {
            
            color: #1c0d45;
            margin-bottom: 15px;
            /* line-height: 1.4; */
            
            display: -webkit-box;            
            -webkit-line-clamp: 2;           
            -webkit-box-orient: vertical;    
            overflow: hidden;                
            text-overflow: ellipsis; 
font-family: var(--font-primary);
font-size: 28px;
line-height: 34px;
font-weight:600; 
        }

        .read-more {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border: 2px solid #000;
            background: transparent;
            color: #000;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            border-radius: 4px;
            transition: all 0.3s ease;
font-family: var(--font-secondary);
font-size: var(--button-font-size);
line-height: var(--button-line-height);
font-weight: var(--button-font-weight);
max-width: fit-content;
        }

        .read-more:hover {
            
        }

        @media (max-width: 968px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .card:first-child,
            .card:last-child {
                grid-column: span 1;
                grid-row: span 1;
            }

            .card:first-child .card-image,
            .card:last-child .card-image {
                height: 200px;
            }
        }

        @media (max-width: 640px) {
            h1 {
                font-size: 2rem;
            }

            .cards-grid {
                grid-template-columns: 1fr;
            }

            .card:first-child,
            .card:last-child {
                grid-column: span 1;
                grid-row: span 1;
            }
        }


/* updated this week section css  */

        .updates-this-week-section{
            padding: 60px;
max-width:1600px;
width:100%;
margin:0 auto;
        }

        .updates-this-week-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .updates-this-week-heading{
            font-size: 38px;
            font-weight: 600;

        }

        .view-all-btn {
            background-color: #000;
            color: #fff;
            padding: 10px 40px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 19.4px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .view-all-btn:hover {
            background-color: #f96e46;
        }

        .updates-this-week-cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 60px;
        }

        .updates-this-week-card {
            border-radius: 30px;
            overflow: hidden;
            position: relative;
            height: 450px;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 24px;
            cursor: pointer;
            transition: transform 0.3s ease;
            background-color: #000;
        }

        .updates-this-week-card:hover {
            transform: translateY(-5px);
        }

        .updates-this-week-card .card-1 {
            /* background-image: url('{{ asset('assets/img/thought-leadership/Layer 163.webp') }}'); */
        }

        .updates-this-week-card .card-2 {
            /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><rect fill="%232c3e50"/></svg>'); */
        }

        .updates-this-week-tag {
            color: #000;
            width: fit-content;
            padding: 4px 12px;
            background-color: #fff;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 700;
            
            
        }

        .upcoming-card-content {
            color: #fff;
            padding-left: 0px;
        }

        .date {
            font-size: 19.4px;
            margin-bottom: 12px;
            opacity: 0.9;
            color: white;
        }

        .updates-card-title {
            font-size: 28px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 24px;
            line-height: 1.4;
            font-family: "Figtree", sans-serif !important;
            width: 80%;
            margin-bottom: 0px;
        }
        .updates-this-week-content-details{
            display: flex;
            align-items: flex-end;
        }

        .arrow-btn {
            background-color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .arrow-btn:hover {
            transform: translateX(5px);
        }

        .arrow-btn::after {
            content: '→';
            font-size: 24px;
            color: #000;
        }

        @media (max-width: 768px) {
            .updated-this-week-header h1 {
                font-size: 28px;
            }

            .updates-this-week-cards-grid {
                grid-template-columns: 1fr;
            }

            .updates-this-week-card {
                height: 350px;
            }
        }



        /* ====================== RESPONSIVE DESIGN ====================== */

/* ---------- TABLET (max-width: 992px) ---------- */
@media (max-width: 992px) {
  /* HERO SECTION */
  .thought-leadership-hero-section {
    height: 60vh;
  }
  .thought-leadership-hero-content h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .thought-leadership-hero-content .breadcrumb-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }

  /* INSIGHTS SECTION */
  .insights-section {
    padding: 40px 30px;
  }
  .insights-container {
    flex-direction: column;
    gap: 50px;
  }
  .header {
    width: 100%;
  }
  .insights-heading {
    font-size: 32px;
  }
  .subtitle {
    font-size: 15px;
  }
  .articles-grid {
    flex-direction: row;
    gap: 40px;
    width: 100%;
  }
  .article-card {
    width: 100%;
  }
.header{
  margin-bottom: 0px;
}
  /* EXPLORE SECTION */
  .explore-section {
    padding: 40px 30px;
  }
  .explore-section-heading {
    font-size: 32px;
  }
  .tabs {
    gap: 15px;
  }
  .tab {
    font-size: 16px;
    padding: 6px 18px;
  }
  /* .cards-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .card {
    flex: 1 1 calc(50% - 20px);
  }
  .card-image {
    height: 280px;
  } */

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .card {
    flex: none;
    width: 100%;
  }

  .card-image {
    height: 260px !important;
    border-radius: 16px;
  }

  /* UPDATES THIS WEEK */
  .updates-this-week-section {
    padding: 40px 30px;
  }
  .updates-this-week-heading {
    font-size: 32px;
  }
  .updates-this-week-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
  }
  .updates-this-week-card {
    height: 380px;
  }
  .updates-card-title {
    font-size: 22px;
  }
  .view-all-btn {
    font-size: 17px;
    padding: 8px 30px;
  }
}


/* ---------- MOBILE (max-width: 576px) ---------- */
@media (max-width: 576px) {
  /* HERO SECTION */
  .thought-leadership-hero-section {
    height: 45vh;
    min-height: 240px;
  }
  .thought-leadership-hero-content h1 {
    font-size: 1.8rem;
  }
  .thought-leadership-hero-content .breadcrumb-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  /* INSIGHTS SECTION */
  .insights-section {
    padding: 30px 15px;
  }
  .insights-heading {
    font-size: 28px;
  }
  .subtitle {
    font-size: 15px;
  }
  .search-title {
    font-size: 18px;
    margin-top: 40px;
  }
  .search-container {
    max-width: 100%;
  }
  .article-image {
    height: 260px;
  }
  .article-title {
    font-size: 20px;
  }
  .read-more {
    padding: 8px 16px;
    font-size: 13px;
  }

  /* EXPLORE SECTION */
  .explore-section {
    padding: 30px 15px;
  }
  .explore-section-heading {
    font-size: 28px;
    text-align: left;
  }
  .tabs {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tab {
    font-size: 14px;
    padding: 6px 14px;
  }
  .cards-grid {
    flex-direction: column;
  }
  .card {
    flex: 1 1 100%;
  }
  .card-image {
    height: 230px;
  }
  .card-title {
    font-size: 20px;
  }

  /* UPDATES THIS WEEK */
  .updates-this-week-section {
    padding: 30px 20px;
  }
  .updates-this-week-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .updates-this-week-heading {
    font-size: 25px;
  }
  .view-all-btn {
    font-size: 16px;
    padding: 8px 24px;
  }
  .updates-this-week-cards-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .updates-this-week-card {
    height: 300px;
  }
  .updates-card-title {
    font-size: 20px;
    width: 100%;
  }
  .arrow-btn {
    width: 42px;
    height: 42px;
  }


  .header {
    margin-bottom: 0 !important;
    width: 100%;
}

.search-section {
    margin-bottom: 0 !important;
}

.search-input {
    width: 100%;
    padding: 20px 20px 20px 20px;
}


/* .search-button {
    position: absolute;
    right: 5px;
    top: 0;
    height: 75%; 
     width: 60px;
 } */



}



@media (max-width:768px) {
  .updates-this-week-card .card-content .date{
    display: none;
  }
  .updates-this-week-card .card-content .updates-this-week-content-details .updates-card-title{
    display: none;
  }
.thought-leadership-hero-section{
height: 320px;

}

.thought-leadership-hero-content h1{
font-size:28px;
}

.thought-leadership-hero-content{
margin-top:60px;
}
.thought-leadership-hero-content h1
{
font-size: 32px;
}
.insights-section{
  padding: 30px 20px;
}
.insights-heading{
  font-size: 32px;
}
.subtitle{
  font-size: 16px;
}
.search-title{
  margin: 20px 0px;
  font-size: 22px;
}
.article-date{
  font-size: 16px;
}
.article-title{
  font-size: 24px;
}
.explore-section{
  padding: 30px 20px;
}
.explore-section-heading{
font-size: 32px;
}
.card-title{
  font-size: 24px;
}



}


@media (min-width:1700px){

.insights-section{
padding:60px 40px;
}
.explore-section{
padding:60px 40px;
}
.updates-this-week-section{
padding:60px 40px;
}
}