.custom-img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.custom-img2 {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.agenda-sec {
    padding: 8px;
    margin: 0;
}

.agenda-preview {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #000;
    padding: 10px;
}

.agenda-preview h2 {
    text-align: center;
    font-size: 15px;
}

.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.footer-outer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.section-outer {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.csv-control {
    border-radius: 20px;
}

.uc-modal-dialog {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.overflow-panel {
    width: 200px;
    margin-right: -40px;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 20px;
}

/* General form container styling */
#contact_form {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

/* Input and textarea styling */
.input-text, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.input-text:focus, textarea:focus {
    border-color: #5d9cec;
    outline: none;
    box-shadow: 0 0 5px rgba(93, 156, 236, 0.5);
}

.carousel-item .img-c {
    max-width: 490px;
    max-height: 305px;
    min-width: 490px;
    min-height: 305px;
    width: 100%;
    height: auto;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Label styling */
label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    display: block;
}

/* Required field indicator */
.required {
    color: red;
}

/* Button styling */
.buttons-set .button {
    background-color: #5d9cec;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buttons-set .button:hover {
    background-color: #4a8ad4;
}

.buttons-set .button:active {
    background-color: #3a6fae;
}

/* General spacing and layout */
li {
    list-style: none;
}

.customer-name {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.input-box {
    flex: 1;
    min-width: 150px;
}

/* ReCaptcha */


/* Responsive adjustments */
@media (max-width: 600px) {
    .input-box {
        flex: 1 1 100%;
    }

    #contact_form {
        max-width: 100%;
        padding: 10px;
    }
}

/* Page heading */
.page-heading {
    background-color: #f1f1f1;
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.page-title h2 {
    font-size: 28px;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.main-container {
    padding: 30px 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.block-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px;
}

.box-content {
    padding: 15px;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin-bottom: 3px;
    padding: 3px;
}

ul li:last-child {
    border-bottom: none;
}

.subDropdownS {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block;
    cursor: pointer;
    transition: color 0.3s ease;
}

.subDropdownS:hover {
    color: #5d9cec;
}

.level0_482 {
    margin-top: 10px;
    padding-left: 15px;
    display: none;
}

ul li.active .level0_482 {
    display: block;
}

ul li.active .subDropdown {
    transform: rotate(180deg);
}

.subDropdown {
    float: right;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.minus {
    transform: rotate(0deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-title h2 {
        font-size: 22px;
    }

    .block-title {
        font-size: 20px;
    }

    .subDropdownS {
        font-size: 16px;
    }
}
