* {
    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: #fff;
	}

.main-navigation {
	background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
  top: 0;
	z-index: 1000;


}

.nav-container {
   max-width: 1200px;
   margin: 0 auto;
    padding: 1rem 2rem;
  display: flex;
   justify-content: space-between;
  align-items: center;
}

.nav-logo img {
   height: 45px;
  width: auto;}

.nav-links {
    display:   flex;
   gap :       2.5rem;
}

.nav-links a {
  text-decoration: none;
  color: #34495e;
  font-weight: 500;
   transition  :    color 0.3s;
  font-size: 1.05rem;
}

.nav-links a:hover {


   color: #667eea;
}

.nav-burger {
       display: none;
  flex-direction: column;
	cursor: pointer;
  gap: 5px;
}

.nav-burger span

{
  width: 28px;
   height: 3px;
	 background: #34495e;
   transition: 0.3s;
}

.hero-section {
    max-width: 1200px;
   margin     :      0 auto;
	padding     :   5rem 2rem;
  display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 4rem;
    align-items: center;
}

.hero-content h1 {
    font-size: 2.8rem;
   color :#2c3e50;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
    color: #5a6c7d;
       margin-bottom: 2rem;
      font-size: 1.2rem; 
	
}

.hero-actions {
   display: flex;
    gap: 1.5rem;
}

.btn-primary, .btn-secondary, .btn-tertiary, .btn-cta, .btn-submit {
   padding     :        0.9rem 2rem;
      text-decoration: none;
       border-radius: 6px;
      font-weight: 600;
       transition: all 0.3s;
     display: inline-block;
     border: none;
       cursor: pointer;
       font-size: 1rem;
}



.btn-primary	{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color   :      #fff; 
	
} 

.btn-primary:hover  
  {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);

}

.btn-secondary {
      background: transparent;
  color:  #667eea;
    border: 2px solid #667eea;
	
}

.btn-secondary:hover {
  background: #667eea;
   color: #fff;
}

.hero-image img {
         width: 100%;
			 height: auto;
	   border-radius: 12px;
	  box-shadow: 0 10px 40px rgba(0,0,0,0.15);


}

.features-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 5rem 0;
}

.container-main {
   max-width: 1200px;
   margin: 0 auto;
    padding: 0 2rem;
}

.features-section h2 {
   text-align: center;
	font-size: 2.5rem;
  margin-bottom: 3rem;
    color: #2c3e50;
}

.features-grid


{
   display  :grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}

.feature-card {
   background: #fff;
    padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	 transition  :       transform 0.3s;
     }

.feature-card:hover
	{
  transform: translateY(-8px);
}

.feature-icon {
   margin-bottom: 1.5rem; 
	
}

.feature-icon svg {
	stroke  :        #667eea;
   fill   : none;
   stroke-width  :   2;
    stroke-linecap  :   round;
	stroke-linejoin: round;
}

.feature-card h3 {
	  color: #2c3e50;
	  margin-bottom: 1rem;
	    font-size: 1.5rem;
	}

.feature-card p {
    color: #5a6c7d;
   line-height: 1.7; 
	
}

.services-overview {
                    padding  : 6rem 0;
}

.services-content


{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
	 align-items: center;
}

.services-text h2  
  {
  font-size: 2.3rem;
   margin-bottom: 1.5rem;
    color: #2c3e50;
}

.services-text p {

   color:       #5a6c7d;
  margin-bottom  :        2rem;
    font-size: 1.1rem;
     }

.services-list {
    list-style: none;
   margin-bottom: 2rem;
}

.services-list li {
  padding: 0.8rem 0;
   padding-left   :    2rem;
  position: relative;
      color: #34495e;
}

.services-list li:before {
  content: "→";
   position: absolute;
	 left: 0;
  color: #667eea;
  font-weight: bold;
}

.btn-tertiary     {
   background: #34495e;
   color: #fff;
}

