.autocomplete {
    background: #fff;
    color: #000;
    height: 200px;
    overflow: auto;
    position: absolute;
    z-index: 9999;
    width: 93%;
}
.autocomplete li {
    cursor: pointer;
    padding: 10px;
}
.autocomplete li:hover {
    background: #f06414;
    cursor: pointer;
    color: #fff;
}
.about-block .inner-box .icon {
    color: #fff
}
.about-section {
    position: relative;
    padding: 0px 0;
}
.myaccount-btn {
    margin: 20px;
    background: #f06414;
    padding: 8px 17px;
    border-radius: 50%;
    color: #fff;
}
.myaccount-btn:hover {
    background: #204a9e;
    color: #fff;
}

.security-assurance-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(32, 74, 158, 0.08) 0%, rgba(240, 100, 20, 0.08) 100%);
}

.security-assurance-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/shape1.png') top right no-repeat;
    opacity: 0.08;
    pointer-events: none;
}

.security-assurance-section .auto-container {
    position: relative;
    z-index: 2;
}

.security-content .security-label {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f06414;
    background: rgba(240, 100, 20, 0.12);
    padding: 8px 18px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.security-content .security-title {
    font-size: 36px;
    font-weight: 700;
    color: #102a56;
    margin-bottom: 18px;
}

.security-content .security-text {
    font-size: 16px;
    line-height: 1.75;
    color: #4a5670;
    margin-bottom: 0;
}

.security-logos .logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    justify-items: stretch;
}

.security-logos .logo-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 15px 45px rgba(16, 42, 86, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.security-logos .logo-card img {
    object-fit: contain;
    height: 70px !important;
}

.security-logos .logo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 55px rgba(16, 42, 86, 0.18);
}

.security-logos .logo-card img {
    max-width: 100%;
    height: auto;
}

.floating-actions {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1040;
}

.floating-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    opacity: 0.96;
}

.floating-action:hover,
.floating-action:focus {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    opacity: 1;
}

.floating-action .fa,
.floating-action .fa-brands {
    font-size: 20px;
}

.floating-action.whatsapp {
    background: #25d366;
}

.floating-action.call {
    background: #f06414;
}

.blog-landing,
.home-blog {
    background: #f8fafc;
    padding: 60px 0 90px;
}

.home-blog {
    padding-bottom: 80px;
}

.blog-landing .section-title .title,
.home-blog .section-title .title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin-bottom: .35rem;
}

.blog-landing .sub-title,
.home-blog .sub-title {
    display: inline-block;
    padding: .35rem .85rem;
    border-radius: 999px;
    background: rgba(32, 74, 158, .08);
    color: #204a9e;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: .9rem;
}

.chip {
    padding: .65rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
}

.blog-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
    text-decoration: none;
    color: inherit;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 70px rgba(32, 74, 158, 0.15);
    color: inherit;
}

.blog-card__image {
    position: relative;
    padding-top: 50%;
    background: linear-gradient(135deg, rgba(32, 74, 158, 0.15), rgba(240, 100, 20, 0.12));
}

/* Fallback: keep hero/banner visible even if Owl carousel JS doesn't initialize. */
.banner-carousel:not(.owl-loaded) .slide-item,
.banner-carousel.banner-carousel-static .slide-item {
    display: block;
}

.banner-carousel:not(.owl-loaded) .animate-1,
.banner-carousel:not(.owl-loaded) .animate-2,
.banner-carousel:not(.owl-loaded) .animate-3,
.banner-carousel:not(.owl-loaded) .content-column .title,
.banner-carousel:not(.owl-loaded) .content-column .text,
.banner-carousel:not(.owl-loaded) .image-column .image img,
.banner-carousel.banner-carousel-static .animate-1,
.banner-carousel.banner-carousel-static .animate-2,
.banner-carousel.banner-carousel-static .animate-3,
.banner-carousel.banner-carousel-static .content-column .title,
.banner-carousel.banner-carousel-static .content-column .text,
.banner-carousel.banner-carousel-static .image-column .image img {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.blog-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-card__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #0f172a;
    font-weight: 600;
    padding: 1rem;
}

.blog-card__body {
    padding: 1.4rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .7rem;
    flex: 1;
}

.blog-card__title {
    font-size: 1.05rem;
    color: #0f172a;
    margin: 0;
}

.blog-card__excerpt {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.blog-card__link {
    color: #f06414;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.blog-card__link:hover {
    color: #d0520f;
}

.empty-state {
    background: #fff;
    border-radius: 18px;
    padding: 3rem 1.5rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.empty-state__icon {
    font-size: 2.1rem;
    margin-bottom: .5rem;
}

.header-lower .main-menu .navigation > li {
    margin-right: 24px;
    padding: 10px 0;
}

@media (max-width: 767.98px) {
    .floating-actions {
        right: 16px;
        bottom: 16px;
    }

    .floating-action {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .security-assurance-section {
        padding: 60px 0;
    }

    .security-content {
        margin-bottom: 32px;
        text-align: center;
    }

    .security-content .security-title {
        font-size: 30px;
    }

    .security-content .security-text {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .security-logos .logos-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}
