.primary-btn {
  background-color: #eb5424;
  margin: 1em 1em 1em 0;
  padding: 1rem 1.5rem !important;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  border: none;
  letter-spacing: 0.13rem;
}
.mo-submit-success-msg {
  display: none;
  margin-top: 1.6rem;
  background: #d7ffd7;
  position: fixed;
  top: 18rem;
  left: 20%;
  color: #2f4f4f;
  transform: translate(-50%, -13%);
  padding: 1rem;
  border-radius: 5px;
}
.mo-submit-error-msg {
  display: none;
  position: fixed;
  left: 20%;
  top: 18rem;
  transform: translate(-50%, -13%);
  margin-top: 1.6rem;
  background: #ffdfdf;
  color: #470000;
  padding: 1rem;
  border-radius: 5px;
}
.secondary-btn {
  text-wrap: balance;
  background-color: #fff;
  margin: 1em 1em 1em 0;
  padding: 1rem 1.5rem !important;
  border-radius: 5px;
  color: #000 !important;
  cursor: pointer;
  border: 1px solid #eb5424;
  letter-spacing: 0.13rem;
  font-weight: 600;
}
.primary-btn:hover {
  background-color: #d94514;
}
.secondary-btn:hover {
  background-color: #f1f1f1;
}
.product-banner-image {
  border-radius: 2rem;
  max-height: 500px;
  max-width: 100%;
  margin: 6em 0 0 0;
}
.product-banner-heading {
  font-size: 69px;
  padding: 1.5em 0 0.5em 1.5em;
}
.product-banner-text {
  color: #5b5b5b;
  line-height: 1.5;
  font-size: 16px;
}
.product-banner-btns {
  padding: 0 0 0 8em;
}

.product-desc {
  border-radius: 15px;
  padding: 2.5rem;
}

