/* // header */
body.path-apiuser .layout-header .region.region-pre-header {
display:block;
}
body.path-apiuser .navbar {
  background-color: #004f71; /* Deep blue */
  color: white;
  display: flex;
  align-items: center;
  padding: 10px 35px;
  height: 78px;
  max-width: 1280px;
  width: 100%;
  border-radius: 15px;
  margin: 15px auto 0;
  justify-content: space-between;
}

body.path-apiuser .logo img {
  height: 26px;
  width: auto;
}

body.path-apiuser .logo{
  display: flex;
  justify-content: center;
  align-items: center;
}
body.path-apiuser .logo ul{
  margin-bottom: 0;
}
body.path-apiuser .logo ul li{
  color: #fff;
  list-style: none;
}
body.path-apiuser .logo a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 30px;
  font-family: 'MTNBrighterSans-Regular';
}
body.path-apiuser .nav-links {
  list-style: none;
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}

body.path-apiuser .nav-links li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  font-family: 'MTNBrighterSans-Regular';

}

body.path-apiuser .nav-links li a:hover,
body.path-apiuser .nav-links li a.active {
  color: #FFD700; /* Optional: Yellow hover */
}

body.path-apiuser .language-selector {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}

body.path-apiuser .nav-container{
  display: flex;
  gap: 50px;
}
body.path-apiuser .arrow {
  margin-left: 5px;
  font-size: 10px;
}
body.path-apiuser .menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

body.path-apiuser .menu-toggle .close {
  display: none;
  font-size: 32px;
}

body.path-apiuser .menu-toggle.active .open {
  display: none;
}

body.path-apiuser .menu-toggle.active .close {
  display: inline;
  position: relative;
  z-index: 99;
}
.navbar.afterloginheader {
  background-color: #004f71; /* Deep blue */
  color: white;
  display: flex;
  align-items: center;
  padding: 10px 35px;
  height: 78px;
  max-width: 1280px;
  width: 100%;
  border-radius: 15px;
  margin: 15px auto 0;
  justify-content: space-between;
}

.navbar.afterloginheader .logo img {
  height: 26px;
  width: auto;
}

.navbar.afterloginheader .logo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar.afterloginheader .logo ul{
  margin-bottom: 0;
}
.navbar.afterloginheader .logo ul li{
  color: #fff;
  list-style: none;
}
.navbar.afterloginheader .logo a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 30px;
  font-family: 'MTNBrighterSans-Regular';
}
.navbar.afterloginheader .nav-links,
#nav-container-signin ul {
  list-style: none;
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}

.navbar.afterloginheader .nav-links li a,
#nav-container-signin ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  font-family: 'MTNBrighterSans-Regular';

}

.navbar.afterloginheader .nav-links li a:hover,
#nav-container-signin ul li a:hover,
.navbar.afterloginheader .nav-links li a.active {
  color: #FFD700; /* Optional: Yellow hover */
}

.navbar.afterloginheader .language-selector {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.navbar.afterloginheader .nav-container{
  display: flex;
  gap: 50px;
}
.navbar.afterloginheader .arrow {
  margin-left: 5px;
  font-size: 10px;
}
.navbar.afterloginheader .menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.navbar.afterloginheader .menu-toggle .close {
  display: none;
  font-size: 32px;
}

.navbar.afterloginheader .menu-toggle.active .open {
  display: none;
}

.navbar.afterloginheader .menu-toggle.active .close {
  display: inline;
  position: relative;
  z-index: 99;
}
/* this is common css  */
.path-apiuser footer .layout-footer{
   border-bottom: #004f71 15px solid;
  border-top: #004f71 5px solid;
  padding:0;
}
/*footer*/
.path-apiuser footer .layout-footer .region.region-footer {
 display:block;
}
.path-apiuser footer .layout-footer .container { 
    width: 100%;
    max-width: 100%;
}
.footer-openapi {
  background-color: #004f71;
  color: white;
  font-family: Arial, sans-serif;
  padding: 40px;
}

.footer-openapi .footer-top {
  display: flex;
  flex-wrap: wrap;
  /* gap: 40px; */
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-openapi .footer-section {
  min-width: 150px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
}
.footer-openapi .footer-section:last-child{
  flex-direction: column;
  gap: 5px;
}

.footer-openapi .footer-section h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 600;
}

.footer-openapi .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-openapi .footer-section ul li {
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}

.footer-openapi .footer-logo {
  width: 60%;
  height: auto;
}

.footer-openapi .flags {
  max-width: 150px;
}
.footer-openapi .flags img{
  width: 18px;
  height: 18px;
}

.footer-openapi .footer-separator {
  border: 0;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  margin: 20px 0 30px;
}

.footer-openapi .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  align-items: center;
}

