* {
     margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
   line-height: 1.6;
    color: #2c3e50;
   background-color: #ffffff; 
	
}

.navigationWrapper {
    position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
       border-bottom: 1px solid #e1e8ed;
  z-index: 1000;
  transition: all 0.3s ease;
}

.navContent {

   max-width: 1200px;
  margin: 0 auto;
  display:flex;
    justify-content: space-between;
   align-items:      center;
    padding: 1rem 2rem;
     }

.brandSection .companyLogo {


    height: 40px;
				 width: auto;
}

.menuLinks {
        display: flex;
   gap   :   2rem;
}

.navLink {
   text-decoration: none;
	 color: #34495e;
   font-weight: 500;
    transition: color 0.3s ease;
  position: relative;
}

.navLink:hover {
	 color: #3498db;
}

.navLink:hover::after {
  content: '';
  position: absolute;
  bottom: -5px;
   left: 0;
  width: 100%;
    height: 2px;
	 background: #3498db;
}

.burgerMenu {
     display: none;
  flex-direction: column;
  cursor: pointer;
	gap   :   4px;
     }

.burgerLine {
   width: 25px;
  height: 3px;
    background     :   #34495e;
  transition: all 0.3s ease;
}

.mobileMenu {
         display: none;
  position: absolute;
    top: 100%;
	left: 0;
      width  :100%;
    background :    white;
       border-bottom   : 1px solid #e1e8ed;
   padding: 1rem 0;
}

.mobileNavLink {
   display: block; 
  padding: 0.75rem 2rem; 
    text-decoration: none; 
   color: #34495e; 
    border-bottom: 1px solid #f8f9fa;
}

.heroSection {
   margin-top: 80px;
    padding: 4rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   min-height: 600px;
   display: flex;
    align-items: center;
}

.heroContent {
  max-width: 1200px;
  margin: 0 auto;
    display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 3rem;
   align-items: center;
}

