* {

	    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: #fafafa;}

.main-navbar {

	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 1.2rem 0;
    position: sticky;
   top: 0;
   z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	}

.nav-wrapper {
    max-width: 1200px;
               margin: 0 auto;
    display: flex;
    justify-content  :  space-between;
	align-items: center;
 padding: 0 2rem;
} 

.logo-section img {
  height: 45px;
	width: auto;
}

.nav-links	{
  display: flex;
   list-style: none;
       gap:  2.5rem;
}

.nav-links a {
   color:   white;
    text-decoration: none;
	font-weight: 500;
   font-size: 1.05rem;
  transition: all 0.3s ease;
       position: relative;
}

.nav-links a:hover 
 {
   color: #ffd700;
} 

.nav-links a::after {
	  content: '';
   position    :      absolute;
   bottom: -5px;
    left: 0;
  width: 0;
    height: 2px;
	background: #ffd700;
    transition: width 0.3s ease;

}

.nav-links a:hover::after {
   width: 100%;
}

.burger-menu {


    display: none;
		 flex-direction: column;
	cursor: pointer;
  gap: 5px;
     }

.burger-menu span {
  width: 28px;
		height: 3px;
  background: white;
   border-radius: 3px;
               transition    :     all 0.3s ease;
}

.hero-main {
    padding: 80px 2rem;
  background: linear-gradient(to bottom right, #f8f9fa, #e9ecef);
	
}

.hero-content-wrap    {
   max-width: 1200px;
   margin: 0 auto;
    display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 4rem;
    align-items: center;

}

.text-side h1 {
    font-size: 3rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
  line-height: 1.2;
}

.text-side p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 2rem;
}

.cta-primary {
   display: inline-block;
	padding: 15px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   text-decoration: none;
    border-radius: 50px;
    font-weight    :  600;
    font-size :   1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.cta-primary:hover {
  transform: translateY(-3px);

	  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.6);
}


.image-side img {
  width: 100%;
    border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2); 

}

.services-overview	{
    background: white;
   padding: 70px 2rem;
}

.services-overview h2 {
   text-align: center;
   font-size: 2.5rem;
          margin-bottom   :       3rem;
  color: #2c3e50;
}

.services-grid {
  max-width: 1200px;
    margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.service-card {
    background:#f8f9fa;
    padding: 2rem;
  border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
                    border: 1px solid #e9ecef;
}

.service-card:hover  
  {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-card h3  
  {
  font-size: 1.5rem;
	margin-bottom: 1rem;
	 color: #667eea;
}


.service-card img {
    width    : 100%;
    height: 220px;
    object-fit: cover;
     border-radius: 8px;
  margin-bottom    :  1.2rem;
}

.service-card p {
	 color: #666;
  line-height: 1.7;
}

.cta-section

{
  padding: 80px 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);


}

.cta-box {
    max-width: 800px;
  margin: 0 auto;
					text-align: center;
   color: white;
}

.cta-box h2   {
  font-size: 2.5rem;
	margin-bottom     :        1.5rem;
}

.cta-box p {
  font-size    :      1.2rem; 
	    margin-bottom: 2rem; 
	    line-height: 1.8; 
	
}

.btn-secondary {
  display: inline-block;
    padding: 15px 45px;
               background: white;
  color   :  #667eea;
  text-decoration: none;
   border-radius: 50px;
   font-weight    :      600;
   font-size: 1.1rem;
   transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #ffd700;
  color  : #2c3e50;
  transform: scale(1.05);
}

.about-preview

{
  padding: 70px 2rem; 
  background: #fafafa;
}

.about-content {
  max-width: 1200px;
    margin: 0 auto;
	display: grid;
   grid-template-columns: 1fr 1fr;
    gap   :  3rem;
	 align-items  : center;
}



.text-column h2 {

	  font-size: 2.3rem;
     color:     #2c3e50;
      margin-bottom: 1.5rem;
     }

.text-column p   {

         font-size: 1.1rem;
    color: #555;
  margin-bottom: 1.5rem;
   line-height: 1.8;
     }

.image-column img{
  width: 100%;
	border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
} 

.contact-section {
    padding: 70px 2rem;
    background: white;
}

.contact-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
     color: #2c3e50;
	
}

.contact-wrapper {
    max-width: 1200px;
  margin: 0 auto;
	 display: grid;
	grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
}

.contact-form


