* {
   margin: 0;
    padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
   line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.main-navigation {
	  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 1rem 0;
   position: fixed;
    width: 100%;
    top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);


}

.nav-container


{
       max-width: 1200px;
  margin: 0 auto;
	display: flex;
  justify-content: space-between;
    align-items: center;
    padding: 0 20px;}

.company-logo {
  height: 45px;
   width: auto;

}

.navigation-menu ul {
    display: flex;
        list-style: none;
    gap  :  2rem;
}

.nav-link {
  color: white;
    text-decoration   :none;
    font-weight: 500;
   transition: color 0.3s ease;
   padding: 0.5rem 1rem;
}

.nav-link:hover {
	color: #3498db;
}

.mobile-toggle {
  display: none;
   flex-direction: column;
  cursor: pointer;
    gap: 4px;
}

.burger-line {
  width: 25px;
    height: 3px;
  background-color: white;
  transition: 0.3s;
}

.content-wrapper {


   margin-top: 80px;
     }

.hero-area {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding :     80px 0;
   color: white;
}

.hero-content {
  max-width: 1200px;
   margin    :       0 auto;
   display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  padding: 0 20px;
}

.text-content h1 {
  font-size: 3.2rem;
    margin-bottom: 20px;
  font-weight: 700;
	line-height: 1.2;
}

.hero-subtitle {

  font-size: 1.3rem; 
    margin-bottom: 30px; 
    opacity: 0.9;
	}  

.primary-button {
   background: #e74c3c;
      color: white;
    padding: 15px 30px;
    text-decoration   :     none;
  border-radius: 8px;
        font-weight   :       600;
   transition: all 0.3s ease;
   display    :   inline-block;


}

.primary-button:hover
{
    background   :       #c0392b; 
  transform: translateY(-2px);


}

.hero-image {
    width: 100%;
  height: auto;
 border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.services-overview {
   padding: 100px 0;
   background: white; 
	
}

.container     {
    max-width: 1200px;
  margin: 0 auto;
	padding: 0 20px;
	
}

.services-overview h2 {
    text-align: center;
   font-size: 2.5rem;
  margin-bottom: 60px;
    color: #2c3e50;
}

.services-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap  :       40px;
}

.service-card