.btn-tertiary:hover    {
      background: #2c3e50;
  transform: translateY(-2px);}

.services-image img
{
  width: 100%;
       height: auto;
   border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

.process-section {
   background: #f8f9fa;
  padding: 5rem 0;
}

.process-section h2    {
       text-align: center;
  font-size: 2.5rem;
   margin-bottom: 4rem;
   color: #2c3e50;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 3rem;
}

.step-item {
    text-align: center;
}

.step-number {
    font-size: 3.5rem;
    font-weight: 700;
   color: #667eea;
  margin-bottom: 1rem;
    opacity: 0.3;
}

.step-content h3 {
   font-size: 1.4rem;
 margin-bottom: 1rem;
  color: #2c3e50;
}

.step-content p	{
   color: #5a6c7d;
    line-height: 1.7;
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding:       5rem 0;
   text-align: center;
}

.cta-content h2 {
          color: #fff;
   font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.cta-content p {

	  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left   :        auto;
    margin-right:    auto;

}

.btn-cta {
	 background: #fff;
    color: #667eea;
   font-size: 1.1rem;
}

.btn-cta:hover 
 {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255,255,255,0.3);
}

.expertise-showcase {
	  padding: 5rem 0;

}

.expertise-showcase h2 {

	  font-size: 2.5rem;
    margin-bottom: 3rem;
   color   :     #2c3e50;
   text-align: center;

}

.expertise-grid {
   display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
		gap: 2rem;
}


.expertise-item {
   position: relative;
    overflow:   hidden;
   border-radius: 10px;
   cursor: pointer;
}

.expertise-item img {
       width: 100%;
   height: 350px;
  object-fit: cover;
  transition: transform 0.4s;
}

.expertise-overlay {
  position: absolute; 
		 bottom: 0; 
	  left: 0; 
	   right: 0; 
	  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent); 
	    padding  :  2rem; 
	    color: #fff; 
	  transform: translateY(20px); 
		transition     :       transform 0.4s;
}

.expertise-item:hover img {
  transform: scale(1.1);
}

.expertise-item:hover .expertise-overlay {
  transform: translateY(0);
}

.expertise-overlay h3 {


    font-size: 1.5rem;
   margin-bottom: 0.5rem;

}

.expertise-overlay p {
               font-size: 0.95rem;
}

.contact-section {
   padding: 5rem 0;
  background: #f8f9fa;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
   gap: 4rem;
}

.contact-info h2 {

  font-size   :       2.3rem;
  margin-bottom: 1.5rem;
    color: #2c3e50;
     }

.contact-info p {

		color: #5a6c7d;
   margin-bottom: 2.5rem;
    font-size: 1.1rem;
	}

.contact-details {

	  flex-direction: column;
   display: flex;
  gap: 2rem;

} 

.detail-item 
 {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start; 
}

.detail-item svg {
   stroke-linejoin: round;
          flex-shrink: 0;
    stroke-linecap: round;
   fill: none;
   stroke: #667eea;
	 stroke-width  :        2;
}

.detail-item strong {
               display: block;
  margin-bottom: 0.3rem;
    color: #2c3e50;
	
}

.detail-item p {
  color: #5a6c7d;
     margin: 0;
}

.contact-form
{
  background: #fff;
               padding: 2.5rem;
  border-radius   :        10px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.form-group {

   margin-bottom: 1.5rem;
}

.form-group label 
 {
    margin-bottom: 0.5rem;
  font-weight: 500;
   display: block;
    color: #2c3e50;
	}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
   padding: 0.9rem;
    border   :  2px solid #e0e6ed;
  border-radius: 6px;
	font-family: inherit;
                    font-size: 1rem;
  transition: border-color 0.3s;
} 

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
       outline: none; 
  border-color: #667eea;
     }

.form-group textarea 
 {
  resize: vertical; 

}

