/* about.css: About Us page styles */

/* Import Inter font */
body {
  font-family: 'Inter', Arial, sans-serif;
  background: #F8F9FA;
  color: #1e2833;
  margin-top: 70px;
  overflow-x: hidden;
}

/* Navbar & General UI */
.navbar-toggler { border: none !important; box-shadow: none !important; background: transparent !important; }
.navbar-brand img { height: 32px; margin-right: 8px; }
.nav-brand-name { font-size: 16px; color: #0272cb; font-weight: 600; margin-left: 8px; padding-bottom: 8px; white-space: nowrap; letter-spacing: 0px; }
.navbar-toggler .bi-list { color: #647CFF; transition: color 0.16s; }
.navbar-toggler:active .bi-list, .navbar-toggler:focus .bi-list { color: #0015ff; }

@media (min-width: 992px) {
  .navbar-nav { justify-content: center; width: 100%; gap: 24px; }
  .navbar-collapse { justify-content: center; }
}
@media (max-width:991px) {
  .navbar-nav { gap: 0; }
  .demo-btn { width: 100%; margin-top: 1rem; }
}
.navbar-nav .nav-link { padding-right: 1rem; color: #333; font-weight: 500; transition: color 0.2s; }
.nav-link.active, .nav-link:active { color: #0272cb !important; font-weight: bold; }

/* Dropdown styling */
.dropdown-menu { border-radius: 8px; box-shadow: 0 4px 20px rgba(100,124,255,0.07); border: 1px solid #e5e5e5; min-width: 230px; }
.dropdown-item { font-size: 0.98rem; transition: background 0.1s, color 0.2s; }
.dropdown-item:hover { background: #647CFF; color: #fff; }

/* CTA Button */
.demo-btn {
  white-space: nowrap;
  background: #ff8800;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  padding: 0.7rem 2.1rem;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(255,136,0,0.14);
  letter-spacing: 0.01em;
  display: inline-block;
  vertical-align: middle;
}
.demo-btn:hover, .demo-btn:focus {
  background: #ff7100;
  color: #fff;
  box-shadow: 0 2px 10px rgba(255,136,0,0.18);
}

/* General Grid & Sections */
.navbar { background: #fff; border-bottom: 1px solid #e5e5e5; }
.nav-links ul { display: flex; list-style: none; margin: 0; padding: 0; }

/* Button */
.nav-action .btn-orange, .btn-orange {
  background: #ff7700;
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: background .2s;
  display: inline-block;
  cursor: pointer;
}
.btn-orange:hover, .nav-action .btn-orange:hover { background: #d45d00; }

/* ABOUT INTRO BANNER */
.about-intro { padding: 70px 18px 0 18px; text-align: center; }
.about-intro h1 { color: #1283d8; font-size: 2rem; margin-bottom: 18px; font-weight: 700; }
.about-logo-banner { background: #1283d8; border-radius: 10px; padding: 34px 0 24px 0; margin-left: 10%; margin-right: 10%; margin-bottom: 24px; position: relative; }
.about-logo-banner img { height: 70px; margin-bottom: 12px; }
.about-logo-banner h2 { color: #fff; font-size: 2.2rem; font-weight: 700; margin: 0; }
.about-desc { margin: 0 auto 32px auto; max-width: 80%; text-align: left; }
.about-desc p { font-size: 1rem; line-height: 1.6; color: #263342; }

@media (max-width: 700px) {
  .about-intro,
  .about-logo-banner,
  .about-desc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (max-width: 700px) {
  .about-intro {
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0px;
    box-sizing: border-box;
  }
  .about-intro h1,
  .about-logo-banner,
  .about-desc {
    padding-left: 0;
    padding-right: 0;
  }
}



/* OBJECTIVES */
.objectives { max-width: 1200px; margin: 0 auto; padding: 12px 18px 36px 18px; }
.objectives-row { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.objective-col { background: #fff; border-radius: 10px; box-shadow: 0 1px 7px rgba(36, 72, 97, 0.07); min-width: 300px; flex: 1 1 320px; padding: 26px 20px; text-align: left; }
.objective-col h3 { color: #1283d8; margin-top: 0; font-size: 1.1rem; font-weight: 700; }
.objective-col p { font-size: 0.98rem; margin-bottom: 0; }
.how-we-do { text-align: center; font-weight: 700; color: #1283d8; font-size: 1.12rem; margin-bottom: 10px; }
.objectives-row.cards { margin-bottom: 0; }
.objective-card { background: #fff; border-radius: 10px; box-shadow: 0 1px 7px rgba(36, 72, 97, 0.08); min-width: 250px; flex: 1 1 280px; padding: 18px 14px; margin-bottom: 12px; }
.objective-card h5 { color: #ff7700; margin: 0 0 8px 0; font-size: 1.04rem; font-weight: 700; }
.objective-card p { font-size: 16px; line-height: 150%; color: rgb(53, 53, 53); }



/* CERTIFICATIONS */
.certifications {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 24px 0 0px 0;
  background-color: #4a90fe;
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.cert-card img {
  height: 90px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(36, 72, 97, 0.06);
  padding: 8px;
}

/* Connect Us Section */
.connect {
  display: flex;
  align-items: center; /* <- ensure vertical CENTER alignment */
  justify-content: center; /* <- total horizontal CENTER alignment */
  gap: 24px;
  padding: 58px 12px 58px 12px ;
  background-color: #4a90fe;
  width: 100vw;
  box-sizing: border-box;
  min-height: 260px; /* Force section height for centering */
}
.certifications {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.cert-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(80,120,200,0.06);
  padding: 18px;
  display: block;
}
.connect-us-content {
  min-width: 320px;
  max-width: 320px;
  margin: 0 32px;
}
.connect-us-content h2 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.connect-us-content p {
  font-size: 1.18rem;
  color: #fff;
  margin-bottom: 0;
}
.contact-form {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.contact-form input[type="email"],
.contact-form input[type="text"] {
  padding: 18px 22px;
  border: none;
  border-radius: 15px;
  font-size: 1.1rem;
  background: #f5f8fd;
  color: #222;
  min-width: 230px;
  height: 56px;
  outline: none;
  text-align: left;
}

.contact-form input[type="email"]:focus,
.contact-form input[type="text"]:focus {
  border: 2px solid #57C54C;
  background: #f5f8fd;
}

.contact-form .demo-btn {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8800;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 10px 16px 10px 16px;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 0 1px 6px rgba(255,136,0,0.10);
  cursor: pointer;
  transition: background 0.2s;
}
.contact-form .demo-btn:hover { background-color: #e68200; color: #fff; }

/* Responsive: Stack fields and button */
@media (max-width: 700px) {
  .connect {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 16px 6px;
  }
  .contact-form {
    flex-direction: column;
    align-items: center;
    gap: 13px;
    width: 100%;
    max-width: 350px;
  }
  .contact-form input[type="email"], .contact-form input[type="text"] { width: 100%; max-width: 220px; }
  .contact-form .demo-btn { width: 100%; max-width: 220px; padding: 10px 16px 10px 16px; }
}



/* FOOTER styles */
footer {
  background: #1e2833;
  color: #fff;
  padding: 0;
  font-size: 15px;
  margin-top: 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1fr 2.2fr;
  gap: 32px;
  padding: 38px 32px 0 32px;
}

.footer-col h3,
.footer-col h4 {
  color: #ff7700;
  margin-bottom: 8px;
  margin-top: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

/* NEW: Brand header with logo beside text */
.footer-brand h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: #F36F21;
  font-size: 1.35rem;
}

.footer-logo {
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
  /* Optional: border-radius: 4px; */
}

/* List and link styles */
.footer-brand ul,
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li,
.footer-brand ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-brand ul li,
.footer-brand ul li a {
  color: #fff;
}

.footer-col ul li a {
  color: #e8f3fd;
  text-decoration: none;
  font-size: 15px;
}

.footer-col ul li a:hover {
  color: #ff7700;
  text-decoration: underline;
}

.footer-contact p {
  margin: 0 0 10px 0;
}

.text-orange {
  color: #ff7700;
}

.footer-bottom {
  background: #151c22;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}

.footer-icon svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

/* Responsive footer grid */
@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 32px 18px 0 18px;
  }
}

@media (max-width: 700px) {
  .footer-main {
    grid-template-columns: 1fr;
    padding: 24px 12px 0 12px;
    gap: 18px;
  }
  .footer-col {
    margin-bottom: 18px;
  }
}

/* Optional: links transition */
a, button {
  transition: all .2s;
}
