* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background-color: #000;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}
.swiper {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
@media (max-width: 576px) {
  .swiper {
    min-width: 330px;
  }
}
/* section2 */
.sectionAll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 11.4svh 100px;
}
.section-profile-intro {
	padding: 4.4svh 50px 11.4svh 10px !important;
}
@media (min-width: 992px) {
  .sectionAll {
    padding: 11.4svh 150px;
  }
}
@media (max-width: 767px) {
  .sectionAll {
    padding: 10vh 60px;
  }
}
@media (max-width: 576px) {
  .sectionAll {
    padding: 10vh 20px;
  }
}
.profile-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto auto;
  background: #000;
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); */
  padding: 20px 20px;
  border: 1px solid #fff;
  outline-offset: 6px;
  outline: 1px solid #e7c99c;
}
.profile-section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto auto;
  background: #000;
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); */
  padding: 20px 20px;
  outline-offset: 6px;
}
.profile-section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto auto;
  background: #000;
  overflow: hidden;
  /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); */
  padding: 20px 20px;
  border: 1px solid #fff;
  outline-offset: 6px;
  outline: 1px solid #e7c99c;
}
.profile-text {
  flex: 2;
  padding: 10px 20px;
  min-width: 300px;
}

.profile-text h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.profile-text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #e7c99c;
  margin-bottom: 10px;
}

.profile-text p {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ddd;
  font-size: 16px;
}

.profile-text-1 {
  flex: 2;
  padding: 10px 30px 10px 30px;
  min-width: 300px;
}

.profile-text-1 h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.profile-text-1 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #e7c99c;
  margin-bottom: 10px;
}

.profile-text-1 p {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ddd;
  font-size: 16px;
}

.logos {
  display: flex;
  justify-content: start;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.logos img {
  width: 10%;
  max-width: 120px;
  height: auto;
}

.logos1 {
  display: flex;
  justify-content: start;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.logos1 img {
  width: 20%;
  max-width: 180px;
  height: auto;
}

.more-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s ease, opacity 0.6s ease;
}

.more-content.open {
  opacity: 1;
  max-height: 1200px; /* big enough to fit the longest possible text */
}

.read-more-btn {
  background-color: #e7c99c;
  color: #000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 4px;
  transition: background 0.3s;
}

.read-more-btn:hover {
  background-color: #c7b18b;
}

.p-20 {
	padding: 0 20px;
}
.pt-20 {
	padding-top: 20px;
}
.mt-30 {
	margin-top: 30px !important;
}
.profile-image {
  flex: 1;
  min-width: 300px;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .profile-section {
    flex-direction: column;
    /* margin-left: 14px;
    margin-right: 14px; */
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .profile-text {
    padding: 10px 10px;
    order: 2;
  }
  .profile-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .profile-text h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .profile-text p {
    margin-bottom: 6px;
  }
  .profile-text p:nth-of-type(2) {
    display: none;
  }
  .logos {
    margin-top: 10px;
  }
  .logos img {
    width: 100%;
    max-width: 60px;
  }
  .profile-image {
    width: 100px;
    min-width: 200px;
  }
}

@media (max-width: 576px) {
  .profile-image {
    min-width: 130px;
    padding: 10px 10px;
	text-align: center;
  }
  .profile-text {
    padding: 10px 10px;
    min-width: 100%;
  }
  .logos img {
    max-width: 40px;
  }
}
/* section3 */

.poster {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  /* padding: 20px; */
  height: 100%;
}

.poster-image {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 100%;
}

.poster-image img {
  width: 100%;
  height: 90%;
  display: block;
  object-fit: contain;
}

.poster-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  width: max-content;
}

.poster-bottom {
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 86%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 768px) {
	.poster-bottom {
		font-size: 15px;
		text-transform: none;
		top: 83%;
		width: 100%;
		padding: 0 10px;
	}
	.profile-image {
		text-align: center;
	}
	.mobile-hide {
		display:none;
	}
	.profile-section-1 {
		padding: 20px 0;
		text-align: center;
	}
	.profile-text-1 {
		padding: 10px;
	}
	.section-profile-intro {
		padding: 4.4svh 20px 11.4svh 20px !important;
	}
	.logos1 {
		display: block;
	}
	.action-button {
		display: inline-flex !important;
	}
	.about-yale-p {
		padding: 0 15px;
		text-align: center;
	}
	.profile-image img {
	width: 140px;
}
}
.about-yale-p {
		padding: 0 15px;
		text-align: center;
	}
@media (min-width: 769px) {
	.desktop-hide {
		display:none;
	}
}

.container {
  display: flex;
  width: 100%;
  max-width: 1000px;
  /* background-color was removed here to make the form transparent */
  border-radius: 10px;
  overflow: hidden;
}

.left-section {
  flex: 1;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  background-color: tr;
  /* Kept this side's background */
}

.left-section h1 {
  font-size: 35px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: auto;
  /* Pushes content below it down */
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-info p:first-child {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
}

.contact-info p.urgent {
  font-size: 0.9rem;
  color: #888888;
  margin-top: 0.25rem;
}

.right-section {
  flex: 1.2;
  /* Make the right section slightly wider */
  padding: 4rem;
}

.right-section form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.form-row {
  display: flex;
  gap: 2.5rem;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 0.5rem;
  font-weight: 300;
}

.required-star {
  color: #e54d4d;
  /* Red asterisk */
}

.form-group input,
.form-group textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #444444;
  /* Bottom border only */
  padding: 0.75rem 0;
  /* Padding for text, none on sides */
  color: #ffffff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-bottom-color: #ffffff;
  /* White border on focus */
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #666666;
  font-weight: 300;
}

.form-group textarea {
  resize: none;
  /* Disable resizing */
  min-height: 80px;
  /* Adjust height */
}

.send-message-btn {
  border: 1px solid #e0e0e0;
  font-weight: 500;
}

.send-message-btn:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}

