* {
	 margin: 0;
    padding: 0;
  box-sizing: border-box;
}

body {
	  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
  color: #2d3748;
   background-color: #ffffff;
}

.topbar-wrapper {
    background: #fff; 
  box-shadow: 0 2px 15px rgba(0,0,0,0.08); 
  position: fixed; 
   top: 0; 
   width: 100%; 
    z-index: 1000; 
         padding: 0;
}

.nav-container {
	max-width: 1200px;
       margin: 0 auto;
   display: flex;
          justify-content: space-between;
  align-items: center;
          padding: 1rem 2rem;
}


.company-logo {
    height: 45px;
    width: auto;


}

.navigation-links {


   display: flex;
    gap: 2.5rem;

}

.nav-link {
    text-decoration: none;
    color: #4a5568;
  font-weight     :      500;
   transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link:hover,
.nav-link.active {
   color     :#3182ce;
}

.mobile-toggle {
    display: none;

	flex-direction: column;

    cursor    :  pointer;

   padding: 5px;
}

.burger-line {
  width: 25px;
   height  :       3px;
	background-color: #4a5568;
   margin: 3px 0;
  transition  : 0.3s;
}

.hero-area {

	  margin-top:       80px;
  padding: 4rem 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		color: white;
    min-height: 70vh;
    display: flex;
               align-items: center;

}

.content-wrapper {
   max-width: 1200px;
	margin: 0 auto;
    padding: 0 2rem;
    display: grid;
  grid-template-columns: 1fr 1fr;
	 gap: 3rem;
   align-items    :center;
}

.hero-content h1 {
   font-size: 3rem;
 font-weight: 700;
  margin-bottom: 1.5rem;
          line-height :        1.2;
}

.lead-text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.action-buttons {


		display: flex;
    gap: 1rem;
	flex-wrap: wrap;}



.primary-btn,
.secondary-btn {
    padding:      0.875rem 2rem;

    text-decoration: none;

   border-radius: 8px;

	font-weight   :     600;

   transition: all 0.3s ease;

    display :     inline-block;
}

.primary-btn {
  background-color: #ed8936;
     color: white;
}

.primary-btn:hover {
	 background-color: #dd6b20;
  transform: translateY(-2px); 
	
}

.secondary-btn {
    background-color: transparent;
   color: white;
    border: 2px solid white;
}


.secondary-btn:hover {
 background-color: white;
  color: #667eea;
}

.main-image {
  width: 100%;
   height  :    auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);


}

.expertise-showcase {
	 padding: 5rem 0;
	background-color: #f7fafc;
}

.section-container {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 2rem;
}

.expertise-showcase h2 {
               text-align: center;
  font-size: 2.5rem;
   margin-bottom: 3rem;
    color: #2d3748;
	
}

.service-grid {
		display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;}

.service-card {
    background: white;
       padding: 2rem;
    border-radius :     12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-img {
  width: 100%;
    height: 200px;
   object-fit: cover;
   border-radius: 8px;
    margin-bottom: 1.5rem;
}

.service-card h3 {
      font-size: 1.5rem;

  margin-bottom: 1rem;

	color: #2d3748;

}

.service-card p {
	         color: #718096;

   line-height: 1.6;

}

.cta-section {
  background: linear-gradient(45deg, #4299e1 0%, #3182ce 100%);
	    color :     white;
	  padding: 4rem 0;
	    text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding  :    0 2rem;
}

.cta-section h2 {
    font-size: 2.5rem;
   margin-bottom: 1rem;
}

.cta-section p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    opacity :        0.9;
}

.cta-button		{
   background-color: #ed8936;
  color: white;
  padding: 1rem 2.5rem;
  text-decoration: none;
  border-radius: 8px;
   font-weight: 600;
   font-size: 1.1rem;
  transition: all 0.3s ease;
    display: inline-block;
}

.cta-button:hover


{
	background-color: #dd6b20;
  transform: translateY(-2px);
}

.approach-methodology
	{
     padding: 5rem 0;
  background-color: white;
}  

.content-area {
    max-width: 1200px;
                    margin :       0 auto;
   padding: 0 2rem;
          display: grid;
    grid-template-columns:  1fr 1fr;
    gap    :   3rem;
         align-items: center;
}

.methodology-text h2 {
       font-size: 2.5rem;
  margin-bottom    :  1.5rem;
  color: #2d3748; 

}

.methodology-text p {
    font-size :     1.1rem;
    margin-bottom: 2rem;
   color: #4a5568;
}

.methodology-list {
         list-style: none;

  padding: 0;
}

.methodology-list li {
    margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
   color: #4a5568;
}

.methodology-list li:before {
  content: "→";
    color: #3182ce;
   font-weight: bold;
   position    :       absolute;
      left: 0;
}

.approach-img  {
   width: 100%;
    height: auto;
     border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);


}

