/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Bold/ProximaNova-Black.woff');
    font-weight: normal;
}

@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Regular/ProximaNova-Bold.ttf');
    font-weight: bold;
}
@font-face{
    font-family: "opensans-regular";
    src: url('https://info.softserveinc.com/hubfs/fonts/OpenSans-Regular.ttf');
    font-weight: normal;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  line-height: normal;
  overflow-x: hidden!important;
}

.section-scroll {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.container-fluid {
  padding: 0!important;
  margin: 0!important;
}

#simple-translate {
  display: none!important;
}

/********** side nav ************/
.side-navigation {
  position: fixed;
  top: 50%;
  left: 0;
  border: 1px solid #111;
  padding: 10px 10px 10px 20px;
  z-index: 1000;
  background: #fff;
  width: 65px !important;
}

.side-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-navigation ul li{
  width: 500%;
}

.side-link {
  display: inline-block;
  text-decoration: none;
}

.side-link::after {
    display: block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: height 0.3s 0.1s, width 0.1s, border-color 0s 0.4s;
    transition-timing-function: linear;
    content: '';
}

.side-link.active::after {
    width: 20px;
    height: 100px;
    border-color: black;
    transition: height 0.3s 0.1s, width 0.1s 0.4s, border-color 0s 0.1s;
    transition-timing-function: linear;
}

.side-navigation ul li:last-child .side-link::after {
  content: none;
}

.side-link .number,
.side-link .text {
  display: inline-block;
  color: #111;
  font-family: 'proxima-black';
  font-size: 16px;
  opacity: 0.7;
  text-transform: uppercase;
}

.side-link .number {
  padding-right: 15px;
}

.active {
  opacity: 1;
}

.side-link .text {
  display: none;
  background: #fff;
  padding-right: 5px;
}

.side-link:hover .text,
.side-link:hover .number {
  display: inline-block;
  color: #111;
  opacity: 1;
}

.active .number {
  color: #26AB78!important;
}