.heroTextArea h1 {
  font-size: 3rem;
   font-weight:      700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.heroDescription {
  font-size: 1.25rem;

  margin-bottom: 2rem;

   opacity: 0.9;
}

.heroButtons {
   display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.primaryButton, .secondaryButton {
    padding: 0.875rem 2rem;
   text-decoration: none;
    border-radius: 8px;
   font-weight: 600;
  transition: all 0.3s ease;
  display     :        inline-block;
}

.primaryButton {
	  color: white;
   background: #e74c3c;

}

.primaryButton:hover {
    background: #c0392b;
  transform: translateY(-2px);
}

.secondaryButton {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.secondaryButton:hover {
   background: white; 
  color: #667eea;
}

.heroImage {


    width: 100%;
 border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	


}

.featuresSection {
  padding: 5rem 2rem; 
         background: #f8f9fa;


}

.sectionContainer {
    max-width: 1200px;
    margin: 0 auto;
}

.featuresSection h2 {


    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
   color: #2c3e50;}

.featuresGrid {
       display  :      grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
	}

.featureCard {
   background: white; 
	                    border-radius: 12px; 
	    overflow: hidden; 
	  box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
	  transition: transform 0.3s ease;
}

.featureCard:hover {
  transform: translateY(-5px);
}

.featureImage {


   width: 100%;
    height   :  200px;
  object-fit: cover;


}

.featureCard h3 {
    padding:  1.5rem 1.5rem 0.5rem;
       font-size: 1.5rem;
       color   :    #2c3e50;
}

.featureCard p {
     line-height: 1.6;
	 padding: 0 1.5rem 1.5rem;
    color :      #7f8c8d;
}

.ctaSection {
	 padding: 5rem 2rem;
  background: #34495e;
	 color: white;
}

.ctaContent {
    max-width: 1200px;
  margin: 0 auto;
    display :    grid;
    grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.ctaTextSection h2

{
   font-size     :     2.5rem;
  margin-bottom: 1.5rem;
}

.ctaTextSection p {
   font-size: 1.125rem;
   margin-bottom: 2rem;
  opacity: 0.9;
}

.ctaButton {
    background: #e74c3c;
   color: white;
   padding: 1rem 2rem;
    text-decoration: none;
  border-radius    : 8px;
  font-weight: 600;
    display   :inline-block;
   transition: all 0.3s ease;
}

.ctaButton:hover {
   background: #c0392b;
  transform: translateY(-2px);
}

.ctaImage {
	width: 100%;
    border-radius: 12px;
}

.servicesOverview {
  padding: 5rem 2rem;
  background: white;


}

.servicesOverview h2 {
 text-align    :     center;
    font-size: 2.5rem;
  margin-bottom   :      3rem;
  color: #2c3e50;
}

.processSteps
	{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.stepItem {
    text-align: center;
   padding: 2rem;
}

.stepNumber {
  font-size: 3rem;
  font-weight: 700;
  color: #3498db;
  margin-bottom: 1rem; 

}

.stepItem h3 {
   font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.stepItem p {
   color: #7f8c8d;
    line-height: 1.6;
}

.contactSection {
  padding: 5rem 2rem;
	 background: #ecf0f1;

}

.contactContainer  {
  max-width     :      1200px;
	  margin: 0 auto;
	  display: grid;
	    grid-template-columns: 1fr 1fr;
	   gap: 3rem;
}

.contactInfo h2 {
               font-size: 2.5rem;
  margin-bottom: 1.5rem;
       color: #2c3e50;
}

.contactInfo p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: #7f8c8d;
}

.contactDetails {
     display: flex;
   flex-direction: column;
    gap     :1rem;
}  

.contactItem {
        display: flex;
         flex-direction: column;
	gap: 0.25rem;
}

.contactItem strong {


    color: #34495e;
   font-weight :600;}

.contactForm {
    background: white;
   padding:   2rem;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.formGroup 
 {
  margin-bottom: 1.5rem;
}

.formGroup label {
  display: block; 
	      font-weight: 600; 
	    margin-bottom   :  0.5rem; 
	   color: #34495e; 

}

.formGroup input,
.formGroup select,
.formGroup textarea {


   width: 100%;
   padding: 0.875rem;
  border  :    2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 1rem;
    transition     :   border-color 0.3s ease;

}

.formGroup input:focus,
.formGroup select:focus,
.formGroup textarea:focus {
 outline: none; 
	   border-color: #3498db;
	
}

.submitButton {
    width: 100%;
    background    :#3498db;
   color     :   white;
  padding: 1rem;
   border: none;
   border-radius: 8px;
  font-size: 1.125rem;
    font-weight: 600;
  cursor: pointer;
    transition: background 0.3s ease;
}

.submitButton:hover {
  background: #2980b9;
     }

.footerSection {
  background: #2c3e50;
   color     :    white;
    padding: 3rem 2rem 1rem;
}

.footerContent {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
   max-width  :        1200px;
   margin :     0 auto;
   display: grid;
}

.footerBrand .footerLogo {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
    margin-bottom: 1rem;

}

.footerBrand p

{
   opacity: 0.8;
    line-height    : 1.6;


}

.footerLinks

{
  grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
  display     :        grid;
}

.linkColumn h4	{
          margin-bottom: 1rem;
	font-size: 1.125rem;
}

.linkColumn a {
    display: block; 
	    color  :     #bdc3c7; 
	    -webkit-transition     : color 0.3s ease; 
	    text-decoration:    none; 
	  -o-transition: color 0.3s ease; 
	   margin-bottom: 0.5rem; 
	    -moz-transition: color 0.3s ease; 
	 transition: color 0.3s ease;
}

.linkColumn a:hover {
    color: white;
}

.linkColumn p {
    color: #bdc3c7;
  margin-bottom: 0.5rem;
}

.footerBottom {
    margin-top: 2rem;
   padding-top: 2rem;
  border-top: 1px solid #34495e;
    text-align: center;
  opacity: 0.7; 

} @media (max-width: 768px) {
    .menuLinks {
        display: none;
    }
    
    .burgerMenu {
        display: flex;
    }
    
    .heroContent {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .heroTextArea h1 {
        font-size: 2rem;
    }
    
    .ctaContent {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .contactContainer {
        grid-template-columns: 1fr;
    }
    
    .footerContent {
        grid-template-columns: 1fr;
    }
    
    .footerLinks {
        grid-template-columns: 1fr;
    }
    
    .navContent {
        padding: 1rem;
    }
    
    .heroSection {
        padding: 2rem 1rem;
    }
    
    .featuresSection,
    .ctaSection,
    .servicesOverview,
    .contactSection {
        padding: 3rem 1rem;
    }
}

@media (max-width: 480px) {
    .heroButtons {
        flex-direction: column;
    }
    
    .primaryButton,
    .secondaryButton {
        text-align: center;
    }
    
    .featuresGrid {
        grid-template-columns: 1fr;
    }
    
    .processSteps {
        grid-template-columns: 1fr;
    }
}.active {
    color    :    #3498db !important;
  font-weight: 600;
}


.aboutHeroSection {
  margin-top: 80px;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
   color:       white;
   text-align: center;
    min-height:     400px;
   display: flex;
                    align-items  : center;
    justify-content: center;

}

.aboutHeroContent h1 {
	font-size: 3rem;
	 font-weight: 700;
   margin-bottom: 1.5rem;
}

.aboutHeroDescription {
  font-size: 1.25rem;
    max-width: 800px;
          margin: 0 auto;
   opacity: 0.9;
}

.storySection {
     padding: 5rem 2rem;
  background: white;

}

.storyContent {
   display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
   align-items: center;
}

.storyTextArea h2     {
    font-size     :2.5rem;
   margin-bottom: 2rem;
   color: #2c3e50;
	}

.storyTextArea p {
	margin-bottom     : 1.5rem;
    color: #7f8c8d;
   line-height: 1.7;
    font-size  :        1.1rem;
}

.storyImage {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.valuesSection {
               padding: 5rem 2rem;
  background: #f8f9fa;
}

.valuesSection h2 {
 text-align: center;
    font-size: 2.5rem;
  margin-bottom: 3rem;
  color     :  #2c3e50;
}

.valuesGrid {
   display    :  grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

.valueCard    {
  background: white;
  padding: 2rem;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
   text-align     :    center;
}

.valueCard:hover {
  transform: translateY(-5px);
}

.valueCard h3 {
      font-size: 1.5rem;
	margin-bottom: 1rem;
  color: #34495e;
}

.valueCard p {
   color: #7f8c8d;
 line-height: 1.6;
}

.teamSection {
   padding: 5rem 2rem;
   background: white;
}

.teamSection h2 {
    text-align: center;
    font-size: 2.5rem;
  margin-bottom  :       3rem;
  color: #2c3e50;
}

.teamGrid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.teamMember		{


   background  :        #f8f9fa;
  border-radius: 12px;
    overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;

}

.teamMember:hover {
  transform: translateY(-5px);
}

.memberImage {
    width: 100%;
   height: 250px;
    object-fit    :        cover;
}

.teamMember h3 {
   padding: 1.5rem 1.5rem 0.5rem;
  font-size:       1.5rem;
  color: #2c3e50;


}

.memberRole {
    padding  :   0 1.5rem 0.5rem;
  color: #3498db;
    font-weight: 600;
  font-size: 1rem;
}

.teamMember p:last-child {
	padding: 0 1.5rem 1.5rem;
  color: #7f8c8d;
   line-height: 1.6;
}

.approachSection {
  padding     :     5rem 2rem;
  background: #ecf0f1;
}

.approachContent {
   display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
    align-items: center;
}



.approachTextArea h2

{
    font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.approachTextArea p {
   margin-bottom: 1.5rem;
   color: #7f8c8d;
    line-height: 1.7;
    font-size:       1.1rem;
	
}

.approachStatsArea {
   display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 2rem; 
	
}

.statItem {
   text-align: center;
  background: white;
    padding: 2rem;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.statNumber {

    font-weight: 700;
    color: #3498db;
    margin-bottom: 0.5rem;
  font-size: 3rem;
     }

.statLabel {
   color: #7f8c8d;
    font-weight: 600;
	
}

.missionSection
{
  padding: 5rem 2rem;
    background: #34495e;
   color: white;
   text-align  :    center;
}

.missionSection h2 {


    font-size: 2.5rem;
  margin-bottom: 2rem;
     }

.missionText {
   font-size   :     1.25rem;
       max-width: 1000px;
   margin: 0 auto;
    line-height: 1.7;
         opacity: 0.9;
}

.thankyouHeroSection {
	  margin-top:      80px;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  color: white;
  min-height: 600px;
     }

.thankyouContainer {
   max-width: 1200px;
    margin: 0 auto;
   display: grid;
	grid-template-columns: 1fr 1fr;
  gap: 3rem;
    align-items: center;
    height: 100%;
}

.thankyouContent {
    text-align: left; 
	
}

.thankyouIconArea {
   margin-bottom: 2rem;
}

.successIcon {
       display     : inline-block;
    width:80px;
    height: 80px;
  background: rgba(255,255,255,0.2);
   border-radius: 50%;
  text-align: center;
    line-height: 80px;
    font-size: 3rem;
   font-weight: bold;


}

.thankyouContent h1
	{
                    font-size: 3rem;
   font-weight   :     700;
  margin-bottom: 1.5rem;
}

.thankyouMessage {
   font-size: 1.25rem;
          margin-bottom: 3rem;
    opacity: 0.9;
    line-height: 1.6;
}

.nextStepsArea h2 {
    font-size: 2rem; 
  margin-bottom: 2rem;
}

.stepsGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stepCard {
  background: rgba(255,255,255,0.1);
  padding: 1.5rem;
    border-radius: 8px;
   display: flex;
    align-items:      flex-start;
  gap: 1rem;
}

.stepCard .stepNumber {
  background: rgba(255,255,255,0.2);
  width: 40px;
    height: 40px;
    border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content :       center;
   font-weight: bold;
   font-size: 1.2rem;
   flex-shrink: 0;
}

.stepCard h3 {
   font-size: 1.25rem;
  margin-bottom  :    0.5rem;
}

.stepCard p {
	opacity: 0.9;
               line-height: 1.5;
}

.contactReminder
{
  background: rgba(255,255,255,0.1);
   padding :        2rem;
   border-radius: 12px;
  margin-bottom: 3rem;
}

.contactReminder h3 {
    font-size : 1.5rem;
    margin-bottom: 1rem;
}



.contactReminder p {
    margin-bottom: 1rem; 
	    opacity:  0.9;
}

.quickContactInfo p {
  margin-bottom: 0.5rem;
}

.actionButtons		{
  display: flex;
   gap: 1rem;
   flex-wrap: wrap;
}

.thankyouImage		{
   width    :        100%;
    border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.additionalInfoSection {
    padding  : 5rem 2rem; 
   background: #f8f9fa;
}

.additionalInfoSection h2 {
   text-align: center;
               font-size: 2.5rem;
  margin-bottom: 3rem;
        color: #2c3e50;


}

.preparationGrid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}


.preparationCard  {


    background :        white;
   padding: 2rem;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;}

.preparationCard h3 {
   font-size: 1.5rem;
    margin-bottom: 1rem;
   color     :    #34495e;
}

.preparationCard p {
  color: #7f8c8d;
   line-height   :  1.6;
}@media (max-width: 768px) {
    .aboutHeroContent h1 {
        font-size: 2.5rem;
    }
    
    .storyContent {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .approachContent {
        grid-template-columns: 1fr;
    }
    
    .approachStatsArea {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .thankyouContainer {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .thankyouContent h1 {
        font-size: 2.5rem;
    }
    
    .actionButtons {
        justify-content: center;
    }
    
    .storyTextArea h2,
    .approachTextArea h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .aboutHeroSection,
    .thankyouHeroSection {
        padding: 2rem 1rem;
    }
    
    .storySection,
    .valuesSection,
    .teamSection,
    .approachSection,
    .missionSection,
    .additionalInfoSection {
        padding: 3rem 1rem;
    }
    
    .actionButtons {
        flex-direction: column;
    }
    
    .primaryButton,
    .secondaryButton {
        text-align: center;
    }
    
    .approachStatsArea {
        grid-template-columns: 1fr;
    }
}.privacySection, .cookiesSection {
   padding: 5rem 2rem;
    background: #f8f9fa;
}

.privacySection h2, .cookiesSection h2 {
  text-align: center;
   font-size: 2.5rem;
    margin-bottom: 3rem;
  color     :  #2c3e50;
}

.privacySection .sectionContainer, .cookiesSection .sectionContainer    {
    max-width  :     1200px;
  margin: 0 auto;
}

.privacySection .featureCard, .cookiesSection .featureCard {
  margin-bottom: 2rem;
}@media (max-width: 768px) {
    .privacySection, .cookiesSection {
        padding: 3rem 1rem;
    }
}