.form-check-label {
    text-transform: capitalize;
}

.icon-white {
color: white;
}
.signup_form form .form-group .form-control {
    height: 40px;
    padding: 5px 20px;
    color: var(--body-text-purple);
    border: 2px solid #E1DBF4;
    border-radius: 12px;
    font-weight: 500;
}
.marketing-section {
    background-color: #B8DDD8;
    color: #1A49A6;
    padding: 60px 15px;
    position: relative; 
    z-index: 1; 
    overflow: hidden;
}

.marketing-section .container {
    max-width: 1157px;
    max-height: 400px;
    margin: 0 auto;
}

.marketing-section h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: #1A49A6;
    font-family: 'circular';
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
}

.marketing-section p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

.demo-video {
    position: relative;
    display: inline-block;
}

.demo-video img {
    border-radius: 8px;
    max-width: 100%;
    height: 300px;
    box-shadow: 5px 20px 10px rgba(0, 0, 0, 0.3);
}

.notifier-blog {
    background-color: #fff;
    text-align: center;
    padding: 40px 20px;
}

.large-font {
    font-size: 2.25rem;
    color: #050505;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.highlight {
    color: #00a884;
}

.notifier-blog p {
    font-size: 1rem;
    color: #333;
    margin: 10px 0;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 3px;
}

.strong {
    font-weight: bold;
}

.how-it-works {
    text-align: center;
    padding: 60px 20px;
    background-color: #17314B;
}

.how-it-works h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.how-it-works p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 20px;
}

.icon {
    color: #B8DDD8;
}

.step h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.link-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #df6f14;
    border: 2px solid #fd811e;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.link-btn:hover {
    background-color: transparent;
    color: #fd811e;
}
.navbar-nav .nav-link {
    color: #1A49A6 !important; 
}
.btn-signin
{
    color: #1A49A6 !important; 
}

.custom-icon {
    width: 400px; 
    height: 400px; 
    float: left;
    object-fit: contain; 
}

.marketing-section .custom-icon {
    vertical-align: middle; 
}

@media (max-width: 992px) {
    .navbar-collapse.custom-collapse {
        background-color: #B8DDD8;
        padding: 10px 15px; 
        border-radius: 0; 
        z-index: 1050;
        position: relative; 
    }

    .navbar-collapse.custom-collapse .nav-link {
        color: #1A49A6 !important; 
        margin: 5px 0; 
        text-align: left; 
    }

    .navbar-collapse.custom-collapse .btn-signin {
        color: #1A49A6 !important; 
        border-color: #1A49A6 !important;
        margin: 5px 0; 
    }

    
    .navbar-toggler {
        z-index: 1060; 
        background-color: #B8DDD8; 
        border: none; 
    }

    /* Adjust toggler icon appearance */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%2823, 162, 184, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-collapse.show {
        display: block !important;
        overflow: visible !important; 
    }

    .header {
        margin: 0;
        padding: 0;
    }
    .navbar-expand-lg .navbar-nav 
    {
        background-color: #B8DDD8 !important;
        border-radius: 0 !important;
        box-shadow: 0 0 0  !important;
    }
    .marketing-section {
        padding: 40px 10px;
        margin-bottom: 20px; 
    }

    .marketing-section .row {
        flex-direction: column; 
    }
    .marketing-section .col-md-6 {
        text-align: center;
        margin-bottom: 20px;
    }
    .marketing-section .fl-heading-text {
        font-size: 1.2rem; 
    }
    .marketing-section p {
        font-size: 0.8rem; 
    }
    .marketing-section .demo-video img {
        max-width: 80%; 
        height: auto; 
    }
}



.how-it-works {
    background: #0f3c57;
    padding: 60px 0;
    color: #fff;
}
.how-it-works h2 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
}
.how-it-works h2 .highlight {
    color: #29a5ff;
}
.container.wide-container {
    max-width: 1440px; /* Override Bootstrap default */
}
.step {
    background: #fff;
    color: #000;
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
    margin: 15px 10px;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.step:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.step .icon {
    margin-bottom: 20px;
}
.step .icon img {
    width: 90px;
    height: auto;
}
.step h3 {
    color: #2b7de9;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.step p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.step a {
    color: #f77b0b;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #fbc79c;
    padding: 6px 16px;
    border-radius: 6px;
    display: inline-block;
    transition: background 0.3s ease;
}
.step a:hover {
    background: #f77b0b;
    color: #fff;
}

.contact-blog {
    background-color: #3382ac;
    text-align: center;
    padding: 40px 20px;
}

.contact-blog h2{
     font-size: 2.2rem;
    color: #fefcfcfd;
    margin: 10px 0;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 3px; 
     text-align: left; 
}
.contact-blog p {
    font-size: 1.3rem;
    color: #fefcfcfd;
    margin: 10px 0;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 3px;
     text-align: left; 
}

.we-arepatner-blog{
    text-align: center;
     padding: 40px 20px;
}
.we-arepatner-blog p{
     text-align: left; 
}

.partnering{
    width: 130px;
    height: 100px;
}

.meta-warning {
  background: #04aee7;
  border: 1px solid #0f8f2f;
  border-radius: 8px;
  padding: 16px 20px;
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  box-shadow: 0 4px 10px rgba(255, 152, 0, 0.15);
  animation: fadeIn 0.6s ease-in-out;

  h2 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.btn-compact {
  border-radius: 8px;
  padding: 6px 12px;
  background-color: #007bff; 
  color: white;
  font-size: 14px;
  border: none;
}

  .text-danger {
    color: red;
  }

  .text-right {
    text-align: right;
  }

  .custom-alert {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 5px;
  }