/********** Title panel nav ************/
.title-panel {
  /*background-image: conic-gradient(transparent 25%, #03043d 25%, #03043d 0,#03043d 75%, transparent 0);*/
  background: #000;
  background-image: url(https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/nav-bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.title-panel ul {
  display: flex !important;
  justify-content: space-between;
  gap: 24px;
  max-width: 960px;
  margin: 90px auto 90px!important;
  float: none !important;
  list-style: none;
  padding: 24px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.title-panel ul li {
  flex-basis: 16%;
}

.title-panel ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.title-panel ul li a {
  color: #fff;
  display: block;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 24px;
}

.title-panel ul li span {
  color: #17C583;
  display: block;
  font-family: 'proxima-black';
  font-size: 24px;
  padding-bottom: 0;
}

.section-wrapper {
  display: flex !important;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto 0!important;
  float: none !important;
}

/****************** Page title ********************/
.section-title-logo {
  padding: 20px;
  margin: 0 auto !important;
  max-width: 90vw;
  float: none !important;
}

.section-title-logo img {
  filter: invert(1);
  max-width: 115px !important;
}

.service-page-title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 0 80px;
} 

.service-page-title-image {
  flex-basis: 30%;
  min-width: 325px;
  max-width: 325px;
  min-height: 330px;
  max-height: 330px;
  margin: 40px auto;
  position: relative;
  background: #000;
}

.service-page-title-image_big {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-top: -44px;
  margin-left: 18px;
  position: absolute;
  top: -5%;
  bottom: 0;
  max-width: 320px;
  margin: 0;
}

.service-page-title-image_small {
  max-width: 230px;
  position: absolute;
  left: 5%;
  bottom: 0;
  max-width: 140px;
  margin: 0;
}

.service-page-title-logo {
  max-width: 93px;
  margin-bottom: 20px;
}

.service-page-title-text {
  flex-basis: 70%;
}

.service-page-heading {
  margin-top: 0;
  font-size: 60px;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
  color: #111;
}
.service-page-description {
  font-size: 14px;
  font-family: 'Open sans';
  line-height: normal;
  color: #000;
}

.service-page-description span {
  font-weight: bold;
}

.service-page-description h3 {
  margin: 0;
  font-size: 24px;
  font-family: 'proxima-black';
  line-height: 1.2;
}

.service-page-description p {
  margin: 0;
  padding: 0;
}
/********************** Banking section ****************/
.section-banking {
  padding-bottom: 80px;
}

.section-banking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
  padding: 0;
  list-style: none;
}

.section-banking ul li {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}

.section-banking ul li:nth-child(1),
.section-banking ul li:nth-child(2),
.section-banking ul li:nth-child(3){
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.section-banking ul li:nth-child(4) {
  border-bottom: 2px solid #000;
}

.section-banking ul li:nth-child(5),
.section-banking ul li:nth-child(6),
.section-banking ul li:nth-child(7) {
  border-right: 2px solid #000;
}

.section-banking ul li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid rgba(0, 163, 255, 1);
  border-radius: 50%;
}

.section-banking ul li figure img {
  width: 70% !important;
}

.section-banking ul li figcaption {
  font-size: 14px;
}

/*********************** Brochure section ***********************************/
.section-brochure {
  background-color: #000;
  background-image: url(https://info.softserveinc.com/hubfs/2023/digital-events/gen-ai-apac/left-bg-image.png),
    url(https://info.softserveinc.com/hubfs/2023/digital-events/gen-ai-apac/right-bg-image.png);
  background-repeat: no-repeat,  no-repeat;
  background-position: 0% 0%, 100% 50%;
  background-size: 50%, 50% 100%;
}

.learn-more-brochure-desc .button-color {
  margin: 40px 0;
}

.learn-more-brochure {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  font-weight: normal;
  padding: 60px 0;
  color: #fff;
}

.learn-more-brochure-desc p  {
  font-family: 'proxima-black';
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
}

.learn-more-brochure-desc p span {
  color: #17C583;
}

.learn-more-brochure-image img {
  max-width: 220px;
}
/**************** Section BFSI **************************/
/*.section-patterns .mobile {
  display: none;
}*/

.section-bfsi {
  margin-bottom: 75px; 
}

.section-bfsi h3 {
  margin: 0;
  font-family: 'proxima-black';
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
}

.bfsi-sheme-image {
  margin-bottom: 100px;
}

.bfsi-logo-nvidia ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.bfsi-logo-nvidia ul li {
  flex: 1;
}

/********************  Section AI Journey  *********************/

.section-ai-journey {
  background-color: #000;
  background-image: url(https://info.softserveinc.com/hubfs/2023/digital-events/gen-ai-apac/section-ai-journey-bg-image.png);
  background-repeat: no-repeat;
  background-position: -35% 50%;
  background-size: 60%;
}

.section-ai-journey .section-heading h2 {
  color: #fff;
}

.section-ai-journey .section-heading h2::before {
  background: rgba(0, 163, 255, 1);
  box-shadow: 0px 5px 20px 0px rgba(0, 163, 255, .35);
}

.section-ai-journey .section-heading p {
  font-family: 'proxima-black';
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
}

.kickstart-list,
.ai-journey-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kickstart-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

.kickstart-list li {
  flex-basis: 49%;
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
}

.kickstart-list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 12px;
  height: 8px;
  background: url(https://info.softserveinc.com/hubfs/2023/digital-events/gen-ai-apac/check%20mark-image.png) no-repeat 50% 50%;
  background-size: 12px 8px;
  content: '';
}

.ai-journey-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 70px 0;
}

.ai-journey-info li {
  flex: 1;
  max-width: 190px;
}

.ai-journey-info li img {
  width: 100%;
  max-width: 42px;
  margin-right: 12px;
}

.ai-journey-info li span {
  color: #fff;
  font-family: 'proxima-black';
  font-size: 14px;
  line-height: 116%;
  text-transform: uppercase;
}

.ai-journey-cta-wrapper {
  margin: 0 auto 70px;
  display: flex;
  align-content: center;
  justify-content: center;
}

/***************** Section assessment *********************/

.section-assessment-list {
  padding: 53px 0;
  background: #F6F6F6;
}

.assessment-list {
  list-style: none;
  column-count: 2;
  padding: 0;
}

.assessment-list li {
  display: flex;
  flex-basis: 45%;
  margin-bottom: 45px;
}

.assessment-list li span {
  display: flex;
  min-width: 90px;
  margin-right: 17px;
  padding-top: 20px;
  padding-right: 30px;
  color: rgba(23, 197, 131, 0.38);
  font-family: 'proxima-black';
  font-size: 88px;
  line-height: 0.75;
  border-right: 2px solid rgba(23, 197, 131, 0.38);
}

.assessment-benefits-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 53px 0 80px;
}

.assessment-benefits-list ul {
  list-style: none;
  flex-basis: 45%;
  padding: 0;
}

.assessment-benefits-list ul[title]::before {
  content: attr(title);
  font-family: 'proxima-black';
  font-size: 24px;
  line-height: 125%;
}

.assessment-benefits-list ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 24px;
}

.assessment-benefits-list ul li:first-child {
  margin-top: 30px;
}

.assessment-benefits-list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(https://info.softserveinc.com/hubfs/2023/digital-events/gen-ai-apac/list-check%20mark-image.png);
  background-size: 24px;
  content: '';
}

/************  Section heading  ********/

.section-heading {
  padding-top: 90px;
  padding-bottom: 60px;
}

.section-heading h2 {
  position: relative;
  z-index: 1;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  color: #000;
}

.section-heading p {
  margin-top: 30px;
}

.section-heading h2::before {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 90px;
  height: 90px;
  background: #32CA8F;
  box-shadow: 0px 5px 20px 0px rgba(23, 197, 131, 0.35);
  content: '';
  z-index: -1;
}

.service-page-title-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

/**********************  Button styles  ***************************/

.button-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 325px;
  height: 64px;
  padding: 0 60px;
  color: #fff;
  font-size: 14px;
  font-family:  'proxima-black';
  line-height: 116%;
  text-transform: uppercase;
  text-decoration: none!important;
  transition: all 0.3s ease-in-out;    
  background-color: #17C583;
  border: 2px solid #17C583
}

