.page-wrapper {
  background: linear-gradient(135deg, #002d62, #004080);
  width: 100%;
  min-height: 100vh;
}

.container11,
.benefits-section {
  background: transparent;
}

.container11 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.ringimage,
.vectorimage,
.right-ring,
.center-ring {
  position: absolute;
  z-index: 0;
}

/* Background Effects */
.ringimage {
  width: 365px;
  height: 365px;
  top: -122px;
  left: -5px;
  object-fit: cover;
  opacity: 0.626;
}

.vectorimage {
  object-fit: cover;
  width: 927px;
  height: 511px;
  top: -170px;
  left: -58px;
  background: radial-gradient(circle at center, #00D7FF42, transparent 70%);
  filter: blur(100px);
}

.right-ring {
  top: -20%;
  left: 55%;
  width: 1100px;
  height: 1050px;
  opacity: 0.532;
  object-fit: cover;
}

.center-ring {
  top: 12.5%;
  left: 82%;
  width: 300px;
  height: 320px;
  opacity: 0.39;
}

.about-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 190px;
  max-width: 1200px;
  margin: 100px auto 0;
  flex-wrap: wrap;
}

/* Left Image */
.marine-image {
  margin-top: -70px;
  margin-left: -65px;
  flex: 1;
  max-width: 490px;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 2;
}

/* Right Text */
.about {
  flex: 1;
  min-width: 300px;
  color: white;
}

.about h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 30px;
  color: white;
}

.about p {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin: 20px 0;
  color: white;
}

/* RESPONSIVE STYLES FOR SECTION 1 */

/* Extra Large Desktop (1600px and above) */
@media (min-width: 1600px) {
  .about-content {
    gap: 250px;
    max-width: 1400px;
  }
  
  .marine-image {
    max-width: 550px;
  }
  
  .about {
    min-width: 350px;
  }
  
  .right-ring {
    left: 60%;
    width: 1200px;
    height: 1150px;
  }
  
  .center-ring {
    left: 85%;
    width: 350px;
    height: 370px;
  }
}

/* Large Desktop (1440px and below) */
@media (max-width: 1440px) {
  .container11 {
    padding: 50px 30px;
  }
  
  .about-content {
    gap: 160px;
    max-width: 1100px;
    margin: 80px auto 0;
  }
  
  .marine-image {
    max-width: 450px;
    margin-left: -50px;
    margin-top: -50px;
  }
  
  .about h2 {
    font-size: 36px;
    line-height: 40px;
  }
  
  .about p {
    font-size: 18px;
    line-height: 30px;
  }
  
  .right-ring {
    left: 52%;
    width: 1000px;
    height: 950px;
  }
  
  .center-ring {
    left: 78%;
    width: 280px;
    height: 300px;
  }
  
  .ringimage {
    width: 320px;
    height: 320px;
    top: -100px;
  }
  
  .vectorimage {
    width: 800px;
    height: 450px;
    top: -150px;
  }
}

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
  .container11 {
    padding: 40px 25px;
  }
  
  .about-content {
    gap: 120px;
    max-width: 1000px;
    margin: 60px auto 0;
  }
  
  .marine-image {
    max-width: 400px;
    margin-left: -40px;
    margin-top: -40px;
  }
  
  .about h2 {
    font-size: 32px;
    line-height: 36px;
  }
  
  .about p {
    font-size: 17px;
    line-height: 28px;
  }
  
  .right-ring {
    left: 50%;
    width: 900px;
    height: 850px;
  }
  
  .center-ring {
    left: 75%;
    width: 260px;
    height: 280px;
  }
  
  .ringimage {
    width: 300px;
    height: 300px;
    top: -90px;
  }
  
  .vectorimage {
    width: 750px;
    height: 400px;
    top: -140px;
  }
}

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
  .container11 {
    padding: 30px 20px;
  }
  
  .about-content {
    gap: 80px;
    max-width: 900px;
    margin: 40px auto 0;
  }
  
  .marine-image {
    max-width: 350px;
    margin-left: -30px;
    margin-top: -30px;
  }
  
  .about h2 {
    font-size: 30px;
    line-height: 34px;
  }
  
  .about p {
    font-size: 16px;
    line-height: 26px;
  }
  
  .right-ring {
    left: 48%;
    width: 800px;
    height: 750px;
    opacity: 0.3;
  }
  
  .center-ring {
    left: 72%;
    width: 240px;
    height: 260px;
    opacity: 0.3;
  }
  
  .ringimage {
    width: 280px;
    height: 280px;
    top: -80px;
    opacity: 0.4;
  }
  
  .vectorimage {
    width: 700px;
    height: 380px;
    top: -130px;
  }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
  .container11 {
    padding: 20px 15px;
    min-height: auto;
  }
  
  .about-content {
    flex-direction: column;
    gap: 40px;
    margin: 20px auto 0;
    text-align: center;
  }
  
  .marine-image {
    max-width: 300px;
    margin-left: 0;
    margin-top: 0;
    order: 1;
  }
  
  .about {
    order: 2;
    min-width: auto;
    width: 100%;
    max-width: 600px;
  }
  
  .about h2 {
    font-size: 28px;
    line-height: 32px;
  }
  
  .about p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .right-ring {
    display: none;
  }
  
  .center-ring {
    display: none;
  }
  
  .ringimage {
    width: 250px;
    height: 250px;
    top: -60px;
    left: -80px;
    opacity: 0.3;
  }
  
  .vectorimage {
    width: 600px;
    height: 350px;
    top: -100px;
    left: -100px;
  }
}