.contact-area {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.contact-wrapper {
   max-width: 1200px;
   margin: 0 auto;
    padding: 0 2rem;
   display: grid;
   grid-template-columns: 1fr 1fr;
         gap: 3rem; 

     }

.contact-info h2 {
   font-size: 2.5rem;
  margin-bottom: 1.5rem;
          color: #2d3748;
}

.contact-info p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
   color: #4a5568;
}

.company-details {
    display: flex;
   flex-direction: column;
  gap: 1rem;
}

.detail-item {
    display: flex;
  flex-direction:     column;
    gap: 0.5rem;
}

.detail-item strong

{
  color: #3182ce;
   font-weight     :  600;
	} 

.consultation-form {

    background: white;
       padding: 2.5rem;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
     }

.form-row {
   margin-bottom: 1.5rem;
}

.form-input,
.form-select,
.form-textarea {
    width  : 100%; 
	    padding: 0.875rem; 
	  border: 2px solid #e2e8f0; 
	   border-radius: 8px; 
	  font-size: 1rem; 
	  transition: border-color 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus  
  {
    outline: none;
       border-color: #3182ce;
}

.form-textarea {
	height: 120px;
  resize: vertical;
}

.submit-btn {
	  background: linear-gradient(45deg, #3182ce 0%, #2c5aa0 100%);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
    font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
   width: 100%;
      transition: all 0.3s ease;

}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(49, 130, 206, 0.4);
}

.site-footer {
	background-color: #2d3748;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
	grid-template-columns: 1fr 2fr;
   padding :     0 2rem;
   margin    :  0 auto;
  gap: 3rem;
  max-width: 1200px;
}

.footer-logo {
  height: 50px; 
	  width: auto; 
	  filter: brightness(0) invert(1);
}

.footer-links {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.link-column h4 {
    margin-bottom: 1rem;
	color: #cbd5e0;
   font-size: 1.1rem;
}

.link-column a {
       display    :  block;
  color: #a0aec0;
  text-decoration: none;
          margin-bottom: 0.5rem;
					transition: color 0.3s ease;
     }

.link-column a:hover {
	 color: white;
}

.link-column p   {
   color: #a0aec0;
	margin-bottom: 0.5rem;
   line-height: 1.5;
}

.footer-bottom {

		 border-top: 1px solid #4a5568;
                    margin-top: 2rem;
   padding-top: 1rem;
         text-align: center;
    color :    #a0aec0;}@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }

    .navigation-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 1rem 2rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .navigation-links.active {
        display: flex;
    }

    .content-wrapper,
    .content-area,
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .expertise-showcase h2,
    .cta-section h2,
    .methodology-text h2,
    .contact-info h2 {
        font-size: 2rem;
    }

    .action-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .nav-container {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .lead-text {
        font-size: 1rem;
    }

    .consultation-form {
        padding: 1.5rem;
    }

    .action-buttons {
        width: 100%;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
    }
}.about-hero {
  margin-top: 80px;
  padding: 4rem 0;
  background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
    min-height: 60vh;
   display: flex;
    align-items    :        center;
}

.hero-container {
  padding: 0 2rem;
  display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
   gap: 3rem;
   max-width: 1200px;
    align-items :       center;
}

.hero-text h1 {
   font-size: 3rem;
   color: #2d3748;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-subtitle {
   font-size: 1.2rem;
  color: #4a5568;
    line-height: 1.6;
} 

.about-main-image {
   	width:     100%;
   height: auto;
   border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);

}

.company-story {
   background-color: #f7fafc; 
	   padding: 5rem 0;
}

.story-wrapper {
   max-width: 1200px; 
	  margin: 0 auto; 
	  padding: 0 2rem;
}

.company-story h2 {
  font-size: 2.5rem;
   text-align  :    center;
         margin-bottom:     3rem;
    color: #2d3748;


}

.story-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
	align-items: center;
	}

.story-text p {
 font-size: 1.1rem;
  line-height: 1.7;
   margin-bottom     :       1.5rem;
    color: #4a5568;
}

.story-photo {
					width: 100%;
  height: auto;
  border-radius   : 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.values-section {
      padding: 5rem 0;
   background     :  white;}

.values-container {
	max-width: 1200px;
  margin: 0 auto;
   padding: 0 2rem;
}

.values-section h2 {
  font-size: 2.5rem;
   text-align: center;
    margin-bottom :3rem;
	color: #2d3748;
}

.values-grid {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	 gap: 2rem;
}

.value-item {
    background: #f7fafc;
   padding: 2rem;
   border-radius: 12px;
    text-align     : center;
  transition: transform 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
	
}

.value-item h3 {
    font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #3182ce;
}

.value-item p {
  color: #4a5568;
   line-height: 1.6;


}

.expertise-section {
    padding     :       5rem 0;
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

.expertise-wrapper
{
  max-width: 1200px;
  margin: 0 auto;
  padding   :        0 2rem;
   display: grid;
   grid-template-columns     :       2fr 1fr;
	gap: 3rem;
  align-items: start;
}

.expertise-content h2 {
    font-size: 2.5rem;
   margin-bottom: 2rem;
	color: #2d3748;

}

.expertise-areas {
    display: grid;
  gap: 2rem;
                    grid-template-columns   :1fr 1fr;
}

.expertise-column h3 {
   font-size: 1.3rem;
   margin-bottom  : 1rem;
    color: #3182ce;
}

.expertise-column p {
   color: #4a5568;
    line-height: 1.6;
	margin-bottom:        2rem;
}

.expertise-image {
   width :       100%;
  height: auto;
   border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.methodology-details     {
    padding: 5rem 0;
    background: white;
}

.methodology-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}

.methodology-details h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
  color: #2d3748;


}

.methodology-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
     }



.method-card {
   background: #f7fafc;
	 padding     :2rem;
   border-radius: 12px;
    position: relative;
   border-left: 4px solid #3182ce;
}

.method-number {
  position: absolute;
    top: -10px;
   right: 20px;
  background: #3182ce;
   color: white;
    width: 40px;
    height: 40px;
      border-radius: 50%;
   display: flex;
    align-items: center;
	 justify-content: center;
   font-weight     :     bold;
  font-size: 1.2rem;
}

.method-card h3 {
  font-size:  1.3rem;
  margin-bottom: 1rem;
	color:  #2d3748;
}

.method-card p   {
   color:    #4a5568;
   line-height: 1.6;
}

.achievements-section     {
   padding    :   5rem 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                    color    :   white;
	
}

.achievements-wrapper


{
  max-width: 1200px;
    margin: 0 auto;
  padding: 0 2rem;
}

.achievements-section h2 {
   font-size     :        2.5rem;
   text-align: center;
	margin-bottom: 3rem;
}

.stats-container {
		 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap    :        2rem;
    margin-bottom: 3rem;
}


.stat-item {
   text-align: center;
  padding     :1.5rem;
}



.stat-number {
   font-size: 3rem;
  font-weight: bold;
    display:   block;
   margin-bottom: 0.5rem;
}

.stat-label {
        font-size: 1.1rem;
	 opacity:    0.9;
}

.achievement-photo {
  width: 100%;
  max-width: 600px;
   height: auto;
  border-radius: 12px;
   margin :    0 auto;
  display: block;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2); 

}

