* {
      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;}

.site_header {
  background: #1a252f;
   padding  : 0;
   position : sticky;
   top: 0;
    z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.main_navigation {
  width: 100%;
}

.nav_wrapper {
  max-width: 1320px;
	margin: 0 auto;
    padding: 1.2rem 2rem;
  display: flex;
   justify-content: space-between;
    align-items: center;

} 

.brand_logo img 
 {
    width: auto;
   height: 45px;
}

.nav_links {
   display:    flex;
  list-style: none;
   gap: 2.5rem;
  align-items: center;
}

.nav_links a {
    color   : #ecf0f1;
	 text-decoration: none;
    font-weight: 500;
   transition  :     color 0.3s;
   font-size    :1.05rem;
}

.nav_links a:hover {
   color: #3498db; 

}

.cta_link {
  background: #e74c3c;
    padding: 0.7rem 1.8rem;
    border-radius: 5px;
	 color: white !important;
}

.cta_link:hover {
		color: white !important;
    background: #c0392b;
}

.burger_toggle {
	display: none;
                    background: none;
    border: none;
    flex-direction: column;
        gap: 5px;
        cursor: pointer;
		 padding: 5px;
}

.burger_line {
   width: 28px;
  height: 3px;
    background: #ecf0f1;
    transition: all 0.3s;
}

.hero_section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 5rem 2rem;
    display    : grid;
    grid-template-columns: 1fr 1fr;
    gap  :       4rem;
   max-width: 1320px;
   margin: 0 auto;
  align-items: center;
}

.hero_content h1		{
  font-size: 3.2rem;
  color: white;
          margin-bottom   :        1.5rem;
  line-height   :      1.2;
}

.hero_subtitle {
	font-size: 1.25rem;
    color: #ecf0f1;
       margin-bottom: 2.5rem;
}

.hero_actions {
   display: flex;
 gap: 1.5rem;
}

.primary_btn,
.secondary_btn {
       transition: all 0.3s;
   border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
  padding: 1rem 2.2rem;
   font-size: 1.05rem;

}

.primary_btn {
       background: #e74c3c;
  color: white;
}

.primary_btn:hover {
   background   :  #c0392b;
  transform: translateY(-2px);
}

.secondary_btn {
   background: white;
	color: #667eea;
   border: 2px solid white;
}

.secondary_btn:hover {
   background     :     transparent;
  color: white;
}

.hero_visual img {
    width: 100%;
    border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.intro_section {
   padding: 5rem 2rem; 
   background  :        #f8f9fa;
}

.content_container {
  max-width  :1200px;

	 margin   :      0 auto;
}

.intro_section h2 {
  font-size   :  2.5rem;
  color     : #2c3e50;
    margin-bottom: 1.5rem;
        text-align: center;
}

.intro_section > .content_container > p {
  font-size: 1.15rem;
  color: #5a6c7d;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 3rem;
     line-height: 1.8;
}

.intro_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 2.5rem;
	margin-top     :       3rem;
}

.intro_item {
	background :   white;
	padding: 2rem;
   border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);


}

.intro_item h3 {
		 font-size: 1.5rem;
  color   :      #2c3e50;
       margin-bottom: 1rem;


}

.intro_item p {
   color: #5a6c7d;
	    line-height: 1.7;
}

.services_showcase {
    padding: 5rem 2rem;

	  background: white;
}

.services_showcase h2 {
    color: #2c3e50;
       text-align: center;
     font-size   :  2.5rem;
       margin-bottom: 4rem;
}

.services_layout {
   display    : flex;
	 flex-direction: column;
   gap: 4rem;
}

.service_card {
  display: grid;
   grid-template-columns: 1fr 1fr;
		gap: 3rem;
   align-items: center;
     }

.service_card.reverse_layout {
     direction: rtl;
     }

.service_card.reverse_layout > * {

	                    direction: ltr;


}

.service_image img

{
    width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.service_details h3{
    font-size: 1.9rem;

	     color: #2c3e50;

		margin-bottom: 1.2rem;
}

.service_details p {
  font-size: 1.1rem;
 color: #5a6c7d;
  line-height: 1.8;
}

.cta_banner {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   padding: 4.5rem 2rem;
   text-align: center;


}

.cta_content {
    max-width: 900px;
    margin: 0 auto;
     }

.cta_content h2 {
          color: white;
  margin-bottom: 1.5rem;
    font-size: 2.3rem;
}

.cta_content p {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 2rem;
   opacity: 0.95;
}

.cta_button {
   background: white;
    color: #f5576c;
    padding: 1.1rem 2.5rem;
   border-radius: 6px;
               text-decoration: none;
   font-weight: 700;
   font-size: 1.1rem;
    display: inline-block;
   transition: all 0.3s;
}

.cta_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	}

