* {
   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: #ffffff;
}

.main-navigation {
  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;
	display: flex;
   justify-content: space-between;
   align-items: center;
   padding  :1rem 2rem;
}

.nav-logo {
   height: 45px;
}

.nav-menu {
   display: flex;
    list-style: none;
  gap: 2rem;
}

.nav-menu a {
	  text-decoration: none;
  color: #333;
   font-weight: 500;
   transition:      color 0.3s ease;
     }

.nav-menu a:hover {
  color: #2c5aa0;
}

.hamburger {
    display  :   none;
   flex-direction: column;
   cursor: pointer;
}

.hamburger span {
    width: 25px;
  height: 3px;
    background: #333;
    margin: 3px 0;
  -webkit-transition: 0.3s;
  -moz-transition     :      0.3s;
  transition :      0.3s;
}

.hero-section
{

   margin-top: 80px; 
	    padding    :       4rem 2rem; 
	   max-width: 1200px; 
	  margin-left   :      auto; 
	   margin-right: auto; 
	   display     :   grid; 
	   grid-template-columns: 1fr 1fr; 
	  gap: 3rem; 
	      align-items: center;

}

.hero-content h1 {
   line-height: 1.2;
  margin-bottom: 1.5rem;
	color  :  #1a1a1a;
   font-size: 2.5rem;
}

.hero-content p {
  font-size: 1.1rem;
   color   :#666;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
  gap   :1rem;
}

.btn-primary, .btn-secondary {
  padding: 0.8rem 1.5rem;
  text-decoration: none;
	border-radius: 5px;
   font-weight: 600;
   transition: all 0.3s ease;
}  

.btn-primary {
	   background: #2c5aa0;
    color: white;
}

