body,
html {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    scroll-behavior: smooth;
    padding-top: 35px;
}

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
}

.loading-logo {
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
    display: block;
    margin: 20% auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar-nav li a {
    font-size: 15px;
}

.btn-primary,
#pills-tab .nav-link.active {
    background-color: #E66624;
    border-color: #E66624;
    color: #fff;
}

#pills-tab .nav-link {
    border-color: #E66624;
    color: #E66624;
    border: solid 1px;
    width: 90%;
}

.btn-outline-primary {
    border-color: #E66624;
    color: #E66624;
}

.btn-outline-primary:hover,
.accordion-button:not(.collapsed) {
    border-color: #E66624;
    background-color: #E66624;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.hero-banner {
    background-color: #384236;
    color: #fff;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

.hero-banner .btn-primary {
    background-color: #E66624;
    border-color: #E66624;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

.hero-banner .btn-outline-light {
    color: #fff;
    border-color: #fff;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

.hero-banner .btn-outline-light:hover {
    color: #333;
}

.hero-banner .btn-primary:hover,
.btn-primary:hover {
    background-color: #fff;
    border-color: #E66624;
    color: #E66624;
}

.hero-banner .btn-primary:active,
.btn-primary:active,
.btn-outline-primary:active {
    background-color: #E66624 !important;
    border-color: #E66624 !important;
}

.floating-element {
    position: absolute;
    background-color: #fff;
    color: #333;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0.9;
    transition: transform 0.3s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.floating-element:hover {
    transform: translateY(-5px);
}

.testimonial-box {
    width: 250px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-box .quote {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.testimonial-box .author {
    font-weight: 600;
    font-size: 0.8rem;
    color: #555;
}

.testimonial-box .company {
    font-size: 0.75rem;
    color: #777;
}

.floating-image {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    opacity: 0.95;
}

.floating-logo {
    width: 80px;
    height: auto;
    opacity: 0.95;
}

#floating-testimonial-1 {
    top: 10%;
    left: 5%;
}

#floating-image-1 {
    top: 5%;
    right: 10%;
    width: 120px;
    height: 120px;
}

#floating-logo-1 {
    top: 25%;
    left: 21%;
    width: 100px;
}

#floating-testimonial-2 {
    bottom: 15%;
    left: 10%;
}

#floating-image-2 {
    bottom: 5%;
    right: 20%;
    width: 80px;
    height: 80px;
}

#floating-logo-2 {
    top: 60%;
    right: 5%;
    width: 120px;
}

#floating-testimonial-3 {
    top: 40%;
    right: 8%;
}

#floating-image-3 {
    top: 20%;
    left: 16%;
    width: 90px;
    height: 90px;
}

@media (max-width: 992px) {
    .hero-banner {
        padding: 5rem 0;
        min-height: auto;
    }

    .floating-element {
        display: none;
    }
}

.site-footer {
    background-color: #212529;
    color: #f8f9fa;
    padding: 4rem 0;
    font-size: 0.9rem;
}

.site-footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.site-footer .footer-link {
    color: #ced4da;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 0.75rem;
}

.site-footer .footer-link:hover {
    color: #0d6efd;
}

.site-footer .social-icons a {
    color: #f8f9fa;
    font-size: 1.5rem;
    margin-right: 1.25rem;
    transition: color 0.3s ease;
}

.site-footer .social-icons a:hover {
    color: #0d6efd;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 3rem;
    color: #adb5bd;
}

@media (max-width: 767.98px) {

    .site-footer .col-md-3,
    .site-footer .col-md-4 {
        margin-bottom: 2.5rem;
        text-align: center;
    }

    .site-footer .social-icons {
        text-align: center;
    }

    .site-footer .social-icons a {
        margin: 0 0.75rem;
    }

    .site-footer .footer-bottom {
        text-align: center;
    }
}

.contact-section {
    margin-top: 8rem;
    display: flex;
    flex-wrap: wrap;
}

.contact-image-wrapper {
    flex: 1 1 50%;
    min-height: 500px;
    overflow: hidden;
}

.contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0 1rem 0 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.contact-form-wrapper {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.contact-form-card {
    background-color: #f8f9fa;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    max-width: 550px;
    width: 100%;
}

.contact-form-card h2 {
    color: #343a40;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-form-card .form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
}

.contact-form-card .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.contact-form-card textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form-card .btn-primary {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

@media (max-width: 991.98px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-image-wrapper,
    .contact-form-wrapper {
        flex: 1 1 100%;
    }

    .contact-image {
        border-radius: 1rem;
        margin-bottom: 2rem;
    }

    .contact-form-wrapper {
        padding: 2rem;
    }

    .contact-form-card {
        padding: 2rem;
    }
}

.about-content-section {
    padding: 6rem 0;
    background-color: #fff;
}

.about-content-section .img-fluid-custom {
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
}

.about-content-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 1.5rem;
}

.about-content-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 1.5rem;
}

.vision-mission-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
    background-color: #f8f9fa;
}

.vision-mission-section h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 1.5rem;
}

.vision-mission-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
}

@media (max-width: 991.98px) {
    .about-content-section .order-lg-first {
        order: unset !important;
    }

    .about-content-section .col-lg-6 {
        margin-bottom: 2.5rem;
    }

    .about-content-section h2 {
        font-size: 2rem;
    }

    .about-content-section p {
        font-size: 1rem;
    }

    .vision-mission-section h3 {
        font-size: 1.75rem;
    }

    .vision-mission-section .col-md-6 {
        margin-bottom: 2rem;
    }
}

.page-hero {
    background-color: #f7f7f7;
    padding: 4rem 0 3rem;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.page-hero .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
    justify-content: center;
}

.page-hero .breadcrumb-item {
    font-size: 0.9rem;
}

.page-hero .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-hero .breadcrumb-item a:hover {
    color: #0d6efd;
}

.page-hero .breadcrumb-item.active {
    color: #343a40;
    font-weight: 500;
}

.page-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 1.5rem;
}

.page-hero .lead-description {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 3rem 0 2rem;
    }

    .page-hero h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .page-hero .lead-description {
        font-size: 1rem;
    }
}