* {
    margin: 0;
  padding: 0;
  box-sizing:  border-box;
}

html, body {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
        color: #333;
  background: #ffffff;
}

.container {
  max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-header {
   background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
         position: fixed;
  width: 100%;
   top: 0;
        z-index: 1000;
}

.navigation-wrapper {
   display: flex;
    justify-content: space-between;
    align-items: center;
       padding: 15px 20px;
   max-width: 1200px;
		 margin: 0 auto;

}

.brand-logo {
	height: 45px;
  width: auto;
}

.nav-links {
    list-style: none;
   display: flex;
  gap : 30px; 
	
}

.nav-links a

{
   text-decoration: none;
    color: #333;
    font-weight: 500;
               transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #007bff;
}

.burger-menu {
	display: none;
	   flex-direction: column;
	  cursor: pointer;
	   gap: 4px;
}

.burger-menu span {
   width     :       25px;
  height: 3px;
    background: #333;
   transition: 0.3s;
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
   align-items     :       center;
   padding: 120px 20px 80px;
  max-width: 1200px;
       margin: 0 auto;
   min-height: 100vh;
}

.hero-content h1 {
    font-weight: 700;
  margin-bottom  :        20px;
        font-size: 3rem;
   color: #2c3e50;
   line-height: 1.2; 
	
}

.hero-content p     {
	font-size: 1.2rem;
   color: #666;
    margin-bottom: 30px; 

}

.hero-buttons {
  display: flex;
   gap: 20px;
}

.cta-primary, .cta-secondary     {
    padding: 15px 30px; 
	  -moz-border-radius: 8px; 
	   text-decoration: none; 
	  border-radius: 8px; 
	  font-weight: 600; 
	    transition: all 0.3s ease; 
		 display: inline-block;
}

.cta-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
	color: white;
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,123,255,0.3);
}

.cta-secondary {
  border     :  2px solid #007bff;
  color     :     #007bff;
   background    :   transparent;
}


.cta-secondary:hover {
   background: #007bff;
          color: white;
}

