/* Global styling */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Cairo';
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-family: 'Cairo', sans-serif;
}

/* Language Toggle Styling */
.language-toggle {
  color: #333;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
}

@media (max-width: 768px) {
  .language-toggle {
    margin-right: 10px; 
  }
}

/* Responsive Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  width: 100%;
  font-family: 'Cairo', sans-serif;
}
header .logo img {
  width: 80px;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header nav a {
  color: #333;
  margin: 0 10px;
  text-decoration: none;
  font-weight: 500;
}
.btn-outline-primary:focus {
  box-shadow: none!important;
}
.registerBtn:hover{
  color:#fff!important;
}
a:hover{
  color: black!important;
}
header .btn-outline-primary {
  background-color: #62A19E;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  border: none;
}
.DashboardOptions{
  color: #666;
  font-size: 0.85rem;
}
/* Hero Section */
.hero-wrapper {
  position: relative;
  font-family: 'Cairo', sans-serif;
}

.hero-content {
  padding-top: 64px;
  max-width: 1200px; 
  margin: 0 auto; 
}

.hero-title {
  font-size: 54px;
  font-weight: bold;
  color: #333;
}

.hero-subtitle {
  font-size: 20px;
  color: #666;
}
.navbar-collapse{
  justify-content: end;
}
.align-items-center {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.logoAr{
  display: none;
}
.cta-button {
  background-color: #4ba69c;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  border: #4ba69c;
}

.peoples-image {
  width: auto;
  height: 40px;
  margin-left: 13px;
  margin-bottom: 13px;
}

/* Background Images */
.background-image {
  position: absolute;
  height: auto;
}

.top-left {
  top: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  margin:-160px;
  right: 0;
  height: 60%;
  width: 80%;
}

.hero-content {
  position: relative;
  z-index: 1; 
}

/* Responsive styling for Hero section */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .hero-image img {
    width: 100%;
  }
}

/* Additional responsive styling for smaller screens */
@media (max-width: 576px) {
  .hero-title {
    font-size: 32px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .cta-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hero-content {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Section Titles Whether you are */
.section-title {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-family: 'Cairo', sans-serif;
}
.section-subtitle {
  font-size: 1rem;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Cairo', sans-serif;
}
.section-background {
  position: relative;
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; 
  font-family: 'Cairo', sans-serif;
}

.section-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 1; 
  z-index: -1;

}
/* Feature Icons Row */
.feature-icons-row1 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; 
  font-family: 'Cairo', sans-serif;
}

.feature-icons-row1 .feature-box1 {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: row; 
  min-width: 150px; 
}
.feature-icon1 {
  width: 24px;
  margin-right: 8px;
}
.feature-title1 {
  font-size: 1.3rem;
}
.feature-title {
  font-size: 1.3rem;
}
.feature-text1 {
  font-size: 0.9rem;
  color: #666;
  font-family: 'Cairo', sans-serif;
}
/* Responsive Styling */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
  .feature-title {
    font-size: 1.3rem;
  }
  .imagestack1{
    display: none;
  }
  .imagestack1{
    display: none!important;
  }
  .imagestack2{
    display: flex!important;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
  }
  .feature-title {
    font-size: 1.2rem;
  }
  .feature-image {
    width: 60px;
  }
}

/* How it Works Section */
.how-it-works-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Cairo', sans-serif;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.step-circle {
  width: 40px;
  height: 40px;
  background-color: #6FA69D;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.step-title {
  font-size: 20px;
  color: #EEB262;
  margin-bottom: 10px;
  text-align: center;
}

.step-description {
  font-size: 14px;
  color: #888;
  text-align: center;
  max-width: 200px;
}

/* Updated Dashed Line */
.dashed-line-right {
  position: absolute;
  top: 20%; 
  right: -50px;
  width: 100px;
  border-top: 2px dashed #6FA69D;
  transform: translateY(-50%);
  z-index: 1; 
}

.col-lg-3:nth-child(4) .dashed-line-right {
  display: none;
}


