@import url("/wp-content/themes/imajiner/paidmedia-assets/styles/font-style.css?x99025");
* {
  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;
}
ul.navlist li a {
  color: #000;
  margin: 0;
  font-size: 18px;
}

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

.hero-content h1 {
  font-size: 40px;
  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;
  position: absolute;
  right: 0;
  padding: 0;
  top: 0;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}
img.logoimg {
  width: 100%;
  max-width: 150px;
  object-fit: cover;
}

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

.main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
section.form-section,
section.multi-cards-section {
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100%;
}
.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;
} */

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

.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: 18px;
  font-weight: 600;
  color: #333;
  padding-left: 2em;
}

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

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

.footer-links a, .footer-heading a {
  color: #0E161E;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 500;
}

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

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 */

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;
}
.desk-hide {
  display: none;
}
.cta-container {
  text-align: center;
  margin-top: 3rem;
}

.info-card {
  background-color: #f5f8ff;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  margin-bottom: 20px;
  border: 1px solid #b0cbf1;
  transition: all 0.3s ease-in-out;
}
.info-card p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #223548;
  font-weight: 500;
}
.icon-container {
  margin-bottom: 15px;
}
img.logoimg.sap-logo {
  max-width: 100px;
}
.contact-text p {
  margin: 0;
}
h3.footer-main-heading {
  line-height: 1.3;
  color: #0e161e;
  font-weight: 600;
  font-size: 18px;
}

/* ThankYou Section  */
section.thankyou {
  padding-top: 4em;
  padding-bottom: 4em;
  min-height: 45vh;
  background: url(/wp-content/themes/imajiner/paidmedia-assets/image/thankyou-bg.svg?x99025) center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
h3.thankyou-heading {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #0e161e;
}
p.thankyou-first-para {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #223548;
}
p.thankyou-sec-para {
  text-align: center;
  font-size: 22px;
  color: #223548;
}
section.thankyou .col-lg-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
button.bluebtn {
  padding: 10px 20px;
  border: 0;
  background: #0057d2;
  color: #fff;
  border-radius: 8px;
}
button.bluebtn a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/* Thankyou Section end */
@media (max-width: 767px) {
  .mob-none {
    display: none !important;
  }
  .hero-image {
    margin-top: 40px;
    text-align: center;
    position: static;
  }
  .hamburger {
    display: flex;
    justify-content: flex-end;
  }
  .navlist {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .navlist li {
    margin: 10px 0;
  }
  ul.navlist {
    gap: 1em;
    justify-content: normal;
  }
  .navlist {
    flex-direction: column;
    align-items: center;
    display: none;
    margin-top: 10px;
    background: #fff;
    padding: 15px 0;
  }

  .hero-content h1 {
    font-size: 32px;
  }
  p.hero-para {
    font-size: 16px;
  }
  .main-title {
    text-align: left;
    font-size: 32px;
    line-height: 1.5;
  }
  .row.g-4.mob-scroller,
  .mob-scroller {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .desk-hide {
    display: block;
  }
  .mob-hide {
    display: none;
  }
}
