
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');


:root{

--theme-red:#dc2626;
--themelight-red:#fef5f6;
--theme-black:#1d1d1b;
--white:#fff;
--gray:linear-gradient(135deg, #f8fafc, #f1f5f9);
--light-yellow:#fffdf9;
--yellow:#f9cc01;
}

/* ============================================
   BASE RESET & ROOT STYLES
   ============================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  
 text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--theme-black);
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

h1 { font-size: 56px; line-height: 72px; font-weight: 500; }
h2 { font-size: 40px; line-height: 55px; }
h3 { font-size: 24px; line-height: 40px; }
h4 { font-size: 22px; line-height: 30px; }
h5 { font-size: 20px; line-height: 22px; font-weight: 400; }

p, li {
  font-family: 'Source Serif 4', serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--theme-black);
  word-break: break-word;
  overflow-wrap: break-word;
}

p { margin-bottom: 15px; }

em {
  font-style: italic;
  font-family: 'Source Serif 4', serif;
}

/* ============================================
   LINKS
   ============================================ */

a, a:link, a:visited, a:hover, a:active {
  color: var(--theme-black);
  text-decoration: none;
  outline: 0;
  letter-spacing: 0.5px;
}

p a           { color: var(--theme-red) !important; }
p a:hover     { text-decoration: underline; }

/* ============================================
   CONTEXT-SPECIFIC OVERRIDES
   ============================================ */

.hero-page p { font-size: 20px; line-height: 28px; }
.equalPadding-T{padding-top: 60px;}
.equalPadding-B{padding-bottom: 60px;}
.hero-section p{padding:15px 0;}

.hero-section{background:url("https://www.greatmanagerinstitute.com/wp-content/uploads/2025/04/checkboxes-hero-bg-layer.png") center/cover no-repeat;}


.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-red {
  background:var(--theme-red);
  color: #fff !important;
  box-shadow: 0 10px 25px -5px rgba(220, 38, 38, 0.4);
}
.btn-border-black{border:1px solid var(--theme-black);color: var(--theme-black);}
.button-set{column-gap: 24px;}
.text-red{color: var(--theme-red);}
.bg-red{background-color: var(--theme-red);}
.bg-gray{background: var(--gray);}
.bg-light-yellow{background-color: #fffdf9}
.bg-black{background-color:var(--theme-black);}

.bg-black :is(h2,p){color:var(--white);}

.sectionHeading :is(h2,p){padding-bottom: 16px;}

.min-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--theme-red);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  background: var(--themelight-red);
  border: 1px solid var(--theme-red);
  border-radius: 100px;
  padding: 6px 14px;
}

.common-form{
  background:var(--white);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  border: 1px solid #f3f4f6;
  width: 460px;
  margin: auto;

}
.row input, .row select {
  height: 50px !important;
  border: 1px solid #dde1e6;
  width: 100%;
  border-radius: .5rem;
  padding-left: 15px;
  background: #fafbfc;
}




/*
.min-tag::before {
  content: '';
  width: 22px;
  height: 2.5px;
  background: var(--theme-red);
  border-radius: 2px;
  flex-shrink: 0;
}*/

/*.stats-count :is(h3, p){
color: var(--white);
}*/
.impactwrap .stats-count{
  background-color: var(--white);
  padding: 20px;
  border: 1px solid #888;
  border-radius: 12px;
}

.stats-count h3 {
  font-size: 3rem;
  font-weight: 700;
  /*color: var(--white);*/
  margin-bottom: 0.5rem;
}

.stats-count  h4{font-size:2.2rem;  font-weight: 700;margin-bottom: 15px}

.chart-bar{background-color:var(--white);padding:20px;border-radius: 12px;}
.stats-section{padding: 26px 0;}

  .stat-item {
    margin-bottom: 26px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }
 
  .stat-item:last-child {
    margin-bottom: 0;
  }
 
  .stat-item.visible {
    opacity: 1;
    transform: translateY(0);
  }
 
  .stat-item:nth-child(1) { transition-delay: 0s; }
  .stat-item:nth-child(2) { transition-delay: 0.12s; }
  .stat-item:nth-child(3) { transition-delay: 0.24s; }
  .stat-item:nth-child(4) { transition-delay: 0.36s; }
 
  .stat-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 14px;
  }
 
  .stat-label {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: -0.01em;
  }
 
  .stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--navy);
    letter-spacing: -0.02em;
    font-feature-settings: "tnum";
  }

  /* Trusted Section */
