/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  color: #333;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
  min-height: 200vh;
}
nav {
  background-color: #002244;
  padding: 14px 40px;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: fixed;
}

.nav-center {
  display: flex;
  gap: 40px;
  margin: 0 auto;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #f5f5f5;
  cursor: pointer;
  user-select: none;
}


nav a {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  transition: color 0.3s ease;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f5f5f5;
  transition: width 0.3s ease;
}

nav a:hover {
  color: #cce0ff;
}

nav a:hover::after {
  width: 100%;
}

/* Language switch dropdown */
.lang-select {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #004080;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

.lang-select img.flag-icon {
  width: 20px;
  height: auto;
}

.lang-menu {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: rgb(25, 71, 170);
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  width: max-content;
  border: 1px solid #000b3d;
  border-radius: 6px;
  z-index: 1000;
}

.lang-menu li {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.lang-menu li:hover {
  background-color: #183aa2;
}
.lang-menu li img {
  max-width: 20px;
}
.lang-current {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-current img {
  width: 20px;
  height: auto;
}

.lang-menu li img {
  width: 20px;
  height: auto;
}
.lang-current .arrow {
  font-size: 8px;
}

/* ///////////////////////// */

section {
  /* padding: 60px 20px;
  max-width: 900px;
  margin: auto; */
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.hero-section {
  height: 100vh;
  min-height: 100vh;
  background: url("{% static 'media/background1.jpg' %}") no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  max-width: none;
  margin: 0;
  border-bottom: none;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%; /* This keeps it on the right half */
  background-size: cover;
  z-index: -1;
}

.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}

.hero-text {
  flex: 1;
  background-color: rgba(
    248,
    249,
    250,
    0.7
  ); /* Slight transparency if desired */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

.hero-text h1 {
  font-size: 6rem; /* Bigger headline */
  font-weight: 800;
  color: #002244; /* Deep navy blue for professionalism */
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.hero-text h1 .highlight {
  color: #52b4cd;
}
.hero-text h1 .highlight-2 {
  color: #3ae06c;
}
.hero-text p {
  font-size: 1.75rem;
  color: #555;
  line-height: 1.6;
  max-width: 900px;
  font-weight: 400;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  border-left: 4px solid #004080;
  padding-left: 20px;
}
.hero-text {
  animation: fadeInUp 1.2s ease-out;
}

.hero-image {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ///////////////////////// */
#services {
  max-width: none;
  width: 100%;
  height: 100vh; /* full viewport height */
  display: flex;
  justify-content: center; /* center horizontally */
  align-items: center; /* center vertically */
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.services-wrapper {
  display: flex;
  /* Use max-content width so it fits children exactly */
  width: 90%;
  height: 80vh;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: transparent; /* or white if you want */
}

.services-left {
  flex: 1 1 400px; /* grow/shrink but min width ~400px */
  min-width: 400px;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f0f4f8;
}

.services-left h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #002244;
  font-weight: 900;
  font-family: "Segoe UI", sans-serif;
}

.services-left p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #333;
  max-width: 600px;
  font-family: "Georgia", serif;
  text-align: justify;
}
.details-button {
  margin-top: 30px;
  display: inline-flex;
  width: 35%;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background-color: #003d7a;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.details-button:hover {
  background-color: #004080;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.details-button:active {
  transform: scale(0.98);
}


.services-right {
  flex: 1 1 400px; /* grow/shrink but min width ~400px */
  min-width: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/services.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* /////////////////////////////// */

#customers {
  width: 100%;
  max-width: 100%;
  background-color: #f0f4f8;
  padding: 80px 20px;
  text-align: center;
}
#customers {
  scroll-margin-top: 130px; /* Adjust this value as needed */
}

.customers-container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.customers-container h2 {
  font-size: 3rem;
  color: #002244;
  font-weight: 800;
  margin-bottom: 10px;
}

.customers-container p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
  font-family: "Georgia", serif;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 40px;
  justify-items: center;
  align-items: center;
}

.logo-grid img {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  height: auto;
  transition: transform 0.3s ease;
}

.logo-grid a:hover img {
  transform: scale(1.1);
}

/* /////////////////////////////// */

#about {
  max-width: none;
  width: 100%;
  height: 100vh; /* full viewport height */
  display: flex;
  justify-content: center; /* center horizontally */
  align-items: center; /* center vertically */
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.about-wrapper {
  display: flex;
  width: 90%;
  height: 80vh;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: transparent;
}

.about-left {
  flex: 1 1 400px; /* grow/shrink but min width ~400px */
  min-width: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/about1.jpg"); /* Your about image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-right {
  flex: 1 1 400px; /* grow/shrink but min width ~400px */
  min-width: 400px;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f0f4f8;
}

.about-right h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #002244;
  font-weight: 900;
  font-family: "Segoe UI", sans-serif;
}

.about-right p {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #333;
  max-width: 600px;
  font-family: "Georgia", serif;
}

/* ////////////////////////////////// */

#contact {
  max-width: none;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.contact-wrapper {
  display: flex;
  width: 90%;
  height: 80vh;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background-color: transparent;
}

.contact-left {
  flex: 1 1 400px;
  min-width: 400px;
  padding: 60px 65px;
  padding-right: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f0f4f8;
}

.contact-left h2 {
  font-size: 56px;
  margin-bottom: 10px;
  color: #002244;
  font-weight: 900;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.2;
}
.contact-left .contact-text {
  font-size: 17px;
  margin-bottom: 20px;
}
.contact-left p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 5px;
  font-family: "Georgia", serif;
}