/* Mobile Landscape (640px and below) */
@media (max-width: 640px) {
  .container11 {
    padding: 15px 10px;
  }
  
  .about-content {
    gap: 30px;
    margin: 15px auto 0;
  }
  
  .marine-image {
    max-width: 280px;
  }
  
  .about h2 {
    font-size: 26px;
    line-height: 30px;
  }
  
  .about p {
    font-size: 15px;
    line-height: 22px;
  }
  
  .ringimage {
    width: 220px;
    height: 220px;
    top: -50px;
    left: -60px;
    opacity: 0.25;
  }
  
  .vectorimage {
    width: 500px;
    height: 300px;
    top: -80px;
    left: -80px;
  }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
  .container11 {
    padding: 10px 8px;
  }
  
  .about-content {
    gap: 25px;
    margin: 10px auto 0;
  }
  
  .marine-image {
    max-width: 250px;
  }
  
  .about {
    padding: 0 10px;
  }
  
  .about h2 {
    font-size: 24px;
    line-height: 28px;
  }
  
  .about p {
    font-size: 14px;
    line-height: 20px;
  }
  
  .ringimage {
    width: 180px;
    height: 180px;
    top: -40px;
    left: -50px;
    opacity: 0.2;
  }
  
  .vectorimage {
    width: 400px;
    height: 250px;
    top: -60px;
    left: -60px;
  }
}

/* Small Mobile (380px and below) */
@media (max-width: 380px) {
  .container11 {
    padding: 8px 5px;
  }
  
  .about-content {
    gap: 20px;
    margin: 5px auto 0;
  }
  
  .marine-image {
    max-width: 220px;
  }
  
  .about {
    padding: 0 8px;
  }
  
  .about h2 {
    font-size: 22px;
    line-height: 26px;
  }
  
  .about p {
    font-size: 13px;
    line-height: 18px;
  }
  
  .ringimage {
    width: 150px;
    height: 150px;
    top: -30px;
    left: -40px;
    opacity: 0.15;
  }
  
  .vectorimage {
    width: 350px;
    height: 200px;
    top: -50px;
    left: -50px;
  }
}

