﻿
body {
    font-family: 'Poppins', sans-serif;
    color: #595861;
    line-height: 1.6;
    padding-right: 0 !important;
    background-color: #FFFFFF !important;
    margin:0;
    overflow-x:hidden;
}

.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;
    transition: 0.3s ease;
    font-size: 16px;
}
.btn-orange , .btn-orange-outline {
/*    width: 175px;*/
/*    height: 38px;*/
}
    .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;
    transition: 0.3s ease;
    font-size: 16px;
}

    .btn-outline-primary:hover {
        color: #FFFFFF !important;
        background-color: #f36c37 !important;
        border-color: #f36c37 !important;
    }
.btn:active {
    background-color: none;
}

.btn:focus {
    box-shadow: none;
}

.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;*/
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    margin-right: 3% !important;
    margin-left: 3% !important;
}

    .navbar-nav .nav-link {
        font-weight: 500;
        color: #595861;
        padding: 0 20px;
    }

.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;
}
.contact-new-footer {
    font-size: 12px;
    color: #595861;
    margin-bottom: 2px;
}

.footer-divider {
    border-color: #595861;
    /*    margin: 30px 0 20px;*/
    margin-top: -22px;
    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 */
.floating-logo {
    position: fixed; /* change to absolute if you need it inside a container */
    bottom: 50px;
    right: 82px;
    z-index: 1000;
    pointer-events: none; /* so clicks through it still work */
    will-change: transform;
}

.floating-logo-img {
    display: block;
    width: 94px;
    height: 94px;
    will-change: transform;
    animation: floatY 4s ease-in-out infinite;
    border-radius: 50%;
    background: #E8E0DC;
}

.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;
    top: 90%;
}
/* 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-toggle-split{
        margin-right:10px;
    }
    .navbar-nav .nav-link {
        padding: 0;
    }
/*    .dropdown-item {
        margin-left: 7%;
    }*/
    .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;
        top: 100%;
    }
}

@media (max-width: 992px) {
    .footer-divider {
        margin-top: -17px;
    }
}

@media (max-width: 768px) {
    .accordion-icon {
        font-size: 24px;
        cursor: pointer;
    }
}

@media (max-width: 576px) {

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .offcanvas-start {
        width: 70% !important;
    }

    .dropdown-item {
        white-space: normal;
        word-break: break-word;
    }

    .floating-logo {
        bottom: 33px;
        right: 21px;
    }

    .floating-logo-img {
        width: 74px;
        height: 74px;
    }
}
@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;
    }
}
