﻿.table {
    width: 100%;
    border-collapse: collapse;
}

    .table td, .table th {
        padding: 6px 15px;
        border: 1px solid #ddd;
        text-align: center;
        font-size: 16px;
    }

    .table th {
        background-color: #0070c0;
        color: #ffffff;
    }

    .table tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }

.img-fluiddd {
    max-width: 90%;
    height: auto;
}

.sppb-icon-inner {
    height: 30px;
    width: 30px;
    color: #0070c0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 2em;
}
.font-font {
    font-size: 2em;
}
.font-font-font {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.font-style-font{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:.9rem;
}

.custom-heading {
    font-size: 20px; /* Adjust the font size as needed */
    color: #333; /* Set the text color */
    font-weight: bold; /* Make the text bold */
    margin-bottom: 10px; /* Add some bottom margin for spacing */
}

.custom-paragraph {
    font-size: 16px; /* Adjust the font size as needed */
    color: #666; /* Set the text color */
    margin-bottom: 20px; /* Add some bottom margin for spacing */
}
.line-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

    hr:not([size]) {
        height: 1px;
    }

.file-upload-area:hover {
    background-color: #f8f9fa;
    border-color: #6c757d;
}

.file-upload-area {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}



/*responsive*/

@media(max-width: 500px) {
    .table thead {
        display: none;
    }

    .table, .table tbody, .table tr, .table td {
        display: block;
        /*width: 100%;*/
    }

        .table tr {
            margin-bottom: 15px;
        }

        .table td {
            text-align: right;
            padding-left: 50%;
            text-align: right;
            position: relative;
        }

            .table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-size: 15px;
                font-weight: bold;
                text-align: left;
            }
}

@media(max-width: 1200px) {
    .table thead {
        display: none;
    }

    .table, .table tbody, .table tr, .table td {
        display: block;
        /*width: 100%;*/
    }

        .table tr {
            margin-bottom: 15px;
        }

        .table td {
            text-align: right;
            padding-left: 50%;
            text-align: right;
            position: relative;
        }

            .table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-size: 15px;
                font-weight: bold;
                text-align: left;
            }
}

@media(max-width: 800px) {
    .table thead {
        display: none;
    }

    .table, .table tbody, .table tr, .table td {
        display: block;
        /*width: 100%;*/
    }

        .table tr {
            margin-bottom: 15px;
        }

        .table td {
            text-align: right;
            padding-left: 50%;
            text-align: right;
            position: relative;
        }

            .table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-size: 15px;
                font-weight: bold;
                text-align: left;
            }
}

.map-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 20px auto;
    background: linear-gradient(135deg, #f0f2f5, #ffffff);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .map-container:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .map-container a {
        color: #007bff;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        transition: color 0.3s ease;
    }

        .map-container a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

.map-iframe {
    width: 100%;
    height: 220px;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
    max-width: 420px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .map-iframe:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

@media (min-width: 576px) {
    .map-iframe {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .map-iframe {
        height: 320px;
    }
}

@media (min-width: 992px) {
    .map-iframe {
        height: 380px;
    }
}



@media(max-width: 900px) {
    .table thead {
        display: none;
    }

    .table, .table tbody, .table tr, .table td {
        display: block;
        /*width: 100%;*/
    }

        .table tr {
            margin-bottom: 15px;
        }

        .table td {
            text-align: right;
            padding-left: 50%;
            text-align: right;
            position: relative;
        }

            .table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-size: 15px;
                font-weight: bold;
                text-align: left;
            }
}

/* Additional styling for modern button */
.btn-modern {
    background-color: #28a745; /* Bootstrap success color */
    color: #fff;
    font-weight: 300;
    padding: 6px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .btn-modern i {
        margin-right: 8px;
        font-size: 1em;
    }

    /* Hover effect */
    .btn-modern:hover {
        background-color: #218838;
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }
