body {
    background: #ECECEC;
}


.sk-author {
  background: #f3ecd2;
  padding: 40px 0;
}

.sk-author__wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sk-author__img img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.sk-author__content {
  flex: 1;
}

.sk-author__name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.sk-author__designation {
  font-weight: 600;
  margin-bottom: 4px;
}

.sk-author__expertise {
  color: #444;
  margin-bottom: 20px;
}

.sk-author__bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 70px;
}

.sk-author__contact h4,
.sk-author__social h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.sk-author__email {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sk-author__email .icon {
  background: #f4c542;
  padding: 8px;
  border-radius: 8px;
  width: 36px;
  text-align: center;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  align-items: center;
}

.sk-author__email a {
  text-decoration: none;
  color: #000;
}

/* SOCIAL */
.sk-author__icons {
  display: flex;
  gap: 10px;
}

.sk-author__icons a {
  width: 36px;
  height: 36px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}
.author-socials{display:flex;gap:10px;}
/* RESPONSIVE */
@media (max-width: 768px) {
 

  .sk-author__name {
    font-size: 24px;
  }

  .sk-author__bottom {
    flex-direction: column;
  }
  .sk-author__wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
   
}
/* Yellow Accent Bar */
.accent-bar {
    height: 12px;
    background-color: #FFC700;
    width: 100%;
  position:relative;
}
.accent-bar:after{position:absolute;content:"";right: 0;width: 40%;background: #000;height: 100%;transition: all .5s ease;}

/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Content Wrapper */
.content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* Card Styles */
.card {
    margin-bottom: 2rem;
}

/* Typography */
h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.25rem;
}

p {
    color: #333333;
    line-height: 1.7;
}
.card p{margin-bottom:20px;}
.section-title {
    margin-bottom: 1.5rem;
}

/* Main Content */
.main-content {
    width: 100%;
}

/* Timeline Styles */
.timeline-wrapper {
    position: relative;
    padding-left: 40px;
}

.timeline-line {
    position: absolute;
    left: 7px;
    top: 1.5rem;
    bottom: 1.5rem;
    width: 2px;
    background-color: #FFC700;
}

.timeline-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.timeline-item {
    position: relative;
}

.timeline-dot {
    position: absolute;
    left: -40px;
    top: 0.5rem;
    width: 16px;
    height: 16px;
    background-color: #FFC700;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.timeline-content {
    padding-left: 0;
    background: #fff;
    padding: 20px;
    border-radius: 13px;
}

.experience-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.date-badge {
    display: inline-block;
    background-color: #FFF3CD;
    color: #856404;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    width: fit-content;
}

.company {
    font-size: 16px;
    color: #E17100;
    margin-bottom: 0;
}

.description {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.7;
}

/* Education Styles */
.education-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* background: #fff; */
}

.education-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    padding: 10px;
    border-radius: 16px;
}

.year-badge {
    flex-shrink: 0;
    width: 56px;
    height: auto;
    background-color: #333333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFB900;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 10px;
}

.education-info h4 {
    color: #333333;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.education-info p {
    font-size: 0.875rem;
    color: #666666;
}

/* Certifications Styles */
.certifications-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.certification-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #FAFAFA;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.certification-item:hover {
    background-color: #F5F5F5;
}

.cert-indicator {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #FFC700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-dot {
    width: 8px;
    height: 8px;
    background-color: #FFC700;
    border-radius: 50%;
}

.certification-item span {
    color: #333333;
}

/* Sidebar Styles */
.sidebar {
   width: 100%;
    border-left: 1px solid #ccc;
    padding-left: 40px;
}

.sidebar-card {margin-bottom: 20px;max-width: 320px;width: 100%;}

.sidebar-description {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* Topics List */
.topics-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.topic-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #FAFAFA;
    border: none;
    border-radius: 8px;
    text-align: left;
    cursor: text;
    transition: background-color 0.3s ease;
    width: 100%;
    font-size: 1rem;
    color: #333333;
}

.topic-item:hover {
    background-color: #333333;
   color: #ffffff;
}

.topic-item.active {
    background-color: #333333;
    color: #ffffff;
}

.topic-item.active .icon, .topic-item:hover .icon {
    color: #ffffff;
}

.topic-item .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #666666;
}

/* Responsive Design */

/* Tablets (768px and up) */
@media (min-width: 768px) {
    .container {
        padding: 3rem 2rem;
    }

    .experience-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 18px;
        margin: 0;
        gap: 0;
        padding: 0;
    }

    .date-badge {
        margin-top: 0;
    }

}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
    .container {
        padding: 3rem 2rem;
    }

    .content-wrapper {
        grid-template-columns: 2fr 1fr;
        gap: 2rem;
    }

    
    .main-content .card:last-child {
        margin-bottom: 0;
    }
}

/* Large Desktop (1280px and up) */
@media (min-width: 1280px) {
    .container {
        padding: 3rem 2rem;
    }
}

