* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Rubik", sans-serif;
}

/*================================================
header - section
=================================================*/

.main-header {
  background: #f7fafe;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.logo img {
  height: 180px;
  margin-top: -60px;
  margin-bottom: -60px;
  display: block;
}

/* Desktop Nav */
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  color: #000;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 15px;
}

.nav-links li a.active,
.nav-links li a:hover {
  color: #0080c6;
}

.simple-dropdown {
  list-style: none;
  position: absolute;
  top: 173%;
  left: 0;
  background: #fff;
  width: 220px;
  border-radius: 6px;
  display: none;
  flex-direction: column;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.dropdown:hover .simple-dropdown {
  display: flex;
}

.simple-dropdown li a {
  padding: 10px 20px;
  display: block;
  color: #111;
}

.simple-dropdown li a:hover {
  background: #f0f0f0;
  color: #0080c6;
}

/* Contact Us Button */
.btn-header {
  background-color: #0080c6;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}

.btn-header:hover {
  background-color: #005a99;
}

/* Mobile Toggle */
.menu-toggle {
  font-size: 28px;
  color: #000;
  cursor: pointer;
  display: none;
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: linear-gradient(to right, #e6fbff, #ffffff);
  color: black;
  padding: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.logo-text {
  font-size: 20px;
  font-weight: bold;
  color: #0080c6;
}

.close-btn {
  font-size: 28px;
  cursor: pointer;
}

.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-links li {
  border-bottom: 1px solid black;
}

.mobile-nav-links a {
  color: black;
  text-decoration: none;
  padding: 14px 0;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.mobile-nav-links a.active {
  color: #0080c6;
}

.dropdown-mobile .arrow {
  float: right;
  transition: transform 0.3s ease;
}

.dropdown-mobile.open .arrow {
  transform: rotate(180deg);
}

.mobile-submenu {
  display: none;
  list-style: none;
  padding-left: 10px;
  background: linear-gradient(to right, #e6fbff, #ffffff);
}

.mobile-submenu.open {
  display: block;
}

.mobile-submenu li a {
  font-size: 14px;
  color: black;
  padding: 12px 0;
  border-bottom: 1px solid #333;
}

/*================================================
hero - section
=================================================*/
.about-banner {
  background: url("images/About/hero-banner.png") center center/cover no-repeat;
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner-overlay {
  background-color: rgba(15, 20, 27, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  color: #fff;
  text-align: left;
  max-width: 1200px;
  width: 90%;
  font-weight: 600;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 10px;
}

.banner-content p {
  font-size: 18px;
  color: #ffff;
}

.banner-content p a {
  color: #033d57;
  text-decoration: none;
  font-weight: 700;
}

.banner-content p span {
  margin: 0 8px;
  color: #fff;
}

/*================================================
contact - section
=================================================*/
section.consultation-section {
  padding: 77px 0;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  justify-content: space-between;
}
.simple-section-heading {
  text-align: center;
  margin-bottom: 20px;
  color: #0080c6;
  font-size: 30px;
}

.left-section,
.right-section {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.left-section h2 {
  font-size: 30px;
  margin-bottom: 17px;
  color: #0080c6;
  font-weight: 600;
}

.left-section p {
  color: #00294e;
  font-size: 15px;
  margin-bottom: 49px;
  line-height: 1.5;
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 4px;
}

.step-number {
  position: relative;
  background: #0080c6;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-right: 12px;
}

/* Dashed line from Step 1 circle to Step 2 circle */
.step:first-of-type .step-number::after {
  content: "";
  position: absolute;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 52px;
  background: repeating-linear-gradient(
    to bottom,
    #0080c6,
    #0080c6 4px,
    transparent 4px,
    transparent 8px
  );
}

.step-content strong {
  color: #004080;
  display: block;
  font-size: 21px;
  font-style: italic;
  line-height: 1.6;
  margin-top: -2px;
}

.step-content small {
  color: #00294e;
  font-weight: 400;
  font-size: 14px;
}

.consultant {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.consultant img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.consultant-info h4 {
  font-size: 20px;
  margin: 0;
  color: #1a3c8b;
  font-style: italic;
}

.consultant-info span {
  font-size: 14px;
  color: #333;
}

.schedule-call {
  background: linear-gradient(to right, #0da1eb, #81d4fa);
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* or center */
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-right: 10px;
}

.brands img {
  height: 34px;
  max-width: 120px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brands img:hover {
  transform: scale(1.05);
}

.form-box {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
}

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

.form-row .form-group {
  flex: 1 1 calc(50% - 10px); /* half width minus gap */
  min-width: 200px;
}

.form-row input {
  flex: 1;
}

.form-box input,
.form-box textarea {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  transition: 0.3s;
}

.form-box input:focus,
.form-box textarea:focus {
  background: #fff;
  border-color: #0080c6;
  outline: none;
}

.submit-wrap {
  display: flex;
  justify-content: flex-end;
}

.form-box button {
  padding: 14px 36px;
  background: #0080c6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.form-box button:hover {
  background: #005a99;
}
.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 30px; 
  padding: 0 5%;
  flex-wrap: wrap;
  margin: 32px 0;
}

.hr1 {
  border: none;
  border-top: 1px solid #ddd;
  margin: 43px 72px 56px;
  position: relative;
  z-index: 1;
}
.contact-box {
  height: 220px;
  flex: 1 1 45%;
  background-color: #fff;
  border: 1px solid #00a0e3;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; 
}

.contact-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  line-height: 1.1;
  display: flex;
  justify-content: flex-start;
}

.contact-box i {
  font-size: 22px;
  color: #0080c6;
  margin-right: 15px;
  min-width: 25px;

}

.map-box {
  flex: 1 1 50%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 20px; 
  height: 220px; 
}


.map-box iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 220px;
  border: 0;
  display: block;
}
/* ===============================
   Footer Section
================================== */
.footer {
  background: #eafbfd;
  padding: 80px 40px 30px;
  color: #4b4b4b;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.footer-map {
  position: absolute;
  right: 20%;
  top: 40%;
  transform: translateY(-30%);
  z-index: 0;
  /* opacity: 0.08; */
  animation: slideSideways 7s ease-in-out infinite;
}
@keyframes slideSideways {
  0% {
    transform: translateX(0) translateY(-40%);
  }
  50% {
    transform: translateX(30px) translateY(-40%);
  }
  100% {
    transform: translateX(0) translateY(-40%);
  }
}
.footer-map img {
  width: 600px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-container {
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-about {
  flex: 2 1 400px;
  max-width: 500px;
}

.footer-logo {
  max-width: 100%;
  margin-bottom: -84px;
  margin-top: -126px;
}

.footer-column h3 {
  margin-bottom: 16px;
  color: #000;
  font-size: 20px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 10px;
  color: #6b6b84;
}

.footer-column a {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
}

.footer .footer-column ul li a:hover {
  color: #0080c6 !important;
}

.footer-column .info-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0;
}

.footer-column .info-line i {
  color: #0080c6;
  font-size: 18px;
  min-width: 20px;
  margin-top: 4px;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
  font-size: 16px;
  background: #6b6b84;
  padding: 8px;
  border-radius: 4px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #0080c6;
  color: white;
}

.footer-bottom {
  font-size: 15px;
  color: #666;
  padding: 0 -12px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.footer-bottom a,
span {
  color: #0080c6;
  margin-top: -0px;
  text-decoration: none;
}

.footer p:last-child {
  margin-bottom: 20px;
}
a[href="index.html"]:hover {
  color: #073e57;
}

a[href="index.html"]:hover span {
  color: #073e57;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 90px 4px 30px;
  position: relative;
  z-index: 1;
}
