* {
  margin: 0;
   padding  : 0;
   box-sizing: border-box;
}

body  {

	  font-family: 'Segoe UI', Tahoma, sans-serif;
    line-height: 1.6;
  color: #2c3e50;
    background: #fafbfc;
	}

.page-head	{
     background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
   top   :0;
               z-index: 1000;
}

.top-navigation {


  padding: 1rem 0;
     }



.wrapper-nav {
    max-width: 1200px;
	margin  :  0 auto;
    padding: 0 20px;
    display  :   flex;
	justify-content: space-between;
   align-items: center;
}

.brand-section .logo-link {
  display: block;

}

.brand-image {
   width: auto;
	height: 48px;
	
}



.menu-trigger {
   display: none;
   flex-direction: column;
   gap: 5px;
    background: none;
   border: none;
  cursor: pointer;
   padding: 8px;
} 

.bar-line {
   width: 28px;
    height   : 3px;
   background: #2c3e50;
  transition :   0.3s;
   border-radius: 2px;
} 

.nav-links {

     display: flex;

   gap: 2rem;
	}

.nav-item {
   font-weight: 500;
	 font-size: 16px;
	 transition: color 0.3s;
    text-decoration  :  none;
   color: #34495e;
	}

.nav-item:hover

{
    color: #3498db;
}

.hero-block {
    padding: 80px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.hero-wrapper {
 max-width: 1200px;
 margin: 0 auto;
  display:    grid;
	grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;
}

.main-heading {
   font-size: 48px;
               margin-bottom: 24px;
  font-weight :    700;
               line-height: 1.2;
}

.hero-description {
  font-size: 19px;
  margin-bottom: 32px;
	 opacity: 0.95;
}

.primary-button


{
        display: inline-block;
   padding: 16px 36px;
    background: #ffffff;
  color: #667eea;
        text-decoration: none;
  border-radius   :8px;
  font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
  font-size: 17px;
}

.primary-button:hover

{

  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);}

