*   {
   margin: 0px;
  padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
  color: #2c3e50;
    background-color: #f8f9fa;

}

.container {
  max-width: 1200px; 
   margin: 0 auto; 
   padding: 0 20px;
}

.main-navigation {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   position: fixed;
  top:     0;
   width: 100%;
   z-index: 1000;
}

.nav-container {
    display: flex;
   justify-content: space-between;
   align-items   :   center;
   padding: 15px 30px;
   max-width: 1200px;
	margin: 0 auto; 

} 

.company-logo {
	height: 45px;

	   width: auto;
}

.nav-links {
   	display: flex;
  gap: 30px;}

.nav-item {
  color: #ecf0f1;
  text-decoration    : none;
    font-weight    : 500;
  transition: color 0.3s ease;
    position: relative;
}

.nav-item:hover,
.nav-item.active {
       color: #3498db;
}

.nav-item.active::after {
  content: '';
  position   :absolute;
    bottom: -5px;
      left: 0;
   width: 100%;
    height: 2px;
    background-color: #3498db;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
    cursor: pointer;
   padding: 5px;
}

.mobile-menu-toggle span {
  width   :25px;
   height: 3px;
	 background-color :   #ecf0f1;
    margin: 3px 0;
                    transition: 0.3s;
}

.hero-section {
  background: linear-gradient(120deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 120px 0 80px;
  margin-top: 75px;
	
}

.hero-content		{
    max-width: 1200px;

	    margin: 0 auto;

	  padding: 0 20px;

		display: grid;

	   grid-template-columns: 1fr 1fr;

	  gap: 60px;

	   align-items: center;

}

.hero-text h1 {
   font-size: 3.2em;
   color: #2c3e50;
	 margin-bottom: 25px;
          font-weight: 700;
  line-height: 1.2;
}

.hero-text p {
  font-size: 1.3em;
  color     :        #5a6c7d;
  margin-bottom: 35px;
    line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}  

.primary-btn, .secondary-btn {

  padding   :   15px 30px;
  border-radius: 8px;
   text-decoration: none;
   font-weight  :600;
    transition: all 0.3s ease;
   display: inline-block;
}

.primary-btn {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
   color: white;
}

.primary-btn:hover {
  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.secondary-btn {
          background: transparent;
    color: #3498db;
  border: 2px solid #3498db;
}

.secondary-btn:hover {
	background-color: #3498db;
    color: white;
}

.hero-image img {
	 width    : 100%;
   height: auto;
    border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1); 

}

.services-overview {
   	padding: 80px 0;
   background-color: white;
	}

.services-overview h2 {
    text-align: center;
  font-size: 2.8em;
	color: #2c3e50;
  margin-bottom: 60px;
    font-weight: 700;
}

.services-grid {
   display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
   background    : white;
    padding: 40px 30px;
   border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
                    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #3498db;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-card h3 {
   font-size: 1.5em;
    color: #2c3e50;
      margin-bottom: 20px;
   font-weight: 600;
}

.service-card p {
	color :        #5a6c7d;
  line-height: 1.6;
}

.about-preview {
   padding  :      80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}

.about-content {
   display: grid;
 grid-template-columns: 1fr 1fr;
   gap     :   60px;
   align-items  :  center;
}

.about-text h2 {
  color: #2c3e50;
   font-size: 2.5em;
  font-weight: 700;
    margin-bottom: 25px;
}

.about-text p {
   font-size: 1.1em;
  color     :       #5a6c7d;
    margin-bottom: 30px;
  line-height   :1.7;
}

.about-text ul {

	  list-style: none;
          padding-left: 0;

}

.about-text li {
   color: #5a6c7d;
    margin-bottom: 15px;
  padding-left: 25px;
 position: relative;
}

.about-text li::before {
  content: '→';
    position: absolute;
  left: 0;
  color:      #3498db;
   font-weight: bold;
}

.about-image img {

        width: 100%;
  height:auto;
   border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);

}

