* {
   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: #ffffff;
}

.main-navigation  {
  position: sticky;
   top: 0;
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	z-index: 1000;
    padding: 1rem 0;
}

.nav-wrapper {

	   max-width: 1320px;
    margin: 0 auto;
    padding: 0 2rem;
  display: flex;
     justify-content    :space-between;
    align-items: center;
}

.brand-section .site-logo {
    height: 52px;
     width    :        auto;

}

.menu-toggle   {


   display: none;
   background: none;
	 border: none;
    flex-direction: column;
   gap: 5px;
    cursor: pointer;
	}

.menu-toggle .bar

{
   width: 28px;
	height: 3px;
    background: #2c3e50;
                    transition: 0.3s;
    border-radius: 2px;
}

.nav-links {
   display: flex;
    gap: 2.5rem;
}

.nav-links a {
	 color: #2c3e50;
       text-decoration     :   none;
               font-weight: 500;
	font-size  :        1.05rem;
    transition: color 0.3s;
}

.nav-links a:hover {
  color: #3498db;
}

.hero-section {
    max-width: 1320px;
  margin: 0 auto;
   padding   :     5rem 2rem;
	 display: grid;
   grid-template-columns: 1fr 1fr;
    gap:      4rem;
   align-items: center;
}

.hero-content h1 {
  font-size: 3.2rem;
    color: #1a252f;
    margin-bottom: 1.5rem;
  line-height: 1.2;
	font-weight: 700;
}

.hero-description {
     font-size: 1.2rem;
  color: #5a6c7d;
   margin-bottom  :    2.5rem;
   line-height: 1.7;
}

.action-buttons {
   gap: 1.5rem;
   display: flex;
}

.primary-btn, .secondary-btn {
    transition: all 0.3s;
		border-radius: 8px;
  padding: 1rem 2.2rem;
  font-weight: 600;
   display: inline-block;
   text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn


{
  background   :     #3498db;
   color: #ffffff;
}

.primary-btn:hover {
    background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52,152,219,0.3);
}

.secondary-btn {
	   background:   transparent;
    color: #3498db;
         border: 2px solid #3498db;

}

.secondary-btn:hover {
   background: #3498db;
    color: #ffffff;
}

.hero-visual img {
   width: 100%;
                    height: auto;
   border-radius :   12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.services-overview    {
   background: #f8f9fa;
  padding: 5rem 0;
}

.container-fluid {

	  max-width: 1320px;
  margin: 0 auto;
    padding: 0 2rem;


}

.section-intro {

	   text-align: center;
    margin-bottom: 4rem; 



}

.section-intro h2 {
    font-size  :2.8rem;
                    color: #1a252f;
  margin-bottom:  1rem;
}

.section-intro p {
    font-size: 1.2rem;
   color: #5a6c7d;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.service-item {

    background: #ffffff;
   border-radius: 10px;
   overflow    : hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s;
	}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.service-visual img {
       object-fit: cover;
    height: 240px;
   width: 100%;}

.service-item h3 {
   padding: 1.5rem 1.5rem 0.8rem;
         font-size    :      1.6rem;
   color: #2c3e50;
}

.service-item p {
    padding: 0 1.5rem 1.5rem;
   color: #5a6c7d;
	 line-height: 1.7;
}

.methodology-section {

	   padding :      5rem 0;}

.method-layout {
	   display    :  grid;
        grid-template-columns: 1fr 1fr;
	gap: 5rem;
    align-items: center;
     }

.method-text h2 {
   font-size: 2.6rem;
	 color:       #1a252f;
       margin-bottom: 1.5rem;
}

.method-text > p {
         font-size: 1.15rem;
    color: #5a6c7d;
  margin-bottom: 2.5rem;
    line-height: 1.8;
}

.method-points {
    display: flex;
  flex-direction: column;
  gap: 2rem;
}

.point-item h4 {
  font-size: 1.4rem;
     color  :        #2c3e50;
  margin-bottom: 0.6rem;
}

.point-item p {
  color: #5a6c7d;
  line-height: 1.7;
}

.method-image img {
   width: 100%;
    border-radius  :   12px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.1);
}

