* {
   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: #f8f9fa;
}

.content-container {
  max-width     :    1200px;
    margin: 0 auto;
   padding: 0 20px;
}

.navbar-element {
   position: fixed;
    top    :        0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
    z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-wrapper {
    max-width: 1200px;
     margin: 0 auto;
    padding  : 0 20px;
   display: flex;
   justify-content: space-between;
    align-items: center;
    height: 70px;
}  

.brand-section .brand-logo {
   height: 40px;
  width: auto;
}

.nav-links {


	display: flex;
    list-style: none;
    gap: 2rem;

}

.nav-item {
		text-decoration: none;
  color: #2c3e50;
  font-weight: 500;
   padding: 0.5rem 1rem;
  border-radius: 8px;
   transition: all 0.3s ease;
     }

.nav-item:hover {
    background-color: #3498db;
  color: white;
}

.mobile-toggle {
  display: none;
    flex-direction: column;
   cursor: pointer;
  gap: 4px;
}

.burger-line {
  height: 3px;
  transition: all 0.3s ease;
   width: 25px;
     background-color: #2c3e50;
}

.hero-banner {
  margin-top: 70px;
    padding   :   80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  overflow    :     hidden;
}

.hero-content-wrapper {

	max-width: 1200px;
	 margin: 0 auto;
          padding     :  0 20px;
   display: grid;
	grid-template-columns: 1fr 1fr;
   gap: 4rem;
  align-items: center;
     }

.primary-heading {

    font-size: 3.5rem;
   font-weight: 700;
   margin-bottom: 1.5rem;
	line-height: 1.2;
	}

.hero-description {
   font-size: 1.2rem;
   margin-bottom: 2rem;
   opacity: 0.9;
  line-height: 1.6;
}

.hero-actions {
         display: flex;
       gap   : 1rem;
	flex-wrap: wrap;
}

.primary-btn, .secondary-btn {
    padding: 0.8rem 2rem;
   border-radius: 50px;
   text-decoration: none;
   font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.primary-btn {
	background-color: #e74c3c;
   color  :        white;
    border: 2px solid #e74c3c;
}

.primary-btn:hover {
    background-color: transparent;

	  transform: translateY(-2px);
}

.secondary-btn {
    background-color: transparent;
  color: white;
    border: 2px solid white;
}

.secondary-btn:hover {
  background-color: white;
  color: #667eea;
  transform: translateY(-2px);
}

.hero-image     {
	 width: 100%;
   height     :auto;
    border-radius    :   20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.services-showcase{
	   padding   : 100px 0;
    background-color: white;}

.section-title {
   text-align: center;
    font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.services-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
	  text-align: center; 
	  padding: 2rem; 
	    border-radius: 15px; 
	  background-color: #f8f9fa; 
	  transition: all 0.3s ease; 
	    border: 1px solid #e9ecef;
	}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon-area {
  margin-bottom: 1.5rem;
}

.icon-placeholder	{
    width:    80px;
   height: 80px;
   margin: 0 auto;
    border-radius: 50%;
}

.icon-placeholder.quantum {
  background: linear-gradient(45deg, #3498db, #2980b9);
}



.icon-placeholder.multi {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
}

.icon-placeholder.coaching {
  background: linear-gradient(45deg, #f39c12, #e67e22);
}

.service-card h3 {
   font-size   :     1.5rem;
    margin-bottom     :   1rem;
  color: #2c3e50;
}

.service-card p {
   color: #7f8c8d;
    line-height:      1.6;
}

.transformation-journey    {
    padding: 100px 0;
    background-color: #ecf0f1;
}

.journey-layout {
    display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 4rem;
  align-items: center;
}

.journey-img {
    -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   width: 100%;
    height    :     auto;
   border-radius: 15px;
}

.journey-content h2     {


    font-size: 2.2rem;
  margin-bottom: 1.5rem;
   color: #2c3e50;}

.journey-content > p {
  font-size: 1.1rem;
       margin-bottom: 2rem;
      color: #7f8c8d;
      line-height: 1.7;
}

.benefits-list {
    display :       flex;
   flex-direction: column;
        gap: 1rem;
}

.benefit-item {
    display: flex;
   align-items: center;
   gap: 1rem;
}

.benefit-marker {
  background-color: #3498db;
		flex-shrink: 0;
    height: 12px;
    width: 12px;
  border-radius: 50%;
}

.cta-section

{
    padding: 80px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
                    color    : white;
    text-align:    center;
}

.cta-content h2 {
   font-size: 2.5rem;
   margin-bottom: 1rem;
}

.cta-content p {
   font-size: 1.2rem;
  margin-bottom: 2rem;
   opacity: 0.9;
    max-width   :       800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
    display    :inline-block;
    padding: 1rem 2.5rem;
    background-color :    #e74c3c;
          color     :  white;
  text-decoration: none;
   border-radius: 50px;
   font-weight: 600;
  font-size: 1.1rem;
        transition: all 0.3s ease;
}

.cta-button:hover {
   background-color: #c0392b;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}  

.program-overview


{
  padding     : 100px 0;
   background-color: white;
}

.programs-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 2rem;
}  

.program-card {
  border-radius: 15px;
   overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.program-header   {
  padding: 2rem;
  color  :     white;
   position: relative;
}

.program-card.intensive .program-header {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.program-card.executive .program-header {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.program-card.corporate .program-header {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}

.program-header h3 {
	    font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.program-duration {
  font-size: 0.9rem;
   opacity: 0.8;
}

.program-details {
    padding: 2rem;
}

.program-details p	{
   margin-bottom: 1.5rem;
	color: #7f8c8d;
  line-height: 1.6;
}

.program-features {
  list-style: none;
}

.program-features li {

  padding: 0.5rem 0;
    color: #2c3e50;
  position:  relative;
   padding-left: 1.5rem;

}

.program-features li::before {
  content: "✓";
  position: absolute;
	left: 0;
   color: #27ae60;
       font-weight    :        bold;
}

.testimonials-area  {
	padding: 100px 0;
  background-color   :      #ecf0f1;

}

.testimonials-wrapper {
    display   :      grid; 
	  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
	    gap: 2rem;
}

.testimonial-card {


   background-color: white;
    padding: 2rem;
   border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     }

.testimonial-content {
	 margin-bottom: 1.5rem;
}

.testimonial-content p {
   font-style: italic;
	 color     :      #7f8c8d;
  line-height: 1.7;
    font-size   :     1.1rem;
	
}

.testimonial-author strong {
    color: #2c3e50;
   display: block;
    margin-bottom: 0.25rem;
}

.testimonial-author span {
    color: #95a5a6;
   font-size    :  0.9rem;
}

.expertise-showcase {
    background-color: white;
    padding: 100px 0;
}

.expertise-layout {
    display: grid;
	grid-template-columns: 1fr 1fr;
      gap: 4rem;
    align-items: center;
}

.expertise-content h2 {
	font-size: 2.2rem;
  margin-bottom: 1.5rem;
    color: #2c3e50;
}

.expertise-content > p {
   font-size: 1.1rem;
  margin-bottom: 2rem;
   color: #7f8c8d;
   line-height: 1.7;
}

.expertise-stats {
  display: grid;

	  grid-template-columns: repeat(3, 1fr);

	    gap: 2rem;
}

.stat-item {
    text-align     : center;
}

.stat-number {
  font-size   :       2.5rem;
   font-weight: 700;
  color: #3498db;
   display: block;
}

.stat-label {
   color: #7f8c8d;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.expertise-img {
  width: 100%;
   height: auto;
   border-radius: 15px;
}

.contact-section   {
  padding   :     100px 0;
  background-color: #f8f9fa;
}

.contact-header {
  text-align: center;
	 margin-bottom: 3rem;
}

.contact-header h2 {
 font-size     :       2.5rem;
    color: #2c3e50;
  margin-bottom: 1rem;
}

.contact-header p
{
  font-size: 1.1rem;
   color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-wrapper {
    max-width: 800px;
   margin: 0 auto;
    background-color: white;
   padding: 3rem;
  border-radius  :        15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-row {
	 gap  :       2rem;
	 display: grid;
  grid-template-columns  : 1fr 1fr;
   margin-bottom: 1.5rem;
}

.form-group


{
   display: flex;

    flex-direction: column;
}

.form-group.full-width {


    grid-column: 1 / -1;
    margin-bottom: 1.5rem;

}

.form-group label {
   margin-bottom: 0.5rem;
       font-weight: 600;
      color   :     #2c3e50;
}

.form-group input, .form-group select, .form-group textarea {
   padding: 0.8rem; 
  border: 2px solid #e9ecef; 
   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-group textarea {
  resize   :vertical; 
   min-height: 120px;
}

.form-submit {
   margin-top:   2rem;
  text-align:     center;
}

.submit-btn {
	   padding: 1rem 3rem;
   background-color: #3498db;
  color: white;
   border: none;
  border-radius: 50px;
    font-size  :1.1rem;
  font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;

}

.submit-btn:hover {
	background-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.site-footer {
  background-color: #2c3e50;
  color     :      white;
	 padding  :    50px 0 20px;
}

.footer-content {
	max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
    display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
}

.footer-section h4  {
   margin-bottom: 1rem;
        color: #ecf0f1;
}

.footer-logo {


    height: 40px;
   width: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);}

.footer-description {
    color     :      #95a5a6;
  line-height: 1.6;
         margin-bottom: 1.5rem;
}

.footer-links {
   list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #95a5a6;

	 text-decoration: none;

	  transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
}

.contact-details p {
                    color: #95a5a6;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.footer-bottom {
	  max-width: 1200px; 
	  margin   :       0 auto; 
	    padding: 20px 20px 0; 
	  border-top: 1px solid #34495e; 
	  text-align: center; 
	   margin-top     :  2rem;


}

.footer-bottom p {
   color: #95a5a6;
    font-size: 0.9rem;
}@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }
    
    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        transition: all 0.3s ease;
    }
    
    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .primary-heading {
        font-size: 2.5rem;
    }
    
    .journey-layout, .expertise-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .expertise-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .testimonials-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .primary-heading {
        font-size: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .primary-btn, .secondary-btn {
        width: 100%;
        text-align: center;
    }
    
    .contact-form-wrapper {
        padding: 2rem 1.5rem;
    }
}

.about-hero {
    margin-top: 70px;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.about-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about-main-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -2px;
}

.about-subtitle {
    font-size: 1.4rem;
    opacity: 0.9;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}

.nav-item.active {
    background-color: #3498db;
    color: white;
}

.company-story {
    padding: 100px 0;
    background-color: white;
}

.story-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-content h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.story-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.story-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.mission-vision {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.mission-card {
    background: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.mission-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    position: relative;
}

.mission-icon-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.mission-icon-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.mission-icon-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.mission-card h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.mission-card p {
    color: #7f8c8d;
    line-height: 1.7;
}

.expertise-areas {
    padding: 100px 0;
    background-color: white;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.expertise-item {
    padding: 2rem;
    border: 2px solid #ecf0f1;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.expertise-item:hover {
    border-color: #3498db;
    transform: translateY(-5px);
}

.expertise-number {
    font-size: 3rem;
    font-weight: 700;
    color: #3498db;
    opacity: 0.7;
    margin-bottom: 1rem;
}

.expertise-item h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.expertise-item p {
    color: #7f8c8d;
    line-height: 1.6;
}

.methodology-section {
    padding: 100px 0;
    background-color: #ecf0f1;
}

.methodology-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.methodology-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.methodology-content h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.methodology-content > p {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.methodology-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.method-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-indicator {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.step-content h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.step-content p {
    color: #7f8c8d;
    line-height: 1.6;
}

.achievements-timeline {
    padding: 100px 0;
    background-color: white;
}

.timeline-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #667eea, #764ba2);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: right;
}

.timeline-year {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin: 0 2rem;
}

.timeline-content h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: #7f8c8d;
    line-height: 1.6;
}

.company-stats {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.stat-box {
    text-align: center;
    padding: 2rem;
}

.stat-number-large {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label-large {
    font-size: 1.1rem;
    opacity: 0.9;
}

.why-choose-us {
    padding: 100px 0;
    background-color: white;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.reason-card {
    text-align: center;
    padding: 2rem;
    border: 1px solid #ecf0f1;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.reason-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.reason-visual {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 12px;
    margin: 0 auto 1.5rem;
}

.reason-card h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.reason-card p {
    color: #7f8c8d;
    line-height: 1.6;
}

.thankyou-main {
    margin-top: 70px;
    min-height: calc(100vh - 70px);
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.thankyou-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.thankyou-content {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.success-icon {
    text-align: center;
    margin-bottom: 2rem;
}

.checkmark-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: checkmarkPulse 0.6s ease-out;
}

@keyframes checkmarkPulse {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}.checkmark     {


    width :30px;
   height: 30px;
    position: relative;


}



.checkmark::after {
  content: '';
   position: absolute;
    left: 10px;
  top: 5px;
	width: 8px;
  height: 15px;
    border: solid white;
    border-width  : 0 3px 3px 0;
  transform: rotate(45deg);
}

.thankyou-title   {
  font-size: 2.5rem; 
	color: #2c3e50; 
   text-align: center; 
  margin-bottom: 0.5rem;
}

.thankyou-subtitle 
 {
	font-size: 1.2rem;
   color    :#7f8c8d;
    text-align     :   center;
  margin-bottom:     2rem;
}

.thankyou-message h2
{
  font-size: 1.8rem;
		color    :    #2c3e50;
  margin-bottom: 1.5rem;
}

.next-steps {

	  display: flex;
	flex-direction: column;
          gap: 1.5rem;
   margin-bottom: 2rem;


}

.step-item {
   display: flex;
   align-items :       flex-start;
   gap: 1rem;
    padding: 1.5rem;
   background: #f8f9fa;
  border-radius: 12px;
}

.step-number {
   width: 40px;
    height: 40px;
  background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
   border-radius: 50%;
    display: flex;
  align-items    :  center;
   justify-content: center;
     font-weight  :        600;
    flex-shrink: 0;
}

.step-text h4 {
  color: #2c3e50;
    margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.step-text p {
  color     :        #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

.additional-info {
   margin-bottom: 2rem;
   padding-top: 2rem;
   border-top: 1px solid #ecf0f1;
}

.additional-info h3 {
                    color: #2c3e50;
  margin-bottom: 1rem;
   font-size: 1.4rem;
}

.additional-info > p {
   color: #7f8c8d;
        line-height: 1.7;
   margin-bottom: 2rem;
}

.info-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap   :        1rem;}

.highlight-item {
               padding :        1rem;
   background: #f8f9fa;
   border-radius: 8px;
  border-left: 4px solid #3498db;
}

.highlight-item h5 {
   color: #2c3e50;
	   margin-bottom: 0.5rem;
	    font-size: 1rem;
}

.highlight-item p {


    color: #7f8c8d;
   font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
}

.contact-reminder {
   background: #ecf0f1;
	 padding: 2rem;
   border-radius: 12px;
   text-align     :    center;
  margin-bottom: 2rem;
}

.contact-reminder h4		{
    color: #2c3e50;

	margin-bottom: 0.5rem;}

.contact-reminder > p
	{
	    color: #7f8c8d;
    margin-bottom: 1rem;


}

.urgent-contact .phone-number  
  {
          font-size: 1.2rem;
   font-weight    :    600;
   color: #e74c3c;
    margin-bottom: 0.5rem; 
	
}

.urgent-contact .office-address {
   color: #7f8c8d;

		font-size: 0.95rem;
}

.action-buttons {

   display: flex;
    gap: 1rem;
  justify-content: center;
 flex-wrap: wrap;
     }

.return-home-btn, .learn-more-btn {


   padding: 0.8rem 2rem;
	-moz-border-radius: 50px;
     border-radius: 50px;
   text-decoration: none;
   font-weight: 600;
	transition  :  all 0.3s ease;
   display     :   inline-block;}

.return-home-btn    {
  background-color  :      #3498db;
   color: white;
    border: 2px solid #3498db;
}

.return-home-btn:hover {


  transform: translateY(-2px);
  background-color: #2980b9;}

.learn-more-btn {
    background-color: transparent;
	 color: #3498db;
    border: 2px solid #3498db;
}

.learn-more-btn:hover {
    background-color: #3498db;
   color: white;
  transform: translateY(-2px);

}

.thankyou-visual {
     display: flex;
  align-items: center;
  justify-content  :  center;
}

.thank-you-image {
  width: 100%;
  height: auto;
    border-radius     :     20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.thankyou-footer {
   margin-top: 0;


}@media (max-width: 768px) {
    .about-main-title {
        font-size: 2.8rem;
    }
    
    .story-layout, .methodology-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .timeline-wrapper::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: row !important;
        align-items: flex-start;
    }
    
    .timeline-item .timeline-content {
        text-align: left !important;
        margin-left: 2rem;
        margin-right: 0;
    }
    
    .timeline-year {
        width: 60px;
        height: 60px;
        font-size: 0.9rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-number-large {
        font-size: 3rem;
    }
    
    .thankyou-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .thankyou-content {
        padding: 2rem;
    }
    
    .thankyou-title {
        font-size: 2rem;
    }
    
    .info-highlights {
        grid-template-columns: 1fr;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .return-home-btn, .learn-more-btn {
        width: 100%;
        text-align: center;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .about-main-title {
        font-size: 2.2rem;
    }
    
    .about-subtitle {
        font-size: 1.1rem;
    }
    
    .mission-grid, .expertise-grid, .reasons-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .thankyou-content {
        padding: 1.5rem;
    }
}.content-wrapper h3


{
    margin-bottom: 1rem;
  font-size: 1.8rem;
                    margin-top: 2rem;
  color: #2c3e50;
}

.content-wrapper p {

	 font-size: 1.1rem;

    color: #7f8c8d;

  line-height: 1.7;

   margin-bottom: 1.5rem;
     }