html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
		overflow-x:	hidden;
    overflow-y: scroll;
}

.go-back-message a.link {
    font-size: 0 !important; /* Hide original text */
}
.go-back-message a.link::after {
    content: "Ga terug";
    font-size: 16px; /* Adjust size as needed */
}

.Container {
	align-items: center;
	justify-content: center
}

/* MainContainer */
.Main_container {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Align-top {
	margin-top: -15px;
}

.Button_group {
    display: flex; 
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%; 
}

.styled-button3 {
		transition: background-color 0.3s ease;
}

.styled-button3:hover {
		background-color: #229E80;
}

.styled-button,
.styled-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 163px;
    height: 38px;

    border: none;
    border-radius: 8px;

    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;

    cursor: pointer;
}

/* Button 1 style */
.styled-button {
    background: #2A7DC4;
}

.styled-button:hover {
    background: #236BA6;
}

/* Button 2 style */
.styled-button2 {
    background: #2BB794;
}

.styled-button2:hover {
    background: #229E80;
}

.Frame_27 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1251px;
    margin: 0 auto;
}

.Frame_27 > div {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 1px 6px 74px -20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    min-height: auto;
    overflow: visible;
}

/* Common Frame Style */
.Frame_24, .Frame_25, .Frame_26, .Frame_21 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    width: 100%;
    max-width: 610px;
    min-height: 237px;
    background: #FFFFFF;
    box-shadow: 1px 6px 74px -20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    word-wrap: break-word;
}

/* Common Inner Frame Style */
.Frame_9 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    max-width: 567px;
    width: 100%;
}

/* Headings */
.Registration, .Appointment, .The_interview, .Work {
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #2BB794;
    margin: 0;
}

/* Paragraphs */
.Description {
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #5B5B5B;
    word-wrap: break-word;
    overflow-wrap: break-word;
	  white-space: pre-line;
	  margin-top: -30px
}

@media (max-width: 768px) {
    .Frame_27 > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
	
	.hero-text-container h1 {
		font-size: 28px !important;
	}
	
	  .hero-text-container .highlight-text {
    display: block;
    margin-top: -20px;
  }
}


/* HERO TEXT CONTAINER */
.hero-text-container {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding: 0;
   width: 432px;
   height: 116px;
   margin: 0 auto;
   text-align: center;
}

