* {

    margin: 0;
   padding: 0;
   box-sizing: border-box;

}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
  color: #2c3e50;
   background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;


}

a {


    text-decoration: none;
   color: inherit;

}

.main-navigation {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
   position: fixed;
   top: 0;
   width    :100%;
	z-index: 1000;
}

.nav-wrapper {
    max-width: 1200px;
  margin: 0 auto;
   padding: 0 20px;
    display   : flex;
    justify-content: space-between;
    align-items: center;
  height: 70px;
	}

.company-logo {
  height: 45px;
    width     : auto;
}

.menu-links {
   	display: flex;
        gap: 35px;}

.nav-link {

	  font-weight  :       500;
    color: #34495e;
    padding: 8px 16px;
    border-radius: 25px;
   transition: all 0.3s ease;
     }

.nav-link:hover,
.nav-link.active {
  background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
}

.mobile-menu-toggle 
 {
    display: none;
    flex-direction: column;
   cursor: pointer;
    gap:  4px;
}

.mobile-menu-toggle span
{
   width: 25px;
    height: 3px;
  background: #34495e;
    transition: 0.3s;
}

.hero-section  {
   margin-top: 70px;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-content {
   max-width: 1200px;
   margin: 0 auto;
  display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 60px;
  align-items: center;
}

.hero-text h1 {
    font-size: 3.2rem;
  font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
   line-height: 1.2;
}

.hero-description {
  font-size: 1.2rem;
   color: #5a6c7d;
   margin-bottom: 35px;
   line-height    :    1.7;
}

.hero-actions	{
   display: flex;
    gap: 20px;
  flex-wrap: wrap; 
	
}

.cta-primary {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  padding: 15px 30px;
		 border-radius  :  50px;
   font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.cta-primary:hover   {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4); 

}

.cta-secondary {
   background: transparent;
   color: #3498db;
   padding: 15px 30px;
  border   :  2px solid #3498db;
	border-radius:   50px;
          font-weight    :  600;
   transition: all 0.3s ease;
}

.cta-secondary:hover {


    background: #3498db;
	color: white;}

.hero-visual img {

    border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);}

.section-container {
         max-width: 1200px;
    margin: 0 auto;
         padding: 0 20px;
}

.expertise-overview


{
	 padding: 100px 20px;
   background: #ffffff;
}

.expertise-overview h2 {
  text-align: center;
  font-size    :   2.8rem;
  color: #2c3e50;
    margin-bottom  : 60px;
    font-weight: 700;
}

.expertise-grid {
   display :     grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap:      40px;
}

.expertise-card {
		 border: 1px solid #e9ecef;
  padding: 30px;
    background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
   text-align: center;

}

.expertise-card:hover {

	  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background  : white;
}

.expertise-card img
{
        border-radius: 10px;
    margin-bottom: 25px;
  width: 100%;
	 height: 200px;
   object-fit: cover;
}

.expertise-card h3 {
  font-size: 1.5rem;
	color: #2c3e50;
   margin-bottom: 15px;
  font-weight: 600;
}

.expertise-card p	{
  color: #5a6c7d; 
	  line-height  :        1.6;
}

.approach-methodology {


   padding: 100px 20px;
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
     }

.approach-content {

    display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 60px;
  align-items: center;
}

.approach-text h2 {
  font-size: 2.5rem; 
  color: #2c3e50; 
    font-weight: 700; 
    margin-bottom: 25px;
}


.approach-text > p {
    font-size: 1.1rem;
   color: #5a6c7d;
   margin-bottom  :        40px;
    line-height: 1.7;
}

.methodology-points {
   display: flex;
	flex-direction    :     column;
    gap: 25px;
}

.method-item h4 {
   color: #e74c3c;
   font-size:1.2rem;
  margin-bottom     :    8px;
      font-weight: 600; 
	
}

.method-item p {
                    color: #5a6c7d;
   line-height: 1.6;
}