{

   background: #f8f9fa;
  padding: 2.5rem;
                    border-radius: 12px;

}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: #2c3e50;
   font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  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 {
   width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   border: none;
   border-radius: 50px;
        font-size     :        1.1rem;
  font-weight: 600;
  cursor: pointer;
	 transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submit-btn:hover	{
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.contact-info {


  display: flex;
   flex-direction: column;
          gap: 2rem;
}

.info-item h3 {
    font-size: 1.3rem;
    color: #667eea;
    margin-bottom: 0.8rem;
}

.info-item p {
    color  :        #555;
   line-height: 1.7;
}

.main-footer


{

	   background: #2c3e50;
  color: white;
   padding: 3rem 2rem 1.5rem;
     }

.footer-content {
     max-width: 1200px;
  margin: 0 auto;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
   margin-bottom: 2rem;
}

.footer-section img   {
  margin-bottom: 1rem;

   height: 40px;
}

.footer-section h4 {
    color: #ffd700;
   margin-bottom: 1rem;
   font-size: 1.2rem;
}

.footer-section ul {
  list-style: none;
}


.footer-section ul li {
   margin-bottom  :       0.5rem;
}

.footer-section a {
    color: #bdc3c7;
	text-decoration: none;
         transition: color 0.3s ease;}

.footer-section a:hover {
	    color: #ffd700;
}

.footer-section p {
   color     :   #bdc3c7;
      line-height: 1.6;
	
}

.footer-bottom {
  max-width: 1200px;
         margin: 0 auto;
  text-align: center;
  padding-top: 1.5rem;
	border-top: 1px solid #34495e;
    color: #95a5a6;
}@media (max-width: 968px) {
    .burger-menu {
        display: flex;
    }

    .nav-links {
        position: fixed;
        right: -100%;
        top: 80px;
        flex-direction: column;
        background: #667eea;
        width: 100%;
        text-align: center;
        transition: 0.4s;
        padding: 2rem 0;
        gap: 1.5rem;
    }

    .nav-links.active {
        right: 0;
    }

    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }

    .hero-content-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .text-side h1 {
        font-size: 2.2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}.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;
    }
}.about-hero


{
  background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
  padding: 100px 2rem 100px;
        text-align     :        center;
	color: white;
}

.about-hero-container h1 {
   font-size: 3.5rem;
   margin-bottom: 1rem;
}

.about-hero-container p {
  font-size: 1.3rem;
  opacity: 0.95;
}

.story-section {
    padding: 80px 2rem;
  background: white;
}

.story-wrap {
                    max-width: 1200px;
  margin:0 auto;
   display:    grid;
  grid-template-columns: 1.2fr 1fr;
	 gap :      4rem;
   align-items: center;
}

.story-text h2 {
   margin-bottom: 1.5rem;
   color: #2c3e50;
  font-size    :     2.5rem;
	}

.story-text p {
    font-size: 1.1rem;
      color: #555;
   margin-bottom: 1.5rem;
    line-height: 1.8;
}

.story-image img {
   width: 100%;
         border-radius    :        15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.approach-section {
    padding :  70px 2rem;
  background: #f8f9fa;
}

.approach-section h2

{
    text-align: center;
  font-size: 2.5rem;
   color: #2c3e50;
    margin-bottom: 3rem;
}

.approach-grid {
	   max-width: 1200px;
  margin: 0 auto;
   display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2.5rem;
     }

.approach-item {
       background: white;
  padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease; 

}

.approach-item:hover {
  transform: translateY(-8px);
}

.approach-item h3 {
   font-size: 1.4rem;
    color: #667eea;
   margin-bottom: 1rem;
}

.approach-item p {
   color: #666;
    line-height: 1.7;
}

.experience-section{
  padding: 80px 2rem;
    background: white; 
	
}

.experience-container {
    max-width: 1200px;
   margin :       0 auto;
  display: grid;
    grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
   align-items: center;
}

.experience-container img {
    width: 100%;
    border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);

}

.experience-content h2 {
      font-size: 2.3rem;
   color: #2c3e50;
  margin-bottom: 1.5rem;

}

.experience-content p {
  font-size: 1.1rem;
   color     :  #555;
    margin-bottom: 1.5rem;
  line-height: 1.8;
}

.values-section {
   padding: 70px 2rem;
    background: #fafafa;




}

.values-section h2 {
   text-align: center;
   font-size: 2.5rem;
      color: #2c3e50;
  margin-bottom: 3rem;
} 