/* HEADING/MAIN */
.hero-text-container h1 {
   font-family: 'Urbanist', sans-serif;
   font-weight: 600;
   font-size: 48px;
   line-height: 58px;
   text-align: center;
   letter-spacing: -0.02em;
   background: linear-gradient(180deg, #666666 35.63%, #000000 91.67%);
   -webkit-background-clip: text;
   background-clip: text;
}

.How_we_work_image img {
	border-radius: 8px;
	height: 382px;
	width: 100%;
}

/* Highlighted text */
.hero-text-container .highlight-text {
   color: #2BB794; 
}
.howitworks-img img {
	border-radius: 8px;
}

.image-group2 img {
		border-radius: 8px;
}

.image-group4 img {
	border-radius: 8px;
}

.leftImage img {
		border-radius: 8px 0 0 8px !important;
	}

.rightImage img {
		border-radius: 0 8px 8px 0 !important;
	}

@media (max-width: 768px) {
	.leftImage img {
		border-radius: 8px 8px 0 0 !important;
	}

.rightImage img {
		border-radius: 0 0 8px 8px !important;
	}
	
}

details {
  max-width: 1240px;
  width: 90%;
  padding: 10px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd;
}

details[open] {
  border-color: #2BB794;
}

summary {
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

summary:hover {
  color: #2BB794;
}

summary::after {
  content: '⯆'; 
  font-size: 18px;
  margin-left: 10px;
  transition: transform 0.3s ease;
	margin: 0;
}

details[open] summary::after {
  transform: rotate(-180deg);
}

details div {
  padding: 10px;
  background-color: #ffffff;
  border-top: 2px solid #ddd;
  font-size: 16px;
  line-height: 1.6;
}

.my-button:hover {
    background-color: #249976 !important;
 		background-color: #249976;
		border-radius: 8%;
}

.faq-section {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 100%;
    margin: 0 auto;
}

.faq-item {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.width-cap {
  display: flex;
  max-width: 75%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}


.text-padding {
	padding-left: 16px;
}

.faq-question h3 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #444444;
    margin: 0;
}

.faq-icon {
    font-size: 20px;
    color: #444444;
    transition: transform 0.3s ease;
}

.faq-answer {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    display: none;
    margin-top: 10px;
}

.footer_underline {
    position: relative;
    display: inline;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

.footer_underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #2a7dc4;
    transition: width 0.3s ease-in-out; 
}

/* Hover effect */
.footer_underline:hover {
    color: #2a7dc4;
}

.footer_underline:hover::after {
    width: 100%;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .footer_underline::after {
        bottom: -1px;
    }
}

.footer_underline2 {
    position: relative;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

.footer_underline2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #2a7dc4;
    transition: width 0.3s ease-in-out; 
}

/* Hover effect */
.footer_underline2:hover {
    color: #2a7dc4;
}

.footer_underline2:hover::after {
    width: 100%;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .footer_underline2::after {
        bottom: -1px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section {
        padding: 10px;
    }

    .faq-item {
        padding: 15px 0;
    }
}

/* Register Box */
.custom-frame {
   position: relative;
	 width: 100%;
   height: 411px;
   background-color: #2BB794;
   border-radius: 70px;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
}

/* Inner content frame */
.inner-frame {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   gap: 20px;
   position: relative;
   z-index: 10;
}

/* Heading */
.inner-frame h1 {
   font-family: 'Urbanist', sans-serif;
   font-weight: 600;
   font-size: 48px;
   line-height: 58px;
   color: #ffffff;
}

/* Description */
.inner-frame p {
   font-family: 'Urbanist', sans-serif;
   font-weight: 500;
   font-size: 18px;
   line-height: 27px;
   color: #ffffff;
   max-width: 850px;
	 padding-bottom: 70px;
}

/* Register Button */
.register-button {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 256px;
   height: 53px;
   background-color: #ffffff;
   border: none;
   border-radius: 8px;
   font-family: 'Urbanist', sans-serif;
   font-weight: 500;
   font-size: 20px;
   color: #2BB794;
   cursor: pointer;
   transition: background-color 0.3s ease;
}

.register-button:hover {
   background-color: #f2f2f2;
}

/* Circles (Ellipses) */
.ellipse {
   position: absolute;
   border-radius: 50%;
   box-sizing: border-box;
   z-index: 1; 
}

.ellipse-1 {
   width: 228px;
   height: 228px;
   left: -72px;
   top: 246px;
   background-color: #00A47B;
}

.ellipse-2 {
   width: 315px;
   height: 315px;
   left: 1200px;
   top: 149px;
   border: 3px solid #FFFFFF;
}

/* .ellipse-3 {
   width: 315px;
   height: 315px;
   left: 1254px;
   top: 203px;
   border: 3px solid #00EAAF;
} */

.ellipse-4 {
   width: 315px;
   height: 315px;
   left: -176px;
   top: -110px;
   border: 3px solid #00A47B;
}

.ellipse-5 {
   width: 315px;
   height: 315px;
   left: -230px;
   top: -64px;
   border: 3px solid #FFFFFF;
}

.ellipse-6 {
   width: 315px;
   height: 315px;
   left: -282px;
   top: -110px;
   border: 3px solid #008B6A;
}

/* .ellipse-7 {
   width: 315px;
   height: 315px;
   left: -328px;
   top: -56px;
   border: 3px solid #00EAAF;
} */

/* Mobile and Tablet Responsive Design */
@media (min-width: 486px) and (max-width: 1024px) {
   .custom-frame {
      width: 100%;
      height: 322px;
      border-radius: 30px;
   }

   .inner-frame {
      gap: 15px;
      width: 90%;
      padding: 10px;
      z-index: 10;
   }

   .inner-frame h1 {
      font-size: 36px;
      line-height: 44px;
   }

   .inner-frame p {
      font-size: 16px;
      line-height: 24px;
      max-width: 90%;
		  padding-bottom: 40px;
   }

   .register-button {
      width: 200px;
      height: 45px;
      font-size: 18px;
   }

   .ellipse-1,
   .ellipse-2,
   .ellipse-4,
   .ellipse-5,
   .ellipse-6 {
      width: 200px;
      height: 200px;
   }

/*    .ellipse-2 {
      left: 70%;
      top: 10%;
   } */

/*    .ellipse-4 {
      left: 10%;
      top: 30%;
   } */

/*    .ellipse-5 {
      left: 0;
      top: 35%;
   } */

   .ellipse-6 {
      left: -15%;
      top: -25%;
   }
}

@media (max-width: 486px) {
   .custom-frame {
      width: 100%;
      height: 411px;
      border-radius: 20px;
   }

   .inner-frame {
      gap: 10px;
      padding: 15px;
      z-index: 10;
   }

   .inner-frame h1 {
      font-size: 36px;
      line-height: 36px;
    font-family: 'Urbanist', sans-serif !important;
   }

   .inner-frame p {
      font-size: 18px;
      line-height: 22px;
      max-width: 90%;
		  padding-bottom: 40px;
   }

   .register-button {
      width: 256px;
      height: 53px;
      font-size: 16px;
   }

   .ellipse-1,
   .ellipse-5,
   .ellipse-6 {
      width: 150px;
      height: 150px;
   }
	
	.ellipse-1 {
		left: -20%;
		top: 75%;
	}

   .ellipse-2 {
		display: none;
   }

   .ellipse-4 {
			display: none;
   }

   .ellipse-5 {
      left: -25%;
      top: -35%;
   }

   .ellipse-6 {
      left: -30%;
      top: -25%;
   }

}


.worker-form {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  padding: 20px 0 20px 0;
}

.form-group {
  margin-bottom: 15px;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

select, input[type="text"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Container for radio button and text */
.worker-form .form-group div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    height: 30px;
    margin-bottom: 10px; 
}

/* Style for radio buttons */
.worker-form .form-group div input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2BB794;
}

/* Inner circle of the radio button */
.worker-form .form-group div input[type="radio"]:checked {
    background-color: #2BB794;
    border: 1px solid #2BB794;
}

/* Label styling */
.worker-form .form-group div label {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #0A0B0A;
    margin: 0;
    flex-grow: 1;
    position: relative;
    word-wrap: break-word;
}

/* Custom design for checked radio button (inner circle) */
.worker-form .form-group div input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    background: #2BB794;
    border-radius: 50%;
    box-sizing: border-box;
}


.form-footer {
  display: flex;
  justify-content: flex-end;
}

button.btn-send {
  width: 25%;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  background-color: #2BB794;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button.btn-send:hover {
  background-color: #219d7b;
}

.or-text {
  text-align: center;
  margin-top: 20px;
}

.or-text p {
  margin: 5px 0;
}

.btn-whatsapp {
  width: 100%;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  background-color: #2BB794;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
}

.btn-whatsapp:hover {
  background-color: #219d7b;
}

.btn-whatsapp img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.radio-group input[type="radio"] {
  margin-right: 10px;
}

#other-input {
  margin-top: 10px;
}


/* General Card Style */
#CardContainer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 20px 10px;
    gap: 21px;

    max-width: 380px;
		width: 100%;
    height: 90px;

    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    border-radius: 20px;

    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Style for Image Inside the Card */
#CardContainer .wp-block-image {
    width: 50px;
    height: 50px;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

/* Style for Text Inside the Card */
#CardContainer .text_b709426459be,
#CardContainer .text_5e519c8e24cf,
#CardContainer .text_f3a2327590f6 {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
	  margin-bottom: -10px;
    color: #5b5b5b;
		padding-right: 0 !important;
}