.hero-image img {
   width: 100%;
  height: auto;
    border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.services-section   {
  padding: 100px 0;
    background: #f8f9fa;
}

.services-section h2 {
    text-align: center;
        font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 60px;
}

.services-grid {
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	 gap: 40px;
}

.service-item     {
   background: white;
	 padding: 40px 30px;
   border-radius: 15px;
      text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
}

.service-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-item img {
      width: 100%;
  height: 200px;
    object-fit: cover;
   border-radius: 10px;
  margin-bottom: 25px;
}

.service-item h3 {
  font-size  :      1.5rem;
   color :        #2c3e50;
  margin-bottom :15px;
}

.service-item p   {
	line-height: 1.7;
   color  :     #666;
}

.about-preview {
    padding: 100px 0;
}

.about-preview .container {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
  align-items: center;
}

.about-content h2 {
     font-size: 2.5rem;

        color: #2c3e50;

   margin-bottom: 25px;
}

.about-content p {
       font-size: 1.1rem;
  color    : #666;
	margin-bottom: 30px;
   line-height: 1.8;
}

.benefits-list {
   list-style: none;
}

.benefits-list li {
   padding: 10px 0;
   color: #333;
    position: relative;
  padding-left: 25px;
}

.benefits-list li::before {
	  content: "✓";
    position: absolute;
    left   :       0;
   color    :     #28a745;
  font-weight: bold;
     }

.about-image img {
					width: 100%;
    border-radius   :        15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.cta-section {
    padding : 80px 0;
  background: linear-gradient(135deg, #007bff, #0056b3);
	color: white;
    text-align: center;
}

.cta-content h2 {
	font-size: 2.5rem;
   margin-bottom: 20px;
}

.cta-content p {
   font-size: 1.2rem;
   margin-bottom: 30px;
   opacity: 0.9;
}

.cta-button  {
   background: white;
  color: #007bff;
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-weight     :   600;
	transition: all 0.3s ease;
   display: inline-block;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.testimonials {
       padding    : 100px 0;
   background: #f8f9fa;



}

.testimonials h2 {
	 text-align: center;
    font-size: 2.5rem;
   color: #2c3e50;
  margin-bottom: 60px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 40px;
}

.testimonial
	{
    background: white;
  padding: 40px 30px;
    border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center; 

}

.testimonial p {
  font-style: italic;

  font-size: 1.1rem;

     color   :   #555;

    margin-bottom: 20px;

	 line-height: 1.7;
}

.testimonial cite {
    color: #007bff;
    font-weight: 600; 
	
}

.contact-section {
    padding: 100px 0;
         background: #2c3e50;
   color: white;
}

.contact-section h2 {
  text-align: center;
  font-size: 2.5rem;
	 margin-bottom: 60px;
}

.contact-wrapper {
	display: grid;
    grid-template-columns: 1fr 2fr;
    gap     :       60px;
}

.contact-info h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #ecf0f1;
}

.contact-item {
   margin-bottom: 25px;
}  

.contact-item strong {
     display :     block;
   color: #3498db;
  margin-bottom: 5px;
}

.contact-form    {
  background: rgba(255,255,255,0.1);
    padding: 40px;
   border-radius: 15px;
  backdrop-filter: blur(10px);
}

.form-group {
   margin-bottom  :   25px;
}

.form-group label {
	display: block;
          margin-bottom    : 8px;
    color: #ecf0f1;
    font-weight    :       500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
   padding:  12px 15px;
  border     :     none;
    border-radius: 8px;
  background: rgba(255,255,255,0.9);
  color: #333;
    font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
   outline: none;
  box-shadow: 0 0 0 3px rgba(52,152,219,0.3);
}

.submit-btn {
  background: linear-gradient(135deg, #3498db, #2980b9);
   color :     white;
    padding: 15px 40px;
	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(52,152,219,0.3);
}

.main-footer {
   background: #1a1a1a;
          color :        #ecf0f1;
   padding: 60px 0 20px;
}

.footer-content {
      display: grid;
  grid-template-columns    :   1fr 2fr;
    gap: 50px;
   max-width    :    1200px;
    margin: 0 auto;
  padding: 0 20px; 
	}

.footer-logo {
    height: 50px;
  filter: brightness(0) invert(1);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap :      40px;
}

.footer-column h4 {
   color: #3498db;
	margin-bottom: 20px;
  font-size: 1.2rem;
}

.footer-column ul {
   list-style: none;
}

.footer-column li 
 {
    margin-bottom: 10px;
}

.footer-column a {
    transition: color 0.3s ease;
    text-decoration     :none;
   color: #bdc3c7;
}

.footer-column a:hover {
   color     :  #3498db;
}

.footer-bottom {
   border-top: 1px solid #34495e;
  margin-top: 40px;
   padding-top: 20px;
    text-align: center;
  max-width: 1200px;
  margin-left     :     auto;
  margin-right: auto;
   color: #95a5a6;
}
@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        gap: 15px;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .hero-section {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 100px 20px 60px;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .about-preview .container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .services-section h2,
    .about-content h2,
    .cta-content h2,
    .testimonials h2,
    .contact-section h2 {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 25px 20px;
    }
    
    .service-item,
    .testimonial {
        padding: 25px 20px;
    }
}.about-hero  
  {
 padding   :     120px 0 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.about-hero .container {
     display: grid;
	grid-template-columns: 1.2fr 1fr;
                    gap: 60px;
   align-items: center;
    max-width: 1200px;
  margin: 0 auto;
   padding: 0 20px;
}

.about-hero-content h1 {
	font-size  :  3rem;
    color: #2c3e50;
  margin-bottom: 25px;
   font-weight: 700;
}

.about-hero-content p   {
  font-size: 1.2rem;
    color: #666;
   line-height: 1.8;


}

.about-hero-image img {
    width   :   100%;
   border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}  

.company-story
{
  padding: 100px 0;
    background: white;
}

.company-story h2 {


  text-align: center;
   font-size: 2.5rem;
   color: #2c3e50;
	margin-bottom: 50px;

}

.story-content {
    max-width: 900px;
	 margin: 0 auto;
    text-align: center;
}

.story-content p {
   font-size  : 1.1rem;
    line-height: 1.8;
	color  :  #555;
    margin-bottom:    30px;
}

.team-section {
   padding: 100px 0;
   background :       #f8f9fa;
}

.team-section h2


{
    text-align: center;
    font-size: 2.5rem;
    color    :      #2c3e50;
  margin-bottom   :      60px;
}

.team-grid   {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
    padding: 0 20px;

}

.team-member {


   background: white;
   padding: 40px 30px;
  border-radius: 20px;
  text-align    :center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
     }

.team-member:hover {
  transform: translateY(-10px);
}  

.team-member img {
   width: 150px;
  height    :        150px;
   border-radius: 50%;
  object-fit: cover;
   margin-bottom: 25px;
   border: 4px solid #007bff;
}

.team-member h3 {
	 font-size:        1.5rem;

	    color: #2c3e50;

	    margin-bottom: 10px;
}

.team-member .position {
   color: #007bff;
  font-weight: 600;
  margin-bottom     :    15px;
}

.team-member p:last-child {
                    color: #666;

  line-height: 1.6;
	
}

.values-section {


    padding: 100px 0;
   background: white;
     }

.values-section h2 {
    text-align: center;
   font-size: 2.5rem;
   color: #2c3e50;
   margin-bottom: 60px;
}

.values-grid {
   display :  grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
   max-width: 1200px;
    margin: 0 auto;
     padding: 0 20px;
}

.value-item {
   text-align: center;

	    padding: 30px 20px;
}

.value-item h3 {
	font-size: 1.4rem;
  color: #007bff;
  margin-bottom: 20px;
}

.value-item p {

	   color: #666;
  line-height: 1.7;

}

.achievements-section {

   padding:  80px 0;
  background: linear-gradient(135deg, #007bff, #0056b3);
   color: white;


}

.achievements-section h2   {
	   text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
     }

.achievements-grid {
  display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
       gap: 40px;
      max-width: 1000px;
       margin: 0 auto;
     padding: 0 20px;
}

.achievement-item {
	text-align: center;
}



.achievement-number {


   font-size  :   3rem;
  font-weight: 700;
  margin-bottom: 10px;
   color: #ffffff;


}  

.achievement-item p {
   font-size: 1.1rem;
    opacity: 0.9;
}

.methodology-section


{
   padding     :    100px 0;
  background: #f8f9fa;

}

.methodology-section .container   {
   display: grid;
 grid-template-columns: 1.5fr 1fr;
   gap: 60px;
  align-items: center;
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
}

.methodology-content h2 {
               font-size: 2.5rem;
    color: #2c3e50;
   margin-bottom :25px;
}

.methodology-content > p


{
    font-size: 1.1rem;
  color: #666;
    margin-bottom: 40px;
    line-height: 1.8;
}

.methodology-steps {


  display: grid;
   gap: 25px;
	}

.method-step {
   background: white;
    padding: 25px;
  border-radius   :  10px;
    border-left: 4px solid #007bff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);

}

.method-step h4 {
    color: #007bff;
   font-size: 1.2rem;
  margin-bottom: 10px;
}



.method-step p
	{
	 color: #666;
    line-height: 1.6;
}

.methodology-image img {
    width: 100%;

  border-radius: 20px;

  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.cta-about {
   padding: 80px 0;
    background: #2c3e50;
    color: white;
   text-align: center;


}

.cta-about h2 {
    font-size   :     2.5rem;
       margin-bottom: 20px;
}

.cta-about p {
   font-size: 1.2rem;
   margin-bottom: 30px;
  opacity: 0.9;
	 max-width: 800px;
   margin-left: auto;
   margin-right: auto;
}

.thankyou-hero {
   padding: 120px 0 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   min-height  :       80vh;
  display: flex;
    align-items: center;
}

.thankyou-hero .container
{
    display     :   grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
          align-items: center;
   max-width: 1200px;
   margin: 0 auto;
  padding: 0 20px;
}

.success-icon {
   text-align: center;
  margin-bottom: 30px;
	
}

.checkmark {
   width: 80px;
   height:       80px;
  background :      #28a745;
	border-radius: 50%;
          display: inline-flex;
   align-items: center;
  justify-content    :        center;
  font-size: 40px;
  color: white;
	font-weight: bold;
   animation: checkmarkPulse 2s infinite;
}@keyframes checkmarkPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}.thankyou-content h1 {
  font-size:   3rem;
    color: #2c3e50;
   text-align: center;
    margin-bottom    :       25px;
	font-weight: 700;
}  

.thankyou-message {
	  font-size: 1.2rem;
    color: #666;
               text-align: center;
 line-height: 1.8;
       margin-bottom: 50px;
}

.next-steps
{
  margin-bottom: 40px;
}

.next-steps h3 {


    font-size: 1.8rem;
	color: #2c3e50;
   text-align: center;
        margin-bottom: 30px;
}

.steps-timeline {
	 display: grid;
  gap: 25px;
   max-width: 600px;
    margin: 0 auto;
}

.timeline-item


{
    display: flex;
    gap    :   20px;
  align-items: flex-start;
}

.step-number  
  {
   		width: 40px;
    height:       40px;
  background: #007bff;
  color    :        white;
	border-radius: 50%;
   display: flex;
    align-items: center;
    justify-content: center;
   font-weight: bold;
    flex-shrink: 0;}

.step-content h4     {
   color: #2c3e50;
   margin-bottom: 8px;
  font-size: 1.1rem;
}

.step-content p {
  color    :     #666;
	line-height: 1.6;
}

.additional-info {
  background: rgba(0,123,255,0.1);
   padding: 30px;
   border-radius: 15px;
   text-align  :   center;
	 margin-bottom: 40px;
}

.additional-info h3 {
        color: #007bff;
   margin-bottom: 15px;
  font-size: 1.5rem;
}

.additional-info p    {
    color: #666;
   line-height: 1.7;
}

.action-buttons     {
  display: flex; 
  gap: 20px; 
  justify-content :  center; 
	flex-wrap: wrap;

}

.btn-primary, .btn-secondary{
  border-radius: 8px;
   transition:   all 0.3s ease;
	font-weight: 600;
    text-decoration: none;
   padding: 15px 30px;
   display     :  inline-block;
}

.btn-primary {
     background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;


}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,123,255,0.3);
}

.btn-secondary {
  border: 2px solid #007bff;
  color: #007bff;
   background: transparent;


}

.btn-secondary:hover {
  background: #007bff;
    color    :white;
}

.thankyou-image img {
    width  :100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.contact-info-reminder {
         padding: 80px 0;
   background: white;
}

.contact-info-reminder h2 {
    text-align: center;
    font-size     :  2.5rem;
   color: #2c3e50;
 margin-bottom:50px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
   max-width   :    1000px;
    margin: 0 auto;
    padding: 0 20px;
}  

.contact-item {
      text-align    :    center;
   padding: 30px 20px;
	 background :        #f8f9fa;
	border-radius: 15px;
}

.contact-item h4 {
   color: #007bff;
  margin-bottom: 15px;
   font-size  : 1.3rem;
}

.contact-item p {
  color    : #666;
  line-height: 1.6;
}

.social-proof {
    padding: 80px 0;
  background: #f8f9fa;
}

.social-proof h2 {
    text-align: center;
	font-size: 2.5rem;
    color     :       #2c3e50;
   margin-bottom: 50px;
}

.stats-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width  :    1000px;
    margin: 0 auto;
   padding: 0 20px;
}

.stat-item {
    text-align: center;
   background: white;
    padding: 40px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.stat-number {
    font-size: 3rem;
   font-weight: 700;
	color: #007bff;
    margin-bottom: 10px;
}

.stat-item p {
    color: #666;
    font-size: 1.1rem;
}@media (max-width: 768px) {
    .about-hero .container,
    .thankyou-hero .container,
    .methodology-section .container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .about-hero-content h1,
    .thankyou-content h1 {
        font-size: 2.2rem;
    }
    
    .team-grid,
    .values-grid,
    .achievements-grid,
    .contact-details,
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .action-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .methodology-steps {
        gap: 20px;
    }
    
    .method-step {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .about-hero-content h1,
    .thankyou-content h1 {
        font-size: 1.8rem;
    }
    
    .company-story h2,
    .team-section h2,
    .values-section h2,
    .achievements-section h2,
    .methodology-content h2,
    .cta-about h2,
    .contact-info-reminder h2,
    .social-proof h2 {
        font-size: 2rem;
    }
    
    .achievement-number,
    .stat-number {
        font-size: 2.5rem;
    }
    
    .team-member,
    .stat-item {
        padding: 25px 20px;
    }
    
    .additional-info,
    .contact-form {
        padding: 20px;
    }
}.cookies-section,
.privacy-section {
   padding: 100px 0;
}

.cookies-section h2,
.privacy-section h2 {
    text-align    : center;
  font-size  :     2.5rem;
      color: #2c3e50;
  margin-bottom: 40px;
}

.cookies-section h3,
.privacy-section h3 {


  font-size: 1.8rem;

	    color: #2c3e50;

		margin: 30px 0 15px;


}


.cookies-section p,
.privacy-section p {
    font-size: 1.1rem;

  color: #666;

 line-height  :      1.8;

   margin-bottom: 20px;}