{
  background: #f8f9fa;
   padding: 30px;
    border-radius: 15px;
	 text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.service-img {
    border-radius  : 10px;
   height: 200px;
    width   :     100%;
  margin-bottom: 20px;
          object-fit: cover;
     }

.service-card h3 {
    margin-bottom: 15px;
   color: #2c3e50;
    font-size: 1.5rem;
}

.service-card p {
	color: #666;
	line-height: 1.6;
}


.approach-section {
  padding: 100px 0;
   background: #ecf0f1;
}


.approach-content {
  display: grid;
   grid-template-columns:     1fr 1fr;
   gap: 60px;
    align-items  :        center;
}  

.approach-text h2 {
    font-size: 2.3rem;
   margin-bottom: 25px;
    color: #2c3e50;
}

.approach-text p {
          margin-bottom: 20px;
  color: #555;
   font-size: 1.1rem;
}

.benefits-list {
  list-style     :    none;
   margin-top: 30px;
}

.benefits-list li {
  padding  :8px 0;
    position: relative;
    padding-left: 25px;
   color: #2c3e50;
}  

.benefits-list li:before {
  content: "✓";
   position: absolute;
    left: 0;
    color: #27ae60;
  font-weight: bold;
}

.approach-image {
               width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
     }

.cta-section {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  padding: 80px 0;
    color: white;
   text-align: center;
}

.cta-content h2 {
	 font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-content p {
  font-size    :       1.2rem;

	  margin-bottom: 40px;

	    max-width: 600px;

	  margin-left: auto;

	   margin-right: auto;
}

.cta-button {
  background: white;
  color: #e74c3c;
    padding  :     18px 40px;
   text-decoration     :     none;
   border-radius: 8px;
   font-weight: 600;
  transition: all 0.3s ease;
    display: inline-block;
}

.cta-button:hover {
    background: #f8f9fa; 
	  transform: translateY(-2px);
}

.contact-section {
   padding: 100px 0;
   background    :   white; 
	
}

.contact-section h2 {

	   text-align: center;
  font-size: 2.5rem;
    margin-bottom: 60px;
   color: #2c3e50;

}

.contact-content {
      gap  :        60px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.contact-info h3 {
	 font-size  :        1.5rem;
   margin-bottom: 30px;
  color: #2c3e50;
}

.contact-item {
   display: flex;

    flex-direction: column;

    margin-bottom: 20px;
}

.contact-label  
  {
   font-weight: 600;
  color: #2c3e50;
    margin-bottom: 5px;
}

.contact-form {
 background: #f8f9fa;
   padding: 40px;
	border-radius: 15px;
}

.form-group {

	   margin-bottom: 25px;

}

.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 15px;
  border: 1px solid #ddd;
   border-radius: 8px;
    font-size: 16px;
	 transition: border-color 0.3s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
   outline: none;
    border-color: #3498db;
}

.form-textarea {
  height: 120px;
   resize: vertical;
}

.submit-button     {
   background: #3498db;
   color    :        white;
   padding: 15px 30px;
  border: none;
  border-radius    :        8px;
      font-size: 16px;
    font-weight: 600;
   cursor: pointer;
                    transition: background 0.3s ease;
   width: 100%;
}

.submit-button:hover {
    background: #2980b9;
}

.site-footer {
  background:        #2c3e50;
    color: white;
       padding: 60px 0 20px;
}

.footer-content {
   max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
   display: grid;
  grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer-logo {
    height: 40px;
          width: auto;
    margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.company-details p 
 {
    margin-bottom: 10px; 
  color: #ecf0f1;
}

.footer-navigation h4, .footer-legal h4 {
  margin-bottom: 20px;
    color: #3498db;
	
}

.footer-links {
	list-style: none;
}

.footer-links li {
     margin-bottom: 10px;
}

.footer-links a {
   transition: color 0.3s ease;
    text-decoration:     none;
   color: #ecf0f1;
}

.footer-links a:hover {
    color: #3498db;
}

.footer-bottom {
   max-width     :       1200px;
  margin: 0 auto;
         padding:20px 20px 0;
   text-align: center;
   border-top: 1px solid #34495e;
    margin-top: 40px;
    color: #95a5a6; 

}@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }
    
    .navigation-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #2c3e50;
        padding: 20px 0;
    }
    
    .navigation-menu.active {
        display: block;
    }
    
    .navigation-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .text-content h1 {
        font-size: 2.5rem;
    }
    
    .approach-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}.mobile-toggle.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active .burger-line:nth-child(2)   {
    opacity: 0;
}

.mobile-toggle.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.nav-link.active {
    color: #3498db;
   font-weight: 600; 
	
}

.page-hero 
 {

	  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
   padding: 60px 0;
  color: white;


}

.hero-text {
	text-align: center;
    max-width   :       800px;
  margin: 0 auto;
}

.hero-text h1 {
   font-size  :3rem;
         margin-bottom: 20px;
   font-weight: 700;
}

.hero-description {
   font-size: 1.2rem;
    opacity   :        0.9;
   line-height: 1.8;
}

.company-story {
         padding  :   80px 0;
   background: white;
}

.story-layout {
          display: grid;
    grid-template-columns :   1.2fr 1fr;
  gap: 50px;
   align-items: center;

}

.story-content h2 {
  font-size  :   2.3rem;
  margin-bottom: 30px;
   color: #2c3e50;
}

.story-content p {
    margin-bottom: 20px;
    color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
}

.story-image {
   width: 100%;
         height: auto;
          border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.mission-values {
  padding: 80px 0;
  background: #f8f9fa;
     }

.mission-values h2
	{
    text-align: center;
  font-size: 2.5rem;
	margin-bottom: 50px;
   color: #2c3e50;
}

.values-grid {


    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap    :  30px;
     }

.value-card {
      background: white;
   padding: 35px;
  border-radius: 12px;
   text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
   transition: transform 0.3s ease;


}

.value-card:hover {
  transform: translateY(-8px);
}

.value-card h3 {
  font-size: 1.4rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.value-card p {
       color: #666;
  line-height :       1.6;
	
}

.expertise-section {
    padding: 80px 0;
   background:     white;
}

.expertise-layout {
  display: grid;
          grid-template-columns: 1fr 1.2fr;
   gap: 50px;
   align-items: center;
	
}

.expertise-image {
    width  :      100%;
	 height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.expertise-content h2 {
   	font-size: 2.3rem;
   margin-bottom:        30px;
   color: #2c3e50;
     }

.expertise-item {
    margin-bottom: 25px;
       padding: 20px;
  background: #f8f9fa;
         border-radius: 8px;
  border-left: 4px solid #3498db;
}



.expertise-item h4 {
	   font-size: 1.2rem;
               margin-bottom: 10px;
  color: #2c3e50;
     }

.expertise-item p	{
   color: #666;
   line-height: 1.6;
}

.methodology-section {
   padding: 80px 0;
  background: #ecf0f1;
}

.methodology-section h2 {


        text-align: center;

    font-size: 2.5rem;

    margin-bottom: 50px;

  color  :#2c3e50;

}

.methodology-content {
    max-width: 900px;
      margin: 0 auto;
}

.method-step {
   display: flex; 
   gap: 30px; 
  margin-bottom: 40px; 
    align-items: flex-start;
}

.step-number {
   background    :     #3498db;
       color   :   white;
   width: 60px;
    height    :   60px;
    border-radius: 50%;
    display: flex;
 align-items: center;
  justify-content: center;
 font-size: 1.3rem;
   font-weight: 700;
   flex-shrink: 0;
}

.step-content h3 {


   font-size: 1.4rem;
    margin-bottom:  10px;
   color: #2c3e50;

}

.step-content p {
    color:   #666;
	 line-height: 1.6;
}


.why-choose-us {
  padding: 80px 0;
		background: white;
}  

.choose-layout {
	    display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;


}

.choose-content h2 {
    font-size: 2.3rem;
	margin-bottom: 30px;
    color: #2c3e50;

}

.choose-content p {
        margin-bottom: 20px;
  color: #555;
  font-size: 1.1rem;
   line-height: 1.7;
}

.statistics {
	display: flex;
  gap: 40px;
    margin-top: 30px;
}


.stat-item {
  text-align: center;
}

.stat-number 
 {


       display: block;
  font-size: 2.5rem;
  font-weight: 700;
    color: #3498db;}


.stat-label		{
    display    :        block;
    color: #666;
      font-size : 0.9rem;
    margin-top: 5px;
}

.choose-image {
  width: 100%;
   height     : auto;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.thank-you-hero {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
   padding: 80px 0;
  color:   white;
}

.thank-you-content {

    text-align: center;
    max-width: 900px;
    margin: 0 auto;
	}

.success-icon {
  margin-bottom: 30px;
}

.checkmark {
  width: 80px;
   height: 80px;
   border-radius: 50%;
  background: rgba(255,255,255,0.2);
  margin:      0 auto;
  position: relative;
}

.checkmark:after 
 {
  content: "✓";
  position: absolute;
  top   :50%;
  left: 50%;
  transform: translate(-50%, -50%);
   font-size: 40px;
   font-weight: bold;
  color: white;
}

.thank-you-content h1 {
	margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: 700;
}

.thank-you-subtitle {
  font-size: 1.2rem;
    margin-bottom: 50px;
   opacity: 0.9;
    line-height: 1.7;
}

.next-steps {
  background: rgba(255,255,255,0.1);
  padding: 40px;
    border-radius: 15px;
   margin-bottom :       40px;
    text-align: left;
}

.next-steps h2 {


   text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
     }

.steps-list {
  max-width: 600px;
	    margin: 0 auto;
}

.step-item {
   display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.step-item .step-number {
   height: 40px;
 flex-shrink: 0;
    font-weight: 700;
      border-radius: 50%;
  justify-content: center;
  align-items   :center;
  width: 40px;
   background: white;
    color: #27ae60;
  display: flex;
}

.step-text h3 {
    font-size: 1.2rem;
   margin-bottom: 8px;}

.step-text p {
      font-size: 0.95rem;
   opacity: 0.9;
}

.immediate-support {
  background: rgba(255,255,255,0.15);

		padding: 30px;

	   border-radius: 12px;

	    margin-bottom: 40px;
}

.immediate-support h3 {
		 margin-bottom: 15px;
   font-size: 1.3rem;

}

.emergency-contact {

  margin-top: 15px;



}

.phone-number{
      font-size: 1.4rem;
   font-weight: 700;
  color    :       #fff;
  background: rgba(255,255,255,0.2);
    padding: 10px 20px;
   border-radius   :     8px;
    display: inline-block;
}

.thank-you-actions {

	  display: flex;
   gap: 20px;
   justify-content: center;
  flex-wrap: wrap;}

.secondary-button {
    background    :        transparent;
   color: white;
  padding  :     15px 30px;
    text-decoration: none;
   border: 2px solid white;
	border-radius   :       8px;
    font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.secondary-button:hover {
          background: white;
    color: #27ae60;
}

.thank-you-visual {
          margin-top: 50px;
}

.thank-you-image {
    width: 100%;

	    max-width: 500px;

	  height   :  auto;

	  border-radius: 15px;

	  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.additional-resources {
    padding     :    80px 0;
         background: white;
}

.additional-resources h2 {
    text-align: center;
   font-size: 2.3rem;
  margin-bottom: 50px;
  color: #2c3e50;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap    :30px;
}

.resource-card  {
         background: #f8f9fa;
   padding: 30px;
    border-radius: 12px;
   text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.resource-card h3 {
    font-size: 1.3rem;
  margin-bottom: 15px;
  color: #2c3e50;
}

.resource-card p {
   color: #666;
    line-height: 1.6;
}

.contact-reminder {
    padding: 60px 0;
  background: #ecf0f1;
}

.reminder-content {
   text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.reminder-content h3
	{
    font-size     :       1.8rem;
    margin-bottom: 30px;
   color: #2c3e50;
}

.contact-details {
    display: flex;
    justify-content:      center;
   gap: 40px;
   flex-wrap: wrap;
}

.contact-details .contact-item {
    text-align: left;
}

.contact-details .contact-label {
  font-weight: 600;
	color: #2c3e50;
   display: block;
   margin-bottom: 5px;
}@media (max-width: 768px) {
    .story-layout, .expertise-layout, .choose-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-text h1 {
        font-size: 2.3rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .method-step {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .statistics {
        flex-direction: column;
        gap: 20px;
    }
    
    .thank-you-content h1 {
        font-size: 2.2rem;
    }
    
    .thank-you-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-details {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-details .contact-item {
        text-align: center;
    }
}