body { margin:0; background:#000; color:white; font-family: "Poppins", sans-serif; }
    a{text-decoration: none;}
    b, strong {    font-weight: 600;}
    p{line-height: 1.5;}
    .modal-title{color: #000;}
    .main-wrapper{display: flex;}
    .modal-header{border: 0;}

    .sidebar-wrap {
     width: 240px;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    box-sizing: border-box;
    }

    .sidebar-wrap .pdflogo {
    padding: 20px;
}

.pdf-cta {
   padding: 0 10px;
}



.pdflinkwrap {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a349f4 #0c0e17;
  height: 100%;

  padding-right: 10px;
}

.pdflinkwrap::-webkit-scrollbar {
  width: 6px;
}

.pdflinkwrap::-webkit-scrollbar-thumb {
  background-color: #a349f4;
  border-radius: 10px;
}

.pdflinkwrap ul{padding: 0;}
.pdflinkwrap ul li {
    list-style: none
}
.pdflinkwrap ul li a{
    text-decoration: none;
}

.pdflinkwrap ul li p {
    display: none
}

.pdflink {
    display: flex;
    padding: 20px
}

.pdflink:hover {
    background: #0c0e1a
}

.pdflinkwrap ul li.active .pdflink span:nth-child(1) {
    color: #8e44ad
}

.pdflinkwrap ul li.active .pdflink span:nth-child(2) {
    color: #8e44ad
}

.pdflink span:nth-child(1) {
    margin-right: 15px;
    font-size: 20px;
    color: #a6a6a6
}

.pdflink span:nth-child(2) {
    font-weight: 400;
    color: #a6a6a6;
    line-height: 20px
}

.pdflink span:nth-child(2) b {
    font-size: 14px;
    display: block;
    font-weight: 300
}

.pdflink:hover span:nth-child(1) {
    color: #8e44ad
}

.pdflink:hover span:nth-child(2) {
    color: #8e44ad
}

.pdfViewer {
    background: #272727;
    width: 100%;
}

.button {
    display: block;
    padding: 0 20px!important;
    line-height: 40px!important;
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
    text-align: center;
}

.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8e44ad;
    z-index: -2
}

.button.white:after {background: #fff;}
.button.white{color: #000 !important;border: #000;}

.button:hover {color: #fff !important}

.button:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease
}

.button:hover {
    color: #fff
}

.button:hover:before{
    width: 100%;
    height: 500%
}
.rounded-corners {border-radius: 30px;} 
.iframe iframe {max-height:100%; height: 750px;}
.modal-body.iframe iframe {max-height:100%; height: 600px;}
.rounded-corners.iframe{ padding: 20px 25px;}
.grayBG {
    background-color: #f2f1f2 !important;
}
.salesforceFrom input,.salesforceFrom select{width: 100% !important;
    border-radius: 10px;
    border: 1px solid #A7A4A4;
    padding: .62rem !important;
    box-sizing: border-box;
    background-color: #fff;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    color: #000;margin-bottom:10px;transition: all 0.2s ease-in-out;}
.salesforceFrom input:focus,
.salesforceFrom select:focus {
  border-color: #9b3efc;
  box-shadow: 0 0 0 2px rgba(155,62,252,0.15);
  outline: none;
}
 
.salesforceFrom select{ appearance: none;            /* hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%239b3efc' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  padding-right: 35px; /* space for arrow */}
 
 
    
.salesforceFrom label{    font-size: 14px;    line-height: 35px;color: #000;}
 
.form-sales-btn {
 display: block;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #8E44AD;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #8E44AD;
    border-radius: 50px;
    padding: 5px 20px 4px 20px !important;
    margin: 15px auto;
    cursor: pointer;
    transition: all 0.3s ease; text-align: center;
   
}
 
.form-sales-btn:hover {background: #000 !important; color:#fff!important;}

.modal-header h5 {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

.form-row {
  display: flex;
  gap: 20px; /* Space between columns */
  margin-bottom: 0px;
}

.form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}


/* request consultation*/

.consultation-box {
      background: #fff;
      overflow: hidden;
    }
    .left-section {
    }
    .right-section {
      min-height: 100%;color: #000;
    }
    h4 {
      font-weight: 700;
    }
    .top-info {
      text-align: center;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px;
      margin-bottom: 30px;
      color: #000;
    }
    .top-info h4{font-size: 20px; font-weight: 600;    min-height: 102px;padding-top: 10px;}
    .top-info p{font-size: 14px;}
    .top-info .first-head{width: 300px;text-align: left;}
    .top-info .plus img{width: 20px;height: 20px;margin-top: 50px;}

    .top-info img {
      width: 90px;
      display: block;
      margin: 10px auto;
    }
    .feature-list {
      list-style: none;
      padding: 0;
    }
    .feature-list li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 6px;color: #000;font-size: 18px;    }

    .purple {color: #8e44ad;}

 .feature-list li .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8e44ad;
    color: white;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    padding: 6px;    margin-right: 10px;
    box-sizing: border-box;
    flex-shrink: 0;}

  .feature-list li .icon img{   max-width: 92%;filter: brightness(0) invert(1);}


    .feature-list i {
      background: #f2e9ff;
      color: #8752f7;
      font-size: 18px;
      padding: 10px;
      border-radius: 50%;
      margin-right: 12px;
      flex-shrink: 0;
    }
    .impact {
      color: #000;
      font-size: 1rem;
    }
    .impact strong {
      color: #000;
    }




@media (max-width: 769px) {
.main-wrapper{flex-direction: column;}
.sidebar-wrap {width: 100%;flex-direction: row;height: auto;justify-content: space-between;}

.pdflinkwrap{display: none;}
.ctawrap{flex-direction:row !important;align-items: baseline;}
.button {display: inline-block;font-size: 13px;padding: 0 10px !important;}
.pdflogo img{width: 150px;}
.sidebar-wrap .pdflogo {padding: 10px;margin-bottom: 0 !important;}

}

@media (max-width: 600px) {
.form-row {    flex-direction: column;  }
.sidebar-wrap {flex-direction: column;padding-bottom: 10px;}
}

@media (max-width: 500px) {
.pdf-cta { width: 100% !important;}
.ctawrap{flex-direction:column !important;width: 100%;}
.button, .d-flex{display: block!important;}
	.top-info h4 {min-height: auto;}
	.top-info .plus img, .right-section.d-flex {margin-top: 0px;}
	.top-info {margin-bottom: 0px;}
	.form-row {gap:0px;}
}




  @media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 90%;
    }
}