body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.nav-item {
    text-wrap: nowrap;
}

.img-banner {
    max-width: 100%;
    height: 460px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: block;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.rounded-news {
    border-radius: 1.3rem !important;
}

.img-logo {
    max-width: 100%;
    height: 36px;
}

.img-watch {
    max-width: 100%;
    height: 40px;
}

.items:hover {
    scale: 1.05 !important;
    transition: 1s !important;
    box-shadow: 9px 9px 6px -3px rgba(69, 69, 69, 0.58) !important;
    transform: translateY(-5px);
}

.rounded_manu {
    border-radius: 10px !important;
}

@media screen and (max-width: 600px) {
    #topBar {
        display: none;
    }

    .img-banner {
        max-width: 100%;
        height: 235px;
    }

    .img-thumbnail {
        width: 100%;
        height: 240px !important;
        background-size: cover;
        background-position: center;
    }
}

.hover-border {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #333;
    text-decoration: none;
}

.hover-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #6f00ff;
    transition: width 0.3s ease, left 0.3s ease;
}

.hover-border:hover::after {
    width: 90%;
    left: 5%;
}

@media (max-width: 991.98px) {
    .navbar-collapse-from-right {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 50%;
        height: 70%;
        background-color: #f8f9fa;
        z-index: 1000;
        overflow-x: hidden;
        transition: 0.5s;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border-radius: 0.25rem !important;
    }

    .navbar-collapse-from-right.show {
        right: 0;
    }

    .img-banner {
        max-width: 100%;
        height: 250px;
    }

    .ms {
        margin-left: 0rem !important;
    }

    .img-logo {
        max-width: 100%;
        height: 30px !important;
    }
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 40px !important;
    margin-bottom: 0;
    list-style: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    border-radius: 0.25rem !important;
    background-color: #dddddd;
    color: rgba(0, 0, 0, .7);
}

ul li a {
    padding: 2px 0 2px 15px;
    color: #dddddd !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-toggler {
    margin: 0 10px 0 0px;
}

.ms {
    margin-left: 21rem;
}

.ptb {
    padding: 8px 0 8px 0 !important;
}

.bg-primary {
    background-color: #004324 !important;
}

.img-thumbnail {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.img-news {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.mt {
    margin-top: 5rem;
}

.rounded_border {
    border-radius: 1.25rem !important;
}

.swal2-title,
.swal2-content {
    font-size: 18px;
}

.conditional-field {
    display: none;
}

/* .fade {
    transition: opacity 0.5s;
    white-space: pre-wrap;
} */

.scroll-container {
    width: 560px;
    height: 174px;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    animation: scrollUp 10s linear infinite;
}

@keyframes scrollUp {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

.scroll-content:hover {
    animation-play-state: paused;
}

.frame-map-contact iframe {
    height: 375px !important;
    max-width: 100% !important;
    border: 0 !important;
}

.frame-map-contact img {
    height: 375px !important;
    max-width: 100% !important;
    border: 0 !important;
}

.dropdown-toggle {
    color: #dddddd !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.icon-bar {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

.icon-bar a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
    padding: 3px;
    width: 28px;
    transition: width 0.3s;
    color: white;
    border-radius: 0 5px 5px 0;
    text-decoration: none;
}

.icon-bar a:hover {
    width: 100px;
}

.icon-bar a i {
    min-width: 20px;
    /* Fixed width for the icon area */
    text-align: center;
}

.icon-bar a span {
    opacity: 0;
    /* Hide the text initially */
    transition: opacity 0.3s;
    white-space: nowrap;
    overflow: hidden;
}

.icon-bar a:hover span {
    opacity: 1;
    /* Show the text on hover */
}

.facebook {
    background: #3B5998;
}

.twitter {
    background: #55ACEE;
}

.google {
    background: #dd4b39;
}

.linkedin {
    background: #007bb5;
}

.youtube {
    background: #bb0000;
}

@media only screen and (max-width: 600px) {
    .icon-bar a:hover {
        width: 27px !important;
    }
}

.main_custom_button {
    position: relative;
    background: #f10e81;
    border-radius: 5px;
    color: #ffffff;
    padding: 3px 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.supported_custom_button {
    position: relative;
    background: #e8e4e6;
    border-radius: 5px;
    color: #a9a9a9;
    padding: 3px 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.text-color {
    color: #f10e81 !important;
}

.defauld-text-color {
    color: #000000 !important;
}

.bg-color {
    color: #f10e81 !important;
}

.defauld-bg-color {
    color: #000000 !important;
}



.footer {
    background-color: #f8f9fa;
    /* Light background for the footer */
    color: #212529;
    /* Dark text color for readability */
    padding: 20px 0;
    overflow: hidden;
    /* Prevent horizontal overflow */
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    /* Reset margin */
}

.footer-column {
    flex: 1 1 calc(25% - 1rem);
    height: 240px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    max-width: 100%;
}

.footer-column h5 {
    margin: 0;
    padding: 5px;
    background-color: #e9ecef;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-column-content {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 5px;
    word-wrap: break-word;
}

.frame-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    margin-top: auto;
    margin-bottom: auto;
}

.frame-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-bottom {
    padding: 7px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #e9ecef;
    color: #495057;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom img {
    max-height: 37px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-column {
        height: 310px;
        max-width: 100%;
        flex: none !important;

    }
}