* {
  margin: 0;
   padding: 0;
   box-sizing:        border-box;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
         background: #ffffff;
}

.primary-nav {
    background: #1a2332;
  padding: 1.2rem 0;
   position: sticky;
   top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.nav-wrapper {
   max-width: 1240px;
   margin:   0 auto;
    padding: 0 25px;
  display: flex;
   justify-content: space-between;
				 align-items: center;
}

.brand-section .brand-logo {
    height: 48px;
    width: auto; 
	
}

.nav-links {
   display: flex;
  list-style: none;
   gap: 2.5rem;

}

.nav-links a 
 {
                    transition: color 0.3s;
         color: #ecf0f1;
   font-weight: 500;
 font-size: 1.05rem;
   text-decoration: none;
}

.nav-links a:hover {

        color   :        #3498db;

}

.nav-toggle {
  cursor  :   pointer;
    display: none;
   background: none;
    border: none;
    flex-direction: column;
    padding: 5px;
}

.nav-toggle .bar {
  width: 28px;
    height: 3px;
       background-color: #ecf0f1;
      margin    :  4px 0;
    transition: 0.3s;
	
}

.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 120px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
 align-items: center;
    max-width: 1240px;
  margin: 0 auto;
}  

.hero-content h1 {
       font-size: 3.2rem;
   color:  #ffffff;
  margin-bottom: 25px;
  line-height   :   1.2;
}

.hero-text {
	 font-size  :     1.25rem;
    color: #f8f9fa;
  margin-bottom: 35px;}

.cta-button {
   display   :    inline-block;
  background: #f39c12;
  color: #fff;
  padding     :     16px 40px;
   text-decoration: none;
   border-radius: 8px;
   font-size     : 1.1rem;
  font-weight    :      600;
   transition: background 0.3s, transform 0.2s;
}

.cta-button:hover {
    background: #e67e22;
  transform: translateY(-2px);
}

.hero-image img {
    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.intro-block {
	padding: 80px 25px;
   background: #f8f9fa;
}

.content-container {
   max-width: 1100px;
  margin: 0 auto;
}

.intro-block h2 {

	   font-size: 2.5rem;
  margin-bottom :      25px;
          color: #1a2332;

}

.intro-block p  {
   font-size: 1.15rem;
   color:       #555;
	 line-height: 1.8;
	
}

.services-area {
   padding: 90px 25px;
}

.services-area h2 {
  text-align: center;
    font-size: 2.8rem;
   margin-bottom: 60px;
  color: #1a2332;
}

.services-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;


}

.service-card  {

   background: #fff;
    border-radius   : 10px;
   overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
   transition: transform 0.3s, box-shadow 0.3s;


}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.service-card h3 {
    font-size: 1.6rem;
   padding:     25px 25px 15px;
    color: #2c3e50;
}

.service-card img {
	width: 100%;
	height: 240px;
                    object-fit:       cover;
}

.service-card p {

    line-height: 1.7;
   color: #666;
  padding: 0 25px 30px;


}

.transformation-process {
  background: #ecf0f1;
	padding: 85px 25px;
}

.transformation-process h2 {
   text-align: center;
	font-size: 2.7rem;
    margin-bottom: 55px;
  color: #1a2332;
}

.process-steps {
    display :        grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 45px;
}

.step-item {


  background: #fff;
  padding: 35px;
  border-radius: 8px;
  text-align: center;


}

.step-number {
   font-size: 3rem;
   font-weight: bold;
   color: #3498db;
        margin-bottom: 20px;
}

.step-item h3 {
   font-size: 1.5rem; 
	    margin-bottom: 15px; 
		 color: #2c3e50;
}

.step-item p {

      color: #666;
    line-height: 1.7;}

.cta-section {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  padding     :        90px 25px;
  text-align: center; 

}

.cta-content h2
{
    font-size: 2.6rem;
  color: #fff;
  margin-bottom: 20px;
}

.cta-content p {
   font-size: 1.2rem;
      color     :    #f8f9fa;
  margin-bottom :  35px;
    max-width: 700px;
    margin-left: auto;
   margin-right: auto;
}

.cta-button-secondary {
	 display: inline-block;
   background: #fff;
    color: #11998e;
   padding: 16px 40px;
  text-decoration: none;
   border-radius: 8px;
   font-size    :       1.1rem;
  font-weight: 600;
    transition: background 0.3s, transform 0.2s;
}