.featured-img {
  width   :       100%;
    border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.intro-segment  {
  padding: 80px 20px;
   background: #ffffff;
}

.segment-container {
		max-width: 1200px; 
       margin   :      0 auto;
}

.section-title {

  font-size: 38px;
  margin-bottom: 24px;
	text-align: center;
   color: #2c3e50;
	} 

.intro-text {
		 font-size: 18px;
   text-align: center;
	max-width: 900px;
  margin: 0 auto 60px;
   color: #555;
    line-height: 1.8;
	}

.features-grid {
  display     :  grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	 margin-top: 48px;
}

.feature-card {
      background: #f8f9fa; 
	   padding: 32px; 
		border-radius: 10px; 
	   -moz-border-radius: 10px; 
	  transition :transform 0.3s;
}

.feature-card:hover  {
  transform: translateY(-8px);
}

.card-heading {
  font-size: 22px;
	margin-bottom: 16px;
    color: #667eea;
}

.card-text   {
   color: #666;
  line-height: 1.7;
	}

.offer-section{
       padding  : 80px 20px;
	background: #f8f9fa;
}

.offer-wrapper {


  max-width: 1200px;
    margin  :   0 auto;}

.section-heading {
    margin-bottom: 48px;
    color: #2c3e50;
  text-align     :       center;
	font-size: 38px;

}

.services-layout {
          display: flex;
  flex-direction: column;
	 gap: 48px;
	
}

.service-box {
  display: grid;
	 grid-template-columns: 1fr 1.5fr;
    gap: 40px;
   background: white;
    border-radius: 12px;
	 overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}


.service-photo {
   width: 100%;
  height: 100%;
	object-fit: cover;
}

.service-content {
	padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.service-name {

  font-size: 26px;
  margin-bottom     :      16px;
    color: #2c3e50; 
	


}

.service-info {

	  color: #666;
  line-height     :   1.8;
	font-size: 16px;

     }

.cta-banner {
       padding: 80px 20px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
			color: white;
  text-align: center;}

.cta-content {
    max-width: 800px;
  margin :     0 auto;
}

.cta-title {
   font-size :42px;
    margin-bottom: 20px;
}

.cta-message {
    font-size: 19px;
 margin-bottom  :    32px;
   opacity: 0.95;
}

.cta-action
	{
    display: inline-block;
   padding    :    18px 42px;
	 background  :       white;
    color: #f5576c;
    text-decoration: none;
        border-radius: 8px;
    font-weight    :   600;
    font-size: 18px;
   transition: transform 0.2s;
}

.cta-action:hover {

  transform: scale(1.05);


}

.approach-info {
   padding: 80px 20px;
   	 background   :      white;
	
}

.approach-container {
  max-width: 1200px;
   margin     :        0 auto;
   display    :      grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.process-img {


   width: 100%;
      border-radius  :      12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);}

.details-heading

{


                    font-size: 36px;
	margin-bottom: 20px;
   color: #2c3e50;


}

.details-paragraph {
					font-size     :   17px;
   color :      #555;
    margin-bottom: 32px;
   line-height: 1.8;
}

.process-steps {
    display :       flex;
  flex-direction: column;
          gap :  24px;
}

.step-item

{
               padding: 20px;
   background: #f8f9fa;
	border-radius: 8px;
  border-left   :   4px solid #667eea;
}

.step-title   {
   font-size: 19px;
    margin-bottom: 8px;
  color: #2c3e50;}

.step-desc {
	 color: #666;
   line-height   :     1.6;
}

.contact-zone {
  padding: 80px 20px;
    background: #f8f9fa;
}



.contact-container {
  max-width: 1200px;
  margin: 0 auto;
	
}

.contact-title {
	  text-align:center;
	 font-size :   38px;
    margin-bottom     : 16px;
  color: #2c3e50;
     }

.contact-subtitle {

	   text-align: center;
    font-size: 18px;
		 color: #666;
	 margin-bottom: 48px;

}

.contact-layout {
	display: grid;
    grid-template-columns: 2fr 1fr;
  gap: 60px;
}

.contact-form {
  background   :        white;
  padding  :   40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.form-row {
    display     :        grid;
   grid-template-columns: 1fr 1fr;
   gap: 24px;
    margin-bottom     :  24px;
}

.input-group {
	display: flex;
   flex-direction: column;
  gap: 8px;
}

.field-label {
   	font-weight:    500;
    color  :#2c3e50;
   font-size   :     15px;
	}

.form-input,
.form-select,
.form-textarea {
  padding: 14px;
    border   :       1px solid #ddd;
   border-radius   : 6px;
   font-size: 15px;
  font-family: inherit;
    transition: border-color 0.3s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color    :#667eea;
}

.form-textarea {
   	resize: vertical;
	}

.submit-btn {
   width: 100%;
      padding: 16px;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                       color: white;
      border: none;
      border-radius : 8px;
     font-size: 17px;
     font-weight: 600;
     cursor: pointer;
       transition: transform 0.2s;
}

.submit-btn:hover {
  transform: translateY(-2px);
}

.contact-info {
     display: flex;
    flex-direction: column;
   gap: 32px; 
	
}

.info-block {
   background  :  white;
    padding: 28px;
   border-radius:   10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.info-heading {
  font-size: 20px;
   margin-bottom: 12px;
  color: #2c3e50;
}

.info-text {
    color: #666; 
                    line-height: 1.7;
}

.page-footer {


    background: #2c3e50;
   color: white;
    padding: 60px 20px 20px;
     }

.footer-content {
   max-width: 1200px;
   margin: 0 auto;
    display   :     grid;
  grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    margin-bottom: 40px;
}

.footer-logo
{
  height: 42px;
      margin-bottom: 16px;
}

.footer-text


{
  color: #bdc3c7;
  line-height: 1.7;
   font-size: 14px;

}


.footer-heading {

	   font-size: 18px;
   margin-bottom: 16px;
    color: white;
     }

.footer-nav {
    display: flex;
    flex-direction: column;
                    gap: 10px;
}

.footer-link


{
  -webkit-transition: color 0.3s;
    color:        #bdc3c7;
	text-decoration: none;
  transition: color 0.3s;
   font-size: 14px;
}

.footer-link:hover	{


    color: white;


}

.footer-bottom {
   max-width: 1200px;
    margin: 0 auto;
   padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
   text-align: center;
}

.copyright-text     {
     color: #95a5a6; 
	   font-size:    14px;


}@media (max-width: 768px) {
    .menu-trigger {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        flex-direction: column;
        background: white;
        padding: 20px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        transition: left 0.3s;
        gap: 0;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .nav-item {
        padding: 16px 0;
        border-bottom: 1px solid #eee;
    }
    
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .main-heading {
        font-size: 36px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .service-box {
        grid-template-columns: 1fr;
    }
    
    .approach-container {
        grid-template-columns: 1fr;
    }
    
    .contact-layout {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}.about-hero {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);

    padding: 100px 20px;

    text-align: center;

    color: white;
}

.about-hero-container {
   max-width: 900px;
                    margin: 0 auto;
}

.about-main-title {
  font-size: 52px;

	   margin-bottom: 20px;

	    font-weight   :     700;
}

.about-hero-text {
  line-height:  1.7;
	               opacity: 0.95;
	   font-size: 21px;
}

.story-section {
    padding    :    80px 20px;

	background  :      white;
	
}

.story-wrapper   {
          max-width  :       1200px;
  margin: 0 auto;
   display: grid;
    grid-template-columns: 1.2fr 1fr;
  gap: 60px;
    align-items: center;
}

.story-heading		{

	font-size: 36px;
      margin-bottom: 24px;
     color: #2c3e50;}

.story-paragraph {
  margin-bottom: 20px;
   color: #555;
   font-size: 17px;
    line-height     :    1.8;
}

.story-photo {

	     width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);


	}

.values-area	{
  padding: 80px 20px;
     background: #f8f9fa;

} 

.values-container {
    max-width: 1200px;
   margin: 0 auto;
}

.values-title {
   font-size: 38px; 
	  text-align: center; 
	  margin-bottom     :  60px; 
	  color: #2c3e50;
}

.values-grid {
   display    :grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}

.value-item {
  background:white;

	  padding: 36px;

	   border-radius :       10px;

	  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
} 

.value-name {
    font-size: 24px;
  margin-bottom: 14px;
   color: #4facfe;


}

.value-description


{
  color: #666; 
		line-height: 1.7;
}

.approach-details {

   padding: 80px 20px;
   background    :    white;
}

.approach-wrap {
   max-width: 1200px;
  margin: 0 auto;
}

.approach-title		{


	font-size: 38px;
	text-align: center;
    margin-bottom :      60px;
  color: #2c3e50;}  

.approach-layout{
   display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.approach-img {
  width:      100%;
       border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.method-block     {
	 margin-bottom  :     32px;
   padding  :  24px;
   background:    #f8f9fa;
   border-radius: 8px;
   border-left: 4px solid #4facfe;
}

.method-heading {
  font-size: 20px;
          margin-bottom: 10px;
          color  :#2c3e50;


}

.method-text {

  line-height: 1.7;
  color: #666; 
}

.experience-zone {
  padding: 80px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color  :     white;
	
}

.experience-container {
  max-width: 1200px;
    margin: 0 auto;
}

.experience-heading {
    font-size: 38px;
    margin-bottom: 24px;
}

.experience-info {

	 font-size  :     18px;
    line-height   :  1.8;
    margin-bottom: 20px;
    opacity: 0.95;
	}

.stats-display {

    display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap     :    40px;
  margin-top: 60px;
	}

.stat-box {
	text-align: center;
	padding: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.stat-number {
  display: block;
  font-size: 44px;
  font-weight: 700;
   margin-bottom: 8px;
}

.stat-label 
 {
  display: block;
   font-size: 16px;
                    opacity: 0.9;
}

.mission-area {

	   padding: 80px 20px;
         background     : white;
}

.mission-wrapper {
	    max-width: 1200px;
   align-items    :        center;
               display: grid;
    gap    :  60px;
  grid-template-columns: 1fr 1fr;
    margin  :  0 auto;
     }

.mission-image {
    width: 100%; 
    border-radius  :   12px; 
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.mission-title {
   font-size: 36px;
  margin-bottom: 24px;
   color   :#2c3e50;
}

.mission-description    {
	   font-size: 17px;
  line-height: 1.8;
    color: #555;
   margin-bottom: 20px;
     }

.cta-about
{
     padding   :       80px 20px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   text-align: center;
    color: white;
	}

.cta-about-content {
	  max-width: 800px;
			margin: 0 auto;}

.cta-about-heading {
       margin-bottom:   20px;
    font-size     :        42px;}

.cta-about-text {
  font-size: 19px; 
	margin-bottom: 32px; 
  opacity: 0.95;
}

.cta-about-button


{
	display: inline-block;
	padding: 18px 42px;
    background: white;
    color: #f5576c;
          text-decoration: none;
	 border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
   transition: transform 0.2s;
}

.cta-about-button:hover	{
  transform: scale(1.05);
}

.thankyou-section {
      padding: 100px 20px;
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
	 min-height: 60vh;


}

.thankyou-container {
    grid-template-columns: 1.5fr 1fr;
   align-items: center;
    display: grid;
   max-width: 1200px;
  margin     :        0 auto;
    gap: 60px;
     }  

.thankyou-content     {
  background: white;
     padding: 60px;
     border-radius:       16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.success-icon {
	margin-bottom: 32px;
}

.thankyou-title  {

  font-size: 42px;
    color :  #2c3e50;
	margin-bottom: 20px;
}  

.thankyou-message  {
         margin-bottom :   40px;
	  font-size: 18px;
		 line-height    :   1.8;
	     color: #555;
}

.next-steps {
  margin-bottom: 40px;
}

.steps-heading {
   margin-bottom  :20px;
	color: #2c3e50;
  font-size :      24px;
}

.steps-list {
  list-style: none;
      padding: 0;
}

.step-element {
      padding  : 12px 0 12px 32px;
	position: relative;
    color: #666;
                    line-height   :1.6;
}

.step-element::before {
	  content: "✓";
   position: absolute;
  left: 0;
    color: #667eea;
   font-weight: bold;
   font-size: 18px;}

.thankyou-actions {

  display: flex;
  gap:    16px;
   flex-wrap: wrap;

}


.action-button     {
    font-weight: 600;
  border-radius:      8px;
      padding: 14px 32px;
   text-decoration: none;
    transition: transform 0.2s;
  display: inline-block;
}



.primary-action {
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
     }

.secondary-action {


  background: #f8f9fa;
   color: #667eea;
  border: 2px solid #667eea; 
	
	}

.action-button:hover {
     transform: translateY(-2px);


}

.thankyou-photo {
   width: 100%;
   border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.additional-info {
    padding: 80px 20px;

	   background: white;
	
}

.info-wrapper     {
    max-width: 1200px;
   margin: 0 auto;
}

.info-title {
        font-size: 38px;
   text-align: center;
	 margin-bottom: 60px;
	color: #2c3e50;
}

.info-cards {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.info-card {
  background: #f8f9fa;
	padding :        36px;
    border-radius: 10px;
}

.info-card-title {
     font-size: 22px;
      margin-bottom: 14px;
   color: #667eea;
}


.info-card-text

{
   line-height  :  1.7;
    color: #666;
}

.contact-details {
          padding: 80px 20px;
     background: #f8f9fa;
      text-align: center;
}

.details-container {
    max-width   :        900px;
 margin: 0 auto;
}

.details-title {

    font-size: 36px;
   margin-bottom :  20px;
    color: #2c3e50;
     }

.details-text {
   font-size: 18px;

	    color    :        #666;

	    margin-bottom: 40px;
}

.contact-methods {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
   gap: 40px;
	max-width: 700px;
  margin: 0 auto;


}


.method-item {
     background: white;
    padding: 32px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.method-title {
  font-size: 20px;
  margin-bottom: 12px;
    color: #2c3e50;
}

.method-value {
          font-size: 17px;
   color: #667eea;
  font-weight     :600;
}  @media (max-width: 768px) {
    .about-main-title {
        font-size: 38px;
    }

    .story-wrapper {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .approach-layout {
        grid-template-columns: 1fr;
    }

    .stats-display {
        grid-template-columns: 1fr;
    }

    .mission-wrapper {
        grid-template-columns: 1fr;
    }

    .thankyou-container {
        grid-template-columns: 1fr;
    }

    .thankyou-content {
        padding: 40px 28px;
    }

    .thankyou-title {
        font-size: 32px;
    }

    .info-cards {
        grid-template-columns: 1fr;
    }

    .contact-methods {
        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 {
      font-size: 1.1rem;
      color:#7f8c8d;
   	line-height :1.7;
     margin-bottom: 1.5rem;


}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}