.contact-left form {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.contact-left form label {
  font-family: "Georgia", serif;
  font-size: 12px;
  color: #3b3b3b;
}
.contact-left form input,
.contact-left form textarea {
  width: 100%;
  padding: 8px;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  color: grey;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
}
.contact-left form textarea {
  height: 100px;
  margin-bottom: 10px;
}

.contact-left form button {
  background-color: #005080;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-left form button:hover {
  background-color: #002366;
  transform: scale(1.05); /* scales the button to 110% */
}

.contact-right {
  flex: 1 1 400px;
  min-width: 400px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/contact_us1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* /////////////////////////////////// */
/* Modal overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
}

/* Modal box */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  margin: 10vh auto;
  padding: 30px 40px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
}

/* Close button */
.close-modal {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
}
.close-modal:hover {
  color: #333;
}

/* Success message */
.success-message {
  color: #367e42;
  font-family: "Segoe UI", sans-serif;
  background: #ffffff;
  padding: 12px 17px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

/* Error list */
.error-list {
  list-style: none;
  padding: 0;
  color: #c62828;
  background: #ffebee;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}

.error-list li {
  margin: 6px 0;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* /////////////////////////////////// */


#backToTop {
  position: fixed;
  bottom: 30px; /* distance from bottom */
  right: 30px;  /* distance from right */
  display: none; /* hidden by default */
  background-color: #BF9000; /* matching your secondary navbar text color */
  color: white;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%; /* circular button */
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 1000; /* above other content */
}

#backToTop:hover {
  background-color: #a37400; /* darker on hover */
  transform: scale(1.1);
}




/* /////////////////////////////////// */

footer {
  background-color: #002244;
  color: #f5f5f5;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer-container {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-left,
.footer-right {
  flex: 1 1 250px;
  min-width: 220px; /* or 180px */
}
.footer-company_name {
  margin-bottom: 6px;
}
.footer-director {
  margin-top: 6px;
}
.footer-right {
  margin-left: 10px;
  line-height: 1.3;
}
footer h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

footer p {
  font-size: 1rem;
  margin: 4px 0;
  color: #ccc;
}
footer a {
  color: #00bfff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* /////////////////////////////////// */



@media screen and (min-width: 900px) and (max-width: 920px) and (min-height: 1300px) and (max-height: 1400px) {
  .hero-text h1, .hero-text h1 span {
    font-size: 8.0rem;
  }
  .hero-text p {
    font-size: 2.5rem;
  }
  .services-wrapper .services-left h2{
    font-size: 2.5rem;
  }
  .services-wrapper .services-left p{
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .services-left {
    min-width: auto;
    width: 100%;
  }
  .services-right {
    min-width: auto;
    width: 100%;
  }
  .details-button {
    width: 90%;
  }

  .about-left {
    min-width: auto;
    width: 100%;
  }
  .about-wrapper .about-right {
    min-width: auto;
    width: 100%;
  }
  .about-wrapper .about-right h2 {
    font-size: 2.5rem;
  }
  .about-wrapper .about-right p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .contact-right {
    min-width: auto;
    width: 100%;
  }
  .contact-left {
    min-width: auto;
    width: 100%;
    padding: 20px 40px;
  }
  .contact-wrapper .contact-left h2 {
    font-size: 2.5rem;
  }
  .contact-text {
    line-height: 1.8;
  }
  .footer-left {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1030px) and (min-height: 1300px) and (max-height: 1400px) {
  .hero-text h1, .hero-text h1 span {
    font-size: 8.0rem;
  }
  .hero-text p {
    font-size: 2.5rem;
  }
  .services-wrapper .services-left h2{
    font-size: 2.5rem;
  }
  .services-wrapper .services-left p{
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .services-left {
    min-width: auto;
    width: 100%;
  }
  .services-right {
    min-width: auto;
    width: 100%;
  }
  .details-button {
    width: 90%;
  }

  .about-left {
    min-width: auto;
    width: 100%;
  }
  .about-wrapper .about-right {
    min-width: auto;
    width: 100%;
  }
  .about-wrapper .about-right h2 {
    font-size: 2.5rem;
  }
  .about-wrapper .about-right p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .contact-right {
    min-width: auto;
    width: 100%;
  }
  .contact-left {
    min-width: auto;
    width: 100%;
    padding: 20px 40px;
  }
  .contact-wrapper .contact-left h2 {
    font-size: 2.5rem;
  }
  .contact-text {
    line-height: 1.8;
  }
  .footer-left {
    margin-left: 20px;
  }
}

@media screen and (min-width: 700px) and (max-width: 820px) and (min-height: 950px) and (max-height: 1180px) {
  .services-wrapper .services-left h2{
    font-size: 2.5rem;
  }
  .services-wrapper .services-left p{
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .services-left {
    min-width: auto;
    width: 100%;
  }
  .services-right {
    min-width: auto;
    width: 100%;
  }
  .details-button {
    width: 90%;
  }

  .about-left {
    min-width: auto;
    width: 100%;
  }
  .about-wrapper .about-right {
    min-width: auto;
    width: 100%;
  }
  .about-wrapper .about-right h2 {
    font-size: 2.5rem;
  }
  .about-wrapper .about-right p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .contact-right {
    min-width: auto;
    width: 100%;
  }
  .contact-left {
    min-width: auto;
    width: 100%;
    padding: 20px 40px;
  }
  .contact-wrapper .contact-left h2 {
    font-size: 2.5rem;
  }
  .contact-text {
    line-height: 1.8;
  }
  .footer-left {
    margin-left: 20px;
  }
}

@media screen and (min-width: 530px) and (max-width: 550px) and (min-height: 700px) and (max-height: 750px) {
    
    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 20px;
      background-color: #002244;
      position: relative;
      z-index: 1000;
      border-bottom: 1px solid #ccc;
    }
  
    .nav-left {
      font-size: 18px;
      font-weight: bold;
    }
  
    .nav-toggle {
      display: block;
      font-size: 24px;
      background: none;
      border: none;
      color: #ebf5ff;
      cursor: pointer;
    }
  
    .lang-switch {
      position: absolute;
      top: 12px;
      right: 16px;
      font-size: 12px;
    }
  
    .nav-center {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 56px;
      left: 0;
      right: 0;
      background-color: #004080;
      border-top: 1px solid #001d4f;
      z-index: 999;
      gap: 0px;
    }
  
    .nav-center.active {
      display: flex;
    }
  
    .nav-center a {
      padding: 10px 0;
      font-size: 14px;
      text-align: center;
      color: #e4f5ff;
      text-decoration: none;
      border-bottom: 1px solid #000306;
    }
  
    .hero-text h1, .hero-text h1 span {
      font-size: 4.5rem;
    }
    .hero-text p {
      font-size: 1.4rem;
    }
  
    /* === About Section === */
    
    /* === Services / Features Section === */
    #services {
      max-width: none;
      width: 100%;
      height: 120vh;
      padding: 10px 8px;
      display: flex;
    }
    .services-wrapper {
      flex-direction: column; /* stack vertically */
      height: auto; /* allow height to grow */
    }
    .services-left,
    .services-right {
      min-width: 100%; /* allow full width */
      flex: none; /* prevent flex shrinking issues */
    }
  .services-left {
    padding: 30px 30px;
    min-width: 100%;
  }
  .services-left h2 {
    text-align: center;
    font-size: 2rem;
  }
  .services-left p {
    font-size: 1rem;
  }
  .details-button {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 70%;
    max-width: 80%;
    min-width: 60%;
    padding: 10px 20px;
  }
  #services {
    flex-direction: column; /* stack vertically */
  }
  .services-left, .services-right {
    min-width: 100%;
  }
  .services-right {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/services.jpg");
    height: 300px; /* or more depending on image aspect ratio */
    background-size: cover;
    background-position: center;
  }
  
 
  .logo-grid {
    gap: 20px;
  }
  
  
  /* /////// */
  #about {
    max-width: none;
    width: 100%;
    height: 125vh;
    padding: 10px 8px;
    display: flex;
  }
  .about-wrapper {
    flex-direction: column; /* stack vertically */
    height: auto; /* allow height to grow */
  }
  .about-left, .about-right {
    min-width: 100%; /* allow full width */
    flex: none; /* prevent flex shrinking issues */
  }
  .about-left {
    min-width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      url("/static/media/about1.jpg"); /* Your about image path */
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  .about-right {
    padding: 30px 30px;
    }
  .about-right h2 {
    text-align: center;
    font-size: 2rem;
  }
  .about-right p {
    font-size: 1rem;
  }
  
  /* === Contact Section === */
  #contact {
    max-width: none;
    width: 100%;
    height: 150vh;
    padding: 10px 8px;
    display: flex;
  }
  .contact-wrapper {
    flex-direction: column; /* stack vertically */
    height: auto; /* allow height to grow */
  }
  .contact-left, .contact-right {
    min-width: 100%; /* allow full width */
    flex: none; /* prevent flex shrinking issues */
  }
  .contact-left {
    padding: 30px 30px;
    }
  .contact-left h2 {
    text-align: center;
    font-size: 2rem;
  }
  .contact-left p  {
    font-size: 1rem;
    text-align: justify;
  }
  .contact-left form input,
  .contact-left form textarea {
    width: 100%;
    padding: 8px;
    padding-left: 6px;
    margin-bottom: 3px;
    font-size: 12px;
    color: grey;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: "Segoe UI", sans-serif;
  }
  .contact-left form button {
    margin-top: 10px;
  }
  .contact-right {
    min-width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      url("/static/media/contact_us1.jpg");
      height: 300px;
      background-size: cover;
      background-position: center;
  }
  
  .footer-left {
    margin-left: 30px;
    line-height: 1.3;
  }
  .footer-right {
    margin-left: 30px;
    line-height: 1.3;
  }
  }


/* IPHONE 14 PRO MAX */
@media screen and (min-width: 400px) and (max-width: 435px) and (max-height: 935px) {
  /* === Global Reset & Typography === */

  /* === Navigation Bar === */
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    background-color: #002244;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
  }

  .nav-left {
    font-size: 18px;
    font-weight: bold;
  }

  .nav-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: #ebf5ff;
    cursor: pointer;
  }

  .lang-switch {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
  }

  .nav-center {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background-color: #004080;
    border-top: 1px solid #001d4f;
    z-index: 999;
    gap: 0px;
  }

  .nav-center.active {
    display: flex;
  }

  .nav-center a {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #e4f5ff;
    text-decoration: none;
    border-bottom: 1px solid #000306;
  }
  .hero {
    padding: 40px 16px 24px;
    text-align: center;
  }
  .hero-text {
    padding-left: 40px;
  }
  .hero-text h1, .hero-text h1 span {
    font-size: 4.5rem;
  }
  .hero-text p {
    font-size: 1.4rem;
  }

  /* === Services / Features Section === */
  #services {
    max-width: none;
    width: 100%;
    height: 100vh;
    min-height: 100dvh;
    padding: 10px 8px;
    display: flex;
  }
  .services-wrapper {
    flex-direction: column; /* stack vertically */
    height: auto; /* allow height to grow */
  }
  .services-left,
  .services-right {
    min-width: 100%; /* allow full width */
    flex: none; /* prevent flex shrinking issues */
  }
.services-left {
  padding: 30px 30px;
  min-width: 100%;
}
.services-left h2 {
  text-align: center;
  font-size: 2rem;
}
.services-left p {
  font-size: 1rem;
}
.details-button {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 70%;
  max-width: 80%;
  min-width: 60%;
  padding: 10px 20px;
}
#services {
  flex-direction: column; /* stack vertically */
}
.services-left, .services-right {
  min-width: 100%;
}
.services-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  url("/static/media/services.jpg");
  height: 300px; /* or more depending on image aspect ratio */
  background-size: cover;
  background-position: center;
}