.btn-primary:hover {

	      background: #1e3f73;}

.btn-secondary {
  color: #2c5aa0;
	  background :   transparent;
	   border: 2px solid #2c5aa0;
}

.btn-secondary:hover {
    background: #2c5aa0;
   color: white;
}

.hero-visual img {
  width: 100%;
       height: auto;
      border-radius  :        8px;
     box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.services-overview {
    padding:5rem 2rem;
    background: #f8f9fa;
}

.container		{
	   max-width: 1200px;
	 margin: 0 auto;
	}

.services-overview h2 {
    text-align: center;
                    font-size: 2.2rem;
  color   :    #1a1a1a;
        margin-bottom: 3rem;
}

.services-grid {
  display    :      grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.service-card {
    background: white;
	padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	 text-align: center;
  transition  :       transform 0.3s ease;

}

.service-card:hover    {
  transform: translateY(-5px);
}

.service-card img {
    width: 100%;
	height: 200px;
    -moz-border-radius: 6px;
				 -webkit-border-radius:        6px;
  object-fit: cover;
   border-radius: 6px;
   margin-bottom: 1.5rem;
}

.service-card h3 {
  font-size: 1.3rem;
    color: #1a1a1a;
  margin-bottom: 1rem;
	
}

.service-card p {
  color: #666;
    line-height: 1.6;
}

.methodology-section	{
   padding: 5rem 2rem;
  background: white;
}

.methodology-content


{
   display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;}

.methodology-text h2 {
  font-size: 2.2rem;
   color : #1a1a1a;
  margin-bottom: 1.5rem;
}

.methodology-text p {
  font-size: 1.1rem;

	    color: #666;

	    margin-bottom   :    1.5rem;
}

.methodology-benefits {
   list-style: none;
	margin-bottom    :   2rem;

}

.methodology-benefits li {
	padding   :      0.5rem 0;
  position: relative;
   color: #555;
  padding-left: 1.5rem;
}

.methodology-benefits li:before {


  content: '✓';
   color: #2c5aa0;
   font-weight: bold;
    position   :  absolute;
    left: 0;

}

.btn-outline {
                    display: inline-block;
   padding :  0.8rem 1.5rem;
  text-decoration: none;
    color: #2c5aa0;
   border: 2px solid #2c5aa0;
    border-radius: 5px;
  font-weight: 600;
    transition: all 0.3s ease;


}

.btn-outline:hover {
        background: #2c5aa0;
         color: white;
}

.methodology-image img {
  width: 100%;
    height: auto;
    border-radius: 8px;
}

.cta-section	{
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #2c5aa0, #1e3f73);
   color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

.cta-content p {
  font-size: 1.1rem;
   margin-bottom: 2rem;
	opacity: 0.9;
}

.btn-cta {
    text-decoration: none;
	 transition: all 0.3s ease;
   padding: 1rem 2rem;
  font-weight     :700;
    color: #2c5aa0;
    display: inline-block;
   border-radius: 6px;
   background: white;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.testimonials {
  padding: 5rem 2rem;
      background: #f8f9fa;
}

.testimonials h2 {
  text-align: center;
  font-size: 2.2rem;
   color: #1a1a1a;
  margin-bottom    :  3rem;
	}

.testimonial-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
}

.testimonial-card {
   background: white;
    padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.testimonial-card p {
   font-style: italic;
    color: #555;
  margin-bottom: 1.5rem;
   line-height :       1.6;


}

.testimonial-author strong {
  color: #1a1a1a;
   display: block;
}

.testimonial-author span {
  font-size: 0.9rem;
   color: #888;
}

.contact-section{
    padding: 5rem 2rem;
    background: white;
}

.contact-section h2 {
	text-align: center;
	font-size: 2.2rem;
    color: #1a1a1a;
   margin-bottom   :       3rem;
}

.contact-content {
   display: grid;
    grid-template-columns: 1fr 1fr;
       gap: 3rem;
}

.contact-info h3 {
   color:      #2c5aa0;
    margin-bottom: 2rem;
}


.contact-item {
   margin-bottom: 1.5rem;
}


.contact-item strong {
    color: #1a1a1a;
   display: block;
   margin-bottom: 0.5rem;
}

.contact-item p {
    color: #666;
}

.contact-form h3 {
	  color: #2c5aa0;
  margin-bottom: 2rem;

}

.form-group {
 margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
   width: 100%;
   padding: 0.8rem;
    border  :    1px solid #ddd;
  border-radius: 4px;
   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: #2c5aa0;
}

.btn-submit {
  width: 100%;
    padding: 1rem;
   background: #2c5aa0;
 color: white;
    border: none;
    border-radius:   5px;
    font-size: 1rem;
		font-weight: 600;
               cursor: pointer;
  transition:   background 0.3s ease;
}

.btn-submit:hover     {
       background: #1e3f73;}

.main-footer {
  background: #1a1a1a;
    color   :        white;
   padding: 3rem 2rem 1rem; 
	
}

.footer-container {
    max-width: 1200px;
   margin: 0 auto;
   display :      grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
}

.footer-logo {

	  height: 40px;
  filter: brightness(0) invert(1);
  margin-bottom: 1rem;}

.footer-section h4 {
   color: #2c5aa0;
   margin-bottom    :  1rem;
}



.footer-section ul {
  list-style: none;
}

.footer-section ul li {
 margin-bottom :      0.5rem;
}

.footer-section a {
   color    :   #ccc;
    text-decoration: none;
   transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #2c5aa0;
}

.footer-bottom {
  border-top: 1px solid #333;
    margin-top: 2rem;
  padding-top: 2rem;
    display:        flex;
    justify-content: space-between;
   align-items  :     center;
}

.footer-links {
   display     :   flex;
     gap :        2rem;
}

.footer-links a  {
    color: #ccc;
  text-decoration: none;
  font-size :    0.9rem;
}

.footer-links a:hover {
  color  :  #2c5aa0; 

}@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
    transition: left 0.3s ease;
  }

  .nav-menu.active {
    left: 0;
  }

  .hero-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .methodology-content {
    grid-template-columns: 1fr;
  }

  .contact-content {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }

  .services-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .nav-container {
    padding: 1rem;
  }
}.about-hero {
   margin-top: 80px;
   padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.about-hero-content h1
{
  line-height: 1.2;
    margin-bottom: 1.5rem;
  font-size: 2.8rem;
         color    : #1a1a1a;
}



.about-hero-content p {
  font-size: 1.2rem;
  color: #666;
   max-width: 800px;
	 margin: 0 auto;
}

.mission-section 
 {
    padding: 5rem 2rem;
  background: white;
}

.mission-grid {

	    display: grid;
  grid-template-columns: 1fr 1fr;
  gap :  3rem;
    align-items : center;

	}

.mission-text h2 {
   font-size: 2.2rem;
	 color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.mission-text p {
      font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.mission-visual img
{
  width: 100%;
   height: auto;
    border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.values-section {
    padding: 5rem 2rem;
    background: #f8f9fa;
}

.values-section h2 {
       text-align: center;
    font-size: 2.2rem;
  color: #1a1a1a;
  margin-bottom:      3rem;
}

.values-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;

}

.value-card {
         background: white;
    padding: 2.5rem 2rem;
  border-radius :        8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;


}

.value-card:hover {
  transform: translateY(-5px);
}

.value-card h3		{
    font-size  :   1.4rem;
  color: #2c5aa0;
  margin-bottom: 1rem;
}

.value-card p {
  color: #666;
  line-height     :     1.6; 

}

.expertise-section {

	  padding: 5rem 2rem;
     background :   white;
	}

.expertise-section h2 {
  color: #1a1a1a;
  margin-bottom: 3rem;
                    text-align: center;
   font-size    :      2.2rem;
}

.expertise-content	{
       display: grid;
    grid-template-columns: 1fr 1fr;
   gap: 3rem;
	align-items  : center;
}

.expertise-text h3 {
	  font-size: 1.6rem;
    color: #2c5aa0;
   margin-bottom: 1rem;

}

.expertise-text p {
	font-size: 1.1rem;
     color: #555;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.expertise-stats{
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.stat-item {
   text-align: center;
   padding: 1rem;
   background :        #f8f9fa;
  border-radius: 6px;
}

.stat-number {
	display: block;
   font-size: 2rem;
   font-weight: 700;
  color: #2c5aa0;
}

.stat-label    {

	  font-size: 0.9rem;
	color: #666;
	}

.expertise-image img    {
    width    :        100%;
   height: auto;
  border-radius: 8px;
}  

.methodology-deep {
     padding    :    5rem 2rem; 
	  background: #f8f9fa;
}

.methodology-deep h2		{
   color:        #1a1a1a;
   margin-bottom: 3rem;
	text-align: center;
  font-size    :      2.2rem;
	
}

.methodology-timeline {
   max-width: 800px;
   margin:    0 auto;
    position: relative;
}

.methodology-timeline::before {
  content: '';
  position: absolute;
   left: 30px;
    top: 0;
	bottom: 0;
    width: 2px;
   background: #2c5aa0;
}

.timeline-item {
   position: relative;
  margin-bottom: 3rem;
  padding-left: 80px;
}

.timeline-marker {
    position: absolute;
  left: 20px;
	 top: 0;
    width    :    20px;
     height: 20px;
    border-radius: 50%;
    background: #2c5aa0;
  border: 4px solid white;
    box-shadow: 0 0 0 3px #2c5aa0;
}

.timeline-content h4 {
   color: #1a1a1a;
    margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.timeline-content p {
  color:#666;
  line-height: 1.6;
}

.team-section {
  padding: 5rem 2rem;
  background: white;
}

.team-section h2 {
  text-align: center;
	 font-size     :       2.2rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.team-intro {
 text-align: center;
  font-size     :     1.1rem;
  color: #666;
               max-width: 600px;
    margin: 0 auto 3rem auto;
}

.team-grid{
   display:grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap     :2rem;
}

.team-member {
  background: #f8f9fa;
               -webkit-border-radius: 8px;
	 padding: 2rem;
  border-radius: 8px;
    text-align: center; 

}



.member-info h4 {
   font-size: 1.3rem;

   color: #1a1a1a;

    margin-bottom: 0.5rem;
}

.member-info span {

    color: #2c5aa0;
  font-weight:     600;
  display: block;
    margin-bottom: 1rem;


}

.member-info p {
  color: #666;
  line-height: 1.6;
   font-size: 0.95rem;
}

.approach-section {
    padding: 5rem 2rem;
  background: #f8f9fa;
}

.approach-content {
    display     :    grid;
   grid-template-columns  :   1fr 1fr;
  gap: 3rem;
   align-items: center;
	}

.approach-text h2{
      font-size: 2.2rem;
   color: #1a1a1a;
  margin-bottom: 2rem;
	
}

.approach-reasons {
   gap: 1.5rem;
   flex-direction     :        column;
  display: flex;
}

.reason-item h4 {
	 font-size: 1.2rem;
    color: #2c5aa0;
   margin-bottom: 0.5rem;
}

.reason-item p {
   color: #666;
  line-height: 1.6;
}

.approach-visual img {
   width: 100%;
  height: auto;
  border-radius: 8px;
}

.history-section {
        padding: 5rem 2rem;
    background: white;
}

.history-section h2 {
  text-align: center;
    font-size: 2.2rem;
   color: #1a1a1a;
   margin-bottom: 3rem;
}

.history-content		{
    margin: 0 auto;
    max-width :    800px;
}

.history-content p {
	font-size: 1.1rem;
   color   :  #555;
    margin-bottom: 1.5rem;
   line-height: 1.7;
}

.thankyou-main {
    margin-top: 80px;
  min-height: calc(100vh - 80px);

}

.thankyou-content {
    padding   :   4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
                    gap: 3rem;
   align-items: center;
}

.thankyou-message h1 {
         font-size: 2.5rem;
   color :#2c5aa0;
    margin-bottom : 1rem;
}

.thankyou-subtitle   {
  font-size    : 1.2rem;
   color     : #666;
    margin-bottom     :  2rem;
}

.thankyou-details {
    display: flex;
    flex-direction: column;
  gap: 1.5rem;
}

.detail-card {
 background: #f8f9fa;
   padding: 2rem;
   border-radius: 8px;
}

.detail-card h3 {
               color: #1a1a1a;
   margin-bottom: 1rem;
                    font-size: 1.3rem;
}

.thankyou-steps {
   list-style: none;
    padding     :     0;
}

.thankyou-steps li {
   padding: 0.5rem 0;
  color: #555;
    position    :      relative;
   padding-left     :    1.5rem;
}

.thankyou-steps li:before {
  content: '✓';
  color: #2c5aa0;
    font-weight: bold;
    position: absolute;
  left: 0;
}

.thankyou-actions
	{
   display     : flex;
 gap: 1rem;
  margin-top:    1rem;
}

.thankyou-visual img {
   width: 100%;
  height: auto;
	border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-reminder {
  padding: 3rem 2rem;
   background :    #f8f9fa;
    margin-top: 2rem;
  text-align: center;
}

.contact-reminder h2


{
   font-size: 2rem;
    color: #1a1a1a;
		margin-bottom: 1rem;
}

.contact-reminder p {
    font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.contact-options {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.contact-option {
      background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.contact-option h4 {


    color: #2c5aa0;
    margin-bottom: 1rem;
					font-size: 1.2rem;}

.contact-value {
	 font-size: 1.1rem;
  color: #1a1a1a;
   font-weight: 600;
   margin-bottom: 0.5rem;


} 

.contact-hours,
.contact-note {
       color: #888;
   font-size: 0.9rem;

}

.testimonial-preview {
  padding: 3rem 2rem;
    background: white;
   text-align: center;
}

.testimonial-preview h2 {
    font-size: 2rem;
					color: #1a1a1a;
  margin-bottom: 2rem;
}

.testimonial-thankyou 
 {
	 max-width: 600px;
  margin: 0 auto;
}

.testimonial-thankyou blockquote {
    font-size    :       1.2rem;
   color: #555;
	font-style: italic;
    margin-bottom: 1rem;
   line-height: 1.6;
}

.testimonial-thankyou cite {
    color     :      #2c5aa0;
    font-weight: 600;
  font-style: normal;
}@media (max-width: 768px) {
  .about-hero-content h1 {
    font-size: 2.2rem;
  }

  .mission-grid,
  .expertise-content,
  .approach-content,
  .thankyou-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .expertise-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .methodology-timeline::before {
    left: 15px;
  }

  .timeline-item {
    padding-left: 50px;
  }

  .timeline-marker {
    left: 5px;
    width: 20px;
    height: 20px;
  }

  .thankyou-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .about-hero-content h1 {
    font-size: 1.8rem;
  }

  .thankyou-message h1 {
    font-size: 2rem;
  }

  .values-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .detail-card {
    padding: 1.5rem;
  }

  .contact-reminder {
    padding: 2rem 1rem;
  }
}.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;
  }
}