.cta-button-secondary:hover     {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.testimonial-area {
       padding: 85px 25px;
}

.testimonial-area h2 {
  text-align: center;

	    font-size: 2.7rem;

	   margin-bottom: 50px;

	  color: #1a2332;
}

.testimonial-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.testimonial-box {
    border-radius: 8px;
     background: #f8f9fa;
    border-left: 4px solid #3498db;
  padding: 35px;
}

.testimonial-box p {
   margin-bottom: 20px;
   font-style: italic;
  color: #555;
    line-height: 1.7;
}

.testimonial-author {

    display: block; 
   font-weight: 600; 
   color: #2c3e50;
}

.workshop-info {
   padding: 85px 25px;
    background: #fff;
}

.workshop-content  
  {
    display :grid;
   grid-template-columns: 1fr 1fr;
  gap: 60px;
   align-items: center;
}

.workshop-text h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #1a2332;
}

.workshop-text p
	{
 color  :     #555;
  margin-bottom  :        25px;
   line-height: 1.8; 

}

.event-list {
               list-style: none;
      padding-left: 0;
	
}

.event-list li {
    padding :12px 0;
    color: #666;
	padding-left: 30px;
  position: relative;
}

.event-list li:before {

	  content: "→";
  position: absolute;
    left     :        0;
   color  :        #3498db;
  font-weight: bold;


}

