.ng-profile-container {
  background: #ffffff !important;
  max-width: 1200px !important;
  margin: 80px auto !important;
  padding: 60px 40px !important;
  display: flex !important;
  align-items: center !important;
  gap: 125px !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.ng-profile-left {
  flex: 0 0 300px !important;
  display: flex !important;
  justify-content: center !important;
}

.ng-profile-img {
  width: 250px !important;
  height: 250px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  border: 8px solid #ffffff !important;
}

.ng-profile-name {
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #004d3a !important;
  margin: 0 0 8px !important;
  line-height: 1.2 !important;
}

.ng-profile-title {
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin-bottom: 16px !important;
}

/*.ng-company-link {
    font-size: 20px !important;
    display: inline-block !important;
    color: #006c4f !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
}*/

.ng-company-link span {
  font-size: 24px !important;
  margin-left: 8px !important;
}

.ng-company-link a:hover {
  color: #006c4f !important;
}

.ng-badges {
  display: flex !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
  flex-wrap: wrap !important;
}

/*.ng-badge {
    padding: 12px 24px !important;
    background: #ffffff !important;
    border: 2px solid #0a8f60 !important;
    color: #0a8f60 !important;
    border-radius: 50px !important;  
    display: flex !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    gap: 10px !important;
    box-shadow: 0 2px 10px rgba(10, 143, 96, 0.1) !important;  
}*/

/*.ng-skills {
    display: flex !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}*/

/*.ng-skill-tag {
    padding: 12px 24px !important;
    border: 1px solid #0a8f60 !important;
    border-radius: 50px !important;  
    font-size: 15px !important;
    color: #0a8f60 !important;
    background: #ffffff !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 10px rgba(10, 143, 96, 0.1) !important;
}*/

.ng-about-section {
  background: #f8f9fa !important;
  padding: 60px 20px !important;
  display: flex !important;
  justify-content: center !important;
}
.ng-about-card {
  display: flex !important;
  max-width: 1200px !important;
  width: 100% !important;
  background: white !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}
.ng-about-left {
  width: 35% !important;
  background: #085f59 !important;
  color: #ffffff !important;
  padding: 50px 40px !important;
}
.ng-about-left h2 {
  font-size: 28px !important;
  margin-bottom: 25px !important;
  font-weight: 700 !important;
  color: #ffff !important;
}
.ng-about-left ul {
  list-style: none !important;
  padding: 0 !important;
}
.ng-about-left ul li {
  margin-bottom: 18px !important;
  font-size: 16px !important;
  position: relative !important;
  padding-left: 26px !important;
  color: white !important;
  margin-left: unset !important;
}
.ng-about-left ul li::before {
  content: "✔" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
}
.ng-about-right {
  width: 65% !important;
  background: #ffffff !important;
  padding: 50px 50px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #333333 !important;
}
.ng-about-right p {
  margin-bottom: 22px !important;
}
.ng-expertise-section {
  text-align: center !important;
  padding: 60px 20px !important;
  background: #ffffff !important;
}
.ng-expertise-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #004d3a !important;
  margin-bottom: 40px !important;
}
.ng-expertise-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.ng-tag {
  padding: 12px 22px !important;
  border: 2px solid #0a8f60 !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  color: #0a8f60 !important;
  background: #ffffff !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.ng-edu-cert-section {
  background: #f8f9fa !important;
  color: #144837 !important;
  padding: 60px 50px !important;
  display: flex !important;
  justify-content: space-between !important;
  max-width: 1200px !important;
  margin: auto !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.ng-left-column,
.ng-right-column {
  /* width: 48% !important; */
  width: unset;
}
.ng-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #085f59 !important;
  display: flex !important;
  align-items: center !important;
}
.ng-title .ng-icon {
  font-size: 25px !important;
  margin-right: 10px !important;
}
.ng-edu-item {
  margin-bottom: 25px !important;
}
.ng-edu-item h4 {
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  color: white !important;
}
.ng-edu-item p {
  font-size: 15px !important;
  color: #333 !important;
}
.ng-cert-list {
  list-style: none !important;
  padding: 0 !important;
}
.ng-cert-list li {
  position: relative !important;
  margin-bottom: 18px !important;
  padding-left: 22px !important;
  font-size: 15px !important;
}
.ng-cert-list li::before {
  content: "✔" !important;
  position: absolute !important;
  left: 0 !important;
  color: #0a8f60 !important;
  font-size: 15px !important;
}
.ng-pub-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.ng-pub-item:hover {
  color: hsl(152, 98%, 29%) !important;
}

