* {
    margin: 0;
    padding    :       0;
   box-sizing: border-box;
}

html	{
  scroll-behavior    : smooth; 

}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
  color: #2c3e50;
   background-color: #fafafa;
         overflow-x: hidden;
}

.page_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header_section {
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
  padding: 12px 0;
    position :       sticky;
	 top: 0;
   z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navigation_bar {


    max-width : 1200px;
    margin: 0 auto;
  width    :      100%;
    padding: 0 20px;}

.nav_container {
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_block
{
       flex-shrink: 0;
	

} 

.logo_img {

    display: block;
   transition: opacity 0.3s ease;

}

.logo_img:hover    {
	opacity: 0.8;
}

.hamburger_toggle {
  display     : none;
  flex-direction  :     column;
    background: none;
    border   :  none;
        cursor: pointer;
  padding: 8px;

}

.burger_line {
  width: 24px;
     height: 2.5px;
     background-color: white;
                       margin :     4px 0;
   	transition: 0.3s ease;
}

.menu_links {

    display: flex;
    list-style: none;
  gap: 40px;
   align-items: center;

}

.nav_link


{
	color: white;
  text-decoration  :      none;
  font-weight: 500;
    padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.nav_link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.hero_block {
    align-items: center;
    gap: 50px;
    max-width    :     1200px;
   width: 100%;
    padding: 80px 20px;
  display: grid;
      margin: 0 auto;
   grid-template-columns: 1fr 1fr;
}

.hero_content {
    display: flex;
   flex-direction: column;
    gap   :    20px;
}  

.hero_title {

  font-size  :       48px;
   line-height: 1.2;
   font-weight: 700;
	color: #1a5f3f;
   letter-spacing: -0.5px;
}

.hero_desc {
    font-size: 18px;
	color :       #555;
  line-height: 1.7;
  max-width: 500px;
}

.cta_button {
    display: inline-block;
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
  color: white;
    padding  :     16px 32px;
    border-radius: 6px;
	text-decoration :none;
   font-weight :      600;
          font-size: 16px;
    transition: all 0.3s ease;
  width: fit-content;
    border: 2px solid transparent;
	}

.cta_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(39, 174, 96, 0.3);
}

.hero_visual {
    display: flex;
   justify-content: center;
}

.hero_image {
  width: 100%;

	  max-width: 450px;

	    border-radius: 12px;

	  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about_services {
    background-color: white;
    padding: 80px 20px;
}

.services_wrapper {
  width: 100%;
       margin: 0 auto;
   max-width: 1200px;
}

.section_title {
  text-align: center;
                    font-weight: 700;
	font-size: 42px;
    color: #1a5f3f;
   margin-bottom     :  15px;
}

.section_intro
{
   text-align: center;

				font-size: 18px;

	  color: #777;

	   margin-bottom     : 50px;

	  max-width: 600px;

		margin-left: auto;

	  margin-right: auto;
}

.services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	 gap: 30px;
}

.service_card

{
     background: linear-gradient(135deg, #f8fffe 0%, #e8f5f1 100%);
    padding: 35px;
   border-radius: 10px;
   border-left: 4px solid #27ae60;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor    :       pointer;
	}

.service_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(39, 174, 96, 0.2);
  border-left-color: #1e8449;
}

.card_header {
  margin-bottom: 15px;
}

.card_title {
      font-size: 20px;
  font-weight     :   600;
    color: #1a5f3f;
}

.card_text {
  font-size   :   15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.card_feature {
    display: inline-block;
   	background-color: #27ae60;
     color: white;
   	 padding: 8px 16px;
      border-radius: 20px;
       font-size: 13px;
       font-weight: 500;
}

.training_programs {
    padding: 80px 20px;
    background-color    :     #f5f5f5;
}

.training_wrapper {
  max-width: 1200px;
    margin: 0 auto;
			width: 100%;
}

.training_content {
    display: flex;
   flex-direction: column;
  gap :   50px;
    margin-top: 50px;
}

.training_item {
         display: grid; 
 grid-template-columns: 1fr 1fr; 
    align-items: center; 
    gap   :   40px; 
	
}

.training_item:nth-child(2) {
   grid-template-columns     : 1fr 1fr;

	  direction: rtl;
}

.training_item:nth-child(2) .training_text    {

		direction: ltr;

}

.training_image {
   width: 100%;
    border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); 
	
}

.training_text {
   display: flex;
	 flex-direction: column;
    gap: 15px;
}

.training_subtitle {
    font-size: 26px;
     font-weight: 700;
  color: #1a5f3f;
}

.training_text p
{
   color: #666;
   line-height: 1.7;
  font-size: 16px;
}

.impact_section 
 {
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
      padding    :   80px 20px;
     color: white;
}

.impact_wrapper {
   max-width  :       1200px;
   margin:     0 auto;
   width: 100%;
}

.impact_section .section_title {
  color: white;
             margin-bottom: 60px;
} 

.impact_grid {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;

} 

.impact_item {
	text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  backdrop-filter: blur(10px);
}

.impact_number {
   font-size: 48px;
	font-weight: 800;
   margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.impact_text  {
   font-size: 16px;
     line-height: 1.5;
}

.mentor_section
{
   padding: 80px 20px;
	background-color: white;
}

.mentor_wrapper {
  width:     100%;
  max-width: 1200px;
    margin: 0 auto;
}


.mentor_section .section_title    {
    margin-bottom: 15px;
}

.mentor_gallery {
  display     :        grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
   margin-top: 50px;
}

.mentor_card {
    text-align: center;
          transition: transform 0.3s ease;
}

.mentor_card:hover {
  transform: translateY(-5px); 

}

.mentor_image {
     width    :        100%;
  height: 280px;
	 object-fit    :  cover;
  border-radius    :      12px;
   margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mentor_name {
    font-size: 22px;
   font-weight   :       700;
  color: #1a5f3f;
   margin-bottom: 8px;
} 

.mentor_role {
         color    : #888;
    font-size: 15px;
}

.cta_section {
  background: linear-gradient(135deg, #1a5f3f 0%, #27ae60 100%);
        padding: 80px 20px;
   color: white;
	text-align: center;
}


.cta_container     {
     max-width: 700px;
    margin: 0 auto;
}

.cta_heading {
   font-size :  40px;
    font-weight: 700;
   margin-bottom: 15px;
}

.cta_subtext {
   font-size   :       18px;
   margin-bottom    :30px;
  line-height: 1.6;
    opacity: 0.95;
}

.primary_cta_btn 
 {
      display:  inline-block; 
	background-color: white; 
    color   :        #27ae60; 
  padding: 18px 40px; 
    font-size: 16px; 
   font-weight  :       600; 
  border-radius: 6px; 
               text-decoration: none; 
  transition: all 0.3s ease; 
  border: 2px solid white;

}

.primary_cta_btn:hover {
   background-color: transparent;
      color: white;
} 

.contact_section  {
	 background-color: #f8f9fa;
   padding: 80px 20px;
}

.contact_container {
  max-width: 600px;
    margin: 0 auto;
   width   :       100%;
}

.contact_title {
   font-size    :       38px;
   font-weight: 700;
	color: #1a5f3f;
   text-align: center;
	 margin-bottom :        12px;
}

.contact_desc {
  text-align: center;
    color: #777;
                    font-size: 16px;
   margin-bottom: 40px;
}

.contact_form {
   display: flex;
   flex-direction: column;
  gap  :      25px;
}

.form_group


{
      display: flex;
	flex-direction: column;
    gap: 8px;
}  

.form_label {
   font-weight: 600;
   color: #2c3e50;
                    font-size :       14px;
}

.form_input,
.form_select,
.form_textarea {
      padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
   font-family: inherit;
   font-size: 15px;
   transition: all 0.3s ease;
  background-color: white;
}

.form_input:focus,
.form_select:focus,
.form_textarea:focus {
	outline: none;
   border-color: #27ae60;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}

.form_textarea {
   resize: vertical;
  min-height: 120px;
}

.submit_button    {
   padding: 16px 32px;
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
   color: white;
    border     : none;
   border-radius:    6px;
  font-size: 16px;
   font-weight: 600;
  cursor: pointer;
   transition: all 0.3s ease;
  text-transform: uppercase;
	letter-spacing: 0.5px;
}

.submit_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(39, 174, 96, 0.3);
}

.submit_button:active {
  transform: translateY(0);
}

.footer_section {

    background-color: #1a1a1a;
	color: #e0e0e0;
	padding: 60px 20px 20px;
  margin-top: auto;

}

.footer_content {
  max-width: 1200px;
   margin: 0 auto 40px;
    width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap :    40px;
}

.footer_col {
    display:    flex;
    flex-direction: column;
  gap:15px;
}

.footer_logo		{
  margin-bottom: 10px;
   display :      block;
}

.footer_text {
    font-size: 14px;
   line-height: 1.6;
   color: #b0b0b0;
}

.footer_heading {
    font-size: 16px;
    color  :       white;
   font-weight: 700;
	margin-bottom: 5px;
}

.footer_links {


	list-style: none;
	 display: flex;
   flex-direction: column;
   gap: 10px;
	}

.footer_links a {
  color: #b0b0b0; 
               text-decoration     :   none; 
   font-size: 14px; 
        transition: color 0.3s ease;
}

.footer_links a:hover {
 color: #27ae60;
}

.footer_contact {
 font-size: 14px;
      line-height: 1.6;
   	color: #b0b0b0;
}

.contact_label {
   font-weight  :600;
 color :       white;
  display: block;
  margin-bottom: 4px;
}

.footer_bottom	{
    text-align: center;
	padding-top     :        20px;
  border-top: 1px solid #333;
  color    : #888;
  font-size: 13px;
}

.copyright {
   margin: 0;
}@media (max-width: 768px) {
    .hamburger_toggle {
        display: flex;
    }

    .menu_links {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
        flex-direction: column;
        gap: 0;
        padding: 20px;
        width: 100%;
    }

    .menu_links.active {
        display: flex;
    }

    .nav_link {
        padding: 12px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .hero_block {
        grid-template-columns: 1fr;
        padding: 50px 20px;
        gap: 30px;
    }

    .hero_title {
        font-size: 32px;
    }

    .hero_desc {
        font-size: 16px;
    }

    .section_title {
        font-size: 28px;
    }

    .services_grid {
        grid-template-columns: 1fr;
    }

    .training_item {
        grid-template-columns: 1fr;
    }

    .training_item:nth-child(2) {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .impact_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .impact_item {
        padding: 20px;
    }

    .impact_number {
        font-size: 32px;
    }

    .mentor_gallery {
        grid-template-columns: 1fr;
    }

    .cta_heading {
        font-size: 28px;
    }

    .about_services,
    .training_programs,
    .mentor_section,
    .contact_section {
        padding: 50px 20px;
    }

    .impact_section {
        padding: 50px 20px;
    }

    .footer_content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .hero_title {
        font-size: 24px;
    }

    .section_title {
        font-size: 22px;
    }

    .hero_block {
        padding: 40px 15px;
    }

    .impact_grid {
        grid-template-columns: 1fr;
    }

    .cta_heading {
        font-size: 24px;
    }

    .cta_subtext {
        font-size: 16px;
    }

    .menu_links {
        top: 55px;
    }

    .nav_link {
        font-size: 15px;
    }

    .mentor_image {
        height: 200px;
    }
}.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;
    }
}.services_hero {
  background: linear-gradient(135deg, #1a5f3f 0%, #27ae60 100%);
  color: white;
    padding: 100px 20px;
   text-align:  center;
}

.services_hero_content {
  max-width: 900px;
	 margin: 0 auto;
}

.services_hero_title {
    margin-bottom: 20px;
	     font-size: 48px;
	   line-height: 1.2;
	   font-weight: 700;
}

.services_hero_desc {
	 font-size: 18px;
	line-height     :      1.7;
   opacity: 0.95;
}

.services_detailed {
    background-color: white; 
   padding   : 80px 20px;
}

.services_container   {
   width: 100%;
  gap     :     50px;
   margin: 0 auto;
  max-width: 1200px;
   flex-direction: column;
    display: flex;
}

.service_detailed_card {
  background: linear-gradient(135deg, #f8fffe 0%, #e8f5f1 100%);
	padding: 45px;
  border-radius: 12px;
  border-left: 6px solid #27ae60;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   transition  :      all 0.3s ease;
}

.service_detailed_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(39, 174, 96, 0.15);
}

.service_detail_header    {
  display: flex;
    justify-content: space-between;
      align-items: flex-start;
  margin-bottom: 20px;
 gap: 20px;
}

.service_detail_title {
   font-size: 32px;
   font-weight: 700;
    color: #1a5f3f;
   flex: 1;
}  

.service_price {
	   background-color: #27ae60;
	  color: white;
	   padding: 12px 20px;
	  border-radius: 8px;
		 font-weight: 600;
	    font-size: 18px;
	  white-space  :        nowrap;

     }

.service_detail_desc {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
   margin-bottom: 30px;
}

.service_features {
	  margin-bottom: 30px;
}

.features_title {
  font-size: 18px;
  font-weight: 600;
  color: #1a5f3f;
   margin-bottom: 15px;
}

.features_list {
    gap: 12px;
 flex-direction: column;
    display:  flex;
	list-style  :   none;
}  

.feature_item {
   display: flex;
    align-items: center;
       font-size: 15px;
   color :    #555;
   padding-left: 25px;
   position: relative;
}

.feature_item:before {
  content: "✓";
  position: absolute;
	left  : 0;
    color : #27ae60;
   font-weight: 700;
  font-size: 18px;
}

.service_detail_image {
   width: 100%;
	max-width: 500px;
    height:        300px;
  object-fit: cover;
   border-radius: 10px;
   margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}  

.comparison_section {
   background-color: #f5f5f5;
  padding: 80px 20px;
}

.comparison_container {
    max-width     :        1200px;
    margin: 0 auto;
    width: 100%;
}

.comparison_table_wrapper {
   overflow-x: auto;
  margin-top:  50px;
}

.comparison_table {
    width: 100%;
   border-collapse: collapse;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius:  8px;
   overflow: hidden;
}

.table_header_cell {


  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: white;
    padding: 20px;
   text-align: left;
   font-weight: 600;
   font-size: 15px;

}

.table_cell		{
    padding: 18px 20px;
   border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color:      #666;
}

.table_cell.table_check     {
        font-weight: 600;
   color: #27ae60;
}

tbody tr:hover {
	background-color: #f9f9f9;
}

.testimonials_section {

  background-color: white;
  padding: 80px 20px;
     }

.testimonials_container {
    max-width: 1200px;
    margin: 0 auto;
  width: 100%;


}

.testimonials_grid {

   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
	margin-top: 50px;
	} 

.testimonial_card {
  background: linear-gradient(135deg, #f8fffe 0%, #e8f5f1 100%);
    padding: 30px;
  border-radius :  10px;
       border-left: 4px solid #27ae60;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease; 
	
}

.testimonial_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(39, 174, 96, 0.15);
}

.testimonial_text {
   font-size   :        15px;
	   line-height: 1.8;
	    color: #555;
	    margin-bottom: 20px;
	   font-style    :        italic;
}

.testimonial_author {
  font-weight: 600;
    color: #1a5f3f;
   font-size     :        14px;
}

.faq_section {
 background-color: #f5f5f5;
       padding: 80px 20px;
	
}

.faq_container {
         max-width: 900px;
    margin: 0 auto;
    width: 100%;

}

.faq_items {
    display: flex;
   flex-direction: column;
  gap :       20px;
   margin-top: 50px; 

}

.faq_item  
  {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq_details    {
   cursor: pointer;
}

.faq_summary {
    padding: 25px;
    font-size   :16px;
  font-weight:    600;
    color: #1a5f3f;
   display: flex;
    justify-content: space-between;
   align-items: center;
  list-style: none;
   user-select: none;
   transition   :  background-color 0.3s ease;
}

.faq_summary:hover {
  background-color  :       #f9f9f9;
}

.faq_summary::-webkit-details-marker {


  display     :    none;


}

.faq_summary:after


{
  content: "+";
   font-size : 24px;
	color: #27ae60;
	font-weight: 700;
    transition   :      transform 0.3s ease;
}

.faq_details[open] .faq_summary:after {
  transform: rotate(45deg);
}  

.faq_answer {
   padding: 0 25px 25px 25px;

	      font-size: 15px;

	   line-height:      1.7;

	   color: #666;

	   border-top: 1px solid #e0e0e0;

	  margin:  0;
}

.cta_services_section {
  background: linear-gradient(135deg, #1a5f3f 0%, #27ae60 100%);
	padding: 80px 20px;
    text-align: center;
      color: white;
}

.cta_services_container {
    max-width: 700px;
     margin: 0 auto;
}



.cta_services_heading {

   font-size: 42px;
         font-weight: 700;
    margin-bottom    :     15px;

}

.cta_services_text {
  font-size: 18px;
  margin-bottom: 30px;
   line-height: 1.6;
  opacity    :  0.95;
}

.cta_services_btn{
         display: inline-block;
    background-color: white;
  color: #27ae60;
    padding: 16px 40px;
   font-size: 16px;
  font-weight: 600;
    border-radius: 6px;
    text-decoration     :     none;
    transition: all 0.3s ease;
   border: 2px solid white;
}

.cta_services_btn:hover {
   background-color: transparent;
   color: white;
}

.thankyou_section {
  background: linear-gradient(135deg, #f0f9f6 0%, #e8f5f1 100%);
	padding: 80px 20px;
   min-height: 70vh;
	display: flex;
   align-items: center;
}

.thankyou_container {
    max-width: 700px;
  margin: 0 auto;
    width: 100%;
    text-align: center;
}

.success_badge {
      display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 100px;
   height  : 100px;
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border-radius: 50%;
 margin: 0 auto 30px;
    animation: scaleIn 0.6s ease-out;

}

.badge_icon {
    font-size: 50px;
  color: white;
  font-weight: 700;
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou_title {
   font-size: 42px;
    font-weight: 700;
  color: #1a5f3f;
  margin-bottom: 15px;
}

.thankyou_subtitle {
	    font-size: 18px;
  color     : #666;
   margin-bottom: 40px;
   line-height: 1.6;}

.thankyou_message {
    background-color: white;
  padding:     35px;
   border-radius: 10px;
    border-left: 4px solid #27ae60;
	margin-bottom    :40px;
  text-align: left;
}  

.thankyou_message p{
  font-size: 15px;
     line-height: 1.8;
	 color  : #666;
                    margin-bottom: 15px;
}

.thankyou_message p:last-child   {
   margin-bottom: 0;
}

.thankyou_info_block    {
    background-color   : white;
   padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	
}

.info_block_title {
    font-size     :    22px;
	    font-weight: 700;
	    color: #1a5f3f;
	    margin-bottom: 30px;
}

.info_steps    {
    display :      flex;
        flex-direction: column;
   gap: 25px;
}

.info_step {
  display: flex;
    align-items: flex-start;
    gap: 20px;
   text-align: left;
}

.step_number {
	display: flex;
    align-items: center;
    justify-content: center;
   width     :       45px;
    height: 45px;
  background-color     :       #27ae60;
  color: white;
	border-radius: 50%;
   font-weight  :   700;
   font-size: 18px;
                    flex-shrink: 0;
}

.step_content {
  flex: 1;
}

.step_title {

	   font-size: 16px;
      font-weight: 600;
   color: #1a5f3f;
   margin-bottom: 8px;
}

.step_desc {

    line-height: 1.6;
  color: #777;
   font-size: 14px;

}

.thankyou_cta_block {
  background-color:       white;
     padding: 40px;
       border-radius: 10px;
      margin-bottom: 40px;
}

.cta_block_title {
       font-size: 22px;
  font-weight: 700;
  color: #1a5f3f;
  margin-bottom     :     25px;
}

.cta_links {

   display: flex;
  flex-direction: column;
  gap: 12px;
}

.thankyou_link     {
   display: inline-block;
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
       color: white;
  padding: 14px 28px;
  border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
  font-size: 15px;
   transition   :     all 0.3s ease;
}

.thankyou_link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(39, 174, 96, 0.3);

}

.thankyou_contact_info  
  {
      background-color: white;
	padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.contact_info_text {
   font-size: 15px;
   color: #666;
    margin-bottom  :   15px;


} 

.contact_info_phone,
.contact_info_email {


  font-size: 15px;
  color: #1a5f3f;
   margin-bottom: 10px; 
	
	}

.next_steps_section {
    background-color: white;
   padding: 80px 20px;
}  

.next_steps_container {
    max-width: 1200px;
  margin: 0 auto;
    width: 100%;
}

.resources_grid {
	  display    : grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
  margin-top     :       50px;


}

.resource_card


{
  background: linear-gradient(135deg, #f8fffe 0%, #e8f5f1 100%);
    padding: 35px;
    border-radius:      10px;
    border-left:        4px solid #27ae60;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition    :     all 0.3s ease;
}

.resource_card:hover {
  transform: translateY(-5px); 
	  box-shadow: 0 10px 25px rgba(39, 174, 96, 0.15); 

}

.resource_title {
      font-size: 20px;
   font-weight   : 700;
                    color: #1a5f3f;
   margin-bottom: 12px;
	}

.resource_desc {
    color: #666;
  font-size: 14px;
   line-height: 1.7;
}
@media (max-width: 768px) {
    .services_hero_title {
        font-size: 32px;
    }

    .services_hero_desc {
        font-size: 16px;
    }

    .service_detailed_card {
        padding: 30px;
    }

    .service_detail_header {
        flex-direction: column;
    }

    .service_detail_title {
        font-size: 24px;
    }

    .service_price {
        align-self: flex-start;
    }

    .comparison_table_wrapper {
        font-size: 12px;
    }

    .table_header_cell,
    .table_cell {
        padding: 12px;
    }

    .testimonials_grid {
        grid-template-columns: 1fr;
    }

    .faq_summary {
        padding: 20px;
        font-size: 15px;
    }

    .faq_answer {
        padding: 0 20px 20px 20px;
    }

    .cta_services_heading {
        font-size: 28px;
    }

    .thankyou_title {
        font-size: 28px;
    }

    .success_badge {
        width: 80px;
        height: 80px;
    }

    .badge_icon {
        font-size: 40px;
    }

    .info_step {
        gap: 15px;
    }

    .step_number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .resources_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .services_hero_title {
        font-size: 24px;
    }

    .service_detail_title {
        font-size: 20px;
    }

    .service_price {
        font-size: 16px;
        padding: 10px 16px;
    }

    .features_title {
        font-size: 16px;
    }

    .feature_item {
        font-size: 14px;
    }

    .cta_services_heading {
        font-size: 22px;
    }

    .thankyou_title {
        font-size: 24px;
    }

    .thankyou_message {
        padding: 20px;
    }

    .thankyou_info_block,
    .thankyou_cta_block,
    .thankyou_contact_info {
        padding: 20px;
    }

    .cta_links {
        flex-direction: column;
    }

    .thankyou_link {
        padding: 12px 24px;
    }

    .info_steps {
        gap: 15px;
    }

    .step_title {
        font-size: 15px;
    }

    .step_desc {
        font-size: 13px;
    }
}