.container_92a974d73db2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.custom-button {
	  display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 5px;

    width: 131px;
    height: 46px;

    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;

    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-button:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-button .circle {
    width: 8px;
    height: 8px;
    background: #2BB794;
    border-radius: 50%;
    flex-shrink: 0;
}

.custom-button .text {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #2BB794;
    white-space: nowrap;
}

.AboutButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
		margin: 0;
}

.RegisterButton, .JoinButton {
		width: 163px;
		height: auto;
}

.SparkText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}

.StatementRow, .TeamPicRow {
	gap: 20px;
}

.StatementGroups {
	display: flex;
	width: 553px;
	height: auto;
	padding: 20px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	background: #FFF;
}

.MessageDiv {
	max-height: 250px;
	min-height: 250px;
}

/* General Styles for Register Container */
.register-container {
    position: relative;
    width: 505px;
    height: 727px;
    background: #0C65BA;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
}

/* Ellipse (Blurred Effect) */
.register-container::before {
    content: '';
    position: absolute;
    width: 202px;
    height: 202px;
    left: 344px;
    top: -37px;
    background: #FFFFFF;
    filter: blur(157px);
    border-radius: 50%;
}

.Home_main_container::before {
	  content: '';
    position: absolute;
    width: 101px;
    height: 101px;
    left: 15%;
    top: 10%;
    background: #2BB794;
    filter: blur(87px);
    border-radius: 50%;
}

