* {

  margin: 0;
	padding   :        0;
   box-sizing: border-box;


}


html {
    scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    color: #1a1a1a;
	 background-color: #ffffff;
     line-height: 1.6;
}

.header-main  
  {
   background: #ffffff;

  border-bottom     :  1px solid #e8e8e8;

					position:      sticky;

    top: 0;

  z-index: 1000;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navigation-bar {
  padding: 1rem 0;
}

.nav-container {
  max-width  :1200px;
  margin: 0 auto;
  padding: 0 1rem;
   display: flex;
  justify-content: space-between;
   align-items: center;
}

.logo-section	{
	    flex-shrink: 0;}

.logo-img {
    height: 40px;

		 width: auto;

  filter: brightness(0) invert(1);
}

.burger-toggle {
   background: none;
  padding :      0.5rem;
    cursor: pointer;
    display: none;
  border    : none;
}

.burger-toggle img

{
    width:    24px;
  height: 24px;
      stroke: #1a1a1a;
}

.nav-links {
  display: flex;
  list-style: none;
   gap: 2rem;
	}

.nav-link

{
  text-decoration: none; 
	 color: #1a1a1a; 
	  font-weight: 500; 
	    transition: color 0.3s ease; 
	   font-size     :        1rem;
}

.nav-link:hover {
    color: #667eea;
}

.hero-section {
  padding  :4rem 1rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}  

.hero-container{
      max-width: 1200px;
   margin    :    0 auto;
                    display: grid;
  grid-template-columns: 1fr 1fr;
    gap  :        3rem;
    align-items: center;}

.hero-text h1 {
          font-size   :   2.5rem;
        font-weight: 700;
    margin-bottom     : 1.5rem;
  color: #1a1a1a;
  line-height: 1.2;
}

.hero-subtitle {
       font-size    :   1.1rem;
    color: #4a4a4a;
	 margin-bottom: 2rem;
  line-height: 1.7;
}

.cta-button {
   display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
	padding   :1rem 2rem;
   border-radius: 8px;
  text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.cta-button:hover
	{
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);

}

.hero-image img {
	width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-preview {
   padding: 4rem 1rem;
    background-color: #ffffff;


}

.section-container    {
  max-width: 1200px;
   margin  :     0 auto;
     }

.section-container h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
  color: #1a1a1a;
}

.services-grid


{
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.service-card {
  background: #f8f9fa;
	    border-radius: 12px;
	   overflow: hidden;
	  transition: transform 0.3s ease, box-shadow 0.3s ease;
	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 200px;
    object-fit: cover;
}

.service-card h3		{
    font-size: 1.3rem;
	font-weight: 600;
   padding    : 1.5rem 1.5rem 0.5rem;
    color :#1a1a1a;
}

.service-card p {
  padding: 0.5rem 1.5rem 1.5rem;
  color :      #666;
   font-size: 0.95rem; 
	
}

.offerings-section {
	 padding: 4rem 1rem;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
}

.offerings-grid    {

	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
   margin-top: 2rem;
}

.offering-card {
     background: white;
	padding: 2rem;
  border-radius:   10px;
    text-align: center;
   transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          border-left: 4px solid #667eea;
}

.offering-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.15);
}

.offering-icon {
   margin-bottom: 1rem;
}

.offering-icon img	{
   width: 48px;
    height: 48px;
	 margin: 0 auto;
  stroke: #667eea;
	fill: none;
    stroke-width    :    2;
}

.offering-card h3     {

	    font-size: 1.2rem;
  font-weight: 600;
	 margin-bottom: 0.8rem;
  color: #1a1a1a;
     }

.offering-card p {
	color: #666;
      font-size     :0.95rem;
  line-height: 1.6;
}

.strategy-section {
	padding: 4rem 1rem;
  background-color: #ffffff;
}

.strategy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
   gap   : 3rem;
	align-items: center;
}



.strategy-image img {


   width: 100%;
	 border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     }

.strategy-text h2 {
   font-size: 2rem; 
	font-weight: 700; 
    margin-bottom: 1.5rem; 
	 color: #1a1a1a;
}

.strategy-text p	{
  color: #666;
    margin-bottom: 2rem;
	font-size :     1rem;
   line-height :    1.8;
}



.strategy-list {

	   list-style: none;
     }

.strategy-list li {
  padding: 0.8rem 0;
 padding-left: 1.5rem;
         position: relative;
   color: #1a1a1a;
    font-weight: 500;
}

