* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1.6;
  align-items: center;
  overflow-y: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

.container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

.container-c {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

.container-m {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top-bar {
  background-color: #fff;
  color: #333;
  padding: 10px 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 
  position: relative;
  z-index: 1000; 
  width: 100%;
}

.top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.contact-links a {
  color: #222222;
  text-decoration: none;
  margin-left: 10px;
  font-size: 14px;
  transition: opacity 0.3s;
}

.contact-links a:hover {
  opacity: 0.8;
}

.contact-links i {
  margin-right: 5px;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 20px 80px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  background-image: url('resource/BG_line_graphic.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 80%; 
  opacity: 1;
  justify-content: center;
}

.content-banner{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 50px 20px 0px;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.logo {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
}

.banner-content {
  flex: 1;
  min-width: 380px;
  /* max-width: 800px; */
  padding-right: 50px;
  z-index: 1;
}

.banner h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #222;
}

.banner p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #2081c3;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #2081c3;
}

.banner-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.content-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 80px 80px;
  border-bottom: 1px solid #fff;
}

.content-m-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

.content-m-section.reverse {
  flex-direction: row-reverse;
}

.content-section.reverse {
  flex-direction: row-reverse;
}

.section-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
  padding: 40px;
}

.section-image-reverse {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: flex-start;
  padding: 40px;
}

.banner-section-image {
  min-width: 300px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  padding: 20px;
  height: 500px;
  margin: 0 auto;
}

/* .image-banner-placeholder {
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: #e0e5ff;
  border-radius: 10px;
} */

.image-banner-placeholder {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: #e0e5ff;
  border-radius: 10px;
}

/* .banner-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 10px;
  padding: 0px;
  text-align: center;
}

.banner-image-overlay h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

 .banner-image-overlay p {
  font-size: 14px;
  font-weight: 500;
  max-width: 80%;
} 

.banner-image-overlay p {
  font-size: 14px;
  font-weight: 500;
  max-width: 80%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  display: block;
}*/

.image-s-placeholder {
  width: 100%;
  min-width: 400px;
  min-height: 320px;
  background-color: #e0e5ff;
  border-radius: 10px;
}


.banner-s-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 10px;
} 

.banner-d-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 10px;
} 


.banner-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Ensures text is vertically centered */
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2); /* Adds slight opacity for better contrast */
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  overflow: hidden; /* Prevents text from overflowing */
}

.banner-image-overlay h2 {
  font-size: 24px;
  margin-bottom: 10px;
  max-width: 90%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000; /* Ensures visibility on dark background */
}

.banner-image-overlay p {
  font-size: 14px;
  font-weight: 400;
  max-width: 90%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 14; /* Limits text to 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden; /* Truncates overflow */
  text-overflow: ellipsis;
  color: #000;
}

.banner-m-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}


.image-placeholder {
  width: 100%;
  max-width: 580px;
  max-height: 280px;
  background-color: #e0e5ff;
  border-radius: 10px;
}

.section-text {
  flex: 1;
  max-width: 500px;
  padding: 50px;
  align-items: center;
  text-align: left;
}

.section-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #222;
}

.section-text p {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}

.secondary-button {
  background-color: transparent;
  color: #2081c3;
  border: 2px solid #2081c3;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.secondary-button:hover {
  background-color: #2081c3;
  color: white;
}

.contact-section {
  /* background-image: url('resource/ContactUs.jpg');  */
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  min-height: 600px;
}

.contact-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #222;
}

.contact-form {
  max-width: 500px;
  min-width: 300px;
  width: 100%;
  margin: 0 50px;
  padding: 50px;
  border-radius: 10px;
  background:   #223556; 
  backdrop-filter: blur(8px);
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
  flex: 1;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bolder;
  font-size: 12px;
  color: #fff;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 2px solid #979797;
  font-size: 13px;
  color: #666;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-group input {
  width: auto;
}

.checkbox-group label {
  margin-bottom: 0;
}

.submit-button {
  background-color: white;
  color:  #53728E;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  width: 100%;
  margin-top: 20px;
}

.submit-button:hover {
  background-color:  #223556;
}

footer {
  background-color:   #223556;
  color: #fff;
  padding: 25px 0;
  width: 100%;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.footer-links {
  display: flex;
  gap: 10px;
  font-size: 12px;
  margin-top: 5px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.footer-links a:hover {
  color: #b2b2b2;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .banner-section-image {
    min-width: 100%;
    height: auto;
    max-height: 500px;
  }
  
  .banner-content {
    padding: 0 20px;
  }
  
  .image-banner-placeholder {
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .content-banner{
    padding: 50px 20px 10px;
  }

  .banner-image-overlay h2 {
    font-size: 24px;
  }
  
  .banner-image-overlay p {
    font-size: 14px;
  }

  .top-bar-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
  }
  
  .empty-space {
    display: none;
  }
  
  .contact-links {
    margin-top: 0;
  }
  
  .contact-links a {
    margin-left: 10px;
    font-size: 13px;
  }
  
  .contact-links a:first-child {
    margin-left: 0;
  }
  
  /* Banner */
  .banner {
    flex-direction: column;
    text-align: center;
    padding: 50px 20px 40px;
    background-size: 150%;
  }
  
  .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
  
  .logo img {
    width: 150px;
    height: auto;
  }
  
  .banner-content {
    padding: 0 20px;
    margin-bottom: 40px;
    min-width: 100%;
  }
  
  .banner h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  
  .banner p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  
  .banner-section-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    padding: 0 20px;
  }
  
  .image-banner-placeholder {
    height: auto;
    max-height: 400px;
  }
  
  .content-m-section,
  .content-m-section.reverse {
    flex-direction: column;
    padding: 30px 20px;
    margin: 20px 0;
  }
  
  .section-text {
    padding: 30px 20px;
    max-width: 100%;
    text-align: center;
  }
  
  .section-image,
  .section-image-reverse {
    justify-content: center;
    padding: 20px;
    min-width: 100%;
  }
  
  .section-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .image-placeholder {
    height: 220px;
    max-width: 100%;
  }
  
  .contact-section {
    padding: 40px 20px;
    justify-content: center;
  }
  
  .contact-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .contact-form {
    padding: 50px;
    margin: 0;
    min-width: 280px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .top-bar {
    padding: 5px 10px;
  }

  .content-banner{
    padding: 50px 20px 10px;
  }
  
  .contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  
  .banner {
    padding: 50px 15px 30px;
  }
  
  .logo {
    left: 15px;
  }
  
  .logo img {
    width: 120px;
  }
  
  .banner h1 {
    font-size: 26px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: -10px;
  }
  
  .banner p {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
  }
  
  .banner-section-image {
    padding: 0 15px;
    max-height: 300px;
  }
  
  .section-text {
    padding: 20px 15px;
  }
  
  .section-text h2 {
    font-size: 24px;
  }
  
  .section-text p {
    font-size: 14px;
  }
  
  .section-image,
  .section-image-reverse {
    padding: 15px;
  }
  
  .image-placeholder {
    height: 180px;
  }
  
  .contact-section {
    padding: 30px 15px;
  }
  
  .contact-form {
    padding: 50px;
  }
  
  .form-group label {
    font-size: 12px;
  }
  
  .form-group input,
  .form-group select {
    padding: 8px;
    font-size: 13px;
  }
  
  .submit-button {
    padding: 10px;
    font-size: 14px;
  }
  
  .footer-container {
    padding: 0 15px;
  }
  
  .footer-logo img {
    width: 120px;
    height: auto;
  }
}