.footer-openapi .footer-links a {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-openapi .footer-social a {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}

.footer-openapi .footer-note {
  font-size: 12px;
  margin-top: 15px;
  color: #ccc;
  display: flex;
  justify-content: space-between;
}
.footer .layout-bottom .container {
    margin: 0;
    max-width: 100%;
}
.footer .layout-bottom {
padding-bottom:0px;
}

#-role-login-page-form .custom-login-intro {
text-align: center;
}
#-role-login-page-form .custom-login-intro img {
height:36px;
}

#-role-login-page-form .custom-login-intro p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding-top: 16px;
}
#-role-login-page-form .custom-login-intro p span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
#-role-login-page-form .custom-login-below p {
text-align: center;
margin-top: 1.28rem;
font-weight: 600;
}
#-role-login-page-form .api-sso-login-link {
text-align: center;
}
#-role-login-page-form .api-sso-login-link p a {
display: inline-block;
}


/*Welcome screen*/

.welcome-page{
  padding: 55px 0;
}
.welcome-page .sidebar {
  width: 305px;
  background: #F5F5F5;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.welcome-page .search-box {
  position: relative;
  margin-bottom: 20px;
}

.welcome-page .search-box input {
  width: 100%;
  padding: 10px 35px 10px 15px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
}

.welcome-page .search-icon {
  position: absolute;
  left: 85%;
  font-size: 16px;
  color: #888;
}
.welcome-page .navigation .flex{
  display: flex;
  gap: 8px;
}
.welcome-page .navigation .flex img{
  width: 9%;
}
.welcome-page .breadcrumb {
  font-size: 14px;
  color: #525252;
  margin: 0 0 4px 0;
}

.welcome-page .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1C1B1F;
}

hr {
  border: none;
  height: 1px;
  background: #888888;
  margin: 25px 0;
}
.welcome-page .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.welcome-page .menu .section {
  font-size: 14px;
  font-weight: 600;
  color: #5252527d;
  margin: 30px 0 10px;
}
.welcome-page .menu .section.active {
  color: #004F71;
  position: relative;
  margin: 10px 0;
}
.welcome-page .menu .section.active::before{
  content: '';
  border-left: 44px solid #FFCB05;
  position: absolute;
  left: -40px;
  z-index: 9999;
  top: 9px;
  height: 4px;
  transform: rotate(90deg);
}