button.btn-primary {
  background-color: #6FA69D;
  color: #fff;
  border: none;
  padding: 12px 24px; 
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

button.btn-primary:hover {
  background-color: #4b867c;
  transform: scale(1.05); 
}


@media (max-width: 992px) {
  .step-circle {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .step-title {
    font-size: 16px;
  }
  .step-description {
    font-size: 12px;
  }
  .dashed-line-right {
    width: 80px;
    right: -40px;
  }
  .dashed-line-right {
    display: none; 
  }
}

@media (max-width: 768px) {
  .how-it-works-section .row {
    flex-direction: column;
    align-items: center; 
  }
  button.btn-primary {
    margin-top: 20px;
    width: 100%; 
  }
}

@media (max-width: 576px) {
  .step-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .step-title {
    font-size: 14px;
  }
  .step-description {
    font-size: 12px;
  }
  button.btn-primary {
    padding: 12px 24px;
  }
}


/* Payment Networks Section */
.payment-networks-section {
  padding: 100px 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.payment-networks-section .section-content {
  width: 50%; 
  text-align: center; 
}

.payment-networks-section .section-title {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.payment-networks-section .payment-subtext {
  color: #EEB262;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* Custom styling for dots in payment-subtext */
.payment-networks-section .payment-subtext span::before {
  content: " •";
  font-size: 1.3em;
  color: #EEB262;
  margin:0px 5px;
}

.payment-networks-section .payment-subtext span:last-child::after {
  content: "";
}


.payment-networks-section .payment-icon:hover {
  transform: scale(1.1);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .payment-networks-section .section-title {
    font-size: 1.8rem;
  }
  .payment-networks-section .payment-subtext {
    font-size: 0.95rem;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .payment-networks-section .section-content {
    width: 70%; 
  }
  .payment-networks-section .section-title {
    font-size: 1.6rem;
  }
  .payment-networks-section .payment-subtext {
    font-size: 0.9rem;
  }
  .payment-networks-section .payment-icon {
    width: 90px;
    margin: 5px;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .payment-networks-section .section-content {
    width: 90%; 
  }
  .payment-networks-section .section-title {
    font-size: 1.4rem;
  }
  .payment-networks-section .payment-subtext {
    font-size: 0.85rem;
    gap: 8px;
  }
  .payment-networks-section .payment-icon {
    width: 140px;
    margin: 4px;
    padding: 8px;
  }
}


/* Dashboard Section */
.dashboard-section {
  padding: 80px 0;
  background-color: #f6f6f6;
}

.dashboard-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.dashboard-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.dashboard-text {
  text-align: left;
}

.section-title1 {
  font-size: 2.5rem;
  color: #333 !important;
  margin-bottom: 20px;
}

.dashboard-heading {
  font-size: 20px;
  font-weight: 400;
  color: #EEB262;
  margin-top: 20px;
}

.dashboard-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

.dashboard-description ul {
  padding-left: 20px;
}

.dashboard-description ul li {
  font-size: 1rem;
  color: #666;
  margin-bottom: 10px;
}
#baselogo{
  width: 120px;
}
/* Responsive Adjustments */
@media (max-width: 992px) {
  .section-title1 {
    font-size: 2rem;
  }

  .dashboard-heading {
    font-size: 1.2rem;
  }

  /* .dashboard-description {
    font-size: 0.95rem;
  } */
}

@media (max-width: 768px) {
  .dashboard-section .row {
    flex-direction: column;
    text-align: left;
  }

  .dashboard-text {
    text-align: left;
    padding: 20px;
  }

  .section-title1 {
    font-size: 1.8rem;
  }

  .dashboard-heading {
    font-size: 1.1rem;
  }

  /* .dashboard-description {
    font-size: 0.9rem;
  } */
}

@media (max-width: 576px) {
  .section-title1 {
    font-size: 1.5rem;
  }

  .dashboard-heading {
    font-size: 1rem;
  }
  #baselogo{
    width: 100px;
  }
  /* .dashboard-description {
    font-size: 0.85rem;
  } */
}



/* Footer Section */
.footer-section {
  background: url("../images/footerbg.svg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
  color: #333;
}

.footer-logo-image {
  width: 100px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.app-store-buttons {
  display: flex;
  gap: 15px;
}

.app-store-icon {
  width: 130px;
  max-width: 100%;
  transition: transform 0.3s;
}

.app-store-icon:hover {
  transform: scale(1.05);
}

hr {
  width: 68%;
  margin: 28px auto;
  display: block;
  border: none;
  border-top: 1px solid #ccc;
}

.copyright {
  color: #333;
  font-size: 0.9rem;
  margin-top: 10px;
  padding-top: 10px;
}

/* Responsive Footer */
@media (max-width: 992px) {
  .footer-section .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-logo-image {
    width: 90px;
    margin-bottom: 10px;
  }
  .footer-nav {
    gap: 15px;
  }
  .app-store-buttons {
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .footer-logo-image {
    width: 80px;
    margin-bottom: 10px;
  }
  .footer-nav {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .app-store-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
}

/* Services Section */
.services-section {
  background-color: #f6f6f6;
  padding: 50px 0;
  font-family: 'Cairo', sans-serif;
}

.main-title {
  font-size: 32px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.section-title1 {
  font-size: 24px;
  color: #4ba69c !important;
  margin-bottom: 15px;
  font-weight: 400;
}
.section-description,
.section-description1 {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  width: 70%;
}

.features-list {
  list-style: none;
  padding: 0;
}
.features-list>li{
  display: flex;
  gap: 5px;
}
.features-list>li>span{
  font-size: 14px;
  color: #666;
}
.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.features-list img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.marketingIcons{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #EEE;
  background: #FFF;
  gap: 4px;
  padding: 15px 10px;
  width: 120px;
  height: 100px;
}
.marketingIcons>img{
  width: px;
  height: 25px;
}
.marketingIcons>span{
  color: var(--Orange, #EEB262);
  text-align: center;
  font-family: 'Cairo';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  text-transform: capitalize;
}
/* Image Wrapper */
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: none;
}

/* Icons */
.icon-row {
  display: flex;
  align-items: start!important;
  justify-content: start;
  gap: 10px;
  /* padding-right: 170px; For larger screens */
}
.payment-subtext>span{
  font-family: 'Cairo';
}
.icon-wrapper {
  text-align: center;
}

.icon-wrapper img {
  max-height: 100px;
  max-width: 100px;
}

.icon-wrapper p {
  font-size: 14px;
  color: #666;
}

.arrow img {
  height: 20px;
  width: auto;
}
.icon-row{
  flex-direction: row!important;
}
.dashboardIMG0{
  display: block;
}
.dashboardIMG1{
  display: none;
}
@media (max-width: 992px) {
  .services-section {
    padding: 40px 0;
  }

  .main-title {
    font-size: 28px;
  }

  .section-title1 {
    font-size: 22px;
  }

  .section-description,
  .section-description1 {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
  }

  .features-list li {
    font-size: 14px;
  }

  .icon-wrapper img {
    max-height: 90px;
  }

  .arrow img {
    height: 18px;
  }

  .image-wrapper img {
    width: 100%;
    object-fit: cover;
  }

  .icon-row {
    padding-right: 100px; 
  }
}

@media (max-width: 768px) {
  .services-section .row {
    flex-direction: column;
    text-align: center;
  }

  .main-title {
    font-size: 24px;
  }
  .icon-row{
    flex-direction: column!important;
  }
  .icon-row>span{
    display: none;
  }
  .section-title1 {
    font-size: 20px;
  }
  .dashboardIMG0{
    display: none;
  }
  .dashboardIMG1{
    display: block;
  }

  .section-description,
  .section-description1 {
    font-size: 16px;
    width: 100% !important;
    margin: 0 auto;
  }

  .features-list li {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .features-list img {
    width: 20px;
    height: 20px;
  }

  .icon-wrapper img {
    max-height: 80px;
  }

  .arrow img {
    height: 16px;
  }

  .image-wrapper img {
    width: 100%;
  }

  .icon-row {
    padding-right: 0; 
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 30px;
  }
  header{
    padding: 16px 10px;
  }
  .section-title1 {
    font-size: 22px;
  }

  .section-description {
    font-size: 16px;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  .section-description1 {
    font-size: 16px;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  .features-list li {
    font-size: 12px;
  }

  .features-list img {
    width: 18px;
    height: 18px;
  }

  .icon-wrapper img {
    max-height: 70px;
    max-width: 70px;
  }

  .arrow img {
    height: 14px;
  }

  .image-wrapper img {
    width: 100%;
  }

  .icon-row {
    padding-right: 0 !important; 
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
