@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;
}
.mob-none {
  display: bloc;
}
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;
}

.hero-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding-bottom: 0;
  background: linear-gradient(180deg, #e3effd 0%, #f9fbff 100%);
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 24px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 18px;
  color: #223548;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-button {
  background-color: #0062cc;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: none;
}

.cta-button:hover {
  background-color: #0056b3;
}

.hero-image {
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}
img.logoimg {
  width: 100%;
  max-width: 150px;
  object-fit: cover;
}
img.sapimg {
  max-width: 30%;
}
.info-section {
  padding: 80px 0;
}

.info-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 24px;
  line-height: 1.2;
}

.info-section p {
  font-size: 16px;
  color: #495057;
  margin-bottom: 20px;
  line-height: 1.6;
}

.sap-highlight span {
  display: inline-block;
  transform: skew(15deg);
}

.video-container {
  position: relative;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button i {
  color: #000;
  font-size: 30px;
  margin-left: 5px; /* Offset slightly for play icon */
}

.play-button:hover {
  background-color: #f0f0f0;
}

.grow-with-sap {
  background: url("../image/bg.png") no-repeat center/cover;
  padding-top: 4em;
  padding-bottom: 4em;
}

.hero-section-2.neural-bg .main-title {
  color: #fff;
  text-align: center;
}

.challenges-table {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #e3effd 0%, #f9fbff 100%);
}

.challenges-table .table {
  margin-bottom: 0;
  border: 1px solid #b0cbf1;
}

.table th {
  background-color: #0066cc;
  color: white;
  text-align: center;
  padding: 1rem;
  border: none;
}

.table td {
  text-align: center;
  padding: 1rem;
  border-color: #e6e6e6;
  color: #333;
}

.cta-button {
  background-color: #0066cc;
  color: white;
  border: none;
  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;
}

.cta-button:hover {
  background-color: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.network-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}

.network-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 247, 255, 0.5);
  border-radius: 50%;
}

.line {
  position: absolute;
  height: 1px;
  background-color: rgba(0, 247, 255, 0.2);
  transform-origin: 0 0;
}

.hero-section-2.neural-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4em;
}

.main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.pillar-card {
  background-color: #fff9e6;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.pillar-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.pillar-list {
  padding-left: 20px;
}

.pillar-list li {
  margin-bottom: 15px;
  color: #444;
  line-height: 1.5;
}

.download-btn {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 50px auto 0;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
section.three-pillars,
section.real-businesss,
section.form-section,
section.strategiesCarousel,
section.faq-section,
section.ai-powered {
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100%;
}
section.three-pillars .container {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.dashboard-box-parent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

img.dashboard-img {
  width: 100%;
  height: auto;
  max-width: 47em;
}
.img-box {
  padding: 20px 30px;
  border-radius: 20px;
  min-height: 43em;
  height: 100%;
}
.img-box:nth-child(1) {
  background-color: #ecf6eb;
}
.img-box:nth-child(2) {
  background-color: #e6eefb;
}

.hero-section-2.neural-bg h1.rb-title.main-title {
  color: #000;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-container {
  height: 100%;
}
img.form-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

section.form-section .container {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
form#growthJourneyForm {
  background: #f5f8ff;
  padding: 2em;
  border-radius: 25px;
}
button.btn.btn-primary.submit-btn {
  width: 100%;
}

/* .faq-container {
  max-width: 800px;
  margin: 0 auto;
} */

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  cursor: pointer;
}

.faq-question {
  color: #222;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.faq-chevron {
  color: #1976d2;
  position: absolute;
  left: 0;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.faq-answer {
  display: none;
  padding: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.faq-chevron {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
  transform: rotate(90deg);
}

.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;
}

.small-text {
  font-size: 14px;
  color: #6c757d;
}

.slider-box {
  background: #f5f8ff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #b0cbf1;
}
h2.box-title {
  font-size: 18px;
  font-weight: 600;
  color: #0e161e;
}
p.box-para {
  font-size: 14px;
  font-weight: 400;
  color: #223548;
}

.swiper.mySwiper {
  position: relative;
  padding-bottom: 4em;
}
.swiper-button-prev {
  top: 85% !important;
  left: 47% !important;
}
.swiper-button-next {
  top: 85% !important;
  left: 52% !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  color: #fff;
  background: #0057d2;
  padding: 15px 20px;
  border-radius: 50%;
}
.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled::after {
  background: #e9ebed;
  color: #000;
  font-weight: 600;
  opacity: 1;
}

.feature-card {
  background-color: #f1f5fb;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

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

.feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
}

.feature-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}

.ft-card-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
section.ai-powered h2.main-title {
  max-width: 90%;
  text-align: left;
  line-height: 1.3;
}
h2.black-title.main-title {
  margin-bottom: 0.5em;
}

button.cta-button a {
  color: #fff;
  padding: 0.8rem 1.5rem;
}

.cta-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  text-transform: none;
}
.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;
    max-height: 100%;
    overflow-y: scroll;
}

/* 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 !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.col-lg-12.flex-center {
  flex-direction: column;
  gap: 2em;
}

.cta-section {
  display: flex;
  width: 100%;
  padding: 4em 0;
  align-items: center;
  gap: 10px;
  background: #d1efff;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-text h2.page-title.main-title{
  text-align: left;
  max-width: 65%;

}

.cta-text p {
  margin: 0;
  font-size: 18px;
  color: #223548;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}


.link-btn {
  font-size: 14px;
  color:  #0057D2;
  text-decoration: underline;
  cursor: pointer;
}