
.mission{
    margin-top: 40px;
}
.mission_img{
    float:left;
}
.mission_img im {
    width: unset;
}
.mission_text{
    width: 80%;
    float:left; 
    padding-left:20px;
    padding-bottom:10px;
}

/* Mobile styles for Revolution Slider */
@media only screen and (max-width: 767px) {
    .tp-banner-container {
        height: auto !important;
    }
    
    .tp-banner {
        height: 300px !important; /* Adjust this value to your desired mobile height */
    }
    
    .tp-banner img {
        height: 100% !important;
        object-fit: cover;
    }

    /* Adjust caption positions and sizes */
    .tp-caption.title-slide {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 20px !important;
    }

    .tp-caption.desc-slide {
        font-size: 14px !important;
        line-height: 20px !important;
        height: auto !important;
        max-height: 120px !important;
        overflow-y: auto;
    }

    #wa-button2 img {
        width: 150px;
    }
    .wa-button-holder {
        position:fixed;
        right:5px; 
        bottom:40px;
        z-index:99999
    }

    .about-us-text {
        padding-top: 30px;
    }
}

/* Small mobile devices */
@media only screen and (max-width: 479px) {
    .tp-banner {
        height: 200px !important;
    }

    .tp-caption.title-slide {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .tp-caption.desc-slide {
        font-size: 13px !important;
        max-height: 80px !important;
    }
}

/* Newsletter Popup Styles */
#newsletterPopup.modal {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    z-index: 99999;
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

#newsletterPopup .modal-dialog {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.wa-button-holder {
    position:fixed;
    right:30px; 
    bottom:30px;
    z-index:99999
}
@media (max-width: 767px) {
    #newsletterPopup .modal-dialog {
        width: 90%;
        max-width: none;
    }


    
}

#newsletterPopup .modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    position: relative;
    background-color: #fff;
}

#newsletterPopup .modal-header {
    border-bottom: 1px solid #eee;
    padding: 20px;
    background-color: var(--primaryColor);
    border-radius: 8px 8px 0 0;
}

#newsletterPopup .modal-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

#newsletterPopup .modal-body {
    padding: 30px;
}

#newsletterPopup .close {
    color: #fff;
    opacity: 1;
}

#newsletterPopup .form-group {
    margin-bottom: 20px;
}

#newsletterPopup label {
    font-weight: 500;
    margin-bottom: 8px;
}

#newsletterPopup .form-control {
    border-radius: 4px;
    padding: 12px;
    border: 1px solid #ddd;
}

#newsletterPopup .form-control:focus {
    border-color: var(--primaryColor);
    box-shadow: 0 0 0 0.2rem rgba(1, 156, 222, 0.25);
}

#newsletterPopup .btn-primary {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
}

#newsletterPopup .btn-primary:hover {
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
}

#newsletterPopup .form-check-label {
    font-size: 14px;
    color: #666;
}

/* Success message styles */
.newsletter-success {
    color: #28a745;
    padding: 15px;
    text-align: center;
    display: none;
}

/* Error message styles */
.newsletter-error {
    color: #dc3545;
    padding: 15px;
    text-align: center;
    display: none;
} 