.pathivy-container1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
padding: 60px 60px 0px 60px;/*     max-width: 1200px; */
    margin: 0 auto;
}

.pathivy-text {
    width: 60%;
    padding-right: 30px;
	padding-top: 60px;
    max-width: 50%;
}

.pathivy-text h1 {
    font-size: 36px;
    color: #000;
    line-height: 56px;
    margin-bottom: 20px;
	  font-family: Montserrat;
	font-size: 56px;
    font-weight: 800;
	text-underline-position: from-font;
    text-decoration-skip-ink: none;

}



.pathivy-text p {
/*     font-size: 20px; */
    color: #555;
	font-family: Geist;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.pathivy-form {
    width: 35%;
    background-color: #fff;
/*     padding: 40px; */
/*     border-radius: 10px; */
	    padding: 10px 30px 30px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pathivy-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.pathivy-form label {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

/* .pathivy-form input, */
.pathivy-form select {
    width: 100%;
    padding: 10px;
/*     margin-bottom: 20px; */
    border: 2px solid #ccc;
    border-radius: 5px;
}


.pathivy-form button {
    width: 100%;
    padding: 15px;
    background-color: #013e89;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.pathivy-form button:hover {
    background-color: #0055cc;
}

.pathivy-line-text {
    display: flex;
    align-items: center;
	margin-bottom: 30px;
}

.pathivy-line1 {
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-right: 10px;
/* 	margin-bottom: 20px; */
}

.pathivy-line-text p {
   color: #333;
    font-family: Geist;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
}
.pathivy-form {
    background-color: #fff;
	   padding: 10px 30px 30px 30px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pathivy-form h2 {
    font-size: 20px; /* Slightly smaller font */
    margin-bottom: 15px; /* Reduced margin */
    color: #333;
}

.pathivy-form label {
    font-size: 14px; /* Slightly smaller font size */
    margin-bottom: 5px; /* Reduced margin */
    display: block;
    color: #333;
}

.pathivy-form button {
    width: 100%;
    padding: 12px; /* Reduced padding */
    background-color: #013e89;
    color: #fff;
    font-size: 16px; /* Slightly smaller font size */
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.pathivy-form button:hover {
    background-color: #0055cc;
}
.form-title {
    color: #0e1a28;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    /* padding: 0 0 30px; */
}
/* General Responsive Adjustments */
@media (max-width: 768px) {
  /* Container */
  .pathivy-container1 {
    flex-direction: column; /* Stack the form and text vertically */
    padding: 30px 20px; /* Reduce padding for smaller screens */
  }

  /* Text Section */
  .pathivy-text {
    width: 100%; /* Full width for mobile */
    padding-right: 0; /* Remove padding on the right */
    text-align: center; /* Center align text for better readability */
				font-size:12px;

  }

  .pathivy-text h1 {
    font-size: 28px; /* Slightly smaller heading */
    margin-bottom: 15px;
  }
.substitle{
		font-size:10px;
	}
  .pathivy-text p {
    font-size: 18px; /* Slightly smaller font size */
  }

  /* Form Section */
  .pathivy-form {
    width: 100%; /* Full width for mobile */
    margin-top: 20px; /* Add spacing between text and form */
    padding: 20px; /* Adjust padding for smaller screens */
  }

  .pathivy-form h2 {
    font-size: 22px; /* Slightly smaller font size */
  }

  .pathivy-form button {
    font-size: 14px; /* Slightly smaller font */
    padding: 10px; /* Adjust padding */
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .pathivy-text main-heading {
    font-size: 24px; /* Further reduce heading size */
  }
.substitle{
		font-size:10px;
	}
  .pathivy-text p {
    font-size: 16px; /* Further reduce font size */
  }

  .pathivy-form {
    padding: 15px; /* Reduce padding further */
    border-radius: 20px; /* Adjust border radius for smaller screens */
  }

  .pathivy-form h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .pathivy-form button {
    font-size: 12px;
    padding: 8px;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    
    .pathivy-text main-heading{
        font-size: 18px; /* Adjust font size for better readability on smaller screens */
/*         line-height: 1.4; /* Adjust line height for readability */ */
/*         margin-bottom: 15px; /* Reduce margin to save space */ */
    }
	
}

@media (max-width: 480px) {
   
    .pathivy-text main-heading{
        font-size: 14px; /* Further reduce font size for very small screens */
        margin-bottom: 10px; /* Further reduce bottom margin */
    }
	
}