.methodology-section
{
    padding: 80px 0;
  background-color: white;
}

.methodology-section h2 {
   text-align: center;
   font-size: 2.8em;
     color: #2c3e50;
   margin-bottom: 60px;
         font-weight: 700;
}

.methodology-steps  {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
}

.step-item {
  text-align: center;
  padding    :   30px 20px;
	
}

.step-number {
    display: inline-block;
  width: 60px;
   height: 60px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
   border-radius   :   50%;
    font-size: 1.5em;
    font-weight: bold;
  line-height: 60px;
    margin-bottom     :   25px;}

.step-item h3  
  {
   font-size: 1.4em;
    color: #2c3e50;
  margin-bottom: 15px;
   font-weight: 600;
}

.step-item p {
  color: #5a6c7d;
   line-height: 1.6;
}

.cta-section {
    padding: 80px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
}



.cta-content {
    display: grid;
   grid-template-columns :       1fr 1fr;
        gap: 60px;
  align-items: center;
  margin-bottom: 50px;
}

.cta-text h2 {
               font-size: 2.5em;
    margin-bottom:    25px;
  font-weight: 700;
}

.cta-text p {

  font-size: 1.2em;
    margin-bottom    :      30px;
    line-height: 1.7;
    opacity: 0.9;
}

.cta-benefits
{
  display: flex;
  flex-direction: column;
    gap: 15px;
}

.benefit-item		{
	padding: 15px 20px; 
	  background: rgba(255, 255, 255, 0.1); 
	    border-radius: 8px; 
		 border-left: 4px solid #3498db;
}

.cta-image img {
   width: 100%;
	 height: auto;
  border-radius     :  12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.cta-action {
    text-align: center;
}

.cta-button


{
       display    :inline-block;
   padding: 20px 40px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color   :       white;
  text-decoration: none;
          border-radius: 8px;
  font-size: 1.2em;
   font-weight: 600;
				 transition: all 0.3s ease;


}

.cta-button:hover {

  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);

}

.workshops-section

{
          padding: 80px 0;
  background-color: white;
}


.workshops-section h2 {
  text-align   : center;
	font-size: 2.8em;
   color: #2c3e50;
   margin-bottom: 60px;
  font-weight: 700;
}

.workshops-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
                    gap: 30px;
}

.workshop-card {
  background: white;
  border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition:      transform 0.3s ease, box-shadow 0.3s ease;
}

.workshop-card:hover {
     transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
	}

.workshop-card img {
  width: 100%;
    height: 200px;
      object-fit: cover;
}

.workshop-content {
   padding: 30px;
}

.workshop-content h3 {
	font-weight: 600;
  color: #2c3e50;
   margin-bottom    :     15px;
  font-size: 1.4em;
}

.workshop-content p {
  color: #5a6c7d;
    margin-bottom: 20px;
   line-height     :1.6;
}

.workshop-details
	{
	 gap: 15px;
  display: flex;
}

.duration, .format     {
  border: 1px solid #e9ecef;
    border-radius:       20px;
    font-size: 0.9em;
    padding: 8px 15px;
    background-color: #f8f9fa;
    color: #5a6c7d;
}

.contact-section   {

	 padding: 80px 0;
	  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);}

.contact-section h2 {
               text-align: center;
    font-size: 2.8em;
  color: #2c3e50;
   margin-bottom   :      60px;
  font-weight: 700;


}

.contact-content {
  gap: 60px;
          grid-template-columns: 1fr 2fr;
   display: grid;
}

.contact-info h3 {
	    font-size: 1.8em;
    color: #2c3e50;
  margin-bottom: 20px;
       font-weight :        600;
}

.contact-info p {
   color: #5a6c7d;
	 margin-bottom: 30px;
    line-height  :        1.7;
}

.contact-details {
	background: white;
   padding: 30px;
   border-radius :     12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}  

