* {

  margin: 0;
  padding: 0;
    box-sizing: border-box;
     }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   color: #1a1a1a;
  line-height: 1.6;
    background-color: #fafafa;
}

a {
  text-decoration: none;
    color: inherit;
         transition: all 0.3s ease;


}

img {
    height: auto;

	  display: block;

	    max-width: 100%;
}

.nav_container	{
    background: #fff;
   border-bottom: 1px solid #e8e8e8;
  position: sticky;
    top: 0;
  z-index: 1000;
    padding : 0.8rem 0;
}

.nav_wrapper   {
  margin: 0 auto;
       max-width: 1200px;
    display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
     }

.nav_logo_section   {
   flex-shrink: 0;
}

.nav_logo_image  
  {
   height: 3rem;
    width:   auto;
}

.nav_burger_btn {
   display: none;
	flex-direction: column;
  background: none;
	 border  :  none;
   cursor: pointer;
   padding: 0.5rem;
}

.burger_line {
   width   :       1.5rem;
    height     :     0.2rem;
   background: #1a1a1a;
   margin: 0.25rem 0;
        transition: all 0.3s ease;
  display: block;
}  

.nav_menu {
  list-style: none;
    display: flex;
  gap: 2rem;
    align-items: center; 
	
}

.nav_item {
   position: relative;
}

.nav_link {
	  font-size: 1rem;
   font-weight: 500;
  color: #1a1a1a;
   padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
	}

.nav_link:hover  {
	border-bottom-color :#2563eb;
	color: #2563eb;

}

.hero_section  
  {


               max-width: 1200px;
   margin :    4rem auto;
  padding: 0 2rem;
    display   :        grid;
  grid-template-columns: 1fr 1fr;
       gap: 3rem;
  align-items:     center;

}

.hero_content {
  display: flex;
   flex-direction: column;
   gap   :      1.5rem;
}

.hero_title {
    font-size: 3rem;
  font-weight   :700;
  line-height: 1.2;
  color: #1a1a1a;
}

.hero_subtitle {
    font-size: 1.1rem;
  color: #555;
   line-height: 1.8;
}

.hero_cta_btn{
 display: inline-block;
      padding: 1rem 2rem;
  background: #2563eb;
   color: white;
   border-radius:      0.5rem;
  font-weight: 600;
  font-size    :  1rem;
   width: fit-content;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); 

}

.hero_cta_btn:hover {
  background: #1d4ed8;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
	
}