.button-color:visited{
  color: #fff;
}

.button-color:focus {
  color: #fff;
}

.button-color:hover:visited,
.button-color:hover:focus, {
  color: #17C583 !important;
}

.button-color:hover {
  color: #17C583;
  box-shadow: inset 260px 0 50px 5px #fff;
  border: 2px solid #17C583;
  text-decoration: none !important;
}


@media only screen and (min-width: 2560px) {
  .button-color,
  .kickstart-list li,
  .service-page-description p,
  .learn-more-brochure-desc p,
  .badge-section h3,
  .badge-section p {
    font-size: 18px;
  }
  
  .service-page-title-logo {
    max-width: calc(93px * 1.44);
  }
} 

@media only screen and (max-width: 1240px) {  
  .title-panel ul {
    margin-left: 10vw!important;
    margin-right: 6vw!important;
  }
  
  .title-panel ul li a {
    font-size: 1.4vw;
  }
  
  .title-panel ul li span {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {
  .section-wrapper {
    padding-left: 100px!important;
    padding-right: 20px;
  }
  
  .service-page-title-image {
    min-width: auto;
    min-height: auto;
    max-height: 220px;
  }
}

@media only screen and (max-width: 1080px) {
  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 940px) {
  .service-page-heading {
    font-size: 7vw;
  }
}

@media only screen and (max-width: 767px) {
  .side-navigation {
    display: none!important;
  }
  
  .title-panel {
    display: none!important;
  }
  
  .title-panel ul {
    display: none!important;
  }
  
  .service-page-title-wrapper {
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
  }
  
  .service-page-title-image {
    margin-bottom: 70px;
  }
  
  .service-page-title-image .hs-cta-wrapper {
    bottom: -350px;
    display: block;
    position: relative;
  }
  
  .service-page-title-image .hs-cta-wrapper a {
    margin-top: 0;
  }
  
  .section-heading {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .section-heading h2 {
    margin-left: 25px;
  }
  
  .section-banking ul li {
    flex-basis: 50%;
    padding: 40px 20px;
  }
  
  .section-banking ul li:nth-child(1),
  .section-banking ul li:nth-child(3),
  .section-banking ul li:nth-child(5){
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  
  .section-banking ul li:nth-child(2),
  .section-banking ul li:nth-child(6){
    border-right: none;
    border-bottom: 2px solid #000;
  }
  
  .resources-wrapper,
  .partnership-wrapper {
    grid-template-columns: 1fr;
  }
  
  .badge-section-wrapper {
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    height: auto;
  }
  
  .badge-section-left-col {
    flex-basis: 25%;
  }
  
  .badge-section-right-col  {
    flex-basis: 50%;
    display: flex;
    align-items: flex-end;
  }
  
  .bfsi-logo-nvidia ul {
    flex-wrap: wrap;
  }
  
  .bfsi-logo-nvidia ul li {
    flex-basis: 45%;
  }
  
  .assessment-list {
    column-count: 1;
  }
  
  .kickstart-list {
    flex-direction: column;
  }
}

@media only screen and (max-width: 560px) { 
  .service-page-heading {
    font-size: 48px;
  }
  
  .section-heading h2::before {
      top: -5px;
      left: -10px;
      width: 50px;
      height: 50px;
    }
  
  .section-heading h2 {
    margin-left: 0;
    font-size: 36px;
  }

  /*.section-patterns .desktop {
    display: none;
  }
  
  .section-patterns .mobile {
    display: block;
  }*/
  
  .resources-wrapper {
    padding-top: 40px;
    columns: 1fr;
  }
  
  .learn-more-brochure {
    flex-direction: column;
  }
  
  .learn-more-brochure-desc,
  .learn-more-brochure-image {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  
  .learn-more-brochure {
    padding-bottom: 0;
  }
  
  .learn-more-brochure-desc h3,
  .section-bfsi h3 {
    font-size: 24px;
  }
  
  .learn-more-brochure-desc .button-color {
    margin: 40px auto;
  }
  
  .learn-more-brochure-image img {
    margin-left: 0;
  }
  
  .bfsi-sheme-image {
    margin-bottom: 70px;
  }
  
  .assessment-benefits-list {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

@media (max-width: 475px) {
  .service-page-description h3,
  .section-bfsi h3 {
    font-size: 18px;
    line-height: 24px;
  }
  
  .partnership-wrapper{
    padding-top: 40px;
    columns: 1fr;
  }
}

/***********  Footer ************/
.footer-container {
  padding: 0;
  background: #000;
}

.footer-wrapper {
  width: 100%!important;
  max-width: 1064px!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 40px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adress p {
  margin: 0;
  font-size: 14px;
  font-family: "opensans-regular";
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.logos p {
  min-width: 180px;
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logos table {
  width: 75px!important;
  align-self: flex-end;
}

.logos p > img {
  display: none;
}

@media only screen and (max-width: 600px) {
  .logos-wrapper > a {
    width: 100px;
    margin-bottom: 5px;
    margin-right: 10%;
  }
  .logos-wrapper > a > img {
    width: 95px;
  }
  .logos-wrapper > img {
    width: 20%!important;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .logos {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .logos table {
    align-self: center;
  }
  
  .logos p {
    justify-content: flex-start;
  }
}

/******** animations ***********/

@media only screen and (orientation: portrait) {
  .service-page-title-image_big {
    -webkit-animation-name: molecule-dancing-port;
    animation-name: molecule-dancing-port;
    -webkit-animation-duration: 36s;
    animation-duration: 36s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

@media only screen and (orientation: landscape) {
  .service-page-title-image_big {
    -webkit-animation-name: molecule-dancing-land;
    animation-name: molecule-dancing-land;
    -webkit-animation-duration: 36s;
    animation-duration: 36s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

@media only screen and (orientation: portrait) {
  .service-page-title-image_small {
    -webkit-animation-name: molecule-dancing-port;
    animation-name: molecule-dancing-port;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
}

@media only screen and (orientation: landscape) {
  .service-page-title-image_small {
    -webkit-animation-name: molecule-dancing-land;
    animation-name: molecule-dancing-land;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
}


@keyframes molecule-dancing-port {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center;
  }

  25% {
    transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      transform: rotate(-10deg);
    }
  }

  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center;
  }

  75% {
    transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      transform: rotate(10deg);
    }
  }
}

@-webkit-keyframes molecule-dancing-port {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center;
  }

  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg);
    }
  }

  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center;
  }

  75% {
    -webkit-transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg);
    }
  }
}

@keyframes molecule-dancing-land {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center;
  }

  25% {
    transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      transform: rotate(-10deg);
    }
  }

  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center;
  }

  75% {
    transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      transform: rotate(10deg);
    }
  }
}

@-webkit-keyframes molecule-dancing-land {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center;
  }

  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg);
    }
  }

  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center;
  }

  75% {
    -webkit-transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg);
    }
  }
}