.strategy-list li:before  {
  content: '→';
    position: absolute;
    left: 0;
  color: #667eea;
	font-weight    :    bold;
}

.cta-section {
     padding: 3rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 1.8rem;
  margin-bottom: 1rem;
  color:        white;
}

.cta-content p {
    font-size: 1.1rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.95);
}

.cta-button-secondary {
     display: inline-block;
  background :white;
  color   :     #667eea;
   padding: 1rem 2rem;
   border-radius  : 8px;
    text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
}

.cta-button-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.contact-section {
	padding: 4rem 1rem;
  background-color: #f8f9fa;
}

.contact-container {
	 margin: 2rem auto 0;
  max-width: 600px;
}

.contact-form {
	          background: white;
		padding:       2rem;
    border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

}

.form-group {
   margin-bottom: 1.5rem;
}

.form-group label {
   display     :    block;
         margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1a1a1a;
    font-size : 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
   padding: 0.8rem;
  border: 2px solid #e8e8e8;
	 border-radius     :6px;
  font-size: 0.95rem;
  font-family: inherit;
  transition    :    border-color 0.3s ease; 

}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
   outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.submit-button {
   width: 100%;
   padding: 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color  :white;
  border: none;
   border-radius: 6px;
    font-weight     :     600;
    font-size: 1rem;
    cursor   :pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.footer-main {
	   background: #1a1a1a;
   color: #ffffff;
		padding: 3rem 1rem 1rem; 

}

.footer-container {
  max-width   : 1200px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-column h4  
  {
        font-size: 1rem;
    font-weight   :    600;
	 margin-bottom: 1rem;
   color: white; 
	
}

.footer-logo {
    height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
   margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom :  0.8rem;
}

.footer-links a {

	    color :       #b8b8b8;
  text-decoration: none;
   transition: color 0.3s ease;
    font-size: 0.95rem;}

.footer-links a:hover {
   color: #667eea;
}

.footer-address {
    font-size:        0.95rem;
          color: #b8b8b8;
	 margin-bottom: 0.8rem;
        line-height: 1.6;


}

.footer-phone {
                    color: #b8b8b8;
  font-size: 0.95rem;
    margin-bottom:     0.5rem;
}

.footer-column p {
   color: #b8b8b8;
    font-size: 0.9rem;
   line-height: 1.7;
}

.footer-bottom {
   text-align: center;
  padding-top: 2rem;
   border-top: 1px solid #333;
    color: #888;
  font-size: 0.9rem; 

}@media (max-width: 768px) {
    .burger-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: white;
        border-bottom: 1px solid #e8e8e8;
        gap: 0;
        padding: 1rem 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-link {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #f0f0f0;
    }

    .hero-container {
        grid-template-columns: 1fr;
        padding: 2rem 0;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-image {
        order: -1;
    }

    .section-container h2 {
        font-size: 1.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .offerings-grid {
        grid-template-columns: 1fr;
    }

    .strategy-content {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }

    .section-container h2 {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    .service-card h3 {
        font-size: 1.1rem;
    }

    .cta-section {
        padding: 2rem 1rem;
    }

    .cta-content h2 {
        font-size: 1.3rem;
    }
}.services-hero {
   padding: 3rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   text-align :center;
}

.services-hero h1 {
    font-size: 2.2rem;
	 font-weight: 700;
  margin-bottom   : 1rem;
}

.services-hero-subtitle {
   font-size: 1.1rem;
     color: rgba(255, 255, 255, 0.95);
       max-width: 700px;
      margin: 0 auto;
}

.detailed-services {
    background-color: #ffffff;
    padding: 4rem 1rem;
}

.service-detail-block	{
    display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items  :center;
  margin-bottom: 4rem;
}

.service-detail-block.reverse {
	    direction: rtl;}

.service-detail-block.reverse > * {
    direction: ltr;
}

.service-detail-image {
   overflow: hidden;
  border-radius: 12px;
}

.service-detail-image img {
	 width: 100%;
  height: auto;
    display: block;
       border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-detail-image:hover img{
  transform: scale(1.05);
}

.service-detail-content h2 {
    font-size: 1.8rem;

  font-weight: 700;

   margin-bottom: 1.5rem;

    color: #1a1a1a;
}

.service-detail-content p {
   font-size: 1rem;

   color: #666;

  line-height: 1.8;

   margin-bottom: 1.5rem;
}

.service-list  {

	   list-style: none; 
   margin-bottom: 2rem;
}

.service-list li {
	 padding     :   0.8rem 0;
       padding-left: 1.5rem;
      position: relative;
       color: #1a1a1a;
     font-weight: 500;
     }

.service-list li:before {

  content: '✓';
    position: absolute;
   left: 0;
    color: #667eea;
  font-weight: bold;
     }

.service-info {
  display: flex;
  flex-direction  :      column;
       gap: 1rem;
   padding     :    1.5rem;
	background: #f8f9fa;
    border-left: 4px solid #667eea;
  border-radius  :   6px;
}

.service-duration,
.service-price {
    font-weight  :       600;
  color: #1a1a1a;
}

.webinars-section {
	padding: 4rem 1rem;
                    background: #f8f9fa;
}

.webinars-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
     }

.webinar-card     {
   background: white;
    padding: 2rem;
     border-radius: 10px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      border-top: 4px solid #667eea;
      transition     :       all 0.3s ease;
     }

.webinar-card:hover {
     transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);}

.webinar-number {
	font-size: 2.5rem;
   font-weight: 700;
   color: #667eea;
  margin-bottom: 1rem;
  opacity: 0.3;
	
}

.webinar-card h3 {
      font-size: 1.3rem;
    font-weight: 600;
   margin-bottom: 1rem;
    color: #1a1a1a;
     }

.webinar-card p {
  font-size  :     0.95rem;
    color   :       #666;
  line-height: 1.6;
    margin-bottom: 1.5rem;
}

.webinar-meta {

  font-size    :        0.9rem;
    color  :  #999;
    padding-top: 1rem;
         border-top: 1px solid #e8e8e8;
	}

.conferences-section {
    padding: 4rem 1rem;
    background: white;
}

.conferences-intro {
    text-align: center;
    font-size: 1.1rem;
		color: #666;
  max-width: 700px;
   margin: 0 auto 3rem;
}

.conference-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.conference-card   {
  background: white;
  border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
}

.conference-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.conference-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color     :     white;
   padding:     2rem;
   position: relative;
	
}

.conference-header h3 {
   font-size: 1.4rem; 
    font-weight   :   700; 
    margin   :   0;
}

.conference-badge {

   display: inline-block;
  background: rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
  font-size: 0.85rem;
    margin-top :0.8rem;}

.conference-body  {
  padding: 2rem;
}



.conference-body p   {


  color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.7;
     }

.conf-list {
	list-style: none;
}

.conf-list li   {
      padding: 0.6rem 0;
   padding-left: 1.5rem;
   position: relative;
      color  : #1a1a1a;


}

.conf-list li:before		{
  content: '•';
   position: absolute;
  left: 0;
					color: #667eea;
          font-weight: bold;

}

.mentoring-section {
   padding: 4rem 1rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.mentoring-intro {
	   text-align:        center;
   margin-bottom: 3rem;


}

.mentoring-intro p{

	   font-size: 1.1rem;
   color: #666;
  max-width: 700px;
  margin:    0 auto;
}

.mentoring-options {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
	}

.mentoring-card 
 {
   background: white;
   padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
    position: relative;
  transition: all 0.3s ease;
}

.mentoring-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.mentoring-card.featured {
  border-color     :      #667eea;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.featured-badge {
   top: -12px;
   color: white;
     padding: 0.4rem 1rem;
	left: 20px;
   position: absolute;
  border-radius: 4px;
    background: #667eea;
   font-size: 0.85rem;
    font-weight: 600;
}

.mentoring-card h3		{
     font-size :        1.3rem;
  font-weight: 700;
	 margin-bottom: 0.5rem;
    color :    #1a1a1a; 
	

}

.mentoring-description {
    font-size: 0.95rem;
    color: #667eea;
   font-weight: 500;
   margin-bottom: 1.5rem;
} 

.mentoring-features {
       list-style: none;
	margin-bottom:   0;
}

.mentoring-features li {

	  padding: 0.6rem 0;
	padding-left: 1.5rem;
  position: relative;
   color    :     #666;
   font-size: 0.95rem;}

.mentoring-features li:before {
  content: '→';
               position: absolute;
    left: 0;
  color: #667eea;
  font-weight: bold;
}

.pricing-section {
    padding     :  4rem 1rem;
  background: white;
}

.pricing-intro  {
        text-align  :    center;
    font-size: 1.1rem;
  color :     #666;
          margin-bottom:     2rem;
}

.pricing-table 
 {
    background: white;
    border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
}

.pricing-row {
    display     :       grid;
    grid-template-columns: 1fr 1fr 1fr;
          border-bottom   :      1px solid #e8e8e8;
}

.pricing-row.header-row {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 color: white;
}

.pricing-cell {
    padding: 1.5rem;
  display   :      flex;
    align-items :       center;
    font-weight: 500;}

.pricing-row.header-row .pricing-cell {
   font-weight: 700;
   color: white;
}

.pricing-row:hover {
    background: #f8f9fa;
}

.cta-services {
	  padding: 3rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
	 text-align    :      center;

}

.cta-button-services    {
   display: inline-block;
  background: white;
   color: #667eea;
  padding: 1rem 2rem;
	border-radius: 8px;
  text-decoration: none;
   font-weight: 600;
		margin-top   :     1.5rem;
    transition :     all 0.3s ease;
}

.cta-button-services:hover {

	  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
     }

.thankyou-section{
    padding: 4rem 1rem;
  background: white;
  min-height: calc(100vh - 200px);
  display: flex;
   align-items: center;
}

.thankyou-container		{

	   max-width:    700px;
   margin: 0 auto;
  text-align: center;
	}

.success-icon {

  margin-bottom: 2rem;



}

.success-icon img 
 {
  width: 80px;
   height :       80px;
	margin:0 auto;
  stroke: #2ecc71;
  fill: none;
    stroke-width: 2;
  filter: drop-shadow(0 0 10px rgba(46, 204, 113, 0.3));
}

.thankyou-section h1 {
  font-size: 2.2rem;

	  font-weight: 700;

	    color     :   #1a1a1a;

	  margin-bottom: 1rem; 
	
}

.thankyou-subtitle {

	  font-size: 1.1rem;
   color:      #666;
   margin-bottom: 2rem;
}

.thankyou-content {
    background    :#f8f9fa;
   padding: 2rem;
   border-radius: 10px;
    margin-bottom: 2rem;
	text-align: left;
}

.thankyou-content p {
       color: #666;
  line-height: 1.8;
    margin-bottom: 1.5rem;
}

.next-steps {
  margin-bottom: 2rem;
   padding-bottom: 2rem;
   border-bottom: 2px solid #e8e8e8;
}

.next-steps h2 {


  font-size: 1.4rem;
  color: #1a1a1a;
   margin-bottom: 1.5rem;
        text-align: center;
}

.steps-list {
  list-style: none;
}

.steps-list li {
   display: flex;
  align-items    : flex-start;
    margin-bottom: 1.5rem;
          text-align: left;
}

.step-number {

		display: inline-flex;
   align-items: center;
	 justify-content: center;
    width: 40px;
  height: 40px;
  background: #667eea;
    color   :        white;
    border-radius: 50%;
	 font-weight: 700;
 margin-right: 1rem;
 flex-shrink: 0;

}

.step-text {
               color: #1a1a1a;
    font-weight: 500;
   padding-top: 0.5rem;


}  

.helpful-info   {
    text-align: center;
}

.helpful-info h2 {
        font-size:  1.2rem;
      color  :    #1a1a1a;
     margin-bottom: 0.8rem;
}

.helpful-info p {
  color: #666;
    margin-bottom: 1rem;
}

.link-button {
    display: inline-block;
    background: #667eea;
  color: white;
    padding: 0.8rem 1.5rem;
   border-radius: 6px;
    text-decoration: none;
   font-weight: 600;
    transition: all 0.3s ease;
}

.link-button:hover {
    background  :    #764ba2; 
  transform: translateY(-2px);

}



.contact-info-thank {

                    border-left     :    4px solid #667eea;
    padding: 2rem;
   background: white;
    border-radius: 10px;
 margin-bottom: 2rem;
	}

.contact-info-thank p    {
    margin  :     0;
   color :    #666;
}

.phone-display    {
    font-size: 1.5rem;
    color: #667eea;
  font-weight: 700;
    margin-top: 0.8rem;
}

.button-home {
	display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   padding: 1rem 2rem;
  border-radius: 8px;
   text-decoration: none;
  font-weight     :       600;
    transition: all 0.3s ease;
}

.button-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);

}

.recommendations-section   {
	    padding: 4rem 1rem;

  background: #f8f9fa;
}

.recommendations-section h2		{
  text-align: center;
   font-size: 2rem;
    margin-bottom     :   3rem;
   color: #1a1a1a;
}  

.recommendations-grid {
	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap:   2rem;}

.recommendation-card {
       background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;}

.recommendation-card:hover		{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.recommendation-card h3 {
           font-size: 1.2rem;
  font-weight: 700;
	color: #1a1a1a;
   margin-bottom: 0.8rem;}

.recommendation-card p		{
  color: #666;
  font-size :    0.95rem;
   line-height: 1.6;
    margin-bottom: 1.5rem;

}

.rec-link 
 {
   display: inline-block;
         color: #667eea;
	text-decoration: none;
  font-weight: 600;
    transition: all 0.3s ease;
   padding-bottom: 0.3rem;
   border-bottom: 2px solid transparent;
}

.rec-link:hover {
	 border-bottom-color: #667eea;
  transform: translateX(2px);
}@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 1.6rem;
    }

    .service-detail-block {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .service-detail-block.reverse {
        direction: ltr;
    }

    .webinars-grid {
        grid-template-columns: 1fr;
    }

    .conference-cards {
        grid-template-columns: 1fr;
    }

    .mentoring-options {
        grid-template-columns: 1fr;
    }

    .mentoring-card.featured {
        transform: scale(1);
    }

    .pricing-row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .pricing-cell {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .thankyou-section h1 {
        font-size: 1.6rem;
    }

    .success-icon img {
        width: 60px;
        height: 60px;
    }

    .recommendations-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .services-hero h1 {
        font-size: 1.3rem;
    }

    .service-detail-content h2 {
        font-size: 1.3rem;
    }

    .webinar-card {
        padding: 1.5rem;
    }

    .conference-header {
        padding: 1.5rem;
    }

    .conference-header h3 {
        font-size: 1.1rem;
    }

    .mentoring-card {
        padding: 1.5rem;
    }

    .thankyou-content {
        padding: 1.5rem;
    }

    .steps-list li {
        flex-direction: column;
    }

    .step-number {
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

    .button-home {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
}.policy-section {
  padding: 80px 2rem;
   background: #f8f9fa;
  min-height: calc(100vh - 200px);
}

.policy-container {
    max-width    : 800px;
    margin: 0 auto;
    text-align: left;
}

.policy-container h1 {
   margin-bottom: 3rem;
    color: #1a1a1a;
    font-size: 2.8rem;
  text-align: center;
    font-weight    :700;
}

.policy-block {
   margin-bottom: 2.5rem;
   background: white;
    padding: 2rem;
   border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #667eea;
}

.policy-block h2 {
	 font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.policy-block p {
   color: #666;
		margin-bottom: 1.2rem;
    line-height: 1.8;
    font-size: 1rem;
}

.policy-block p:last-child {
   margin-bottom: 0;
}

.policy-block strong {
   color: #1a1a1a;
   font-weight: 600;
} 

.policy-block ul {
       list-style: none;
  margin-bottom: 1rem;
	margin-left: 0;
                    padding-left: 0;
}

.policy-block li {
   padding: 0.8rem 0;
   padding-left: 1.5rem;
    position: relative;
	color: #666;
    line-height: 1.7;

}

.policy-block li:before {
  color: #667eea;
  content: '→';
  font-weight: bold;
    left: 0;
       position     :   absolute;
}

.policy-block {

	   animation     :        fadeInUp 0.6s ease;
	}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .policy-section {
        padding: 60px 1rem;
    }

    .policy-container h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .policy-block {
        padding: 1.5rem;
        margin-bottom: 1.8rem;
    }

    .policy-block h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .policy-block p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
        line-height: 1.7;
    }

    .policy-block li {
        padding: 0.6rem 0;
        padding-left: 1.2rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .policy-section {
        padding: 40px 1rem;
    }

    .policy-container h1 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .policy-block {
        padding: 1rem;
        margin-bottom: 1.2rem;
        border-left-width: 3px;
    }

    .policy-block h2 {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }

    .policy-block p {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
        line-height: 1.6;
    }

    .policy-block li {
        padding: 0.5rem 0;
        padding-left: 1rem;
        font-size: 0.9rem;
    }
}@media (prefers-color-scheme: dark) {
    .policy-section {
        background: #1a1a1a;
    }

    .policy-container h1 {
        color: #ffffff;
    }

    .policy-block {
        background: #2a2a2a;
        border-left-color: #667eea;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .policy-block h2 {
        color: #ffffff;
    }

    .policy-block p {
        color: #b8b8b8;
    }

    .policy-block strong {
        color: #ffffff;
    }

    .policy-block li {
        color: #b8b8b8;
    }
}