@charset "utf-8";
body {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  color: #535252;
}
h1, h2 {
  font-family: 'HelveticaLTStd-Blk';
}
h3 {
  font-family: "Helvetica-Bold", Arial, sans-serif;
}
h3.section-heading3 {
  font-family: "Helvetica", Arial, sans-serif;
}
.color2 {
  color: #02145f
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.4rem;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .w-35 {
    width: 35%;
  }
}
.brand-color {
  color: #0025c9;
}
.top_banner_form iframe {
  width: 100%;
  height: 500px;
}
#hero {
  overflow: hidden
}
.btc {
  color: #83d3ff;
}
.header-menu-c, .header-menu-c .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  cursor: pointer;
}
.mobile-navbar-expanded .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M7 23L23 7'/%3e%3c/svg%3e");
}
.navbar {
  margin: 0 0 0 auto;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.sticky {
  background: #000632e8;
}
@media (max-width: 991px) {
  .navbar {
    margin-top: 10px;
    width: 100%;
    padding: 10px 0;
  }
}
.navbar .navbar-toggler {
  padding: 0;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background: none;
    z-index: 3;
    top: 42px;
    left: auto;
    right: 0;
    border-radius: 0px 0px 10px 10px;
  }
  .header-menu-c .navbar .navbar-toggler {
    margin: 0 2px 0 auto
  }
}
@media (max-width: 768px) {
  .header-menu-c .navbar .navbar-toggler {
    margin: 0 10px 0 auto;
  }
}
.navbar .navbar-nav {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5625vw;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.navbar .navbar-nav .nav-item {
  display: inline-block;
  padding: 1.0416666667vw 1.3020833333vw 0.78125vw;
}
@media screen and (max-width: 900px) {
  .navbar .navbar-nav .nav-item {
    padding: 20px 15px 15px;
    border-top: solid 1px #1a1a1a;
  }
  .navbar .navbar-nav .nav-item:first-child {
    border: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #B301b1;
}
.navbar .navbar-nav .search-icon {
  width: 1.5625vw;
  height: 1.5625vw;
}
.sticky .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .search-icon {
    width: 30px;
    height: 30px;
  }
}
.navbar .navbar-nav .dropdown-menu {
  padding: 0;
  font-size: 1.0416666667vw;
  line-height: 1.2;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .dropdown-menu {
    font-size: 16px;
    margin: 12px -15px 0;
  }
}
.navbar .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 16px 25px 11px 25px;
  border-bottom: solid 1px #D7E2F4;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .dropdown-menu li .dropdown-item {
    padding: 16px 15px 11px 15px;
  }
}
.navbar .navbar-nav .dropdown-menu li .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu li .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu li .dropdown-item.active {
  background: #000;
  color: #FFF;
}
.navbar .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none !important;
}
.header-menu-global {
  width: 100%;
  top: 0;
  z-index: 2;
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .header-menu-global {
    padding: 20px 0 0;
  }
}
.header-menu-global.sticky {
  padding: 10px 0;
}
.sticky img[alt="Logo"] {
  width: 140px;
}
.home-banner {
  position: relative;
  clear: both;
  width: 100%;
  z-index: 0;
  height: 100vh;
  color: #fff;
  background: url("../images/webp/banner.webp") no-repeat left top;
  background-size: cover;
}
.home-banner img {
  width: 100%;
  object-fit: cover;
}
.home-banner img.logo {
  width: 200px;
  display: inline-block;
  margin-bottom: 40px;
  height: auto;
}
.home-banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 100px;
}
.banner-text p {
  font-size: 20px;
}
@media (max-width: 991px) {
  .navbar {
    width: 100%;
    padding: 12px 0;
  }
  .sticky .navbar .navbar-nav .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .header-menu-global .row > * {
    width: auto;
  }
  .mobile-navbar-expanded {
    position: fixed;
    width: 100vw !important;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000000f5;
  }
}
@media (max-width: 768px) {
  .home-banner {
    background: url("../images/webp/banner-m.webp") no-repeat left top;
  }
  .inner-wrapper {
    display: none;
  }
  .home-banner .banner-text {
    max-width: 100%;
    top: 0;
    padding-top: 20px;
    position: relative;
    padding-bottom: 15px;
  }
  #hero {
    overflow: visible;
  }
  .logo {
    width: 140px;
  }
  .home-banner {
    height: auto;
    background: #000 url("../images/webp/banner-m.webp") no-repeat center top;
    background-size: cover;
  }
}
.home-banner .banner-text .advanced-mdr-banner-text {
  width: 50%;
}
.section {
  padding: 70px 0;
}
.btn-gradient {
  background: #0025c9;
  color: #fff;
  padding: 12px 26px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 10px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 26px;
  font-weight: bold;
  font-family: "Helvetica";
  border: 1px solid transparent;
}
.btn-gradient:hover {
  background: #000;
  color: #fff;
  border: 1px solid #383838;
}
ul.listicon, ul.listicon2 {
  padding: 0;
  margin: 0
}
ul.listicon2 li {
  list-style-type: none;
  padding: 0 0 14px 40px;
  background: url('../images/webp/bullet.webp') left 2px/20px no-repeat
}
.gry-bg {
  background: #f0f3ff;
}
.gry {
  background: #f6f6f6;
  background-size: cover;
}
.gry1 {
  background: #f6f6f6;
  padding: 90px 0 70px
}
.gry2 {
  background: #f0f3fc;
}
.column {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  background-color: #fff;
}
.column:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.column-title {
  border-bottom: 1px solid #939393;
  padding: 16px 20px 10px;
  color: #111;
  font-weight: bold;
  font-size: 22px;
}
.column-content {
  padding: 20px;
}
/** E2E Column **/
.e2e-column {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.icon img {
  width: 68px;
}
.e2e-column-text {
  margin-top: 25px;
}
.hana-bg-section {
  background-color: #0025c9;
  background-image: url("../images/blue-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 6rem 0 4rem;
}
.hana-expertise {
  border: 1px solid white;
  border-radius: 10px;
  padding: 1rem;
}
.hana-expertise h4 {
  margin-bottom: 1rem;
  color: white;
}
.hana-expertise p {
  color: #fff;
  margin: 0
}
.hana-expertise-container {
  margin-top: 2rem;
}
/** Success Strries ***/
.success-story-container {
  background-color: #fff;
  border: 1px solid #aebaee;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cta-button {
  display: inline-block !important;
  width: 180px !important;
  margin: 0 auto !important;
}
.page-section {
  font-size: 14px;
}
.content {
  display: flex;
}
.icon1 {
  width: 90px;
  flex-shrink: 0;
}
.signup-section {
  background-color: #000;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .column {
    margin: 0;
  }
  .section {
    padding: 60px 0;
  }
}
.footer-bottom ul li a {
  text-decoration: none !important;
  color: #fff;
  padding: 0;
  background: none;
}
.footer-bottom ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}
footer .footer-top .footer_logo a {
  display: inline-block;
  background-size: 100%;
  width: 209px;
  height: 58px;
}
footer .footer-top {
  background: #202430 !important;
  color: #fff;
  padding-top: 40px;
}
footer .bg-blue.footer-bottom {
  background: #14161E;
  padding: 24px 0px 10px;
}
.location-change-block .global-location {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: normal;
}
footer .footer-top .footer-top-nav a:link, footer .footer-top .footer-top-nav a:visited {
  color: #fff;
  padding: 0;
  background: none;
  text-decoration: none;
}
footer .footer-top .footer-top-nav a:hover {
  text-decoration: underline;
}
#block-helplineblock {
  text-align: right;
}
.footer-top-nav ul.menu li {
  display: block;
  padding: 0 0 5px 0;
}
.footer-top-nav ul.menu li a {
  display: block;
}
.pr-1, .px-1 {
  padding-right: .25rem !important;
}
footer .bg-blue.footer-bottom {
  background: #14161E;
  padding: 24px 0px;
  color: #fff;
}
.footer-bottom {
  font-size: 13px;
  text-align: center;
}
.footer-social-icons {
  margin: 0
}
.footer-top-nav ul.menu.nav {
  display: block;
  padding: 0;
  margin: 0;
}
.ptb30 {
  padding: 30px 0;
}
.brand-blue {
  background-color: #0025c9;
}
.brand-blue-bg {
  background: #0025c9 url("../images/bg-2.webp") no-repeat left top;
  background-size: cover;
}
.cont2 {
  text-align: right
}
.pl50 {
  padding-left: 50px
}
@media (max-width: 768px) {
  .section, .hana-bg-section {
    padding: 40px 0;
  }
  .e2e-column-row .mb-4 {
    margin-bottom: 5.5rem !important
  }
  .footer-top-nav ul.menu.nav {
    border-top: 1px solid #343434;
    padding-top: 15px;
    margin-top: 10px;
  }
  .footer-top-nav ul.menu.nav:first-child {
    border: 0;
  }
  .btn-gradient {
    border-radius: 100px;
  }
}
.mktoButtonRow .mktoButton {
  border: 1px solid #ff7300 !important;
  background: #ff7300 !important;
}
.mktoButtonRow .mktoButton:hover {
  border: 1px solid #0025c9 !important;
  background: #0025c9 !important;
  color: #fff;
}
.mktoButtonRow .mktoForm fieldset .mktoHtmlText {
  line-height: 20px;
}
.divider {
  margin-bottom: 30px;
}
.divider-2:after, .divider:after {
  display: block;
  background: #003fca;
  content: ""
}
.divider.text-white:after {
  background: #fff;
}
.divider:after {
  width: 14%;
  height: 6px;
  margin: .3em 0
}
.sap-column {
  background-color: white;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
.sap-circle {
  width: 50px;
  height: 50px;
  background-color: #ff7300;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.column-heading {
  color: #0025c9;
  font-size: 20px;
  padding: 35px 20px 10px;
  border-bottom: 1px solid #0025c9;
}
.banner_head6 {
  background: #000;
  padding: 3% 0;
}
.frmrow {
  min-height: 478px;
  position: relative;
}
.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid orange;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.VMware-exit-alternatives-card {
  border: 1px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  border-radius: 0;
  background-color: #f2f2f2;
}
.VMware-exit-alternatives-card:hover {
  transform: translateY(-5px);
}
.gray-bg {
  background: #f2f2f2;
}
.VMware-exit-alternatives-img-top {
  object-fit: cover;
  border-radius: 0;
}
.VMware-exit-alternatives-title {
  font-weight: bold;
  color: #0d2c6b;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.VMware-exit-alternatives-icon {
  font-size: 1.4rem;
}
.VMware-exit-alternatives-card .card-text {
  font-size: 16px;
}
.icon-h {
  width: 40px;
  height: auto;
}
.virtualization-section {
  padding: 3rem 1rem;
  background: #17214f url("../images/critical-bg.webp") no-repeat center bottom;
  background-size: cover;
  color: #fff;
}
.virtualization-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.virtualization-subtitle {
  max-width: 800px;
  margin: 0 auto 3rem auto;
  font-size: 1rem;
  text-align: center;
  color: #d0d7e0;
}
.virtualization-card-wrapper {
  position: relative;
  height: 100%;
}
.virtualization-icon-badge {
  position: absolute;
  top: -20px;
  left: 30px;
  color: #02145f;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.virtualization-icon-badge img {
  width: 40px
}
.virtualization-card {
  background-color: #16204c;
  border: 1px solid #4d7aa7;
  border-radius: 10px;
  padding: 50px 40px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
}
.virtualization-card .h5 {
  font-weight: 600;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.virtualization-card p {
  font-size: 0.95rem;
  color: #cbd5e1;
  margin-bottom: 0;
}
.highlight {
  color: #ffffff;
  font-weight: bold;
}
.gx-custom {
  --bs-gutter-x: 1.25rem; /* Reduced column gap */
  --bs-gutter-y: 1.5rem; /* Reduced row gap */
}
.col-md-6.d-flex {
  width: 50%
}
.border-key {
  border-left: 1px solid #9c9c9c;
  padding-left: 8%
}
.iconsbgline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0025c9;
  top: 52px;
}
.iconsbgline img.img-fluid {
  position: relative
}
@media (max-width: 767px) {
  .virtualization-icon-badge {
    left: 15px;
  }
  .col-md-6.d-flex {
    width: 100%
  }
  .border-key {
    border: 0;
    padding-left: 15px
  }
}
.virtual-platforms {
  background-color: #ffffff;
}
.section-title {
  color: #0c1d3b;
  font-weight: 700;
}
.partner-logo {
  max-height: 60px;
  width: auto;
  max-width: 100%
}
.vmware-exit-assessment {
  background-color: #f7f7f7;
}
.section-heading, .section-subheading {
  color: #02145f;
}
.icon-circle {
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.section-heading2 {
  font-size: 20px;
  color: #0025c9;
}
.section-heading3 {
  font-size: 22px;
  color: #020c52;
}
.keyc p {
  color: #17214f;
}
.vmware-banner {
  background: url('../images/webp/bg2.webp') no-repeat center center;
  background-size: cover;
  padding: 80px 20px;
  min-height: 300px;
}
.custom-btn {
  background-color: #0044ff;
  border: none;
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 25px;
  transition: 0.3s ease;
}
.custom-btn:hover {
  background-color: #0033cc;
  color: #fff;
}
.cloud4c-advantage-section {
  background-color: #f2f2f2;
}
.advantage-card {
  background: #f2f2f2;
  border: 1px solid #fff;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  transition: 0.3s ease;
  height: 100%;
}
.advantage-card img {
  width: 40px;
  height: auto;
}
.advantage-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.advantage-card h5 {
  color: #0033cc;
  margin-bottom: 10px;
}
.advantage-card p {
  margin: 0;
  color: #17214f;
  font-size: 14px;
  line-height: 1.6;
}
.vmware-exit-section {
  background: url('../images/webp/bg3.webp') no-repeat center center/cover;
  padding: 80px 0;
}
.form-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.form-control {
  border-radius: 6px;
  font-size: 14px;
}
.btn-primary {
  background-color: #0025c9;
  border: none;
  font-weight: 500;
  min-width: 300px;
  padding: 8px 22px;
}
.btn-primary:hover {
  background-color: #003ad6;
}
.form-check-label {
  color: #fff;
}
.form-group {
  margin-bottom: 10px;
}
form .mb-2.pb-2 {
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.accordion-button {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  border: 0 !important;
  box-shadow: none !important;
  padding: 20px 4px;
  font-size: 18px;
}
.accordion-button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  content: "−";
  font-size: 18px;
  color: #000;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px
}
.accordion-button.collapsed::after {
  content: "+";
  font-size: 1.5rem;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.accordion-button::after {
  background-image: none !important;
}
.accordion-item {
  background-color: transparent;
  border: none;
  border-top: 1px solid #a9acbd;
  border-radius: 0 !important;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #a9acbd;
}
.accordion-body {
  color: #fff;
  padding: 10px 20px 30px 4px;
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.faqs-section {
  background-color: #0D1C4A; /* dark blue background */
  color: #fff;
  padding: 30px 0
}
.accordion-button:not(.collapsed) {
  background: none;
  color: #83d3ff;
}
@media (max-width: 768px) {
  .mpimg {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-banner img {
    height: 600px;
  }
  .home-banner .banner-text .advanced-mdr-banner-text {
    width: 100%;
    padding: 0 30px;
  }
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  h2 {
    font-size: 22px
  }
  h3 {
    font-size: 20px
  }
  .banner-text p {
    font-size: 16px;
  }
  .banner-text p br, h1 br {
    display: none
  }
  body {
    font-size: 16px
  }
  .keyc * {
    text-align: center !important;
  }
  .keyc .icon-circle {
    margin: 0 auto 20px !important;
  }
  .keyc br {
    display: none
  }
  .btn-primary {
    min-width: inherit;
  }
  .iconsbgline:before {
    display: none;
  }
  .pl50 {
    padding-left: 15px;
  }
  .benefit-item {
    text-align: left
  }
  .advantage-card br {
    display: none;
  }
}