.welcome-page .menu .item {
  padding: 8px 0;
  font-size: 14px;
  color: #004F71;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.welcome-page .menu .item:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}
.welcome-page .menu .item:last-child{
  margin-top: 25px;
}

.welcome-page .arrow {
  font-size: 12px;
  color: #004080;
  margin-left: 16px;
}
.welcome-page .method {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #004080;
  padding: 6px 0px;
  margin-top: 4px;
}
.welcome-page .method:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
}
.welcome-page .tag {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 11px;
  border-radius: 50px;
  color: white;
}
.welcome-page .tag.post {
  background-color: #FFCB05;
  color: #004F71;
}
.welcome-page .tag.get {
  background-color: #FFCB05;
  color: #004F71;
}
.welcome-page .tag.delete {
  background-color: #D80027;
  color: #fff;
}
.welcome-page .right-content .title {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 25px;
}
.welcome-page .right-content .subtitle {
  font-size: 16px;
  color: #1C1B1F;
  margin-bottom: 30px;
}
.welcome-page .right-content h2.blue {
  color: #004F71;
  font-size: 24px;
  margin-bottom: 15px;
}
.welcome-page .right-content .step-list {
  padding-left: 20px;
  margin-bottom: 30px;
  color: #222;
}
.welcome-page .right-content .step-list li {
  margin-bottom: 16px;
  line-height: 1.5;
}
.welcome-page .right-content h3 {
  font-size: 16px;
  color: #004F71;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
}
.welcome-page .right-content .image-placeholder {
  width: 60.3%;
  height: 310px;
  background: #D9D9D9;
  border-radius: 6px;
  margin-bottom: 30px;
}
.welcome-page .right-content a, .welcome-page .right-content strong {
  color: #1C1B1F;
  text-decoration: underline;
}
.welcome-page .right-content a:hover {
  text-decoration: underline;
}
.welcome-page .right-content .underline {
  text-decoration: underline;
}
.welcome-page .right-content .link-small {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
}
.welcome-page .right-content{
  padding-left: 25px;
}
.welcome-page code {
  color: #7c7c7c;
}
.welcome-page .note{
  margin-top: 180px;
}
.welcome-page .note p{
  font-size: 12px;
}
.welcome-page .container .row {
  display:flex;
}



/* center login  */
/* Apply to login page only */
body.path-apiuser form.-role-login-page-form {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
  margin:auto;
  margin-top:3%;
  margin-bottom:3%;
}

body.path-apiuser form.-role-login-page-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #222;
}

body.path-apiuser form.-role-login-page-form input[type="text"],
form.-role-login-page-form input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-bottom: 18px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

body.path-apiuser form.-role-login-page-form input[type="text"]:focus,
body.path-apiuser form.-role-login-page-form input[type="password"]:focus {
  border-color: #004c97;
  outline: none;
}

body.path-apiuser form.-role-login-page-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

body.path-apiuser form.-role-login-page-form input[type="submit"]:hover {
  background-color: #333;
}

/* Forgot password and signup links */
body.path-apiuser form.-role-login-page-form a {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #004c97;
  font-weight: 600;
  text-decoration: none;
}

body.path-apiuser form.-role-login-page-form a:hover {
  text-decoration: underline;
}


/* Make form responsive */
@media screen and (max-width: 480px) {
  body.path-apiuser form.-role-login-page-form {
    padding: 30px 20px;
    margin: 0 10px;
  }
}





/*register style to center the form */
form#user-register-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
  margin-right: 2rem;
}

/* Headings */
form#user-register-form .custom-inside-form p:first-child {
  font-size: 20px;
  font-weight: 700;
  color: #001b54;
  text-align: center;
  margin-bottom: 5px;
}
form#user-register-form .custom-inside-form p:nth-child(2) {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 25px;
}

/* Input fields */
form#user-register-form input[type="text"],
form#user-register-form input[type="email"],
form#user-register-form input[type="password"],
form#user-register-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 14px;
  background-color: #fff;
}

/* Label styling */
form#user-register-form label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

/* Button styling */
form#user-register-form input[type="submit"] {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
form#user-register-form input[type="submit"]:hover {
  background-color: #222;
}

/* Sign-in link */
form#user-register-form p:last-child {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}
form#user-register-form p:last-child a {
  color: #0056d2;
  text-decoration: none;
  font-weight: 600;
}
form#user-register-form p:last-child a:hover {
  text-decoration: underline;
}
form#user-register-form .description, form#user-register-form .password-confirm-message,
form#user-register-form .password-strength{
  padding-top: 20px;
}


/* Overlay styling for the .no-margin block */
.no-margin.overlay {
    position: fixed;
    top: 60px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    border: 2px solid #2196f3;
    box-shadow: 0 4px 32px rgba(0,0,0,0.2);
    z-index: 9999;
    padding: 24px;
    border-radius: 8px;
}

/* Backdrop styling */
.overlay-backdrop {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9998;
}
.no-margin.overlay-inside {
    box-shadow: 0 4px 32px rgba(0,0,0,0.2);
    border: 2px solid #2196f3;
    border-radius: 8px;
    padding: 24px;
}


.leftsidelayout aside.sidebar-left {
    width: calc(70% - 10px);
}