@media (max-width: 768px) {
  .primary-btn, 
  .secondary-btn {
   width: 100%;
   text-align: center;
   margin: 0;
   margin-bottom: 1em;

  }

  .product-desc {
    padding: 1rem;
  }
}
.other-product-box .fa-circle-thin {
  color: #f90;
  font-size: 60px;
}
.other-product-box .fa-stack {
  margin-right: 10px;
  margin-bottom: 15px;
}
.other-product-box .other-prod-icon .fa-stack-1x {
  font-size: 25px;
}
.other-prod-section {
  background: #fff;
  margin: 3% 1%;
  box-shadow: 0 1px 5px 0 #b0b2a8;
  border-color: #fff;
  border-radius: 0 32px;
  transition: top ease 0.5s;
  padding: 2em;
  flex: 1;
  position: relative;
}
.other-prod-section:hover {
  box-shadow: #0003 0 0 1em;
  cursor: pointer;
}
.other-prod-heading {
  font-size: 2.5rem;
  padding-bottom: 2%;
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin-top: 10px;
  font-weight: 600;
  color: #424242 !important;
}
.other-prod-text {
  padding: 1em 0 2.5em;
  font-size: 16px;
  margin-bottom: 1em;
  color: #424242;
}
.other-prod-link {
  color: #eb5424;
  font-size: 16px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 2em;
}
.other-prod-box {
  display: flex;
  padding: 2em;
}
.other-prod-section a {
  text-decoration: none;
  color: #000;
}
.other-prod-main-heading {
  font-size: 42px;
  color: #393939;
  padding-top: 1em 1em 0;
  font-weight: 600;
}
.text-decoration-none {
  text-decoration: none;
}
.pd-tp-tr {
  padding-top: 3em;
}
.pd-tp-tw {
  padding-top: 2em;
}
.pd-lt-nn {
  padding-left: 9em;
}
.margin-top-zero {
  margin-top: 0;
}
.margin-top-4em {
  margin-top: 4em;
}
.margin-left-2em {
  margin-left: 2em;
}
.margin-left-3-5em {
  margin-left: 3.5em;
}
.mg-bt-tty {
  margin-bottom: 30px;
}
.bf-heading {
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.2px;
  color: #626363;
  margin-top: 31px;
  margin-bottom: 16px;
}
.manual-icon-with-title {
  background: #fff;
  padding: 20px 34px 16px 40px;
  margin: 15px 15px 15px 15px;
  display: block;
  position: relative;
  text-align: left;
}
h5 {
  font-weight: 500 !important;
  color: #5d5d5d !important;
  font-size: 18px !important;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.desc {
  color: #777;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 22px;
  letter-spacing: 0.3px;
}
#icon1,
#icon2,
#icon3,
#icon4,
#icon5,
#icon6,
#icon7,
#icon8,
#icon9,
#icon10 {
  font-size: 24px;
  color: #eb5424;
}
.app_section {
  padding-right: 17%;
  padding-left: 17%;
  padding-top: 2%;
}
.app_heading {
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
}
.apps-icon {
  padding-top: 6%;
  width: 4em;
  display: contents;
}
.app-box {
  text-align: center;
}
.app_text {
  font-size: 18px;
  color: #00000091;
  padding-top: 10px;
  line-height: 26px;
  letter-spacing: 1px;
}
.col-md-6 .text_center {
  width: 24em;
}
.center-pills {
  display: inline-block;
}
.nav-pills {
  border: 1px solid #131313;
  height: 55px;
  border-radius: 50em;
  padding-top: 3px;
}
.nav-pills > li {
  width: 200px;
}
.tab-font {
  vertical-align: text-bottom;
  font-size: 20px;
}
.nav-pills > li li {
  margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:active,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #f2f9fa;
  background-color: #151414;
  height: 47px;
  border-radius: 50em;
  padding-top: px;
}
.nav-pills > li > a:hover {
  color: #fff;
  background: #d46a65;
  height: 46px;
  border-radius: 50em;
  padding-top: px;
}
.nav-pills > li > a:focus {
  color: #fff;
  background: grey;
  height: 47px;
  border-radius: 50em;
  padding-top: px;
}
.nav-pills > li.active {
  background-color: #0f0606;
  border-radius: 50em;
  padding-top: px;
}
.nav-pills > li > a {
  border-radius: 0;
  height: 47px;
  border-color: #e85700;
  font-weight: 500;
  color: #101110;
  text-transform: uppercase;
}
.methods_box1 {
  display: none;
}
.methods_box2 {
  display: none;
}
.pad_box {
  padding-left: 14%;
  padding-right: 14%;
}
.test_pad {
  padding-right: 150px;
  padding-left: 150px;
}
.custom_sub_head {
  padding-left: 80px;
}
.ques-pad {
  padding-left: 5%;
  padding-right: 5%;
}
.faq-box {
  box-shadow: 2px 0 11px silver;
  border-top: 5px solid #f90;
  padding: 2em 0 0;
  text-align: center;
  background: #fff;
}
#ques-row {
  padding-top: 1%;
}
.fp {
  text-align: center;
  color: #060;
}
.instant-integration-block {
  background: #dee9f078 !important;
  padding-top: 15px;
}
.imgidb {
  padding-top: 0;
  width: 560px;
  margin-left: -7em;
}
.cta-section {
  background-image: url('/images/landing-page/mfa-background.svg');
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: left center; 
  color: #fff;
  padding: 3rem 0 0 5rem;
}

.cta-container {
  display: flex;
  align-items: center;
}

.cta-content {
  flex: 1 1 520px;
  padding-left: 40px;
}

.cta-image {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 992px) {
  .cta-section {
    background-image: none !important;
    background-color: #0a0a1a;
    padding: 2rem 1rem 1rem 1rem; 
  }

  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-content {
    flex: 1 1 332px;
  }

  .cta-image {
    margin: 1.5rem auto -1rem auto;
  }
}

.font-size-24px {
  font-size: 24px;
}
.ib-ct {
  padding-left: 5%;
  padding-right: 5%;
}
.feature-cl {
  background-color: none;
  padding-right: 4%;
  padding-left: 4%;
}

