*
	{
  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;
}

.primary-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
  width: 100%;
    z-index: 1000;
  border-bottom: 1px solid #e0e0e0;
}

.nav-wrapper {
                    max-width: 1200px;
                    margin :   0 auto;
    display: flex;
  justify-content: space-between;
   align-items: center;
	padding: 1rem 2rem;
}

.brand-section .nav-logo {
	   height: 45px;
  width: auto;


}

.nav-links {
  display: flex;
	 list-style: none;
               gap: 2rem;
}

.nav-links a {
    text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}  

.nav-links a:hover {
  color: #2c5aa0;
}

.burger-menu   {
 display: none;
	flex-direction     :       column;
    cursor: pointer;
    gap: 4px;
}

.burger-menu span {
  width: 25px;
   height: 3px;
     background: #333;
   transition: 0.3s;
}

.hero-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
   padding: 120px 0 80px;
	 min-height :      100vh;
  display: flex;
  align-items: center; 

}

.content-grid {

	  max-width: 1200px;
	margin: 0 auto;
   display: grid;
  grid-template-columns    :        1fr 1fr;
	gap: 4rem;
   align-items: center;
   padding: 0 2rem;

}

.text-content h1 {
  margin-bottom: 1.5rem;
    line-height: 1.2;
  font-size: 3.5rem;
    font-weight: 700;
	
}

.lead-text {
   font-size: 1.3rem;
               margin-bottom: 2.5rem;
   opacity:      0.9;
} 

.action-buttons {
    gap    :        1rem;
   display: flex;
}

.primary-btn, .secondary-btn {
	display: inline-block;
	padding: 15px 30px;
    text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
	border-radius: 8px;


}

.primary-btn {
   background: #ff6b6b;
  color     :      white;
}

.primary-btn:hover  
  {
   background: #ee5a52;
  transform: translateY(-2px);
}

.secondary-btn {
   background: transparent;
    color: white;
  border: 2px solid white;

}

.secondary-btn:hover {
     background: white;
   color: #667eea;
     }

.visual-content img {
    width: 100%;
   height: auto;
	border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}

.services-overview {
    padding    :     100px 0;

		 background: #f8f9fa;
}


.container-fluid {
  max-width: 1200px;
					padding    :  0 2rem;
    margin: 0 auto;
}

.services-overview h2 {
  text-align: center;
   font-size: 2.5rem;
  margin-bottom: 3rem;
   color     :   #2c3e50;
}

.services-grid{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;}

.service-card {
   background: white;
    border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;


}

.service-card:hover    {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-card img {
               width: 100%;
          object-fit: cover;
   height: 200px;
	
}

.service-card h3 {
	 padding: 1.5rem 1.5rem 0;
   font-size: 1.4rem;
	color: #2c3e50;
}

.service-card p {
   padding: 1rem 1.5rem 1.5rem;
    color: #666;
	line-height: 1.7;
}

.reputation-workshop {
  padding: 100px 0;
    background: white;
}

.workshop-container {
    max-width: 1200px;

	    margin: 0 auto;

		padding: 0 2rem;

	   display: grid;

	    grid-template-columns: 1fr 1fr;

	    gap: 4rem;

		align-items: center;
}

.workshop-image img
{

	  width: 100%;
   height: auto;
   border-radius: 12px;

}

.workshop-details h2 {
   color: #2c3e50;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.workshop-details p {
    font-size: 1.1rem;
  margin-bottom: 2rem;
   color: #666;
   line-height: 1.7;
}

.workshop-benefits {
	    list-style: none;
   margin-bottom: 2.5rem;
     }

.workshop-benefits li {
    padding: 0.5rem 0;
    position: relative;
   padding-left: 1.5rem;
    color: #555;
}

.workshop-benefits li::before {
  content: "✓";
  position: absolute;
	 left: 0;
    color: #28a745;
   font-weight:       bold;
}

.workshop-cta {
  background: #28a745;
    color:    white;
   padding: 15px 30px;
    text-decoration: none;
   border-radius: 8px;
		font-weight     :600;
    display: inline-block;
  transition: all 0.3s ease;
}

.workshop-cta:hover {
   background: #218838;
  transform: translateY(-2px);
	
}

.cta-section {
  background: linear-gradient(135deg, #ff6b6b 0%, #ffa500 100%);
    color: white;
    padding: 80px 0;
   text-align: center;
}  

.cta-content {
   max-width     :  800px;
   margin: 0 auto;
        padding: 0 2rem;
}

.cta-content h2 {
   font-size: 2.5rem;
    margin-bottom :    1.5rem;
}

.cta-content p {
   font-size: 1.2rem;
   margin-bottom: 2.5rem;
   opacity: 0.9;
}

.cta-button {
     background: white;

    color: #ff6b6b;

   padding: 18px 35px;

    text-decoration: none;

  border-radius: 10px;

   font-weight   :700;

    font-size: 1.1rem;

   display: inline-block;

  transition:        all 0.3s ease;}

.cta-button:hover
	{
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2); 
	
}

.contact-section {
   padding: 100px 0;
      background: #f8f9fa;
}

.contact-container
	{
    max-width: 800px; 
    margin: 0 auto; 
    padding     :  0 2rem;
}

.contact-header {
  text-align: center;
   margin-bottom: 3rem;
}

.contact-header h2 {
  font-size: 2.5rem;

	    margin-bottom: 1rem;

	   color: #2c3e50; 

}

.contact-header p {
    font-size: 1.1rem;
 color: #666;
}

.contact-form {
  background: white; 
  padding: 3rem; 
   border-radius: 15px; 
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.form-group {
   margin-bottom: 1.5rem;
} 

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
    transition: border-color 0.3s ease;
        font-family: inherit;
   border-radius: 8px;
  padding: 15px;
  border: 2px solid #e0e0e0;
  font-size: 1rem;
     }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
   outline: none;
   border-color: #667eea;
} 