.customers-container h2 {
  font-size: 2rem;
}
.customers-container p {
  font-size: 1rem;
  text-align: justify;
}
.logo-grid {
  gap: 20px;
}


/* /////// */
#about {
  max-width: none;
  width: 100%;
  height: 105vh;
  padding: 10px 8px;
  display: flex;
}
.about-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.about-left, .about-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.about-left {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/about1.jpg"); /* Your about image path */
  height: 300px;
  background-size: cover;
  background-position: center;
}
.about-right {
  padding: 30px 30px;
  }
.about-right h2 {
  text-align: center;
  font-size: 2rem;
}
.about-right p {
  font-size: 1rem;
}

/* === Contact Section === */
#contact {
  max-width: none;
  width: 100%;
  height: 120vh;
  padding: 10px 8px;
  display: flex;
}
.contact-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.contact-left, .contact-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.contact-left {
  padding: 30px 30px;
  }
.contact-left h2 {
  text-align: center;
  font-size: 2rem;
}
.contact-left p  {
  font-size: 1rem;
  text-align: justify;
}
.contact-left form input,
.contact-left form textarea {
  width: 100%;
  padding: 8px;
  padding-left: 6px;
  margin-bottom: 3px;
  font-size: 12px;
  color: grey;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
}
.contact-left form button {
  margin-top: 10px;
}
.contact-right {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/contact_us1.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
}