.btn-submit{
	 width: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size :  1.1rem;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.main-footer   {
    background: #2c3e50;
  color:  #ecf0f1;
    padding: 3rem 0 1rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
		 grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap    :   3rem;
  margin-bottom: 2rem;
}

.footer-column h4 {
			margin-bottom: 1.2rem;

   color: #fff;

    font-size: 1.1rem;
}

.footer-logo img {
  height : 40px;

	  margin-bottom: 1rem; 

}

.footer-description
	{
       color: #bdc3c7;
   line-height:    1.6;

}

.footer-column ul {
   list-style: none;
}

.footer-column ul li {
    margin-bottom :   0.7rem;
}

.footer-column ul li a {
    color: #bdc3c7;
     text-decoration: none;
       transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-column p {
   color: #bdc3c7;
  line-height: 1.7;
}

.footer-bottom {
    max-width: 1200px;
  margin: 0 auto;
   padding: 2rem 2rem 0;
   border-top:1px solid #34495e;
    text-align: center;
}

.footer-bottom p {
  color: #95a5a6;
}@media (max-width: 768px) {
    .nav-burger {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
        gap: 0;
    }
    
    .nav-links.active {
        left: 0;
    }

    .nav-links a {
        padding: 1rem 0;
        display: block;
    }
    
    .hero-section {
        grid-template-columns: 1fr;
        padding: 3rem 2rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
    }
    
    .services-content {
        grid-template-columns: 1fr;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .expertise-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.7rem;
    }
    
    .features-section h2,
    .process-section h2,
    .expertise-showcase h2 {
        font-size: 1.8rem;
    }
}.policySection    {
	   padding:  80px 2rem; 
   background: #f8f9fa;


}

.policyContainer {
    max-width: 800px;
   margin: 0 auto;
  text-align: left;
}

.policyContainer h2 {
   font-size: 2.5rem; 
                    color: #2c3e50; 
  margin-bottom: 1.5rem; 
    font-weight: 700;


}

.policyContainer p {
       color: #7f8c8d;
                    margin-bottom: 1.5rem;
  line-height: 1.7;
    font-size: 1.1rem;
	}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.page-hero

{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 0;
    text-align: center;
   color: #fff; 

}

.page-hero h1 {
   font-size: 3rem;
	margin-bottom  : 1rem;
}

.page-hero-subtitle {
	 font-size: 1.3rem; 
	    opacity  :    0.95;
}

.services-detailed {
   padding  :    5rem 0; 

}

.service-block {
   margin-bottom: 5rem;
} 

.service-content		{
       display :        grid;
   grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
   align-items:center; 
	
}

.service-block.reverse .service-content {
   grid-template-columns: 1fr 1.2fr; 

}

.service-block.reverse .service-text	{
    order: 2;


}

.service-block.reverse .service-visual {
  order: 1;
}

.service-text h2 {
  font-size: 2.2rem;
   margin-bottom: 1.2rem;
    color: #2c3e50;
}

.service-text p {

	  font-size: 1.05rem;
  color  :#5a6c7d;
   line-height: 1.8;
    margin-bottom: 1.5rem;
     }

.service-features  {

	    list-style: none;
	margin-bottom: 2rem;
	


}

.service-features li   {
   padding: 0.7rem 0;
 padding-left :       2rem;
	position: relative;
    color: #34495e;
    font-size: 1.05rem;
}

.service-features li:before {
  content: "✓";
  position: absolute;
      left: 0;
	color: #667eea;
   font-weight: bold;
   font-size: 1.2rem;
}

.service-meta {
   display: flex;
	  gap: 2rem;
		flex-wrap: wrap;
}

.meta-item {
    background: #f0f3ff;
  padding: 0.5rem 1.2rem;
  border-radius: 20px;
	 color    :  #667eea;
   font-weight: 600;
    font-size: 0.95rem;
}

.service-visual img {
   width: 100%;
  height: auto;
          border-radius   :        12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);

}

.workshop-section {
   background :    #f8f9fa;
  padding   :  5rem 0;
}

.workshop-section h2	{
   text-align: center;
	font-size: 2.5rem;
   margin-bottom: 1rem;
    color: #2c3e50;
}

.section-intro {
  text-align     :        center;
   font-size: 1.2rem;
	color:       #5a6c7d;
	margin-bottom: 3rem;
}

.workshop-grid {
	 display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	    gap: 2rem;
}

.workshop-card {
    background: #fff;
    padding: 2rem;
   border-radius :        10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition  :     transform 0.3s;
}

.workshop-card:hover {
  transform: translateY(-5px);
}

.workshop-header {
   display: flex;
   justify-content: space-between;
  align-items: flex-start;
	margin-bottom: 1rem;
}

.workshop-header h3 {
	font-size: 1.3rem;
	color  :    #2c3e50;
   flex: 1;
}

.workshop-duration {
    background: #667eea;
          color: #fff;
   padding: 0.3rem 0.8rem;
    border-radius: 15px;
  font-size: 0.85rem;
   font-weight: 600;
   white-space: nowrap;
                    margin-left  :        1rem;
}

.workshop-card p {
	    color: #5a6c7d;
   line-height: 1.7;
  margin-bottom: 1.5rem;
	}

.workshop-topics {
    flex-wrap   :  wrap;
         gap: 0.5rem;
    display :   flex;
}

.workshop-topics span {
	background: #f0f3ff;
	color: #667eea;
   -moz-border-radius   :   12px;
    padding: 0.4rem 0.9rem;
   -webkit-border-radius: 12px;
   border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 500;
}

.consultation-packages {
	 padding: 5rem 0;
}

.consultation-packages h2	{
          text-align: center;
   font-size: 2.5rem;
   margin-bottom: 3rem;
	color: #2c3e50;
}

.packages-grid{
  display     :grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	 gap :       2.5rem;
}

.package-card {
  background :  #fff;
   padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
   transition: all 0.3s;
		border: 2px solid transparent;

}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);


}

