/* Product Sans Font Definitions */
@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSansFont/ProductSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/* Global Styles */
body {
    font-family: 'Product Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Product Sans', sans-serif;
    font-weight: bold;
}
tr {
    border: 1px solid black;
}
table {
    border: 1px solid black !important;
}
thead {
    background: black !important;
}
table tr:nth-child(odd) {
  background-color: #ffffff;
}

table tr:nth-child(even) {
  /* background-color: #ffffff; */
}
span.dropbutton-arrow {
        left: 13px;
}
table thead th, .table thead th {
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    color: var(--Dark-Blue, #003CA4);
    padding: 10px !important;
    font-size: 18px;
}
table{
  vertical-align: middle !important;
}
.user--full .field__label {
    display: none;
}
.user--full h2{
  margin-bottom: 20px;
}
 .js td .dropbutton-multiple{
  padding-right: 0 !important;
  margin: 0 !important;
}
.apigee-entity--app .card .card-header {
    font-size: 1rem;
    background: rgba(181, 214, 252, 0.4784313725) !important;
}
.sl-py-16{
  padding-top: 0 !important;
}
.apigee-developer-apps-list h3,
.user--full h5{
  color: #4D4D4D;
  font-family: "Product Sans";
  font-size: 24px !important;
  font-style: normal;
  font-weight: 900 !important;
  line-height: normal;
}
.user--full .dropbutton-action a {
    font-size: 15px;
    font-weight: 400;
}
.user--full li{
  color: var(--Dark-Blue, #003CA4);
  font-family: "Product Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.apigee-developer-apps-list tr, .apigee-developer-apps-list th, .apigee-developer-apps-list td, .apigee-developer-apps-list table {
    border: none !important;
}
.apigee-developer-apps-list li.dropbutton-toggle {
    background: #cdcdcd;
}


.apigee-developer-apps-list .dropbutton-action{
  width: 100px;
}

.openbanking-api-menu,
.guide-menu {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background-color: #fff;
  border-radius: 6px;
  font-family: 'Segoe UI', sans-serif;
  height: fit-content;
}

.swagger-ui .highlight-code span {
  color: white;
}
.swagger-ui > div > .wrapper > .block, .swagger-ui > div > .scheme-container > .block
 {
    padding: 0;
    margin-bottom: 20px;
}
.swagger-ui .responses-header .col_header, .headerline {
    color: black !important;
}
.swagger-ui .scheme-container .schemes .auth-wrapper .authorize,
.swagger-ui .scheme-container .schemes .auth-wrapper .btn-done {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding-right: 20px;
    border-radius: 10px !important;
    text-align: center;
    padding: 10px 24px;
}
.api-menu-label {
  font-weight: 600;
  font-size: 1rem;
  color: #0056b3;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dee2e6;
}

.openbanking-api-menu ul.menu,
.guide-menu ul.menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.openbanking-api-menu .menu-item,
.guide-menu .menu-item {
  margin-bottom: 6px;
}

.openbanking-api-menu .menu-item a,
.guide-menu .menu-item a
 {
  display: block;
  padding: 8px 12px;
  color: #212529;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.openbanking-api-menu .menu-item a:hover,
.guide-menu .menu-item a:hover

{
  background-color: #f0f4f9;
  color: #0056b3;
}

.openbanking-api-menu .menu-item .is-active,
.openbanking-api-menu .menu-item--active-trail > a,
.guide-menu .menu-item .is-active,
.guide-menu .menu-item--active-trail > a {
  background-color: #e9f2ff;
  color: #004085;
  font-weight: 600;
}

.landing--full:has(.developer-guide)  .col-md-8{
  width: 90% !important;
}

.sidebar-first .block {
    padding: 0 0px;
}

.sidebar-first a.is-active {
    font-weight: bold;
    text-decoration: underline;
    margin: 1px 0;
}

.sidebar-first ul.menu {
    list-style-type: none;
}
table tbody td, .table tbody td {
    padding: 1.5rem 0;
    border: 1px solid black;
    padding: 10px !important;
}
.developer-guide img {
    border: 1px solid gray !important;
}
.simplelogin-form .forgot-password, .simplelogin-link a, .simplelogin form.user-pass p, .simplelogin-form .description, fieldset legend, .simplelogin .form-item label, .simplelogin .form-wrapper .label ,p {
    font-family: 'Product Sans', sans-serif;
    font-weight: normal;
    text-align: justify;
}

.light-text {
    font-family: 'Product Sans', sans-serif;
    font-weight: 300;
}

.medium-text {
    font-family: 'Product Sans', sans-serif;
    font-weight: 500;
}

.black-text {
    font-family: 'Product Sans', sans-serif;
    font-weight: 900;
}

.bold-text {
    font-family: 'Product Sans', sans-serif;
    font-weight: bold;
}

.container,
.container-tcc {
  max-width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* Desktop */
@media (min-width: 1440px) {
  .container,
  .container-tcc {
    max-width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

/* Tablet */
/* @media (min-width: 1280px) {
  .container,
  .container-tcc{
    padding-left: 60px !important;
    padding-right: 60px !important;
    max-width: 1100px !important;
  }
} */
  /* Large Desktop */
  @media (min-width: 1680px) {
    .container,
    .container-tcc {
      padding-left: 96px !important;
      padding-right: 96px !important;
      max-width: 100% !important;
    }
  }
.color-gray{
  color: #E7EAF5;
}
.color-black{
  color: black;
}
.bg-grey{
  background-color: #E7EAF5;
}
.bg-white{
  background-color: white;
}
.pt-pb{
  padding-top: 90px;
  padding-bottom: 90px;
}

.developer-guide img {
    border: 1px solid gray;
}
/* views feature */
.view-features .views-view-responsive-grid,
.view-blogs-view .views-view-responsive-grid{
    grid-template-columns: 1fr;
}


@media (min-width: 1440px) {
  .view-features .views-view-responsive-grid,
  .view-blogs-view .views-view-responsive-grid{
      grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Tablet */
@media (min-width: 1280px) {
  .view-features .views-view-responsive-grid,
  .view-blogs-view .views-view-responsive-grid{
      grid-template-columns: 1fr 1fr 1fr;
  }
}


.profile{
background-image: url("../images/profile.png");
Background-repeat: no-repeat;
Background-size: cover;

}


.view-features .view-header h2 {
    color: black;
    border-bottom: 4px solid #459dde !important;
    display: inline-block;
margin-bottom: 10px;
}
.block--apigee-kickstart-views-block--features-block-1{
  margin: 0 !important;
}
.view-features .card{
  justify-content: space-between;
  text-align: center;
  padding: 30px;
  border: none;
  height: 354px;
}

.view-features .card img{
  width: auto;
padding-top: 33px;
padding-bottom: 28px;
margin: auto;
height: 166px;
}
.view-features .card h2{
    color: black;
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bolder;
}

.view-features .card p{
  color: black;
  margin: 0;
  font-size: 16px;
  height: 200px;
  text-align: center;
}



.getstart {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: black;
    max-width: 100% !important;
    background-image: url('../../icons/services-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
        margin-bottom: 26px;
        background-size: cover;
}

.getstart p{
  font-size: 23px;
}
.getstart p{

}

.getstartbutton {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.getstart .text-heading {
    flex: 5;
}
.getstart p,
.getstart h2
 {
    color: white !important;
}
.getstart a {
    background: #59A8D1;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    padding: 16px;
    font-size: 16px;
    width: 179px;
    border: 1px solid white !important;
}



.view-blogs-view .view-header{
  display: flex;
justify-content: space-between;
padding-top: 50px;
padding-bottom: 10px;

}

.view-blogs-view .view-header a {
    background: #00A896;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 52px;
    font-size: 20px;
    text-transform: capitalize;
}
.view-blogs-view .view-header h2 {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Product Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.view-blogs-view .view-header {
  text-align: center;
  justify-content: center;
}


.view-blogs-view .card{
  justify-content: center;
    text-align: center;
    /* padding: 0 50px; */
    border: none;
}

.view-blogs-view .card img{
  height: 300px;
  padding-bottom: 20px;
  margin: auto;
}
.view-blogs-view .card h2{
    color: black;
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bolder;
}

.view-blogs-view .card p{
  color: black;
  margin: 0;
  font-size: 16px;
  padding: 0 50px;
}


.page__footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  max-width: 100% !important;
  background: black !important;
}

.page__footer .social-icons img{
padding: 0 !important;
background-color: unset !important;
border: unset !important;
border-radius: 2px;
max-width: 100%;
height: auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-second .logo-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 176px;
}
.footer-second .logo-text img {
    color: black;
    border-bottom: 4px solid #BADAED !important;
    display: inline-block;
    padding-bottom: 20px;
    height: auto;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}

.footer-second .logo-text p{
  color: white;
  margin: 0;
  font-size: 16px;
  line-height: inherit;
  text-transform: capitalize;
}

.footer-third ul{
  list-style-type: none;
  padding: 0;
  color: black;
  list-style-type: none;
  margin: 0
}
.footer-third ul li a{
  color: white;
  margin: 0;
  font-size: 18px;
  line-height: inherit;
  text-transform: capitalize;
  line-height: 40px;
}
.no-apps-message{
  padding: 30px;
  a{
    margin-top: 15px;
  }
}
.rounded-lg{
  border-radius: 12px !important;
  background: #FFF !important;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.12) !important;
}
.social-icons {
    width: 100%;
    margin-right: auto;
    text-align: right;
    display: flex;
    justify-content: right;
    gap: 100px;
    padding-right: 20px;
    margin-bottom: 20px;
}


/* //herosection */

@media(max-width: 767px){
  [dir="ltr"] .hero-slider .hero__wrapper .slider-text-block {
    margin-left: 28px;
  }

  .hero__content
 {
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 100%;
    z-index: 1;
    padding-top: 63% !important;
    padding-bottom: 0 !important;
}
[dir="ltr"] .hero-slider .hero__wrapper .slider-text-block{
  padding-bottom: 16px !important;
}
}
/* LTR version (default) */
[dir="ltr"] .hero-slider .hero__wrapper .slider-text-block {
    margin-right: auto;
    text-align: left;
    color: black;
    padding-top: 116px;
    padding-bottom: 100px;
}

/* RTL version */
[dir="rtl"] .hero-slider .hero__wrapper .slider-text-block {
  margin-left: auto;
  text-align: right;
  color: black;
  margin-right: unset;
}
.hero-slider .hero__title{
  color: #000 !important;
font-family: "Product Sans";
font-size: 50.642px;
font-style: normal;
font-weight: 400;
line-height: 60px; /* 118.478% */
    width: 390px;
}
.hero-slider .hero__field-text{
  font-size: 24px;
  color: white;
  padding-bottom: 20px;
  max-width: 550px !important;
}
.hero-slider .hero__wrapper p{
  color: #000 !important;
  font-family: "Product Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
}

.hero-slider .hero__wrapper .btn{
  border: 1px solid white !important;
}

.hero-slider .hero__wrapper {
    background: radial-gradient(189.88% 152.56% at 107.21% 0%, rgba(198, 222, 255, 0.95) 6.08%, rgba(255, 255, 255, 0.95) 37.84%, rgba(255, 255, 255, 0.95) 70.79%, rgba(224, 203, 232, 0.95) 100%);
}
.hero-slider .hero {
}
 .hero-slider .slick-prev, .slick-next {
    width: 35px; /* Set the width of the button */
    height: 35px; /* Set the height of the button */
    background-size: contain; /* Ensure the image fits within the button */
    background-repeat: no-repeat; /* Prevent image repetition */
}

.page--full .page__content {
    margin-left: 105px;
    position: relative;
    left: -50px;
}
table thead th, .table thead th {
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    color: var(--Dark-Blue, #003CA4);
    padding: 10px !important;
    background-color: #e1e1e1 !important;
    font-size: 18px;
}
.hero-slider .slick-prev {
  background-image: url('../../icons/prev.png');
    left: 18px;
    z-index: 1;
        background-repeat: no-repeat;
}
.hero-slider .slick-prev:hover {
  background-image: url('../../icons/prev.png');
    left: 18px;
    z-index: 1;
        background-repeat: no-repeat;
}
.view-features--block-1{
  /* background-image: url('../../icons/partners-background2.jpg'); */
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.hero-slider .slick-prev:before{
  display: none;
}
.hero-slider .slick-next:before{
  display: none;
}

.hero-slider .slick-next {
  background-image: url('../../icons/prev.png');
  right: 18px;
  background-size: contain;
  transform: rotate(180deg);
      background-repeat: no-repeat;
}
.hero-slider .slick-next:hover {
  background-image: url('../../icons/prev.png');
  right: 18px;
  background-size: contain;
  transform: rotate(180deg);
      background-repeat: no-repeat;
}
img.w-170{
  width: 170px !important;
}
[dir='rtl'] .slick-next{
  right: 10px !important;
  left:  unset !important;
}

.hero-slider .slick-dots{
  background: grey;
  width: auto;
  text-align: center;
  justify-content: center;
  margin: auto;
  left: 48%;
  border-radius: 20px;
  z-index: 1;
  height: 20px;
  bottom: 20px;
}

.hero-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #E4B559;
    background: #E4B559;
    width: 20px;
    height: 10px;
    border-radius: 30px;
    top: -6px;
  }

.hero-slider .slick-dots li button:before{
  opacity: .75;
  color: white;
  background: white;
  width: 11px;
  height: 10px;
  border-radius: 30px;
  top: -6px;
}


/* node page */

/* Common Styles */
.page__title {
  color: white;
  font-size: 50px;
}

.page__content p,
.page__content span {
  color: #000;
  font-family: "Product Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
}

.page__content strong {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 16px;
}

.page__content ul,
.page__content ol {
  padding-top: 0px;
  color: black;
  /* color: black; */
  margin-bottom: 10px;
}
hr {
    margin: 12px 0;
}
.collapsible-card span.btn.btn-link.px-0 {
    background-color: unset !important;
    border: unset !important;
}
.hero__wrapper p, .hero__wrapper span {
    color: white !important;
}
.block--apigee-kickstart-userapps .container-tcc,
.block--apigee-kickstart-actions {
    max-width: 600px !important;
    padding: 0 !important;
}
/* .developer-guide p,
.developer-guide ol,
.developer-guide ul{
  color: black !important;
} */
.developer-guide img{
      width: 100%;
}
.button-action.btn-primary {
    padding: 0.25rem 0.5rem;
    line-height: 1.75;
    border-radius: 3px !important;
}

/* LTR-specific styles */
[dir="ltr"] .page__content ul,
[dir="ltr"] .page__content ol {
  padding-left: 20px; /* Padding for LTR lists */
}

[dir="ltr"] .page__title,
[dir="ltr"] .page__content p,
[dir="ltr"] .page__content strong {
  /* text-align: left; /* Align text to the left for LTR */ */
}

/* RTL-specific styles */
[dir="rtl"] .page__content ul,
[dir="rtl"] .page__content ol {
  padding-right: 40px; /* Padding for RTL lists */
}

[dir="rtl"] .page__title,
[dir="rtl"] .page__content p,
[dir="rtl"] .page__content strong {
  text-align: right; /* Align text to the right for RTL */
}


/* header */
/* Common Styles (applies to both LTR and RTL) */
.navbar {
    background: var(--ak-header-color-bg);
    color: var(--ak-header-color);
    font-size: 0.875rem;
    flex-shrink: 0;
    background: white;
    padding: 20px 0 !important;
    color: black;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 10px;
    font-size: 18px;
}
.block--apigee-kickstart-useraccountmenu li.nav-item a {
    margin: 0 6px;
    color: white;
    border-radius: 4px !important;
    background: var(--Dark-Blue, #003CA4);
}
.navbar .nav-link, .navbar .nav-link.show {
    color: black;
    font-size: 16px;
    text-transform: capitalize;
}
.api-card .media.media--type-image.media--view-mode-default {
    text-align: center;
}
.navbar .nav-link.is-active {
    color: white !important;
}

.swagger-ui .btn-group {
    display: flex;
    padding: 30px;
    gap: 20px !important;
    width: fit-content;
}
.blog__field-blogimage img{
  width: 100%;
}
.page:has(.node-blog) .page__title {
    max-width: 1050px;
    margin: auto;
}
.swagger-ui table thead tr td, .swagger-ui table thead tr th {
    padding: 10px !important;
    color: white !important;
    border-bottom: 1px solid rgba(59, 65, 81, .2);
    color: #3b4151;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 0;
    text-align: left;
}
/* LTR-specific styles */
[dir="ltr"] .nav-item .nav-link.is-active::after,
[dir="ltr"] .nav-item.active::after {
    content: "";
    position: absolute;
    left: 0.5rem; /* Active underline on the left */
    right: 0.5rem;
    bottom: 2px;
    height: 2px;
    background-color: #E4B559 !important;
    display: none;
}

/* RTL-specific styles */
[dir="rtl"] .nav-item .nav-link.is-active::after,
[dir="rtl"] .nav-item.active::after {
    content: "";
    position: absolute;
    right: 0.5rem; /* Active underline on the right */
    left: 0.5rem;
    bottom: 2px;
    height: 2px;
    background-color: #E4B559 !important;
    display: none;
}


  /* api block */

  .api-block {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      padding: 10px;
  }
  .api-block .views-row{
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
  }

  .api-block .views-row {
      flex: 1 1 calc(100% - 20px); /* Full width on mobile */
      max-width: 100%;
      box-sizing: border-box;
      padding: 28px 28px;
      text-align: center;
      background-color: white;
  }
  .pt-pb.api-page.container-tcc.api-cat-block {
      padding-top: 0;
  }
  .api-cat-block .views-row  .image__field-media-image {
    display: flex;
    justify-content: flex-end;
    justify-content: center !important;
    padding: 0 !important;
}
  .api-block .views-row  a{
    color: var(--Dark-Blue, #003CA4) !important;
        font-size: 20px;
  }
  .view-apigee-api-catalog .api-block {
      display: flex;
      padding-left: 0 !important;
      padding-right: 0 !important;
      gap: 20px;
  }

  .view-apigee-api-catalog .api-block .views-row {
    flex: 1 1 calc(26% - 20px);
    max-width: calc(25% - 20px);
  }
  @media (max-width: 768px) {
    .view-apigee-api-catalog .api-block .views-row {
      flex: unset;
      max-width: 100%;
      margin: 10px;
      width: 100%;
    }
  }

  .view-apigee-api-catalog .ctas{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
.view-apigee-api-catalog{
  padding-top: 0 !important;
}
  .view-apigee-api-catalog .ctas a{
    color: var(--Dark-Blue, #003CA4);
    font-family: "Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    white-space: nowrap;
  }


    .view-apigee-api-catalog p,
    .view-apigee-api-catalog h6
    {
    text-align: left !important;
  }

  .view-apigee-api-catalog .api-card .row{
    text-align: left !important;
    justify-content: flex-start !important;
  }

  /* Tablet view (medium screens) */
  @media (min-width: 768px) {
      .api-cat-block .views-row {
          flex: 1 1 calc(50% - 20px); /* Two cards per row */
          max-width: calc(50% - 20px);
      }
  }

  /* Desktop view (large screens) */
  @media (min-width: 1024px) {
      .api-cat-block .views-row {
          flex: 1 1 calc(35% - 20px); /* Four cards per row */
          max-width: calc(35% - 20px);
      }
  }

  .api-block .api-card a, .api-package .api-card a,
    .api-block .api-card p, .api-package .api-card p{
    text-align: center;
    border-radius: 5px;
  }
    .api-block .api-card a{
      margin-bottom: 8px !important;
      line-height: 28px;
    }
    .logo-text img {
    background: unset;
    border: unset;
    height: auto;
}
  .api-card .row{
    justify-content: center;
  }
  .rate-plan--view-mode-teaser .card-body > * {
    flex: 1 0 100%;
    margin-bottom: 20px;
}
  a{
    border-radius: 5px !important;
  }
  .api-cat-block .api-card {
      display: flex;
      flex-direction: column;
      gap: 20px;
    height: 340px;
    }
  .api-package .api-card{
    height: 330px !important;
  }
  .api-block .api-card h6,
  .api-package .api-card h6 {
    color: var(--Dark-Jungle-Green, #232425);
    font-family: "Product Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .apiimage{
    width: 40px;
    height: 40px;
    background-image: url('../../icons/api.svg');
    background-repeat: no-repeat;
    margin-left: 14px;
    margin-bottom: 18px;
  }

  .api-doc-title {
      color: black;
    border-bottom: 4px solid #459dde !important;
    display: inline-block;
    padding-bottom: 10px !important;
  }

  /* LTR-specific styles */
  [dir="ltr"] .views-row {
      text-align: left;
  }

  /* RTL-specific styles */
  [dir="rtl"] .views-row {
      text-align: right;
  }

  [dir="rtl"] .api-doc-title {
      border-bottom: 4px solid #E7EAF5;
      display: inline-block;
  }

  mat-sidenav-container.container.mat-drawer-container.mat-sidenav-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #docs.main .openapi-route.apix-showing {
    width: 100%;
    max-width: 100% !important;
}

/* api package */


/* api block */

.api-package {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 10px;
}

.api-package .views-row {
    flex: 1 1 calc(100% - 20px); /* Full width on mobile */
    max-width: 100%; /* Ensures no wider than the container */
    box-sizing: border-box;
    padding: 40px 28px;
    text-align: center;
    background-color: white;
}

.guide-menu ul{
  margin-bottom: 0;
}

/* Tablet view (medium screens) */
@media (min-width: 768px) {
    .api-package .views-row {
        flex: 1 1 calc(50% - 20px); /* Two cards per row */
        /* max-width: calc(50% - 20px); */
    }


}

/* Desktop view (large screens) */
@media (min-width: 1024px) {
    .api-package .views-row {
        flex: 1 1 calc(25% - 20px); /* Four cards per row */
        max-width: calc(25% - 20px);
    }
}

.api-package .row{
  justify-content: center;
}
.api-package .api-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}
.api-package .api-card p{
  text-align: center;
}
.api-package .api-card h6 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    color: black;
}

/* LTR-specific styles */
[dir="ltr"] .views-row {
    text-align: left;
}

/* RTL-specific styles */
[dir="rtl"] .views-row {
    text-align: right;
}


/* hero other page */

/* Hero Section */
.hero__wrapper .slider-text-block {
   margin-right: auto;
   text-align: left;
   color: white;
}

.hero__title {
   font-size: 64px;
   color: white;
   padding-bottom: 20px;
    max-width: 580px;
           text-transform: capitalize;
}

.hero__field-text {
   font-size: 24px;
   color: white;
   padding-bottom: 20px;
   max-width: 550px !important;
}

.hero__wrapper p {
   color: white;
}

/* Contact Us Section */
.contact-us h3 {
   color: black;
   font-size: 48px;
}

.contact-us .block {
   margin-bottom: 2.9975rem;
   padding-left: 5px;
}

.contact-us form {
   background: black;
   padding: 20px;
   border-radius: 0px;
   color: white;
   position: relative;
   border-radius: 10px;
}
.contact-us {
    padding-right: 24px;
}
.contact-us form .js-form-submit {
   width: 100%;
   border-radius: 5px;
   height: 44px;
   background-color: #459dde !important;
   cursor: pointer;
}

.contact-us form::after {
   content: "";
   display: block;
   width: 800px;
   height: 800px;
   background-image: url('../images/contact.png'); /* Add your image URL */
   background-size: cover;
   background-position: center;
   margin-top: 10px;
   position: absolute;
   background-repeat: no-repeat;
    right: -103%;
       top: -28%;
   height: 830px;
   width: 100%;
   border-radius: 10px;
}

/* LTR-specific styles */
[dir="ltr"] .hero__wrapper .slider-text-block {
   text-align: left;
}

[dir="ltr"] .contact-us .block {
   padding-left: 5px;
}

/* RTL-specific styles */
[dir="rtl"] .hero__wrapper .slider-text-block {
   text-align: right;
}

[dir="rtl"] .contact-us .block {
   padding-right: 5px;
   padding-left: 0;
}

[dir="rtl"] .contact-us form::after {
   left: -98%;
   right: auto;
}

/* card group */
.card-group .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 19px;
}
.bg-light{
  background-color: white;
}

.card-group .card-body h3 {
    font-size: 1.2rem !important;
    font-weight: 800;
    letter-spacing: 0.11px;
    color: black !important;
}

/* language switcher */

/* language switcher */
.block--apigee-kickstart-languageswitcher ul.links.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  background-color: #E7EAF5;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  min-width: 80px;
  padding-right: 30px;
}

/* Display selected language (active) */
.block--apigee-kickstart-languageswitcher ul.links.nav li.nav-item.is-active {
  display: block;
}

/* Make sure only the selected language is visible by default */
.block--apigee-kickstart-languageswitcher ul.links.nav li.nav-item {
  display: none;
}

/* Preserve space to prevent layout jumping on hover */
.block--apigee-kickstart-languageswitcher ul.links.nav li.nav-item.is-active a {
  color: #ffffff;
  background-color: var(--ak-accent-color);
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: block; /* Ensure full block element to prevent jump */
}

/* Show dropdown arrow */
.block--apigee-kickstart-languageswitcher ul.links.nav::after {
  content: '▼'; /* Dropdown arrow */
  position: absolute;
  right: 10px;
  top: 30px;
  transform: translateY(-50%);
}

/* Hover state */
.block--apigee-kickstart-languageswitcher ul.links.nav:hover li.nav-item {
  display: block;
  position: relative;
  margin-top: 5px; /* Add space between the items */
}

.block--apigee-kickstart-languageswitcher ul.links.nav:hover {
    height: auto;
    background-color: #f5f5f5;
    padding-bottom: 0px;
    position: relative;
    padding-top: 5px;
    top: 18px;
}

/* Style for non-active links (hidden by default, shown on hover) */
.block--apigee-kickstart-languageswitcher ul.links.nav li.nav-item a {
  color: black;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: block; /* Ensure block-level element to maintain spacing */
}

.block--apigee-kickstart-languageswitcher ul.links.nav li.nav-item a:hover {
  background-color: #e0e0e0;
}

.block--apigee-kickstart-languageswitcher ul.links.nav li.nav-item a[hreflang="ar"] {
  font-style: italic;
}
.navbar{
  height: 100px;
}

.user--full .card-body {
    gap: 20px;
}

.user--full .card-body {
    height: 200px;
    padding: 30px;
}

/* user profile */
.user--full {
    max-width: 100% !important;
    margin: auto;
}


/* cart */
.cart-block--summary__icon{
    display: block;
    background-image: url('../images/cart_icon.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

span.cart-block--summary__count {
    position: absolute;
    top: -16px;
    white-space: nowrap;
    left: 16px;
}

.cart-block--summary__icon img{
  display: none;
}

.cart--cart-block {
    padding-right: 12px;
    position: relative;
}

/* api page */

.swagger-ui .scheme-container .schemes .auth-wrapper .authorize span{
  color: white !important;
  padding: 1px 11px;
}
.swagger-ui .response-col_status {
    color: #3b4151 !important;
    font-family: sans-serif;
    font-size: 14px;
}
}
.swagger-ui .response-col_description {
    width: 99%;
    color: #3b4151 !important;
}
span.hljs-attr {
    color: white !important;
}
.swagger-ui .execute-wrapper .btn {
    padding: 8px 40px;
    width: 100%;
    border-radius: 10px !important;
    width: fit-content;
}

.btn-group .opblock-control__btn {
    border-radius: 10px !important;
    width: fit-content;
    padding: 10px 15px !important;
}


.try-out .try-out__btn {
    padding: 10px 21px;
    border-radius: 10px !important;
}
.auth-btn-wrapper {
    gap: 10px;
}
.swagger-ui .col_header, .headerline {
  color: white !important;
}
.swagger-ui .servers-title {
    font-size: 12px;
    font-weight: 700;
    margin: 14px 0;
    display: block;
}

.swagger-ui > div > .wrapper, .swagger-ui > div > .scheme-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    padding: 1rem;
    max-width: 1460px;
    margin: 24px 0;
}
span.float-right img {
    display: none;
}
.node-preview-form-select {
    display: none;
}

.api-menu-label a
 {
    display: block;
    padding: 8px 12px;
    color: #212529;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.api-menu-label ul{
  padding-left: 0 !important;
}


@media (max-width: 900px) {
 .navbar-collapse.collapse.show {
        display: flex !important;
        flex-direction: column;
        background: white;
        padding: 20px;
        align-items: flex-start;
    }
    .developer-guide{
      flex-direction: column;
    }

 .navbar-collapse.collapse.show .me-auto{
    margin-right: auto;
   padding: 20px;
}
}

small#edit-user-picture-0--description {
    display: none !important;
}




.navbar-expand-lg .navbar-collapse .me-auto{
  /* margin-left: auto !important; */
  margin-right: unset !important;
  display: flex;
}
.btn{
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: white;
  border-radius: 4px;
  border: 1px solid var(--Dark-Blue, #003CA4);
  background-color: var(--Dark-Blue, #003CA4);
  leading-trim: both;
  text-edge: cap;
  font-family: "Product Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  color: white !important;

}
.btn:hover{
  color: white !important;
}

.our-mission {
  display: flex;
  flex-wrap: wrap; /* Allows images to wrap to the next row */
}

.our-mission img {
  width: 50%; /* Each image takes half the row width */
  height: auto; /* Maintains aspect ratio */
  padding: 0 !important;
  border: unset !important;
}



.blog-card {
    max-width: 100%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 32px;
    border-radius: 12px;
    background: #ECF6FD;
}

.blog-card h3 {
    color: #000;
    font-family: "Product Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}
/* Image container */
.blog-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}
.blog-card-title a{
  color: #000;
  font-family: "Product Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.blog-card-title {
  text-align: left;

}

a.btn-primary-blog {
    display: flex;
    margin-top: 28px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: 4px;
    border: 1px solid var(--Dark-Blue, #003CA4);
    color: var(--Dark-Blue, #003CA4);
    leading-trim: both;
    text-edge: cap;
    font-family: "Product Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
}

/* Title and body container with overlay effect */
.blog-card-content {
  position: relative;
  color: black;
  padding: 0px;
  transition: ease all .4s;
      padding-top: 20px;
}
.blog-card-overlay{
  padding: 30px;
  height: 220px;
}
.blog-card-content:hover h2.blog-card-title a,{
  font-size: 22px;
  }



.blog-card-content .blog-card-body {
  font-size: 1rem;
  line-height: 1.5;
}

.footer-last ul.menu {
  display: flex;
  gap: 20px;
  list-style-type: none;
  padding-top: 30px;
  font-size: 20px;
  padding-left: 0;
  width: 41vw;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 30px;
      padding-right: 20px;
  }

.footer-last {
  display: flex;
  gap: 120px;
  border-top: 2px solid #59A8D1;
  margin-top: 40px;
  justify-content: space-around;
}

a.btn.btn-white {
    background: white !important;
    color: black !important;
    border: 1px solid black !important;
}
.swagger-ui .btn{
  color: white !important;
}

.bg-lighter{
  background-color: black !important;
}

.navbar-brand img {
    height: auto;
    width: auto !important;
    height: 100px;
    width: 250px !important;
    margin: 0 !important;
}
  .block--system-branding .navbar-brand {
    color: black;
    font-weight: 300;
}
.block--system-branding .navbar-brand img::after {
    content: '|';
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.field.field--hidden.image__field-media-image.quickedit-field {
    text-align: center;
}

.blog-card-image {
    height: 290px;
}


a.ng-star-inserted {
    font-size: 17px;
    width: 292px !important;
    background: black !important;
    padding: 14px;
    color: white;
}

a.ng-star-inserted {
    font-size: 17px;
    width: 292px;
    background: black !important;
    padding: 14px;
    color: white !important;
}

a#context-bar-authorize {
    background: #00bfa5 !important;
}

.verb {
    padding: 10px;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.container[_ngcontent-c4] .nav-bar-container[_ngcontent-c4] {
    background: #f2f2f2;
    border-right: 1px solid rgba(0, 0, 0, .1);
    min-width: 322px !important;
    padding-bottom: 30px;
    padding-top: 10px;
    width: 280px;
}

 .mat-drawer-content {
    z-index: unset !important;
    padding-left: 31px;
    overflow: visible;
    margin-left: 326px !important;

}

.mat-toolbar.mat-primary {
    background: black !important;
}
.apidoc__spec{
  position: relative;
}
.apidoc__spec .field__label{
  /* position: absolute; */
  /* top: 20px; */
  /* left: 21px; */
  /* color: white; */
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}

span.verb.verb-get.ng-star-inserted {
    height: auto;
    margin: 8px;
    width: 47px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-color .ng-star-inserted{
  color: white;
}

.postman-btn{
    background: #ef5b25 !important;
    border: 1px solid #ef5b25 !important;
    border-radius: 3px !important;
}
.postman-btn-node{
  width: fit-content !important;
  color: white !important
  display: flex !important;
  align-items: end;
  width: fit-content !important;
  margin-left: auto !important;
  justify-content: center;
}

 .pergamon-content a {
    text-decoration: none;
    color: white !important;
}

.login_form {
	 padding-inline: 60px;
}
.login_form .heading{
  margin-bottom: 25px;
}
.login_form .heading h1 {
   color: black;
   font-size: 41px;
   text-transform: uppercase;
   margin-bottom: 41px;
   font-weight: bold;
   color: black;
    border-bottom: 4px solid #459dde !important;
    display: inline-block;
    margin-bottom: 10px;
}
 .login_form  .browse {
	 display: flex;
	 gap: 20px;
}


.ui-dialog-content .paragraph {
    padding: 0 !important;
}

.ui-dialog-content .container {
    padding: 20px !important;
    margin: 0 !important;
}

.ui-dialog-content .col-md-8 {
    width: 100% !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    background: #003ca5 !important;
    color: white;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -14px 10px 0 0;
  padding: 1px;
  border: none;
  background: none;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  content: '×';
font-size: 30px;
color: white;
display: inline-block;
line-height: 1;
}

.heading-prereq::before,
.heading-integrate::before,
.btn-download::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.btn-download {
    color: white !important;
}


/* Specific icons for each */
.heading-prereq::before {
  background-image: url('../images/icons/settings.png');
}

.heading-integrate::before {
  background-image: url('../images/icons/integrate.png');
}








.browse_btn.btn2.btn {
    width: auto !important;
}
 .login_form  .browse .number {
	 border-radius: 50%;
	 border: 1px solid black;
	 height: 30px;
	 width: 30px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}

.login_form .browse .img {
    /* border-radius: 50%; */
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
        border: 1px solid #ddd;
}
.img-thumbnail, .text img, [class$=__body] img, .cke_widget_image img{
  border: unset;
  background: unset
}
 .login_form  .browse .number p {
	 margin: 0px;
	 font-size: 20px;
}
 .login_form  .browse .browse_body h2 {
	 font-size: 18px;
	 line-height: 18px;
	 margin: 0px;
       margin-bottom: 22px;
	 margin-top: 8px;
   font-weight: bold;
   font-size: 22px;
}
 .login_form  .browse .browse_body p {
	 font-size: 16px;
	 line-height: 24px;
   padding-top: 0px;
   padding-bottom: 10px;
	 margin: 0px;
}

 .login_form  .browse .browse_body .browse_btn {
	 background-color: black;
	 padding: 12px;
   width: 183px;
}
 .login_form  .browse .browse_body .browse_btn a {
	 text-decoration: none;
	 color: white;
	 font-size: 16px;
}
 .login_form  .browse .browse_body .line {
	 width: 100%;
	 height: 2px;
	 background-color: gray;
	 margin-block: 30px;
}
.browse_body{
  flex: 1;
  margin-top: -2px;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.copyright {
    padding-top: 40px !important;
    background: #023182 !important;
}
.copyright p {
  color: #FFF;
  font-family: "Product Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 40px;
}

.simplelogin-form .field.field--hidden.basic__body {
    display: none;
}
.simplelogin-form .description.form-text.text-muted{
  display: none;
}
.captcha-type-challenge--math{
  margin-top: 10px;
}
input.custom-file-input {
    height: 62px;
}
.simplelogin-form{
      border: 4px solid #459dde;
}
.border-blue{
  border: 4px solid #459dde;
  background-color: #f1f8fa !important;
}
.simplelogin h1 {
    font-size: 19px;
    color: #545454;
    margin-top: 0;
    margin-bottom: 25px;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.form-item-captcha-response.js-form-item-captcha-response.form-group.mb-3 {
    margin-top: 20px;
    display: block;
    position: relative;
    top: 10px;
}

.block.block--apigee-kickstart-actions {
    padding-left: 95px;
    margin-top: -31px;
}
.terms-condition h2{
  font-size: 41px;
    text-transform: uppercase;
    margin-bottom: 41px;
    font-weight: bold;
    color: black;
    border-bottom: 4px solid #459dde !important;
    display: inline-block;
    margin-bottom: 10px;
}

.terms-condition h3{
  color: black;
}

.full-width-block{
  background-image: url('../images/mission.png');
  background-position: center;
  background-size: cover;
}
.node-blog{
  max-width: 1050px;
      margin: auto;
}
.about-page img{
  max-width: 1050px;
  margin: auto;
  height: auto;
  text-align: center;
  justify-content: center;
  display: flex;
}

.about-page h2,
.site-heading{
  color: black;
  border-bottom: 4px solid #459dde !important;
  display: inline-block;
  margin-bottom: 10px;
}