.footer-left {
  margin-left: 30px;
  line-height: 1.3;
}
.footer-right {
  margin-left: 30px;
  line-height: 1.3;
}
}


/* IPHONE XR */
@media screen and (max-width: 420px) and (max-height: 900px) {
  
  /* === Navigation Bar === */
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    background-color: #002244;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
  }

  .nav-left {
    font-size: 18px;
    font-weight: bold;
  }

  .nav-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: #ebf5ff;
    cursor: pointer;
  }

  .lang-switch {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
  }

  .nav-center {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background-color: #004080;
    border-top: 1px solid #001d4f;
    z-index: 999;
    gap: 0px;
  }

  .nav-center.active {
    display: flex;
  }

  .nav-center a {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #e4f5ff;
    text-decoration: none;
    border-bottom: 1px solid #000306;
  }

  .hero {
    padding: 40px 16px 24px;
    text-align: center;
  }
  .hero-text {
    padding-left: 40px;
  }
  .hero-text h1, .hero-text h1 span {
    font-size: 4.5rem;
  }
  .hero-text p {
    font-size: 1.4rem;
  }



  /* === Services / Features Section === */
  #services {
    max-width: none;
    width: 100%;
    height: 100vh;
    min-height: 100dvh;
    padding: 10px 8px;
    display: flex;
  }
  .services-wrapper {
    flex-direction: column; /* stack vertically */
    height: auto; /* allow height to grow */
  }
  .services-left,
  .services-right {
    min-width: 100%; /* allow full width */
    flex: none; /* prevent flex shrinking issues */
  }
