* {
  box-sizing    : border-box;
   margin: 0;
	padding: 0;}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
   color: #333;
   overflow-x: hidden;
}

.primary-navigation {
   position: fixed;
 top: 0;
   width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
   z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
   transition: all 0.3s ease;
}

.nav-container {
  height: 80px;
    align-items     :     center;
  display: flex;
  padding: 0 2rem;
  margin: 0 auto;
    max-width: 1200px;
  justify-content: space-between;
}

.brand-logo {
	gap: 12px;
    display: flex;
  align-items: center;
}

.logo-img {
   height: 40px;
  width: auto;
}

.brand-text  
  {
  font-size: 24px;
  font-weight:   700;
  color: #2c5aa0;
       text-decoration: none;
}

.nav-links {
					display: flex;
    list-style  :       none;
	gap: 2rem;


}

.nav-link {
   text-decoration: none;
  color: #333;
 font-weight: 500;
  padding   :      8px 16px;
    border-radius: 25px;
  transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    background: #2c5aa0;
   color: white;
}

.mobile-menu-toggle


{
  cursor: pointer;
   display: none;
    gap     :     4px;
  flex-direction: column;
}

.mobile-menu-toggle span {
    width: 25px;
  height: 3px;
   background: #333;
  transition: 0.3s;
}

.hero-section {
  margin-top: 80px;
    padding    :        100px 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    min-height: 600px;
   display: flex;
   align-items: center;
}

.hero-content {
   max-width: 1200px;
   margin: 0 auto;
	 display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 4rem;
    align-items: center;
}

.hero-text h1 {

   font-size: 3.5rem;
    font-weight: 700;
   margin-bottom: 1.5rem;
  line-height: 1.2;
     }

.hero-description {
    font-size: 1.2rem;
     margin-bottom :2rem;
  opacity: 0.9;
}

.hero-actions  
  {
   display: flex;
    gap: 1rem;
   flex-wrap: wrap;
}

.primary-btn, .secondary-btn {
    font-weight   :   600;

	   text-decoration: none;

	  transition: all 0.3s ease;

	    padding: 14px 28px;

	    border-radius: 50px;

		 display: inline-block;
	
     }

.primary-btn {
   background: white;
  color: #2c5aa0;
  border   : 2px solid white;
}

.primary-btn:hover {
  background: transparent;
    color: white; 
	
}

.secondary-btn
	{
  background: transparent;
                    color: white;
  border: 2px solid rgba(255,255,255,0.5);
}

.secondary-btn:hover {
  background: white;
    border-color  :white;
  color: #2c5aa0;
}

