﻿
body {
    font-family: 'Poppins', sans-serif;
    color: #595861;
    line-height: 1.6;
    padding-right: 0 !important;
    background-color: #FFFFFF !important;
}
#KJEFixed{
    z-index:2!important;
}
.dropdown-item:hover {
    background-color: #ebedef !important;
}
.dropdown-item:active {
    background: none !important;
}
section {
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown-item {
    color: #595861 !important;
}

.pl-zero {
    padding-left: 0 !important;
}

.navbar-toggler:focus {
    box-shadow:none;
}
/* Custom Bootstrap Overrides */
.ApplyNow {
    background-color: #f36c37;
    border-color: #f36c37;
    font-weight: 500;
    color: #FFFFFF;
}

    .ApplyNow:hover {
        background-color: #e55a2b;
        border-color: #e55a2b;
        color: #FFFFFF;
    }
.btn-primary {
    background-color: #f36c37 !important;
    border-color: #f36c37 !important;
    font-weight: 600;
    border-radius:6px !important;
}

    .btn-primary:hover {
        background-color: #e55a2b !important;
        border-color: #e55a2b !important;
    }
.btn-outline-primary {
    color: #f36c37 !important;
    border-color: #f36c37 !important;
    border-width: 2px !important;
    font-weight: 600;
}

    .btn-outline-primary:hover {
        color: #FFFFFF !important;
        background-color: #f36c37 !important;
        border-color: #f36c37 !important;
    }

.text-primary {
    color: #f36c37 !important;
}
.nav-link.active {
    color: #F36C37 !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: none !important;
    color: #F36C37 !important;
}
/* Assistance Bar */
.assistance-bar {
    background-color: #241c4f;
    padding: 12px 0;
    font-size: 16px;
}

/* Navigation */
.navbar {
    padding: 13px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    margin-right: 4% !important;
    margin-left: 4% !important;
}

    .navbar-nav .nav-link {
        font-weight: 500;
        color: #595861;
        padding: 0 20px;
        padding-right: 4px !important;
    }

.navbar-collapse {
    justify-content: center;
}


/* Footer */
.footer1 {
    background-color: #E8E0DC;
    padding: 28px 0 14px;
}

.Footer-logos {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 124px;
    height: auto;
}

.footer-logo2 {
    width: 70px;
    height: auto;
}




.secondLogoHome {
    width: 70px;
    height: auto;
}
.footerbottom{
    display:flex;
    justify-content:space-between;
}
.footer-company {
    font-size: 16px;
    font-weight: 500;
    color: #595861;
    margin-bottom: 25px;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icon {
    color: #595861 !important;
    font-size: 20px;
    text-decoration: none;
}

    .social-icon:hover {
        color: var(--primary-color);
    }

.footer-title {
    font-family: Afterglow;
    font-size: 16px;
    font-weight: 400;
    color: #595861;
    margin-bottom: 13px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #595861;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
    }

        .footer-links a:hover {
            color: var(--primary-color);
        }

.contact-info p {
    font-size: 12px;
    font-weight: 500;
    color: #595861;
    margin-bottom: 2px;
}

.footer-divider {
    border-color: #595861;
    /*    margin: 30px 0 20px;*/
    margin-top: -27px;
    margin-bottom: 10px;
}

.footer-copyright {
    font-size: 10px;
    font-weight: 500;
    color: #595861;
    margin: 0;
    text-align: left;
}




.dash-red {
    color: #F36C37;
    font-weight: bold;
    letter-spacing: 4px;
    display: inline-block;
    transform: scaleX(1.7);
}


.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}

/* Floating Logo */
/* .floating-logo {
  position: fixed;
  top: 694px;
  right: 82px;
  z-index: 1000;
  pointer-events: none;
}

.floating-logo-img {
  width: 94px;
  height: 94px;
} */
/* CSS: fixed position + gentle continuous float for the image */
.chat-open .chat-text {
    display: none;
}
.floating-logo {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 4;
    border-radius: 15px;
    background: #FFFAF2;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 6px 18px;
}
.floatii {
    display:flex;
    justify-content: center;
    align-items: center;
    gap:4px;
}
.floating-logo.chat-open {
    padding: 0; /* remove padding */
    box-shadow: none; /* remove shadow */
    border-radius:50%;
}
/* Chat Window Box */
.chat-window {
    position: fixed;
    bottom: 110px;
    right: 25px;
    width: 429px;
    height: 70%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    display: none;
    flex-direction: column;
    z-index: 7;
}
.chat-close {
    float: right;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}

.chat-header {
    background: #241c4f;
    padding: 12px;
    color: white;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.chat-body {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
}

.chat-input {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 5px;
}

    .chat-input input {
        flex: 1;
        padding: 8px;

        width:100%;
    }

    .chat-input button {
        padding: 8px 12px;
        background: #241c4f;
        color: white;
        border: none;
        cursor: pointer;
    }

.user-msg, .bot-msg {
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    max-width: 82%;
    white-space: break-spaces;
    overflow-wrap: break-word; /* Break long words/links safely */
    word-break: break-word; /* Extra support for URLs */
}

.user-msg {
    background: #e0e7ff;
    margin-left: auto;
    color: #241c4f;
}

.bot-msg {
    background: #f3f4f6;
    color: #241c4f;
}

/* Typing Animation */
.typing {
    font-style: italic;
    opacity: 0.6;
}
.floating-logo-img {
    display: block;
    width: 46px;
    height: 46px;
    will-change: transform;
    /*    animation: floatY 4s ease-in-out infinite;*/
    border-radius: 50%;
    background: #FFFAF2;
}
.hey-i-fw {
    color: var(--text, #444);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.hey-i {
    color: var(--text, #444);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.mobile-NavB {
    width: auto;
}
.mobile-logofield {
    display: none;
}

.Desklogo {
    display: block;
}

.DeskApp {
    display: block;
}
.navbar-collapse {
    margin-top: 0;
}
.navbar-expand-xxl .offcanvas-body{
    justify-content:center;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu{
    position:absolute !important;
}
/* continuous gentle float */
@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
    /* increase for more float */
    100% {
        transform: translateY(0);
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 1399px){

    .dropdown-menu{
        border:none;
    }

    .navbar-nav {
        gap: 2.2rem !important;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .mobile-NavB {
        width: 100%;
    }
    .mobile-logofield {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .Desklogo {
        display: none;
    }

    .DeskApp {
        display: none;
    }

    .navbar-nav .nav-item {
        align-items:flex-start !important;
         flex-direction:row;
         flex-wrap:wrap;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: relative !important;
    }
}
@media (max-width: 992px) {
    .footer-divider {
        margin-top: -17px;
    }
}
@media (max-width: 768px) {
    .accordion-icon {
        font-size: 24px;
        cursor: pointer;
    }
}
@media (max-width: 576px) {
    .floating-logo-img {
        width: 36px;
        height: 36px;
    }
    .floating-logo {
        padding: 6px 9px;
    }
    .hey-i-fw, .hey-i {
        font-size: 12px;
    }
    .chat-window {
        bottom: 76px;
        right: 6px;
        width: 80%;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    } 
    .py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .offcanvas-start {
        width: 80%;
    }
    .dropdown-item{
        white-space:break-spaces;
        word-break:break-word;
    }

    .floating-logo {
        bottom: 22px;
        right: 13px;
    }
}

@media (min-width: 1401px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media (min-width: 1413px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        border:2px solid blue;
    }
}


    @media (min-width: 1421px) {
        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
    }

    @media (min-width:990px) {
        .footer-logo2 {
            margin-right: 60px;
        }
    }