/* Very Small Mobile (320px and below) */
@media (max-width: 320px) {
  .about h2 {
    font-size: 20px;
    line-height: 24px;
  }
  
  .about p {
    font-size: 12px;
    line-height: 16px;
  }
  
  .marine-image {
    max-width: 200px;
  }
  
  .ringimage {
    width: 120px;
    height: 120px;
    top: -20px;
    left: -30px;
  }
  
  .vectorimage {
    width: 300px;
    height: 180px;
    top: -40px;
    left: -40px;
  }
}

/* ============================= */
/* Benefits Section */
/* ============================= */
.benefits-section {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

/* Left star + vertical line */
.benefits-line {
  position: absolute;
  top: 72%;
  left: 90px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.star-icon {
  width: 50px;
  height: 50px;
}

.vertical-line {
  margin-top: 10px;
  width: 2px;
  height: 600px;
  border-radius: 24px;
  background: linear-gradient(180deg, #42a5c0 0%, rgba(31, 78, 90, 0.34) 100%);
}

/* Glow ellipse */
.ellipse {
  position: absolute;
  top: -50px;
  right: 200px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66,165,192,0.5) 0%, transparent 70%);
  z-index: 0;
}

/* Content */
.benefits-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.benefits-title {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.benefits-title span {
  font-weight: 800;
}

/* Boxes */
.benefits-boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-right: -70px;
  gap: 30px;
  flex-wrap: wrap;
}

.benefit-box {
  flex: 1 1 300px;
  background: rgba(4, 32, 77, 0.2);
  border-radius: 16px;
  padding: 30px 55px;
  text-align: left;
  color: #fff;
  transition: transform 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-8px);
}

.box-icon {
  width: 40px;
  height: auto;
  margin-bottom: 15px;
}

.box-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  color: #00d7ff;
}

.box-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.box-text {
  font-size: 14px;
  line-height: 1.6;
  color: #dce3f1;
}

/* RESPONSIVE STYLES FOR SECTION 2 */

/* Extra Large Desktop (1600px and above) */
@media (min-width: 1600px) {
  .benefits-section {
    padding: 120px 40px;
  }
  
  .benefits-content {
    max-width: 1300px;
  }
  
  .benefits-title {
    font-size: 52px;
  }
  
  .benefits-boxes {
    gap: 40px;
    margin-right: -80px;
  }
  
  .benefit-box {
    padding: 35px 65px;
    min-height: 280px;
  }
  
  .benefits-line {
    left: 120px;
  }
  
  .vertical-line {
    height: 700px;
  }
  
  .ellipse {
    right: 250px;
    width: 280px;
    height: 280px;
  }
}

/* Large Desktop (1440px and below) */
@media (max-width: 1440px) {
  .benefits-section {
    padding: 90px 30px;
  }
  
  .benefits-content {
    max-width: 1200px;
  }
  
  .benefits-title {
    font-size: 44px;
  }
  
  .benefits-boxes {
    gap: 35px;
    margin-right: -60px;
  }
  
  .benefit-box {
    padding: 32px 50px;
    min-height: 260px;
  }
  
  .benefits-line {
    left: 100px;
  }
  
  .vertical-line {
    height: 650px;
  }
  
  .ellipse {
    right: 220px;
    width: 260px;
    height: 260px;
  }
}

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
  .benefits-section {
    padding: 80px 25px;
  }
  
  .benefits-content {
    max-width: 1000px;
  }
  
  .benefits-title {
    font-size: 42px;
  }
  
  .benefits-boxes {
    gap: 30px;
    margin-right: -50px;
  }
  
  .benefit-box {
    padding: 28px 45px;
    min-height: 240px;
  }
  
  .box-title {
    font-size: 19px;
  }
  
  .benefits-line {
    left: 80px;
  }
  
  .vertical-line {
    height: 580px;
  }
  
  .ellipse {
    right: 180px;
    width: 220px;
    height: 220px;
  }
}

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
  .benefits-section {
    padding: 70px 20px;
  }
  
  .benefits-content {
    max-width: 900px;
  }
  
  .benefits-title {
    font-size: 38px;
  }
  
  .benefits-boxes {
    justify-content: center;
    gap: 25px;
    margin-right: -30px;
  }
  
  .benefit-box {
    flex: 1 1 280px;
    padding: 25px 35px;
    min-height: 220px;
  }
  
  .box-title {
    font-size: 18px;
  }
  
  .box-subtitle {
    font-size: 13px;
  }
  
  .box-text {
    font-size: 13px;
  }
  
  .benefits-line {
    left: 60px;
  }
  
  .vertical-line {
    height: 500px;
  }
  
  .ellipse {
    right: 150px;
    width: 200px;
    height: 200px;
  }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
  .benefits-section {
    padding: 60px 15px;
  }
  
  .benefits-content {
    max-width: 700px;
  }
  
  .benefits-title {
    font-size: 32px;
    padding: 0 20px;
  }
  
  .benefits-boxes {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-right: 0;
  }
  
  .benefit-box {
    flex: none;
    width: 100%;
    max-width: 500px;
    padding: 25px 30px;
    min-height: auto;
  }
  
  .box-title {
    font-size: 18px;
  }
  
  .box-subtitle {
    font-size: 13px;
  }
  
  .box-text {
    font-size: 13px;
  }
  
  .benefits-line {
    left: 40px;
    top: 75%;
  }
  
  .vertical-line {
    height: 300px;
  }
  
  .ellipse {
    right: 50px;
    width: 180px;
    height: 180px;
  }
}