.hero_image_wrapper{
	 border-radius: 0.75rem;
    overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hero_image {
  width: 100%;
	    height: auto;
	         object-fit: cover;
}

.services_preview_section {
    max-width :       1200px;
 margin: 5rem auto;
	 padding: 0 2rem;
}

.section_title {
    font-size  :2.5rem;
  font-weight: 700;
   text-align    :     center;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.services_grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 2rem;
}

.service_card {
  background: white;
  border-radius     :     0.75rem;
   overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service_card:hover {


  transform: translateY(-4px);

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	}

.service_card_image {
         width:      100%;
  height: 250px;
          object-fit: cover;
	
}

.service_card_title {
     font-size: 1.3rem;
                  font-weight: 600;
       color: #1a1a1a;
       padding: 1.5rem 1.5rem 0.5rem;
}

.service_card_desc {
  font-size: 0.95rem;
    color: #666;
   padding     :0 1.5rem 1.5rem;
        line-height: 1.7;
    flex-grow: 1;
}

.why_choose_section 
 {
	 max-width: 1200px;
   margin: 5rem auto;
   padding: 0 2rem;
       background: #f5f5f5;
    padding: 3rem 2rem;
         border-radius :0.75rem;
}

.why_content		{
    display     :    grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.why_item	{

	 background: white;
     padding: 2rem;
  border-radius: 0.5rem;
    border-left   :   4px solid #2563eb;
}

.why_number {
	  font-size: 2.5rem;
   font-weight: 700;
  color: #2563eb;
   margin-bottom     :  0.5rem;
     } 

.why_subtitle     {
   font-size: 1.2rem;
   font-weight: 600;
    color: #1a1a1a;
         margin-bottom: 0.5rem;
}

.why_text


{


    font-size: 0.95rem;
    color: #666;
  line-height: 1.6;
     }

.workshops_section   {

		max-width: 1200px;
   padding: 0 2rem;
    margin: 5rem auto;
     }

.workshops_content {
      display: flex;
    flex-direction: column;
	 gap    :     3rem;
}

.workshop_item {
          background: white;
    border-radius: 0.75rem;
   overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
     display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 2rem;
    align-items  :center;
}

.workshop_image     {
  width: 100%;
    height: 350px;
   object-fit: cover;
}


.workshop_text {


   padding: 2rem;

}



.workshop_title {
  font-size: 1.5rem;
      font-weight     :     700;
	color :  #1a1a1a;
   margin-bottom: 1rem;
}

.workshop_desc {
  font-size: 0.95rem;
    color: #555;
    line-height: 1.8;
   margin-bottom :   1rem;
}

.workshop_details {
        font-size: 0.85rem;
                       color    :       #999;
   	font-style     :italic;
}

.cta_booking_section {
    max-width: 800px;
    margin: 4rem auto;
    padding: 3rem 2rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 0.75rem;
         text-align: center;
    color: white; 

}

.cta_title {
  font-size: 2rem;
	font-weight: 700;
   margin-bottom :    1rem;
}

.cta_description		{
  font-size: 1rem;
    margin-bottom: 2rem;
  line-height   :   1.6;
    opacity: 0.95;
	}

.cta_booking_btn {
   display: inline-block;
    padding: 1rem 2.5rem;
         background: white;
	color: #2563eb;
     font-weight: 700;
   border-radius: 0.5rem;
    font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

}

.cta_booking_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.contact_section {
    max-width     :      1200px;
        margin: 5rem auto;
  padding : 0 2rem;
}  

.contact_wrapper {

	    display: grid;
  grid-template-columns: 1fr 1fr;
   gap    : 3rem;
   margin-top: 2rem;
	}

.contact_info_title {
  font-size:        1.3rem;
   font-weight: 600;
   color    :    #1a1a1a;
   margin-bottom: 1.5rem;
}

.contact_info_item {
    color: #555;
	 font-size: 0.95rem;
   margin-bottom: 1rem;
    line-height   :        1.6;
}

.contact_form  {
  display: flex;
    flex-direction    :      column;
   gap: 1.5rem;
  background: white;
   padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form_group {
         display: flex;
   flex-direction     :column;
	 gap: 0.5rem;}

.form_label {
	font-weight: 600;
    color:        #1a1a1a;
	 font-size  :       0.9rem;
}

.form_input, .form_select, .form_textarea {
  color  :    #1a1a1a;
    padding: 0.75rem;
    font-family: inherit;
   border-radius: 0.4rem;
  font-size: 0.95rem;
    transition: all 0.2s ease;
  border: 1px solid #ddd;
}

.form_input:focus, .form_select:focus, .form_textarea:focus
	{
       outline: none;
          border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form_textarea {
   resize: vertical;
   font-family     :        inherit;
}

.form_submit_btn {
	 padding: 0.9rem 1.5rem;

	  background     :#2563eb;

		 color:  white;

	  border: none;

	    border-radius   :0.4rem;

	               font-weight: 600;

	  font-size: 0.95rem;

	   cursor: pointer;

	  transition: all 0.2s ease;
}

.form_submit_btn:hover {
   background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.footer_section {
      background: #1a1a1a;
   color: #e0e0e0;
  margin-top: 5rem;
  padding: 3rem 2rem 1.5rem;
     }

.footer_content {
   max-width: 1200px;
    margin: 0 auto;
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
    margin-bottom: 2rem;
}

.footer_logo_block {
   display     :     flex;
   align-items :      center;
}

.footer_logo {
   height: 2.5rem;
	 width: auto;

}

.footer_info {
  font-size: 0.9rem;
   line-height: 1.8;
}

.footer_address, .footer_phone {
   color: #b0b0b0;
}

.footer_link_title {
	font-size: 1rem;
       font-weight: 600;
   	 margin-bottom: 1rem;
}

.footer_nav_list {
   list-style: none;
  display: flex;
   flex-direction: column;
    gap: 0.5rem;
}

.footer_link {
	   color: #b0b0b0;
   font-size: 0.9rem;
   transition: color 0.2s ease;
}

.footer_link:hover {
   color: #2563eb;
	
}

.footer_bottom {
        max-width: 1200px;
  margin: 0 auto;
	padding-top: 1.5rem;
    border-top: 1px solid #333;
  text-align: center;
  font-size: 0.85rem;
    color  :        #888;
}@media (max-width: 768px) {
    .nav_burger_btn {
        display: flex;
    }

    .nav_menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1rem;
        gap: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .nav_menu.active {
        display: flex;
    }

    .nav_item {
        width: 100%;
        padding: 0.75rem 0;
    }

    .nav_link {
        display: block;
    }

    .hero_section {
        grid-template-columns: 1fr;
        margin: 2rem auto;
    }

    .hero_title {
        font-size: 2rem;
    }

    .section_title {
        font-size: 1.75rem;
    }

    .services_grid {
        grid-template-columns: 1fr;
    }

    .workshop_item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .workshop_image {
        height: 250px;
    }

    .workshop_text {
        padding: 1.5rem;
    }

    .contact_wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero_cta_btn, .cta_booking_btn {
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem;
    }

    .cta_title {
        font-size: 1.5rem;
    }

    .why_content {
        grid-template-columns: 1fr;
    }

    .footer_content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero_title {
        font-size: 1.5rem;
    }

    .section_title {
        font-size: 1.3rem;
    }

    .nav_wrapper {
        padding: 0 1rem;
    }

    .hero_section {
        padding: 0 1rem;
        margin: 1.5rem auto;
    }

    .services_preview_section,
    .why_choose_section,
    .workshops_section,
    .contact_section {
        padding: 0 1rem;
    }

    .contact_form {
        padding: 1.5rem;
    }

    .workshop_item {
        border-radius: 0.5rem;
    }
}.policySection {
    background :       #f8f9fa;
  padding: 80px 2rem;
}

.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 {
    margin-bottom: 1.5rem;
    line-height: 1.7;
  font-size: 1.1rem;
    color: #7f8c8d;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.services_hero {
	  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
   padding: 4rem 2rem;
   text-align: center; 
	
     }

.services_hero_content {
 margin: 0 auto;
   max-width: 800px;
}

.services_hero_title {

  font-size: 2.8rem;
   font-weight: 700;
   margin-bottom: 1rem;
   line-height: 1.2;
	}

.services_hero_subtitle {

	         font-size  :   1.1rem;
       line-height: 1.8;
    opacity    :       0.95;
}

.services_container {
  max-width: 1200px;
    margin: 0 auto;
        padding: 3rem 2rem;
}

.service_detail_item {
   display: grid;
   grid-template-columns  :      1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
	background: white;
               padding: 2.5rem;
   border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service_detail_reversed
{
   direction: rtl;
}

.service_detail_reversed > *    {
  direction: ltr;
}

.service_detail_image {

  border-radius: 0.5rem;
     overflow: hidden;
     box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); 

     }

.detail_img {
    width: 100%;
	height: 350px;
	object-fit: cover;
   display: block;
}

.service_detail_text {
	 flex-direction: column;
	 gap: 1rem;
   display: flex;
}

.service_detail_title {
	 font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
}

.service_detail_description		{
    font-size: 0.95rem;
   color: #555;
   line-height: 1.8;
}

.service_detail_meta {
   background     :   #f5f5f5;
  padding: 1.5rem;
   border-radius: 0.4rem;
   border-left: 4px solid #2563eb;

}  

.meta_item {


    margin-bottom: 0.5rem;
   font-size: 0.9rem;
    color: #666;
}

.meta_item:last-child {
   margin-bottom: 0;


}

.service_benefits {
      background: #f0f7ff;
 padding: 1.5rem;
                    border-radius: 0.4rem;
    border-left     :        4px solid #10b981;
	
}

.benefits_title {
               font-size     :       0.95rem;
          font-weight: 600;
    color: #1a1a1a;
  margin-bottom: 0.75rem; 

}

.benefits_list {
   list-style   :      none;
    padding    :        0;
}

.benefit_item {
     font-size: 0.85rem;
       color: #555;
    padding: 0.3rem 0;
    padding-left: 1.5rem;
   position: relative;
	

}



.benefit_item:before {
  content: "";
    position: absolute;
   left: 0;
  top: 0.5rem;
  width: 0.4rem;
   height: 0.4rem;
  background: #10b981;
   border-radius: 50%;
}

.service_price {
		 font-size: 1rem;
  font-weight: 700;
    color: #2563eb;
}

.services_main_section {
    background: #fafafa;
    padding: 3rem 0;
}

.webinar_section {
   max-width: 1200px;
    margin: 4rem auto;
	padding: 0 2rem;

}

.webinar_grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  margin-top: 2rem;
}

.webinar_card {
  background: white;
  padding: 1.8rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #2563eb;
	transition: all 0.3s ease;
}

.webinar_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.webinar_title {
    font-size: 1.1rem;
   font-weight: 700;
   color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.webinar_desc {
   font-size: 0.9rem;
	line-height  :      1.6;
    margin-bottom:   1rem;
	color: #666;
	}

.webinar_meta   {
  font-size: 0.85rem;
	  color: #999;
	  font-style: italic;
}


.consultation_section {
   max-width: 1200px;
  margin: 4rem auto;
	padding     :  0 2rem;
}

.consultation_content {
		display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
       gap: 2rem;
        margin-top   :  2rem;
}

.consultation_item {
	  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%); 
   padding     :     2rem; 
	border-radius: 0.5rem; 
   border-left     :  4px solid #2563eb;
	}

.consultation_title {
   font-size  :     1.2rem;
    font-weight: 600;
   color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.consultation_desc    {


	margin-bottom   :   1rem;
  color  :       #666;
    font-size: 0.9rem;
                    line-height: 1.6;


     }

.consultation_duration {


  font-size :     0.85rem;
  color: #999;
    margin-bottom: 0.5rem;
	}

.consultation_price {
   font-weight: 700;
   font-size: 1rem;
    color: #2563eb;
}


.process_section {
          max-width: 1200px; 
	 margin: 4rem auto; 
    padding: 0 2rem;
	}

.process_steps {
  display: flex;

	   justify-content: space-between;

	     align-items: center;

	  gap: 1rem;

	  margin-top: 2rem;

	  flex-wrap: wrap;
}  

.process_step    {
  flex     :     1;
        min-width: 200px;
   background :       white;
 padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	text-align    :        center;
    border-top: 4px solid #2563eb;
}

.step_number {
	  font-size: 2rem;
  font-weight: 700;
  color: #2563eb;
   margin-bottom   :   0.5rem;

}



.step_title    {
	font-size: 1rem;
    font-weight: 600;
   color: #1a1a1a;
  margin-bottom     :    0.75rem;
}

.step_desc {

     font-size: 0.85rem;
  color: #666;
   line-height    :     1.5;
}

.process_arrow   {
  font-size: 2rem;
  color: #2563eb;
  font-weight: 700;
        display: none;
   min-width: 2rem;
}@media (min-width: 1024px) {
    .process_arrow {
        display: block;
    }
}.cta_services_section {
    max-width:    900px;
    margin: 4rem auto;
   padding: 3rem 2rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
   border-radius: 0.75rem;
  text-align: center;
   color: white;
}

.cta_services_title {
    font-size: 2rem;
   font-weight: 700;
		margin-bottom: 1rem;
}

.cta_services_desc {
   line-height: 1.6;
    font-size: 1rem;
   margin-bottom: 2rem;
    opacity: 0.95;
}

.cta_services_btn {
         display: inline-block;
         padding: 1rem 2.5rem;
    background: white;
	 color: #2563eb;
  font-weight: 700;
    border-radius: 0.5rem;
    font-size :   1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                    transition: all 0.3s ease;
}

.cta_services_btn:hover {


  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);

}

.thankyou_section  {
    min-height: 70vh;
    display: flex;
  align-items: center;
	justify-content: center;
         padding: 3rem 2rem;
   background: #fafafa;
}

.thankyou_container {
    max-width: 600px;
   background: white;
  padding: 3rem;
    border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.thankyou_icon_wrapper {
         margin-bottom: 2rem;
	
}

.thankyou_icon    {
  width: 80px; 
	     height: 80px; 
	  color:#10b981; 
	  margin: 0 auto;
}

.thankyou_title {

	  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
    margin-bottom: 0.5rem;

}

.thankyou_subtitle {
  font-size: 1rem;
    margin-bottom: 2rem;
       color: #666;
}

.thankyou_message {


    background: #f0f7ff;
  padding: 1.5rem;
   border-radius: 0.4rem;
  border-left    :   4px solid #2563eb;
  margin-bottom: 2rem;
    text-align: left;
     }

.thankyou_message_title {
       font-size: 1rem;
   font-weight: 600;
  color: #1a1a1a;
    margin-bottom: 0.75rem;

}

.thankyou_message_text  
  {

		 font-size     :     0.9rem;
	  color     :       #666;
	  line-height: 1.6;
	   margin-bottom: 0.75rem;

}

.thankyou_message_text:last-child		{
					margin-bottom    :        0;
}

.thankyou_next_steps  {
  margin-bottom: 2rem;
}

.next_steps_title {
   font-size: 1rem;
   font-weight: 600;
    color: #1a1a1a;
       margin-bottom   : 1rem;
   text-align : center;
}

.next_steps_list {
      list-style: none;
    padding: 0;
  display: flex;
   flex-direction: column;
  gap: 0.75rem;}

.next_step_item {
  background: #f5f5f5;
   padding: 1rem;
  border-radius     : 0.4rem;
    display: flex;
    justify-content: space-between;
	align-items: center;
   gap: 1rem;
}

.step_label {
    font-size: 0.9rem; 
   color: #666; 
   text-align: left;
}

.next_step_link


{
  color    :        #2563eb;
   font-weight     :      600;
  font-size: 0.9rem;
   white-space: nowrap;
}

.next_step_link:hover {
	 text-decoration: underline;
}

.thankyou_contact_info  {
   background   :       #e8f4f8;
    padding: 1.5rem;
	 border-radius   :    0.4rem;
  border-left: 4px solid #10b981;
       margin-bottom: 2rem;
          text-align: left;
}


.contact_info_heading {
  font-size: 0.95rem;
  font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.contact_block {
  font-size: 0.85rem;
    color: #666;
}

.contact_field {
    margin-bottom    :       0.5rem;
                    line-height: 1.5;
}

.contact_field:last-child {
    margin-bottom: 0;
}

.thankyou_redirect		{
    border-top     :       1px solid #e0e0e0;
  padding-top: 1.5rem;
}

.redirect_text
{
	  font-size: 0.85rem;
    color: #999;
    margin-bottom: 0.5rem;
	}

.redirect_manual {
    font-size    :       0.85rem;
}

.redirect_link {
   color: #2563eb; 
   font-weight   :  600;
}

.redirect_link:hover {
   text-decoration: underline;
}@media (max-width: 768px) {
    .services_hero_title {
        font-size: 1.8rem;
    }

    .services_hero_subtitle {
        font-size: 0.95rem;
    }

    .service_detail_item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .service_detail_reversed {
        direction: ltr;
    }

    .detail_img {
        height: 250px;
    }

    .service_detail_title {
        font-size: 1.3rem;
    }

    .webinar_grid {
        grid-template-columns: 1fr;
    }

    .consultation_content {
        grid-template-columns: 1fr;
    }

    .process_steps {
        flex-direction: column;
        gap: 1rem;
    }

    .process_arrow {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }

    .cta_services_title {
        font-size: 1.5rem;
    }

    .thankyou_container {
        padding: 2rem;
    }

    .thankyou_title {
        font-size: 1.5rem;
    }

    .thankyou_icon {
        width: 60px;
        height: 60px;
    }

    .next_step_item {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .services_hero_title {
        font-size: 1.3rem;
    }

    .service_detail_item {
        padding: 1rem;
    }

    .service_detail_title {
        font-size: 1rem;
    }

    .thankyou_container {
        padding: 1.5rem;
    }

    .process_step {
        padding: 1.5rem;
    }

    .cta_services_section {
        padding: 2rem 1rem;
    }
}