html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    height: 100%;
    color: rgb(255, 255, 255);
    font-family: Roboto, "Open Sans", sans-serif,'Roboto', Arial, Helvetica;
    background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("/assets/img/hexagons-space-3.jpg") center top repeat;
}

/* --------------------------------------------------------------
 element main
 --------------------------------------------------------------**/
main {
    margin: 50px 0;
}

.content {
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.mainPageContainer {
    width:100%;
    min-height:500px;
    margin-top: 80px;
    padding: 25px;
    border-radius: 10px;
    color: white;
    background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.5), rgba(30, 67, 86, 0.3));
}

.bg-image {
    background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("/assets/img/hero/education_key.jpg") center top no-repeat;
    background-size: cover;
    background-position: center center;
}


svg,i{
    height: 18px;
    width: auto;
}

    svg.material-icons:not(:last-child) {
        margin-right: 8px;
    }

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.capsule-input {
    padding: 10px 20px;
    border: 2px solid #007bff;
    border-radius: 50px;
    outline: none;
    width: 250px;
    font-size: 16px;
}

.capsule-button {
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

    .capsule-button:hover {
        background-color: #0056b3;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #68A4C4;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #85b6cf;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
/*--------------------------------------------------------------
# Back to button
--------------------------------------------------------------*/
.btnBack {
    display: inline-block;
    font-weight: 400;
    color: #04a850;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #04a850;
    padding: 0.375rem 0.75rem;
}
    .btnBack:hover {
        background: #85b6cf;
        color: #fff;
    }

    .btnBack.active {
        visibility: visible;
        opacity: 1;
    }
/*--------------------------------------------------------------
# Input Form
--------------------------------------------------------------*/
form {
    margin: auto;
    color: black;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    border:solid;
    border-width:0.5px;
    border-color:white;
    background: linear-gradient(to right, rgba(246, 247, 248, 0.253), rgba(30, 67, 86, 0.5), rgba(30, 67, 86, 0.3));
}

    form .header {
        margin-bottom: 10px;
        font-family: 'Gill Sans';
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        color:white;
    }

    form .secHeader {
        margin-bottom: 10px;
        font-family: 'Gill Sans';
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        color: white;
    }

    form input{
        width:auto;
        max-width: 400px;
    } 

    form .errorMassage {
        margin-bottom: 15px;
        font-family: 'Gill Sans';
        color: red;
    }

    form .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    form .form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
        color: var(--bs-secondary-color);
        text-align: end;
    }

    form .form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
        text-align: start;
    }

    form .form-card {
        background-color: whitesmoke;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        border-radius: 5%;
        padding: 20px;
    }

    form .form-field {
        width: 100%;
    }

    form .actions a {
        text-decoration: none;
        color: white;
        background-color: rgb(0, 97, 235);
    }

    form .actions button {
        background-color: rgb(216, 72, 48);
    }

    form

    button {
        display: block;
        margin: 5px 0;
        width: 100%;
    }
    button .google-id {
        background-color: rgba(216, 72, 48, 0.2);
    }

    button .separator {
        text-align: center;
        position: relative;
    }
        button .separator span {
            background: white;
            padding: 10px;
        }

button::before {
    content: "";
    position: absolute;
    left: 0px;
    z-index: -1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 232, 237);
    border-image: initial;
}

#uploadFile {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    opacity: 0;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

    #uploadFile button, input, optgroup, select, textarea {
        margin: 0;
        font-size: small;
        line-height: inherit;
    }

/*--------------------------------------------------------------
# HTML Table
--------------------------------------------------------------*/
table {
    table-layout: fixed;
    min-width: 100%;
    flex: 1;
    border-collapse: collapse;
}

    th, td {
        padding: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
    }

    th {
        position: sticky;
        padding: 5px;
        top: 0;
        background: transparent;
        text-align: center;
        font-weight: normal;
        font-size: 1.1rem;
        color: #1e3f55;
        position: relative;
    }

    th:last-child {
        border: 0;
    }

    .resize-handle {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: black;
        opacity: 0;
        width: 3px;
        cursor: col-resize;
    }

    .resize-handle:hover,
    /* The following selector is needed so the handle is visible during resize even if the mouse isn't over the handle anymore */
    .header--being-resized .resize-handle {
        opacity: 0.5;
    }

    th:hover .resize-handle {
        opacity: 0.3;
    }

    td {
        padding-top: 2px;
        padding-bottom: 2px;
        color: black;
    }

    tr:nth-child(even) td {
        background: rgba(135,188,234,1)
    }

    tr:nth-child(odd) td {
        background: rgba(208,228,247,1)
    }

    .mdc-text-field--filled:not(.mdc-text-field--disabled) {
        background-color: rgba(0, 0, 0, 0.12);
    }

    .mdc-data-table__cell, .mdc-data-table__header-cell {
        font-size: medium;
    }

    }

