.form-check-label {
    text-transform: capitalize;
}
.custom-btn {
    background-color: #009688;
    color: white;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.custom-btn:hover {
    background-color: #00796b;
    color: white;
}
.paddingdiv{
    margin: 10px;
}

/* File Upload Styling */
.file-upload {
    position: relative;
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    cursor: pointer;
}

.file-upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload .file-text {
    color: #777;
    font-size: 14px;
}
.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: 2.0rem;
    margin-bottom: 20px;
    color: #1A49A6;
    font-family: 'circular';
    display: inline-block; 
    margin-bottom: 0; 
    vertical-align: middle;
}

.marketing-section p {
    font-size: 1.0rem;
    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);
}

.demo-label {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
}

.notifier-blog {
    background-color: #fff;
    /* Light teal */
    text-align: center;
    padding: 40px 20px;
}

.large-font {
    font-size: 2.25rem;
    color: #050505;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.large-font .highlight {
    color: #00a884;
    /* WhatsApp green */
}

.notifier-blog p {
    font-size: 1rem;
    color: #333;
    margin: 10px 0;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 3px;
}

.strong {
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    background-color: #1A49A6;
    /* WhatsApp green */
    color: #fff;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
}

.cta-button:hover {
    background-color: #B8DDD8;
    text-decoration: none;
    color: #fff;
}

.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;
}

.step-number {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.footer-text {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}

.features-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
}

.features-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.features-section p {
    font-size: 1.2rem;
    color: #000;
    font-stretch: wider;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.feature {
    background: #17314B;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
}

.feature .icon {
    margin-bottom: 15px;
    text-align: center;
}

.feature .icon img {
    width: 50px;
    height: 50px;
}

.feature h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.feature p {
    font-size: 0.85rem;
    color: #fff;
    line-height: 1.5;
}

.feature a {
    color: #007bff;
    text-decoration: none;
}

.feature a:hover {
    text-decoration: underline;
}

.cta-section {
    background-color: #B8DDD8;
    /* Teal color */
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.cta-section p {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.link-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #1A49A6;
    border: 2px solid #1A49A6;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.link-btn:hover {
    background-color: transparent;
    color: #1A49A6;
}
.navbar-nav .nav-link {
    color: #1A49A6 !important; 
}
.btn-signin
{
    color: #1A49A6 !important; 
}

/* Set a fixed size for the image (icon size) */
.custom-icon {
    width: 400px; 
    height: 400px; 
    float: left;
    object-fit: contain; 

}

.marketing-section .custom-icon {
    vertical-align: middle; 
}


/* responsive css for frontend menu */
@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; 
    }
}