.approach-visual img {
                    border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.cta-section {
   padding: 80px 20px;
  background: linear-gradient(135deg, #3498db, #2980b9);
   color: white;
}

.cta-container {
  max-width     :       800px;
    margin: 0 auto;
  text-align: center;
}

.cta-content h2 {
  font-size: 2.5rem;
   margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
	 font-size :        1.2rem;
    margin-bottom: 35px;
   line-height: 1.7;
   opacity: 0.9;
}

.cta-action {
  background: #e74c3c;
    color: white;
   padding: 18px 40px;
                    border-radius: 50px;
  font-weight: 600;
    font-size: 1.1rem;
   transition: all 0.3s ease;
    display: inline-block;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
   background: #c0392b;
     }

.contact-section {
   padding     :       100px 20px;
    background: #f8f9fa;
}

.contact-section h2 {
 text-align:      center;
    font-size: 2.8rem;
	color :  #2c3e50;
                    margin-bottom: 60px;
    font-weight: 700;
}

.contact-wrapper {
        display :   grid;
     grid-template-columns: 1fr 2fr;
   gap: 60px;
    align-items   : start;
}

.contact-info h3 {
	font-size: 1.8rem;
  color: #2c3e50;
  margin-bottom: 30px;
    font-weight :    600;
}

.contact-detail {
  margin-bottom: 25px;
}

.contact-detail strong {
    color  :      #e74c3c;
    display: block;
	margin-bottom: 8px;
  font-size     :1.1rem;
}

.contact-detail p {
    color: #5a6c7d; 
  line-height     : 1.6;
}

.contact-form {
   background: white;
   padding: 40px;
    border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-group {
  margin-bottom: 25px;
}  

.form-group label {
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 500;
   display: block;
}

.form-group input,
.form-group select,
.form-group textarea {


    width: 100%;
	 padding: 12px 15px;
       border: 2px solid #e9ecef;
    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: #3498db;}

.form-group textarea
{
      resize: vertical;
    min-height: 120px;


}

.form-submit {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
    color:      white;
   padding: 15px 35px;
   border: none;
	 border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
    cursor   :pointer;
    transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
	}

.form-submit:hover {


  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.site-footer {
  background: #2c3e50;
   color: white;
    padding: 60px 20px 20px;
}

.footer-content {
	  max-width: 1200px;
                    margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap    :      40px;


}

.footer-logo {
   height: 40px;
  width: auto;
    margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-section h4 {
    margin-bottom: 20px;
   color: #3498db;
   font-size: 1.2rem;
    font-weight: 600;
}

.footer-section p {

		margin-bottom: 10px;
  color: #bdc3c7;
     line-height     :   1.6;

}

.footer-links {
    list-style: none;
}


.footer-links li {
   margin-bottom: 10px;
}

.footer-links a {
  color: #bdc3c7;
      transition: color 0.3s ease;
}

.footer-links a:hover

{
  color: #3498db;
}

.footer-bottom {
  text-align: center;
   margin-top: 40px;
 padding-top: 20px;
    border-top: 1px solid #34495e;
  color: #95a5a6;
}@media (max-width: 768px) {
    .menu-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);
    }

    .menu-links.active {
        display: flex;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-actions {
        justify-content: center;
    }

    .approach-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-form {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .expertise-overview h2,
    .contact-section h2 {
        font-size: 2.2rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .cta-primary,
    .cta-secondary {
        width: 100%;
        text-align: center;
    }
}.about-hero-section {
    margin-top    :     70px;
      padding: 60px 20px;
     background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
     color: white;
}

.about-hero-content {
   max-width: 1200px;
  margin: 0 auto;
   display: grid;
	grid-template-columns: 1.2fr 1fr;
   gap: 50px;
  align-items: center;
}

.about-hero-text h1 {
    font-size: 2.8rem;
   font-weight: 700;
   margin-bottom: 20px;
   line-height: 1.3;
}

.about-hero-description {
        font-size: 1.15rem;
	line-height: 1.7;
         opacity: 0.95;
}

.about-hero-visual img {
    border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
	
}

.mission-section {
          padding: 90px 20px;
	background: #ffffff;
}

.mission-section h2 {
    text-align     :     center;
	font-size: 2.6rem;
   color: #2c3e50;
	margin-bottom: 50px;
	font-weight: 700;
}



.mission-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
   gap: 50px;
    align-items :        center;
}

.mission-text p {
    font-size: 1.1rem;

	  line-height: 1.8;

	          color: #5a6c7d;

	   margin-bottom: 25px;
}

.mission-visual img {
   border-radius: 12px; 
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.values-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}  

.values-section h2 {
    text-align:        center;
    font-size: 2.6rem;
  font-weight     :    700;
         color: #2c3e50;
    margin-bottom: 60px;
}  

.values-grid     {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.value-card {
  background: white;
  padding: 35px 25px;
    border-radius :     12px;
	 text-align     :     center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transition  :  all 0.3s ease;
	border-left: 4px solid #3498db;
}

.value-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.value-card h3 {
  font-size  :     1.4rem;
  color: #2c3e50;
  margin-bottom  :       15px;
    font-weight: 600;
}

.value-card p {
  line-height: 1.6;
    color: #5a6c7d;
}

.expertise-depth-section {
	  padding    :   90px 20px;
     background: white;


}

.expertise-depth-content {
   display: grid;
   grid-template-columns: 1fr 1.3fr;
  gap: 55px;
    align-items: center;

}

.expertise-depth-text h2 {
   font-size: 2.4rem;
               color: #2c3e50;
   margin-bottom: 25px;
   font-weight  :  700;
}

.expertise-depth-text > p {
  font-size: 1.1rem;
    color: #5a6c7d;
  line-height: 1.7;
    margin-bottom: 35px;
}

.expertise-highlights	{
	display: flex;
    flex-direction: column;
    gap   : 20px;

}

.highlight-item h4 {
  color :        #e74c3c;
   font-size: 1.2rem;
    margin-bottom: 5px;
  font-weight: 600;
}

.highlight-item p {
    color: #5a6c7d;
   line-height: 1.5;
	
}

.expertise-depth-visual img {
    border-radius: 12px;

	  box-shadow: 0 8px 20px rgba(0,0,0,0.12);


}

.approach-detail-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
}

.approach-detail-section h2 {
	text-align: center;
  font-size: 2.6rem;
   color: #2c3e50;
    margin-bottom   :        60px;
    font-weight: 700;
}

.approach-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
}

.approach-step {
    background: white;
    padding: 30px 25px;
    border-radius     :   15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.approach-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.step-number {
  background: linear-gradient(135deg, #3498db, #2980b9);
   color: white;
   width: 50px;
    height: 50px;
       border-radius: 50%;
  display  :flex;
  align-items  :     center;
   justify-content   :    center;
  font-size: 1.5rem;
   font-weight: 700;
   margin: 0 auto 20px;
}

.approach-step h3 {
    font-size: 1.3rem;
   color: #2c3e50;
  margin-bottom : 15px;
  font-weight: 600;

}

.approach-step p    {
   color: #5a6c7d;
  line-height: 1.6;
}


.commitment-section {
  padding: 90px 20px;
   background: white;
}

.commitment-content		{
    display: grid;
   grid-template-columns: 1.3fr 1fr;
    gap: 50px;
   align-items: center;
}

.commitment-text h2 {
   font-size: 2.4rem;
    color: #2c3e50;
  margin-bottom     :        25px;
	font-weight: 700;
}

.commitment-text p {
        font-size: 1.1rem;
    color: #5a6c7d;
  line-height: 1.7;
	margin-bottom: 20px;
}

.commitment-visual img {
    border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.thankyou-container  
  {
   margin-top: 70px;
  min-height: calc(100vh - 70px);
   padding    :  60px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   display: flex;
  align-items: center;
}



.thankyou-content {
   max-width: 900px;
    margin: 0 auto;
    text-align  :       center;
}

.success-visual {
  margin-bottom: 40px;
}

.success-icon {
   -webkit-animation: successPulse 2s infinite;
   display: inline-block;
    animation: successPulse 2s infinite;
}

@keyframes successPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}.thankyou-message h1 {
        font-size     :      2.5rem;
	color: #2c3e50;
   margin-bottom: 25px;
   font-weight: 700;
}

.main-confirmation {
    font-size: 1.2rem;
    color: #5a6c7d;
  line-height: 1.7;
  margin-bottom: 50px;
   max-width: 700px;
    margin-left: auto;
  margin-right: auto;
}

.next-steps {
   margin-bottom :        50px;
}

.next-steps h2 
 {
	  font-size: 2rem;
  color: #2c3e50;
   margin-bottom: 35px;
   font-weight: 600;}

.steps-grid  
  {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
   text-align: left; 
	
}

.step-item {
   background: white;
  padding: 25px;
   border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  display: flex;
  gap: 20px;
   align-items: flex-start;
}

.step-icon {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  width :  40px;
   height: 40px;
   border-radius: 50%;
   display: flex;
   align-items: center;
  justify-content   :center;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h3 {
	 font-size     :   1.2rem;
   color: #2c3e50;
  margin-bottom: 10px;
   font-weight     :     600;
}

.step-content p {


  color: #5a6c7d;
   line-height: 1.6;
     } 

.additional-info {
    margin-bottom: 50px;
}

.additional-info h2  
  {
   font-size: 2rem;
               color: #2c3e50;
       margin-bottom:  35px;
  font-weight: 600;
}

.info-cards {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.info-card {
   background   :     white;
    padding    :      30px 25px;
          border-radius:    12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
   text-align: left;
}


.info-card h3 {
   font-size :       1.3rem;
    color: #2c3e50;
  margin-bottom: 15px;
   font-weight: 600;
}

.info-card p {
     color: #5a6c7d;
   line-height: 1.6;
}


.thankyou-actions {
    display: flex;
	gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.action-primary 
 {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
   padding: 15px 30px;
         border-radius: 50px;
         font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.action-primary:hover    {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.action-secondary {


    color: #3498db;
    border-radius: 50px;
    font-weight :600;
   border: 2px solid #3498db;
    background: transparent;
  transition: all 0.3s ease;
   padding: 15px 30px;


}

.action-secondary:hover
	{
   background: #3498db;
  color: white;
}@media (max-width: 768px) {
    .about-hero-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-hero-text h1 {
        font-size: 2.2rem;
    }

    .mission-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .expertise-depth-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .commitment-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .approach-detail-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .info-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .thankyou-message h1 {
        font-size: 2rem;
    }

    .thankyou-actions {
        flex-direction: column;
        align-items: center;
    }

    .action-primary,
    .action-secondary {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-hero-text h1 {
        font-size: 1.8rem;
    }

    .mission-section h2,
    .values-section h2,
    .approach-detail-section h2 {
        font-size: 2rem;
    }

    .step-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .step-icon {
        margin: 0 auto;
    }
}.cookies-section,
.privacy-section {
    padding: 100px 20px;
	 background: #f8f9fa; 
	
}

.cookies-section h1,
.privacy-section h1 {
   text-align: center;
   font-size: 2.8rem;
   color    :  #2c3e50;
   margin-bottom: 40px;
   font-weight: 700;
}

.cookies-section h2,
.privacy-section h2 {
    font-size: 1.8rem;
	 color: #2c3e50;
    margin: 30px 0 15px;
    font-weight: 600;
}

.cookies-section p,
.privacy-section p {
   font-size: 1.1rem;
  color: #5a6c7d;
  line-height: 1.7;
    margin-bottom: 20px;
}

.cookies-section ul,
.privacy-section ul {
    list-style: disc;
  padding-left    :  30px;
	margin-bottom: 20px;
}

.cookies-section ul li,
.privacy-section ul li {
   font-size: 1.1rem;
   color: #5a6c7d;
   line-height: 1.7;
   margin-bottom: 10px;
}

.cookies-section ul li strong,
.privacy-section ul li strong {
                    color: #e74c3c; 

}@media (max-width: 768px) {
    .cookies-section h1,
    .privacy-section h1 {
        font-size: 2.2rem;
    }

    .cookies-section h2,
    .privacy-section h2 {
        font-size: 1.5rem;
    }

    .cookies-section p,
    .privacy-section p,
    .cookies-section ul li,
    .privacy-section ul li {
        font-size: 1rem;
    }
}