.thankyou-hero {
   margin-top: 80px;
    padding: 4rem 0;
  background: linear-gradient(135deg, #d4f4dd 0%, #d1f7ff 100%);
  min-height: 70vh;
   display: flex;
	align-items: center;
}

.thankyou-container {
  max-width: 1200px;
   margin: 0 auto;
   padding: 0 2rem;
     display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 3rem;
   align-items: center;
}

.success-content

{
   text-align: center;
}

.success-icon {

  margin-bottom: 2rem;
     }

.checkmark-circle {
   width :    80px;
   height: 80px;
   background: #48bb78;
   border-radius :50%;
	 display: flex;
    align-items     :        center;
         justify-content: center;
  margin: 0 auto;
    animation: scaleIn 0.5s ease-out;
}

.checkmark	{
	   width: 25px;
  height: 25px;
  border: 3px solid white;
  border-top  :none;
  border-right: none;
  transform: rotate(-45deg);
   margin-top: -5px;
}@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}.success-content h1 {
   font-size: 2.5rem;
    color: #2d3748;
   margin-bottom: 1.5rem;
}

.success-message {
  font-size: 1.2rem;
   	 color: #4a5568;
     line-height: 1.6;
     margin-bottom: 3rem;
}

.next-steps h2 {
  font-size: 2rem;
  color: #2d3748;
   margin-bottom :2rem;
}