.cta-block  {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
   padding: 5rem 2rem;
         text-align: center;
}

.cta-content h2 {
   font-size: 2.8rem;
  color: #ffffff;
                    margin-bottom: 1.2rem;
}

.cta-content p {
    font-size: 1.25rem;
    color: #ecf0f1;
  margin-bottom: 2.5rem;
    max-width     :     700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
   display: inline-block;
  padding: 1.2rem 3rem;
   background: #ffffff;
  color: #3498db;
        -moz-border-radius   :     8px;
   text-decoration :       none;
    border-radius: 8px;
   -webkit-border-radius: 8px;
    font-weight     :       600;
      font-size: 1.1rem;
  transition: all 0.3s;
} 

.cta-button:hover {
     transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.benefits-display {
   padding: 5rem 0;

    background: #f8f9fa;
}

.benefits-display h2
{
   text-align: center;
	font-size:        2.8rem;
   color    :  #1a252f;
   margin-bottom: 4rem;
}

.benefits-wrapper {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
   gap: 2.5rem;
}

.benefit-card {
    background:      #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.benefit-card h3


{
	font-size: 1.6rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.benefit-card p {
   line-height: 1.7;
                    color: #5a6c7d;
}

.contact-section {
  padding: 5rem 0;
}

.contact-wrapper     {
    display: grid;
  grid-template-columns: 1fr 1.3fr;
	gap:       4rem; 

}

.contact-info h2 {
    font-size: 2.6rem;
    color: #1a252f;
	margin-bottom: 1.2rem;
}

.contact-info > p {
  font-size: 1.1rem;
    color:     #5a6c7d;
         margin-bottom: 2.5rem;
    line-height: 1.7;
}

.info-details {
               display: flex;
    flex-direction: column;
                    gap: 1.8rem;
}

.detail-item strong {
  display  :        block; 
	    color: #2c3e50; 
	  font-size: 1.15rem; 
	    margin-bottom: 0.5rem;
}

.detail-item p {
	   color: #5a6c7d;
  line-height: 1.6;

}

.contact-form-container {
    background: #f8f9fa;
    padding: 2.5rem;
  border-radius: 12px;
}

.contact-form {
               flex-direction: column;
  display: flex;
   gap: 1.5rem;
}

.form-group {
  display   :     flex;
    flex-direction: column;
}



.form-group label


{
	    margin-bottom   :       0.6rem;

  color: #2c3e50;

   font-weight: 500;

   font-size: 1.05rem;

}

.form-group input, .form-group select, .form-group textarea {
   padding: 0.9rem;
    border: 2px solid #dfe6e9;
  border-radius: 6px;
                    font-size: 1rem;
	font-family: inherit;
	 transition: border-color 0.3s;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
   outline: none;
   border-color :    #3498db;
}

.form-group textarea {
  resize: vertical; 

}

.submit-btn {
   padding: 1.1rem 2rem;
	   background: #3498db;
	    color: #ffffff;
	   border: none;
	    border-radius: 6px;
	   font-size: 1.1rem;
	   font-weight  :        600;
	    cursor: pointer;
	   transition: all 0.3s;
}

.submit-btn:hover {
  -webkit-transform: translateY(-2px);

  -ms-transform: translateY(-2px);

    background: #2980b9;

  transform: translateY(-2px);
}

.site-footer {
          background: #1a252f;
		color: #ecf0f1;
   padding: 4rem 0 2rem;
}

.footer-container {
    max-width: 1320px;
     margin: 0 auto;
   padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
   margin-bottom: 3rem;
}

.footer-logo {
   height: 48px;

         width: auto;

   margin-bottom: 1.2rem;

  filter: brightness(0) invert(1);
}

.footer-tagline {
  color: #95a5a6;
    line-height: 1.7;
    font-size: 0.95rem;


}

.footer-column h4 {


   color: #ffffff;
    margin-bottom :     1.2rem;
                    font-size: 1.2rem;

}

.footer-links {
   list-style: none;
    display: flex;
    flex-direction: column;
  gap: 0.8rem;

}

.footer-links a {
   color    :       #95a5a6;
   text-decoration: none;
   transition: color 0.3s;
}

.footer-links a:hover {
    color    :  #3498db;
	}

.footer-column p {
                    color: #95a5a6;
   line-height: 1.7;
}

.footer-bottom {

   max-width: 1320px;
    margin: 0 auto;
  padding: 2rem 2rem 0;
   border-top: 1px solid #34495e;
     text-align: center;
        color: #7f8c8d;
	}@media (max-width: 968px) {
.menu-toggle {
display: flex;
}

.nav-links {
position: fixed;
left: -100%;
top: 84px;
flex-direction: column;
background: #ffffff;
width: 100%;
text-align: center;
transition: 0.4s;
box-shadow: 0 10px 27px rgba(0,0,0,0.05);
padding: 2rem 0;
}

.nav-links.active {
left: 0;
}

.hero-section {
grid-template-columns: 1fr;
gap: 3rem;
padding: 3rem 2rem;
}

.hero-content h1 {
font-size: 2.4rem;
}

.service-grid {
grid-template-columns: 1fr;
}

.method-layout {
grid-template-columns: 1fr;
gap: 3rem;
}

.benefits-wrapper {
grid-template-columns: 1fr;
}

.contact-wrapper {
grid-template-columns: 1fr;
gap: 3rem;
}

.footer-container {
grid-template-columns: repeat(2, 1fr);
gap: 2.5rem;
}
}

@media (max-width: 600px) {
.hero-content h1 {
font-size: 2rem;
}

.action-buttons {
flex-direction: column;
}

.section-intro h2 {
font-size: 2.2rem;
}

.footer-container {
grid-template-columns: 1fr;
}
}.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;
    }
}.page-header-about {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
   padding: 5rem 2rem;
   text-align:       center;
   color: #ffffff;
}

.header-content-wrap h1 {
   font-size: 3.5rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.header-subtitle {
  font-size: 1.3rem;
   color: #ecf0f1;
 max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.mission-block     {
	 padding    :      5rem 0;
}

.mission-layout {
   display: grid;
  grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
   align-items: center;
}

.mission-visual img {

	  width     :  100%;
   border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.mission-content h2 
 {
  font-size    :  2.8rem;
  color: #1a252f;
  margin-bottom: 1.5rem;
}

.mission-content p {
  font-size: 1.15rem;

		color: #5a6c7d;

	    line-height: 1.8;

		margin-bottom :1.5rem;
}

.values-section {
	    background: #f8f9fa;
   padding: 5rem 0;
     }

.section-heading-center {
    text-align: center;
	font-size: 2.8rem;
	color: #1a252f;
   margin-bottom: 4rem;
}

.values-grid {
    display:        grid;
    gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);

}

.value-box {
    background: #ffffff;
    padding :        2.5rem;
        border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
   transition: transform 0.3s ease;
	
}

.value-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.value-box h3 {
    font-size: 1.7rem;

   color: #2c3e50;

  margin-bottom: 1rem;
}

.value-box p {
  color: #5a6c7d;
    line-height: 1.7;
  font-size: 1.05rem;
}

.approach-section {
   padding: 5rem 0;
}

.approach-wrapper {
  display :       grid;
  grid-template-columns    :1.2fr 1fr;
    gap:    4rem;
   align-items: start;
}

.approach-text h2 {
  font-size: 2.8rem;
  color: #1a252f;
  margin-bottom: 1.5rem;
}

.approach-text > p {
    font-size :        1.15rem;
	 color: #5a6c7d;
  line-height: 1.8;
    margin-bottom: 2.5rem;
}

.approach-features {
  display: flex;
  flex-direction: column;
   gap: 2rem;
}

.feature-point h4 {
  font-size: 1.5rem;
   color: #2c3e50;
	margin-bottom: 0.8rem;
}

.feature-point p {
  color: #5a6c7d;
  line-height: 1.7;
  font-size: 1.05rem;
}

.approach-image img {
   width: 100%;
  border-radius   :      10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.story-section {
   padding:  5rem 0;
       background    :      #f8f9fa;
}

.story-content {
  max-width: 900px;
   margin: 0 auto;
}

.story-content h2 {
   font-size    : 2.8rem;
   color: #1a252f;
   margin-bottom: 2rem;
   text-align    :    center;
}

.story-content p 
 {
    font-size: 1.15rem;
   color: #5a6c7d;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

.expertise-area {
    padding: 5rem 0;
}

.expertise-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap    :   2.5rem;
} 

.expertise-item {
	    text-align    :      center;

}

.expertise-item img {
   width  :100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
	margin-bottom: 1.5rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.expertise-item h3 {
   color  :      #2c3e50;
  font-size: 1.6rem;
   margin-bottom :     1rem;
}

.expertise-item p
{
  color: #5a6c7d;
    line-height: 1.7;
  font-size: 1.05rem;
}

.commitment-block {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  padding: 5rem 2rem;
}

.commitment-inner


{
  color   :       #ffffff;
   max-width: 900px;
  margin: 0 auto;
    text-align    :center; 

} 

.commitment-inner h2 {
    font-size: 2.8rem;
   margin-bottom   :       1.8rem;
}

.commitment-inner p {
  font-size: 1.2rem;
	line-height     :        1.8;
  margin-bottom: 1.5rem;
  color: #ecf0f1;
}

.commitment-cta		{
  display: inline-block;
   margin-top: 1.5rem;
    padding: 1.2rem 3rem;
  background: #ffffff;
   color: #3498db;
    text-decoration: none;
   border-radius: 8px;
  font-weight: 600;
       font-size: 1.1rem;
   transition: all 0.3s;
}

.commitment-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);


}

.thankyou-wrapper {
	align-items: center;
    min-height: 70vh;
    background: #f8f9fa;
   display: flex;
    padding: 5rem 2rem;
  justify-content: center;
}

.thankyou-container {
  max-width: 800px;
   background: #ffffff;
         border-radius   :    12px;
     padding: 4rem 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    text-align: center;

}

.success-icon-area {
               margin-bottom: 2rem;
}

.checkmark-circle {
	    width: 80px;
    height: 80px;
  margin: 0 auto;
	}

.checkmark {
   width: 80px;
	 height   :        80px;
    border-radius: 50%;
    display    :     block;
   stroke-width: 2;
    stroke: #4CAF50;
   stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #4CAF50;
  animation: fill-circle 0.4s ease-in-out 0.4s forwards, scale-check 0.3s ease-in-out 0.9s both;
}

.checkmark-circle-bg {
    stroke-dasharray: 166;
  stroke-dashoffset: 166;
   stroke-width: 2;
   stroke-miterlimit: 10;
   stroke: #4CAF50;
  animation: stroke-circle 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;


}

.checkmark-check {
	 transform-origin: 50% 50%;
   stroke-dasharray: 48;
	stroke-dashoffset: 48;
  animation: stroke-check 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}@keyframes stroke-circle {
100% {
stroke-dashoffset: 0;
}
}

@keyframes stroke-check {
100% {
stroke-dashoffset: 0;
}
}

@keyframes scale-check {
0%, 100% {
transform: none;
}
50% {
transform: scale3d(1.1, 1.1, 1);
}
}

@keyframes fill-circle {
100% {
box-shadow: inset 0 0 0 40px #4CAF50;
}
}.thankyou-content h1 {
      color: #1a252f;
    margin-bottom: 1.2rem;
	font-size: 2.8rem;
}

.main-message {
    color: #5a6c7d;
   margin-bottom   :    3rem;
    font-size    :        1.2rem;
  line-height: 1.7;
}

.next-steps-box {

    background: #f8f9fa;
    padding: 2.5rem;
  border-radius: 10px;
   margin-bottom: 2.5rem;
    text-align   :left;
}

.next-steps-box h2 {
                    font-size: 1.8rem;
       color: #2c3e50;
  margin-bottom   :        2rem;
   text-align: center;
}

.steps-list {
  display: flex;
  flex-direction: column;
   gap: 2rem;
}

.step-item {
   display: flex;
  gap: 1.5rem;
   align-items: start;
}

.step-number {
  flex-shrink   :  0;
   width: 45px;
    height: 45px;
  background    :  #3498db;
	color: #ffffff;
      border-radius: 50%;
  display :flex;
  align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
}



.step-text h3 {
   font-size: 1.3rem;
   color: #2c3e50;
	 margin-bottom: 0.5rem;
}

.step-text p {
   color: #5a6c7d;
	    line-height: 1.6;
}



.additional-info {

	    background: #e8f4f8;
    padding: 2rem;
  border-radius    :        8px;
   margin-bottom: 2.5rem;
    text-align: left;
}

.additional-info h3 {
  font-size: 1.4rem;
      color: #2c3e50;
  margin-bottom: 0.8rem;
}

.additional-info p {
	color: #5a6c7d;
    line-height: 1.7;
}

.action-buttons-ty {
	display: flex;
   gap: 1.5rem;
  justify-content: center;
	flex-wrap: wrap;
}

.btn-primary-ty, .btn-secondary-ty {
  padding: 1rem 2.5rem;
  text-decoration: none;
  border-radius: 8px;
   font-weight: 600;
   font-size: 1.05rem;
  transition :  all 0.3s;
   display: inline-block;
}

.btn-primary-ty {
         background: #3498db;
  color: #ffffff;
}

.btn-primary-ty:hover {
   background  :   #2980b9;
  transform: translateY(-2px);
}

.btn-secondary-ty {
  background  :      transparent;
   color: #3498db;
  border: 2px solid #3498db;
}

.btn-secondary-ty:hover {
  background: #3498db;
	color: #ffffff;
}

.contact-info-thankyou {
     padding: 5rem 0;

     }

.contact-info-thankyou h2 {
	text-align: center;
  font-size     :     2.6rem;
    color: #1a252f;
   margin-bottom: 1rem;
}

.contact-intro {
    text-align: center; 
	  font-size: 1.15rem; 
	    color: #5a6c7d; 
	   margin-bottom: 3rem;
}

.contact-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap    :  2.5rem;
    max-width: 900px;
  margin: 0 auto;
}

.contact-detail-card {
    background: #f8f9fa;
  padding: 2.5rem;
  border-radius: 10px;
    text-align: center;
}

.contact-detail-card h3 {
               font-size: 1.5rem;
    color: #2c3e50;
  margin-bottom: 1rem;
}

.contact-detail-card p {
  color: #5a6c7d;
    line-height: 1.7;
  font-size: 1.1rem;
}

.detail-note {
   font-size: 0.95rem;
    color: #7f8c8d;
    margin-top: 0.5rem;
}@media (max-width: 968px) {
.header-content-wrap h1 {
font-size: 2.5rem;
}

.mission-layout {
grid-template-columns: 1fr;
gap: 3rem;
}

.values-grid {
grid-template-columns: 1fr;
}

.approach-wrapper {
grid-template-columns: 1fr;
gap: 3rem;
}

.expertise-columns {
grid-template-columns: 1fr;
}

.thankyou-container {
padding: 3rem 2rem;
}

.thankyou-content h1 {
font-size: 2.2rem;
}

.action-buttons-ty {
flex-direction: column;
}

.contact-details-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 600px) {
.header-content-wrap h1 {
font-size: 2rem;
}

.header-subtitle {
font-size: 1.1rem;
}

.section-heading-center {
font-size: 2.2rem;
}

.thankyou-content h1 {
font-size: 1.8rem;
}

.step-item {
flex-direction: column;
align-items: center;
text-align: center;
}
}