.values-container {
    max-width: 1200px;
  margin     : 0 auto;
	 display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2rem;
}

.value-box {
    background: white;
    padding: 2.5rem;
  border-radius: 10px;
	border-left: 5px solid #667eea;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.value-box h3 {
  font-size: 1.5rem;
         color: #2c3e50;
 margin-bottom: 1rem;
}

.value-box p {
   color: #666;
  line-height: 1.7;
}

.cta-about {
    padding    :80px 2rem;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.cta-about-content {
  max-width: 800px;
	margin: 0 auto;
  text-align: center;
	color: white;
}

.cta-about-content h2 {
    font-size   :    2.8rem;
    margin-bottom:      1.5rem;
}

.cta-about-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem; 
	
}

.btn-cta-about {
     display: inline-block;
    padding: 16px 50px;
   background: white;
	color: #667eea;
  text-decoration: none;
    border-radius: 50px;
      font-weight: 600;
        font-size: 1.1rem;
    transition: all 0.3s ease; 
	
}

.btn-cta-about:hover		{
     background: #ffd700;
    color: #2c3e50;
  transform: scale(1.05);
	}

.thankyou-main {

   padding :   100px 2rem;
  background: linear-gradient(to bottom, #f8f9fa, white);
    min-height: 70vh;


}

.thankyou-container {
	 max-width: 1200px;
    margin: 0 auto;
   display: grid;
  grid-template-columns  :      1.2fr 1fr;
    gap :4rem;
  align-items: center;
}

.thankyou-content   {

	      text-align: left;}

.checkmark-wrapper {
       margin-bottom: 2rem;}

.checkmark-circle {
         width:       80px;
     height     : 80px;
     background: linear-gradient(135deg, #667eea, #764ba2);
   	 border-radius: 50%;
     display: flex;
      align-items: center;
         justify-content    :center;
     animation: scaleIn 0.5s ease;
}@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}.checkmark-icon {
   width   :     30px;
    height: 50px;
         border: solid white;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
                    margin-bottom: 10px;
}



.thankyou-content h1 {
	   font-size: 3rem;
     color: #2c3e50;
    margin-bottom: 1rem;
     }

.thankyou-lead {
				 font-size:       1.4rem;
   color: #667eea;
    margin-bottom: 1.5rem;
  font-weight: 500;
}

.thankyou-text {
  font-size    :      1.1rem;
  color: #555;
    margin-bottom: 1.2rem;
	line-height: 1.7;
}

.thankyou-actions {
    margin-top: 2.5rem;
  display   :  flex;
	gap: 1.5rem;
}

.btn-primary-ty   {
   padding: 14px 35px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color :     white;
   text-decoration: none;
   border-radius: 50px;
  font-weight:     600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
} 

.btn-primary-ty:hover {

  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);

}

.btn-secondary-ty {
	padding: 14px 35px;
  background: white;
   color:        #667eea;
  text-decoration: none;
  border-radius: 50px;
   font-weight: 600;
    border: 2px solid #667eea;
    transition    :    all 0.3s ease;
    display :   inline-block;
}

.btn-secondary-ty:hover {
  background: #667eea;
   color: white;
}

.thankyou-image img {
      width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.next-steps {
    padding: 70px 2rem;
    background: white;
	}

.next-steps h2 {
  text-align: center; 
	color   :   #2c3e50; 
                    font-size     :       2.5rem; 
   margin-bottom: 3rem;
}

.steps-grid 
 {
  max-width: 1200px;
  margin: 0 auto;
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	 gap: 2.5rem;
}

.step-item		{
  text-align: center;
  padding: 2rem;
}

.step-number {
    width :   60px;
  height   :  60px;
  background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
			font-size: 1.8rem;
   font-weight   :  bold;
         border-radius: 50%;
   display: flex;
   align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step-item h3 {
    font-size: 1.4rem;
	 color  :   #2c3e50;
   margin-bottom: 1rem;
}

.step-item p     {
  color: #666;
	line-height: 1.7;
}@media (max-width: 968px) {
    .about-hero-container h1 {
        font-size: 2.5rem;
    }

    .story-wrap {
        grid-template-columns: 1fr;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .experience-container {
        grid-template-columns: 1fr;
    }

    .values-container {
        grid-template-columns: 1fr;
    }

    .thankyou-container {
        grid-template-columns: 1fr;
    }

    .thankyou-content h1 {
        font-size: 2.2rem;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .cta-about-content h2 {
        font-size: 2rem;
    }
}