.ng-right-column .ng-pub-item h4 {
  font-size: 17px !important;
  margin-bottom: 5px !important;
}
.ng-right-column .ng-pub-item p {
  font-size: 14px !important;
  color: #555 !important;
  margin: 0px 0 10px 0 !important;
}
.ng-arrow {
  font-size: 22px !important;
  color: #0a8f60 !important;
}
.ng-testimonial-section {
  background: #eaf7f1 !important;
  padding: 100px 20px !important;
  text-align: center !important;
}
.ng-testimonial-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid;
  justify-content: center;
}
.ng-testimonial-section .ng-testimonial-quote {
  font-size: 32px !important;
  line-height: 1.5 !important;
  color: #004c45 !important;
  font-weight: 500 !important;
  margin-bottom: 40px !important;
  max-width: 1021px;
  text-align: center;
}
.ng-testimonial-author {
  font-size: 18px !important;
  font-style: italic !important;
  margin-top: 10px !important;
  font-weight: 500;
}
.ng-insights-section {
  padding: 40px 20px !important;
  text-align: center !important;
  width: auto !important;
  margin: auto;
  background: #f8f9fa !important;
}
.ng-insights-title {
  font-size: 36px !important;
  color: #004c45 !important;
  margin-bottom: 60px !important;
  font-weight: 700 !important;
}
.ng-insights-grid {
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}

.ng-insight-card {
  border-top: 1px solid rgb(94 86 86 / 25%);
  width: 350px !important;
  overflow: hidden !important;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 12px !important;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.15) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

/*.ng-insight-card {
    width: 350px !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
    overflow: hidden !important;
    text-align: left !important;
    transition: transform .2s ease !important;
}*/

.ng-insight-card:hover {
  transform: translateY(-6px) !important;
}
/*.ng-insight-thumb {
    height: 180px !important;
    background: linear-gradient(135deg, #1f5f58, #21685f) !important;
}*/
.ng-insight-content {
  padding: 25px !important;
}
.ng-insight-tag {
  background: #ff7f2a !important;
  color: white !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
}
.ng-insight-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #004c45 !important;
  margin: 15px 0 !important;
  line-height: 1.4 !important;
}
.ng-insight-link {
  color: #005f4f !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.ng-insight-link:hover {
  text-decoration: underline !important;
}
.ng-btn-wrapper {
  margin-top: 40px !important;
}
.ng-btn-wrapper .ng-more-btn {
  color: #262e31 !important;
  padding: 12px 28px !important;
  background: #f9fafb !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
}

.ng-btn-wrapper .ng-more-btn:hover {
  background: #353131 !important;
  color: #fff !important;
}
.ng-button-wrapper .ng-more-btn {
  color: #262e31 !important;
  padding: 12px 28px !important;
  background: #f9fafb !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
}
.ng-button-wrapper .ng-more-btn:hover {
  background: #353131 !important;
  color: #fff !important;
}
.ng-projects-section {
  background: #f9fafb !important;
  padding: 20px 50px !important;
  text-align: center !important;
  max-width: 1200px !important;
}

/*.ng-projects-section {
    padding: 80px 20px !important;
    text-align: center !important;
}*/
.ng-projects-title {
  font-size: 36px !important;
  color: #004c45 !important;
  font-weight: 700 !important;
  margin-bottom: 60px !important;
}
.ng-projects-grid {
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}
.ng-project-card {
  width: 350px !important;
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 12px !important;
  padding-bottom: 25px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.2s ease !important;
  text-align: left !important;
}
.ng-project-card:hover {
  transform: translateY(-6px) !important;
}
.ng-top-line {
  height: 4px !important;
  background: #0e8a62 !important;
  margin: 20px !important;
  border-radius: 5px !important;
}
.ng-project-content {
  padding: 0 20px !important;
}
.ng-project-tag {
  display: inline-block !important;
  background: #d9f7e9 !important;
  color: #008b55 !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.ng-project-heading {
  margin: 15px 0 10px !important;
  color: #004c45 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.ng-project-desc {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #444 !important;
  margin-bottom: 15px !important;
}
.ng-project-link {
  color: #008b55 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.ng-project-link:hover {
  text-decoration: underline !important;
}
.ng-button-wrapper {
  margin-top: 40px !important;
}
.ng-cta-section {
  background: #003f34 !important;
  padding: 120px 20px !important;
  text-align: center !important;
  color: #fff !important;
}