/*--------------------------------------------------------------
# Marquee HTML Text
--------------------------------------------------------------*/
.scrolling-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

    .scrolling-text span {
        display: inline-block;
        padding-left: 100%;
        animation: scroll 20s linear infinite;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.doxc-text {
    --cyan-color: #0dcaf0;
    --orange-color: #fd7e14;
    --teal-color: #20c997;
    --red-color: #df1529;
}

    .doxc-text doxc-item {
        background-color: var(--surface-color);
        box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
        height: 100%;
        padding: 40px 30px;
        text-align: center;
        transition: 0.3s;
        border-radius: 5px;
        border: 1px solid transparent;
    }

        .doxc-text doxc-item .icon {
            margin: 0 auto;
            width: 64px;
            height: 64px;
            display: flex;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            transition: ease-in-out 0.3s;
            position: relative;
        }

            .doxc-text doxc-item .icon i {
                font-size: 28px;
                transition: 0.5s;
                position: relative;
            }

        .doxc-text doxc-item h3 {
            font-weight: 700;
            margin: 10px 0 15px 0;
            font-size: 22px;
        }

        .doxc-text doxc-item p {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

        .doxc-text doxc-item:hover {
            box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
        }

        .doxc-text doxc-item.item-cyan .icon {
            background-color: color-mix(in srgb, var(--cyan-color) 10%, white 95%);
        }

            .doxc-text doxc-item.item-cyan .icon i {
                color: var(--cyan-color);
            }

        .doxc-text doxc-item.item-cyan:hover {
            border-color: var(--cyan-color);
        }

            .doxc-text doxc-item.item-cyan:hover .icon {
                background-color: var(--cyan-color);
            }

                .doxc-text doxc-item.item-cyan:hover .icon i {
                    color: var(--contrast-color);
                }

        .doxc-text doxc-item.item-orange .icon {
            background-color: color-mix(in srgb, var(--orange-color) 10%, white 95%);
        }

            .doxc-text doxc-item.item-orange .icon i {
                color: var(--orange-color);
            }

        .doxc-text doxc-item.item-orange:hover {
            border-color: var(--orange-color);
        }

            .doxc-text doxc-item.item-orange:hover .icon {
                background-color: var(--orange-color);
            }

                .doxc-text doxc-item.item-orange:hover .icon i {
                    color: var(--contrast-color);
                }

        .doxc-text doxc-item.item-teal .icon {
            background-color: color-mix(in srgb, var(--teal-color) 10%, white 95%);
        }

            .doxc-text doxc-item.item-teal .icon i {
                color: var(--teal-color);
            }

        .doxc-text doxc-item.item-teal:hover {
            border-color: var(--teal-color);
        }

            .doxc-text doxc-item.item-teal:hover .icon {
                background-color: var(--teal-color);
            }

                .doxc-text doxc-item.item-teal:hover .icon i {
                    color: var(--contrast-color);
                }

        .doxc-text doxc-item.item-red .icon {
            background-color: color-mix(in srgb, var(--red-color) 10%, white 95%);
        }

            .doxc-text doxc-item.item-red .icon i {
                color: var(--red-color);
            }

        .doxc-text doxc-item.item-red:hover {
            border-color: var(--red-color);
        }

            .doxc-text doxc-item.item-red:hover .icon {
                background-color: var(--red-color);
            }

                .doxc-text doxc-item.item-red:hover .icon i {
                    color: var(--contrast-color);
                }

.hover-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px;
}

    .hover-wrapper img {
        transition: transform 0.3s ease;
    }

    .hover-wrapper:hover img {
        transform: scale(1.05);
    }

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-wrapper:hover .hover-overlay {
    opacity: 1;
}

.roundedImg {
    width: 45px; /* Adjust as needed */
    height: auto;
    border-radius: 50%; /* Makes it perfectly circular */
    object-fit: cover; /* Ensures the image fills the shape */
    border: 1px solid #ccc; /* Optional: adds a subtle border */
}

    .roundedImg:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        transform: scale(1.05);
        transition: all 0.3s ease;
    }

/*--------------------------------------------------------------
  # accordion
  --------------------------------------------------------------*/
.accordion {
    display: block;
}

.accordion-item {
    display: block;
    border: solid 1px #ccc;
}

    .accordion-item + .accordion-item {
        border-top: none;
    }

.accordion-item-header {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.accordion-item-description {
    font-size: 0.85em;
    color: #999;
}

.accordion-item-header,
.accordion-item-body {
    padding: 16px;
}

    .accordion-item-header:hover {
        cursor: pointer;
        background-color: #eee;
    }

.accordion-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.accordion-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/
.about {
    padding-bottom: 30px;
    color: black;
    align-items: center;
}

    .about .flex-card {
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }

    .about .info-box {
        background-color: whitesmoke;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 10px 30px 10px;
        margin-bottom: 30px;
    }

    .about .subtitle {
        font-size: 25px;
        color: #68A4C4;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #a2cce3;
    }

    .about .info-box i {
        font-size: 32px;
        color: #68A4C4;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #a2cce3;
    }

    .about .info-box h3 {
        font-size: 20px;
        color: #666;
        font-weight: 700;
        margin: 10px 0;
    }

    .about .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .about .rating-section {
        font-size: 25px;
        color: black;
    }

        .about .rating-section i {
            font-size: 32px;
            color: white;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #a2cce3;
        }

    .about .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
        margin-bottom: 30px;
    }

        .about .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .about .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .about .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .about .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .about .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .about .php-email-form input, .about .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .about .php-email-form input::focus, .about .php-email-form textarea::focus {
                background-color: #68A4C4;
            }

        .about .php-email-form input {
            padding: 10px 15px;
        }

        .about .php-email-form textarea {
            padding: 12px 15px;
        }

        .about .php-email-form button[type=submit] {
            background: #68A4C4;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
        }

            .about .php-email-form button[type=submit]:hover {
                background: #8dbad2;
            }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}