* {

	    margin: 0;
  padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height    :    1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
   max-width: 1200px;
   margin :      0 auto;
   padding: 0 20px;
}

.main-navigation {
    background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
   position: fixed;
   top: 0;
  width: 100%;
   z-index: 1000;
  transition     :  all 0.3s ease;
}

.nav-wrapper {
    display: flex;
  justify-content: space-between;
  align-items :center;
   padding: 15px 30px;
   max-width: 1200px;
  margin: 0 auto;
}

.logo-img {

	   height     :     45px;
    width: auto;
     }



.nav-links {
   display: flex;
    gap: 35px;


}

.nav-link 
 {
    text-decoration: none;
    color: #2c3e50;
   font-weight: 500;
  font-size: 16px;
  transition:      color 0.3s ease;
   position: relative;
}

.nav-link:hover {
         color: #e74c3c;
}

.nav-link::after {
  content: '';
  position: absolute;
   bottom: -5px;
	left: 0;
    width: 0%;
    height: 2px;
    background     :  #e74c3c;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.burger-menu {
			display: none;
    flex-direction: column;
   cursor: pointer;
    gap: 5px;
	
}

.burger-line {
       width: 25px;
  height: 3px;
    background: #2c3e50;
  transition: all 0.3s ease;
     }

.mobile-menu {
   display: none;
                    background: #fff;
   padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	}

.mobile-link   {
	 display: block;
  padding: 12px 0;
  text-decoration: none;
     color: #2c3e50;
  font-weight: 500;
					border-bottom: 1px solid #eee;
}

.hero-section {
    display: flex;
      align-items: center;
   min-height: 100vh;
   padding: 120px 30px 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          color: white;
}

.hero-content   {
   flex: 1;
	-ms-flex :    1;
   -webkit-flex: 1;
   max-width: 600px;
   margin-right: 50px;
	
}

.hero-content h1 {
     font-size:     3.5rem;
    font-weight: 700;
    margin-bottom: 25px;
   line-height: 1.2;}

.hero-subtitle {
  font-size  :     1.3rem;

    margin-bottom: 35px;

   opacity: 0.9;

    line-height: 1.5;
}

.cta-button {
    background: #e74c3c;
   color: white;
	padding: 18px 35px;
    text-decoration: none;
    border-radius: 50px;
   font-weight: 600;
  font-size: 1.1rem;
    transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3); 

}

.cta-button:hover {
  background   :     #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(231, 76, 60, 0.4);
}

.hero-image {
    flex: 1;
               text-align   :  center;
}  

