@import url("./font-style.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "72", sans-serif;
}
a {
  text-decoration: none;
}
.desk-hide{
  display: none;
}
.mob-none {
  display: block;
}
ul.navlist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  transition: all 0.3s ease-in-out;
}
header.main-header {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 25px;
}
ul.navlist {
  margin: 0;
}
header.main-header .col-lg-7 {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.navlist li a {
  color: #000;
  margin: 0;
  font-size: 18px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.main-banner-section {
  width: 100%;
  padding-top: 3em;
  background: linear-gradient(180deg, #e3effd 0%, #f9fbff 100%);
}

.sap-logo {
  max-width: 100px;
  margin-bottom: 1.5rem;
}
img.logoimg {
  width: 100%;
  max-width: 150px;
  object-fit: cover;
}
h1.banner-title {
  max-width: 80%;
  line-height: 1.3;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}

.subheading {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.cta-button {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-transform: none;
}

.cta-button:hover {
  background-color: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.form-container {
  background-color: #f5f8ff;
  border-radius: 8px;
  padding: 2rem;
  border: 1px solid #e9ecf5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.form-control {
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
}

.form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.dropdown-toggle {
  width: 100%;
  text-align: left;
  background-color: white;
  color: #6c757d;
  border: 1px solid #e0e0e0;
  padding: 0.75rem;
}

.dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.required:after {
  content: "*";
  color: #000;
}

.btn-submit {
  width: 100%;
  background-color: #0066cc;
  border: none;
  padding: 0.75rem;
  font-size: 1.1rem;
  margin-top: 1rem;
}

.img-people {
  max-width: 100%;
  max-height: 25em;
  margin-top: 2rem;
  height: 100%;
}

section.box-section {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
}

.main-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.subtitle {
  font-size: 1.2rem;
  text-align: center;
  color: #444;
  margin-bottom: 40px;
}

.stat-card {
  background-color: #f8f9fe;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #b0cbf1;
}

.stat-number {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.stat-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

.positive-stat {
  color: #0066cc;
}

section.box-section {
  background-color: #fff;
}

.stat-card.right-side-1,
.stat-card.stat-card.right-side-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  border-radius: 25px 0px 0px 25px;
  background: #003074;
  padding: 0;
  padding-right: 5em;
  max-width: 80%;
  width: 100%;
}
section.third-section,
section.drives-growth,
section.multi-cards-section,
section.leading-companies {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
}
.card-parent {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  align-items: flex-end;
}
.card-parent .stat-description,
.card-parent .stat-number {
  color: #fff;
  margin: 0;
}
.card-parent .stat-description {
  color: #b0cbf1;
  max-width: 60%;
}

.light-blue-box {
  background: #0057d2;
  padding: 20px;
  border-radius: 25px 0 0 25px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}

.form-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.logo img {
  max-width: 180px;
  height: auto;
}

.contact-info {
  margin-top: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-icon {
  margin-right: 15px;
  color: #118c42;
  font-size: 20px;
  min-width: 20px;
}

.contact-text {
  color: #333;
}

.contact-text a {
  color: #333;
  text-decoration: none;
}

.contact-text a:hover {
  color: #118c42;
}

.footer-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eaecee;
  margin-right: 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.text-left {
  text-align: left;
}

.stats-container {
  margin-bottom: 3rem;
}

.stat-box {
  text-align: center;
  padding: 1.5rem 0rem;
  height: 100%;
  border-right: 1px solid #99a2ab;
}

.col-md:last-child .stat-box {
  border: none;
}

.stat-icon {
  color: var(--primary-color);
  font-size: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.stat-percentage {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #0e161e;
}

.stat-description {
  color: #223548;
  font-size: 1rem;
}

.cta-container {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.strategy-card {
  background-color: #f5f8ff;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  border: 1px solid #b0cbf1;
  transition: all 0.3s ease;
}

.strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.strategy-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 1rem;
  color: #0e161e;
  line-height: 1.3;
}

.strategy-stats {
  font-size: 18px;
  color: #223548;
  line-height: 1.3;
}

.cta-container {
  text-align: center;
  margin-top: 3rem;
}

.company-card {
  background-color: #f5f8ff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #b0cbf1;
}

.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.company-logo {
  display: block;
  max-width: 100%;
  height: 35px;
  margin-bottom: 20px;
  object-fit: contain;
}

.company-description {
  color: #0e161e;
  font-size: 18px;
  line-height: 1.5;
}
section.third-section {
  position: relative;
  overflow-x: hidden;
  min-height: 22em;
}



.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.form-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 550px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* Header with Close Button */
.popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2em;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  transition: 0.3s;
}

.close-btn:hover {
  color: red;
}

.form-label {
  font-weight: 500;
}

/* Mandatory Fields */
.mandatory::after {
  content: " *";
  color: red;
  font-weight: bold;
}

/* Submit Button */
.btn-submit {
  width: 100%;
  height: 50px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #0056b3;
}

h5.form-main-title {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  color: #000;
}
button.close-btn {
  position: absolute;
  right: -0.5em;
  top: -0.5em;
}

button.cta-popup-button {
  background: #0e161e;
  border: none;
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  padding: 7px 15px;
  border-radius: 10px 0 0 10px;
}
button.cta-popup-button a {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.col-lg-12.flex-center {
  flex-direction: column;
  gap: 2em;
}
button.cta-button a {
  color: #fff;
  padding: 0.8rem 1.5rem;
}


.main-form-container {
  background-color: #f5f8ff;
  border-radius: 8px;
  padding: 2rem;
  border: 1px solid #e9ecf5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}