.services-left {
  padding: 30px 30px;
  min-width: 100%;
}
.services-left h2 {
  text-align: center;
  font-size: 2rem;
}
.services-left p {
  font-size: 1rem;
}
.details-button {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 70%;
  max-width: 80%;
  min-width: 60%;
  padding: 10px 20px;
}
#services {
  flex-direction: column; /* stack vertically */
}
.services-left, .services-right {
  min-width: 100%;
}
.services-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  url("/static/media/services.jpg");
  height: 300px; /* or more depending on image aspect ratio */
  background-size: cover;
  background-position: center;
}

.customers-container h2 {
  font-size: 2rem;
}
.customers-container p {
  font-size: 1rem;
  text-align: justify;
}
.logo-grid {
  gap: 20px;
}


/* /////// */
#about {
  max-width: none;
  width: 100%;
  height: 105vh;
  padding: 10px 8px;
  display: flex;
}
.about-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.about-left, .about-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.about-left {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/about1.jpg"); /* Your about image path */
  height: 300px;
  background-size: cover;
  background-position: center;
}
.about-right {
  padding: 30px 30px;
  }
.about-right h2 {
  text-align: center;
  font-size: 2rem;
}
.about-right p {
  font-size: 1rem;
}

/* === Contact Section === */
#contact {
  max-width: none;
  width: 100%;
  height: 120vh;
  min-height: 120dvh;
  padding: 10px 8px;
  display: flex;
}
.contact-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.contact-left, .contact-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.contact-left {
  padding: 30px 30px;
  }