.form-group textarea {
   resize: vertical;
  min-height: 120px;
}

.submit-btn {
    background: #667eea;
  color: white;
   padding: 18px 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 {
    background     :#5a67d8;
  transform: translateY(-2px);
}

.main-footer {
   background: #2c3e50;
   color: white;
    padding: 50px 0 20px;
	
}

.footer-content {
   max-width  :    1200px;
  margin: 0 auto;
    padding: 0 2rem;
   display: grid;
   grid-template-columns: 1fr 3fr;
   gap: 3rem;
}

.footer-logo {
	height    :     60px;
   width: auto;
  filter: brightness(0) invert(1);
}

.footer-info  
  {
       display    :       grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;

}

.footer-info h4 {
    margin-bottom: 1rem;
  color: #ecf0f1;
}

.footer-info p {

	   color: #bdc3c7;
    line-height: 1.6;
}

.footer-info ul {
    list-style: none;
}

.footer-info ul li {
    margin-bottom: 0.5rem;
}

.footer-info ul li a {
    color     :     #bdc3c7;
		text-decoration: none;
   transition: color 0.3s ease;
}

.footer-info ul li a:hover  {
  color :    #ecf0f1;
}

.footer-bottom


{

	   max-width: 1200px;
   margin: 0 auto;
    padding: 20px 2rem 0;
    border-top: 1px solid #34495e;
    text-align: center;
  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: 1rem 2rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .text-content h1 {
        font-size: 2.5rem;
    }
    
    .action-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .workshop-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-info {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .nav-wrapper {
        padding: 1rem;
    }
    
    .text-content h1 {
        font-size: 2rem;
    }
    
    .lead-text {
        font-size: 1.1rem;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
}.nav-links a.active {
  color: #2c5aa0;
   font-weight: 600;
}

.about-hero {
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); 
    color: white; 
    padding: 120px 0 80px; 
  text-align: center;
}

.hero-content {

  max-width: 800px;
	 margin: 0 auto;
    padding     :      0 2rem;



}


.hero-content h1 {
    font-size: 3rem;
  margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-description {
   font-size: 1.2rem;
   opacity: 0.9;
         line-height:   1.7;
}

.company-story {
    padding: 100px 0;

	         background: white;
}

.story-container {
   max-width :   1200px;
   margin: 0 auto;
  padding: 0 2rem;
    display: grid;
   grid-template-columns: 2fr 1fr;
    gap: 4rem;
   align-items: center;
}

.story-content h2 {
  font-size: 2.5rem;
          margin-bottom: 2rem;
   color: #2c3e50;
}



.story-content p
	{


    font-size    :  1.1rem;
  line-height  : 1.8;
   margin-bottom: 1.5rem;
  color: #555;}

.achievements-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;
  margin-top: 3rem;
}

.achievement-item {

	    text-align   :   center;
   padding: 1.5rem;
	background: #f8f9fa;
               border-radius: 10px;
     }

.achievement-item h3 
 {
  font-size: 2.5rem;
  color: #3498db;
   margin-bottom: 0.5rem;
   font-weight: 700;
}

.achievement-item p {
                    color   :       #666;
   font-weight :      500;
}

.story-image img {
   width: 100%;
   height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.team-expertise {
  padding: 100px 0;
  background     :   #f8f9fa;
}

.expertise-container {
   max-width  :        1200px;
        margin: 0 auto;
          padding: 0 2rem;
}

.expertise-container h2 {
   text-align: center;
  font-size: 2.5rem;
       margin-bottom     :    3rem;
	color: #2c3e50;
}

.expertise-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
   gap: 3rem;
	}

.expertise-card
{
   background: white;
    border-radius: 15px;
    overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.expertise-card:hover {
  transform: translateY(-5px);
}

.expertise-card img {
  width     :      100%;
  height: 250px;
    object-fit: cover;
}

.card-content {
    padding: 2rem;
}

.card-content h3 {
			 font-size: 1.5rem;
    margin-bottom: 1rem;
  color:#2c3e50;
     }

.card-content p {
  margin-bottom   :  1.5rem;
  color: #666;
    line-height: 1.7;
}

.expertise-features {
  list-style: none;
}

.expertise-features li {
   padding: 0.5rem 0;
  padding-left: 1.5rem;
   position: relative;
   color: #555;
}

.expertise-features li::before

{
  content: "→";
  position: absolute;
    left :  0;
    color: #3498db;
   font-weight: bold; 
	
}

.methodology-section {
       padding: 100px 0;
	background: white;


}

.methodology-container {
  max-width: 1200px;
   margin: 0 auto;
  padding: 0 2rem;
    display: grid;
  grid-template-columns     :   1fr 1fr;
  gap: 4rem;
	align-items: center;
     }

.methodology-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.methodology-content p {
    font-size: 1.1rem;
     margin-bottom: 2rem;
     color: #666;
     line-height: 1.7;
}

.trust-method {
   display: flex;
	flex-direction: column;
   gap: 1.5rem;
} 

.trust-item
	{
  display: flex;
    align-items: center;
 gap: 1rem;
}

.trust-letter {
  width: 50px;
   height: 50px;
   background: #3498db;
   color   :white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
}

.trust-description h4 {
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.trust-description p {
  color: #666;
   margin: 0;


}

.methodology-visual img {


          height: auto;
    border-radius : 12px;
       width: 100%;

}

.values-mission {

    padding: 100px 0;
  background: #2c3e50;
    color:white;
     }

.values-container {

	  max-width  :        1200px;
    margin: 0 auto;
	 padding: 0 2rem;
  display    : grid;
   grid-template-columns     :       1fr 1fr;
    gap: 4rem;


     }

.mission-block h2,
.values-block h2 {
   font-size: 2rem;
   margin-bottom: 1.5rem;
    color: #ecf0f1;
}

.mission-block p {
	 font-size: 1.1rem;
   line-height :  1.8;
  opacity: 0.9;
}

.values-list {

	   display    :    flex;
      flex-direction: column;
      gap: 1.5rem;
}

.value-item h4 {
    margin-bottom: 0.5rem;
    color: #3498db;
   font-size: 1.2rem;
}

.value-item p {
   line-height     :   1.6;
    opacity: 0.9;
}

.why-choose-us {

	   padding: 100px 0;
   background   :     #f8f9fa;}

.choose-container   {
   max-width: 1200px; 
	  margin: 0 auto; 
	    padding: 0 2rem;}

.choose-container h2 {

    text-align: center;
  font-size:  2.5rem;
   margin-bottom: 3rem;
    color  : #2c3e50;
	}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
}

.reason-card {
  background: white;
  padding    :     2rem;
  border-radius :     10px;
    text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-5px);
}

.reason-card h3 {
	  font-size: 1.3rem;
    color: #2c3e50;
  margin-bottom: 1rem;
     }

.reason-card p {
   color: #666;
   line-height: 1.6;
}

.thankyou-hero {


  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
     color: white;
  padding: 120px 0 80px;
  text-align: center;
     min-height: 70vh;
   display: flex;
                    align-items: center;

}

.thankyou-content{
                    max-width: 800px;
	 margin: 0 auto;
  padding    :      0 2rem;
}

.success-icon {
      margin-bottom :    2rem;
}

.checkmark-circle {
    width: 100px;
   height: 100px;
  background: rgba(255, 255, 255, 0.2);
	border-radius  :       50%;
	margin: 0 auto;
    display: flex;
   align-items :     center;
  justify-content: center;
 position: relative;
}

.checkmark {
    width: 40px;
  height: 20px;
    border: solid white;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
}

.thankyou-content h1{
     font-size: 3rem;
   margin-bottom: 1.5rem;
    font-weight: 700;
	


}

.thankyou-message {
      font-size: 1.2rem;
   opacity: 0.9;
   line-height  :    1.7;
}

.next-steps {
    padding:     100px 0;
   background: white;
}

.steps-container {
	max-width: 1000px;
  margin: 0 auto;
    padding: 0 2rem;
}

.steps-container h2 {
  text-align: center;
   font-size: 2.5rem;
   margin-bottom: 3rem;
   color   :      #2c3e50;
}

.steps-timeline {
   display: flex;
	 flex-direction:     column;
  gap :    2rem;
}

.step-item {
   display: flex;
    align-items: flex-start;
   gap: 2rem;
    padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
  position: relative;
}

.step-number {
				 width  :60px;
  height: 60px;
   background: #3498db;
   -webkit-border-radius: 50%;
   color: white;
   border-radius: 50%;
  display: flex;
  align-items: center;
    justify-content: center;
    font-size: 1.5rem;
   font-weight: bold;
   flex-shrink     : 0;


}

.step-content h3  
  {
    margin-bottom: 0.5rem;
  color: #2c3e50;
    font-size:     1.3rem;
}

.step-content p {
   line-height: 1.6;
	margin-bottom: 0.5rem;
	color: #666; 

}

.step-time {
  color: #3498db;
    font-weight: 600;
    font-size: 0.9rem;
}

.while-waiting {
    padding: 100px 0;
  background: #f8f9fa;
}

.waiting-container
{
      max-width: 1200px;
   margin: 0 auto;
  padding: 0 2rem;

}

.waiting-content h2 {
    text-align: center;
    font-size: 2.5rem;
  margin-bottom    : 1.5rem;
    color: #2c3e50;


}

.waiting-content p {
    text-align:     center;
   font-size: 1.1rem;
    margin-bottom: 3rem;
  color: #666;
  max-width: 800px;
   margin-left: auto;
   margin-right: auto;
}

.resource-cards {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
   gap: 2rem;
}

.resource-card {
                    background: white;
   border-radius: 12px;
	overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
     transition: transform 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-5px);
}

.resource-card img {

	    width: 100%;
  height: 200px;
    object-fit: cover;
     }

.resource-card h3 {
   padding: 1.5rem 1.5rem 0; 
	 color: #2c3e50; 
  font-size: 1.3rem;
}

.resource-card p {
        line-height: 1.6;
  padding: 1rem 1.5rem 1.5rem;
  color: #666;
}

.contact-reminder{
  padding: 80px 0;
    background: white;
    text-align: center;
}

.reminder-container {
       max-width: 800px;
   margin: 0 auto;
   padding: 0 2rem;
	}

.reminder-container h2    {
	font-size: 2rem;
   margin-bottom: 1rem;
    color: #e74c3c;
}

.reminder-container p {
       font-size: 1.1rem;
   margin-bottom: 2rem;
   color: #666;
}

.urgent-contact {
   	 display:   grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;

}

.contact-method {
    background: #f8f9fa;
					padding: 2rem;
	border-radius:     10px;
	
}

.contact-method h3 {

  margin-bottom: 1rem;
    color: #2c3e50;
     }

.contact-method p {
   margin-bottom: 0.5rem;
  color: #333;
		font-weight: 600;
}

.contact-method span {
   color: #666;
         font-size: 0.9rem;
}

.additional-info {


	padding: 80px 0;
  background: #f8f9fa;


}

.info-container {
  padding: 0 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.info-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.info-block {
  background: white;
    padding: 2rem;
       border-radius   :10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} 

.info-block h3 {
	margin-bottom   :        1rem;
    color: #2c3e50;
    font-size: 1.3rem;
}

.info-block p {
   color: #666;
    line-height: 1.6;


}

@media (max-width: 768px) {
    .hero-content h1,
    .thankyou-content h1 {
        font-size: 2.5rem;
    }
    
    .story-container,
    .methodology-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .values-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .achievements-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .expertise-grid {
        grid-template-columns: 1fr;
    }
    
    .expertise-card {
        min-width: unset;
    }
    
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-timeline .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .urgent-contact {
        grid-template-columns: 1fr;
    }
    
    .resource-cards {
        grid-template-columns: 1fr;
    }
    
    .trust-method {
        gap: 1rem;
    }
    
    .trust-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1,
    .thankyou-content h1 {
        font-size: 2rem;
    }
    
    .story-content h2,
    .expertise-container h2,
    .choose-container h2,
    .steps-container h2,
    .waiting-content h2 {
        font-size: 2rem;
    }
    
    .achievement-item h3 {
        font-size: 2rem;
    }
    
    .checkmark-circle {
        width: 80px;
        height: 80px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}.privacy-section,
.cookies-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.privacy-section h1,
.cookies-section h1 {
   text-align: center;
   font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.privacy-section h2,
.cookies-section h2   {
  font-size: 1.8rem;
   margin-top: 2rem;
    margin-bottom: 1rem;
  color: #2c3e50;
}

.privacy-section p,
.cookies-section p {
    font-size: 1.1rem;
                    color: #666;
  line-height: 1.7;
    margin-bottom: 1.5rem;
}

.privacy-section ul,
.cookies-section ul

{

	   list-style: none;
   margin-bottom: 1.5rem;}

.privacy-section ul li,
.cookies-section ul li {
  padding: 0.5rem 0;
  position: relative;
    padding-left: 1.5rem;
  color     :  #555;
}

.privacy-section ul li::before,
.cookies-section ul li::before {
  content: "✓";
    position: absolute;
  left: 0;
    color: #28a745;
	 font-weight: bold;
}