.ng-cta-section h2 {
  color: #fff !important;
}

.ng-cta-text {
  font-size: 22px !important;
  line-height: 1.6 !important;
  margin-bottom: 40px !important;
  color: #ffff !important;
}
.ng-cta-buttons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 25px !important;
}
.ng-cta-btn.ng-primary {
  background: #009c66 !important;
  color: #fff !important;
  padding: 14px 34px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: 0.2s ease !important;
}
.ng-cta-btn.ng-primary:hover {
  background: #007a53 !important;
}
.ng-cta-btn.ng-link {
  color: #fff !important;
  font-size: 16px !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  padding-bottom: 3px !important;
}
.ng-cta-btn.ng-link:hover {
  border-color: #fff !important;
}

.ng-share-label {
  font-size: 14px !important;
  color: #333 !important;
}
.ng-icon {
  font-size: 18px !important;
  text-decoration: none !important;
  /*color: #333 !important;*/
  transition: 0.2s !important;
}
.ng-icon:hover {
  opacity: 0.6 !important;
}

/*.ng-profile-container {
            background: #ffffff;
            max-width: 1195px;
            margin: 0 auto;
            padding: 60px 50px;
            display: flex;
            align-items: center;
            gap: 60px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }*/

.ng-profile-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ng-profile-name {
  font-size: 48px;
  font-weight: 700;
  color: #004d3a;
  margin: 0 0 8px 0;
  line-height: 1.1;
}

.ng-profile-container .ng-profile-title {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  color: hsl(195 13% 17%) !important;
  font-weight: 500 !important;
  margin: 0px 0 10px 0 !important;
}

.ng-company-link {
  font-size: 20px;
  color: #006c4f;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 28px;
  display: inline-block;
}

.ng-company-link span {
  margin-left: 8px;
  font-size: 24px;
}

.ng-badges {
  /*display: flex;*/
  gap: 1rem;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.ng-badge {
  padding: 0.5rem 13px;
  background: #ffffff;
  border: 2px solid #0a8f60;
  color: hsl(164 95% 14%) !important;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(10, 143, 96, 0.1);
  transition: all 0.3s ease;
}

.ng-badge.ng-follow:hover {
  background: #0a8f60 !important;
  color: white !important;
  cursor: pointer !important;
}

.ng-badge.ng-follow:hover a {
  color: #ffffff;
}

.ng-badge.ng-follow {
  border-radius: calc(0.75rem - 2px);
  border-color: #d1e0d9;
  color: hsl(195 13% 17%) !important;
}

/*.ng-badge:hover {
            background: #0a8f60;
            color: white;
        }*/

.ng-skills {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 0.75rem;
}

.ng-skill-tag {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #ebfaf3;
  border: 1px solid #0a8f60;
  color: hsl(164 95% 14%) !important;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(10, 143, 96, 0.1);
}

.ng-pub-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  /*border-bottom: 1px solid #e4e4e4 !important;*/
  padding: 4px 0;
  cursor: pointer;
  transition: transform 0.35s ease;
}

/* Title */
.ng-right-column .ng-pub-item h4 {
  font-size: 17px !important;
  margin-bottom: 0px !important;
  /*transition: color 0.25s ease, transform 0.25s ease;*/
}

/* Date */
.ng-right-column .ng-pub-item p {
  font-size: 14px !important;
  color: #6b7280 !important;
  margin: 0 !important;
}

/* Arrow */
.ng-arrow {
  font-size: 22px !important;
  color: #0a8f60 !important;
  /*transition: transform 0.25s ease;*/
}

