/*------------------------------------------------------***Style for Dev 2***------------------------------------------------------*/

/* Contact Form Styling - Force CSS */
#kbnzone-1 * {
    box-sizing: border-box !important;
}

#kbnzone-1 {
    padding: 30px !important;
    background: #1c6f83;
    border-radius: 15px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    font-family: 'Jost ', Tahoma, Geneva, Verdana, sans-serif !important;
}

#kbnzone-1 .row {
    margin: 0 !important;
}

#kbnzone-1 .col-md-12 {
    padding: 0 !important;
}

#kbnzone-1 #ncform {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

/* Field Container Styling */
#kbnzone-1 .ncFieldct {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
}

#kbnzone-1 .ncFieldct.tpboolean {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
}


#kbnzone-1 label {
    color: white !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

#kbnzone-1 .tpboolean label {
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    flex: 1 !important;
}

/* Input Field Styling */
#kbnzone-1 .ncField {
    position: relative !important;
}

#kbnzone-1 input[type="text"],
#kbnzone-1 input[type="email"] {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}

#kbnzone-1 input[type="text"]:focus,
#kbnzone-1 input[type="email"]:focus {
    outline: none !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

#kbnzone-1 input[type="text"]::placeholder,
#kbnzone-1 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Checkbox Styling */
#kbnzone-1 input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    accent-color: #2e2e2e !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

/* Submit Button Styling */
#kbnzone-1 .ncSendZone {
    margin-top: 10px !important;
}

#kbnzone-1 .kbn-form {
    display: inline-block !important;
    width: 100% !important;
    padding: 18px 30px !important;
    background: #2e2e2e !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

#kbnzone-1 .kbn-form:hover {
    background: #ffffff !important;
    transform: translateY(-3px) !important;
    color: #2e2e2e !important;
}

#kbnzone-1 .kbn-form:active {
    transform: translateY(-1px) !important;
}

/* Footer Text Styling */
#kbnzone-1 .ncFinality {
    margin-top: 25px !important;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    backdrop-filter: blur(5px) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    #kbnzone-1 {
        margin: 10px !important;
        padding: 20px !important;
        border-radius: 10px !important;
    }
    
    #kbnzone-1 input[type="text"],
    #kbnzone-1 input[type="email"] {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
    
    #kbnzone-1 .kbn-form {
        padding: 15px 25px !important;
        font-size: 14px !important;
    }
    
    #kbnzone-1 .ncFinality {
        padding: 15px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    #kbnzone-1 {
        padding: 15px !important;
    }
    
    #kbnzone-1 #ncform {
        gap: 20px !important;
    }
    
    #kbnzone-1 .tpboolean {
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    #kbnzone-1 .tpboolean input[type="checkbox"] {
        margin-top: 0 !important;
    }
}

/* Animation for form load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#kbnzone-1 {
    animation: fadeInUp 0.6s ease-out !important;
}

/* Focus states for accessibility */
#kbnzone-1 input:focus,
#kbnzone-1 .kbn-form:focus {
    outline: 2px solid rgba(255, 255, 255, 0.8) !important;
    outline-offset: 2px !important;
}


/*floating newslatter styling*/

    /* Floating Newsletter Icon */
    .floating-newsletter-icon {
        position: fixed;
        bottom: 105px;
        left: 20px;
        width: 65px;
        height: 65px;
        background-color: #00687a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 9999;
        box-shadow: 0 4px 12px rgba(0, 104, 122, 0.3);
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .floating-newsletter-icon:hover {
        background-color: #005566;
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0, 104, 122, 0.4);
        text-decoration: none;
    }

    .floating-newsletter-icon:focus {
        outline: 2px solid #00687a;
        outline-offset: 2px;
    }

    .newsletter-icon-svg {
        width: 28px;
        height: 28px;
        fill: white;
    }

    /* Pulse animation */
    .floating-newsletter-icon {
        animation: newsletter-pulse 3s infinite;
    }

    @keyframes newsletter-pulse {
        0% {
            box-shadow: 0 4px 12px rgba(0, 104, 122, 0.3);
        }
        50% {
            box-shadow: 0 4px 12px rgba(0, 104, 122, 0.3), 0 0 0 10px rgba(0, 104, 122, 0.1);
        }
        100% {
            box-shadow: 0 4px 12px rgba(0, 104, 122, 0.3);
        }
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .floating-newsletter-icon {
            width: 60px;
            height: 60px;
            bottom: 85px;
            left: 15px;
        }

        .newsletter-icon-svg {
            width: 24px;
            height: 24px;
        }

        .floating-newsletter-icon::after {
            left: 60px;
            font-size: 12px;
            padding: 6px 10px;
        }

        .floating-newsletter-icon::before {
            left: 52px;
        }
    }


/*fix problem icons home page*/
.fa,.fab,.fad,.fal,.far,.fas {
     font-family: "Font Awesome 5 Free" !important;
     -moz-osx-font-smoothing: grayscale !important;   
     font-weight: 900 !important;
}