.leftsidelayout {
    display: flex;
    gap: 20px;
}

.leftsidelayout .region-content {
    width: calc(40% - 10px);
}


.api-steps .step {
    display: flex;
    gap: 20px;
    /* width: 80%; */
    align-items: center;
    margin-bottom: 50px;
}

.api-steps .step .icon {
    width: 40px;
    height: 40px;
}

.api-steps .api-steps {
    width: 90%;
}

.api-steps .step .icon img {
    max-width: 40px;
    width: 40px;
}

.api-steps .step h4 {
    color: #004F71;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.api-steps .step p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.api-steps h2 span.highlight {
    color: #004F71;
    font-weight: 800;
}

.heading-api {
    font-size: 44px;
    margin: 100px 0 40px;
}

.api-steps p {
    color: #1C1B1F;
}

.api-steps .steps {
    margin-top: 50px;
}

.api-steps .api-steps {
    width: 75%;
}
.api-steps{
    padding-left: 2rem;
}
.welcome-page .breadcrumb-div p.breadcrump {
    margin-bottom: 20px;
}

.welcome-page .breadcrumb-div {
    margin-left: 10px;
}



.welcome-page .breadcrumb-img img {
    width: 100% !important;
    display: flex;
    height: 100%;
}

.welcome-page .breadcrumb-img {
    margin: 0;
}

.welcome-page .search-box{
  border: none;
}


.welcome-page .breadcrumb-div * {
    font-size: 22px !important;
}

.welcome-page .sidebar{
   
    background: linear-gradient(101.19deg, #FFFFFF 0.97%, #F9F9F9 97.42%) !important;
}

.resourceapi-side-head {
    border-bottom: 1px solid #888888 !important;
}

.hero-banner-current .hero-button {
    background-color: #004F71;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    min-width: 260px !important;
    max-width: 100% !important;
}

.hero-banner-current .hero-overlay {
    position: absolute;
    /* top: 0; */
      background: linear-gradient(111.05deg, rgb(210 187 187 / 39%) 1.87%, rgb(255 255 255 / 26%) 100.31%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
     padding: 19px 35px;
    bottom: 18%;
    right: 5%;
    min-width: 570px;
    border: 1px solid #f8f6f66b;
}

.hero-banner {
    position: relative;
}

.hero-banner-current .hero-overlay h1 {
     font-size: 27px;
    color: #fff;
    line-height: 48px;
    font-weight: 600;
}

.hero-banner img{
  width:100%;
}

.heading-serction {
    font-size: 44px;
    margin: 100px 0 40px;
    font-weight: 700;
}


.products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.product-card {
    width: calc(50% - 20px);
}

.products-grid {
     display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 60px;
}

.product-card {
    width: calc(50% - 20px);
}

.product-header {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 20px; */
    background: #F4F4F4;
    min-height: 128px;
    padding-inline: 20px;
    border-radius: 20px 20px 0px 0px;
}

.product-header p {
    margin: 0;
}



.message-icon {
    max-width: 80px;
    position: absolute;
    bottom: 2%;
    right: 2%;
}

.full-width-content {
    max-width: 100%;
}

.product-card .content-container, .product-card .card-body{
     /* border-radius: 0px 0px 20px 20px; */
    /* border: 2px solid #F4F4F4; */
    padding: 20px;}

.product-header h3 {
    color: #004F71;
  font-weight: 700;
}

.product-card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #F4F4F4;
}

.product-card .outline-btn {
    background-color: #fff;
    color: #004F71;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    min-width: 310px !important;
    max-width: 100% !important;
    text-align: center;
    box-shadow: 5px 5px 10px 0px #1C1B1F1A;
    border: 1px solid #004F71;
}

.product-card .filled-btn {
    background-color: #004F71;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    /* margin-top: 43px; */
    transition: background-color 0.3s ease;
    text-decoration: none;
    min-width: 160px !important;
    max-width: 100% !important;
}

.product-card .buttons {
    justify-content: end;
    margin: 55px 0 55px;
}



.product-footer {
    background: #004F71;
    padding: 70px 104px;
}
.product-footer .footer-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 53px;
}