.steps-grid {
	display: grid;
   gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
   text-align: center;
}

.step-item {
   padding: 1.5rem;
}

.step-number{
  width: 40px;
  height: 40px;
  background: #3182ce;
  color   :       white;
    border-radius: 50%;
  display: flex;
 align-items: center;
  justify-content: center;
      font-weight: bold;
	margin: 0 auto 1rem auto;
}

.step-item h3{
  font-size     :        1.2rem;
    color: #2d3748;
  margin-bottom: 0.5rem;
} 

.step-item p {
   color: #4a5568;
    font-size:     0.9rem;
}

.thankyou-image {
   width: 100%;
	height: auto;
   border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.while-you-wait {
    padding: 4rem 0;
  background: white;
}

.wait-container {
  padding: 0 2rem; 
	                    max-width: 800px; 
	   margin: 0 auto; 
	    text-align    : center; 
	
}

.while-you-wait h2 {
       font-size: 2.5rem;
	  color: #2d3748;
	    margin-bottom: 3rem;

}

.resources-grid {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.resource-card {
    background: #f7fafc;
	padding: 2rem;
  border-radius: 12px;
	transition: transform 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-5px);
}

.resource-card h3 {
   font-size: 1.3rem;
   color: #2d3748;
  margin-bottom: 1rem;
}

.resource-card p {
    color: #4a5568;

  margin-bottom: 1.5rem;

   line-height: 1.6;
} 

.resource-link {
   background: #3182ce;
    color: white;
  padding: 0.75rem 1.5rem;
       text-decoration: none;
   border-radius: 6px;
   font-weight: 500;
   transition: background-color 0.3s ease;
    display: inline-block; 

}

.resource-link:hover {
    background    :#2c5aa0;


}

.contact-reminder {
  padding: 4rem 0;
   background: #f7fafc;
}

.reminder-container {
    max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
     text-align: center;
}

.contact-reminder h2 {
    font-size: 2rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

.contact-reminder p {
       font-size   :       1.1rem;
    color: #4a5568;
                    margin-bottom  :  2rem;
  line-height: 1.6;
}

.contact-details {
   display: flex;
   justify-content :   center;
   gap: 3rem;
  flex-wrap: wrap;
}

.contact-item {
   display: flex;
   flex-direction: column;
  gap: 0.5rem;
}

.contact-item strong	{
  color: #3182ce;
  font-weight: 600;
}

.contact-item span {
  color: #4a5568;
}@media (max-width: 768px) {
    .hero-container,
    .story-content,
    .expertise-wrapper,
    .thankyou-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-text h1,
    .company-story h2,
    .values-section h2,
    .expertise-content h2,
    .methodology-details h2,
    .achievements-section h2,
    .success-content h1,
    .while-you-wait h2 {
        font-size: 2rem;
    }

    .expertise-areas {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .methodology-grid {
        grid-template-columns: 1fr;
    }

    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }

    .contact-details {
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 1.8rem;
    }

    .stats-container {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-item,
    .method-card,
    .resource-card {
        padding: 1.5rem;
    }
}.content-area h1 {
   font-size: 2.5rem;
       color: #2d3748;
   	margin-bottom     :1.5rem;
}

.content-area h2 {


    font-size: 1.8rem;
    color: #2d3748;
  margin-top: 2rem;
  margin-bottom: 1rem;


}

.content-area p {
	font-size: 1.1rem;
   color: #4a5568;
                    margin-bottom: 1.5rem;
}@media (max-width: 768px) {
    .content-area h1 {
        font-size: 2rem;
    }

    .content-area h2 {
        font-size: 1.5rem;
    }
}