.Home_main_container::after {
	  content: '';
    position: absolute;
    width: 101px;
    height: 101px;
    left: 83%;
    top: 40%;
    background: #091396;
    filter: blur(87px);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .Home_main_container::before,
    .Home_main_container::after {
        display: none;
    }
}


/* Logo Placeholder */
.logo {
    position: absolute;
    width: 103.5px;
    height: 30px;
    left: 30px;
    top: 44px;
    background: url('your-logo.png') no-repeat center;
    background-size: contain;
}

.frame-9 {
    position: absolute;
    top: 109px;
    left: 43px;
    width: 420px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.frame-9 h1 {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 67px;
    color: #FFFFFF;
}

.frame-9 p {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.frame-53161 {
    position: absolute;
    top: 459px;
    left: 30px;
    width: 445px;
    height: auto;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.frame-53161 p {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.frame-53160 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.frame-53158 {
    width: 49px;
    height: 49px;
    background-size: cover;
    border-radius: 10px;
}

.frame-53159 {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.frame-53159 .name {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
		margin: 0;
}

.frame-53159 .role {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFFFFF;
}

/* Tablet View */
@media (max-width: 1124px) {

    .RegisterContainer {
        width: 100% !important;
    }

    .register-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px;
        gap: 20px;
        isolation: isolate;
        width: 100%;
        min-height: 300px;
        height: auto;
        background: #0C65BA;
        border-radius: 20px;
        position: relative;
        margin: 0;
    }

    .register-container::before {
        content: '';
        position: absolute;
        width: 202px;
        height: 202px;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
        background: #FFFFFF;
        filter: blur(157px);
        z-index: 0;
    }

    /* Logo on tablet */
.logo {
    position: absolute;
    width: 103.5px;
    height: 30px;
    left: 30px;
    top: 44px;
    background: url('your-logo.png') no-repeat center;
    background-size: contain;
}

    .frame-1618872689 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0;
        gap: 20px;
        width: 100%;
        max-width: 780px;
        z-index: 2;
    }

    /* Override absolute positioning on tablet */
    .frame-9, .frame-53161 {
        position: relative;
        top: auto;
        left: auto;
        z-index: 2;
        margin-top: 70px;
    }

    /* Place frame-9 and frame-53161 side by side in a row */
    .register-container {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        flex-grow: 1;
    }

    .frame-9 {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .frame-53161 {
        width: 50%;
        background: rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .frame-53160 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .frame-53158 {
        width: 49px;
        height: 49px;
        background: url('https://ambitiez.nl/wp-content/uploads/2024/12/Ambitiez-Logo_D12-1.png') no-repeat center;
        background-size: cover;
        border-radius: 10px;
    }

    .frame-53159 {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

    .frame-53159 .name {
        font-family: 'Urbanist', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .frame-53159 .role {
        font-family: 'Urbanist', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-decoration: underline;
        color: #FFFFFF;
    }
}

/* Mobile View */
@media (max-width: 600px) {
    .register-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
        isolation: isolate;
        width: calc(100% - 40px); /* Responsive width */
        max-width: 368px; /* Maximum width */
        min-height: 572px;
        height: auto;
        background: #0C65BA;
        border-radius: 20px;
        margin: 0 auto; /* Center container */
        box-sizing: border-box; /* Include padding in width */
    }

    .register-container::before {
        width: 121px;
        height: 121px;
        left: 50%;
        transform: translateX(-50%);
        top: 51px;
    }

    .logo {
        width: 103.5px;
        height: 30px;
        position: static;
        background-size: contain;
        align-self: flex-start;
    }

    .frame-9 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        gap: 20px;
        width: 100%; /* Full width */
        height: auto; /* Flexible height */
        position: static;
    }

    .frame-9 h1 {
        font-size: 36px;
        line-height: 50px;
        width: 100%; /* Full width */
    }

    .frame-9 p {
        font-size: 16px;
        line-height: 24px;
        width: 100%; /* Full width */
    }

    .frame-53161 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 11px;
        width: 100%; /* Full width */
        max-height: none;
        height: auto;
        background: rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        position: static;
    }

    .frame-53161 p {
        width: 100%; /* Full width */
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .frame-53160 {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        width: auto;
        height: 49px;
    }

    .frame-53158 {
        width: 49px;
        height: 49px;
        border-radius: 10px;
    }

    .frame-53159 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        width: auto; /* Flexible width */
        height: auto;
    }

    .frame-53159 .name {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding: 0 !important;
    }

    .frame-53159 .role {
        font-size: 14px;
        line-height: 20px;
        text-decoration: underline;
    }
    
    .image-group,
    .image-group2,
    .image-group3,
    .image-group4 {
        width: 100% !important;
        height: auto;
        min-height: 200px; /* Minimum height */
        max-height: 600px; /* Maximum height */
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }

    .image-group img,
    .image-group2 img,
    .image-group3 img,
    .image-group4 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .image-group img {
        object-position: left;
    }
    
    .StatementGroups {
        max-width: 100%;
        width: 100%;
    }
    
    .How_we_work_container {
        width: 100%;
        min-width: auto; /* Flexible width */
        padding: 0;
        padding-top: 20px;
        box-sizing: border-box;
    }
    
    .Padding-bottom {
        padding-bottom: 50px !important;
    }
    
    .Text24p {
        font-size: 24px !important;
        line-height: 1.3;
    }
    
    .buttons-class {
        width: 100% !important;
        max-width: 163px;
    }
    
    /* Spacers */
    .spacer-1 {
        height: 40px !important; /* Reduced for mobile */
    }

    /* Additional safety for very small screens */
    @media (max-width: 375px) {
        .frame-9 h1 {
            font-size: 32px;
            line-height: 1.2;
        }
        
        .frame-9 p,
        .frame-53161 p {
            font-size: 15px;
            line-height: 1.4;
        }
        
        .buttons-class {
            max-width: 140px;
        }
    }
}

.upload-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 348px;
}

.label-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #5b5b5b;
}

.label-white {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.supporting-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #5b5b5b;
}

.highlight-green {
  color: #2BB794;
	font-weight: 600;
}

.big-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 348px;
  height: 264px;
  background: #ffffff;
  border: 1.5px dashed #d0d5dd;
  border-radius: 16px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.file-upload-state {
  position: relative;
  width: 56px;
  height: 56px;
}

.upload-image {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.text-support {
  text-align: center;
}

.upload-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #475367;
}

.divider {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 8px 0;
  position: relative;
  padding: 0 16px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #f0f2f5;
}

.divider span {
  font-size: 12px;
  font-weight: 500;
  color: #5b5b5b;
}

.button-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 37px;
  background: #2bb794;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
}

/* Desktop (both images in the same row) */
.image-row {
  display: flex;
  gap: 16px;
}

.how_we_work_text {
	padding: 0;
}

.image-row img {
  width: 100%;
}

.two_blocks_row, 
.two_blocks_row_switch {
	display: flex;
	
}

@media (max-width: 1024px) {
	
	.align-left {
		padding-left: 15px;
	}
	
	.leftImage img {
		border-radius: 8px 0 0 8px !important;
	}
	
	.rightImage img {
		border-radius: 0 8px 8px 0 !important;
	}
	
}

.register-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.register-row {
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

/* Tablet View */
@media (max-width: 1124px) {
    .register-row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .register-row > :nth-child(1) {
        order: 0;
    }

    .register-row > :nth-child(2) {
        order: 1;
    }
}

/* Mobile View - Reverse Order */
@media (max-width: 600px) {
    .register-row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .register-row > :nth-child(1) {
        order: 1;
    }
	
    .register-row > :nth-child(2) {
        order: 0; 
    }
}


/* Mobile: Stack images on two rows */
@media (max-width: 767px) {
	
		.align-left {
		padding-left: 5px;
	}
	
  .image-row {
    flex-direction: column !important;
  }
	
	.two_blocks_row {
		flex-direction: column !important;
		width: 100% !important;
	}
	
	.two_blocks_row_switch {
		flex-direction: column-reverse !important;
	}

  .image-row img {
    max-width: 100% !important;
  }
	
	.how_we_work_text {
		font-size: 14px !important;
		font-weight: 500 !important;
	}
	
	.Paragraph-text {
		font-size: 30px !important;
		font-weight: 600 !important;
	}
}


.Contact-stack {
	width: 100% !important;
}

@media (max-width: 767px) {
  .responsive-grid {
    grid-template-columns: 1fr !important;
  }
}

.wp-block-heading span {
   font-size: 47.5px;
}


@media (max-width: 768px) {
   .wp-block-heading span {
      font-size: 32px !important;
   }
	
	.How_we_work_text {
		font-size: 36px !important;
		text-align: inline !important;
		padding: 0 !important; 
	}
	
	.fun_text {
		font-size: 28px !important;	
		padding: 0 !important;
	}
	
	.main_logo {
		max-width: 100px;
	}
}

.grey-container-border {
	border-radius: 8px !important;
}

.links-container {
	padding: 16px 0 0 16px;
}

/* Responsive padding for mobile screens */
@media (max-width: 468px) {
   body {
      padding-left: 16px;
      padding-right: 16px;
   }
}

.btn-send {
	width: 100% !important;
}

	.header_text {
		padding: 0 !important;
		padding-left: 20px !important;
	}
}

ul#Mobile-nav-menu {
    margin-top: 50px !important;
}

