﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-shrink {
    height: 65px;
    transition: 0.5s;
}

.nav-item .active-color {
    background: #696969;
    color: white !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 10px 10px 15px rgb(55 85 183/6%);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


.banner-left .banner-title {
    color: #008fec;
    font-family: GoogleSans Bold,Arial,sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.banner-left .desc {
    font-size: 20px;
    color: #484848;
}

.banner-img {
    width: 100%;
    height: 600px;
}

.img-banner {
    width: 100%;
    height: 100%;
}

.banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*Service*/
#service h5 {
    font-size: 1.2rem;
    font-weight: 500;
}

#service p {
    color: #757575;
}

#service .card-body {
    background-color: #f0f8ff;
}


/*Css intro*/
#intro {
    margin-top:30px;
    margin-bottom:30px;
}

.intro-title {
    font-size: 1.8rem;
    color: #008fec;
    font-weight: bold;
}


.intro-item {
    text-align: center;
}

.intro-number {
    color: #008fec;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.intro-company {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.intro-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #007bff;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}


@media(max-width: 768px) {
    .border-end {
        border-right: none !important;
        border-bottom: 1px solid #dee2e6 !important;
    }
}

/*reasons*/
#reasons i{
    font-size:1.6rem;
}
#reasons p {
    color: #757575;
}
/*PR*/
.pr-item {
}


.pr-img {
    object-fit: cover;
    width: 500px;
    height: 250px;
}

.pr-title {
    color: #008fec;
    font-size: 30px;
    font-weight: 600;
}

.pr-pagrap {
    font-size: 20px;
    padding-right: 80px;
    color: #757575;
    line-height: 28px;
}

/*css prodct*/
.description {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-text.expanded .description {
    white-space: normal;
}

.read-more {
    color: #007bff;
    cursor: pointer;
}

product .img {
    width: 100%;
    height: auto;
    display: block;
}

#product a {
    color: black;
    text-decoration: none;
}



/*css customer*/
.customer {
    margin-bottom: 50px;
}


    .customer .customer-content {
        width: 100%;
    }

    .customer .customer-css {
        border: 1px solid black;
        border-radius: 10%;
        padding: 10px 30px 10px 30px;
        box-shadow: 10px 10px 15px rgb(55 85 183/6%);
    }

.customer-author {
    font-weight: bold;
    font-size: 20px;
}

.ggmaps {
    width: 100%;
    height: 400px;
}

.container {
    display: block;
}
/*Css chatbox-icon*/
/* Style for chat icon */
.chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}

/* Style for chat popup */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}

.chat-header {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-body {
    padding: 10px;
}

#chat-messages {
    max-height: 200px;
    overflow-y: auto;
}

#chat-input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
}



/*banner*/
.banner-home {
    background-color: #007bff;
    padding-top: 80px;
    height: 600px;
    display: flex;
    align-items: center;
}

.banner-left .banner-title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.banner-left .banner-text {
    font-size: 1rem;
    color: white;
    margin-top: 20px;
}

.banner-right {
    display: flex;
    justify-content: center;
}

    .banner-right img {
        width: 32rem;
        height: auto;
        text-align: center;
    }

@media(max-width: 768px) {
    .banner-home {
        height: auto;
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .banner-left {
        text-align: center;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .banner-right img {
        margin-top: 20px;
    }

    .banner-left .banner-title {
        font-size: 1.5rem;
    }

    .banner-left .banner-text {
        font-size: 0.9rem;
    }
}

@media(max-width: 576px) {
    .banner-home {
        padding-top: 140px;
        padding-bottom: 30px;
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1040px;
    }
}


/* Section: Our Process */
#our-process p {
    color: #757575;
}

#our-process .process-step {
    padding: 20px;
    border-radius: 10px;
    transition: background-color 0.3s, box-shadow 0.3s;
    background-color: #f0f8ff;
}

    #our-process .process-step:hover {
        background-color: #f0f8ff;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

#our-process .process-icon {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    background-color: #1E90FF;
    color: #fff;
    transition: background-color 0.3s;
}

#our-process .process-step:hover .process-icon {
    background-color: #0A4D8A;
}


/* Section: Testimonials */
#testimonials .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    background-color: #f0f8ff;
}

    #testimonials .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

#testimonials .card-body {
    text-align: center;
}

#testimonials .card-title {
    font-weight: 600;
    color: #333;
}

#testimonials .card-subtitle {
    font-style: italic;
    color: #888;
}


/* Section: FAQ */
#faq .accordion-item {
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

    #faq .accordion-item:hover {
        transform: translateY(-5px);
    }

#faq .accordion-button {
    background-color: #1E90FF;
    color: #fff;
    transition: background-color 0.3s;
}

    #faq .accordion-button:hover {
        background-color: #0A4D8A;
    }

#faq .accordion-body {
    background-color: #f9f9f9;
}


/*modal đăng kí */
.modal-title {
    text-align: center;
    font-weight: bold;
}

.modal-content {
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 20px;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-title {
    text-align: center;
    font-size: 1.8rem;
    color: #0056b3;
    font-weight: bold;
}

.btn-close {
    background: none;
    border: none;
    font-size: 1.4rem;
}

.modal-body {
    padding: 20px 30px;
}

.form-group label {
    font-weight: bold;
    color: #333;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

    .form-control:focus {
        border-color: #0056b3;
        box-shadow: none;
    }

.btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
    border-radius: 25px;
    padding: 10px;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover {
        background-color: #0041a3;
        border-color: #0041a3;
    }