/*common */
.text-justify{
text-align: justify;
}
.text-center{
    text-align: center;
}
.white{
    color: white;
}
/*Whatsapp CTA starts*/
.whatsapp-float {
    position: fixed;
    bottom: 115px;
    right: 37px;
    z-index: 9999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 40px;
    height: 40px;
}
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}
/*Whatsapp CTA ends*/
/*Contact-Section*/
.contact-location {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
}

.contact-location h3 {
    margin-bottom: 15px;
}
/*Contact-Section ends*/
/* Top Header Bar */
.top-header {
    background: #f8f8f8;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
}

.top-header-left i {
    color: #2f3d7e;
    font-size: 14px;
}
.top-color{
    color: #555;
}
/* Social Icons (Using Your Structure) */

/* Mobile Responsive */
@media (max-width: 768px) {
    .top-header {
        display: none;
    }
}
.footer-anchor{
    color:#2f3d7e !important;
}
/* Brand logo styling */
/* Brand logos fix */
.how-it-work-item .icon-box {
    background: transparent !important;
    border-radius: 0 !important;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.how-it-work-item .icon-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* ==============================
   404 Breadcrumb Styles
================================ */
.brikz-404-breadcrumb {
    background-color: #1f2d6a;
    padding: 80px 0;
}

.brikz-404-breadcrumb .page-title {
    color: #ffffff;
}

.brikz-404-breadcrumb .ltn__breadcrumb-list li,
.brikz-404-breadcrumb .ltn__breadcrumb-list li a,
.brikz-404-breadcrumb .ltn__breadcrumb-list li i {
    color: #ffffff;
}

.brikz-404-breadcrumb .ltn__breadcrumb-list li a:hover {
    color: #ed7d3a;
}

/* ==============================
   404 Page Text
================================ */
.brikz-404-page h2,
.brikz-404-page p {
    color: #333;
}

.brikz-404-page h2 span {
    color: #ed7d3a;
}

/* ==============================
   Button Style
================================ */
.theme-btn-1 {
    background-color: #ed7d3a;
    color: #ffffff;
    padding: 14px 35px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.theme-btn-1:hover {
    background-color: #d86a2e;
    color: #ffffff;
}
/* ==============================
   Breadcrumb Fix – 404 Page
================================ */
.brikz-404-breadcrumb {
    background-color: #1f2d6a;
    padding: 90px 0;
}

.brikz-404-breadcrumb .ltn__breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 0;
}

.brikz-404-breadcrumb .ltn__breadcrumb-list li {
    list-style: none;
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.brikz-404-breadcrumb .ltn__breadcrumb-list li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.brikz-404-breadcrumb .ltn__breadcrumb-list li a:hover {
    color: #ed7d3a;
}

/* Arrow icon spacing */
.brikz-404-breadcrumb .ltn__breadcrumb-list li i {
    font-size: 12px;
    margin: 0 6px;
    color: #ffffff;
}