.contact-item {
  margin-bottom: 20px;
   color: #5a6c7d;
}

.contact-item strong {
  color: #2c3e50;
  display: block;
    margin-bottom     :5px;
}

.contact-form

{
    background: white;
  padding: 40px;
    border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08); 

}

.form-row {


  display: grid;
   grid-template-columns: 1fr 1fr;
 gap: 20px;
  margin-bottom: 20px; 
	


}



.form-group {
    display: flex;
   flex-direction: column;
}

.form-group label {
    color: #2c3e50;
    margin-bottom: 8px;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
   -webkit-border-radius: 8px;
   padding: 12px 15px;
 border: 2px solid #e9ecef;
    border-radius: 8px;
  -moz-border-radius: 8px;
    font-size: 1em;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
   border-color: #3498db;
}

.submit-btn {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
   padding: 15px 30px;
 border: none;
    border-radius: 8px;
   font-size    :     1.1em;
    font-weight:        600;
   cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
} 

.main-footer  {
    background: #2c3e50;
    color: #ecf0f1;
   padding: 60px 0 20px; 
	
} 

.footer-content {
    max-width: 1200px;
	margin: 0 auto;
                    padding: 0 20px;
                    display   :    grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-section h4 {
  font-weight: 600;
  color: #3498db;
   margin-bottom: 20px;
	font-size: 1.2em;
}

.footer-section p {
    line-height  :        1.6;
   opacity: 0.9; 
	
}

.footer-section ul {

	   list-style: none;
	}

.footer-section ul li   {
    margin-bottom: 10px; 

}

.footer-section ul li a {
  color: #ecf0f1;
  text-decoration   :      none;
   opacity: 0.8;
  transition   :    opacity 0.3s ease;
}

.footer-section ul li a:hover {
	  opacity: 1;
    color: #3498db;


}

.footer-logo img {
    margin-bottom: 20px;
	width: auto;
   height: 40px;
}

.footer-bottom {


   border-top: 1px solid #34495e;
    margin-top: 40px;
    padding-top: 20px;
  text-align: center;
	 max-width: 1200px;
   margin-left: auto;
  margin-right: auto;
   padding-left: 20px;
    padding-right: 20px;

}

.footer-bottom p

{
  opacity: 0.7;
}@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #2c3e50;
        flex-direction: column;
        padding: 20px;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.5em;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cta-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .methodology-steps {
        grid-template-columns: 1fr;
    }

    .workshops-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 15px 20px;
    }

    .hero-text h1 {
        font-size: 2em;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 0 15px;
    }
}.about-hero {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); 
	   color  :  white; 
	  padding: 140px 0 80px; 
	   margin-top: 75px; 
		 text-align: center;
}

.about-hero-content h1 {
  font-size: 3.5em;
	margin-bottom: 25px;
    font-weight :        700;


}

.about-hero-content p {
    font-size: 1.4em;
  opacity: 0.9;
  max-width: 600px;
               margin: 0 auto;
   line-height: 1.6;
}

.company-story {
  padding: 80px 0;
    background-color: white;
}

.story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
    gap  :   60px;
    align-items: center;
}  

.story-text h2 {
       font-size: 2.6em;
               color     : #2c3e50;
  margin-bottom: 30px;
   font-weight: 700;}

.story-text p {
        font-size: 1.1em;
   color: #5a6c7d;
  margin-bottom: 25px;
   line-height: 1.7;
}

.story-stats    {
    display   :  flex;
   gap: 30px;
  margin-top: 40px;
}

.stat-item


{
   text-align: center;
	 padding    :    20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
  flex :1;
}

.stat-number {
	display: block; 
	  font-size: 2.5em; 
	  font-weight: 700; 
	   color:       #3498db; 
	  margin-bottom   :       10px;
}

.stat-label {
   font-size  :       0.95em;
   color: #5a6c7d;
  font-weight : 500;
}