.product-footer .footer-section {
    display: flex;
    align-items: center;
    gap: 20px;
    align-items: center;
}

.product-footer .footer-section p {
    margin: 0;
}

.product-footer .footer-section h4 {
    margin: 0;
}

.product-footer .footer-section img {
    width: 30px;
}

.product-footer .footer-section div h4 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: -10px;
   font-size: 1rem;
   font-weight: 700;
}

.product-footer .footer-section div h4 img {
    width: 14px;
}
.product-footer .footer-links a {
    color: #fff !important;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.product-footer .footer-links {
    margin-bottom: 1.5rem;
}

.connect-section {
     background: #F9F9F9;
    background: #F9F9F9;
    padding: 50px 30px;
}

.connect-section .container h2 {
    color:  #000000;
    font-size: 44px;
    margin: 30px 0 40px;
    font-weight: 700;
}

.connect-section .icon-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 !important;
}

.connect-section .icon-title p {
    margin: 0;
}

.connect-section .connect-columns {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.connect-columns .connect-box{
    width: calc(50% - 15px);
    padding: 10px 50px 10px 6px;
}

.connect-section .connect-box ul {
    list-style-type: none;
    padding: 0;
}

.connect-section .connect-box li a {
    color: #004F71;
    margin-bottom: 30px;
    text-decoration: auto;
}

.connect-section .connect-box li {
    margin-bottom: 10px;
}

.footer-note {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.custom-login-below p {
    color: #004c97;
}
.welcome-page .breadcrumb-div {
    margin-left: 0px;
}
.welcome-page .breadcrumb-div p.breadcrump {
    margin-bottom: 5px;
}
.welcome-page .breadcrumb-img {
    margin: 0;
    width: 1.5rem;
}
.product-footer {
    background: #004F71;
    padding: 70px 104px 40px;
}


body.business-page-apiuser .navbar {
    position: relative;
    z-index: 1;
}
.business-page-main .business-page .hero-banner {
  position: relative;
  background-image: url('../images/landing_page/image/bg_developer.jpg'); 
  background-size: cover;
  background-position: center;
  height: 100vh; 
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin-top: -110px;
  padding-bottom: 80px;

}
.business-page-main .business-page .hero-banner .container-business {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding-right:12%;
}
.business-page-main .business-page .hero-overlay {
     background-color: rgb(255 255 255 / 21%);
  border: 1px solid #d0c2c2;
  padding: 28px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(6px);
  max-width: 716px;
  width: 100%;
  color: white;
}
.business-page-main .business-page .hero-overlay h1 {
  font-weight: 600;    
    font-size: 27px;
    margin-bottom: 15px;
}
.business-page-main .business-page .hero-button {
  display: inline-block;
   padding: 13.5px 100.6px;
  background-color: #004F71;
  color: white;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.business-page-main .business-page .hero-button:hover {
  background-color: #005e68;
}

.business-page-main .app-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #015f7f;
  padding: 60px 5%;
  color: #fff;
  position: relative;
}

.business-page-main .text-content {
  flex: 1 1 40%;
  min-width: 280px;
}

.business-page-main .text-content h2 {
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 600;
}

.business-page-main .text-content p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.business-page-main .text-content .subtext {
  font-size: 0.9rem;
  margin-top: 10px;
  width: 45%;
}

.business-page-main .store-buttons {
     margin-top: 40px;
    display: flex;
    gap: 15px;
}

.business-page-main .store-buttons img {
  height: 45px;
}

.business-page-main .image-content {
  flex: 1 1 50%;
  text-align: center;
  margin-top: 20px;
}

.business-page-main .image-content img {
  max-width: 100%;
  height: auto;
}

.business-page-main .segments {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.business-page-main .segments h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
    padding-top: 32px;
}

.business-page-main .segment-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center;
  gap: 40px;
}

.business-page-main .segment-row.reverse {
  flex-direction: row;
}

.business-page-main .segment-text {
  flex: 1 1 400px;
}

.business-page-main .segment-text h3 {
  font-size: 1.4rem;
  color: #0078b7;
  margin-bottom: 10px;
  font-weight: 700;
}

.business-page-main .segment-text h4 {
  font-size: 1.4rem;
  color: #0078b7;
  margin-top: 20px;
  font-weight: 700;
}

.business-page-main .segment-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.business-page-main .btn-outline {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 80px;
  border: 2px solid #0078b7;
  color: #0078b7;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.business-page-main .btn-outline:hover {
  background-color: #0078b7;
  color: #fff;
}

.business-page-main .segment-image {
  flex: 1 1 400px;
}

.business-page-main .segment-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}


