body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}
header {

    padding: 15px 24px;

    border-bottom: 1px solid rgba(0, 42, 100, 0.20);

    background: linear-gradient(0deg, rgba(3, 184, 187, 0.04) 0%, rgba(3, 184, 187, 0.04) 100%), #FFF;

    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);

}

.address-info p {

    color: #152A06;

    font-family: "Trebuchet MS";

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 20px;

    margin-bottom:0px;

}

.address-info i {

    font-size: 12px;

    padding-right: 4px;

    color: #26A69A;

}
 

/* .navbar-logo img {
    height: 70px; 
    width: auto; 
} */

/* .sclhead {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
} */

/* .sclhead {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 1%;
    text-align: right;
} */
.navbar {
    height: auto; /* Adjust height dynamically */
    padding: 10px 15px; /* Control padding for compactness */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f5fcfc !important; /* Consistent light background */
}

.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #f5fcfc !important;
}

.form-section {
    margin-top: 10px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

label.form-label {
    color: #152A06;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.form-control {
    font-weight: normal;
    padding: 7px;
    border: 1px solid #e9e4e4;
}
button#paynow {
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #26A69A;
    padding: 8px 12px;
    text-align: center;
    color: #FFF;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.form-group {
    margin-bottom: 25px;
}

.btn-primary {
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-secondary {
    padding: 10px 20px;
    border-radius: 5px;
}

.text-end {
    text-align: right;
}

.navbar {
    margin-right: auto;
}

.navbar-logo {
    margin-left: 1%;
}

.navbar .sclhead {
    margin-left: 55%;
    text-align: right;
}

#secondFormSection {
    display: none;
}

.form-check-input {
    transform: scale(1.5);
}

.form-check-inline {
    margin-right: 94px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.btn-submit {
    padding: 10px 20px;
}
.btn.btn-primary {
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #26A69A;
    padding: 8px 12px;
    text-align: center;
    color: #FFF;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.btn:hover {
    color: #fff;
    background-color: #26A6A5;
    border-color: #1f8080;
}
/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    .navbar .sclhead {
        font-size: 0.85rem; 
        line-height: 1.1; 
        text-align: left; 
        margin: 10px 0; 
    }
    .form-section {
        padding: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .text-end {
        text-align: center;
    }

    .form-check-inline {
        margin-right: 20px;
    }
    .navbar {
        flex-wrap: wrap; 
        text-align: center;
    }
    .navbar-logo img {
        height: 45px;
        margin-bottom: 10px; 
    }
    .sclhead {
        font-size: 0.85rem; 
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .form-section {
        margin-top: 50px;
        padding: 15px;
    }
    .form-label {
        font-size: 0.85rem;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        margin-top: 10px;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 10px; 
    }

    .navbar-logo {
        margin-bottom: 10px;
    }

    .sclhead {
        text-align: left;
    }
    .navbar-logo img {
        height: 40px; 
        margin-bottom: 5px;
    }
    .sclhead {
        font-size: 0.8rem;
        line-height: 1.3; 
        margin: 0 auto;
        padding: 5px;
        text-align: center; 
    }
}
@media(max-width:992px){

    .top-header {

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    gap: 15px;

    width: 100%;

}
}

.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 0.3s linear infinite;
    -moz-animation:spin 0.3s linear infinite;
    animation:spin 0.3s linear infinite;
    
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}