.contact-left h2 {
  text-align: center;
  font-size: 2rem;
}
.contact-left p  {
  font-size: 1rem;
  text-align: justify;
}
.contact-left form input,
.contact-left form textarea {
  width: 100%;
  padding: 8px;
  padding-left: 6px;
  margin-bottom: 3px;
  font-size: 12px;
  color: grey;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
}
.contact-left form button {
  margin-top: 10px;
}
.contact-right {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/contact_us1.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
}


.footer-left {
  margin-left: 0px;
  line-height: 1.3;
}
.footer-right {
  margin-left: 0px;
  line-height: 1.3;
}

}


@media screen and (min-width: 330px) and (max-width: 350px) and (min-height: 860px) and (max-height: 890px) {
  /* === Global Reset & Typography === */
  

  /* === Hero / Banner Section === */
  .hero {
    padding: 40px 16px 24px;
    text-align: center;
  }

  .hero h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero img {
    max-width: 100%;
    height: auto;
    margin-top: 16px;
  }

  .hero-text {
    padding: 30px;
  }
  .hero-text h1, .hero-text h1 span {
    font-size: 3.5rem;
  }
  .hero-text p {
    font-size: 1.0rem;
  }

  /* === About Section === */
  .about {
    padding: 24px 16px;
    text-align: center;
  }

  .about h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about p {
    font-size: 14px;
  }

  /* === Services / Features Section === */
  #services {
    max-width: none;
    width: 100%;
    height: 115vh;
    padding: 10px 8px;
    display: flex;
  }
  .services-wrapper {
    flex-direction: column; /* stack vertically */
    height: auto; /* allow height to grow */
  }
  .services-left,
  .services-right {
    min-width: 100%; /* allow full width */
    flex: none; /* prevent flex shrinking issues */
  }
.services-left {
  padding: 30px 30px;
  min-width: 100%;
}
.services-left h2 {
  text-align: center;
  font-size: 2rem;
}
.services-left p {
  font-size: 1rem;
}
.details-button {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 90%;
  max-width: 80%;
  min-width: 60%;
  padding: 10px 20px;
}
#services {
  flex-direction: column; /* stack vertically */
}
.services-left, .services-right {
  min-width: 100%;
}
.services-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  url("/static/media/services.jpg");
  height: 300px; /* or more depending on image aspect ratio */
  background-size: cover;
  background-position: center;
}

.customers-container h2 {
  font-size: 2rem;
}
.customers-container p {
  font-size: 1rem;
  text-align: justify;
}
.logo-grid {
  gap: 20px;
}


/* /////// */
#about {
  max-width: none;
  width: 100%;
  height: 120vh;
  padding: 10px 8px;
  display: flex;
}
.about-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.about-left, .about-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.about-left {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/about1.jpg"); /* Your about image path */
  height: 300px;
  background-size: cover;
  background-position: center;
}
.about-right {
  padding: 30px 30px;
  }
.about-right h2 {
  text-align: center;
  font-size: 2rem;
}
.about-right p {
  font-size: 1rem;
}

/* === Contact Section === */
#contact {
  max-width: none;
  width: 100%;
  height: 130vh;
  padding: 10px 8px;
  display: flex;
}
.contact-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.contact-left, .contact-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.contact-left {
  padding: 30px 30px;
  }
.contact-left h2 {
  text-align: center;
  font-size: 2rem;
}
.contact-left p  {
  font-size: 1rem;
  text-align: justify;
}
.contact-left form input,
.contact-left form textarea {
  width: 100%;
  padding: 8px;
  padding-left: 6px;
  margin-bottom: 3px;
  font-size: 12px;
  color: grey;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
}
.contact-left form button {
  margin-top: 10px;
}
.contact-right {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/contact_us1.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
}

/* === Footer === */
footer {
  background-color: #002244;
  color: #f5f5f5;
  padding: 50px 50px;
  font-family: "Segoe UI", sans-serif;
}

footer p {
  margin: 4px 0;
}
.footer-left {
  margin-left: 0px;
  line-height: 1.3;
}
.footer-right {
  margin-left: 0px;
  line-height: 1.3;
}
/* === Utility Classes === */
.text-center {
  text-align: center;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
}