.workshop-image img {

	   width: 100%;
    border-radius: 10px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

.contact-section {

	background: #f8f9fa;
	padding: 90px 25px;}

.contact-section h2


{
    margin-bottom: 20px;
      text-align :     center;
       font-size: 2.7rem;
      color: #1a2332;
}

.contact-intro {
     text-align: center;
       max-width: 650px;
    margin   :    0 auto 50px;
	color: #555;
    font-size: 1.1rem;
	}

.contact-form {
    max-width     : 600px;
   margin: 0 auto;
  background: #fff;
   padding: 45px;
	border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-group {
	margin-bottom: 25px;
}

.form-group label
{
   display: block;
  margin-bottom:8px;
  color: #2c3e50;
   font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea     {
  width:      100%;
    padding: 12px 15px;
	border    :     2px solid #ddd;
	border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
   transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
   border-color: #3498db;
}

.submit-button {

        width: 100%;
  background: #3498db;
   color: #fff;
  padding: 15px;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
    font-weight :  600;
  cursor: pointer;
    transition: background 0.3s;
}

.submit-button:hover {

	background: #2980b9;
	}

.site-footer {
   background: #1a2332;
   color: #ecf0f1;
 padding: 60px 25px 30px;
}

.footer-content {
  max-width: 1100px;
   margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap  :       45px;
	margin-bottom: 40px;
}

.footer-logo {
   height: 45px;
  width: auto;
	margin-bottom: 20px;
  filter: brightness(0) invert(1);
     }

.footer-description     {
   color: #bdc3c7;
               line-height: 1.6;
}

.footer-column h4 {
    margin-bottom: 20px;
    color:    #fff;
   font-size: 1.2rem;
}

.footer-links {
  list-style:       none;
	
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
          color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover   {
   color:   #3498db;
}

.footer-column p {
  color: #bdc3c7;
   line-height: 1.8;
    margin-bottom: 10px;
}

.phone-number {
  font-weight: 600;
  color: #ecf0f1;
}

.footer-bottom {
         text-align: center;
	 padding-top: 30px;
   border-top: 1px solid #34495e;
    color: #95a5a6;
}@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a2332;
        flex-direction: column;
        padding: 20px;
        gap: 0;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        margin: 10px 0;
    }
    
    .hero-section {
        grid-template-columns: 1fr;
        padding: 60px 25px;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .workshop-content {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
}.about-hero {
  background: linear-gradient(to right, #2c3e50, #3498db);
	 padding: 100px 25px;
   text-align: center;
}

.about-hero-content h1 {
   font-size: 3rem;
  color :     #fff;
    margin-bottom:    20px;
}

.hero-subtitle {
  font-size: 1.3rem;
  max-width: 750px;
    color: #ecf0f1;
  margin  :        0 auto; 
	
}

.mission-section {
   padding: 90px 25px;
  background   :  #fff;
}

.mission-grid {
    display  : grid;
   grid-template-columns: 1fr 1fr;
  gap: 55px;
    align-items: center;
}

.mission-text h2 {
    font-size: 2.5rem;
  margin-bottom: 25px;
    color: #1a2332;
}

.mission-text p {
   color: #555;
   line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}



.mission-image img {
    width: 100%;

   border-radius: 10px;

  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

.values-section {
   padding: 85px 25px;
   background: #f8f9fa;
}

.values-section h2 {


   text-align: center;
  font-size: 2.7rem;
    margin-bottom: 55px;
       color: #1a2332;
}

.values-grid {
 display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 
    gap     :35px;
}

.value-card {


    background: #fff;
                       padding: 35px;
     border-radius: 8px;
     box-shadow: 0 3px 15px rgba(0,0,0,0.08);
      transition: transform 0.3s;

}

.value-card:hover    {
	  transform: translateY(-5px);

}

.value-card h3 {
      margin-bottom: 15px;
  font-size :   1.5rem;
  color: #2c3e50; 


}  

.value-card p {
    color: #666;
     line-height: 1.7;
}

.approach-section {
   padding    :90px 25px;
}

.approach-section h2 {
  font-size:    2.6rem;
  margin-bottom: 45px;
  color: #1a2332;
}

.approach-content


{
    display: grid;
         grid-template-columns: 1fr 1fr;
       gap: 50px;
    align-items:    center;
}

.approach-content img {
    width: 100%;
  border-radius    :10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.approach-text p {
   color: #555;
  line-height: 1.8;
    margin-bottom: 25px;
}

.approach-list {
	padding: 0;
  list-style: none;


}

.approach-list li  {
		 padding: 12px 0;
	color: #666;
	 padding-left: 28px;
   position: relative;
}

.approach-list li:before {
  content: "✓";
	 position: absolute;
                    left: 0;
    color: #27ae60;
  font-weight: bold;
    font-size: 1.2rem;
}

.story-section {
    padding: 85px 25px;
   background: #ecf0f1;
}

.story-wrapper h2	{
      font-size: 2.6rem;
    margin-bottom: 35px;
     color: #1a2332;
   text-align: center;}  

.story-content {
   max-width: 850px;
  margin: 0 auto;
}

.story-content p {
     color: #555;
          line-height: 1.9;
          margin-bottom: 22px;
  font-size: 1.15rem;
	}

.expertise-section

{

                    padding: 90px 25px;
     }  

.expertise-section h2 {
    text-align: center;
  font-size: 2.7rem;
    margin-bottom: 55px;
    color: #1a2332;
}

.expertise-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.expertise-item

{
         text-align: center;
}

.expertise-item img		{
   width     :  100%; 
	  height: 250px; 
	   object-fit : cover; 
	  border-radius: 10px; 
	   margin-bottom: 20px; 
	  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.expertise-item h3
{


    font-size: 1.6rem;
  margin-bottom  :    15px;
  color: #2c3e50;

}

.expertise-item p {


   color     :       #666;
  line-height  :     1.7;}

.location-section {
   padding: 85px 25px;
  background: #f8f9fa;
}

.location-section h2 {
   font-size: 2.6rem;
	margin-bottom :      40px;
   color: #1a2332;
}

.location-text p {
   color  :#555;
  line-height: 1.8;
  margin-bottom: 20px;
    font-size: 1.1rem;
}

.address-box {
        -moz-border-radius: 8px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
       margin-top: 35px;
	 border-left: 4px solid #3498db;
}  

.address-box h4 {


    font-size: 1.4rem;

	  margin-bottom: 15px;

		color: #2c3e50;
     }

.address-box p {


  color: #666;
    line-height: 1.7;
   margin-bottom: 10px;
	
}

.contact-phone {
    font-weight: 600;
   color: #3498db;
                    font-size: 1.2rem; 
	
}

.commitment-section 
 {
   padding    :    90px 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.commitment-section h2 {

  text-align: center; 
   font-size: 2.7rem; 
  margin-bottom: 35px; 
   color: #fff;

}

.commitment-text {
   max-width: 800px;
    margin: 0 auto;
}

.commitment-text p {
    font-size: 1.15rem;
    color     :  #f8f9fa;
  line-height: 1.9;
   margin-bottom: 20px;
  text-align: center;
}

.thankyou-hero {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
                    padding:     120px 25px;
    text-align :  center;
}

.thankyou-container {
       max-width: 700px;
  margin: 0 auto;

}

.success-icon {
    margin-bottom: 35px;
}

.checkmark-circle {
   width: 100px;
  height: 100px;
  background: #fff;
  border-radius     :50%;
  margin: 0 auto;
                    display: flex;
   align-items: center;
   justify-content: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.checkmark {

	  width: 35px;
  height: 60px;
	border-right   : 5px solid #11998e;
  border-bottom: 5px solid #11998e;
  transform: rotate(45deg);
   margin-bottom :    10px; 

     }

.thankyou-container h1 {
        color: #fff;
    margin-bottom: 25px;
  font-size: 3rem; 

}

.thankyou-message {
   font-size: 1.25rem;
    color: #f8f9fa;
  line-height: 1.8;
}

.next-steps {
       padding: 90px 25px;
     }

.next-steps h2

{
                    text-align: center;

          font-size: 2.6rem;

    margin-bottom: 50px;

    color   :        #1a2332;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 40px;
}

.step-box {
               background: #f8f9fa;
   padding: 35px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}

.step-box:hover {
  transform: translateY(-5px);
}

.step-num {
  display: inline-block;
   width: 60px;
   height: 60px;
    background: #3498db;
  color: #fff;
  border-radius: 50%;
        font-size: 1.8rem;
   font-weight: bold;
    line-height: 60px;
  margin-bottom: 20px;
}

.step-box h3 {
      font-size: 1.5rem;
  margin-bottom: 15px;
   color     :       #2c3e50;
	}

.step-box p {
	   color: #666;
    line-height: 1.7;
     }

.resources-section		{
          padding: 85px 25px;
    background: #ecf0f1;
}

.resources-section h2 {
  text-align  :        center;

  font-size: 2.5rem;

   margin-bottom: 45px;

   color: #1a2332; 
	
}

.resources-content {
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.resource-card {
  background: #fff;
    padding: 40px;
   border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.resource-card h3 {
 font-size: 1.6rem;
    margin-bottom:        15px;
  color: #2c3e50;
}

.resource-card p {
  color: #666;
    line-height   :  1.7;
	 margin-bottom: 25px;
}

.resource-link {
  display: inline-block;
    background  : #3498db;
   color: #fff;
    padding: 12px 30px;
  text-decoration: none;
  border-radius: 6px;
   transition: background 0.3s;


}

.resource-link:hover {
	          background   :    #2980b9;
}

.contact-info-section {
	    padding: 85px 25px;}

.contact-info-box {

   margin: 0 auto;
    max-width: 700px;
   text-align: center;
     }

.contact-info-box h2 {
   margin-bottom: 20px;
   font-size: 2.5rem;
    color: #1a2332; 
	
}

.contact-info-box > p {
   color: #555;
   margin-bottom: 35px;
     font-size: 1.1rem;
}

.info-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
          gap: 35px;
   margin-top  :       40px;
}

.info-item {
  background: #f8f9fa;
    padding: 30px;
   border-radius: 8px;
}

.info-item h4 {
  font-size: 1.3rem;
   margin-bottom: 12px;
    color: #2c3e50;

}

.info-item p {
	   color: #666;
   line-height: 1.7;

}

.phone-highlight {
  font-weight:        600;
    color: #3498db;
   font-size: 1.2rem;
}@media (max-width: 768px) {
    .about-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .mission-grid {
        grid-template-columns: 1fr;
    }
    
    .approach-content {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .expertise-grid {
        grid-template-columns: 1fr;
    }
    
    .thankyou-container h1 {
        font-size: 2.2rem;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
}.policySection {
                    padding    :   80px 2rem;
  background: #f8f9fa;
}

.policyContainer {
   max-width: 800px;
  margin: 0 auto;
    text-align  : left;
}

.policyContainer h2 {
  font-size: 2.5rem;
  color: #2c3e50;
    margin-bottom    :       1.5rem;
  font-weight: 700;
}  

.policyContainer p {
  color: #7f8c8d;
    margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1.1rem;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}