* {
   margin: 0;
  padding: 0;
  box-sizing  :  border-box;
}

body


{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
  color: #2c3e50;
    background-color: #ffffff;

}

.main-header {
  position: fixed;
    top: 0;
   left: 0;
  right  :       0;
  background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.navigation-container {

   max-width: 1200px;
  margin :0 auto;
   padding: 0 20px;
    display: flex;
    justify-content: space-between;
  align-items: center;
   height:     70px;

}

.nav-brand .brand-logo {
    height: 45px;
   width: auto;
}

.nav-links-desktop {


  display: flex;
  gap  :      2rem;
     }

.nav-links-desktop a {
   text-decoration: none;
   color: #2c3e50;
  font-weight: 500;
  font-size: 16px;
          transition: color 0.3s ease;
    position: relative;

}

.nav-links-desktop a:hover {
   color: #3498db;
}

.nav-links-desktop a::after {
  content: '';
    position   :        absolute;
  bottom: -5px;
    left: 0;
	 width: 0;
  height   : 2px;
  background: linear-gradient(90deg, #3498db, #2980b9);
    transition: width 0.3s ease;
}

.nav-links-desktop a:hover::after {
    width: 100%;
}

.mobile-menu-toggle {
	display: none;
    flex-direction: column;
  cursor: pointer;
    gap:  4px;
}

.mobile-menu-toggle span {

    background-color: #2c3e50;
   height: 3px;
    border-radius : 2px;
   width: 25px;
   transition: all 0.3s ease;
	}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
	 opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-nav-overlay {
   position: fixed;
   top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
    z-index: 999;
}

.mobile-nav-overlay.active {
  transform: translateX(0);
}

.mobile-nav-content {
    padding: 2rem;
	display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-nav-content a {
  text-decoration: none;
  color: #2c3e50;
  font-size   :     18px;
   font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #ecf0f1;
}

.page-content {
  margin-top: 70px;
}

.hero-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    padding: 80px 0;
    min-height: 500px;
   display: flex;
                    align-items: center;
}

.hero-content-wrapper {
   max-width    :  1200px;
	margin: 0 auto;
   padding: 0 20px;
    display :      grid;
   grid-template-columns: 1fr 1fr;
   gap:  3rem;
   align-items: center;
}

.hero-text-area h1 {
   font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
   line-height: 1.2;
}

.hero-description {
   font-size    :        1.2rem;
   margin-bottom :  2rem;
    opacity: 0.9;
}

.hero-action-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.primary-cta-button, .secondary-cta-button, .main-cta-btn {
   padding: 15px 30px;
      border-radius: 8px;
     text-decoration: none;
       font-weight    :  600;
   	 transition: all 0.3s ease;
           display: inline-block;
      cursor: pointer;
}

.primary-cta-button, .main-cta-btn {
    background-color: #e74c3c;
    color: white;
	 border: 2px solid #e74c3c;
}

.primary-cta-button:hover, .main-cta-btn:hover {
 background-color: #c0392b;
    border-color: #c0392b; 
	
}

.secondary-cta-button {
   color: white;
    border: 2px solid white;
   background-color: transparent;
}

.secondary-cta-button:hover


{
   background-color: white;
       color: #667eea;
}

.hero-main-image {
    width: 100%;
	 height: 400px;
    object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.benefits-overview {
   padding: 80px 0;
   background-color     :    #f8f9fa;
}

.benefits-container {
    max-width :      1200px;
    margin    :   0 auto;
                    padding: 0 20px;
}

.benefits-container h2 {


   text-align: center;
  font-size: 2.5rem;
    margin-bottom: 3rem;
   color :      #2c3e50;}

.benefits-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {


  background: white;
  padding: 2rem;
    border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
	
     }

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.benefit-card h3 {
    margin-bottom: 1rem;
      color     : #3498db;
    font-size: 1.4rem;
	
}  

.coaching-process	{
   padding: 80px 0;
       background: white;


}

.process-wrapper {
    max-width     : 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.process-wrapper h2		{

	   text-align: center;
	font-size: 2.5rem;
   margin-bottom: 3rem;
    color: #2c3e50;

}

.process-steps {

	   display     :      flex;
  flex-direction: column;
   gap :     3rem;


}

.step-item {
    display: grid;
  grid-template-columns  :       auto 1fr auto;
  gap: 2rem;
   align-items: center;
  padding    :2rem;
   background: #f8f9fa;
  border-radius :       15px;
}

.step-item:nth-child(even) {
    grid-template-columns: auto 1fr auto;
}  

.step-item:nth-child(even) .step-image {

	    order: -1;


}

.step-number {
    font-size: 3rem;
  font-weight: 700;
    color    :       #3498db;
    background: white;
   width  : 80px;
  height:     80px;
   border-radius: 50%;
    display: flex;
  align-items: center;
   justify-content: center;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3); 

}

.step-item h3 {
   font-size:       1.5rem;
    color: #2c3e50;
   margin-bottom: 1rem;
} 

.step-image {
   width: 250px;
	height: 180px;
  object-fit: cover;
    border-radius :10px;
}

.testimonials-section     {
    padding: 80px 0;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   color: white;
}

.testimonials-container {
   max-width   :1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.testimonials-container h2 {
   text-align     :       center;

	   font-size: 2.5rem;

	   margin-bottom: 3rem;
}

.testimonial-cards {
    display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
		gap: 2rem;


}

.testimonial-card {

	  background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
   border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-card p {
   font-size: 1.1rem;
   margin-bottom: 1rem;
	font-style: italic;
}  

.testimonial-author {
	font-weight: 600;
  text-align: right;
}

.cta-section {

   padding: 80px 0;
      background: white;
   	display: grid;
       grid-template-columns: 1fr 1fr;
       align-items: center;
       gap: 3rem;
       max-width: 1200px;
       margin: 0 auto;
     }  

.cta-content h2 {
    font-size: 2.2rem;
	 color :       #2c3e50;
  margin-bottom  :    1.5rem;
}

.cta-content p {
    font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #7f8c8d;
}

.cta-note {
   font-size: 0.9rem;
  color: #95a5a6;
    margin-top: 1rem;
}

.cta-image {

    width: 100%;
    height: 350px;
  object-fit     :  cover;
    border-radius: 15px;

}

.contact-section {
   color: white;
                    background     :     #2c3e50;
    padding     :80px 0;
}

.contact-wrapper {
	    max-width: 1200px;
    margin: 0 auto;
	padding: 0 20px;
               display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 3rem;



}

.contact-info h2 {
    font-size    :2.2rem;
    margin-bottom: 1.5rem;
}

.contact-details {
    margin-top: 2rem;
}

.contact-item
{

	   margin-bottom: 1rem;


}

.consultation-form {

   background: white;
  padding: 2rem;
    border-radius: 15px;
  color: #2c3e50;
	}

.form-row {
      grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
    gap: 1rem;
  display: grid;

}

.form-group {
	     margin-bottom: 1rem;


}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight    :        500;
   color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
      width: 100%;
  padding: 12px;
    border: 2px solid #ecf0f1;
  border-radius: 8px;
  font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.form-submit-btn {
  width: 100%;
    padding: 15px;
  background: linear-gradient(135deg, #3498db, #2980b9);
   color: white;
    border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
    cursor  : pointer;
   transition: all 0.3s ease;
}

.form-submit-btn:hover {
  background: linear-gradient(135deg, #2980b9, #3498db);
     transform: translateY(-2px);
	
}

.site-footer {
	 background: #1a252f;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
                    max-width: 1200px;
  margin: 0 auto;
    padding     :       0 20px;
  display: grid;
	grid-template-columns: 1fr 2fr;
	 gap: 3rem;
}

.footer-logo    {
      height: 50px;
    width: auto;}

.footer-links {
    display   :   grid;
  grid-template-columns: repeat(3, 1fr);
	 gap: 2rem;
}

.footer-column h4 {
  margin-bottom: 1rem;
  color: #3498db;
}

.footer-column a {
	   display: block;
      color: #bdc3c7;
    text-decoration    :    none;
  margin-bottom: 0.5rem;
    transition: color 0.3s ease;


}

.footer-column a:hover {
    color:    white;
}

.footer-bottom {
  text-align: center;
  padding: 1rem 0;
    margin-top: 2rem;
    border-top: 1px solid #34495e;
   color: #95a5a6;
} @media (max-width: 768px) {
    .nav-links-desktop {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-text-area h1 {
        font-size: 2.2rem;
    }
    
    .step-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .step-item:nth-child(even) .step-image {
        order: 0;
    }
    
    .step-image {
        width: 100%;
        max-width: 300px;
    }
    
    .testimonial-cards {
        grid-template-columns: 1fr;
    }
    
    .cta-section {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
    }
}.about-hero-section
	{
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 100px 0 80px;
    margin-top: 0;
}

.about-hero-container {
    max-width: 1200px;
    margin: 0 auto;
  padding:        0 20px;
    display: grid;
    grid-template-columns :  1fr 1fr;
    gap  :        3rem;
  align-items: center;
}

.about-hero-text h1  
  {
  font-size: 3rem;
               margin-bottom: 1.5rem;
   font-weight: 700; 
	
}

.about-subtitle {
    font-size: 1.3rem;
        opacity: 0.9;
   line-height: 1.6;
}

.hero-about-img {
    width: 100%;
   height: 400px;
        object-fit: cover;
   border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.our-story-section {


   padding :80px 0;
    background: white;
}

.story-content-wrapper {
	max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.story-content-wrapper h2 {
  color     :#2c3e50;
   font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.story-grid {
   display: grid;
    grid-template-columns: 1fr 1fr;
 gap: 3rem;
    align-items: center; 
	
}

.story-text p   {
		 margin-bottom: 1.5rem;
  font-size    :       1.1rem;
	 line-height: 1.7;
   color: #555; 

}

.story-img {
	 width: 100%;
   height: 350px;
	 object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.team-expertise


{
  background: #f8f9fa; 
	    padding: 80px 0;
}

.expertise-container {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
}

.expertise-container h2 {
    text-align: center;
    font-size:     2.5rem;
   margin-bottom: 3rem;
   color: #2c3e50;
}

.expertise-cards {
   display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	    gap    :   2rem;
}

.expertise-card {
  background: white;
    padding: 2rem;
   border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition:      transform 0.3s ease;
}

.expertise-card:hover {
	  transform: translateY(-5px);

}

.expertise-card h3 {
    color: #3498db;
	 font-size: 1.4rem;
      margin-bottom: 1rem;
}

.methodology-section {
    padding: 80px 0;
    background: white;
}

.methodology-wrapper {
  max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.methodology-wrapper h2	{
  text-align: center;

		font-size:  2.5rem;

	  margin-bottom: 3rem;

	  color: #2c3e50;
}

.methodology-content 
 {
	   gap: 3rem;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}



.method-item
	{

	  margin-bottom: 2rem; 
	

}

.method-item h3 {
	margin-bottom: 1rem;
    color: #e74c3c;
   font-size     :        1.3rem;
}

.method-item p {
  color: #666;
  line-height: 1.6;
}

.method-img {
  width: 100%;
    height    :400px;
   object-fit :   cover;
          border-radius: 12px;
}

.achievements-section {
   padding: 80px 0;
  background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
	color  :  white;
}

.achievements-container {
    max-width     :  1200px;
               margin: 0 auto;
	padding: 0 20px;
}

.achievements-container h2 {
    text-align: center;
   font-size: 2.5rem;
    margin-bottom: 3rem;
}

.stats-grid {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-card {
   text-align   :center;
  background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.stat-number {
	 margin-bottom: 0.5rem;
  font-weight: 700;
   font-size: 3rem;
}

.stat-label {
       font-size: 1.1rem;
  opacity: 0.9;
}

.values-section {
  padding   :     80px 0;
       background :     #f8f9fa;
}

.values-wrapper {

	  max-width: 1200px;
         margin     : 0 auto;
    padding :     0 20px;


}

.values-wrapper h2 {
   text-align: center;
  font-size: 2.5rem;
      margin-bottom:  3rem;
  color: #2c3e50;
}

.values-content {
   display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
    align-items: center;
}

.value-item {
    margin-bottom: 2rem;
}

.value-item h3 {
   color: #27ae60;

	  font-size:      1.3rem;

	  margin-bottom: 1rem; 

}

.value-item p {
   color: #666;
    line-height: 1.6;
}

.values-img  
  {
	                    width: 100%;
  height: 400px;
   object-fit: cover;
               border-radius: 12px;
	}

.contact-cta-section {
         padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
	text-align: center;
}

.contact-cta-content h2 {
  font-size: 2.2rem;
   margin-bottom: 1rem;
}

.contact-cta-content p {
   font-size: 1.1rem;
  margin-bottom: 2rem;
    opacity: 0.9;
	
}

.back-to-contact-btn {
      text-decoration: none;
    color     : white;
    background-color: #e74c3c;
	display: inline-block;
  padding: 15px 30px;
  transition: all 0.3s ease;
   border-radius: 8px;
    font-weight: 600;
     }

.back-to-contact-btn:hover {
	background-color: #c0392b;
  transform: translateY(-2px); 
	
}

.thankyou-hero {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
     color: white;
     padding: 120px 0 80px;
     text-align: center;
}

.thankyou-container {
    max-width: 800px;
   margin: 0 auto;
    padding:      0 20px;
}

.success-icon {
	margin-bottom: 2rem;
}

.checkmark-circle {
      width: 100px;
       height: 100px;
	 border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
      display :  flex;
   align-items: center;
  justify-content: center;
       position: relative;
	}

.checkmark
	{
    width: 30px;
    height: 15px;
  border: 4px solid white;
    border-top    :     none;
   border-right: none;
  transform: rotate(-45deg);
}

.thankyou-content h1 {
               font-size: 3rem;
  margin-bottom :  1rem;
        font-weight: 700;
}

.thankyou-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}

.confirmation-details {
  padding: 80px 0;
    background: white;
}

.confirmation-wrapper {

   max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;


}

.confirmation-wrapper h2 {
  text-align: center; 
	   font-size: 2.5rem; 
	 margin-bottom     :       3rem; 
		color: #2c3e50;
}

.next-steps {
   display: flex;
   flex-direction   : column;
   gap: 2rem;
}

.step-confirmation {
   display: flex;
	 gap: 2rem;
  align-items: flex-start;
	 padding: 2rem;
   background: #f8f9fa;
   border-radius: 12px;
}


.step-icon {
  width   :60px;
  height: 60px;
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  border-radius: 50%;
	 display: flex;
   align-items: center;
   justify-content: center;
    font-size: 1.5rem;
        font-weight: 700;
    flex-shrink: 0;
}

.step-content h3 {
        color: #2c3e50;
   font-size    :     1.3rem;
    margin-bottom: 0.5rem;
}


.step-content p {
  color: #666;
  line-height: 1.6;
}

.preparation-tips {
  padding: 80px 0;
   background    :   #f8f9fa;
}

.tips-container {
    max-width: 1200px;
   margin: 0 auto;
	padding: 0 20px;
}

.tips-container h2 {
	    text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
   color: #2c3e50;


}

.tips-grid     {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap :       2rem;
}

.tip-card {
    background: white;
    padding     :     2rem;
    border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.tip-card h3 {
  font-size: 1.3rem;
   color: #e74c3c;
   margin-bottom: 1rem;
}

.tip-card p {
    color    :  #666;
  line-height: 1.6;
}

.additional-resources {
     padding: 80px 0;
   background     :        white;
}

.resources-wrapper {
    max-width: 1200px;
   margin  :  0 auto;
  padding: 0 20px;
}

.resources-wrapper h2 {
  text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c3e50;
} 

.resources-content {
  display :     grid;

	    grid-template-columns: 1fr 1fr;

	  gap  :      3rem;

		align-items: center;
	
}

.resource-item	{
   margin-bottom: 2rem;
}

.resource-item h4 {
  color: #3498db;
               font-size: 1.2rem;
  margin-bottom: 0.5rem;
}



.resource-item p {
	    color    :        #666;
  line-height: 1.6;
}

.resources-img {
    width: 100%;
  height: 350px;
  object-fit: cover;
   border-radius: 12px;
}

.contact-reminder {
    padding: 80px 0;
   background: #2c3e50;
	 color: white;
      text-align: center;


}

.reminder-content h2 {
                    font-size: 2.2rem;
    margin-bottom :        1rem;
}

.reminder-content p {
    font-size: 1.1rem;
  margin-bottom: 2rem;
    opacity: 0.9; 
	
}

.contact-info-reminder   {
	display: flex;
   justify-content: center;
    gap: 3rem;
    margin-bottom: 2rem;
   flex-wrap: wrap;
}

.contact-detail {
   font-size: 1rem;
}  

.return-home-btn {
  padding: 15px 30px;
  background-color: #27ae60;
    color: white;
  text-decoration: none;
   border-radius: 8px;
   font-weight: 600;
   transition: all 0.3s ease;
	display: inline-block;
}

.return-home-btn:hover {
    background-color: #229954;
  transform: translateY(-2px);
}@media (max-width: 768px) {
    .about-hero-container,
    .story-grid,
    .methodology-content,
    .values-content,
    .resources-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .about-hero-text h1 {
        font-size: 2.2rem;
    }
    
    .hero-about-img,
    .story-img,
    .method-img,
    .values-img,
    .resources-img {
        height: 250px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .next-steps {
        gap: 1.5rem;
    }
    
    .step-confirmation {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-info-reminder {
        flex-direction: column;
        gap: 1rem;
    }
    
    .thankyou-content h1 {
        font-size: 2.2rem;
    }
}