.methodology_section
{
    padding: 5rem 2rem;
  background: #f8f9fa;
}

.methodology_section h2
	{
   font-size     :        2.5rem;
  text-align: center;
   margin-bottom: 4rem;
    color: #2c3e50;
}

.methodology_blocks {
  grid-template-columns: repeat(2, 1fr);
	display: grid;
    gap: 2.5rem;
}

.method_block {

      background: white;
        padding: 2.5rem;
      border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;}

.method_number {
    font-size: 3rem;
  position: absolute;
	top: 1rem;
   font-weight: 700;
  color:    #e0e0e0;
   right   :      1.5rem;
}

.method_block h3 {

	         font-size: 1.6rem;
  color: #2c3e50;
  margin-bottom: 1rem;
     }

.method_block p {
	 color: #5a6c7d;
   line-height: 1.7;
}

.testimonials_area {
   padding: 5rem 2rem;
    background: white;
}

.testimonials_area h2 {
  font-size :  2.5rem; 
    text-align: center; 
  margin-bottom: 4rem; 
    color: #2c3e50;
}

.testimonials_grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 2.5rem; 

}


.testimonial_box {

  border-left: 4px solid #667eea;
               border-radius : 8px;
    padding: 2rem;
	background     :      #f8f9fa; 

}


