/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Sidebar Styling */
/* Sidebar Styling */
.sidebar {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background: #fff !important;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    z-index: 2001 !important;
    padding-top: 60px;
    border-radius: 10px 0 0 10px;
    color: #222 !important;
    display: block;
}
.sidebar.open {
    right: 0;
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar ul li a {
    color: #222 !important;
    font-weight: 600;
    font-size: 18px;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s;
}
.sidebar ul li a:hover {
    background: #ffeaea;
    color: #e40000 !important;
}
.close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
    color: #e40000;
    z-index: 2002;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 2000 !important;
    display: none;
}
.overlay.active {
    display: block;
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar ul li {
    margin: 0;
}
.sidebar ul li a {
    color: #222 !important;
    font-weight: 600;
    font-size: 18px;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s;
}
.sidebar ul li a:hover {
    background: #ffeaea;
    color: #e40000 !important;
}
.close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
    color: #e40000;
}
/* About Section */
.about-us {
  background-color: #d0e9f7; /* Light Blue Background */
  padding: 50px 0;
  text-align: center; /* Center text by default */
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Heading Container */
.heading-container h1 {
  font-size: 2.5rem;
  color: #333;
}

.heading-container h2 {
  font-size: 2rem;
  color: #333;
  margin-top: 10px;
}

/* Content Container */
.content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.left-side {
  width: 50%;
  padding: 0 20px;
  text-align: left; /* Align text to the left */
}

.right-side {
  width: 50%;
  padding: 0 20px;
}

.right-side img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

/* Subheading and Text */
.sub-heading {
  font-size: 1.2rem;
  color: #555;
  margin-top: 10px;
}

.left-side p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-top: 20px;
}

.get-card-btn {
  background-color: green;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 30px;
}

.get-card-btn:hover {
  background-color: darkgreen;
}

/* Unlocking the Power of Digital Payments */
.digital-payments {
  text-align: center;
  margin-top: 50px;
}

.digital-payments h3 {
  font-size: 2rem;
  color: #333;
}

.digital-payments p {
  font-size: 1.2rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  margin-top: 20px;
}

/* Service Circles */
.service-circles {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.circle {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.circle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #f0f8ff;
}
/* footer */



/* footer */

/* Footer Styles */
.footer {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background-color: #2c3e50;
  color: white;
  flex-wrap: wrap;
}

.footer-section {
  width: 22%;  /* Adjust width for each section */
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #34495e;
}

.footer-section h4 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
}

.service-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.features ul, .support ul {
  list-style-type: none;
  padding: 0;
}

.features li, .support li {
  margin-bottom: 10px;
  text-align: center;
}

.features li a, .support li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.features li a:hover, .support li a:hover {
  color: #3498db;
}

.social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.social-icons a {
  margin: 0 10px;
  display: inline-block;
}

.social-icons img {
  width: 30px;
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

.contact-us p {
  font-size: 14px;
  text-align: center;
  color: #bdc3c7;
}

/* For Responsiveness */
@media (max-width: 768px) {
  .footer-section {
      width: 48%;
  }
}

@media (max-width: 480px) {
  .footer-section {
      width: 100%;  /* Stack sections for mobile */
  }
}
/* Section Styling */
.services-section {
  background-color: #f4f8fb;
  padding: 50px 0;
  text-align: center;
}

/* Section Heading */
.services-section h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 30px;
}

/* Service Circles Container */
.service-circles {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px;
}

/* Individual Circle Styling */
.service-circle {
  background-color: #fff;
  border-radius: 50%;
  padding: 30px;
  width: 250px;
  height: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.service-circle h3 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 15px;
}

.service-circle p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Hover Effect for Circles */
.service-circle:hover {
  background-color: #e0f4ff;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Hover effect to show the description */
.service-circle:hover p {
  display: block;
  color: #333;
}

/* Optional: Styling for the text when hovering */
.service-circle:hover h3 {
  color: #007bff; /* Optional: change the text color on hover */
}

/* Get Started Section Styling */
.get-started-section {
  text-align: center;
  background-color: #f4f8fb;
  padding: 50px 20px;
}

/* Heading Styling */
.get-started-section h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

/* Paragraph Styling */
.get-started-section p {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Button Styling */
.get-started-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1.2rem;
  background-color: #28a745; /* Green color */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.get-started-btn:hover {
  background-color: #218838; /* Darker green on hover */
  transform: scale(1.05);
}
/* Section Styling */
.payment-simplify {
  text-align: center;
  background-color: #f4f8fb; /* Light background */
  padding: 50px 20px;
}

/* Image Container */
.payment-img-container {
  margin-bottom: 30px;
}

/* Image Styling */
.payment-img {
  max-width: 100%;
  height: auto;
  width: 400px; /* You can adjust the size as needed */
  margin-left: auto;
  margin-right: auto;
}

/* Text Styling */
.payment-text h3 {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 20px;
}

.payment-text p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.payment-text strong {
  font-weight: 600;
  color: #333;
}

