/* General Styles */
body {
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #2e3a59;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  margin: 0 0 10px 0;
}

button {
  cursor: pointer;
}

section {
  transition: all 0.3s ease-in-out;
}

/* Landing Container Section */
.landing-container {
  color: white;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  animation: backgroundSlide 8s infinite alternate ease-in-out;
}

.landing-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
  transition: all 0.5s ease;
}

@media(min-width: 768px) {
  .landing-content {
    flex-direction: row;
  }
}

@media(min-width: 768px) {
  .landing-text {
    text-align: left;
  }
}

.landing-text {
  max-width: 600px;
  text-align: left;
  position: relative;
  z-index: 10;
  animation: slideInLeft 1.5s ease;
}


.landing-header {
  font-size: 3rem;
  color: rgb(20 34 74 / var(--tw-text-opacity));
  --tw-text-opacity: 1; 
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fadeIn 1s ease;
  text-align: left;
}

.landing-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgb(20 34 74 / var(--tw-text-opacity));
  --tw-text-opacity: 1; 
  margin-bottom: 30px;
  animation: fadeInUp 1.5s ease;
  text-align: left;
}

.cta-button {
  background-color: #ffd700;
  color: #2e3a59;
  border: none;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: bounceIn 2s ease;

  display: inline-block;
  text-align: left;
}


.cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.4);
}