.testimonial_box p {
   font-size: 1.05rem;
  color: #5a6c7d;
	 line-height :   1.7;
  margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial_box cite
	{
   font-style :  normal;
   color: #2c3e50;
   font-weight: 600;
}

.visual_proof {


    padding: 5rem 2rem;
  background: #f8f9fa;
     }

.visual_proof h2 {
   font-size: 2.5rem;
  text-align :        center;
    margin-bottom: 3rem;
	color: #2c3e50;
}


.proof_gallery {
    margin  :  0 auto 2rem;
  max-width: 900px;
}

.gallery_item img {
   width: 100%;
    border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.proof_description {
  text-align: center;
   font-size: 1.1rem;
  color: #5a6c7d;
   max-width: 800px;
  margin: 0 auto;
    line-height: 1.8;
}

.contact_section {
  padding: 5rem 2rem;
  background :        white;
}

.contact_layout {
   display: grid;
		grid-template-columns: 1fr 1.3fr;
	  gap: 4rem;
	    max-width:       1200px;
		margin: 0 auto;}

.contact_info h2 {
    font-size: 2.3rem;
   color: #2c3e50;
	margin-bottom: 1.5rem;
}

.contact_info > p {
    font-size: 1.1rem;
    color: #5a6c7d;
   line-height: 1.7;
    margin-bottom: 3rem;
}

.info_blocks {
   display: flex;
   flex-direction: column;
   gap: 2rem;
	
}

.info_item h4 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 0.7rem;
}

.info_item p {
    color: #5a6c7d;
    line-height: 1.6;
}

.contact_form_wrapper {
	    background  :    #f8f9fa;
    padding: 2.5rem;
        border-radius    :  10px;
}

.contact_form {
  display    : flex;
  flex-direction:column;
    gap: 1.5rem;

}

.form_group {
      display: flex;
   flex-direction: column;
	
     } 

.form_group label {
   font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size:    0.95rem;
}

.form_group input,
.form_group select,
.form_group textarea {
	padding: 0.9rem;
    border: 2px solid #ddd;
    border-radius: 5px;
   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: #667eea;
}

.form_group textarea {
   resize   :    vertical;
}

.submit_btn {
	background: #667eea; 
   color: white; 
  padding: 1rem 2rem; 
  border: none; 
    border-radius: 5px; 
    font-size: 1.1rem; 
   font-weight: 600; 
  cursor  :    pointer; 
   transition: all 0.3s;
}

.submit_btn:hover {
        background: #5568d3;
  transform: translateY(-2px);
}

.site_footer   {
  background: #1a252f;
    color: #ecf0f1;
  padding: 4rem 2rem 2rem;
}

.footer_content {
    max-width    :       1200px;
  margin     :   0 auto;
   display  :      grid;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
   gap: 3rem;
    margin-bottom: 3rem;
}

.footer_brand img {
	  height: 40px;
   margin-bottom    :       1.5rem;
	}

.footer_description {
    color: #b8c5d6;
  line-height: 1.7;
   font-size: 0.95rem;
	
}

.footer_column h4 {
   color: white;
                    margin-bottom: 1.2rem;
  font-size: 1.1rem;
}

.footer_links {
   list-style: none;
}

.footer_links li		{
         margin-bottom: 0.8rem;
}

.footer_links a {
  color: #b8c5d6;
   text-decoration: none;
  transition: color 0.3s;
}

.footer_links a:hover {
	color  :      #3498db;
}

.footer_column p {
   color: #b8c5d6;
   line-height: 1.7;
  font-size: 0.95rem;
}

.footer_bottom {
  max-width: 1200px;
    margin  :     0 auto;
   padding-top   :   2rem;
  border-top: 1px solid #34495e;
  text-align: center;
         color: #7f8c8d;
}@media (max-width: 992px) {
    .burger_toggle {
        display: flex;
    }
    
    .nav_links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a252f;
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        display: none;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }
    
    .nav_links.active {
        display: flex;
    }
    
    .hero_section {
        grid-template-columns: 1fr;
        padding: 3rem 2rem;
    }
    
    .hero_content h1 {
        font-size: 2.5rem;
    }
    
    .intro_grid {
        grid-template-columns: 1fr;
    }
    
    .service_card,
    .service_card.reverse_layout {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    
    .methodology_blocks {
        grid-template-columns: 1fr;
    }
    
    .testimonials_grid {
        grid-template-columns: 1fr;
    }
    
    .contact_layout {
        grid-template-columns: 1fr;
    }
    
    .footer_content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero_content h1 {
        font-size: 2rem;
    }
    
    .hero_actions {
        flex-direction: column;
    }
    
    .primary_btn,
    .secondary_btn {
        text-align: center;
    }
}.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(135deg, #667eea 0%, #764ba2 100%);
   padding: 4rem 2rem;
   text-align: center;
}

.about_hero_content {
    max-width:    950px;
  margin: 0 auto;
}


.about_hero h1  
  {
	   font-size: 2.8rem;
   color: white;
    margin-bottom: 1.5rem;
    line-height: 1.3;

}

.about_hero p {
   line-height: 1.8;
	 color: #ecf0f1;
   font-size: 1.2rem;
}

.story_section {
   padding: 5rem 2rem;
    background: white;
}

.story_layout

{
    display: grid;
  grid-template-columns: 1.2fr 1fr;
                    gap :4rem;
   align-items: center;
}

.story_text h2 {
	  font-size: 2.4rem;
   color: #2c3e50;
         margin-bottom: 1.5rem;
     }

.story_text p {
  font-size: 1.1rem;
      color: #5a6c7d;
   line-height: 1.8;
     margin-bottom: 1.3rem;
}

.story_image img {
   width: 100%;

    border-radius: 10px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.mission_vision {
        padding: 5rem 2rem;
  background: #f8f9fa;
}

.mission_vision h2 {


   font-size: 2.5rem;
    text-align: center;
   margin-bottom: 3.5rem;
   color:    #2c3e50;

}

.mission_grid {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
   max-width: 1100px;
   margin: 0 auto;
}

.mission_card {
  background: white;
   padding:    2.5rem;
  border-radius    :      10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.mission_card h3 {
	font-size: 1.8rem;
    color: #667eea;
   margin-bottom: 1.2rem;
}

.mission_card p {


	 font-size: 1.1rem;
      color: #5a6c7d;
  line-height  :        1.8;


}

.values_section {
  padding: 5rem 2rem;
     background: white;
}

.values_section h2 {
   font-size: 2.5rem;
    text-align: center;
    margin-bottom: 4rem;
  color: #2c3e50;
}

.values_grid {
    display :       grid;
  grid-template-columns: repeat(2, 1fr);
   gap: 2.5rem;
}

.value_item {

	    border-radius: 8px;
 padding: 2rem;
   background: #f8f9fa;
    border-left: 5px solid #e74c3c; 
	


}

.value_item h3 {
  font-size: 1.5rem;
   color: #2c3e50;
     margin-bottom: 1rem;
}

.value_item p {
  color: #5a6c7d;
		line-height: 1.7;
}


.approach_section {
   padding:    5rem 2rem;
    background: #f8f9fa;
}

.approach_section h2 {


	font-size: 2.5rem;
		 text-align: center;
    margin-bottom: 4rem;
   color: #2c3e50;

}

.approach_content {
       display: grid;
      gap: 4rem;
       grid-template-columns: 1fr 1.3fr;
      align-items: start;
     }

.approach_image img {


	width: 100%;
   border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.approach_text {
  display: flex;

	   flex-direction : column;

	    gap: 2rem;
}

.approach_point {
  background: white;
  padding: 2rem;
   border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.approach_point h3 {


   font-size: 1.4rem;
      color: #2c3e50;
   margin-bottom: 0.8rem;}

.approach_point p {
  color: #5a6c7d;
       line-height: 1.7;
}

.experience_section     {
    padding: 5rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.experience_section h2 {
   font-size: 2.5rem;
    text-align: center;
   margin-bottom: 4rem;
    color: white;
}

.stats_grid {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
   gap: 2.5rem;
    max-width: 1200px;
	margin: 0 auto;
}

.stat_box {
  background: rgba(255,255,255,0.15);
  padding: 2.5rem 1.5rem;
    border-radius: 10px;
   text-align: center;
  backdrop-filter: blur(10px);
}

.stat_number {
   display: block;
  font-size: 3rem;
  font-weight: 700;
   color: white;
  margin-bottom     :   0.8rem;
}

.stat_label
{
  display: block;
   font-size: 1.05rem;
  color: #ecf0f1;
    line-height: 1.5;
}

.expertise_showcase {
    padding  :        5rem 2rem;
    background: white;
}

.expertise_showcase h2  {
	font-size     :       2.5rem;
    text-align: center;
   margin-bottom: 4rem;
  color: #2c3e50;
}

.expertise_layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    align-items: center;
}

.expertise_column img

{
          width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.expertise_list     {
  display: flex;
  flex-direction: column;
	 gap: 2rem;
}

.expertise_entry {
          padding-bottom: 2rem;
  border-bottom: 2px solid #f0f0f0;
}

.expertise_entry:last-child {
    border-bottom: none;
   padding-bottom     :   0;
}

.expertise_entry h3 {
    font-size: 1.5rem;
    color: #2c3e50;
  margin-bottom    :     0.8rem;
}

.expertise_entry p {
  color: #5a6c7d;

	    line-height: 1.7;
}

.location_section {
    padding: 5rem 2rem;
   background: #f8f9fa;
}

.location_section h2 {
      font-size: 2.5rem;
 text-align:     center;
    margin-bottom: 4rem;
	color: #2c3e50;
}

.location_content {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
    align-items: center;
}

.location_details p {

	   font-size: 1.1rem;

		color: #5a6c7d;

	   line-height: 1.8;

	  margin-bottom: 2rem; 
	
     }

.location_address,
.location_contact {
   background: white;
  -webkit-border-radius: 8px;
  padding: 1.5rem;
  border-radius: 8px;
   margin-bottom: 1.5rem;
}

.location_address h3,
.location_contact h3 {
	font-size: 1.3rem;
   color: #2c3e50;
   margin-bottom: 0.8rem;
}

.location_address p,
.location_contact p {
	  color  :      #5a6c7d;
	 margin-bottom   : 0;
}

.location_note {
    font-style: italic;
  color: #7f8c8d;
}

.location_visual img {
  width: 100%;
   border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.final_cta {
  padding: 5rem 2rem; 
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); 
    text-align: center;
}

.final_cta h2 {
  font-size: 2.5rem;
    color: white;
  margin-bottom: 1.5rem;
}

.final_cta p {
  font-size: 1.2rem;
    color   :  white;
  margin-bottom: 2.5rem;
   max-width: 850px;
   margin-left: auto;
  margin-right: auto;
}

.cta_action_btn {
   -moz-border-radius: 6px;
	background: white;
    color: #f5576c;
   padding: 1.2rem 2.8rem;
    border-radius: 6px;
   -webkit-border-radius: 6px;
   text-decoration :   none;
	 font-weight:  700;
                    font-size  :    1.15rem;
   display: inline-block;
    transition    :        all 0.3s;
}

.cta_action_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.thankyou_container {
   min-height: 70vh;
   padding: 5rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display  :        flex;
   align-items: center;
  justify-content    :        center;
}

.thankyou_content
{
   max-width :      850px;
    background: white;
   padding: 4rem 3rem;
    border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.thankyou_icon {
   text-align:       center;
    margin-bottom: 2rem;
}

.success_checkmark {
   width: 80px;
  height: 80px;
    margin: 0 auto;
}

.check_icon {
        width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    position: relative;
  border-radius: 50%;
   box-sizing:      content-box;
  border: 4px solid #4caf50;
}



.check_icon::before {
  border-radius: 100px 0 0 100px;
  width: 30px;
   top: 3px;
   transform-origin: 100% 50%;
    left: -2px;
}

.check_icon::after {
        top: 0;
   left: 30px;
    width: 60px;
					transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
   animation: rotate-circle 4.25s ease-in;
}

.icon_line {

               height: 5px;
   background-color: #4caf50;
	display: block;
    border-radius: 2px;
       -webkit-border-radius: 2px;
  position: absolute;
    z-index: 10;}

.line_tip {
   top: 46px;
  left: 14px;
	width  :      25px;
  transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
}

.line_long {
    top: 38px;
  right: 8px;
   width  :        47px;
  transform: rotate(-45deg);
         animation: icon-line-long 0.75s;
}

.icon_circle {
      top: -4px;
    left: -4px;
  z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  position :        absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);


}

.icon_fix {
  top: 8px;

  width: 5px;

   left: 26px;

	 z-index: 1;

  height :85px;

   position: absolute;

  transform: rotate(-45deg);

   background-color: white;
}@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 46px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}.thankyou_content h1 {
  font-size: 2.5rem; 
	  color: #2c3e50; 
	  text-align: center; 
	  margin-bottom: 2rem;
}

.thankyou_message {
  margin-bottom: 3rem;
}

.primary_message {
  font-size: 1.15rem;
  color: #5a6c7d;
  text-align: center;
   line-height: 1.8;
    margin-bottom: 3rem;
}

.next_steps h2,
.additional_info h2 {
  font-size: 1.8rem;
  color: #2c3e50;
    margin-bottom: 1.5rem; 
	
}

.steps_list {
	 display: flex;
  flex-direction: column;
    gap: 1.5rem;
	margin-bottom: 3rem;
}

.step_item {
    display: flex;
  gap: 1.5rem;
  align-items   :start;
} 

.step_num {
   flex-shrink : 0;
   width  :     45px;
  height: 45px;
   background: #667eea;
   color: white;
  border-radius: 50%;
  display: flex;
    align-items: center;
   justify-content: center;
    font-weight: 700;
  font-size     :        1.3rem;
}

.step_content h3 {
    color  :  #2c3e50;
   font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.step_content p {
    color: #5a6c7d;
	 line-height: 1.7;
}

.additional_info {

	   background: #f8f9fa;
      padding: 2rem;
       border-radius: 8px;
       margin-bottom: 2rem;
	}

.additional_info p {
    color: #5a6c7d;
    line-height :      1.7;
  margin-bottom: 1rem;
}

.preparation_list {
   list-style :   none;
	 padding-left: 0;
}

.preparation_list li {

	   padding-left: 1.8rem;
    position: relative;
  color: #5a6c7d;
  line-height: 1.8;
  margin-bottom: 0.8rem;

}

.preparation_list li::before {
  position: absolute;
   color: #667eea;
  left: 0;
  content: "→";
   font-weight: 700;
}

.thankyou_actions {
   display   :   flex;
  gap :      1.5rem;
  justify-content: center;
    margin-bottom: 2.5rem;
}

.action_button {
    padding: 1rem 2rem;
	 border-radius: 6px;
  text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
          transition     :      all 0.3s;
  display: inline-block;
}

.action_button.primary {
   background: #667eea;
    color    :        white; 
	
}

.action_button.primary:hover {
   background: #5568d3;
  transform: translateY(-2px);
}

.action_button.secondary {
			 background     :   white; 
   color: #667eea; 
   border  :2px solid #667eea;}

.action_button.secondary:hover {
  background: #667eea;
    color  :      white;
}

.contact_reminder {
   text-align: center;
  padding-top   :    2rem;
  border-top  : 2px solid #f0f0f0;
}

.contact_reminder p {
	 color: #5a6c7d;
    margin-bottom: 0.5rem;
}

.phone_display {
    font-size: 1.5rem;
   font-weight: 700;
			color: #667eea;
}

.why_choose_us {
   padding: 5rem 2rem;
   background  :#f8f9fa;
	
}

.why_choose_us h2 {

   font-size: 2.5rem;
	 text-align:     center;
  margin-bottom: 4rem;
  color: #2c3e50;
     }

.benefits_grid {
	 display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.benefit_card {
        background    :     white;
  padding     : 2rem;
    border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.benefit_card h3 {
  font-size: 1.4rem;
    color: #2c3e50;
                    margin-bottom: 1rem;
}

.benefit_card p {
  color :        #5a6c7d; 
         line-height: 1.7;

}@media (max-width: 992px) {
    .story_layout,
    .approach_content,
    .expertise_layout,
    .location_content {
        grid-template-columns: 1fr;
    }
    
    .mission_grid,
    .values_grid {
        grid-template-columns: 1fr;
    }
    
    .stats_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits_grid {
        grid-template-columns: 1fr;
    }
    
    .thankyou_content {
        padding: 3rem 2rem;
    }
    
    .thankyou_actions {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .about_hero h1 {
        font-size: 2rem;
    }
    
    .stats_grid {
        grid-template-columns: 1fr;
    }
    
    .thankyou_content h1 {
        font-size: 2rem;
    }
}