/************ Form ***********/
.section-form {
  background: #32CA8F;
  /*background-image: url(https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/form-bg-image.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;*/
}

.section-form .section-heading h2 {
  color: #fff;
}

.section-form .section-heading h2::before {
  background: #000;
  box-shadow: 0px 5px 20px 0px rgba(3, 3, 3, 0.35);
}

.form-container {
  width: 100% !important;
  margin: 0 auto 80px !important;
  padding: 30px!important;
  float: none !important;
  padding: 0;
  position: relative;
  background: #fff;
}

.inputs-list {
  list-style: none;
  padding: 0;
  display: block;
}

.hs-form label {
    color: #111;
}

.hs-form-booleancheckbox-display {
    display: block;
}


.hs-input + span {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
}


.hs-input + span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #111;
  background: #fff;
}


.hs-input + span::after {
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #e0e0e0;
    background: #111;
}


.hs-input:checked + span::after {
    display: block;
}


.hs-form-booleancheckbox input {
  display: none;
}  

.hs-richtext.hs-main-font-element span {
  font-size: 14px!important;
}
 
.hs-form-booleancheckbox a,
.hs-richtext.hs-main-font-element a{
    color: #111;
    text-decoration: underline;
}
.hs-form-booleancheckbox a:hover,
.hs-richtext.hs-main-font-element a:hover {
   color: #111;
}

