*{
   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-color     :      #ffffff;
}

.navigation-wrapper {
    background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	position  :     fixed;
    top: 0;
   width    :      100%;
  z-index: 1000;
}  

.nav-container {
  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;
}

.desktop-menu {
    display     :        flex;
  gap: 30px;
}

.nav-link {
  text-decoration: none;
  color    :#333;
   font-weight: 500;
         padding: 10px 15px;
  border-radius: 5px;
               transition: all 0.3s ease;
}

.nav-link:hover {
	    background-color   :  #f8f9fa;
	  color: #007bff;
	}

.mobile-toggle {
   display: none;
  flex-direction: column;
  cursor     :      pointer;
  padding: 5px;
}

.burger-line {

	   width: 25px;
   height: 3px;
  background-color: #333;
   margin: 3px 0;
   transition: 0.3s;


}

.mobile-menu{
    display    :  none;
               background  :     white;
     padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mobile-nav-link {
    display    :      block;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
   border-bottom: 1px solid #eee;
	
}

.hero-section {
    margin-top: 70px;
  padding: 80px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}


.hero-content {
    max-width  :   1200px;
	 margin: 0 auto;
    display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 50px;
   align-items: center;
}

.hero-text-area h1 {
   font-size: 3em; 
  margin-bottom: 20px; 
  line-height: 1.2;
}

.hero-description {
   font-size: 1.2em;
                    margin-bottom    :  30px;
  opacity: 0.9;
}

.hero-actions{
   display: flex;
 gap: 20px;
}

.primary-btn, .secondary-btn {
    text-decoration: none;
  font-weight: 600;
    display: inline-block;
  transition: all 0.3s ease;
       border-radius: 8px;
  padding: 15px 30px;
}

.primary-btn {
  background: #ff6b6b;
  color: white;


}

.primary-btn:hover {

	    background: #ff5252;
  transform: translateY(-2px);}

.secondary-btn {
   background: transparent;
   color: white;
   border: 2px solid white;
}

.secondary-btn:hover {
         background    :  white;
  color: #667eea;
}

.hero-image {
  width: 100%;
    height: auto;
    border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.services-overview {
	padding : 100px 20px;
   background: #f8f9fa;
}

.section-container {
  max-width: 1200px; 
       margin:     0 auto; 
   text-align: center;
}

.services-overview h2 {
    font-size :2.5em;
  margin-bottom: 60px;
    color: #333;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 40px;
  margin-top: 50px;
	
}

.service-card     {
   background: white;
  padding: 40px 30px;
   border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition:transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-image	{
   width: 100%;

	    height: 200px;

	       object-fit: cover;

				border-radius   :    10px;

	  margin-bottom: 25px;
}

.service-card h3     {
  color: #333;
  font-size: 1.5em;
   margin-bottom: 15px;
}

.service-card p {
  color: #666;
	line-height: 1.7;

}

.cta-section {
	  padding: 100px 20px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
     }

.cta-wrapper {
    max-width: 1200px;
  margin: 0 auto;
   display: grid;
    grid-template-columns: 1fr 1fr;
   gap: 50px;
  align-items: center; 
	
}

.cta-content h2{
   font-size: 2.5em;
 margin-bottom: 25px;
}

.cta-content p {
					font-size: 1.1em; 
    margin-bottom :       35px; 
    opacity: 0.9;
}

.cta-button {
   font-weight    :     600;
   border-radius: 8px;
   transition: all 0.3s ease;
   text-decoration: none;
    padding    :   18px 35px;
    color: white;
  background   :     #ff6b6b;
    display: inline-block;
}

.cta-button:hover {
  background: #ff5252;
  transform: translateY(-3px);
}

.cta-image {
    width: 100%;
  height  :   auto;
    border-radius: 15px;
}

.methodology-section {

	  padding: 100px 20px;
    background: white;

}

.method-container {


    max-width: 1200px;
   margin: 0 auto;

}

.methodology-section h2 {
   text-align: center;
         font-size: 2.5em;
               margin-bottom: 70px;
   color: #333;
}

.methodology-steps


{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 40px;
}

.step-item {
    text-align: center;
  padding: 30px 20px;
}

.step-number {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  width: 60px;
    height: 60px;
    border-radius: 50%;
  display: flex;
    align-items: center;
  justify-content: center;
   font-size :       1.5em;
  font-weight: bold;
       margin: 0 auto 25px;
     }

.step-item h3 {
    font-size:        1.4em;
    margin-bottom: 15px;
  color: #333;
}

.step-item p {
	 color: #666;
   line-height: 1.7; 
	
}

.contact-section {
  padding: 100px 20px;
	  background: #f8f9fa;
} 

.contact-container{
          max-width: 1200px;
    margin: 0 auto;
    display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info h2 {
     font-size: 2.5em;
  margin-bottom: 25px;
    color: #333;

}

.contact-info p {
   font-size: 1.1em;
   color: #666;
    margin-bottom: 40px;
   line-height: 1.7;
}

.contact-details {
    display: flex;
	flex-direction: column;
   gap: 15px;
}

.contact-item {
    padding :    15px 0;

		 border-bottom: 1px solid #eee;

    color: #333;

}

.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 {
    display: block;
	 margin-bottom: 8px;
   font-weight    :      600;
    color  :#333;
}

.form-group input,
.form-group select,
.form-group textarea


{

	   width: 100%;
  font-size:        16px;
  padding :   12px 15px;
    border-radius: 8px;
	border: 2px solid #e1e5e9;
  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(135deg, #667eea 0%, #764ba2 100%);
	 color: white;
   padding: 15px 30px;
    border: none;
   border-radius: 8px;
    font-size: 16px;
   font-weight: 600;
	cursor :pointer;
    width: 100%;
   transition:  all 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 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: 50px;
    width: auto;
   margin-bottom: 20px;
}

.footer-description {
  color: #bdc3c7;
   line-height  :       1.7;
}

.footer-section h4    {
   margin-bottom: 20px;
    font-size: 1.2em;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color:   #bdc3c7;
    text-decoration: none;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-links a:hover


{
  color: white;
}

.footer-bottom {
  border-top: 1px solid #34495e;
  margin-top: 40px;
   padding-top: 20px;
  text-align: center;
	color: #bdc3c7;
}@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-text-area h1 {
        font-size: 2.2em;
    }
    
    .hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .cta-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .methodology-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 60px 15px;
    }
    
    .services-overview,
    .cta-section,
    .methodology-section,
    .contact-section {
        padding: 60px 15px;
    }
    
    .hero-text-area h1 {
        font-size: 1.8em;
    }
    
    .services-overview h2,
    .methodology-section h2,
    .contact-info h2 {
        font-size: 2em;
    }
    
    .contact-form {
        padding: 25px;
    }
}.nav-link.active {
  background-color: #667eea;
    color: white !important;
}

.about-hero {
  margin-top: 70px;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color     :white;
}

.about-hero-content {
  max-width: 1200px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-text-container h1 {
  font-size:   2.8em;
  margin-bottom: 25px;
	line-height: 1.3;
}

.about-lead {
 font-size:  1.2em;
    line-height    :   1.7;
   opacity: 0.95;
}

.about-main-image 
 {
  width: 100%;
  height: auto;
   border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.company-story {
    padding: 100px 20px;
   background: #f8f9fa; 
	
}

.story-container {
   max-width: 1000px;
	margin: 0 auto;
}

.story-content h2 {
		text-align     :       center; 
    font-size: 2.5em; 
    margin-bottom: 60px; 
    color: #333;


}

.story-timeline	{
    position: relative;
  padding-left: 30px;
}

.story-timeline::before
	{
  content: '';
  position: absolute;
   left: 15px;
  top :       0;
    bottom: 0;
   width: 3px;
  background: linear-gradient(to bottom, #667eea, #764ba2);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
   align-items: flex-start;
  gap: 30px;
}

.timeline-item::before {
  content: '';
    position: absolute;
  left:    -37px;
  top: 10px;
    width  :15px;
   height: 15px;
  border-radius: 50%;
    background: #667eea;
    border :        3px solid white;
  box-shadow: 0 0 0 3px #667eea;
}

.timeline-year {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
   padding: 10px 20px;
   border-radius: 25px;
   font-weight: bold;
    min-width: 80px;
  text-align: center;
}



.timeline-content {
  flex: 1;
}

.timeline-content h3 {
  font-size: 1.4em;
   margin-bottom: 10px;
   color :      #333;
}

.timeline-content p {
    color: #666;
 line-height: 1.6;
}

.expertise-areas {
   padding: 100px 20px;
     background: white;
}

.expertise-wrapper {

   max-width: 1200px;
   margin: 0 auto;
	}

.expertise-areas h2 {
  text-align: center;
  font-size: 2.5em;
   margin-bottom: 60px;
          color: #333;
}

.expertise-grid {
	display: grid;
   grid-template-columns: 1fr;
   gap: 40px;
}  

.expertise-card {
   display: grid;
      grid-template-columns: 1fr 1fr;
       gap  :40px;
            align-items: center;
     padding: 40px;
     background: #f8f9fa;
   	border-radius: 15px;
      transition   :       transform 0.3s ease;
}

.expertise-card:hover {
  transform: translateY(-5px);
}

.expertise-card:nth-child(even) {
   grid-template-columns: 1fr 1fr;
}

.expertise-card:nth-child(even) .expertise-image {
     order: 2;
}

.expertise-image {
    width: 100%;
  height  :       250px;
	object-fit    :   cover;
  border-radius: 10px;
}

.expertise-info h3 {
   font-size: 1.6em;
    margin-bottom    :  15px;
   color: #333;
}

.expertise-info p {
        color: #666;
  line-height: 1.7;
   font-size   :    1.05em;
}

.approach-philosophy	{
    padding: 100px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white; 
	
}

.philosophy-container {
   max-width: 1200px;
    margin: 0 auto;
}

.philosophy-content h2 {
   text-align: center; 
	  font-size: 2.5em; 
	  margin-bottom: 60px;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 40px;
}

.philosophy-point {


  background: rgba(255,255,255,0.1);
          padding: 30px;
 border-radius   :  15px;
  backdrop-filter: blur(10px);
     }

.philosophy-point h3 {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.philosophy-point p {

  line-height: 1.7;
               opacity: 0.9;


}

.achievements-section {
    padding: 100px 20px;
   background: #f8f9fa;
}

.achievements-wrapper {

	  max-width: 1200px;
    margin: 0 auto;
    text-align: center;
     } 

.achievements-section h2 {
   font-size  :       2.5em;
    margin-bottom    :60px;
    color: #333;
}

.stats-container {
	display   :   grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}  

.stat-item {
  background     :     white;
   padding: 40px 20px;
   border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-10px);
}

.stat-number {
    font-size: 3em;
  font-weight: bold;
  color: #667eea;
        margin-bottom: 10px;
}

.stat-label {
  color: #666;
   font-size   :      1.1em;
}

.values-mission {
   padding: 100px 20px;
               background: white;
}

.values-container {


	max-width: 1200px;
    margin: 0 auto;
   display: grid;
        grid-template-columns: 1fr 1fr;
  gap: 60px;


}

.mission-block h2,
.values-block h2 {
   font-size: 2.2em;
  margin-bottom: 25px;
  color: #333;
}

.mission-block p {
   color: #666;
  line-height: 1.8;
        font-size: 1.1em;
	
}


.values-list {
  list-style: none;
   padding: 0;
}

.values-list li
	{
   padding: 15px 0;
   border-bottom: 1px solid #eee;
   color: #666;
  font-size  :       1.05em;
   position: relative;
  padding-left: 30px;
}  

.values-list li::before {
  content: '✓';
	 position: absolute;
	left: 0;
    color : #667eea;
    font-weight     :  bold;
    font-size: 1.2em;
}

.thankyou-hero {
    margin-top:    70px;
               padding: 80px 20px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
}

.thankyou-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}  

.success-content {
                    background    : white;
   padding: 60px 40px;
    border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.success-icon	{
  margin-bottom     :   30px;
}  

.checkmark-circle {
  width   :       80px;
    height    :        80px;
   border-radius: 50%;
    background: #4CAF50;
  margin: 0 auto;
    display: flex;
    align-items    :      center;
   justify-content: center;
    animation: scaleIn 0.5s ease-out;
}

.checkmark {
   width: 30px;
      height: 15px;
       border: 3px solid white;
      border-top: none;
      border-right: none;
     transform: rotate(-45deg);
      animation: checkmark 0.3s ease-out 0.2s both;
}@keyframes scaleIn {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

@keyframes checkmark {
    0% { opacity: 0; transform: rotate(-45deg) scale(0); }
    100% { opacity: 1; transform: rotate(-45deg) scale(1); }
}.success-content h1 {
    font-size: 2.5em;
   color: #333;
    margin-bottom: 20px;
}

.success-message {
    margin-bottom: 50px;
   line-height: 1.7;
    font-size: 1.2em;
   color: #666;
}

.next-steps {
   margin: 60px 0;
}

.next-steps h2


{
   font-size: 2em;
   color: #333;
   margin-bottom: 40px;
}

.steps-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 30px;
  margin-bottom  :50px;


}

.step-box {
  background: #f8f9fa;
	   padding: 30px 20px;
	   border-radius: 15px;
	   text-align: center;
}

.step-num {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
   color: white; 
    width: 40px; 
    height: 40px; 
  border-radius: 50%; 
    display: flex; 
   align-items: center; 
    justify-content: center; 
    font-weight: bold; 
          margin    :  0 auto 20px;
}

.step-box h3  
  {
	       font-size :  1.3em;
       color: #333;
       margin-bottom     :15px;}

.step-box p {
    color: #666;
   line-height: 1.6;
}

.additional-info {
   margin: 60px 0;
} 

.additional-info h2 {
   font-size: 2em;
    color: #333;
    margin-bottom: 40px;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
         gap: 30px;
}

.info-card {
    background: #f8f9fa;
                    padding: 30px;
    border-radius: 15px;
  text-align: center;
}

.info-image {
    width: 100%;
    height: 180px;
   object-fit: cover;
   border-radius: 10px;
   margin-bottom: 20px;
}

.info-card h3 {
  font-size: 1.4em;
	color: #333;
    margin-bottom: 15px;
}

.info-card p

{
   color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.info-link {
	 color: #667eea;
   text-decoration: none;
   font-weight: 600;
  transition :color 0.3s ease;
}

.info-link:hover {
   color: #764ba2;
}

.contact-reminder {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
       padding: 30px;
     border-radius: 15px;
     margin: 40px 0;


}

.contact-reminder h3 {
   color: #856404;
  margin-bottom: 15px;
   font-size: 1.4em;
}

.contact-reminder p {
   color: #856404;
   margin-bottom: 20px;
}

.urgent-contact


{
  background: rgba(255,255,255,0.8);
    padding: 20px;
   border-radius: 10px;
}

.urgent-contact p {
  margin     :     5px 0;
   font-weight: 600;
}  

.return-actions {
    margin-top: 40px;
    display: flex;
  gap : 20px;
   justify-content: center;
   flex-wrap: wrap;

}@media (max-width: 768px) {
    .about-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-text-container h1 {
        font-size: 2.2em;
    }
    
    .expertise-card {
        grid-template-columns: 1fr !important;
    }
    
    .expertise-card:nth-child(even) .expertise-image {
        order: 0;
    }
    
    .values-container {
        grid-template-columns: 1fr;
    }
    
    .timeline-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .timeline-year {
        align-self: flex-start;
    }
    
    .success-content {
        padding: 40px 20px;
    }
    
    .return-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .about-hero,
    .company-story,
    .expertise-areas,
    .approach-philosophy,
    .achievements-section,
    .values-mission {
        padding: 60px 15px;
    }
    
    .hero-text-container h1 {
        font-size: 1.8em;
    }
    
    .success-content h1 {
        font-size: 2em;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
}.privacy-section {
  padding: 100px 20px;
   background: #f8f9fa;
}



.privacy-content {
   max-width: 1200px;
    margin: 0 auto;
   text-align: left;
}

.privacy-content h2 {
  font-size: 2.5em;
   margin-bottom: 40px;
  color: #333;
   text-align: center;

}

.privacy-content h3 {
    margin    :    30px 0 15px;
	color    :      #333;
    font-size: 1.6em;
}

.privacy-content p {
   color     :      #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.privacy-content ul {
    list-style: disc;
  margin: 20px 0;
  padding-left: 40px;
}

.privacy-content li {
  color: #666;
    line-height: 1.7;
    margin-bottom:      10px;
}@media (max-width: 768px) {
    .privacy-section {
        padding: 60px 15px;
    }

    .privacy-content h2 {
        font-size: 2em;
    }

    .privacy-content h3 {
        font-size: 1.4em;
    }
}