/* Mobile Landscape (640px and below) */
@media (max-width: 640px) {
  .benefits-section {
    padding: 50px 10px;
  }
  
  .benefits-title {
    font-size: 28px;
    padding: 0 15px;
  }
  
  .benefits-boxes {
    margin-top: 40px;
    gap: 18px;
  }
  
  .benefit-box {
    max-width: 450px;
    padding: 22px 25px;
  }
  
  .box-icon {
    width: 35px;
    margin-bottom: 12px;
  }
  
  .box-title {
    font-size: 17px;
  }
  
  .box-subtitle {
    font-size: 12px;
  }
  
  .box-text {
    font-size: 12px;
    line-height: 1.5;
  }
  
  .benefits-line {
    left: 30px;
  }
  
  .vertical-line {
    height: 250px;
  }
  
  .ellipse {
    right: 30px;
    width: 150px;
    height: 150px;
  }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
  .benefits-section {
    padding: 40px 8px;
  }
  
  .benefits-title {
    font-size: 26px;
    padding: 0 10px;
  }
  
  .benefits-boxes {
    margin-top: 35px;
    gap: 15px;
  }
  
  .benefit-box {
    max-width: 100%;
    padding: 20px 20px;
    border-radius: 12px;
  }
  
  .box-icon {
    width: 32px;
    margin-bottom: 10px;
  }
  
  .box-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .box-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .box-text {
    font-size: 12px;
    line-height: 1.4;
  }
  
  .benefits-line {
    display: none;
  }
  
  .ellipse {
    right: 20px;
    width: 120px;
    height: 120px;
    opacity: 0.3;
  }
}

/* Small Mobile (380px and below) */
@media (max-width: 380px) {
  .benefits-section {
    padding: 35px 5px;
  }
  
  .benefits-title {
    font-size: 24px;
    padding: 0 8px;
  }
  
  .benefits-boxes {
    margin-top: 30px;
    gap: 12px;
  }
  
  .benefit-box {
    padding: 18px 15px;
    border-radius: 10px;
  }
  
  .box-icon {
    width: 28px;
    margin-bottom: 8px;
  }
  
  .box-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  .box-subtitle {
    font-size: 11px;
    margin-bottom: 8px;
  }
  
  .box-text {
    font-size: 11px;
    line-height: 1.3;
  }
  
  .ellipse {
    right: 10px;
    width: 100px;
    height: 100px;
    opacity: 0.2;
  }
}