.contact-form fieldset {
  max-width: 955px!important;
}

.contact-form input,
.contact-form select {
    border: none;
    border: 2px solid #111;
    background: transparent;
    border-radius: 0!important;
}
.contact-form input:focus{
    border: none;
    border: 2px solid #111;
}
.contact-form .hs-form-field{
    position: relative;
    overflow: hidden;
}
.contact-form .hs-form-field input{
    padding-left: 12px;
    text-indent: 0;
    color: #111;
    min-height: 58px;
    background: #fff;
}

.contact-form .hs-form-field>label{
    display: inline-block;
    float: right;
    color: #555559;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 16px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: auto;
    pointer-events: none;
    overflow: hidden;
    padding: 0;
    margin-left: 10px;
    font-weight: 500;
    font-family: proxima-black;
    text-transform: uppercase;
    opacity: 0.6;
}

.contact-form .hs-form-field>label span{
    position: relative;
    display: inline-block;
    width: auto;
    color: #111;
    font-size: 14px;
    padding: .25em 0;
    font-style: normal!important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.contact-form .focus.hs-form-field>label span{
    left: 96%;
    -webkit-transform: translate3d(-96%,0,0);
    transform: translate3d(-96%,0,0);
}

#section-form .contact-form .hs_preferred_meeting_time_dropdown.hs-form-field > label span {
  color: #e0e0e0;
}

.contact-form fieldset.form-columns-2 .focus.hs-form-field>label span{
    left: 80%;
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);
}

.contact-form fieldset.form-columns-2 {
  margin-bottom: 30px;
}