/*.ng-pub-item:hover {
    color: hsl(152, 98%, 29%) !important;
    transform: translateX(4px); 
}
*/
.ng-pub-item:hover {
  transform: translateX(4px);
}

.ng-pub-item:hover h4 {
  color: hsl(152, 98%, 29%) !important;
}

/* ==================== RESPONSIVE STYLES ==================== */

/* Mobile: max-width 768px */
@media (max-width: 768px) {
  /* Profile Section */
  .ng-profile-container {
    flex-direction: column !important;
    text-align: center !important;
    padding: 40px 20px !important;
    gap: 30px !important;
    /*margin: 40px auto !important;*/
  }

  .ng-profile-container {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
  .ng-profile-left {
    flex: 0 0 auto;
  }

  .ng-profile-name {
    font-size: 38px;
  }

  .ng-profile-container .ng-profile-title {
    text-align: left;
  }

  .ng-profile-left {
    flex: none !important;
  }
  .ng-profile-img {
    width: 200px !important;
    height: 200px !important;
  }
  .ng-profile-name {
    font-size: 36px !important;
    text-align: left;
  }
  .ng-profile-title {
    font-size: 20px !important;
  }
  .ng-company-link {
    font-size: 18px !important;
    text-align: left;
  }
  /* .ng-badges,
    .ng-skills {
        justify-content: center !important;
    }*/
  .ng-badge,
  .ng-skill-tag {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }

  /* About Section – Stack left column on top */
  .ng-about-card {
    flex-direction: column !important;
    border-radius: 16px !important;
  }
  .ng-about-left,
  .ng-about-right {
    width: 100% !important;
    padding: 40px 30px !important;
  }
  .ng-about-left {
    border-radius: 16px 16px 0 0 !important;
  }
  .ng-about-left h2 {
    font-size: 26px !important;
  }

  /* Expertise Tags */
  .ng-expertise-tags {
    padding: 0 20px !important;
  }
  .ng-tag {
    padding: 10px 18px !important;
    font-size: 15px !important;
  }

  /* Education & Certifications – Stack columns */
  .ng-edu-cert-section {
    flex-direction: column !important;
    padding: 40px 20px !important;
    gap: 15px !important;
  }
  .ng-left-column,
  .ng-right-column {
    width: 100% !important;
  }

  /* Testimonial */
  .ng-testimonial-section .ng-testimonial-quote {
    font-size: 24px !important;
    line-height: 1.6 !important;
    margin-bottom: 28px !important;
  }

  .ng-testimonial-author {
    font-size: 16px !important;
  }

  /* Insights & Projects Grids – Single column cards */
  .ng-insights-grid,
  .ng-projects-grid {
    flex-direction: column !important;
    align-items: center !important;
  }
  .ng-insight-card,
  .ng-project-card {
    width: 100% !important;
    max-width: 350px !important;
  }

  /* CTA Buttons */
  .ng-cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .ng-cta-section .ng-cta-text {
    font-size: 19px !important;
    font-weight: 500 !important;
    max-width: 2065px;
  }

  .ng-expertise-section {
    padding: 15px 20px !important;
    padding-bottom: 40px !important;
  }

  /*.ng-insights-section{
        padding: 40px 20px !important;
    }*/

  .ng-projects-title {
    line-height: 45px !important;
    font-size: 1.875rem !important;
    margin-bottom: 40px !important;
  }

  .ng-projects-section {
    padding: 40px 20px !important;
  }

  .ng-cta-section {
    padding-bottom: 60px !important;
  }

  .ng-insights-section {
    width: auto !important;
  }
}

/* Tablet: 769px – 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .ng-profile-container {
    padding: 50px 30px !important;
    gap: 55px !important;
  }
  .ng-profile-img {
    width: 250px !important;
    height: 250px !important;
  }
  .ng-profile-name {
    font-size: 42px !important;
  }

  /* About Section – Keep side-by-side but reduce padding */
  .ng-about-left,
  .ng-about-right {
    padding: 40px 30px !important;
  }

  /* Grids – 2 columns */
  .ng-insights-grid,
  .ng-projects-grid {
    gap: 20px !important;
  }
  .ng-insight-card,
  .ng-project-card {
    width: calc(50% - 20px) !important;
  }

  .ng-insights-section {
    width: auto !important;
  }

  /* Edu/Cert – Keep side-by-side */
  .ng-edu-cert-section {
    padding: 50px 30px !important;
  }
}