.business-page-main .segments {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.business-page-main .segment-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center;
  gap: 40px;
}

.business-page-main .segment-row.reverse {
  flex-direction: row;
}

.business-page-main .segment-text {
  flex: 1 1 400px;
}

.business-page-main .segment-text h3 {
  font-size: 1.4rem;
  color: #0078b7;
  margin-bottom: 10px;
}

.business-page-main .segment-text h4 {
  font-size: 1.1rem;
  margin-top: 20px;
}

.business-page-main .segment-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
    font-weight: 600;
}

.business-page-main .btn-outline:hover {
  background-color: #0078b7;
  color: #fff;
}

.business-page-main .segment-image {
  flex: 1 1 400px;
}

.business-page-main .segment-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}



.business-page-main .get-started-banner {
  background-image: url('../images/center-banner.jpg'); 
  background-size: cover;
  background-position: center;
  height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 36px;
}

.business-page-main .overlay-content {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 24px 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 62%;
  width: 90%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.business-page-main .overlay-content h2 {
  font-size: 1.8rem;
  color: #005b76;
  margin-bottom: 20px;
  font-weight: bold;
}

.business-page-main .btn-primary {
  padding: 12px 24px;
  background-color: #005b76;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.business-page-main .btn-primary:hover {
  background-color: #003f56;
}

.business-page-main .success-stories {
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}
.business-page-main .testimonial-main {
 display:flex;
}
.business-page-main .testimonial-main > .story-first {
   width: 52%;
}

.business-page-main .success-stories h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 44px;
}

.business-page-main .testimonial-main blockquote {
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
  background:none;
   text-align: left;
  padding-left: 0px;
}

.business-page-main .testimonial-main .author {
  font-weight: bold;
  font-size: 1rem;
}

.business-page-main .testimonial-main .author span {
  display: block;
  font-weight: normal;
  color: #666;
  font-size: 0.9rem;
}

.business-page-main .story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
  margin-top: 40px;
}

.business-page-main .story {
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.business-page-main .story img {
  height: auto;
  display: block;
   max-height: 210px;
    min-height: 210px;
}

.business-page-main .story-caption {
  padding: 15px;
}

.business-page-main .story-caption p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #222;
}

.business-page-main .story-caption span {
  font-size: 0.85rem;
  color: #555;
}

/* video live */

/* flag  */
.business-page-main .availability-section {
  background-color: #f4f4f4;
  padding: 80px 20px;
  text-align: center;
}

.business-page-main .availability-section h3 {
  font-size: 23px;
  color: #003b5b;
  margin-bottom: 20px;
font-weight: 600;
}

.business-page-main .flags-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.business-page-main .flags-container img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
}


.business-page-apiuser .main-content-area.container {
  max-width: 100%;
  padding-bottom: 0px;
}

.business-page-main .app-banner {
  position: relative;
  min-height: 400px;
    padding-top: 50px;
}
.business-page-main .app-banner .image-content {
    right: 4%;
    width: 55%;
    top: 20%;
}
.business-page-main .story-caption p:first-child {
   font-style:italic;
   font-weight: 600;
}
.business-page-main .story-caption p:last-child span:first-child {
 font-weight: 600;
}
.business-page-main .hero-overlay p {
margin:0;
}
blockquote p:first-child {
   font-size: 24px;
}
.business-page-main .segment-row.reverse .segment-text {
  margin: 2rem;
}
.business-page-main .testimonial-main .story-first:last-child img {
    max-height: 340px;
    min-height: 340px;
}