/* Hero Image Container */
.hero-image-container {
  position: relative;
  width: 600px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-container img {
  position: relative;
  z-index: 2;
}

/* Background Design */
.background-design {
  position: absolute;
  top: -290px;
  left: 55%;
  width: 900px;
  height: 900px;
  background-image: linear-gradient(90deg, #f5c426, #ff962d, #f25437, #a76ebe, #d4a91b);
  background-size: 600%;
  clip-path: circle(50% at 50% 50%);
  z-index: 1;
  animation: gradient-shift 40s infinite;

}

/* Animations */
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  60% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes backgroundSlide {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

@media (max-width: 768px) {
  .hero-image-container img {
    max-width: 300px;
    /* Limit the maximum width */
    height: auto;
    /* Maintain aspect ratio */
    margin: 0 auto;
    /* Center the image */
    z-index: 100;
  }
}


/* PRODUCT Section */
.inherited-styles-for-exported-element {
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
}

.features-showcase {
  padding: 80px 20px;
  text-align: center;
  color: #2e3a59;
  animation: fadeUp 1s ease;
}

.features-showcase h2 {
  color: rgb(20 34 74 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 70px;
}

.features-showcase .features-intro {
  color: rgb(20 34 74 / var(--tw-text-opacity));
  --tw-text-opacity: 1; 
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 19.2px;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-item {
  background: #f7f7f7;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(0, 219, 114, 0.3), rgba(0, 219, 114, 0));
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.3s;
  opacity: 0;
}

.feature-item:hover::after {
  transform: scale(1.2);
  opacity: 1;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.feature-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2e3a59;
}

.feature-item p {
  font-size: 1rem;
  color: #6b7b99;
}


/* FADE */

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Ensure hover effect applies correctly even after fade-up */
.fade-up:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 40px;
}


/* FAQ Section CSS */
.faq-section-modern {
  padding: 80px 40px;
  background-color: #f5f7fa;
  border-radius: 15px;
}

.faq-wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
}

.faq-title-column {
  flex: 1;
  max-width: 35%;
}

.faq-title {
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.faq-subtitle {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
}

.faq-content-column {
  flex: 2;
  max-width: 60%;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.faq-question {
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #181818;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

.faq-question:hover {
  color: #2a5eab;
  transform: translateX(5px);
}

.faq-icon {
  font-size: 1.5rem;
  color: #00796b;
  transition: transform 0.3s ease;
}

.faq-answer {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.faq-item.open .faq-answer {
  max-height: 200px;
  opacity: 1;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

/* Fade-up Animation for the Second Row */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item.fade-up {
  animation: fadeUp 1s ease forwards;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .faq-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .faq-title-column {
    max-width: 100%;
  }

  .faq-content-column {
    max-width: 100%;
  }
}


/* Fade-up Animation for the Second Row */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item.fade-up {
  animation: fadeUp 1s ease forwards;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .faq-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .faq-title-column {
    max-width: 100%;
  }

  .faq-content-column {
    max-width: 100%;
  }
}

/* Footer Section */
.footer-section {
  background-color: #1d202f;
  color: white;
  padding: 50px 20px 25px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* Ensures equal height */
  gap: 50px;
  flex-wrap: wrap;
  text-align: left;
  animation: fadeInUp 1.5s ease;
}

.footer-about,
.footer-contact {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centers content vertically */
  min-height: 120px;
  /* Adjust height so both sections align */
}

.footer-title {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.footer-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #d1d9e6;
}

.footer-contact-title {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #f4a261;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  color: #d1d9e6;
  line-height: 1.8;
}

.footer-contact-list li a {
  color: #f4a261;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact-list li a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #6b7b99;
  padding-top: 18px;
  margin-top: 35px;
  color: #d1d9e6;
  animation: fadeIn 1.5s ease;
}

.footer-bottom-text {
  margin: 0;
  font-size: 0.95rem;
}

/* Animation */
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* Animations */
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Testimonials Section */
.testimonials-section {
  background-color: #2e3a59;
  color: #ffffff;
  padding: 60px 20px;
}

.testimonials-title-container {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials-title {
  font-size: 2.5rem;
  color: #ffffff;
}

.testimonials-subtitle {
  font-size: 1.2rem;
  color: #a3b1d4;
}

.testimonials-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.testimonial-card {
  background-color: #3d4b6a;
  border-radius: 10px;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 1.5s ease;
  position: relative;
  color: #ffffff;
}

.testimonial-card.darker {
  background-color: #4c5778;
}

.testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
  margin: 0 0 15px 0;
  color: #d1e0ff;
}

.testimonial-quote.alt-quote::before {
  content: "❝";
  font-size: 2rem;
  color: #f4a261;
  position: absolute;
  top: -15px;
  left: 20px;
}

.testimonial-quote::before {
  content: "❝";
  font-size: 2rem;
  color: #ffcc4d;
  position: absolute;
  top: -15px;
  left: 20px;
}

.testimonial-author {
  font-size: 1rem;
  font-weight: bold;
  color: #f4a261;
}

/* FEATURELIST SECTION */

.feature-list {
  --dark-gray-text: #333;
  --green: #00db72;
  --main-black: #181f36;
  background: #1b2631;
}

.feature-list a {
  background-color: transparent;
  color: #357fda;
  font-weight: 500;
  text-decoration: none;
}

.feature-list a:active,
.feature-list a:hover {
  outline: 0;
}

.feature-list img {
  border-style: initial;
  border-width: 0;
  display: block;
  vertical-align: middle;
}

.feature-list * {
  box-sizing: border-box;
}

.feature-list .content-block,
.feature-list img {
  max-width: 100%;
}

.feature-list .section-content {
  color: #181f36;
  font-family: Matter, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.feature-list .button,
.feature-list h2 {
  font-weight: 500;
  color: white;
}

.feature-list h2 {
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 16px;
  font-family: 'Rubik';
  margin-top: 0;
  text-align: left;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
}

.feature-list .button {
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-right: 24px;
  transition: all 0.2s;
}

.feature-list .button:hover {
  background-color: #e65240;
  transform: translateY(-3px);
}

.feature-list .simple-cta-button {
  background-color: transparent;
  background-image: none;
  display: block;
  margin-top: 29px;
  padding: 0;
}

.feature-list .simple-cta-button:hover {
  box-shadow: none;
}

.feature-list .arrow-icon {
  display: inline-block;
  height: 12px;
  margin-bottom: -5px;
  position: relative;
  top: -4px;
  width: auto;
}

.feature-list .half-column {
  height: auto;
}

.feature-list .content-container,
.feature-list .content-row {
  position: relative;
}

.feature-list .content-row {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.feature-list .content-row-padding {
  margin-bottom: 80px;
}

.feature-list .content-container {
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.feature-list .cta-text {
  color: var(--main-black);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.feature-list .no-padding {
  margin-bottom: 0;
  margin-top: 0;
}

.feature-list .half-column {
  min-height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  width: 50%;
}

.feature-list .first-column,
.feature-list .last-column {
  align-self: center;
  order: -1;
}

.feature-list .last-column {
  max-width: none;
  order: 1;
  padding-left: 60px;
  width: 50%;
}

@media (max-width: 768px) {
  .feature-list .last-column {
    padding-left: 0;
    width: 100%;
    /* Make it full-width for better responsiveness */
  }
}

@media (max-width: 768px) {
  .feature-list .half-column {
    padding-left: 0;
    width: 100%;
    /* Make it full-width for better responsiveness */
  }
}


.feature-list .section-block {
  background-color: transparent;
  padding: 100px 36px;
  position: relative;
}

.feature-list .no-padding-block {
  overflow: hidden;
}

.feature-list .paragraph-content {
  color: var(--dark-gray-text);
  display: block;
  font-size: 20px;
  height: auto;
  overflow: visible;
  width: 100%;
  text-align: left;
  color: white;
}

.feature-list .line-height-150 {
  line-height: 150%;
}

.feature-list .tag-label {
  font-family: Matter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-list .new-tag {
  color: var(--green);
}

.feature-list .cta-link {
  align-items: center;
  background-color: rgba(125, 209, 86, 0.1);
  border-radius: 80px;
  color: #7dd156;
  display: flex;
  margin-top: 32px;
  padding: 18px 32px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  width: 190px;
}

.feature-list .cta-link:hover {
  background-color: rgba(125, 209, 86, 0.18);
}

.feature-list .mobile-button {
  margin-right: auto;
}

.feature-list .mobile-button-left {
  margin-left: 0;
}

.feature-list .text-block {
  font-size: 18px;
  font-weight: 500;
  margin-right: 12px;
}

.feature-list .rounded-image {
  border-radius: 12px;
  box-shadow: rgba(55, 54, 77, 0.08) 3px 3px 20px;
  position: relative;
  z-index: 2;
}

.feature-list .full-image {
  border-radius: 0;
  max-width: 105%;
}

.feature-list .sync-image {
  border-radius: 0;
  box-shadow: none;
  max-width: 125%;
}

.feature-list .green-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #5499c796;
  border-radius: 50%;
  z-index: 1;
}

.feature-list .green-circle-small {
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 991px) {
  .feature-list .content-row {
    flex-direction: column;
    justify-content: center;
  }

  .feature-list .content-row-padding {
    align-items: center;
    padding: 20px;
    margin-bottom: 40px;
  }

  .feature-list .half-column {
    text-align: center;
    width: 100%;
  }

  .feature-list h2 {
    text-align: center;
    margin-top: 20px;
  }

  .feature-list .paragraph-content {
    margin-bottom: 15px;
  }

  .feature-list .first-column,
  .feature-list .last-column {
    order: 1;
  }

  .feature-list .rounded-image {
    margin-top: 20px;
    max-width: 90%;
    order: 2;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .feature-list h2 {
    font-size: 48px;
  }

  .feature-list .button,
  .feature-list .content-row {
    margin-right: 0;
  }

  .feature-list .button {
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }

  .feature-list .half-column {
    width: 100%;
  }

  .feature-list .section-block {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .feature-list .rounded-image {
    max-width: 100%;
  }
}

/* Navigation */
.navbar {
  background-color: #ffffff;
  color: #2e3a59;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.navbar-menu {
  display: flex;
}

.navbar-list {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  position: relative;
}

.navbar-list li {
  position: relative;
}

.navbar-list li a {
  color: #2e3a59;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.navbar-list li a:hover {
  color: #349CEF;
}

.navbar-actions {
  display: flex;
  gap: 10px; /* controls spacing between Pay Now and Login */
  align-items: center;
}

.navbar-pay-button {
  background-color: #e74c3c; /* red so it stands out */
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.navbar-pay-button:hover {
  background-color: #c0392b;
}


.navbar-cta-button {
  background-color: #349CEF;
  color: #ffffff;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.navbar-cta-button:hover {
  background-color: #1d79d0;
}

/* HAMBURGER NAV Styles */

@media screen and (max-width: 767px) {
  .navbar-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .navbar-logo {
    margin-bottom: 1rem;
  }

  .navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .navbar-menu.open {
    display: flex;
  }

  .navbar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .navbar-list li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }

  .navbar-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    margin-left: 20px;
  }

  .dropdown:hover .dropdown-menu {
    display: none;
    /* Disable hover dropdown for mobile */
  }

  .dropdown.open .dropdown-menu {
    display: flex;
  }

  .navbar-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px; /* stacked with even spacing */
  }

  .navbar-actions a {
    align-self: stretch; /* both buttons full width */
    text-align: center; /* keep text centered */
  }
  .navbar-cta-button {
    margin-top: 0;
    align-self: stretch;
  }

  .hamburger {
    display: block;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: auto;
  }

  .footer-container {
    display: block !important;
  }

  .navbar-logo {
    margin-top: -40px !important;
  }

  .hamburger {
    color: #2e3a59 !important;
  }

  .navbar-list {
    flex-direction: column;
  }

  .navbar-list li a {
    color: #2e3a59 !important;
  }

  .dropdown-menu li a {
    color: #2e3a59 !important;
  }
}

@media (min-width: 768px) {
  .navbar-menu {
    display: flex;
  }

  .hamburger {
    display: none;
  }
}

.navbar {
  padding: 0px !important;
}

.navbar-container {
  padding: 20px !important;
  ;
}

@media(max-width: 768px) {
  .landing-header {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: fadeIn 1s ease;
    position: relative;
    z-index: 10 !important;
  }

  .hero-image-container {
    height: 100%;
  }
}
/* Simple Intuitive Platform Section */
.simple-section {
  background: linear-gradient(135deg, #4a90e2, #4188d6); /* restored blue */
  color: white;
  padding: 120px 30px; /* added more vertical space */
}

.simple-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1150px; /* made wider */
  margin: 0 auto;
}

.simple-text {
  flex: 1 1 520px;
  max-width: 580px;
}

.simple-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.25;
}

.simple-paragraph {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #e9f4ff;
  max-width: 540px;
}

.simple-image {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .simple-container {
    flex-direction: column;
    text-align: center;
  }

  .simple-text,
  .simple-image {
    max-width: 100%;
  }

  .simple-heading {
    font-size: 2rem;
  }

  .simple-paragraph {
    font-size: 1.05rem;
    margin-left: auto;
    margin-right: auto;
  }
}