/* IPHONE 12 PRO */
@media screen and (max-width: 395px) and (max-height: 845px) {


  /* === Navigation Bar === */
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    background-color: #002244;
    position: fixed;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
  }

  .nav-left {
    font-size: 18px;
    font-weight: bold;
  }

  .nav-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: #ebf5ff;
    cursor: pointer;
  }

  .lang-switch {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
  }

  .nav-center {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background-color: #004080;
    border-top: 1px solid #001d4f;
    z-index: 999;
    gap: 0px;
  }

  .nav-center.active {
    display: flex;
  }

  .nav-center a {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #e4f5ff;
    text-decoration: none;
    border-bottom: 1px solid #000306;
  }

  /* === Hero / Banner Section === */
  .hero {
    padding: 40px 16px 24px;
    text-align: center;
  }

  .hero h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 16px;
  }

  .hero-text {
    padding: 30px;
  }
  .hero-text h1, .hero-text h1 span {
    font-size: 4.5rem;
  }
  .hero-text p {
    font-size: 1.4rem;
  }

  /* === About Section === */
  .about {
    padding: 24px 16px;
    text-align: center;
  }

  .about h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about p {
    font-size: 14px;
  }

  /* === Services / Features Section === */
  #services {
    max-width: none;
    width: 100%;
    height: 120vh;
    min-height: 120dvh;
    padding: 10px 8px;
    display: flex;
  }
  .services-wrapper {
    flex-direction: column; /* stack vertically */
    height: auto; /* allow height to grow */
  }
  .services-left,
  .services-right {
    min-width: 100%; /* allow full width */
    flex: none; /* prevent flex shrinking issues */
  }
.services-left {
  padding: 30px 30px;
  min-width: 100%;
}
.services-left h2 {
  text-align: center;
  font-size: 2rem;
}
.services-left p {
  font-size: 1rem;
}
.details-button {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 70%;
  max-width: 80%;
  min-width: 60%;
  padding: 10px 20px;
}
#services {
  flex-direction: column; /* stack vertically */
}
.services-left, .services-right {
  min-width: 100%;
}
.services-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  url("/static/media/services.jpg");
  height: 300px; /* or more depending on image aspect ratio */
  background-size: cover;
  background-position: center;
}

.customers-container h2 {
  font-size: 2rem;
}
.customers-container p {
  font-size: 1rem;
  text-align: justify;
}
.logo-grid {
  gap: 20px;
}


/* /////// */
#about {
  max-width: none;
  width: 100%;
  height: 125vh;
  min-height: 125dvh;
  padding: 10px 8px;
  display: flex;
}
.about-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.about-left, .about-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.about-left {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/about1.jpg"); /* Your about image path */
  height: 300px;
  background-size: cover;
  background-position: center;
}
.about-right {
  padding: 30px 30px;
  }
.about-right h2 {
  text-align: center;
  font-size: 2rem;
}
.about-right p {
  font-size: 1rem;
}

/* === Contact Section === */
#contact {
  max-width: none;
  width: 100%;
  height: 140vh;
  min-height: 140dvh;
  padding: 10px 8px;
  display: flex;
}
.contact-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.contact-left, .contact-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.contact-left {
  padding: 30px 30px;
  }
.contact-left h2 {
  text-align: center;
  font-size: 2rem;
}
.contact-left p  {
  font-size: 1rem;
  text-align: justify;
}
.contact-left form input,
.contact-left form textarea {
  width: 100%;
  padding: 8px;
  padding-left: 6px;
  margin-bottom: 3px;
  font-size: 12px;
  color: grey;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
}
.contact-left form button {
  margin-top: 10px;
}
.contact-right {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/contact_us1.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
}

/* === Footer === */
footer {
  background-color: #002244;
  color: #f5f5f5;
  padding: 50px 50px;
  font-family: "Segoe UI", sans-serif;
}

footer p {
  margin: 4px 0;
}
.footer-left {
  margin-left: 0px;
  line-height: 1.3;
}
.footer-right {
  margin-left: 0px;
  line-height: 1.3;
}
/* === Utility Classes === */
.text-center {
  text-align: center;
}
}