.contact-form .hs-error-msgs{
  margin-left: 20px;
}

.contact-form .hs-error-msgs li{
  list-style-type: none;
}

.contact-form .hs-error-msgs label{
  color: red;
  font-weight: 700;
}

.contact-form .submitted-message {
  display: block;
  font-size: 26px!important;
  font-family: proxima-black;
  line-height: 30px;
  color: #000;
  text-align: center;
  overflow: hidden !important;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 35px;
}

.contact-form select.hs-input {
  display: block;
  margin-top: 50px;
  padding-top: 18px;
  background: #fff;
}

.contact-form select.hs-input {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.contact-form select.hs-input::-ms-expand {
  display: none;
}

.contact-form select {
    padding-left: 6px;
    text-indent: 0;
    min-height: 58px;
    float: right;
    color: #7d7d82;
    font-weight: normal;
    font-size: 14px;
    font-family: proxima-black;
    text-transform: uppercase;
}

.contact-form select > option {
    padding-left: 6px;
    text-indent: 0;
    min-height: 58px;
    float: right;
    color: #555559;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-form select > option[selected] {
    display: none;
}

.contact-form .hs-input {
  width: 100%!important;
}
#section-form .form-columns-2 .hs-form-field > label {
  opacity: 1;
}

#section-form .form-columns-2 .hs-form-field > label  span {
  color: #E0E0E0;
}

.hs_submit.hs-submit {
  padding: 30px 0;
  width: 100% !important;
  max-width: 320px; 
  margin: 0 auto!important;
}

.hs-submit .actions input.hs-button {
  font-size: 18px;
  font-family: proxima-black;
  display: inline-block;
  height: 64px;
  margin: 40px 20px 20px;
  padding: 0 60px;
  color: #fff;
  width: 100%;
  min-width: 320px;
  font-weight: normal!important;
  box-sizing: border-box !important;
  text-align: center;
  border: 1px solid #000;
  background-color: #000;
  text-transform: uppercase;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
}

.hs-submit .actions input.hs-button:hover{
  box-shadow: inset 0px 50px 50px 5px #fff;
  text-decoration: none!important;
  color: #111!important;
}

.contact-form .hs-error-msgs{
  margin-left: 20px;
}

.contact-form .hs-error-msgs li{
  list-style-type: none;
}

.contact-form .hs-error-msgs label{
  color: red;
}

.hs_submit.hs-submit {
  padding: 20px 0;
  width: 100% !important;
  max-width: 320px; 
  margin: 0 auto!important;
}

.actions {
  position: absolute;
  bottom: -50px;
  right: 10%;
}

/**********************************************/
@media only screen and (max-width: 767px) {
  .contact-form .hs-form-field>label{
    width: 95%;
  }
  
  .contact-form .focus.hs-form-field>label span{
      left: 90%;
      -webkit-transform: translate3d(-90%,0,0);
      transform: translate3d(-90%,0,0);
  }
}

@media only screen and (min-width: 680px) {
  .contact-form .hs-fieldtype-booleancheckbox {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    margin-bottom: 5vw;
  }
  
  .form-container {
    padding-bottom: 40px;
  }
  
  .actions {
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  
    
  .contact-form fieldset.form-columns-2 .hs-form-field {
     width: 100%!important;
     float: none!important;
   }
}

@media only screen and (max-width: 560px) {
  .patterns-image-container .button-color-wrapper a{
    max-width 200px;
  }
  .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .hs-submit .actions input.hs-button {
    width: 280px;
    min-width: 280px;
    margin: 30px 0 40px; 
  }
  
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    margin-bottom: 5vw;
    flex-basis: 47%;
  }
}

@media only screen and (max-width: 475px) {
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    flex-basis: 47%;
    min-width: 123px;
  }
  
  .contact-form .hs_events_checkbox_group .hs-input + span {
    font-size: 16px;
  }
  
  .contact-form .submitted-message {
    font-size: 18px!important;
  }
  
  .contact-form select.hs-input {
    margin-top: 75px;
  }
}