* {
  margin: 0;
   padding     : 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
	 color     :#333;
    background: #ffffff;
}  

.navigation-wrapper {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
	 position: fixed;
  top: 0;
    left: 0;
  right: 0;
    z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-container {
       max-width: 1200px;
  margin: 0 auto;
	 display :       flex;
   align-items: center;
   justify-content   :        space-between;
  padding: 1rem 2rem;
}

.company-logo {
    height   :    40px;
    width     :  auto;
}

.nav-links {
   display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-item {
   text-decoration: none;
  color: #333;
   font-weight: 500;
  transition: color 0.3s ease;
}


.nav-item:hover {
  color: #6b4e99;
}

.menu-toggle {
   display: none;
   flex-direction: column;
          cursor: pointer;
   gap: 4px;
}

.menu-toggle span {
    -o-transition: all 0.3s ease;
    -moz-transition    :  all 0.3s ease;
   transition: all 0.3s ease;
  background: #333;
  width: 25px;
  height: 3px;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3)  
  {
  transform: rotate(-45deg) translate(7px, -6px);
}

main {
  margin-top: 80px;
}

.hero-area {
       display    :     grid;
	grid-template-columns: 1fr 1fr;
   gap: 3rem;
	align-items: center;
	padding: 4rem 2rem;
   max-width    :   1200px;
    margin: 0 auto;
  min-height: 70vh;

}

.hero-content h1 {
    font-size: 3rem;
  color: #2c1810;
  margin-bottom: 1.5rem;
   line-height: 1.2;
}

.hero-description {
    font-size: 1.2rem;
    color  :     #666;
    margin-bottom: 2rem;
   line-height     :     1.6;
}

.hero-actions {
   display: flex;
   gap: 1rem;
}

.primary-button, .secondary-button {
 padding: 1rem 2rem;
    text-decoration: none;
   border-radius: 8px;
   font-weight:  600;
	transition:all 0.3s ease;
          border: 2px solid transparent;
}

.primary-button {
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
	 color   :      white;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(107, 78, 153, 0.3);
}  

.secondary-button {
   background: transparent;
   color: #6b4e99;
   border-color    :       #6b4e99;
}

.secondary-button:hover
{
  background: #6b4e99;
    color: white;
}

.hero-image {
  width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.content-wrapper {
   padding: 0 2rem;
  margin:    0 auto;
    max-width: 1200px;
}

.intro-section {
   padding: 5rem 0;
    background: #f8f9fa;
}

.intro-section h2{
   text-align: center;
    font-size: 2.5rem;
     color: #2c1810;
   margin-bottom: 3rem;
}

.intro-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
   margin-top: 3rem;
}

.intro-card  {
   background: white;
  border-radius: 12px;
   padding: 2rem;
    text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.intro-card:hover {
  transform: translateY(-5px);
}

.intro-image {
    width    :     100%;
	  height: 200px;
	    object-fit: cover;
	  border-radius: 8px;
	  margin-bottom: 1.5rem;
}

.intro-card h3 {

	   color: #2c1810;
    margin-bottom: 1rem;
   font-size: 1.4rem;
}

.services-area {
   padding: 5rem 0;
}

.services-area h2 {
    text-align: center;
    font-size: 2.5rem;
  color: #2c1810;
    margin-bottom: 3rem;
}

.services-layout {
    display :  grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.service-item {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
   padding: 2.5rem;
          border-radius: 15px;
   border-left: 4px solid #6b4e99;
}

.service-item h3 {


  font-size: 1.5rem;
  margin-bottom: 1rem;
    color: #2c1810;


}

.service-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.service-features span {
   background: #6b4e99;
   color: white;
    padding: 0.3rem 0.8rem;
   border-radius: 20px;
    font-size: 0.9rem;
	 display: inline-block;
   width : fit-content;
}

.transformation-showcase {
   padding   :     5rem 0;
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
    color: white;
}

.transformation-showcase .content-wrapper {

	    display: grid;
    grid-template-columns: 1fr 1fr;
   gap   :        4rem;
    align-items: center;
	}

.showcase-content h2	{
  margin-bottom  :     1.5rem;
   font-size :   2.5rem;
}

.process-steps	{
   margin-top: 2rem;
}

.step-item {
    display: flex;

		align-items: flex-start;

	    gap: 1rem;

	   margin-bottom: 2rem;
}

.step-number {
  background: rgba(255, 255, 255, 0.2);

	   border-radius: 50%;

	   width: 40px;

	    height     :40px;

	    display: flex;

	    align-items: center;

	    justify-content: center;

	  font-weight: bold;

	   flex-shrink: 0;
}

.step-item h4 
 {
   margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.showcase-image {
   width:   100%;
    height: 500px;
  object-fit   :   cover;
   border-radius: 15px;


}

.cta-section {
  padding: 4rem 0;
  background: #2c1810;
    text-align: center;
  color    : white;
}

.cta-content h2 {
    margin-bottom :   1rem;
  font-size: 2.5rem;
}

.cta-content p {
    font-size: 1.2rem;
   margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button {
     background: linear-gradient(135deg, #8b5fbf, #6b4e99);
  color: white;
	padding: 1.2rem 3rem;
   text-decoration: none;
   border-radius: 30px;
    font-weight  : 600;
 display: inline-block;
    transition: all 0.3s ease;
     }

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(139, 95, 191, 0.4);
}

.contact-section {
    padding: 5rem 0;
  background:#f8f9fa;
}

.contact-section h2 {

   text-align: center;
   font-size: 2.5rem;
          color: #2c1810;
    margin-bottom: 3rem;

}

.contact-layout {
      display: grid;
    grid-template-columns     :   1fr 2fr;
    gap :     3rem;
}

.contact-info h3 {
    color: #2c1810;
  margin-bottom: 2rem;
   font-size: 1.5rem;
	
}

.contact-item {
   margin-bottom    :       2rem;
}

.contact-item strong {
	margin-bottom  :        0.5rem;
  display: block;
   color: #6b4e99;
}

.contact-form {
  background: white;
   padding: 2.5rem;
				 border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
	display   :   block;
   margin-bottom: 0.5rem;
  color: #333;
          font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
	   border-radius: 8px;
  padding: 1rem;
	border: 2px solid #e9ecef;
   width: 100%;
  transition: border-color 0.3s ease;
  font-size: 1rem;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #6b4e99;
        outline: none;


}

.submit-btn {
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
    color:   white;
  padding: 1rem 2rem;
    border: none;
	border-radius: 8px;
   font-size: 1.1rem;
    font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
   width: 100%;
}

.submit-btn:hover {


  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(107, 78, 153, 0.3);


}

.site-footer {
  background: #2c1810;
  color :white;
  padding: 3rem 0 1rem;
}

.footer-content {
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 2rem;
    display    :    grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
}

.footer-logo {
   height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-section h4   {
   margin-bottom: 1rem;
    color: #8b5fbf;
}

.footer-links {
    list-style: none;
}

.footer-links li


{
   margin-bottom: 0.5rem;
}

.footer-links a {
  color: #ccc;
    text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover    {
   color: #8b5fbf;
}

.footer-bottom {
    border-top: 1px solid #444;
   margin-top: 2rem;
     padding-top: 1rem;
   text-align: center;
   color: #999;
	
}@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1rem 2rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .hero-area {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2rem 1rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .transformation-showcase .content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .intro-grid {
        grid-template-columns: 1fr;
    }

    .services-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .content-wrapper {
        padding: 0 1rem;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .intro-section h2,
    .services-area h2,
    .contact-section h2 {
        font-size: 2rem;
    }
    
    .transformation-showcase h2,
    .cta-content h2 {
        font-size: 2rem;
    }
}.about-hero {
   padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}


.about-hero-content  
  {
	   text-align: center;
  margin-bottom     : 3rem; 
	

}

.about-hero-content h1 {
               font-size: 2.8rem;
     color: #2c1810;
          margin-bottom     :     1.5rem;
    line-height    :    1.2;
}

.about-lead {
  font-size: 1.3rem;
    color: #666;
   max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-hero-visual 
 {
       text-align: center;
	}

.about-hero-image {
  width: 100%; 
	    max-width: 600px; 
		 height: 350px; 
		 object-fit: cover; 
	  border-radius: 15px; 
	  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

} 

.story-section 
 {
  padding: 5rem 0;
  background: white;
}

.story-section h2   {
  text-align: center;
   font-size: 2.5rem;
  color: #2c1810;
    margin-bottom: 4rem;
}

.story-timeline {
   position: relative;
    max-width :900px;
          margin: 0 auto;
}

.story-timeline::before {
  content: '';
	 position: absolute;
   left: 50%;
    top  :      0;
  bottom: 0;
   width: 2px;
  background: linear-gradient(to bottom, #6b4e99, #8b5fbf);
  transform: translateX(-50%);
}

.timeline-item {
   display: flex;
  align-items: center;
   margin-bottom: 3rem;
  position: relative;
}

.timeline-item:nth-child(odd)    {
  flex-direction  :      row;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-year {
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
    color: white;
   padding: 1rem 1.5rem;
   border-radius :        25px;
   font-weight: bold;
   font-size: 1.1rem;
    min-width: 80px;
   text-align: center;
   position: relative;
  z-index: 2;
}

.timeline-content {
    flex: 1;
   padding: 2rem;
   background: #f8f9fa;
   border-radius: 12px;
   margin: 0 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {

    color: #2c1810;
  margin-bottom:     1rem;
    font-size: 1.4rem;
     }

.philosophy-section {
                    padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
} 

.philosophy-grid
	{
   gap: 4rem;
  grid-template-columns: 1fr 1fr;
 align-items: center;
   display: grid;
}

.philosophy-text h2 {
    font-size: 2.5rem;
  color: #2c1810;
  margin-bottom: 2rem;
}

.philosophy-text p {
  color     :       #555;
    margin-bottom: 1.5rem;
   line-height: 1.7;
}

.core-values {
   	margin-top: 2rem; 
	
	}

.value-item {
   margin-bottom: 1.5rem;
    padding: 1rem;
     background: white;
	border-radius: 8px;
	border-left: 4px solid #6b4e99;


}

.value-item h4 {
  color: #2c1810; 
	    margin-bottom: 0.5rem; 
	   font-size: 1.2rem;
}

.philosophy-image {
    width: 100%; 
  height: 400px; 
   object-fit: cover; 
   border-radius: 15px; 
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.methodology-section {
  padding: 5rem 0;
  background: white;
}

.methodology-section h2 {
    text-align: center;
    font-size: 2.5rem;
	color: #2c1810;
    margin-bottom: 3rem;}

.methodology-grid {
	  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
               gap: 2rem;

}

.method-card {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	   padding: 2rem;
	    border-radius: 15px;
	   text-align :  center;
	  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	  transition :transform 0.3s ease;
}

.method-card:hover


{
  transform: translateY(-5px);
} 

.method-card h3 {
    color: #2c1810;
  margin-bottom: 1rem;
   font-size: 1.5rem;
} 

.method-card p {

  margin-bottom: 1.5rem;
    line-height: 1.6;
  color  :       #555;
     }

.method-image {
   width: 100%;
    height: 200px;
   object-fit: cover;
   border-radius :       10px;
}

.team-approach-section {
	 padding: 5rem 0;
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
   color: white;
}

.team-approach-section h2 {

	   text-align: center;
   font-size: 2.5rem;
   margin-bottom: 2rem;
}

.approach-content		{
  max-width: 900px;
    margin: 0 auto;
   text-align: center;
}

.approach-content > p {
   font-size: 1.2rem;
	   margin-bottom: 3rem;
	    line-height: 1.7;
}

.approach-features {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
    margin-top     :      2rem;
}

.feature-block {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
   border-radius :     12px;
  backdrop-filter: blur(10px);
}

.feature-block h4 {

	   margin-bottom: 1rem;
   font-size: 1.3rem;

}

.impact-section {
  padding: 5rem 0;
    background: white;
}

.impact-section h2 {


    text-align: center;
   font-size: 2.5rem;
	color     :     #2c1810;
    margin-bottom: 3rem;

}

.impact-stats {
     display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	margin-bottom: 4rem;
}



.stat-item {
    text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
   border-radius  : 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-number {
   font-size: 3rem;

  font-weight: bold;

    color: #6b4e99;

	display: block;

    margin-bottom: 0.5rem;
}

.stat-label {
	color: #555;
  font-weight: 500;
}

.impact-text {
   max-width: 800px;
    margin: 0 auto;
  text-align: center;


}

.impact-text p {
	 font-size: 1.1rem;
   line-height: 1.7;
   margin-bottom: 1.5rem;
    color: #555; 

}

.vision-section {
    padding: 5rem 0;
	background: #2c1810;
   color: white;
    text-align: center;


}

.vision-content h2 {
  font-size: 2.5rem;
    margin-bottom: 2rem;
}

.vision-content p {
   max-width: 800px;
    margin: 0 auto 2rem;
  font-size: 1.2rem;
   line-height: 1.7;
  opacity: 0.9;
}  

.thankyou-hero {
  padding: 6rem 0 4rem;
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
     color: white;
  text-align: center;
}

.thankyou-content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
	line-height: 1.2;
}

.thankyou-lead
	{
  font-size: 1.3rem; 
	      max-width: 700px; 
	  margin: 0 auto; 
	          line-height: 1.6; 
	    opacity: 0.95;
}

.success-icon {
         margin-bottom: 2rem;
}

.checkmark-circle {
  width: 80px;
	  height: 80px;
	  background: rgba(255, 255, 255, 0.2);
	  border-radius: 50%;
	   display: flex;
	  align-items: center;
		justify-content: center;
	    margin: 0 auto;
	    animation    :pulse 2s infinite;
}



.checkmark {
       width: 30px;
                    height: 15px;
   border-left: 3px solid white;
	border-bottom: 3px solid white;
  transform: rotate(-45deg);
	}@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}.next-steps-section {
   padding    :      5rem 0;
     background: #f8f9fa;
}

.next-steps-section h2 {
    text-align: center;
    font-size: 2.5rem;
   color: #2c1810;
   margin-bottom: 3rem;
}

.steps-grid {


   display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 2rem;


}

.step-card {
   background: white;
  padding :      2.5rem;
  border-radius: 15px;
    text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.step-card:hover {

	  transform: translateY(-5px);
}

.step-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
    color: white;
  border-radius: 50%;
    display: flex;
   align-items: center;
  justify-content: center;
    font-size :    1.5rem;
    font-weight: bold;
  margin: 0 auto 1.5rem;
}

.step-card h3 {
    color: #2c1810;
   margin-bottom: 1rem;
	 font-size: 1.4rem;
}

.preparation-section {
	   background :   white;
   padding: 5rem 0;}

.preparation-content {
   display  :grid;

   grid-template-columns: 1fr 1fr;

  gap: 4rem;

  align-items: center;
     }

.preparation-text h2 {
	    font-size: 2.5rem;
  color: #2c1810;
  margin-bottom  : 2rem;

}  

.preparation-text p {
  margin-bottom :    1.5rem;
	    line-height: 1.7;
	    color: #555;
}

.preparation-list {
   margin: 2rem 0;
	padding-left:   1.5rem;
}

.preparation-list li {

   margin-bottom: 1rem;
  line-height: 1.6;
   color: #555;

}


.preparation-image {
    width: 100%;
  height: 400px;
  object-fit: cover;
    border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.resources-section {
   padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.resources-section h2 
 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c1810;
				 margin-bottom: 2rem;
}

.resources-intro   {
  text-align: center;

  font-size: 1.2rem;

      max-width :  800px;

  margin: 0 auto 3rem;

  color: #555;

    line-height: 1.6;
}

.resources-grid {
  display: grid;

	  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

	       gap: 2rem;
}

.resource-card {
	 background: white;
    padding: 2rem;
                    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   border-left: 4px solid #6b4e99;
}


.resource-card h3 {
  color: #2c1810;
   margin-bottom: 1rem;
  font-size: 1.3rem;
}

.testimonial-preview {
  padding: 5rem 0;
   background :      white;
}

.testimonial-preview h2 {
  text-align     :      center;
   margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #2c1810;
}

.testimonial-card {
  display: grid;
    -webkit-border-radius: 15px;
  grid-template-columns: 2fr 1fr;
   gap:  3rem;
      align-items: center;
    max-width: 1000px;
  margin: 0 auto;
  background: #f8f9fa;
   padding: 3rem;
    border-radius: 15px;
}

.testimonial-content p
	{
    font-size: 1.2rem;
   font-style: italic;
   color    :     #555;
	margin-bottom: 2rem;
	 line-height: 1.6;
}

.testimonial-author strong {
    color: #2c1810;
   display: block;
   margin-bottom: 0.5rem;
}

.testimonial-author span


{
   color: #6b4e99;
  font-size: 0.9rem;
}



.testimonial-image


{
    -webkit-border-radius: 10px;
    -moz-border-radius :  10px;
    object-fit: cover;
 width  :  100%;
   border-radius: 10px;
   height: 250px;
}

.final-message {
	 padding: 5rem 0;
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
  color: white;
                    text-align: center;
}

.final-content h2 {
   font-size     :  2.5rem;
  margin-bottom: 2rem;
}

.final-content p {
       max-width: 700px;
   margin: 0 auto 1.5rem;
 font-size: 1.2rem;
  line-height: 1.7;
					opacity: 0.95;
}

.contact-reminder

{
  background: rgba(255, 255, 255, 0.1);
  padding:     2rem;
    border-radius: 10px;
    margin-top :        2rem;
  backdrop-filter: blur(10px); 

}

.back-to-site {
  padding: 3rem 0;
   background: #2c1810;
  text-align: center;
}

.back-actions {
    display :     flex;
  gap: 1rem;
  justify-content: center;
   flex-wrap: wrap;
}

.back-button {
   padding: 1rem 2rem;
  background: linear-gradient(135deg, #6b4e99, #8b5fbf);
   color    :       white;
    text-decoration: none;
   border-radius: 8px;
  font-weight: 600;
   transition: all 0.3s ease;
}

.back-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(107, 78, 153, 0.3);
}

.back-button.secondary {
    background: transparent;
   border: 2px solid #6b4e99;
}

.back-button.secondary:hover {
    background: #6b4e99;
}@media (max-width: 768px) {
    .about-hero-content h1,
    .thankyou-content h1 {
        font-size: 2.2rem;
    }
    
    .about-lead,
    .thankyou-lead {
        font-size: 1.1rem;
    }
    
    .philosophy-grid,
    .preparation-content,
    .testimonial-card {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .story-timeline::before {
        display: none;
    }
    
    .timeline-item {
        flex-direction: column !important;
    }
    
    .timeline-content {
        margin: 1rem 0 0 0;
    }
    
    .methodology-grid,
    .steps-grid,
    .resources-grid {
        grid-template-columns: 1fr;
    }
    
    .impact-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .back-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .about-hero-content h1,
    .thankyou-content h1 {
        font-size: 1.8rem;
    }
    
    .timeline-content {
        padding: 1.5rem;
    }
    
    .method-card,
    .step-card,
    .resource-card {
        padding: 1.5rem;
    }
    
    .impact-stats {
        grid-template-columns: 1fr;
    }
    
    .testimonial-card {
        padding: 2rem;
    }
}