@media (max-width: 768px) {
  .feature-cl {
    padding-right: 1%;
    padding-left: 1%;
  }

  .pd-otsideoff-box {
    padding: 1%;
  }
}
#check {
  margin: 2%;
  font-size: 17px;
  color: #fff;
  margin-top: 11px;
}
.border {
  border: solid 1px grey;
}
.timeline1 {
  position: sticky;
  z-index: 2;
  top: 0;
  padding-top: 109px;
  height: 200px;
  padding-right: 20%;
  padding-left: 20%;
}
.line {
  position: relative;
  display: table;
}
#text {
  font-size: 20px;
  padding: 13px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.sticky {
  position: sticky;
}
.ib-ct-sec {
  padding-left: 12%;
  padding-right: 12%;
  background: #f0edf970;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}
.textsec {
  color: #000000d1;
  font-size: 17px;
  padding-top: 2em;
  text-align: justify;
}
.icons {
  text-align: center;
}
.steps {
  padding-right: 12%;
  padding-left: 12%;
  padding-top: 4em;
}
.intro-sec {
  text-align: center;
  padding: 2% 12%;
}
.mg-lt-nve {
  margin-left: -50px;
}
.subheading-idb {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #363d40;
}
.heading-idb {
  margin-top: 40px;
  line-height: 1.5;
  font-size: 16px;
}
.card-body {
  text-align: center;
}
.card-title {
  margin-bottom: 25px !important;
  padding-top: 15px;
}
.card {
  width: 23%;
  border: 1px solid #d3d3d3;
  margin: 10px;
  height: 250px;
  box-sizing: border-box;
}
.card:hover {
  box-shadow: 0 -1px 11px silver;
}
.tabs11 {
  position: relative;
  float: left;
  margin-bottom: -1px;
  display: block;
  z-index: 1;
  flex: 1;
  box-sizing: border-box;
  list-style: none;
  text-align: center;
}
.idp-section,
.userstore-section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
}
.span-idp {
  vertical-align: middle;
  text-decoration: none;
}
.tabs-default {
  border-bottom: 4px solid #2c8686;
}
.tabs-style-underline {
  overflow: hidden;
  font-size: 1.25em;
}
.active-section {
  display: block;
}
.tab-p {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.5;
}
.tab-idp {
  z-index: 1;
  flex: 1;
  list-style: none;
  text-align: center;
  display: block;
}
.tab-us {
  z-index: 1;
  flex: 1;
  list-style: none;
  text-align: center;
  display: block;
}
.tab-des {
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.tab-link {
  display: block;
  padding: 10px 15px;
  color: black;
  cursor: pointer;
  overflow: hidden;
}
.tab-link:hover {
  color: black !important;
  text-decoration: none;
}
.feature-column {
  float: left;
  width: 33.33%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.img-wrap {
  position: relative;
  float: left;
  width: 162px;
  height: 75px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 14px;
  cursor: pointer;
}
.flex-text {
  padding: 3em;
}
.m-heading {
  text-align: center;
}
.bg {
  background-color: #2f373d;
  padding: 1rem 7rem 0 13rem;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.pre-integrated-apps-padding {
  padding: 38px 38px !important;
}
.padding-23px {
  padding: 23px;
}
.tab-border-bottom {
  border-bottom: 1px solid #2c8686;
}
.ds-sub-point {
  font-weight: 600;
  font-size: 1.2em;
}
.directories-section {
  padding: 0;
  padding-bottom: 10px;
}
.connect-external-directory {
  font-size: 1.3em;
  text-align: center;
  padding-top: 12px;
}
.directory-services-bg {
  background: #f3f3f4;
}
.img_gray {
  filter: grayscale(1);
}
.other_products_links {
  font-weight: 700;
  text-align: center;
  color: #747373;
  margin: 0 auto;
}
.other_products_links div {
  padding: 40px 0;
}
.product-img {
  border-radius: 2rem;
  max-height: 500px;
  padding: 1em;
}
.content-2fa-section {
  padding: 3em 5% 0;
}
.content-2fa-section-alt {
  background-color: #fafafa;
}
.ques-method {
  padding: 2em 0 0;
  text-align: center;
}
.feature-2fa-box {
  box-shadow: 2px 0 11px silver;
}
.method-2fa-box {
  box-shadow: 2px 0 11px silver;
  margin: 2em 1em 0;
  padding: 2em 4em;
  border-radius: 5%;
  cursor: pointer;
}
.method-2fa-box:hover {
  box-shadow: 5px 5px 10px #7f7d7d;
}
.img-2fa-method {
  height: 60px;
  width: 60px;
}
.methods_box h4,
.methods_box1 h4,
.methods_box2 h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 -3em;
  color: #000 !important;
  text-align: center;
  padding-top: 1em;
}
.methods_box,
.methods_box1,
.methods_box2 {
  padding: 4em 2em 2em 2em;
}
.button-image {
  width: 6em !important;
}
.pad_2fa {
  padding: 2em 150px 4em !important;
}
.ques-2fa-box {
  background-color: #fff;
  height: auto;
}
.twofa-table-style {
  width: 70%;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10%;
}
.margin-top-15px {
  margin-top: 15px;
}
.flex-display {
  display: flex;
}
.margin-top-15px {
  margin-top: 15px;
}
#icon-features {
  font-size: 34px;
  color: #2c8686;
}
.oracle_apps {
  padding: 2% 10%;
  background: #dee9f078;
}
.image-shadow {
  box-shadow: 2px 0 11px silver;
}
.appsBox {
  padding: 1% 2%;
  text-align: center;
}
.appInnerBox {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #b3b5a6;
  border-radius: 5px;
  padding: 2rem;
  transition: top ease 0.5s;
  top: 0;
  position: relative;
  padding-bottom: 5px;
  width: 337px;
}
.appInnerBox:hover {
  top: -10px;
  box-shadow: 0 2px 6px 1px #a99e9e;
}
.app_img {
  width: 50%;
}
.appLink {
  text-decoration: none !important;
}
.manual-icon-with-title1 {
  padding: 20px 34px 16px 40px;
  margin: 15px 15px 15px 15px;
  display: block;
  position: relative;
  text-align: center;
}
.app_text1 {
  font-size: 18px;
  color: #000000eb;
  padding-top: 10px;
  line-height: 26px;
  letter-spacing: 1px;
}
.oracle_apps {
  padding: 2% 10%;
  background: #dee9f04d;
}
.header-text {
  line-height: 1.5;
  padding-top: 15px;
}
.benefit-box {
  padding: 5% 10%;
}
.compare-box {
  background: #f4f4f4;
  padding: 1% 5%;
}
.compare-sec {
  background: #fff;
  margin: 2% 9%;
  border-radius: 8px 50px 8px 50px;
  padding: 1em;
  text-align: center;
}
.compare-heading {
  font-weight: 600;
  font-size: 27px;
  padding: 10px 0;
}
#compare-btn {
  background: #1a3f4b;
  color: #fff;
  padding: 8px 30px;
  margin: 15px;
}
.compare-icon {
  font-size: 3em;
  padding-top: 10px;
}
.contact-info-text {
  text-align: center;
  font-size: 17px;
}
.idp-box {
  box-shadow: 2px 0 11px silver;
  margin: 2em 1em 0;
  padding: 1em 0;
  border-radius: 5%;
  cursor: pointer;
}
#pop-div.box_border {
  display: inline-block !important;
  width: 100%;
  padding: 2em 20px;
  margin: 1em 5px;
  color: #000;
  box-shadow: 2px 0 11px silver;
  height: 175px;
}
.prod-expand-opening {
  background-color: #fff;
  position: fixed;
  z-index: 1;
  width: 80%;
  margin: 15em 9em;
  padding: 0 3em 4em;
}
.prod-expand-wrapper {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  display: none;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
.prod-close-opening {
  color: red;
  float: right;
  font-size: 40px;
  font-weight: 700;
  padding-top: 10px;
  right: 1em;
  cursor: pointer;
}
.guide-btn {
  margin: 25px 2px;
  background-color: #eb5424;
  color: #fff;
  width: max-content;
  opacity: 0.9;
}
.guide-btn:hover {
  opacity: 1;
  color: #fff;
}
.app-intg-box {
  height: 175px;
  cursor: pointer;
}
.faq-box {
  box-shadow: 2px 0 11px silver;
  border-top: 5px solid #f90;
  padding: 2em 0 0;
  text-align: center;
  background: #fff;
}
.intg-img-box {
  height: 75px;
}
.image_webauthn {
  width: 192px;
  margin-right: 3em;
}
.webauthn-supported-platforms {
  width: 19em;
  border-radius: 10px;
  border: 3px solid #2c8686;
  padding: 3.5em 2.5em 1em 2em;
  height: 17em;
}
.webauthn-platfrom-head {
  font-weight: 700;
  color: #2c8686;
}
.bf-heading-webauthn {
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000;
  margin-top: 31px;
  font-size: 40px !important;
  margin-bottom: 1em;
  font-weight: 600;
}
.benifits-of-webauthn-mo {
  width: 19em;
  text-align: justify;
  line-height: 27px;
}
.webauthn-framework-logo {
  margin-bottom: 17px;
}
.page-content {
  margin-left: 5em;
  margin-right: -9em;
}
.image-reverse-section {
  width: 60px;
  margin-top: 2em;
}
@media screen and (max-width: 992px) {
  .product-banner {
    height: auto;
  }
  .pd-lt-nn {
    padding-left: 0em;
  }
  .margin-left-3-5em {
    margin-left: 0em;
  }
  .product-banner-image {
    max-width: 80%;
    margin: 1em;
  }
  .product-banner-heading {
    padding: 1.5em 0 0.5em 0em;
    font-size: 42px;
  }
  .img_gray {
    width: 50%;
    filter: grayscale(1);
  }
  .header-btn {
    margin: 10px;
  }
  .product-banner-text {
    padding: 0.3em 0;
  }
  .product-banner-btns {
    padding: 0 0 0 2.2em;
  }
  .other-prod-box {
    display: block !important;
  }
  .prod-expand-opening {
    margin: 10em 2em;
    overflow-y: auto;
    height: 40em;
    padding: 0 1em;
  }
  .prod-close-opening {
    position: absolute;
    z-index: 999 !important;
  }
  .app-intg-box {
    height: auto;
  }
  .product-img {
    max-width: 100%;
  }
  .pad_2fa {
    padding: 1em 0 2em !important;
  }
  .feature-2fa-box {
    padding-left: 1em;
  }
  .img-2fa-method {
    margin-left: -1em;
  }
  .directories-section {
    padding: 0;
    padding-bottom: 10px;
  }
  .connect-external-directory {
    font-size: 13px !important;
    text-align: center;
    padding-top: 12px;
  }
  .directory-services-bg {
    background: #f3f3f4;
  }
  .box_feature,
  .test_pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bf-container,
  .other_products_links {
    width: auto;
  }
  .ben {
    width: 100%;
  }
  .custom_sub_head {
    padding-left: 10px;
  }
  .manual-icon-with-title {
    padding: 20px;
  }
  .tab-des {
    display: block;
  }
  .heading,
  .product-heading {
    margin-left: auto;
    margin-right: auto;
  }
  .feature-column {
    width: 100%;
  }
  .sub-heading {
    padding: 1em;
  }
  .tabs11 {
    float: none;
  }
  .other_prod {
    padding: 1em !important;
  }
  .mid {
    height: auto;
  }
  .timeline {
    display: none;
  }
  .other_prod div {
    width: 100% !important;
  }
  .margin-left-2em {
    margin-left: 0;
  }
  .padding-left-9em {
    padding-left: 1em;
  }
  .webauthn-supported-platforms {
    margin-bottom: 1em;
    width: 19em;
    border-radius: 10px;
    border: 3px solid #2c8686;
    padding: 3.5em 2.5em 1em 2em;
    height: 17em;
  }
  .page-content {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-view-partner-logo {
    width: 175px;
  }
}
.ldap-usecase-card {
  background-color: #f5f5f5;
  border-radius: 15px;
  margin: 25px 10px;
  box-shadow: #6b676733 0.3em 0.3em 0.5em;
  height: 391px;
  padding: 18px;
}
.agreement-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2em;
  padding: 3em;
  margin: 0 1em 3em;
  background-image: linear-gradient(to bottom right, #fcfafa, #f2f1f0);
}
.iam-header-row {
  padding: 13rem 10rem 0;
  height: 33rem;
  background: url(/images/iam/iam-header-bg-img.webp);
  background-size: cover;
}
.resources-card-link {
  margin: 1em 1.5em;
  font-size: 16px;
  color: #eb5424 !important;
  border-bottom: 1px solid;
  float: right;
  font-weight: 600;
}
.no-list-style {
  list-style: none;
}

/* Customer Identity Landing Page */
:root {
  --main-orange: #ff5e1f;
  --pure-white: #ffffff;
  --primary-white: #f8f0f0;
  --tertiary-beige: #f4e7d5;
  --primary-black: #3d3d3d;
  --desc-grey: #62626a;
  --desc-white: #d3d3d3;
}
.h1-heading {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
  color: var(--primary-black);
}
.h2-heading {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
  word-break: break-word;
  color: var(--primary-black);
}
.h3-heading {
  font-size: clamp(3rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.3;
  text-wrap: balance;
  word-break: break-word;
  color: var(--primary-black);
}
.primary-desc {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.3px;
  color: var(--desc-grey);
}
.secondary-desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.3px;
  color: var(--desc-grey);
}
.tertiary-beige {
  color: #f4e7d5;
}
.bg-dark {
  background-color: #292c29;
}
.bg-dark .h2-heading {
  color: var(--primary-white);
}
.bg-dark .h3-heading {
  color: var(--primary-white);
}
.bg-dark .secondary-desc {
  color: var(--desc-white);
}
.hospitality-usecase {
  background-image: url(/images/customers/oberoi-group-background.webp);
}
.int-box {
  padding: 1.25rem 1.56rem;
  background-color: #f7f7f7;
  color: #000;
  border-radius: 5px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.int-box img {
  height: auto;
  width: 9.25rem;
}
.int-box-overlay {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 10px 10px;
  width: inherit;
  opacity: 0;
  transition: 0.5s ease;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.int-box:hover .int-box-overlay {
  opacity: 1;
}
.integration-dark-section {
  display: flex;
  background-color: #292c29;
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  min-height: 500px;
}
.integration-img-section {
  flex: 1 1 50%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0.99;
}
.integration-content-section {
  display: flex;
  flex-direction: column;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 5rem;
}
.comparison-head .secondary-desc {
  color: var(--pure-white);
}
colgroup:nth-child(1) {
  width: 20%;
  border: 0 none;
  background-color: #3c3f3c;
  border-radius: 10rem;
}
colgroup:nth-child(2) {
  width: 40%;
  border: 0 none;
}
colgroup:nth-child(3) {
  width: 40%;
  border: 0 none;
}
.comparison-head th {
  padding: 2rem;
  background-color: #3c3f3c;
}
.comparison-body th,
td {
  padding: 2rem;
  border: 1px solid #eb542460;
}
.hero-section {
  padding: 10rem 10rem 6rem;
}
.demo-card-img {
  width: -webkit-fill-available;
}
@media screen and (max-width: 992px) {
  .integration-dark-section {
    flex-direction: column;
  }
  .hero-section {
    padding: 10rem 0rem 1rem;
  }
}

@media (max-width: 768px) {
  .h2-heading {
    font-size: 3.5rem;
  }
}

/* Customer Identity Landing Page Fix*/

.tabs-container-dark {
  background-color: #16171a;
  color: #fff;
  padding: 6.2rem;
  border-radius: 3.2rem;
  margin: 0 80px;
  height: auto;
}

.tabs-grid {
  display: grid;
  grid-template-columns: 2fr 4fr;
  padding: 0 0.8rem;
}

.tabs-titles {
  display: flex;
  flex-direction: column;
  margin-top: 2.2rem;
}

.tab-title-dark {
  padding: 10px 18px;
  cursor: pointer;
  font-size: 1.8rem;
  color: #d2d2d2de;
  border-left: 3px solid #383430c4;
}

.tab-title-dark:hover {
  color: #fff;
}

.tab-title-dark.active {
  border-left: 3px solid #ff6600;
  color: #eb5424;
}

.tab-content-container {
  display: none;
}

.tab-content-container.active {
  display: block;
}

.tabs-content {
  padding: 4rem 6rem;
  background-color: #1d1e23;
  color: #fff;
  border-radius: 1rem;
  margin-top: 2.2rem;
  letter-spacing: 0.8px;
}

.tabs-contents {
  color: #a0a0a0;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .tabs-container-dark {
    padding: 26px;
    margin: 0 10px;
    height: auto;
  }

  .tabs-grid {
    grid-template-columns: 1fr;
  }

  .tabs-titles {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-title-dark {
    padding: 10px 12px;
    font-size: 1.6rem;
    width: 100%;
  }

  .tabs-content {
    margin-top: 2rem;
    padding: 1.5rem;
  }

  .tab-title-dark.active {
    border-left: 3px solid #ff6600;
    border-bottom: none;
  }
}


/* Make difference SSO section*/
.tab {
  border: 1px solid #e8e8ea;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.tab-title {
  background-color: #f5f5f5;
  padding: 1.6rem;
  cursor: pointer;
  transition: 0.3s ease;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.7rem;
}

.tab-title h3 {
  font-size: 1.6rem;
  margin: 0;
}

.tab-title i {
  color: #eb5424;
  vertical-align: middle;
  transition: transform 0.3s ease; /* Smooth rotation */
}

.tab-title.active i {
  transform: rotate(180deg); /* Rotate the icon upwards */
  color: #333333;
}

.tab-contentp {
  padding: 1.2rem;
  margin: 0.5rem;
  display: none;
}

.tab-contentp.active {
  display: block;
}

.th-idp-img-box {
  background-color: var(--pure-white);
}

.quote-container {
  background-color: #333;
  color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  margin: 0 20px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote-container p {
  margin: 0;
  line-height: 1.8;
}

.author {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #ff7e39;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.read-more:hover,
.read-more:focus {
  text-decoration: none;
  color: #ffb9a2;
}

.read-more span {
  margin-left: 5px;
}

.customer-card-dark {
  margin: 1rem 16rem;
  background-color: #000;
  border-radius: 16px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-background-image {
  position: relative;
}

.overlay-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .customer-card-dark {
    margin: 0;
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .quote-container {
    padding: 12px;
    margin: 1rem;
    border-radius: 12px;
  }

  .customer-background-image {
    width: 100%;
    height: auto;
  }

  .customer-background-image img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
  }

  .overlay-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    height: auto;
  }
}

.margin-top-0rem {
  margin-top: 0;
}

.texthighlight {
  color: #f8f0f0;
  text-decoration: underline;
}

.texthighlight:hover {
  color: #eb5424 !important;
  text-decoration: none;
}

.pd-otsideoff-box {
  padding: 3% 7%;
}

.video-style {
  width: 95%;
}

@media (max-width: 550px) {
  .video-style {
    width: -webkit-fill-available;
  }
}

/* sso page industry section */

.apps-list {
  padding: 0 !important;
}

.usecase-section-left-nav {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline;
  padding: 0px 5px;
  cursor: pointer;
}

.application-type {
  padding: 1.5rem 2.5rem;
  border: 2px solid #eaeaea;
  border-radius: 4rem;
  width: auto;
  margin: 0 1rem;
  color: #9e9e9e;
  background: #fff;
}

.application-type:hover {
  box-shadow: 4px 5px 9px #c7c7c7;
}

.partners-active {
  box-shadow: 4px 5px 9px #c7c7c7;
  background: #f8f8f8;
  color: #000;
  border: 2px solid #dedede;
}

@media (max-width: 768px) {
  .usecase-section-left-nav {
    display: block;
    margin-bottom: 15px;
  }
}

/* new video section */
.product-video-hero.prod-banner {
  margin-top: 105px;
}
.product-video-hero .products-banner-h-t1 {
  color: #eb5424;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.product-video-hero .products-banner-h-t2 {
  color: #3d3d3d;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.product-video-hero  {
  color: #525252;
  font-size: clamp(16px, 4vw, 18px);
  line-height: normal;
}
.product-video-hero {
  position: relative;
  min-height: 38.5em;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
}
.product-video-hero-media {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 80%;
  width: 177.77vh;
  height: 30.25vw;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.product-video-hero .products-banner-heading {
  position: relative;
  z-index: 2;
}
.product-video-hero .prod-banner-contents {
  padding: 7.5rem 0;
  margin: 1rem 0 3rem 0;
}
@media screen and (min-resolution: 120dpi) {
  .product-video-hero {
    min-height: 32em;
  }
  .product-video-hero-media {
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 993px) {
  .product-video-hero .products-banner-h-t1,
  .product-video-hero .products-banner-h-t2 {
    font-size: 4.2rem !important;
  }
  .product-video-hero {
    min-height: 28em;
  }
  .product-video-hero-media {
    width: 150vw;
    height: auto;
    min-height: 100%;
    display: none;
  }
  .product-video-hero .products-banner-heading {
    padding: 0 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .product-video-hero-media {
    display: none;
  }
}
/* new video section */


/* new customer section */

.med-container {
  width: 80%;
  margin: 5em auto;
}

.customer-story {
  position: relative;
}

.cust-quote {
  position: absolute;
  width: 25%;
  opacity: 0.3;
  z-index: -111;
  left: -73px;
  top: -4rem;
}

.ratings-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.subhead {
  font-size: 18px;
  text-align: center;
  margin-top: 1.5em;
}

.customer-toggle-box {
  background: #f5f6f8;
  border-radius: 10px;
  padding: 1rem 1rem;
  margin: 2% auto;
  list-style: none;
  display: flex;
  border: 1px solid #e4e4f1;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.customer-toggle-box li {
  font-size: 16px;
}

.mo-customer-sub {
  height: 30px;
  margin: 0 36px;
}

.mo-success-stories,
.mo-res {
  padding: 8px 26px;
  color: black;
}

 .mo-success-stories:hover {
  color: black;
 }

.active .mo-toggle .mo-success-stories:hover {
  color: #fff;
}

.mo-toggle {
  background-color: #23232a;
  padding: 8px;
  border-radius: 8px;
}

.mo-toggle a {
  color: #fff!important;
}

.mo-success-box {
  border: 1.5px solid #e1e3e9;
  border-radius: 10px;
  background-color: #f5f6f8;
  display: flex;
  flex-direction: row;
}

.mo-success-card {
  display: flex;
  flex-direction: column;
}

.mo-success-card h3 {
  font-size: 20px;
  line-height: 1.5;
}

.bottom-logos {
  position: absolute;
  bottom: 0;
  padding: 35px 0;
  border-top: 1.5px solid #e1e3e9;
  right: 50px;
  left: 50px;
  display: flex;
  justify-content: space-between;
  filter: grayscale(100%);
}

.mo-success-customer {
  width: 100%;
  padding: 0;
}

.mo-res-event-head {
  padding: 80px 20px 55px 30px;
  height: 100%;
}

.mo-res-event-head p {
  font-size: 20px;
  line-height: 1.5;
}

.customer-list {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 22px 0;
  justify-content: center;
  border-top: 1px solid #e4e4f1;
}

.mo-customer-sub {
  height: 30px;
  margin: 0 36px;
}

.dbs-logo,
.telstra-logo {
  height: 30px;
}

.goldman-sachs-logo,
.pfizer-logo,
.decathlon-logo,
.google-logo,
.cisco-logo,
.aws-security-logo {
  height: 35px;
}

.public-investment-fund-logo,
.eu-council-logo,
.new-york-university-logo,
.duke-university-logo,
.rolex-logo,
.at-and-t-logo,
.du-logo {
  height: 40px;
}

.mastercard-logo,
.ericsson-logo,
.apple-logo {
  height: 45px;
}

.national-institute-of-health-logo,
.john-hopkins-university-logo {
  height: 50px;
}

.emirates-group-logo,
.procter-Gamble-logo,
.target-logo {
  height: 55px;
}

.us-department-of-air-force-logo,
.naval-air-systems-command-logo,
.florida-ahca-logo,
.harvard-logo,
.bayer-healthcare-logo {
  height: 60px;
}

@media (max-width: 768px) {
  .customer-toggle-box {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 2rem;
    gap: 2rem;
  }

  .mo-customer-sub {
    margin: 0 8px;
    height: auto !important;
    width: auto !important;
    max-height: 3.5rem;
    max-width: 3.5rem;
  }

  .mo-success-stories,
  .mo-res {
    padding: 8px;
  }

  .mo-success-box {
    flex-direction: column;
  }

  .mo-success-customer {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
  }

  .mo-res-event-head {
    padding: 6px;
    text-align: left;
    height: auto;
  }

  .mo-res-event-head p {
    font-size: 12px;
  }

  .customer-list {
    bottom: auto;
    padding-top: 24px;
    gap: 0;
  }

  .mo-customer-sub {
    margin: 0 8px;
    height: auto !important;
    width: auto !important;
    max-height: 3.5rem;
    max-width: 3.5rem;
  }

  .mo-success-box {
    flex-direction: column;
  }

  .mo-toggle {
    width: 55%;
  }
}

.product-video-hero.prod-banner {
  margin-top: 105px;
}
.product-video-hero .products-banner-h-t1 {
  color: #eb5424;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.product-video-hero .products-banner-h-t2 {
  color: #3d3d3d;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.product-video-hero  {
  color: #525252;
  font-size: clamp(16px, 4vw, 18px);
  line-height: normal;
}
.product-video-hero {
  position: relative;
  min-height: 38.5em;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
}
.product-video-hero-media {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 80%;
  width: 177.77vh;
  height: 30.25vw;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.product-video-hero .products-banner-heading {
  position: relative;
  z-index: 2;
}
.product-video-hero .prod-banner-contents {
  padding: 7.5rem 0;
  margin: 1rem 0 3rem 0;
}
@media screen and (min-resolution: 120dpi) {
  .product-video-hero {
    min-height: 32em;
  }
  .product-video-hero-media {
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 993px) {
  .product-video-hero .products-banner-h-t1,
  .product-video-hero .products-banner-h-t2 {
    font-size: 4.2rem !important;
  }
  .product-video-hero {
    min-height: 28em;
  }
  .product-video-hero-media {
    width: 150vw;
    height: auto;
    min-height: 100%;
    display: none;
  }
  .product-video-hero .products-banner-heading {
    padding: 0 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .product-video-hero-media {
    display: none;
  }
}
