﻿body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

.text-orange {
    color: #e65100;
}

.text-green {
    color: #00695c;
}

.sp-line-1, .sp-line-2, .sp-line-3, .sp-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

a {
    list-style: none;
    text-decoration: none;
}

.sp-line-1 {
    -webkit-line-clamp: 1
}

.sp-line-2 {
    -webkit-line-clamp: 2
}

.sp-line-3 {
    -webkit-line-clamp: 3
}

.sp-line-4 {
    -webkit-line-clamp: 4
}

/* Navbar */
.navbar {
    transition: all 0.3s ease;
    z-index: 1000;
}

    .navbar.scrolled {
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

.navbar-brand img {
    transition: transform 0.3s ease;
}

    .navbar-brand img:hover {
        transform: scale(1.1);
    }

.nav-link {
    color: #09784b !important;
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: #f04e25 !important;
    }

.nav-item a {
    font-size: 18px;
}
/* Introduce Section */
:root {
    --primary: #2E7D32;
    --secondary: #F5A623;
    --dark: #333;
    --light: #f8f9fa;
    --gray: #6c757d;
}

body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    color: var(--dark);
    line-height: 1.6;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

    .btn-primary:hover {
        background-color: #1B5E20;
        border-color: #1B5E20;
    }

.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

    .btn-secondary:hover {
        background-color: #E69719;
        border-color: #E69719;
    }

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

    .btn-outline-primary:hover {
        background-color: var(--primary);
        color: white;
    }

.bg-primary-light {
    background-color: rgba(46, 125, 50, 0.1);
}

#introduce {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 0;
}

.feature_icon {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: rgba(46, 125, 50, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.card {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    border-radius: 10px;
    overflow: hidden;
}

    .card:hover {
        transform: translateY(-5px);
    }

.app_section {
    padding: 3rem 0;
}

    .app_section:last-child {
        border-bottom: none;
    }

.industry_item {
    display: inline-block;
    background-color: rgba(46, 125, 50, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    margin: 0 0.5rem 0.5rem 0;
}

.section-header {
    position: relative;
    margin-bottom: 3rem;
}

    .section-header:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background-color: var(--primary);
    }

.swiper-slide {
    height: auto;
}

.news-card {
    height: 100%;
}

    .news-card .card-img-top {
        aspect-ratio: 16/8;
        object-fit: cover;
    }

    .news-card .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        transition: opacity 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news-card:hover .card-overlay {
        opacity: 1;
    }

.feature_list li {
    padding: 0.5rem 0;
}

.contact_cta {
    background-color: var(--secondary);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .contact_cta:hover {
        transform: translateY(-5px);
    }

/* Footer */
footer {
    color: #343f52;
}

    footer h5 {
        font-size: 1.1rem;
        color: #212529;
    }

    footer p, footer a, footer span, footer address {
        font-size: 0.95rem;
    }

        footer a:hover {
            color: #09784b !important;
            transition: color 0.3s ease;
        }

    footer .social-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #f8f9fa;
        transition: all 0.3s ease;
    }

        footer .social-links a:hover {
            background-color: #09784b;
            color: white !important;
        }
/* Responsive */
@media (max-width: 768px) {
    #introduce h2 {
        font-size: 2rem;
    }

    .app_section {
        padding: 10px;
    }

    .navbar-nav {
        text-align: center;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.4;
        pointer-events: none; /* Prevents clicking */
        cursor: not-allowed;
    }

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

    .swiper-button-prev::after,
    .swiper-button-next::after {
        display: none;
    }

    .swiper-button-prev::before,
    .swiper-button-next::before {
        font-size: 20px;
        font-weight: bold;
        color: var(--bs-gray-900);
    }

    .swiper-button-prev::before {
        content: "\f060";
        font-family: "Font Awesome 6 Free";
        font-weight: 800;
    }

    .swiper-button-next::before {
        content: "\f061";
        font-family: "Font Awesome 6 Free";
        font-weight: 800;
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: rgba(255, 255, 255, 1);
    }

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-wrapper {
    transition-duration: 2000ms !important;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    opacity: 0.7;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bff; /* Blue color for active bullet */
}

/* Simple Gallery Styles for Landscape Images */
.gallery_section {
    padding: 20px 0;
}

.gallery_item {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
}

    .gallery_item img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9; /* Landscape aspect ratio */
        object-fit: cover;
        display: block;
    }

.glightbox-clean .gslide-image img {
    max-width: 70vw; /* tối đa 70% chiều rộng màn hình */
    max-height: 70vh; /* tối đa 70% chiều cao màn hình */
    object-fit: contain;
    border-radius: 8px;
}

.glightbox-clean .gslide-description {
    background-color: #0000 !important;
}

.gslide-title {
    color: #ffff !important;
}

.glightbox-container {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

.glightbox-clean .gdesc-inner {
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 10px;
}
/* Google Map Container */
/* Map Wrapper */
.map-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* Iframe bên trong */
    .map-wrapper iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }

    /* Hover effect */
    .map-wrapper:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

font {
    vertical-align: revert !important;
}

@media (max-width: 993px) {
    .img_section {
        width: 200px;
        display: block;
        margin: auto;
    }
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.feature_icon {
    margin-right: 16px;
}

.custom_card {
    padding: 24px;
}

@media (max-width: 496px) {
    .custom_card {
        padding: 0 3px !important;
    }

    .feature_icon {
        margin-right: 8px !important;
    }
}

.leaflet-popup-content {
    width: 330px;
}

@media (max-width: 761px) {
    .form_scrollable {
        height: 250px !important;
    }

    .info-window {
        height: 350px !important;
        width: 217px !important;
    }

    .leaflet-popup-content {
        width: 200px !important;
        height: 350px !important;
    }
    #map_canvas{
        height: 470px !important;
    }
}

.heading_custom {
    color: #FF5722;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.input_popup_form {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.form_scrollable {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 8px;
}

.btn_custom {
    background-color: #28a745;
    color: #fff;
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    min-width: 120px;
    cursor: pointer;
}

    .btn_custom:hover {
        background-color: #218838;
    }

.form-control {
    font-size: 13px !important;
}

.lbl_title {
    display: flex;
    align-items: center;
    width: 100%;
}

    .lbl_title .lbl_text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 95%; 
    }

    .lbl_title .lbl_required {
        flex-shrink: 0;
        margin-left: 4px;
    }
