@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-Black.woff2) format("woff2"), url(../fonts/Onest-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-Thin.woff2) format("woff2"), url(../fonts/Onest-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-Light.woff2) format("woff2"), url(../fonts/Onest-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-ExtraLight.woff2) format("woff2"), url(../fonts/Onest-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-SemiBold.woff2) format("woff2"), url(../fonts/Onest-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-ExtraBold.woff2) format("woff2"), url(../fonts/Onest-ExtraBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-Medium.woff2) format("woff2"), url(../fonts/Onest-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-Bold.woff2) format("woff2"), url(../fonts/Onest-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url(../fonts/Onest-Regular.woff2) format("woff2"), url(../fonts/Onest-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.footer table {
    border-collapse: collapse;
    border-spacing: 0;
}
em,
i {
    font-style: italic;
}
.footer u {
    text-decoration: underline;
}
.footer p {
    margin-bottom: 20px;
}
.footer p:last-child {
    margin-bottom: 0;
}
.footer b,
.footer strong {
    font-weight: 700 !important;
}
.footer a {
    text-decoration: none;
    color: var(--black);
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
}
.footer a:hover {
    color: var(--orange);
    text-decoration: none;
    outline: none !important;
}
.footer a:focus {
    text-decoration: none;
    outline: none !important;
}
*:focus {
    outline: none;
}
.footer p {
    color: var(--grey);
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    display: block;
}
.footer .hidden {
    width: 0;
    height: 0;
    display: none;
}

.footer {
    background-color: #35364c;
    padding: 50px 0 40px;
    border-top: 1px solid #222;
}
.footer .logo-box img {
    width: 160px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.footer .logo-box {
    background-color: #fff;
    padding: 4px 18px;
    width: 217px;
    margin-bottom: 12px;
}
.footer .contact-info div {
    display: flex;
    align-items: start;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}
.footer .contact-info i {
    margin-right: 10px;
    font-size: 18px;
    color: #666;
    min-width: 20px;
    text-align: center;
}
.footer .social-icons a {
    width: 32px;
    height: 32px;
    border: 1px solid #666;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-right: 10px;
}
.footer .social-icons a:hover {
    border-color: #f63939;
    color: #f63939;
    box-shadow: 0 0 8px #f63939;
}
.footer .footer-section {
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    font-size: 17px;
}
.footer .link-list {
    list-style: none;
    padding-left: 0;
}
.footer .link-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}
.footer .link-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 600;
}
.copyright {
    text-align: center;
    padding: 18px 0;
    font-size: 14px;
    background: #f4f4f4;
    color: #444;
    user-select: none;
}
.footer .slider-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.footer .slider-track::-webkit-scrollbar {
    display: none;
}
.footer .card {
    flex: 0 0 320px;
    background: #fff;
    margin-right: 1.5rem;
    border-radius: 0.375rem;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: grab;
    scroll-snap-align: start;
    transition: box-shadow 0.3s ease;
}
.footer .card:last-child {
    margin-right: 0;
}
.footer .card:hover {
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
}
.footer .card:active {
    cursor: grabbing;
}
.footer .card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.footer .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.footer .card:hover .card-image img {
    transform: scale(1.05);
}
.footer .badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background-color: #6b21a8;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    user-select: none;
    pointer-events: none;
}
.footer .card-content {
    padding: 1.25rem 1.5rem 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .title {
    font-weight: 700;
    font-size: 1.125rem;
    color: #111827;
    margin-bottom: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 600;
}
.footer .view-details {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #111827;
    user-select: none;
    transition: color 0.3s ease;
}
.footer .view-details:hover {
    color: #6b21a8;
}
.footer .view-details svg {
    margin-left: 0.3rem;
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.3s ease;
}
.footer .view-details:hover svg {
    transform: translateX(4px);
}
.footer .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: gray;
    border-radius: 9999px;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
}
.footer .arrow:hover {
    background-color: #6b21a8;
    color: #fff;
}
.footer .arrow svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: currentColor;
}
.arrow-left {
    left: 1.5rem;
}
.footer .arrow-right {
    right: 1.5rem;
}
.footer .bottom-right-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    background-color: #6b21a8;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    border-bottom-right-radius: 0.375rem;
    pointer-events: none;
}


footer ul li {
    margin-bottom: 10px;
    opacity: 0.6;
}

footer ul li a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff !important;
}








.footer .fa-phone:before{content:"\f095";}
.footer .fa-envelope:before{content:"\f0e0";}
.c-footer *, 
.c-footer *::before, 
.c-footer *::after {
    box-sizing: border-box;
}
after,::before{box-sizing:border-box;}



.footer .btn.c-button.btn-lg {
	background-color: skyblue !important;
	color: #ffffff;
	border: 0 none;
	/* padding: 12px 24px; */
}
.footer .select2-results__options {
	text-align: left !important;
}
.footer #frm_transfer_search .c-btnGroup {
	height: 55px;
	font-size: 25px;
}
.footer #frm_transfer_search .c-btnGroup .btn-outline-secondary {
	/* color: #4db7fe; */
	padding: 16px 16px !important;
	/* margin-right: 12px; */
	font-size: 12px !important;
	font-weight: 500;
}
.footer .select2-container--default .select2-selection--single{
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.footer .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #fff !important;
}
.footer .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #fff transparent transparent transparent;
}