/* Print Styles */
@media print {
    .accent-bar {
        background-color: #000;
    }

    .card {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .topic-item,
    .certification-item {
        background-color: transparent;
    }
}





/* Wrapper */
.sk-top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

/* Cards */
.sk-card {
  padding: 33px;
  border-radius: 20px;
}

/* Left */
.sk-media {
  background: #fff;
}
.sk-card.sk-media .sk-title{color:#000}
.sk-card.sk-media .sk-item h4{color:#000}
/* Right */
.sk-awards {
  background: linear-gradient(135deg, #1c2431, #2b3547);
  color: #fff;
}

/* Titles */
.sk-title {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 22px;
  font-weight: bold;
  color:#fff;
}

.sk-dark-title {
  color: #fff;
  margin-bottom: 20px;
}

/* Items */
.sk-item {
  background: rgba(255,255,255,0.06);
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.sk-media .sk-item {
  background-color: #F3F4F6;
  background-repeat: no-repeat;
  padding: 20px 20px 20px 67px;
  border: 1px solid #F3F4F6;
  border-radius: 20px;
  position:relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
  margin-bottom: 0;
}
.sk-media .sk-item:before{content:"";background-image: url(https://infinitalab.com/wp-content/uploads/2026/04/tvblack.png);width: 30px;height: 30px;position: absolute;left: 15px;background-color: #fe9a00;border-radius: 100%;background-repeat: no-repeat;padding: 4px;background-position: center;}



.sk-awards .sk-item {
  background-color: #222a3a;
  background-repeat: no-repeat;
  padding: 20px 20px 20px 67px;
  border: 1px solid #515254;
  border-radius: 20px;
  position:relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
  margin-bottom: 0;
}
.sk-awards .sk-item :before{content:"";background-image: url(https://infinitalab.com/wp-content/uploads/2026/04/gift.png);width: 30px;height: 30px;position: absolute;left: 15px;background-color: #4b442b;border-radius: 100%;background-repeat: no-repeat;padding: 4px;background-position: center;top: 15px;background-size: auto;}

.sk-item h4 {
  font-size: 18px;
  margin: 0 0 4px;
}
.sk-card.sk-awards .sk-item h4{color:#fff;}
.sk-item span {
  display: block;
  font-size: 14px;
  color: #ff9800;
}
.sk-card.sk-awards .sk-item span {
    color:#99A1AF;
}

.sk-card.sk-awards  .sk-item small {color:#FFB900}
.sk-item small {
  font-size: 12px;
  color: #888;
  font-family: 'Nunito Sans';
}

/* Stories Section */
.sk-stories {
  background: #0f0f12;
  padding: 45px  0;
  border-radius: 0;
}

/* Grid */
.sk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* Story Card */
.sk-story-card {
  border: 1px solid #2a2a2a;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
  background-image: url(https://infinitalab.com/wp-content/uploads/2026/03/docoumenttabs.png);
  background-repeat: no-repeat;
  background-position: 14px 20px;
  padding-left: 66px;
}
.sk-story-link{text-decoration:none;color:inherit;}
.sk-story-card:hover {
  border-color: #ffcc00;
}

.sk-story-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
}

.sk-story-card p {
  font-size: 12px;
  color: rgb(255 255 255 / 60%);
  margin: 0;
}

.sk-story-card span {
  font-size: 12px;
  color: rgb(255 255 255 / 60%);
}

/* Responsive */
@media (max-width: 992px) {
  .sk-top-section {
    grid-template-columns: 1fr;
  }

  .sk-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 768px) {
 
  .sk-author {
  
    padding: 0px 0;
}
}

@media (max-width: 576px) {
  .sk-grid {
    grid-template-columns: 1fr;
  }
  .sk-author__icons {
    justify-content: center;
}
.sk-author__email {
    
    justify-content: center;
}
      .sk-author__bottom {
        flex-direction: column;
        gap: 20px;
    }
    .sidebar {
  
    padding-left: 20px;
}
}



#load-more-posts {
  display: block;
  margin: 28px auto 0;
  padding: 11px 34px;
  background: #2d6fa4;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.18s;
}

#load-more-posts:hover {
  background: #1a4e7a;
}
.custom-breadcrumb .container{padding-top:0;padding-bottom:0;}
/* RELATED MATERIAL SECTION */
.related-material { background:#efefef; padding:0px 0px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
.related-material h3 { text-align:center; font-size:36px; font-weight:600; margin-bottom:40px; color:#000; }
.related-material ul { list-style:none; padding:0; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:25px; max-width:1200px; }
.related-material ul li { background:#fff; border-radius:18px; padding:20px; display:flex; align-items:center; gap:18px; transition:all .3s ease; min-height:120px; }
.related-material ul li a { text-decoration:none; display:flex; align-items:center; gap:20px; }
.related-material ul li:hover { box-shadow:0 4px 20px rgba(0,0,0,0.1); transform:translateY(-3px); }
.related-material ul li img { width:120px; height:120px; object-fit:cover; border-radius:10px; }
.related-material ul li span { font-size:17px; color:#000; font-weight:500; line-height:1.4; display:block;     width: calc(100% - 120px);}
.related-material .center{text-align:center;width:100%;margin:50px 0 0 0}
.gradient-btn {color: #000;padding: 10px 26px;display: inline-block;border-radius: 5px;cursor: pointer;background: linear-gradient(to left, #ff9e54, #e2c900);text-decoration: none;border: none;width: max-content;
font-size: 20px;}
@media (max-width:992px) { .related-material ul { grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px) {
.related-material ul { grid-template-columns:repeat(1,1fr); }
.related-material h3 { font-size:28px; }
.related-material ul li { flex-direction:row; padding:15px; }
.related-material ul li img { width:70px; height:70px; }
.related-material ul li span { font-size:16px; }
}