/**/

@media (min-width: 769px) {
  .ng-insights-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 4rem !important;
  }

  /*.ng-insight-card {
    flex: 0 0 33.333% !important;  
    max-width: 33.333% !important;
    width: auto !important;        
  }*/

  .ng-projects-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    /*justify-content: space-between !important;*/
    gap: 20x !important;
  }

  /* .ng-project-card {
    flex: 0 0 25% !important; 
    max-width: 25% !important;
    width: auto !important;
  } */
}
/* ===============================
   TABLET / SPLIT WINDOW FIX
   Around 752px width
================================ */

/* Tablet & split screens (between mobile and desktop) */
@media (min-width: 600px) and (max-width: 768px) {
  /*.ng-insights-grid {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    gap: 30px !important;
  }

  .ng-insight-card {
    width: 100% !important;      
    max-width: 640px !important;  
  }*/

  .ng-projects-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
  }

  .ng-project-card {
    width: 100% !important;
    max-width: 640px !important; /* 🔥 EXPAND */
  }
}

@media (min-width: 1200px) {
  /*.ng-cta-section {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 0 16px;
  }*/

  .ng-projects-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    margin-bottom: 40px;
  }
}

footer.site-footer {
  margin-top: 0px !important;
}

/* Expert CTA section css */
.expert-cta-section {
  display: flex;
  justify-content: center;
  padding: 4rem 1.25rem;
}

.expert-cta-section > div {
  max-width: 1200px;
  background: linear-gradient(135deg, #003f34 0%, #0b5f4f 100%);
  border-radius: 16px;
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #e6f4f1;
  position: relative;
  overflow: hidden;
}

.expert-cta-section h2 {
  color: #ffffff !important;
  margin: 15px !important;
}

.expert-cta-section p {
  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 1.6 !important;
  margin-bottom: 40px !important;
}

/* Subtle highlight accent */
.expert-cta-section > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px circle at top center,
    rgba(255, 255, 255, 0.08),
    transparent 60%
  );
  pointer-events: none;
}

/* css added by divya */
.expert-subheading {
  display: block;
  font-size: 17px;
  margin: 10px 0;
  border-left: 4px solid #ffff;
  padding-left: 10px;
  font-weight: 700;
  line-height: 30px;
}

/* slider new css added by divya 8-8-2026 START*/
/* 1. Link Color & Active State Fix */
.cert-link {
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  color: #ffffff !important; /* Default white color */
  opacity: 0.8;
}
.cert-link:hover {
  opacity: 1;
  transform: translateX(3px);
}
.cert-link.active-cert {
  font-weight: 700;
  opacity: 1;
  color: #d9f7e9 !important; /* Highlight color for active certificate */
}

/* 2. Carousel Wrapper & Viewport */
.carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
}
.carousel-viewport {
  width: 100%;
  aspect-ratio: 1.4 / 1; /* Forces exact same size/height for all certificates */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #f8f9fa;
  position: relative;
}

/* 3. Sliding Animation Track */
.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth Slide Effect */
}
.cert-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
}

/* 4. Canvas sizing for uniform look */
.cert-slide canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

/* 5. Modern Button Design & Placement */
.carousel-nav-btn {
  background-color: #ffffff;
  color: #085f59;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Perfectly centered vertically */
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.carousel-nav-btn:hover {
  background-color: #0a8f60;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(10, 143, 96, 0.4);
}
#prev-btn {
  left: -22px;
}
#next-btn {
  right: -22px;
}

@media (max-width: 768px) {
  .carousel-wrapper {
    margin-top: 30px;
  }
  #prev-btn {
    left: -10px;
    width: 38px;
    height: 38px;
  }
  #next-btn {
    right: -10px;
    width: 38px;
    height: 38px;
  }
}
/* slider new css added by divya 8-8-2026 END*/