@media (min-width: 486px) and (max-width: 1024px) {
   body {
      padding-left: 40px;
      padding-right: 40px;
   }
	
	.How_we_work_container {
		width: 100%;
	}
}
/* Basic layout for the footer columns */
/* Default (Desktop View) */
.footer-container .footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Tablet View (3 Columns + 1 Column on a New Line) */
@media (max-width: 1124px) {
    .footer-container .footer-links {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;   
    }

    .footer-container .footer-links .footer-column:nth-child(4) {
        grid-column: span 3;
        grid-row: 2;
    }
}

/* Mobile View */
/* Mobile View (Columns as described) */
/* Mobile View (Columns as described) */
/* Mobile View */
@media (max-width: 768px) {
    .footer-container .footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr; /* 2 columns on mobile */
        grid-template-rows: auto auto auto; /* 3 rows */
        gap: 10px;
    }

    /* Column 1 - Full width on mobile */
    .footer-container .footer-links .footer-column:nth-child(1) {
        grid-column: span 2;
        width: 100%;
    }

    /* Columns 2 and 3 - 50/50 width and stay in the same row */
    .footer-container .footer-links .footer-column:nth-child(2),
    .footer-container .footer-links .footer-column:nth-child(3) {
        width: 50%;
        grid-column: span 1;
    }

	    .footer-container .footer-links .footer-column:nth-child(2), .footer-column:nth-child(3) {
        white-space: nowrap;
    }

    .footer-container .footer-links .footer-column:nth-child(4) {
        grid-column: span 2;
        width: 100%;
				grid-row: 3;
    }
}