.story-image img
	{
    width: 100%;
   height: auto;
   border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.mission-vision {
    padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mission-vision h2 {

	  text-align: center;
    font-size: 2.8em;
    color: #2c3e50;
  margin-bottom: 60px;
   font-weight: 700;
	}

.mission-grid{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap   : 40px;
}

.mission-card {
  background: white;
   padding: 40px 30px;
   border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  text-align: center;
    transition: transform 0.3s ease;
  border-top: 4px solid #3498db; 

}

.mission-card:hover 
 {
  transform: translateY(-5px);
}

.mission-card h3	{
   font-size: 1.6em;
  color: #2c3e50;
   margin-bottom: 20px;
 font-weight: 600;
	
}

.mission-card p {
   color   : #5a6c7d;
	line-height: 1.6;
}

.team-expertise {
  padding:      80px 0;
   background-color: white;
	
}

.team-expertise h2 {
      text-align    : center;
  font-size: 2.8em;
  color     :        #2c3e50;
	margin-bottom: 60px;
    font-weight: 700;
}

.expertise-areas


{


    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap   :  30px;

}

.expertise-item     {
  padding: 30px;
	border     :2px solid #e9ecef;
	 border-radius: 12px;
  transition: all 0.3s ease;
}

.expertise-item:hover {
  border-color: #3498db;
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.1);
}

.expertise-item h3 {
       font-size:   1.4em;
    color: #2c3e50;
               margin-bottom: 15px;
    font-weight: 600;
}

.expertise-item p {


  color: #5a6c7d;
   line-height: 1.6;
	}

.approach-methodology {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.approach-content {
  display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
   gap: 60px; 

}

.approach-text h2 {


	 font-size: 2.6em;
   color: #2c3e50;
  margin-bottom:  25px;
    font-weight: 700;}

.approach-text > p {
  font-size: 1.1em;
     color: #5a6c7d;
    margin-bottom: 35px;
   line-height: 1.7;
}

.approach-features {
   display: flex;
   flex-direction: column;
    gap: 25px;
}


.feature-item {
   padding: 25px;
  background: white;
   border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left :4px solid #3498db;
}

.feature-item h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-item p {
    color: #5a6c7d;
  line-height: 1.6;
	margin: 0;
}

.approach-image img {
  width: 100%;
    height: auto;
      border-radius :       12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.industry-experience {
	padding     :     80px 0;
  background-color: white;

}

.industry-experience h2 {

	text-align   : center;
    font-size: 2.8em;
  color: #2c3e50;
	margin-bottom: 25px;
   font-weight  :       700;
     }

.section-intro {
  text-align :center;
  font-size: 1.2em;
   color: #5a6c7d;
               margin-bottom: 60px;
       max-width: 800px;
  margin-left: auto;
    margin-right: auto;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.industry-card {
   padding:    30px 25px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
   border: 1px solid #e9ecef;
    border-radius: 12px;
  text-align: center;
    transition: all 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  border-color: #3498db;
}

.industry-card h3 {
  font-size: 1.3em;
    color: #2c3e50;
    margin-bottom: 15px;
  font-weight: 600;
}

.industry-card p {
	color    :    #5a6c7d;
  line-height :     1.5;
    font-size: 0.95em;
}

.why-choose-us {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); 

}

.why-choose-us h2     {
   text-align: center;
   font-size: 2.8em;
   color: #2c3e50;
  margin-bottom: 60px;
    font-weight: 700;
}

.reasons-content {
  display: grid;
                    grid-template-columns: 1fr 1fr;
      gap: 60px;
  align-items: center;
}

.reason-item {
   margin-bottom: 35px;
  padding  :       25px;
   background: white;
   border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.reason-item h3 {
  font-size: 1.4em;
    color: #2c3e50;
  margin-bottom: 15px;
    font-weight: 600; 

}  

.reason-item p {
    color: #5a6c7d;
	margin: 0;
   line-height: 1.6;
}

.reasons-image img {
    width: 100%;
    height: auto;
   border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.certifications-awards
	{
  padding   : 80px 0;
   background-color: white;
}

.certifications-awards h2 {
  text-align :       center;
  font-size: 2.8em;
	 color: #2c3e50;
  margin-bottom: 60px;
                    font-weight: 700;
}

.certs-grid   {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 30px;
}

.cert-item {
    text-align: center;
  padding: 40px 25px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	color   : white;
   border-radius: 12px;
   transition: transform 0.3s ease;
}

.cert-item:hover {
  transform: translateY(-5px);
}

.cert-item h3
{
  font-size: 1.4em;
     margin-bottom: 15px;
	font-weight:  600; 
	
}

.cert-item p {
   opacity: 0.9;
               line-height    :    1.5;
}

.thankyou-main {
   margin-top: 75px;
    padding: 80px 0;
  min-height: calc(100vh - 75px);
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.thankyou-content {
    max-width: 1000px;
  margin: 0 auto;
}

.success-message {
  margin-bottom: 80px;
    text-align: center;
}

.success-icon {


	margin-bottom: 30px;
     }


.checkmark {
       width: 80px;
        height: 80px;
   border-radius: 50%;
  display: inline-block;
   stroke-width: 3;
   stroke: #27ae60;
  stroke-miterlimit: 10;
   box-shadow: inset 0px 0px 0px #27ae60;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: relative;
}

.checkmark-circle 
 {
   stroke-dasharray: 166;
   stroke-dashoffset: 166;
  stroke-width: 3;
   stroke-miterlimit: 10;
   stroke: #27ae60;
   fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
   width   :     80px;
    height  :    80px;
  border-radius: 50%;
  position: absolute;
   top: 0;
    left: 0;
}

.checkmark-stem {
   transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    stroke: #27ae60;
  stroke-width: 3;
  position: absolute;
   top: 40px;
  left: 25px;
  width: 15px;
  height: 2px;
  background: #27ae60;
}

.checkmark-kick {
    transform-origin    : 50% 50%;
   stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    stroke:       #27ae60;
   stroke-width: 3;
   position: absolute;
  top: 35px;
  left: 35px;
   width: 25px;
   height: 2px;
  background: #27ae60;
  transform: rotate(45deg);
}@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #27ae60;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}.success-message h1  
  {
   font-size: 3.2em;
    color: #2c3e50;
  margin-bottom: 25px;
  font-weight: 700;
}

.lead-text {
    font-size   :     1.3em;
  color   :     #5a6c7d;
   line-height: 1.6;
   max-width: 600px;
    margin: 0 auto;
}

.next-steps {
    background: white;
  padding: 60px 40px;
    border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  margin-bottom: 60px; 

}

.next-steps h2

{
    text-align: center;
  font-size: 2.4em;
  color: #2c3e50;
   margin-bottom: 50px;
   font-weight: 700;
}

.steps-timeline		{
  position: relative;
  padding-left  :   40px;
}

.steps-timeline::before {
  content: '';
	position: absolute;
   left: 20px;
    top: 0;
   bottom: 0;
    width: 2px;
  background: linear-gradient(to bottom, #3498db, #2980b9);
}

.timeline-item {
    position: relative;
   margin-bottom     :      40px;
    padding-left: 60px;
}

.timeline-marker{
  position: absolute;
    left: -50px;
   top :     0;
   width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
   border-radius: 50%;
   display   :flex;
    align-items: center;
    justify-content:       center;
    font-weight: 700;
   font-size: 1.1em;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.timeline-content h3 {
	font-size: 1.5em;

	  color: #2c3e50;

	  margin-bottom: 10px;

	    font-weight:        600; 
	
}

.timeline-content p {
  color: #5a6c7d;
	line-height: 1.6;
	margin-bottom: 10px;
}

.timeline-duration {
    display: inline-block;
   background: #f8f9fa;
   color   :#5a6c7d;
    padding: 5px 15px;
                    border-radius    :    20px;
  font-size: 0.9em;
    border: 1px solid #e9ecef;

}  

.additional-resources {

	    margin-bottom: 60px;}

.additional-resources h2 {
  text-align: center;
	  font-size: 2.4em;
	    color: #2c3e50;
		margin-bottom: 50px;
	  font-weight: 700;
}

.resources-grid {
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
       gap  : 30px;
}

.resource-card {
  background: white;
    padding: 35px 30px;
   border-radius   :      12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
   transition: transform 0.3s ease;
    border-top    :   4px solid #3498db;
}

.resource-card:hover {
  transform: translateY(-5px);
}

.resource-card h3 {
   font-size: 1.4em;
   color: #2c3e50;
	margin-bottom: 15px;
   font-weight :600;
}

.resource-card p {
  color: #5a6c7d;
                    line-height: 1.6;
}

.contact-reminder {
  background: white;
    padding: 40px;
   border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
   margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
   gap     :   40px;
    align-items: center;
     }

.reminder-content h3 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-bottom   :    15px;
    font-weight: 600;
}

.reminder-content p {
    color: #5a6c7d;
   margin-bottom: 25px;
   line-height: 1.6;
}

.contact-info-quick {

        background: #f8f9fa;

	   padding: 20px;

	    border-radius :     8px;

	   border: 1px solid #e9ecef;
     }

.contact-detail {
    margin-bottom: 15px;
    color: #5a6c7d;
}

.contact-detail:last-child {
	margin-bottom: 0;
}

.contact-detail strong {
   display: block;
	margin-bottom: 5px;
  color: #2c3e50;
}

.reminder-image img {
    width: 100%; 
	                    height: auto; 
	   border-radius: 8px;
}

.action-buttons  {
    text-align: center;
  display: flex;
   gap :        20px;
  justify-content: center;
  flex-wrap     : wrap;
}@media (max-width: 768px) {
    .about-hero-content h1 {
        font-size: 2.8em;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .story-stats {
        flex-direction: column;
        gap: 20px;
    }

    .approach-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .reasons-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-reminder {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .success-message h1 {
        font-size: 2.5em;
    }

    .next-steps {
        padding: 40px 25px;
    }

    .timeline-item {
        padding-left: 40px;
    }

    .timeline-marker {
        left: -30px;
        width: 30px;
        height: 30px;
        font-size: 0.9em;
    }

    .steps-timeline {
        padding-left: 20px;
    }

    .steps-timeline::before {
        left: 15px;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .action-buttons .primary-btn,
    .action-buttons .secondary-btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 120px 0 60px;
    }

    .about-hero-content h1 {
        font-size: 2.2em;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }

    .certs-grid {
        grid-template-columns: 1fr;
    }
}.cookies-section, .privacy-section {
  padding:        100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}

.cookies-content, .privacy-content {
   max-width: 800px;
   margin: 0 auto;
   background: white;
 padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.cookies-content h2, .privacy-content h2 {
  font-size: 2.5em;
    color: #2c3e50;
    margin-bottom     :30px;
                    font-weight    :      700;
    text-align: center;
}

.cookies-content h3, .privacy-content h3 {

		font-size: 1.6em;
   color  :    #2c3e50;
    margin: 25px 0 15px;
  font-weight: 600;
	}

.cookies-content p, .privacy-content p {
  color: #5a6c7d;
	line-height: 1.7;
  margin-bottom: 20px;
}

.cookies-content ul, .privacy-content ul {
  list-style: none;
    padding-left: 20px;
 margin-bottom    :      20px;
}

.cookies-content li, .privacy-content li
{
    color     :     #5a6c7d;
  margin-bottom: 15px;
   position: relative;
	padding-left: 25px;

}

.cookies-content li::before, .privacy-content li::before {
  content: '→';
      position: absolute;
   left   :     0;
   color: #3498db;
	font-weight: bold; 

}