/*Banner*/
.Banner-image{
    border-radius: 33px;
    border: 0.1px solid whitesmoke;
    height: 100%; 
width: 100%;   
 object-fit: cover;
}
.justify-center{
    justify-content: center;
}
.disabled{
    pointer-events: none;
    opacity: 0.6;
    cursor: default;
}
.text-green{
    color: #8BD683 !important;
}
.cx-icon{
    width: 45%; 
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.onhoverchange .cx-icon img {
    transition: transform 0.3s ease;
}

.onhoverchange:hover .cx-icon img {
    transform: scale(1.1);
}

.onhoverchange h4 a {
    transition: color 0.3s ease;
}

.onhoverchange:hover h4 a {
    color: #8BD683 !important;
}
a{
    color: white !important;
}

.ml-35{
    margin-left: 35px;
}
.mtb-15{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mtb-60{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.pb-0{
    padding-bottom: 0px !important;
}

.pt-0{
    padding-top: 0px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-0{
    margin-bottom: 0px;
}

.pressreleaseemailicon {
    width: 2%;
}

.mt-8{
    margin-top: 8%;
}

.mt-4{
    margin-top: 4% !important;
}

.mt-3{
    margin-top: 3% !important;
}

.text-left{
    text-align: left;
}

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

/*p{
    color: white;
}*/

.center{
    text-align: center;
}

.accordion-scroll{
    overflow: auto;
}

.SalesArchi{
    width: 80%;
}
.SAP-Analyatics{
    width: 65%;
}
.cx-archi{
    width: 30% !important;
    margin-bottom: 4% !important;
}
.border-radius-25{
    border-radius: 25px;
}

.border-radius-7{
    border-radius: 7px;
}
.border-right-service-line{
        border-right: 1px solid #707070 !important;
}
.sales-grid-template {
   grid-template-columns: repeat(3, 1fr);
   row-gap: 50px;
   padding-bottom: 60px;
}
.cloud-grid-template {
   grid-template-columns: repeat(4, 1fr);
   row-gap: 50px;
   padding-bottom: 60px;
}
.cloud-box-two:nth-child(4){
   border-right: 0;
}
.cloud-box-two{
    text-align: center;
    border-right: 1px solid #707070;
     padding: 0 50px;
 
}
.cloud-box-two .icon {
    height: 105px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 100%;
    background: linear-gradient(49deg, #A65F5D 27.77%, #1D4A7E 105.52%);
    box-shadow: 0 0 0px 10px #ffffff38;
}
.cloud-box-two h4 {
    font-size: 22px;
    margin-bottom: 0;
}
.cloud-box-two:last-child {
    border-right: 0;
}
.sales-grid-template .service-box-two {
   padding: 0 30px;
}
.service-box-two:nth-child(3){
   border-right: 0;
}
@media only screen and (max-width:991px){
  .service-box-two:nth-child(4){
       border-right: 0;
   }
}
@media only screen and (max-width:768px){
   .service-box-two-outer {
       grid-template-columns: repeat(1, 1fr);
   }
   .service-box-two{
       border-radius: 0;
   }
}
/*************************
* Emraysys start
*************************/
.archi-image{
    width: 30% !important;
    margin-bottom: 4% !important;
}
/*************************
* why-choose Digital Supply start
*************************/
.Digital-Supply-Solution {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.Digital-Supply-Solution h5 {
    margin-bottom: 10px;
    color: #8BD683;
}

.Digital-Supply-Solution p {
    text-align: left;
}

.Digital-Supply-Solution-box {
    text-align: left;
    padding: 0 50px;
    border-right: 1px solid white;
}

.Digital-Supply-Solution-box:last-child {
    border-right: 0;
}

.Digital-Supply-section {
    padding: 67px 0;
}

.sales-height {
    height:273.88px;
}
.sales-logo-height {
    height:65px;
}
.sales-grid-template {
 grid-template-columns: repeat(3, 1fr);
}

/*************************
* Public Cloud Service start
*************************/

.Public-Cloud-box-outer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.public-cloud-serviceImg{
    width: 60%;
}

/*************************
* S/4HANA Assessment start
*************************/

.PvtOffcard-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.PvtOffcard{
    text-align: center;
    border-radius: 14px;
    background-color: #ffffff26;
    backdrop-filter: blur(3px);
    padding: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
   /* background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative; */
}

.PvtOffgradient-line{
    position: absolute;
    bottom: 10px;
    width: 85%;
    height: 5px;
    background: linear-gradient(to right, #1f4e79, #d35400);
    margin-bottom: 10px;
}

.PvtOffcard h6{
    color: #8BD683;
}

.PvtOffcontainer-asses{
            display: flex;
            justify-content: space-between;
            margin: 20px auto;
            max-width: 1200px;
            padding: 20px;
        }

        .PvtOffbox-asses {
            border-radius: 15px;
            padding: 50px 10px 10px 10px;
            width: 30%;
            position: relative;
            border: 2px solid #CDF0FF;
        }

        .PvtOffheader-asses {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #d1eaff;
            border-radius: 8px;
            padding: 5px 45px;
            font-size: 15px;
            font-weight: bold;
            color: #2c3e50;
            text-align: center;
        }

        .PvtOfflist-asses {
            padding-left: 20px;
            font-size: 15px;
            text-align: left;
        }
        .PvtOffweeks-asses {
            font-size: 15px;
            color: #3498db;
            font-weight: bold;
        }
        
        .PvtOfflist-asses li{
            list-style: disc;
        }

/*************************
* Ariba start
*************************/

.Aribatabs-container {
    display: flex;
    justify-content: space-around;
/*       border-bottom: 3px solid white; */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.Aribatab {
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}
.Aribatab span{
padding-bottom: 5px;
font-size: 14px !important;

}

.Aribatab span{
padding-bottom: 5px;
font-size: 14px !important;

}
.Aribatab img {
    width: 20%;
    margin-bottom: 5px;
}
.Aribatab.active span{
    font-weight: bold;
    border-bottom: 3px solid #ffcc00;
display: inline-block;
}
/* Manually set border-bottom width for each tab text */
.Aribatab:nth-child(1).active span {
    width: 150px; /* Adjust width for 'Source & Contract' */
}

.Aribatab:nth-child(2).active span {
    width: 125px; /* Adjust width for 'Plan & Forecast' */
}

.Aribatab:nth-child(3).active span {
    width: 110px; /* Adjust width for 'Buy & Deliver' */
}

.Aribatab:nth-child(4).active span {
    width: 110px; /* Adjust width for 'Invoice & Pay' */
}

.Aribatab-content {
    display: none;
}
.Aribatab-content.active {
    display: block;
}
.Aribacards {
    display: flex;
 /*   justify-content: space-around; */
    justify-content: space-evenly;
    margin-top: 20px;
}
.Aribacard {
    width: 33%;
    text-align: center;
    border-radius: 14px;
    background-color: #ffffff26;
    backdrop-filter: blur(3px);
    padding: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.Aribacard h6{
    color: #8BD683;
}


.Aribacard p{
  margin-bottom: 5px;
}


.AribaArchiImage{
    width: 80%;
margin-left: auto;
margin-right: auto;
 display: block;
}

.AribaOfferingImg{
    border-radius: 15px !important;
    height: 90% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*************************
* Business AI start
*************************/

.businAIprincipalList{
    border: 1px solid #918f8f78;
    padding: 20px 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 4px -1px #ccc;
    width: fit-content;
    margin: 0px 20px;
}

ol.businAIlists {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
}

ol.businAIlists li {
    list-style: none;
    display: inline-block;
    margin: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 100%;
    width: 136px;
    height: 136px;
    padding: 20px;
}

.businessAI_img{
    width: 50%;
}

.BusiAIBorder-Top{
    border-top: 4px solid white !important;
}

button.accordion {
    width: 100%;
    background-color: #cccccc91;
    border: none;
    outline: none;
    text-align: left;
    padding: 9px 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s linear;
    margin-bottom: 6px;
    border-radius: 6px;
    position: relative; /* Allows positioning of the arrow */
}

button.accordion:after {
  font-family: "Font Awesome 5 free";  /* Use the correct FontAwesome 5 font-family */
  content: "\f078";                   /* Use the Unicode for the plus sign (open) */
  font-weight: 900;                    /* FontAwesome 5 Free requires this for solid icons */
  font-size: 18px;
  position: absolute;
  right: 20px;
 /* top: 50%;
  transform: translateY(-50%); */
transition: transform 0.2s ease-in-out;
}


button.accordion.is-open:after {
  content: "\f077";                   /* Use the Unicode for the minus sign (closed) */
}
button.accordion:hover,
button.accordion.is-open {
  background-color: #dddddd36;
}

.accordion-content {
  
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.bussAIaccordion {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
}

.bussAIaccordion-item {
  width: 100px;
  height: 450px;
  text-align: center;
  margin-right: 5px;
  color: white;
  padding: 10px;
  cursor: pointer;
  transition: width 0.4s ease, background-color 0.4s ease; /* Smooth width change and color transition */
  overflow: hidden;
  position: relative;
  background-color: #cccccc61;
}


.bussAIaccordion-item:last-child {
  margin-right: 0;
}

.bussAIaccordion-item.open {
  width: 800px; /* Smooth transition to expanded width */
}

.bussAIcard-heading {
  font-size: 16px;
  font-weight: bold;
  top: 0;
  left: 0;
  height: 100%; /* Match the height of the card */
  width: 100%; /* Optional: ensure full coverage */
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl; /* Makes the text vertical */
  text-orientation: mixed; /* Ensures proper text orientation */
  text-align: center;
  color: white;
  transform: rotate(180deg); /* Flip the text to start from top */
  transition: transform 0.4s ease, opacity 0.4s ease; /* Smooth transition for text changes */
}


.bussAIaccordion-content {
  display: none;
  color: black;
  background: floralwhite;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth fade-in effect */
}

.bussAIaccordion-item.open .bussAIaccordion-content {
  display: block;
  opacity: 1; /* Fade-in effect for content */
  transform: translateY(0); /* Reset transformation */
}

.bussAIaccordion-content h6 {
  color: #333 !important;
  margin-top: 0;
}

.bussAIaccordion-content p {
  color: #555 !important;
  line-height: 1.5;
  text-align: left;
}
.bussAIaccordion-content li{
color: black !important;
text-align: left;
}

.AIdisplay-block{
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

.BusinessAI-methodology{
    padding-top: 50px;
    border-top: 1px solid #ffffff47;
}

.BusinessAI-Gain-Box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/*******Blog Page************/
.blog-block {
      margin-bottom: 40px;
    }

    .pagination {
      display: flex;
      gap: 10px;
      list-style: none;
      padding: 0;
      margin-top: 30px;
      align-items: center;
    }

    .pagination li {
      border: 1px solid #ccc;
      padding: 6px 12px;
      cursor: pointer;
      border-radius: 4px;
      font-weight: 500;
      transition: all 0.3s ease;
      user-select: none;
    }

    .pagination li:hover {
      background-color: #eee;
    }

    .pagination li.active {
      background-color: #8BD683;
      color: #fff;
      border-color: #8BD683;
    }

    .pagination li.disabled {
      opacity: 0.4;
      pointer-events: none;
    }
 .pagination li.dots {
      border: none;
      cursor: default;
    }
.category-box.active {
  outline: 2px solid #8BD683;
  border-radius: 10px;
}
.blog-listing-wrapper p {
  color: #888;
  font-style: italic;
}
.no-blogs-message {
  display: none;
  text-align: center;
  padding: 50px 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.no-blogs-message.show {
  display: block;
  opacity: 1;
}

.no-blogs-message img {
  max-width: 120px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.no-blogs-message h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.no-blogs-message p {
  color: #666;
  font-size: 16px;
}
.blog-cta-btn{
color: #3A95FC !important;
}

.img-width {
    width:75px;
}

.heading-font {
     font-weight: 500;
 font-size: 30px;
}

.daplan {
    margin-top: 35px;
}

.daparasection {
    border-top: 4px solid white;
    height: 80%;
}
.daleft {
    text-align: left;
}
#daboxsectionplanningandanalytics {
    margin-top: 70px;
}

.daboxsection {
    border: 1px solid white;
    margin-top: 15px;
    border-radius: 5px;
}
.daboxsectionheading {
    margin-top: 8px;
}
.datam {
    margin-top: -17px;
}
.daparasection {
    border-top: 4px solid white;
    height: 80%;
}
#da-busdatafabric {
    padding-bottom: 30px;
}
.daboxsection {
    border: 1px solid white;
    margin-top: 15px;
    border-radius: 5px;
}
.service-analytics{
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
}

/* WRAPPER (no body styling used) */
.sap-analytics-wrapper {
  background: #000;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}
.acc-logo-size {
    width: 70.026px;
    height: 67.219px;
}

/* CONTAINER */
.sap-analytics-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* CARD BOX */
.sap-analytics-box {
  background-color: #111;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.07);
  color: #fff;
  width: 330px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.sap-analytics-box:hover {
  transform: translateY(-5px);
}

/* MAIN SECTION TITLE */
.sap-analytics-main-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

/* CONTENT BOX */
.sap-analytics-inner h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sap-analytics-inner hr {
  border: none;
  border-top: 1px solid #333;
  margin-bottom: 15px;
}

.sap-analytics-inner p {
  font-size: 14px;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 20px;
}

/* BUTTON */
.sap-analytics-inner button {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sap-analytics-inner button:hover {
  background-color: #fff;
  color: #000;
}
.box-shadow {
    /* box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%); */
    box-shadow: 0 4px 8px 0 rgb(232 218 218 / 20%), 0 6px 20px 0 rgb(217 173 173 / 19%);
    /* border-top: 4px solid #1D4A7D; */
    border-radius: 20px;
    padding: 15px 30px;
    margin-bottom: 40px;
}

.Blog-CX-Grid {
      display: grid
;
    grid-template-columns: repeat(4, 1fr);
}

/*Contact*/
/*  .popup {
        display: none;
        position: fixed;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #63964e; 
        z-index: 9999;
        padding: 25px;
        color: black;
        width: 50%;
    }

    .popup-content {
        text-align: center;
    }

    .close-popup {
        position: absolute;
        top: 5px;
        right: 12px;
        font-size: 25px;
        cursor: pointer;
    } */
    
    .popup {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 25px;
    color: black;
    width: 30%;
    background-color: #fff; /* Optional: visible background */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Optional: elevation */
    border-radius: 10px;
}

.popup-content {
    text-align: center;
    position: relative;
}

/* Close button for both popups */
.close-popup,
.close-sending {
    position: absolute;
    top: -25px;
    right: 3px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 1;
}

/* Spinner style */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

    
    
/*************************
* Business Data Cloud start
*************************/    
    
/* Background Gradient */
    .mission-section {
      background: linear-gradient(90deg, #A65F5D -12.23%, #1D4A7E 105.52%);
      padding: 20px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 15px 0px;
    }
    
    .mission-content {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line */
  justify-content: center; /* Ensures all items are centered horizontally */
  gap: 20px; /* Space between items */
  max-width: 1200px;
}
    

    /* Individual Cards */
    .mission-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      flex: 1 1 calc(33.33% - 20px); /* Adjust width for 3 columns, minus gap */
      max-width: 390px; /* Prevent cards from stretching too wide */
    }
    .mission-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }
    
    .mission-card h5 {
      margin-bottom: 7px;
      color: black !important;
    }
    .mission-card p {
      font-size: 0.9rem;
      color: black;
      line-height: 1.6;
    }
    
    .mission-icon {
      font-size: 2.5rem;
      margin-bottom: 25px;
    }
    #service-icon2{
        font-size: 3.5rem !important;
        color: #f39c12;
    }
    
    
/*************************
* Apply Form Animation
*************************/ 
    
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #007bff; /* Bootstrap blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*************************
* Header and Footer menu
*************************/ 
.header-menu-heading{
    font-size: 24px;
    margin-bottom: 20px;
    color: #8BD683;
}

.footer-menu-heading{
    margin-bottom: 35px;
    font-size: 30px;
}

/*************************
* Blog S/4Hana Public vs Private
*************************/

.talking-about-heading{
    text-align: center;
    color: #8BD683;
}


    .cloud-comparison {
      display: flex;
      gap: 30px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .s4-card {
      background-color: #1e1e1e;
      border-radius: 10px;
      padding: 25px 20px;
      width: 100%;
      max-width: 500px;
      box-shadow: 0 0 10px rgba(255, 165, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .s4-card:hover {
      transform: translateY(-5px);
    }

    .s4-card-title {
      color: #8BD683;
      text-align: center;
    }

    
    .s4-feature-item {
      padding: 10px 0;
      border-bottom: 1px solid #333;
    }

    .s4-feature-item:last-child {
      border-bottom: none;
    }


    .s4alt-container {
      display: flex;
      gap: 30px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .s4alt-card {
      background-color: transparent;
      border: 2px solid #444;
      border-radius: 12px;
      padding: 25px 20px;
      width: 100%;
      max-width: 500px;
      position: relative;
    }

    .s4alt-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, #8BD683, #444);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    .s4alt-header {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 15px;
      padding-top: 10px;
      color: #8BD683;
      text-align: center;
    }

    .s4alt-feature {
      margin-bottom: 12px;
    }

    .s4alt-highlight {
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .s4alt-container {
        flex-direction: column;
        align-items: center;
      }
    }
    
    
   .blog-s4HANA-cloud-options {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
    
    .blog-s4HANA-cloud-card {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #1e1e1e;
    }
    
    .blog-s4HANA-cloud-card {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
background-color: #1e1e1e;
}

.blog-s4HANA-cloud-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

 .blog-s4HANA-conclusion {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}



    .qv-page-wrapper {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

      color: #e0e0e0;
      margin: 0;
      padding: 40px;
    }

    .qv-page-title {
      text-align: center;
      font-size: 2rem;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .qv-table-container {
      display: flex;
      justify-content: center;
    }

    .qv-table {
      width: 90%;
      border-collapse: collapse;
      background: #0f1e2b;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 0 15px rgba(0,0,0,0.4);
    }

    .qv-table-header {
   
      
      background: linear-gradient(42deg, #A65F5D -12.23%, #1D4A7E 105.52%);
    }

    .qv-table-header-cell {
      padding: 16px;
      text-align: left;
      color: #8BD683;
      font-size: 1rem;
    }

    .qv-table-row {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .qv-table-cell {
      padding: 16px;
      font-size: 0.95rem;
      color: #d1d5db;
      line-height: 1.5;
    }

    .qv-table-row:hover {
      background: rgba(255,255,255,0.05);
      transition: 0.3s;
    }
    
    .qv-table th:first-child,
.qv-table td:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.sap-walkin {
    
    width:40%;
}

/*Accelerator Design*/
.conversion-action-section {
    padding: 90px 20px;
    text-align: center;
    position: relative;
}

.conversion-action-section::before,
.conversion-action-section::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, #3a95fc, #8bd683);
}

.conversion-action-section::before {
    top: 40px;
}

.conversion-action-section::after {
    bottom: 40px;
}

.conversion-action-section h2 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.conversion-action-section p {
    color: #bfc5e0;
    max-width: 750px;
    margin: 0 auto 35px;
    font-size: 16px;
}

.conversion-action-btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 30px;
    border: 2px solid #3a95fc;
    color: #3a95fc;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.conversion-action-btn:hover {
    background: #3a95fc;
    color: #ffffff;
}