/* Very Small Mobile (320px and below) */
@media (max-width: 320px) {
  .benefits-section {
    padding: 30px 3px;
  }
  
  .benefits-title {
    font-size: 22px;
    padding: 0 5px;
  }
  
  .benefits-boxes {
    margin-top: 25px;
    gap: 10px;
  }
  
  .benefit-box {
    padding: 15px 12px;
    border-radius: 8px;
  }
  
  .box-icon {
    width: 25px;
    margin-bottom: 6px;
  }
  
  .box-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .box-subtitle {
    font-size: 10px;
    margin-bottom: 6px;
  }
  
  .box-text {
    font-size: 10px;
    line-height: 1.2;
  }
  
  .ellipse {
    display: none;
  }
}

/* WHY WE EXIST Section */
.why-section {
  position: relative;
  background: linear-gradient(180deg, #2DA9C7 0%, #0C2C61 100%);
  padding: 100px 60px;
  overflow: hidden;
}

.whyexist-container {
    
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.whyexist-content {
    
    color: #fff;
   max-width: 867px;
  z-index: 2;
}

.whyexist-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 20px;
}

.whyexist-subtitle {
    
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.whyexist-intro {
    color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.whyexist-list {
  margin: 0 0 20px;
  padding-left: 20px;
}

.whyexist-list li {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.whyexist-closing {
    color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}

.whyexist-btn img {
  max-width: 220px;  /* adjust as per Figma's "Rectangle 4" */
  height: auto;
  display: block;
}

.whyexist-image {
  position: absolute;
  top: -130.9px;
  right: -80px;
  z-index: 1;
}

.whyexist-image img {
  width: 620px;
  height: 600px;
  opacity: 1;
}

.whyexist-cta {
  width: 311px;
  height: 58px;
  background: #24B7D2;
  border: none;
  border-radius: 30px;
  cursor: pointer;

  /* Typography */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #fff;

  /* Center the text */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Optional hover effect */
  transition: background 0.3s ease;
}

.whyexist-cta:hover {
  background: #1fa3bb;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  .why-section {
    padding: 120px 80px;
  }
  
  .whyexist-title {
    font-size: 52px;
  }
  
  .whyexist-image img {
    width: 680px;
    height: 650px;
  }
}

/* Desktop/Laptop (992px to 1199px) */
@media (max-width: 1199px) {
  .why-section {
    padding: 80px 50px;
  }
  
  .whyexist-content {
    max-width: 750px;
  }
  
  .whyexist-image {
    right: -40px;
  }
  
  .whyexist-image img {
    width: 520px;
    height: 500px;
    
  }
}

/* Tablet Landscape (768px to 991px) */
@media (max-width: 991px) {
  .why-section {
    padding: 60px 40px;
  }
  
  .whyexist-container {
    flex-direction: column;
    text-align: center;
  }
  
  .whyexist-content {
    max-width: 100%;
    margin-bottom: 40px;
  }
  
  .whyexist-title {
    font-size: 40px;
  }
  
  .whyexist-subtitle {
    font-size: 20px;
  }
  
  .whyexist-intro,
  .whyexist-list li,
  .whyexist-closing {
    font-size: 16px;
  }
  
  .whyexist-image {
    display: none !important;
    position: relative;
    top: 0;
    right: 0;
  }
  
  .whyexist-image img {
    display: none !important;
    width: 400px;
    height: 380px;
  }
  
  .whyexist-cta {
    width: 280px;
    height: 55px;
    font-size: 14px;
  }
}

/* Tablet Portrait (576px to 767px) */
@media (max-width: 767px) {
  .why-section {
    padding: 50px 30px;
  }
  
  .whyexist-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  
  .whyexist-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .whyexist-intro,
  .whyexist-list li,
  .whyexist-closing {
    font-size: 15px;
  }
  
  .whyexist-list {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  
  .whyexist-list li {
    margin-bottom: 10px;
  }
  
  .whyexist-closing {
    margin-bottom: 20px;
  }
  
  .whyexist-image img {
    display: none !important;
    width: 320px;
    height: 300px;
  }
  
  .whyexist-cta {
    width: 250px;
    height: 50px;
    font-size: 13px;
  }
}

/* Mobile Landscape (480px to 575px) */
@media (max-width: 575px) {
  .why-section {
    padding: 40px 25px;
  }
  
  .whyexist-title {
    font-size: 32px;
    line-height: 110%;
  }
  
  .whyexist-subtitle {
    font-size: 16px;
  }
  
  .whyexist-intro,
  .whyexist-list li,
  .whyexist-closing {
    font-size: 14px;
  }
  
  .whyexist-image img {
    display: none !important;
    width: 280px;
    height: 260px;
  }
  
  .whyexist-cta {
    width: 220px;
    height: 48px;
    font-size: 12px;
  }
}

/* Mobile Portrait (320px to 479px) */
@media (max-width: 479px) {
  .why-section {
    padding: 30px 20px;
  }
  
  .whyexist-title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  
  .whyexist-subtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .whyexist-intro,
  .whyexist-list li,
  .whyexist-closing {
    font-size: 13px;
  }
  
  .whyexist-list {
    padding-left: 12px;
    margin-bottom: 12px;
  }
  
  .whyexist-list li {
    margin-bottom: 8px;
  }
  
  .whyexist-closing {
    margin-bottom: 15px;
  }
  
  .whyexist-image img {
    display: none !important;
    width: 240px;
    height: 220px;
  }
  
  .whyexist-cta {
    width: 200px;
    height: 45px;
    font-size: 11px;
  }
}

/* Extra Small Mobile (below 320px) */
@media (max-width: 319px) {
  .why-section {
    padding: 25px 15px;
  }
  
  .whyexist-title {
    font-size: 24px;
    line-height: 130%;
  }
  
  .whyexist-subtitle {
    font-size: 14px;
  }
  
  .whyexist-intro,
  .whyexist-list li,
  .whyexist-closing {
    font-size: 12px;
  }
  
  .whyexist-image img {
    display: none !important;
    width: 200px;
    height: 180px;
  }
  
  .whyexist-cta {
    width: 180px;
    height: 42px;
    font-size: 10px;
  }
}
/* ===============================
   JOIN THE MISSION SECTION
   =============================== */
/* JOIN THE MISSION SECTION */
/* JOIN THE MISSION MAIN SECTION */
.mission-section {
  background-color: #002c6c; /* Navy blue background */
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

/* Top Heading + Paragraph */
.mission-section h2 {
 font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* font-family: Montserrat;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
text-align: center; */

.mission-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 34px;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 400;
  color: #ffffff;
 
}

/* Container */
.join-mission-container {
  max-width: 1000px;
  margin: 0 auto ;
}
/* SUBSECTION (Already a member) */
.join-mission-subsection {
  display: flex;
  align-items: center;         /* Vertical center alignment */
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Left Content */
.join-mission-askquestion {
  flex: 1;
  min-width: 320px;
  text-align: left;            /* ✅ left align text */
}

.join-mission-askquestion h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: 205px;
  color: #ffffff;
}

.join-mission-askquestion p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  margin-left: 205px;
  color: #ffffff;
  max-width: 500px;
}

/* CTA Button */
.join-mission-askquestion .btn {
  display: inline-block;
  padding: 12px 30px;
  background: #24b7d2;
  border-radius: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin-left: 205px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.join-mission-askquestion .btn:hover {
  background: #1ca0b8;
}

/* Right Image */
.join-mission-image img {
  width: 500px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  .mission-section {
    padding: 120px 40px;
  }
  
  .mission-section h2 {
    font-size: 52px;
  }
  
  .mission-section p {
    font-size: 22px;
    line-height: 38px;
  }
  
  .join-mission-subsection {
    gap: 60px;
    padding: 50px 40px;
  }
  
  .join-mission-image img {
    width: 550px;
  }
}

/* Desktop/Laptop (992px to 1199px) */
@media (max-width: 1199px) {
  .mission-section {
    padding: 80px 30px;
  }
  
  .join-mission-subsection {
    gap: 40px;
    padding: 35px 30px;
  }
  
  .join-mission-askquestion h3 {
    margin-left: 150px;
  }
  
  .join-mission-askquestion p {
    margin-left: 150px;
  }
  
  .join-mission-askquestion .btn {
    margin-left: 150px;
  }
  
  .join-mission-image img {
    width: 450px;
  }
}

/* Tablet Landscape (768px to 991px) */
@media (max-width: 991px) {
  .mission-section {
    padding: 60px 25px;
  }
  
  .mission-section h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  
  .mission-section p {
    font-size: 18px;
    line-height: 30px;
  }
  
  .join-mission-subsection {
    flex-direction: column;
    gap: 30px;
    padding: 30px 25px;
    text-align: center;
  }
  
  .join-mission-askquestion {
    text-align: center;
    min-width: auto;
  }
  
  .join-mission-askquestion h3 {
    margin-left: 0;
    font-size: 22px;
  }
  
  .join-mission-askquestion p {
    margin-left: 0;
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 20px;
  }
  
  .join-mission-askquestion .btn {
    margin-left: 0;
    font-size: 14px;
    padding: 10px 25px;
  }
  
  .join-mission-image img {
    width: 400px;
    max-width: 100%;
  }
}

/* Tablet Portrait (576px to 767px) */
@media (max-width: 767px) {
  .mission-section {
    padding: 50px 20px;
  }
  
  .mission-section h2 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  
  .mission-section p {
    font-size: 16px;
    line-height: 28px;
  }
  
  .join-mission-subsection {
    gap: 25px;
    padding: 25px 20px;
  }
  
  .join-mission-askquestion h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .join-mission-askquestion p {
    font-size: 15px;
    margin-bottom: 18px;
    max-width: 100%;
  }
  
  .join-mission-askquestion .btn {
    font-size: 13px;
    padding: 9px 22px;
  }
  
  .join-mission-image img {
    width: 350px;
    max-width: 100%;
  }
}

/* Mobile Landscape (480px to 575px) */
@media (max-width: 575px) {
  .mission-section {
    padding: 40px 18px;
  }
  
  .mission-section h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  
  .mission-section p {
    font-size: 15px;
    line-height: 26px;
  }
  
  .join-mission-subsection {
    gap: 20px;
    padding: 20px 18px;
  }
  
  .join-mission-askquestion h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .join-mission-askquestion p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .join-mission-askquestion .btn {
    font-size: 12px;
    padding: 8px 20px;
  }
  
  .join-mission-image img {
    width: 300px;
    max-width: 100%;
  }
}

/* Mobile Portrait (320px to 479px) */
@media (max-width: 479px) {
  .mission-section {
    padding: 35px 15px;
  }
  
  .mission-section h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  
  .mission-section p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .join-mission-container {
    max-width: 100%;
  }
  
  .join-mission-subsection {
    gap: 18px;
    padding: 18px 15px;
  }
  
  .join-mission-askquestion h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .join-mission-askquestion p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .join-mission-askquestion .btn {
    font-size: 11px;
    padding: 7px 18px;
  }
  
  .join-mission-image img {
    width: 250px;
    max-width: 100%;
  }
}

/* Extra Small Mobile (below 320px) */
@media (max-width: 319px) {
  .mission-section {
    padding: 30px 12px;
  }
  
  .mission-section h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  
  .mission-section p {
    font-size: 13px;
    line-height: 22px;
  }
  
  .join-mission-subsection {
    gap: 15px;
    padding: 15px 12px;
  }
  
  .join-mission-askquestion h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  .join-mission-askquestion p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .join-mission-askquestion .btn {
    font-size: 10px;
    padding: 6px 15px;
  }
  
  .join-mission-image img {
    width: 220px;
    max-width: 100%;
  }
}




