.hero-img {
         max-width     : 100%;
    height: auto;
    border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.services-overview {
   padding: 100px 0;
  background: #f8f9fa;
}

.services-overview h2  
  {
    font-weight: 700;
	margin-bottom: 60px;
 color: #2c3e50;
       text-align: center;
  font-size: 2.8rem;
}

.services-grid {
   display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
	    gap: 40px;
}

.service-card {
   background: white;
    padding: 40px 30px;
  border-radius: 15px;
     text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
	  transform: translateY(-10px);
	  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
	}  

.service-image {
  width: 100%;
          height   : 200px;
         object-fit    :     cover;
   border-radius: 10px;
     margin-bottom   :    25px;
}

.service-card h3 {
       font-weight: 600;
 margin-bottom :      20px;
  font-size: 1.5rem;
   color: #2c3e50;
	}



.service-card p
	{
    color: #666;
  line-height: 1.6;
    font-size: 1.05rem;
}

.why-culture-matters {
  padding: 100px 0;
  background: white;
}

.content-split {
	gap: 60px;
  display: flex;
  align-items: center;
}

.text-content {
  flex    :       1;
}

.text-content h2 {
    font-size: 2.5rem;
   margin-bottom: 30px;
	color: #2c3e50;
	font-weight: 700;
}

.text-content p {
    color    :   #555;
  line-height: 1.7;
  font-size: 1.2rem;
    margin-bottom: 30px;
}

.benefits-list {
  list-style: none;
}

.benefits-list li {
	 padding: 12px 0;
    font-size: 1.1rem;
  color: #2c3e50;
    position: relative;
    padding-left :       30px;
}

.benefits-list li::before {
  content: '✓';
   color: #27ae60;
   font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.image-content {
  flex: 1;
}


.content-img {
      width: 100%;
	height  :auto;
    border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.cta-section {
   padding: 80px 0;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
  text-align: center;
}

.cta-content h2 {
      font-size: 2.5rem;
    margin-bottom     :     25px;
  font-weight: 700;

}

.cta-content p  
  {
    font-size: 1.3rem;
    margin-bottom: 35px;
   opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-button-secondary {
  background: white;
  color : #e74c3c;
 padding: 18px 35px;
    text-decoration: none;
   border-radius:      50px;
    font-weight: 600;
    font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);


}

.cta-button-secondary:hover {
  transform: translateY(-2px);
     box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.contact-section {
	  padding: 100px 0;
   background: #f8f9fa;


}

.contact-section h2  {


    text-align: center;
	font-size: 2.8rem;
   margin-bottom: 20px;
  color: #2c3e50;
   font-weight: 700;
	}

.contact-subtitle {
  text-align: center;
	 font-size    :   1.2rem;
  margin-bottom: 60px;
    color: #666;
  max-width: 600px;
  margin-left: auto;
   margin-right: auto;
}

.contact-form {
  max-width: 800px;
     margin: 0 auto;
   background: white;
  padding: 50px;
   border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.form-row {
    display: flex;
    gap: 30px;
   margin-bottom: 25px;
}

.form-group  {
  flex: 1;
}

.form-group label {

    display: block;
  margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
  font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
   width : 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
	font-size: 1rem;
   transition: border-color 0.3s ease;
   font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
   border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
  resize: vertical;
   min-height    :   120px;

}

.submit-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    padding: 18px 40px;
        border: none;
  border-radius: 50px;
    font-size: 1.1rem;
   font-weight: 600;
   cursor: pointer;
  transition: all 0.3s ease;
    width: 100%;
    margin-top: 20px;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}

.main-footer {
    background: #2c3e50;
  color: white;
  padding: 60px 0 30px;
}

.footer-content {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
	 max-width: 1200px;
  margin   :  0 auto;
	 padding: 0 30px; 
	
}

.footer-logo {
   height: 40px;
  width    :        auto;
  filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

.footer-description {
   color   :        #bdc3c7;
	line-height :    1.6;
    margin-bottom: 20px;

}

.footer-section h4 {
    font-weight: 600;
  margin-bottom:      20px;
   color: white;
  font-size: 1.3rem;
}

.footer-links {

	  list-style: none;


}

.footer-links li {
	 margin-bottom: 10px;
}

.footer-links a  
  {


  color: #bdc3c7;
  text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.contact-info {
    color: #bdc3c7;
    margin-bottom: 10px;
  line-height: 1.5;
}

.footer-bottom   {
    border-top: 1px solid #34495e;
   margin-top: 40px;
   padding-top: 30px;
   text-align: center;
   color: #bdc3c7;


}@media (max-width: 968px) {
    .nav-links {
        display: none;
    }
    
    .burger-menu {
        display: flex;
    }
    
    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 140px 20px 80px;
    }
    
    .hero-content {
        margin-right: 0;
        margin-bottom: 50px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .content-split {
        flex-direction: column;
    }
    
    .text-content {
        margin-bottom: 40px;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .services-overview h2,
    .contact-section h2,
    .text-content h2 {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .nav-wrapper {
        padding: 15px 20px;
    }
}.burger-menu.active .burger-line:nth-child(1) {


  transform: rotate(45deg) translate(5px, 5px);
     }

.burger-menu.active .burger-line:nth-child(2) {
   opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu.active {
  display: block;
}

.nav-link.active {
  color: #e74c3c;
}

.nav-link.active::after {
   width: 100%;
}

.about-hero {
       padding: 140px 0 80px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
   color  :       white;
    text-align: center;


}

.hero-content-about h1 {
   font-size: 3.2rem;
       font-weight: 700;
   margin-bottom: 30px;
    line-height: 1.2;
}

.hero-description {
   font-size: 1.4rem;
  max-width: 800px;
  margin  :      0 auto;
    line-height: 1.6;
   opacity: 0.9;
}

.our-story {
  padding: 100px 0;
       background: white;
}

.story-content {
   display: flex;
  align-items: center;
  gap: 60px;
}

.story-text

{
  flex: 1;
}

.story-text h2


{
  font-size: 2.5rem;
      margin-bottom: 30px;
   color    :      #2c3e50;
   font-weight: 700;
}

.story-text p {
   font-size: 1.1rem;
    margin-bottom     :       25px;
  color: #555;
  line-height: 1.7;
}

.achievements   {
   display: flex;
 gap  :   40px;
   margin-top: 40px;
}

.achievement-item     {
   text-align:   center;
}

.achievement-number {
  display: block;
  font-size: 2.5rem;
    font-weight: 700;
   color: #e74c3c;
  margin-bottom   :   8px;
}

.achievement-label {
   font-size: 0.95rem;
       color: #666;
	 font-weight: 500; 

}

.story-image {
  flex: 1;
}

.story-img {
	 width: 100%;

	         height: auto;

	  border-radius: 15px;

	  box-shadow: 0 15px 40px rgba(0,0,0,0.1); 

}

.our-mission {
   padding: 100px 0; 
		background: #f8f9fa;
}

.our-mission h2 {
  text-align: center;
  font-size: 2.8rem;
    margin-bottom: 60px;
               color: #2c3e50;
   font-weight: 700;
}

.mission-grid	{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;
}

.mission-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
 text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition   :  transform 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-5px);
}

.mission-card h3 {
   font-size: 1.6rem;
    margin-bottom:        20px;
   color: #2c3e50;
  font-weight   :    600;
}

.mission-card p {
    color:        #666;
      line-height: 1.6;
       font-size :       1.05rem;
}  

.team-section {
   padding: 100px 0;
  background: white;
}

.team-section h2 {
   text-align: center;
   font-weight: 700;
   font-size: 2.8rem;
    color: #2c3e50;
  margin-bottom: 25px;
}

.team-intro {


    text-align: center;
    font-size :   1.2rem;
    margin-bottom: 60px;
   color :     #666;
	max-width   :     700px;
   margin-left  :      auto;
  margin-right  :auto;
          line-height: 1.6;


}

.team-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap  :       50px; 

}

.team-member {
  text-align: center;
    background: #f8f9fa;
    padding    :     40px 25px;
  border-radius: 15px;
    transition    :     transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover    {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.member-photo {

    margin-bottom: 25px;
}

.member-img {
    width: 120px;
    height: 120px;
   object-fit  :   cover;
   border-radius: 50%;
   border :  4px solid white;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.team-member h4 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  color :     #2c3e50;
  font-weight     :600;
}

.member-role {
     display: block;
    color: #e74c3c;
	 font-weight:      500;
   margin-bottom: 15px;
   font-size: 1rem;


}

.team-member p {
   color: #666;
    line-height    :     1.6;
         font-size: 0.95rem;
}

.our-approach {
    padding: 100px 0;
  background: #f8f9fa;
}

.our-approach h2 {
    text-align: center;
	font-size: 2.8rem;
  margin-bottom: 60px;
   color: #2c3e50;
  font-weight: 700;
}

.approach-content {
  display   :flex;
   align-items: center;
   gap: 60px;
}

.approach-text {
    flex: 1;
}

.approach-text p {
	 font-size: 1.2rem;
	    margin-bottom: 40px;
	    color: #555;
	    line-height: 1.7;
}

.methodology-steps {
  display: flex;
    flex-direction: column;
  gap: 30px;
}

.step-item{
    display: flex;
	    align-items   :  flex-start;
	    gap: 20px;
}



.step-number {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
	width: 50px;
  height: 50px;
    border-radius: 50%;
  display: flex;
    align-items: center;
  justify-content   :        center;
    font-weight: 700;
   font-size: 1.1rem;
   flex-shrink: 0;
}

.step-content h4 {

	  font-size: 1.3rem;
  margin-bottom: 8px;
        color: #2c3e50;
  font-weight: 600;

}

.step-content p {
    color: #666;

                    line-height: 1.6;

    margin: 0;
}

.approach-image {
    flex: 1;
}

.approach-img {
  width: 100%;
  height: auto;
   border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);}

.why-choose-us {

    padding: 100px 0;

	   background: white;

}

.why-choose-us h2 {
  text-align  :  center;
				 font-size: 2.8rem;
    margin-bottom: 60px;
    color: #2c3e50;
	 font-weight: 700;
}

.benefits-grid {

   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.benefit-item {
	   padding: 30px;
  background: #f8f9fa;
    border-radius     :  15px;
   text-align: center;
   border-left: 4px solid #e74c3c;
  transition: transform 0.3s ease;


}

.benefit-item:hover {


  transform: translateY(-5px);

}

.benefit-item h4 {
   font-size  :   1.3rem;
   	margin-bottom: 15px;
      color: #2c3e50;
   	font-weight: 600;
}

.benefit-item p {


   color: #666;
  line-height: 1.6;
   font-size: 1rem;
}

.thankyou-hero {
  padding  :       140px 0 80px;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
   color: white;
    min-height: 100vh;
    display: flex;
  align-items: center;
}

.thankyou-content {
       text-align: center;
    flex: 1;
    max-width   :    600px;
}

.success-icon {
    margin-bottom: 40px;
}

.checkmark-circle {
   width     :80px;
    height: 80px;
   border-radius: 50%;
  background: rgba(255,255,255,0.2);
    margin: 0 auto;
        display: flex;
  align-items  :center;
  justify-content: center;
    position: relative;
  border: 3px solid rgba(255,255,255,0.3);
}

.checkmark {
    width: 25px;
   height:      15px;
    border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.thankyou-content h1
{
     font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;


}

.thankyou-message 
 {
	font-size: 1.3rem;
  margin-bottom: 50px;
   opacity: 0.9;
   line-height: 1.6;
}

.next-steps {
  background: rgba(255,255,255,0.1);
   padding:      40px;
   border-radius: 15px;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
}

.next-steps h3  {
       font-size: 1.8rem;
 margin-bottom: 30px;
    font-weight: 600;
}

.steps-timeline {
    gap  :    25px;
  flex-direction: column;
   display: flex;
}

.timeline-item {
   display: flex;
    align-items :      flex-start;
    gap: 20px;
   text-align: left;
}

.timeline-number {
  background: white;
		 color: #27ae60;
    width     :       40px;
   height: 40px;
    border-radius: 50%;
    display: flex;
          align-items:    center;
    justify-content: center;
       font-weight: 700;
	flex-shrink: 0;
}

.timeline-content h4 {
    font-size: 1.2rem; 
	    margin-bottom  :     5px; 
	    font-weight: 600;
	
}

.timeline-content p {
	 opacity: 0.9;
	line-height: 1.5;
   margin :    0;
     }

.action-buttons  
  {
  display: flex;
    gap: 20px;
  justify-content: center;
} 

.btn-primary {
 background: white;
    color: #27ae60;
   padding: 15px 30px;
 text-decoration: none;
    border-radius: 50px;
  font-weight: 600;
   transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.btn-secondary {
  background: transparent;
    color: white;
    padding: 15px 30px;
   text-decoration: none;
         border-radius: 50px;
  font-weight: 600;
  border: 2px solid rgba(255,255,255,0.3);
  transition: all 0.3s ease;
} 

.btn-secondary:hover {
  background: rgba(255,255,255,0.1); 
		border-color: white;
}

.thankyou-image {
	flex: 1;
	text-align: center;
    margin-left: 50px;
}

.success-img {

   max-width: 100%;

	   height: auto;

	  border-radius: 15px;

	  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
	}

.additional-resources {
  padding: 100px 0;
  background: #f8f9fa;
}

.additional-resources h2     {
  text-align: center;
  font-size     :2.5rem;
  margin-bottom: 20px;
   color: #2c3e50;
    font-weight: 700;
}

.resources-intro {
  text-align: center;
    font-size    :1.2rem;
   margin-bottom: 60px;
   color: #666;
   max-width: 700px;
   margin-left     : auto;
  margin-right: auto; 
	
}

.resources-grid {


  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
       gap: 40px;
	}

.resource-card {
  background:    white;
    border-radius   :       15px;
       overflow  :      hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-5px);
}

.resource-img {
    width: 100%;
   	height: 180px;
       object-fit : cover;
}

.resource-card h4 
 {
    font-size: 1.3rem;
    margin: 25px 25px 15px;
   color: #2c3e50;
    font-weight    :   600;
    line-height: 1.3;
}

.resource-card p {
  color: #666;
   line-height: 1.6;
  margin: 0 25px 25px;
   font-size: 0.95rem;
}

.contact-reminder {
  padding: 80px 0;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color   :       white;
    text-align: center;
	
}

.reminder-content h3 {
    font-size: 2.2rem;
   margin-bottom: 20px;
   font-weight: 700;
}

.reminder-content p {
  font-size: 1.2rem;
   margin-bottom: 30px;
    opacity: 0.9;
}

.contact-details {
    display: flex;
  justify-content: center;
  gap: 40px;
    flex-wrap: wrap;
}

.phone-number {
  font-size    :      1.5rem;
   font-weight: 600;
  margin: 0;
}

.office-address


{
  font-size: 1.1rem;
  margin: 0;
  opacity: 0.9;
}@media (max-width: 968px) {
    .story-content,
    .approach-content {
        flex-direction: column;
    }
    
    .achievements {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .hero-content-about h1 {
        font-size: 2.5rem;
    }
    
    .thankyou-content h1 {
        font-size: 2.2rem;
    }
    
    .thankyou-image {
        margin-left: 0;
        margin-top: 40px;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-details {
        flex-direction: column;
        gap: 15px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .hero-content-about h1 {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .thankyou-content h1 {
        font-size: 1.8rem;
    }
    
    .next-steps {
        padding: 25px;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .steps-timeline {
        gap: 30px;
    }
}