@media (min-width: 800px) and (max-width: 1024px) {
	.How_we_work_container {
		min-width: 700px
	}
}

@media (min-width: 600px) and (max-width: 800px) {
		.How_we_work_container {
		min-width: 500px
	}
}
		
@media (min-width: 486px) and (max-width: 600px) {
		.How_we_work_container {
		min-width: 400px
	}
}

/* Tablet view (max-width: 1024px) */
@media (max-width: 1024px) {
    .footer-column-business-details {
        flex: 1 1 100%;
    }

    .footer-column-ambitiez,
    .footer-column-contact {
        flex: 1 1 calc(50% - 16px);
    }

    .footer-column-other {
        flex: 1 1 100%;
    }
}

/* Mobile view (max-width: 768px) */
@media (max-width: 768px) {
    .footer-column-ambitiez,
    .footer-column-contact {
        flex: 1 1 100%;
    }

    .footer-column-business-details,
    .footer-column-other {
        flex: 1 1 100%;
    }
}


/* Animations */
/* Define keyframes for flying in from the left */
/* @keyframes flyInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
} */

/* Define keyframes for flying in from the right */
/* @keyframes flyInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.fly-in-left {
    animation: flyInFromLeft 1s ease-in-out forwards;
}

.fly-in-right {
    animation: flyInFromRight 1s ease-in-out forwards;
}

.fly-in-delayed {
    animation-delay: 0.5s;
} */