/* IPHONE SE */
@media screen and (max-width: 380px) and (max-height: 670px) {
  
  /* === Navigation Bar === */
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    background-color: #002244;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
  }

  .nav-left {
    font-size: 18px;
    font-weight: bold;
  }

  .nav-toggle {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: #ebf5ff;
    cursor: pointer;
  }

  .lang-switch {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
  }

  .nav-center {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background-color: #004080;
    border-top: 1px solid #001d4f;
    z-index: 999;
    gap: 0px;
  }

  .nav-center.active {
    display: flex;
  }

  .nav-center a {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #e4f5ff;
    text-decoration: none;
    border-bottom: 1px solid #000306;
  }

  /* === Hero / Banner Section === */
  .hero {
    padding: 40px 16px 24px;
    text-align: center;
  }

  .hero h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero img {
    max-width: 100%;
    height: auto;
    margin-top: 16px;
  }

  .hero-text {
    padding: 30px;
  }
  .hero-text h1, .hero-text h1 span {
    font-size: 4rem;
  }
  .hero-text p {
    font-size: 1rem;
  }

  /* === About Section === */
  .about {
    padding: 24px 16px;
    text-align: center;
  }

  .about h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about p {
    font-size: 14px;
  }

  /* === Services / Features Section === */
  #services {
    max-width: none;
    width: 100%;
    height: 140vh;
    padding: 10px 8px;
    display: flex;
  }
  .services-wrapper {
    flex-direction: column; /* stack vertically */
    height: auto; /* allow height to grow */
  }
  .services-left,
  .services-right {
    min-width: 100%; /* allow full width */
    flex: none; /* prevent flex shrinking issues */
  }
.services-left {
  padding: 30px 30px;
  min-width: 100%;
}
.services-left h2 {
  text-align: center;
  font-size: 2rem;
}
.services-left p {
  font-size: 1rem;
}
.details-button {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 70%;
  max-width: 80%;
  min-width: 60%;
  padding: 10px 20px;
}
#services {
  flex-direction: column; /* stack vertically */
}
.services-left, .services-right {
  min-width: 100%;
}
.services-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  url("/static/media/services.jpg");
  height: 300px; /* or more depending on image aspect ratio */
  background-size: cover;
  background-position: center;
}

.customers-container h2 {
  font-size: 2rem;
}
.customers-container p {
  font-size: 1rem;
  text-align: justify;
}
.logo-grid {
  gap: 20px;
}


/* /////// */
#about {
  max-width: none;
  width: 100%;
  height: 155vh;
  padding: 10px 8px;
  display: flex;
}
.about-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.about-left, .about-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.about-left {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/about1.jpg"); /* Your about image path */
  height: 300px;
  background-size: cover;
  background-position: center;
}
.about-right {
  padding: 30px 30px;
  }
.about-right h2 {
  text-align: center;
  font-size: 2rem;
}
.about-right p {
  font-size: 1rem;
}

/* === Contact Section === */
#contact {
  max-width: none;
  width: 100%;
  height: 165vh;
  padding: 10px 8px;
  display: flex;
}
.contact-wrapper {
  flex-direction: column; /* stack vertically */
  height: auto; /* allow height to grow */
}
.contact-left, .contact-right {
  min-width: 100%; /* allow full width */
  flex: none; /* prevent flex shrinking issues */
}
.contact-left {
  padding: 30px 30px;
  }
.contact-left h2 {
  text-align: center;
  font-size: 2rem;
}
.contact-left p  {
  font-size: 1rem;
  text-align: justify;
}
.contact-left form input,
.contact-left form textarea {
  width: 100%;
  padding: 8px;
  padding-left: 6px;
  margin-bottom: 3px;
  font-size: 12px;
  color: grey;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
}
.contact-left form button {
  margin-top: 10px;
}
.contact-right {
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("/static/media/contact_us1.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
}

/* === Footer === */
footer {
  background-color: #002244;
  color: #f5f5f5;
  padding: 50px 50px;
  font-family: "Segoe UI", sans-serif;
}

footer p {
  margin: 4px 0;
}
.footer-left {
  margin-left: 0px;
  line-height: 1.3;
}
.footer-right {
  margin-left: 0px;
  line-height: 1.3;
}

}



@media screen and (max-width: 360px) and (max-height: 740px) {
  /* === Global Reset & Typography === */
  
  .hero-text h1, .hero-text h1 span {
    font-size: 3.8rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
  /* === Services / Features Section === */
  #services {
    max-width: none;
    width: 100%;
    height: 120vh;
    padding: 10px 8px;
    display: flex;
  }
  
  #customers {
    width: 100%;
    max-width: 100%;
    background-color: #f0f4f8;
    padding: 50px 20px;
    text-align: center;
  }
/* /////// */
#about {
  max-width: none;
  width: 100%;
  height: 140vh;
  padding: 10px 8px;
  display: flex;
}

/* === Contact Section === */
#contact {
  max-width: none;
  width: 100%;
  height: 150vh;
  padding: 10px 8px;
  display: flex;
}
}