.news_select {
    font-size: 13px !important;
}
/*#news_modal img {
    object-fit: contain;
    width: 100%;
}*/
.news_content {
    line-height: 1.7;
    color: #333;
}

#news_publishedAt {
    font-size: 0.9rem;
    font-style: italic;
}

.news_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.news_body {
    font-size: 1.05rem;
    color: #444;
}

/* Styling for <p> in news_detail */
#news_detail p {
    margin-bottom: 1.2em;
    text-align: justify;
}

/* Styling for <img> in news_detail */
#news_detail img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/*.figcaption_icon {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;
}*/
.vibrate {
    animation: vibrate 2s ease infinite
}

@-webkit-keyframes vibrate {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-3deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(3deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-3deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(3deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.div_video .video-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

    .div_video .video-thumbnail img {
        display: block;
        width: 100%;
        height: auto;
    }

/* Nút Play */
.div_video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

    .div_video .play-button::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid white;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

/* Hover hiệu ứng (tùy chọn) */
.div_video .video-thumbnail:hover .play-button {
    background: rgba(0, 0, 0, 0.7);
}

.div_social {
    text-align: center;
    margin-top: 20px;
}

    .div_social .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .div_social .social-icons a {
            display: inline-block;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            border-radius: 50%;
            background-color: #007bff;
            color: white;
            margin: 15px;
            transition: background-color 0.4s, transform 0.4s, box-shadow 0.4s;
            text-decoration: none;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        }

            .div_social .social-icons a img,
            .div_social .social-icons a i {
                width: 60px;
                height: 60px;
                transition: transform 0.4s ease, filter 0.4s ease;
            }

            .div_social .social-icons a:hover {
                background-color: #0056b3;
                transform: scale(1.2);
                box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
            }

                .div_social .social-icons a:hover img,
                .div_social .social-icons a:hover i {
                    transform: scale(1.3);
                    filter: brightness(1.2);
                }

            .div_social .social-icons a:active {
                transform: scale(1.1);
            }
@media (max-width: 768px) {
    .div_social .social-icons {
        flex-wrap: wrap;
    }

        .div_social .social-icons a {
            width: 45px;
            height: 45px;
            margin: 10px;
            line-height: 45px;
        }

            .div_social .social-icons a img,
            .div_social .social-icons a i {
                width: 35px;
                height: 35px;
            }
    .feature_icon {
        width: 25px !important;
        height: 25px !important;
        font-size: 1rem;
    }
}

#callme {
    position: fixed;
    left: 34px;
    bottom: 34px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.9;
    z-index: 20;
}

    #callme #callmeMain {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        /*background-color: #3f78e0;*/
        width: 40px;
        height: 40px;
        -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
        -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
        animation: zcwmini2 1.5s 0s ease-out infinite;
    }

        #callme #callmeMain:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            /*background-image: url(/images/icon/zalo.png);*/
            background-repeat: no-repeat;
            background-position: center center;
            /*-webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;*/
            animation: zcwphone2 1.5s linear infinite;
        }

    #callme.viber #callmeMain:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(/images/icon/viber.png);
        background-repeat: no-repeat;
        background-position: center center;
        /*-webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;*/
        animation: zcwphone2 1.5s linear infinite;
    }

    #callme.wechat #callmeMain:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*background-image: url(/images/icon/wechat.png);*/
        background-repeat: no-repeat;
        background-position: center center;
        /*-webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;*/
        animation: zcwphone2 1.5s linear infinite;
    }
@media (max-width: 767.98px) {
    #callme {
        left: 1px;
        bottom: 16px;
        width: 32px;
        height: 32px;
    }

        #callme #callmeMain {
            width: 32px;
            height: 32px;
        }

            #callme #callmeMain:before {
                background-size: 20px 20px; /* giữ hiệu ứng, chỉ thu nhỏ */
            }
}
    
@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}
.div_contract {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.contract-btn {
    display: inline-block;
    padding: 15px 30px;
    margin: 10px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .contract-btn:hover {
        background-color: #0056b3;
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .contract-btn:active {
        background-color: #004085; 
        transform: scale(1.02);
    }

@media (max-width: 768px) {
    .contract-btn {
        padding: 12px 24px;
        font-size: 16px;
    }
}

.dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0; 
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1rem 0;
    margin: 0;
    font-size: .75rem;
    color: #343f52;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .06);
}

.dropdown-item {
    font-weight: 700;
    letter-spacing: -.01rem;
    display: block;
    width: 100%;
    padding: .2rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #343f52;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}