.hero-image {
   width: 100%;
               height :    400px;
  object-fit: cover;
    border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.container {
          max-width :1200px;
   margin: 0 auto;
  padding: 0 2rem;
}

.services-section {
   padding: 100px 0;
  background    :   #f8f9fa;
}

.section-title {
	text-align: center;
  font-size: 2.8rem;
    color: #2c5aa0;
  margin-bottom     :        60px;
    font-weight: 700;
}

.service-grid {
       display   : grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.service-card {
  background: white;
  padding    :        2rem;
    border-radius    : 15px;
  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 20px 50px rgba(0,0,0,0.15);
	}

.service-image {
      width: 100%;
    height  :     200px;
	object-fit: cover;
    border-radius: 10px;
                    margin-bottom: 1.5rem;
}

.service-card h3 {
       font-weight    :600;
   color :    #2c5aa0;
  margin-bottom: 1rem;
    font-size: 1.5rem;
	}

.service-card p {
                    color: #666;
	line-height: 1.6;
}  

.cta-section
{
    padding: 80px 2rem;
  background: linear-gradient(45deg, #2c5aa0, #667eea);
    color: white;
   text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
   margin-bottom: 1rem;
	 font-weight: 700;
}  

.cta-content p     {
    font-size: 1.2rem;
  margin-bottom: 2rem;
       opacity: 0.9;
}

.cta-button {
    background: white;
    color: #2c5aa0;
  padding: 16px 32px;
   border-radius: 50px;
    text-decoration :  none;
  font-weight: 600;
                    font-size: 1.1rem;
   transition: all 0.3s ease;
   display: inline-block;
}

.cta-button:hover   {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.workshop-section {
	padding: 100px 0;
    background     :      white;
}

.workshop-content {
   display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
    align-items: center;
}

.workshop-text h2 {
    font-size  :  2.5rem;
  color: #2c5aa0;
    margin-bottom: 1.5rem;
   font-weight: 700;
}

.workshop-text p
{
    font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.workshop-benefits {
    display: flex;
   flex-direction :column;
   gap: 1.5rem;
}

.benefit-item {
  padding: 1rem;
  border-left: 4px solid #667eea;
  background: #f8f9fa;
}

.benefit-item h4 {
        color: #2c5aa0;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
	
}

.benefit-item p {
    color: #666;
   margin: 0;
}

.workshop-photo
	{
    width  :      100%;
  height: 500px;
   object-fit: cover;
   border-radius: 15px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.contact-section {
    padding: 100px 0;
  background: #f8f9fa;
}

.contact-title {
  margin-bottom    :   60px;
  font-weight: 700;
   font-size: 2.8rem;
   color: #2c5aa0;
    text-align: center;

}

.contact-wrapper {
    display: grid;
   grid-template-columns: 2fr 1fr;
  gap: 4rem;
}

.contact-form {

    background: white;
   padding: 3rem;
   border-radius: 15px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.1);
     }

.form-row {
    display  :    grid;
	 grid-template-columns: 1fr 1fr;
   gap: 1.5rem;
   margin-bottom:        1.5rem;
	
}

.form-group{
  display: flex;
   flex-direction: column;
}

.form-group.full-width {

	          grid-column: span 2;
  margin-bottom: 1.5rem;
}

.form-group label {
   font-weight: 600;
     color    :     #333;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px;
    border    :       2px solid #e9ecef;
  border-radius: 8px;
   font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #667eea;
}

.submit-btn

{
  background: linear-gradient(45deg, #2c5aa0, #667eea);
  color: white;
	padding: 16px 32px;
   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 10px 30px rgba(102, 126, 234, 0.4);
}

.contact-info {
  background: white;
    padding: 2rem;
    border-radius:15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  height: fit-content; 
	
}

.contact-info h3 {
    color: #2c5aa0;
  font-size: 1.5rem;
    margin-bottom: 1.5rem;
   font-weight: 700;
}

.info-item {
    margin-bottom: 1.5rem;
}

.info-item strong {
   color: #333;
    font-size     :      1.1rem;
}

.info-item p {
    color:       #666;
   margin-top: 0.5rem;
}

.main-footer {

	    background: #1a1a1a;
   color: #ccc;
   padding: 60px 0 20px;
     }


.footer-content {
        max-width: 1200px;
  margin: 0 auto;
    padding  :        0 2rem;
   display     :     grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
   gap: 2rem;
}

.footer-section h4   {
   color:  white;
       font-size: 1.2rem;
      margin-bottom: 1rem;
     font-weight: 600;
}

.footer-brand p     {

	color: #999;
  margin-top: 1rem; 
	
	}

.footer-logo {
	height: 35px;
  filter: brightness(0) invert(1);
    margin-bottom: 1rem;
}

.footer-links {
   list-style: none;
}

.footer-links li {
   margin-bottom  :0.5rem;
}

.footer-links a {
   color: #ccc;
	text-decoration: none;
  transition: color 0.3s ease;

}

.footer-links a:hover {
	 color: white;
}

.footer-bottom {
   border-top: 1px solid #333;
    margin-top  :  2rem;
	padding-top: 1rem;
  text-align: center;
  color   :        #999;
}@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: rgba(255, 255, 255, 0.98);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        transition: left 0.3s ease;
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links li {
        margin: 1rem 0;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-actions {
        justify-content: center;
    }

    .workshop-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }
}.about-hero {
  margin-top: 80px;
   padding: 120px 2rem 80px;
  background: linear-gradient(135deg, #2c5aa0 0%, #667eea 100%);
   color: white;
  text-align: center;
}

.about-hero-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.3rem;
   opacity: 0.9;
    max-width: 800px;
  margin: 0 auto;

}

.company-story {
  padding   :   100px 0;
       background: white;
}

.story-content


{
   display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
  align-items: center;
}

.story-text h2 {
     font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 2rem;
	 font-weight: 700;
}

.story-text p {
     font-size: 1.1rem;
	color: #666;
   margin-bottom: 1.5rem;
   line-height: 1.7;
}

.company-stats {
   display: grid;

	  grid-template-columns: repeat(3, 1fr);

	   gap   :     2rem;

	               margin-top: 3rem;
}

.stat-item     {
  text-align: center;
    padding: 1.5rem;
        background: #f8f9fa;
	border-radius: 10px;
}

.stat-item h3 {
    font-size  :2.5rem;
	color   : #2c5aa0;
  font-weight : 700;
   margin-bottom: 0.5rem;
}

.stat-item p {
    color: #666;
  font-size: 0.9rem;
	margin: 0;
}

.company-image {
   width: 100%;
    height   :     450px;
    object-fit: cover;
   border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.methodology-section {
    padding: 100px 0;
	background:       #f8f9fa;
}

.section-heading {
  text-align: center;
          font-size: 2.8rem;
 color: #2c5aa0;
  margin-bottom: 60px;
    font-weight: 700;
}

.methodology-grid{
  display     :      grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.method-card {
    background: white;
  padding: 2.5rem 2rem;
               border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
   transition: transform 0.3s ease;
}

.method-card:hover {
  transform: translateY(-5px);
}

.method-number {
    position: absolute;
   top: -15px;
   right: 20px;
	background    :#667eea;
  color: white;
   width: 40px;
  height: 40px;
    border-radius: 50%;
   display:      flex;
  align-items: center;
   justify-content: center;
  font-weight    :    700;
    font-size  :       1.2rem;


}

.method-card h3 {
  color: #2c5aa0;
	font-size: 1.4rem;
   margin-bottom: 1rem;
  font-weight: 600;

}

.method-card p {
    color: #666;
  line-height: 1.6;}

.expertise-areas {
    padding: 100px 0;
    background: white;
}

.centered-title {
    text-align: center;
    font-size: 2.8rem;
  color: #2c5aa0;
    margin-bottom: 60px;
                    font-weight: 700;
}

.expertise-layout {
	grid-template-columns: 1fr 1fr;
  display: grid;
    gap: 4rem;
   align-items    :   center;
}

.expertise-item {
  padding: 1.5rem 0;
      border-bottom: 1px solid #e9ecef;
}

.expertise-item:last-child {

    border-bottom: none; 
	
     }

.expertise-item h4 {
    color: #2c5aa0;
  font-size: 1.3rem;
   margin-bottom: 0.8rem;
   font-weight: 600;
}

.expertise-item p {
    color: #666;
       line-height: 1.6;
}

.expertise-photo {
        width: 100%;
   height: 500px;
   object-fit: cover;
   border-radius: 15px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.values-section 
 {
    padding: 100px 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.values-container {
   max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.values-container h2 {
	margin-bottom     :60px;
   font-weight: 700;
   font-size: 2.8rem;
}

.values-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.value-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
	 border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.value-card h3 {
          font-size: 1.5rem;
   margin-bottom: 1rem;
    font-weight :      600;
}

.value-card p {
		 opacity: 0.9;
   line-height: 1.6;
}

.why-choose-us {
   padding: 100px 0;
	 background: #f8f9fa;
}

.choice-content {
  align-items: center;
    grid-template-columns: 1fr 1.2fr;
   display: grid;
 gap: 4rem;
}

.choice-photo {
               width: 100%;
    height    : 500px;
   object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.15); 

}

.choice-text h2 {
  font-size: 2.5rem;
                    color: #2c5aa0;
    margin-bottom   :  2rem;
  font-weight: 700;
}

.choice-reasons {
       display: flex;
  flex-direction: column;
    gap  :     2rem;
	}

.reason-point {


               padding: 1.5rem;
	   background: white;
	  border-radius  :        10px;
	  box-shadow: 0 5px 15px rgba(0,0,0,0.08);}

.reason-point h4 {
    color: #2c5aa0;
  font-size: 1.2rem;
	margin-bottom: 0.8rem;
               font-weight   :     600;
}

.reason-point p {
       color: #666;
  line-height: 1.6;
  margin    :   0;


}

.thankyou-main {
    margin-top: 80px;

  min-height: calc(100vh - 80px);

   padding :  60px 2rem;

  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.thankyou-container {
	 max-width    :      1200px;
    margin   : 0 auto;
   display     :       grid;
  grid-template-columns: 1.5fr 1fr;
   gap: 4rem;
   align-items: center;
    min-height: 600px;
}

.thankyou-content {
	background: white;

	         padding: 3rem;

	   border-radius: 20px;

	  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.success-visual {
  text-align: center;
    margin-bottom: 2rem;
}

.success-icon {
                    display: inline-block;
	position: relative;
}

.checkmark {
  width: 80px;
    height: 80px;
   border-radius: 50%;
    display: block;
	stroke-width: 3;
   stroke: #4caf50;
   stroke-miterlimit    :10;
   margin:     20px auto;
          position: relative;
}

.checkmark-circle{
  stroke-dasharray: 166;
   stroke-dashoffset: 166;
  stroke-width: 3;
   stroke-miterlimit: 10;
       stroke: #4caf50;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
	 position: absolute;
   width  :      80px;
		height: 80px;
	border-radius: 50%;
   left: 0;
       top: 0;
}

.checkmark-stem {
   stroke-dasharray: 48;
   stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    position: absolute;
   left: 28px;
    top: 40px;
   width: 15px;
  height: 3px;
   background: #4caf50;
  transform: rotate(45deg);
}

.checkmark-kick {
   stroke-dasharray: 78;
    stroke-dashoffset: 78;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  position    :       absolute;
    left: 40px;
  top: 35px;
  width: 25px;
   height: 3px;
        background: #4caf50;
  transform: rotate(-45deg);
}@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}.thankyou-text h1 {
      font-size: 2.8rem;
    color: #2c5aa0;
   text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;


}

.thankyou-subtitle {
    font-size: 1.2rem;
  color: #666;
  text-align: center;
 margin-bottom     :3rem;
}

.next-steps h2 {
  font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
	 font-weight  :  600;
}

.steps-timeline {
  display: flex;
  flex-direction: column;
    gap     :      1.5rem;
   margin-bottom: 3rem;
} 

.timeline-step {
   display: flex;
	gap: 1.5rem;
   align-items: flex-start;
}

.step-number {
    background: #667eea;
    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 {
         color: #2c5aa0;
       font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.step-content p {
	color: #666; 
    line-height: 1.5; 
    margin: 0;


}

.additional-info {
		 background: #f8f9fa;
  padding: 1.5rem;
    border-radius: 10px;
  margin-bottom: 2rem; 
	
}

.additional-info h3  {
    color: #2c5aa0;
  margin-bottom: 0.8rem;
   font-weight: 600;
}

.additional-info p {
	color: #666;

   margin: 0;

	line-height: 1.6;
}

.action-buttons {
 flex-wrap  :  wrap;
          gap: 1rem;
    display: flex;
  justify-content: center;
}

.return-home-btn, .learn-more-btn {
   padding    : 14px 28px;
  border-radius: 8px;
  text-decoration: none;
   font-weight: 600;
    transition: all 0.3s ease;
	display: inline-block;
}

.return-home-btn


{
  background: linear-gradient(45deg, #2c5aa0, #667eea);
   color  :      white;
}

.return-home-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(44, 90, 160, 0.4);
}

.learn-more-btn {
    background: transparent;
   color: #2c5aa0;
   border: 2px solid #2c5aa0;
} 

.learn-more-btn:hover {
	 background: #2c5aa0;
   color: white;
}

.thankyou-image {
     display: flex;
       align-items: center;
       justify-content: center; 
	
     }

.consultation-image {
	 width: 100%;
     height: 500px;
   object-fit     :cover;
    border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}@media (max-width: 768px) {
    .about-hero-content h1 {
        font-size: 2.4rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .company-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .methodology-grid {
        grid-template-columns: 1fr;
    }

    .expertise-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .choice-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .thankyou-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .thankyou-text h1 {
        font-size: 2.2rem;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .return-home-btn, .learn-more-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}.cookies-section, .privacy-section {
    padding: 100px 0;
  background: #f8f9fa;
}

.cookies-content, .privacy-content {
   max-width     :        800px;
   margin  :0 auto;
}

.cookies-content h2, .privacy-content h2

{
    font-size: 1.8rem;
         color: #2c5aa0;
  margin-bottom: 1rem;
    font-weight: 600;
}

.cookies-content p, .privacy-content p 
 {
    color:    #666;
  margin-bottom: 1.5rem;
	
}

.cookies-content ul, .privacy-content ul {
    margin-bottom: 1.5rem;

	   padding-left: 2rem;
}

.cookies-content ul li, .privacy-content ul li {

	  color: #666;

	    margin-bottom: 0.5rem;
	}