.trusted-section {
  padding: 3rem 0;
  /*background: #f9fafb;*/
  /*border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;*/
}
.trusted-title {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  /*opacity: 0.6;*/
}
.trusted-logos span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374151;
}
.logo-slider {
    overflow: hidden;
    width: 100%;
   
}
.image-row {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: scroll-left 35s linear infinite;
}

.image-row img {
    height: 60px;
    width: auto;
    flex-shrink: 0;
    
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
 
  .bar-track {
    width: 100%;
    height:7px;
    background:#E8E4D9;
    border-radius:100px;
    overflow: hidden;
  }
 
  .bar-fill {
    height: 100%;
    width: 0%;
    border-radius:100px;
    background:#f9cc01;
    transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
  }
 
  .bar-fill::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background:#f9cc01;
    border-radius: 100px;
    opacity: 0.6;
  }
 
  .stat-item.animate .bar-fill {
    width: var(--target-width);
  }
 
  .stat-item:nth-child(1) .bar-fill { transition-delay: 0.05s; }
  .stat-item:nth-child(2) .bar-fill { transition-delay: 0.17s; }
  .stat-item:nth-child(3) .bar-fill { transition-delay: 0.29s; }
  .stat-item:nth-child(4) .bar-fill { transition-delay: 0.41s; }
 
  .divider {
    height: 1px;
    background: linear-gradient(to right, rgba(198,168,75,0.2), transparent);
    margin-bottom: 44px;
  }



/*.challenge-list{
	background: var(--light-yellow);
	border: 1px solid var(--yellow);
	padding:20px;
	margin-bottom: 15px;
	border-radius: 12px;
}
.challenge-list h4{padding-bottom: 15px;}*/
.how-it-work-steps span{padding-bottom: 15px;}

.how-it-work-steps span i{font-size: 44px;color: #f9d0d6}

.how-it-work-steps:hover {
  border-color: rgba(196,18,48,.25);
  box-shadow: 0 8px 32px rgba(196,18,48,.09);
  transform: translateY(-4px);
}
.how-it-work-steps {
  background: #fff;
  border: 1px solid #888;
  border-radius: 12px;
  padding: 28px 26px 24px;
  position: relative;
  overflow: hidden;
  transition: border-color .22s, box-shadow .22s, transform .22s;

  display: flex;          /* make card a flex container */
  flex-direction: column; /* stack content vertically */
  height: 100%;           /* stretch to fill parent column */
}

.how-it-work-steps h3{padding-bottom: 8px;}

.check-list{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}


ul.check-list{padding-left: 0;}
ul.check-list,ul.check-list li{
	list-style: none;
}
ul.check-list li {
  background-color: var(--white);border: 1px solid #888;
  position: relative; /* needed if using absolute positioning */
 padding: 20px 20px 20px 50px; /* space for the icon */
 border-radius: 12px;

}

ul.check-list li::before {
  content: "\f058"; /* Unicode for Font Awesome check */
  font-family: "Font Awesome 7 Free"; /* or your FA version */
  font-weight: 900; /* needed for solid style */
  position: absolute;
  left: 20px;
  top: 26px;
  color:var(--theme-red);
  font-size: 24px;
}

.testimonials-card {
  background: var(--white);
  border: 1px solid #888;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}
.quote-icon img {
  width: 50px;
}
.testimonials-card blockquote {
  font-style: italic;
  line-height: 1.7;
  flex: 1;
  font-size: 16px;
}
.testimonials-card h4 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
 

}
.testi-filed{
  background: var(--light-yellow);
  border: 1px solid var(--yellow);
}



.accordion-item {
 
  padding: 7px 20px;
  background: #fff;
  border: 1px solid #efefef !important;
  border-radius: 12px;
  transition: border-color .22s, box-shadow .22s;
    margin-bottom: 15px;
}
.accordion-button{font-size: 24px;}
.accordion-button:not(.collapsed){
	color: var(--theme-red);
  background-color:transparent !important;
  box-shadow:none !important;
}
.accordion-button:focus{border-color:none !important;box-shadow:none !important;}

.accordion-button, .accordion-body{padding: 0;}

.footer{background-color: var(--theme-black);  padding: 20px 0;}

.footer :is(a,p) {
  font-size: 12.5px;
  font-weight: 500;
  color: #fff !important;
  transition: color .18s;
}
.footer p{margin-bottom: 0;}
.footer__links{
	display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}



