body {
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    line-height: 1.8;
}
.hero-section {
    background: linear-gradient(120deg, #1a237e 0%, #283593 100%);
    padding: 120px 0;
    color: white;
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3NjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRkZGIiBzdG9wLW9wYWNpdHk9Ii4wNSIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZD0iTTAgMGgxNDQwdjc2NUgweiIgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
    opacity: 0.1;
}
.converter-box {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.features-section {
    padding: 100px 0;
    background: #f8f9fa;
}
.feature-card {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 15px;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.feature-icon {
    font-size: 50px;
    color: #1a237e;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-section {
    padding: 100px 0;
    background: #fff;
}
.advantages-section {
    padding: 100px 0;
}
.advantage-card {
    background: white;
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.steps-section {
    background: white;
    padding: 100px 0;
}
.step-card {
    text-align: center;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.step-card:hover {
    background: white;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.btn-primary {
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26,35,126,0.3);
}
.form-control {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #e8ecf5;
}
.form-control:focus {
    border-color: #1a237e;
    box-shadow: 0 0 0 0.2rem rgba(26,35,126,0.15);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #1a237e;
}
.navbar {
    padding: 20px 0;
    transition: all 0.3s ease;
}
.navbar-brand {
    font-weight: 700;
    font-size: 24px;
}
.nav-link {
    font-weight: 500;
    padding: 10px 20px !important;
}
.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #1a237e;
}
.accordion-button:focus {
    box-shadow: none;
}
footer {
    background: #1a237e;
    padding: 50px 0;
}
footer a {
    text-decoration: none;
    transition: all 0.3s ease;
}
footer a:hover {
    color: #fff !important;
    opacity: 0.8;
}
.text-red {
    color: #f23333;
}
/* Partner CTA block */
.cta-block {
    background: #f8f9fa;
    border: 1px solid #e8ecf5;
    border-radius: 12px;
    padding: 24px;
    margin: 40px auto;
    text-align: center;
}
.cta-block h2 {
    color: #1a237e;
}
.cta-block p {
    color: #2c3e50;
    margin-bottom: 16px;
}
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}
.cta-button:hover {
    opacity: 0.9;
}
@media (max-width: 1200px) { .banner-left, .banner-right { display: none; } .container { margin: 0 15px; } }
        /* Position banner on the left */
.x.left-banner {
  position: fixed;
  top: 50%;
  left: 0; /* Ensure it's at the left edge */
  transform: translateY(-50%); /* Only transform the Y-axis */
  width: 300px; /* Adjust the width */
  height: 250px; /* Adjust the height */
  z-index: 9999;
  background-color: transparent; /* Transparent background */
  margin-left: 0; /* Remove any potential margin */
  padding-left: 0; /* Remove any potential padding */
}

/* Position banner on the right */
.x.right-banner {
  position: fixed;
  top: 50%;
  right: 0; /* Ensure it's at the right edge */
  transform: translateY(-50%); /* Only transform the Y-axis */
  width: 300px; /* Adjust the width */
  height: 250px; /* Adjust the height */
  z-index: 9999;
  background-color: transparent; /* Transparent background */
  margin-right: 0; /* Remove any potential margin */
  padding-right: 0; /* Remove any potential padding */
}

/* Position banner at the bottom - AdSense style */
.x.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; /* Full width of the viewport */
  height: 90px; /* Standard AdSense height for bottom banners */
  text-align: center;
  z-index: 9999;
  background-color: transparent; /* Transparent background */
  box-shadow: none; /* Remove shadow for transparent look */
  margin: 0; /* Remove any potential margin */
  padding: 0; /* Remove any potential padding */
}

/* Optional: Style for the banner content */
.x {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: transparent; /* Transparent background */
}

/* Hide only left and right banners on mobile devices */
@media only screen and (max-width: 768px) {
  .x.left-banner, .x.right-banner {
    display: none !important;
  }
  
  /* Keep bottom banner visible on mobile, but adjust it if needed */
  .x.bottom-banner {
    height: 60px; /* Slightly smaller height for mobile */
  }