.package-card.featured {
   border-color: #667eea;
    position: relative;
}

.package-card.featured:before {
  content: "Beliebt";
  position: absolute;
    top    :    -12px;
  right: 20px;
   background: #667eea;
	color: #fff;
         padding  :    0.4rem 1rem;
    border-radius: 20px;
  font-size   :    0.85rem;
    font-weight: 600;
}

.package-tier {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    display: inline-block;
	padding: 0.5rem 1.5rem;
	border-radius: 20px;
   font-weight: 600;
    margin-bottom: 1.5rem;
}

.package-card h3 {

  font-size: 1.8rem; 
  margin-bottom: 1rem; 
  color  :  #2c3e50;}

.package-description {
  color    : #5a6c7d;
	margin-bottom :     2rem;
   font-size: 1.05rem;

}

.package-includes {
    list-style   :none;
    margin-bottom    :       2rem;
}


.package-includes li {

	  padding: 0.8rem 0;
    padding-left: 2rem;
   position  :        relative;
   color: #34495e;

}

.package-includes li:before {
  content: "✓";
    position: absolute;
          left: 0;
  color: #667eea;
    font-weight: bold;
	 font-size: 1.2rem;
}

.package-btn {

       display: block;
   text-align: center;
        padding: 1rem;
    background: #667eea;
      color: #fff;
    text-decoration    :      none;
    border-radius: 8px;
  font-weight :        600;
  transition: all 0.3s;

}

.package-btn:hover {
    background   :   #764ba2;
  transform: translateY(-2px);
}

.process-detail {
  background: #f8f9fa;
  padding: 5rem 0;


}

.process-detail h2 {
    text-align: center;
	font-size: 2.5rem;
                    margin-bottom: 4rem;
  color: #2c3e50;
}

.process-timeline {
  max-width: 800px; 
	                    margin: 0 auto; 
	   position: relative;
}

.process-timeline:before {
  content: '';
   position: absolute;
   left     :        20px;
    top     :        0;
  bottom: 0;
  width: 3px;
  background: #667eea;
}

.timeline-item    {
  position: relative;

	    padding-left :    60px;

	    margin-bottom:       3rem;
}

.timeline-marker {
  position: absolute;
      left   :       9px;
      top: 0;
       width: 24px;
      height: 24px;
      background: #667eea;
       border   :       4px solid #fff;
       border-radius: 50%;
   	box-shadow: 0 0 0 3px #f0f3ff;
}  

.timeline-content h3

{
    font-size:   1.5rem; 
      margin-bottom: 0.8rem; 
    color: #2c3e50;
}

.timeline-content p {
    color:  #5a6c7d;
   line-height: 1.7;
      font-size: 1.05rem;
}

.cta-services	{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 0;
    text-align: center;
}

.cta-services h2   {
  color: #fff; 
    font-size: 2.3rem; 
    margin-bottom:        1rem;
}

.cta-services p {
  color: rgba(255,255,255,0.9);

	  font-size: 1.2rem;

	  margin-bottom: 2rem;
	
}

.thankyou-section {
     padding     :       5rem 2rem;
   min-height: 70vh;
   display: flex;
    align-items: center;
}

.thankyou-content {
    text-align:    center;
  max-width: 900px;
    margin: 0 auto;
}

.thankyou-icon {
    margin-bottom: 2rem;
}



.thankyou-icon svg {
    stroke-linejoin: round;
   stroke-linecap: round;
        fill: none;
    stroke-width :   2;
  stroke: #667eea;
}

.thankyou-content h1		{
    font-size   :        2.5rem;
  color: #2c3e50;
   margin-bottom: 1.5rem;
}

.thankyou-message {
    font-size: 1.2rem;
	 color: #5a6c7d;
	  margin-bottom     :  3rem;
	   line-height: 1.8;
} 

.thankyou-info {
  background: #f8f9fa; 
    padding: 3rem; 
  border-radius: 12px; 
   margin-bottom: 3rem;

}

.thankyou-info h2 {
   font-size: 2rem;
    color  :  #2c3e50;
   margin-bottom: 2.5rem;
}  

.next-steps {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	 gap   :        2rem;
}


.next-step {
  text-align: center; 
	
} 

.step-icon {
   margin-bottom: 1rem;
}

.step-icon svg		{
   stroke:     #667eea;
   fill: none;
   stroke-width: 2;
	stroke-linecap: round;
  stroke-linejoin: round;
}

.next-step h3 {
    font-size   :      1.3rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.next-step p {
   color:        #5a6c7d;
   line-height: 1.7;
}

.thankyou-actions {

	   display: flex;
   gap: 1.5rem;
	justify-content: center;
   margin-bottom: 3rem;}

.thankyou-contact {
  padding-top: 2rem;

		border-top: 2px solid #e0e6ed;
}

.thankyou-contact p     {
 color: #5a6c7d;
               margin-bottom   :0.5rem;
}

.contact-phone {
     font-size: 1.5rem;
    color: #667eea;
  font-weight: 600;
}@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .service-content,
    .service-block.reverse .service-content {
        grid-template-columns: 1fr;
    }
    
    .service-block.reverse .service-text,
    .service-block.reverse .service-visual {
        order: initial;
    }
    
    .workshop-grid {
        grid-template-columns: 1fr;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .process-timeline:before {
        left: 15px;
    }
    
    .timeline-item {
        padding-left: 50px;
    }
    
    .timeline-marker {
        left: 6px;
    }
    
    .thankyou-actions {
        flex-direction: column;
    }
    
    .next-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-hero h1 {
        font-size: 1.7rem;
    }
    
    .service-text h2 {
        font-size: 1.7rem;
    }
    
    .thankyou-content h1 {
        font-size: 2rem;
    }
    
    .thankyou-info {
        padding: 2rem 1.5rem;
    }
}