/* @font-face {
    font-family: 'Jost';
    src: url('../font/Jost-VariableFont_wght.woff2') format('truetype');
} */

/* h1, h2, h3, h4, h5, h6 {
    font-family: 'Graphik', sans-serif;
} */
body {
    font-family: 'Jost', sans-serif;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_align_center {
    display: flex;
    align-items: center;
}

.flex_justify_center_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.line_height_20 {
    line-height: 2 !important;
}

.logo {
    height: 35px;
}

.footer_logo {
    height: 30px;
}

.nav_logo {
    height: 40px;
}

.error {
    color: red;
}

.text_uppercase {
    text-transform: uppercase;
}

.flex_1 {
    flex: 1;
}

.header_nav a {
    color: #fff;
}

.logo_white {
    display: block;
}

.logo_blue {
    display: none;
}

.scrolled {
    background-color: #fff;
}

.scrolled .header_nav a {
    color: #000;
}

.lang_btn {
    color: #FFF;
}

.scrolled .lang_btn {
    color: #000;
}

.scrolled .phone_menu_icon {
    color: #000;
}

header {
    transition: 400ms;
}

.common_button {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: #0056a8;
    background-size: 400%;
    color: #fff;
    border: none;
    cursor: pointer;
}

.common_button:hover::before {
    transform: scaleX(1);
}

.common_button-content {
    position: relative;
    z-index: 1;
}

.common_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: #013f78;
    transition: all 0.475s;
}

.nav-item {
    position: relative;
}

.nav-item:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0056a8;
}

.active-nav::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0056a8;
}

.stats-section {
    background-color: #0056a8;
}

.hero-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}

.social-sidebar {
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.social-icon {
    width: 3rem;
    height: 3rem;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.social-icon i {
    font-size: 1.5rem;
    color: #333;
}

.social-icon:hover i {
    color: #0056a8;
}

.botder-r-0 {
    border-right: 0 !important;
}

.botder-l-0 {
    border-left: 0 !important;
}

.botder-b-0 {
    border-bottom: 0 !important;
}

.right_arrow_icon {
    width: 45px;
}

.news_img {
    height: 12rem !important;
}

.border_1 {
    border: 1px solid #e6e6e6;
}

.cursor_pointer {
    cursor: pointer;
}
.ellipsis_4_line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis_3_line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_2_line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_content strong {
    font-weight: normal !important;
}
.index_button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_content em {
    font-style: unset !important;
}

.phone_menu_icon {
    display: none;
}

.phone_menu {
    display: none;
}

.phone_menu_btn {
    display: none !important;
}

@media (max-width: 1180px) {
    .phone_nav {
        display: none !important;
    }

    .phone_menu_icon {
        display: block;
    }
    .phone_menu_btn {
        display: block !important;
    }
    #mobileMenu {
        top: 83px;
        right: 0;
        width: 100%;
        z-index: 9999;
    }

    .menu_show {
        display: block !important;
        ;
    }
}
#chat-container {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 12px;
    width: 420px;
    height: 522px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
    font-family: "Times New Roman", Times, serif;
}

.chat-container-headline {
    width: 100%;
    height: 48px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(51, 126, 255);
}

#chat-history {
    height: 340px;
    overflow-y: scroll;
    padding: 12px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.1);
}

.bot-message {
    display: flex;
}

#chat-history .bot-message img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

#chat-history .user-message img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 10px;

}

.peo-msg-container .date-time,
.bot-msg-container .date-time {
    font-size: 12px;
    color: rgb(187, 187, 187);
    margin-top: 4px;
}

.bot-msg-container .date-time {
    padding-left: 10px;
}

.bot-msg-content,
.peo-msg-content {
    font-size: 16px;
    border-radius: 8px;
    padding: 10px;
    color: #333;
    background-color: #fff;
    position: relative;
    font-family: "Times New Roman", Times, serif;
}

.bot-msg-content {
    max-width: 90%;
}

.peo-msg-container {
    max-width: 78%;
}

.bot-msg-content-arrow {
    position: absolute;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    left: -6px;
    border-right: 6px solid #fff;
}

.questions ul li {
    position: relative;
    padding-left: 10px;
}

.questions ul li::before {
    /* content: "●"; */
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.user-message {
    display: flex;
    justify-content: flex-end;
}

.peo-msg-content-arrow {
    position: absolute;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    right: -6px;
    border-left: 6px solid #fff;
}

.message {
    margin-bottom: 16px;
    line-height: 1.5;
}

#input-container {
    height: 134px;
    display: flex;
    flex-direction: column;
    padding: 14px;
}

#user-input {
    height: 76px;
    font-size: 14px;
    flex: 1;
    padding: 0px;
    border: none;
    outline: none;
    resize: none;
}

.send-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#send-button {
    width: 64px;
    height: 90%;
    border: none;
    border-radius: 3px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

#send-button:hover {
    background-color: #0056b3;
}

#close-button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
}

/* loading */
.loading-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #d1d5db;
    border-radius: 50%;
    transition: all 0.3s;
    animation: dotHighlight 1.2s infinite;
}

.dot-highlight {
    background-color: #3b82f6;
}

.dot1 {
    animation-delay: 0s;
}

.dot2 {
    animation-delay: 0.4s;
}

.dot3 {
    animation-delay: 0.8s;
}

@keyframes dotHighlight {

    0%,
    100% {
        background-color: #d1d5db;
        transform: scale(1);
    }

    50% {
        background-color: #3b82f6;
        transform: scale(1.2);
    }
}

#bot-loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-shadow {
    box-shadow: 0 -10px 25px -5px rgba(0, 0, 0, 0.1), 0 -10px 10px -5px rgba(0, 0, 0, 0.04);
}

.dropdown-item-hover {
    background-color: rgba(59, 130, 246, 0.05);
    transition: all 200ms ease;
}

.dropdown-arrow-rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.gap_1 {
    gap: 1rem;
}

@media (max-width: 768px) {
    .logo {
        height: 25px;
    }

    #chat-container {
        width: 90%;
    }
}