/* Arrow Icon */
.arrow-icon {
  font-size: 1.2rem;
  line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .left-section,
  .right-section {
    padding: 2rem;
  }

}
@media (max-width: 992px) {
  .container {
    flex-direction: column;
    height: 100%;
  }
  .left-section, .right-section {
    padding: 0.5rem 0;
  }
  .left-section h1{
    font-size: 22px;
        margin-bottom: 1rem;
  }
  .contact-info{
    margin-bottom: 0.5rem;
  }
  .right-section form{
    gap: 1rem;
  }
  .form-group input, .form-group textarea{
    padding: 0.4rem 0;
  }
  .form-group textarea{
    min-height: auto;
  }
}

.lf-main-image {
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.1); display: block; margin: auto; width: 50%; margin-top: 60px;
}
.lf-logo-banner {
	background: #111;
    margin: auto;
    width: 40%;
    text-align: center;
    margin-top: -15px;
    position: relative;
    border-radius: 7px;
    padding: 5px;
    font-family: serif;
    font-size: 17px;
}

@media (max-width: 786px) {
	.lf-logo-banner {
    width: 65%;
	margin-top: -8px;
	font-size:14px;
	}
	.lf-main-image {
		width:75%;
}
}
/* .read-bio {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 14px;
  background: #e7c99c;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.read-bio:hover {
  background: #ffc875;
}
.read-bio2 {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 14px;
  background: #e7c99c;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: capitalize;
}

.read-bio2:hover {
  background: #ffc875;
} */

.action-button {
  font-weight: 500;
  margin-top: 20px;
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  width: fit-content;
  text-transform: capitalize;
  font-size: 16px;
}

.action-button:hover {
  background-color: #e0e0e0;
  color: #0d0d0d;
  border-color: #777777;
}
.action-button2 {
  font-weight: 500;
  margin-top: 20px;
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  width: fit-content;
  text-transform: capitalize;
  font-size: 16px;
}

.action-button2:hover {
  background-color: #e0e0e0;
  color: #0d0d0d;
  border-color: #777777;
}
.mr-50 {
	margin-right: 50px;
}
a {
	color: #fff;
    text-decoration: none;
}
.home-poster-title {
	font-size: 22px;
    font-weight: bold;
	margin-bottom: 10px;
}

