#particles-js {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.btntran {
    background-color: white;
    color: black;
    border: 1px solid white;
}

.btntran:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.icons {
    background: white;
    padding: 15px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

#btop {
    display: inline-block;
    background-color: #131f3b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#btop::after {
    content: "\f077";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#btop:hover {
    cursor: pointer;
    background-color: #131f3b;
}

#btop:active {
    background-color: #131f3b;
}

#btop.show {
    opacity: 1;
    visibility: visible;
}

.footer-dark {
    background-color: #131f3b;
}

.z-index-relative {
    z-index: 99999;
    position: relative;
}

.text-white {
    color: white;
}

.img-offset {
    margin-top: -75px;
    margin-left: 24px;
}

.icon-relative {
    top: -9px;
    position: relative;
}

.icon-relative-svg {
    top: -12px;
    margin-left: -1px;
    position: relative;
}

.icon-relative-google {
    top: -9px;
    position: relative;
}

.text-white-border {
    color: white;
    border-bottom: 1px solid white;
}

.apps-main-style {
    width: 100%;
    display: flex;
    text-align: center;
    padding-top: 30px;
    gap: 12px;
}

.footer-title-style {
    color: white;
    border-bottom: 1px solid white;
    margin-top: -12px;
}

.input-button-style {
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    font-weight: 100;
}

.mt-20 {
    margin-top: 20px;
}

.img-custom-style {
    height: 150px;
    object-fit: unset;
    border-radius: 10px;
}

.img-border-radius {
    border-radius: 5px;
}

.text-footer {
    background: white;
    color: black;
    padding: 10px 0;
}

.footer-image-radius {
    border-radius: 13px;
}

#btop {
    display: inline-block;
    background-color: #131f3b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#btop::after {
    content: "\f077";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#btop:hover {
    cursor: pointer;
    background-color: #131f3b;
}

#btop:active {
    background-color: #131f3b;
}

#btop.show {
    opacity: 1;
    visibility: visible;
}

/* new footer css start */
.bg-color-footer {
    background-color: #131f3b;
}

.unik-links {
    color: white;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.32px;
    line-height: 2.8;
}

.unik-linkss {
    color: white;
    font-size: 16px;
}

.unik-linkss:hover {
    color: #0dcaf0;
    text-decoration: underline;
}

.bg-icon-footer a {
    background-color: #6bf2d2;
    border-radius: 50px;
    width: 30px;
    /* Increased slightly for better balance */
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}

.bg-icon-footer a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.news-btn {
    border: 3px solid #6bf2d2;
    color: white;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
}

.news-btn:hover {
    background-color: #6bf2d2;
    color: rgb(0, 0, 0);
}

.lineheight-li {
    line-height: 20px !important;
}

.strip-img {
    height: 30px;
    border-radius: 50px;
}

.list-unstyled-footer li {
    line-height: 2.1;
    list-style: none;
}

.list-unstyled-footer li a {
    line-height: 1.3;
    display: inline-block;
}

.box {
    display: flex;
    justify-content: center;
}

.circle {
    width: 53px;
    height: 53px;
    background-color: #6bf2d2;
    /* Mint/turquoise */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle i {
    font-size: 24px;
    color: black;
}

/*  */
.custom-icon-footer {
    position: relative;
    top: 0;
}

.custom-News-footer {
    position: relative;
    top: 0;
}

.strip-img-footer {
    padding: 4px 0px;
}

.footer-two-logo {
    margin-right: 35px;
    position: relative;
}

.fs-12 {
    font-size: 12px;
}

ul.text-start.fs-12 {
    display: flex;
    flex-direction: column;
    /* Stacks items vertically */
    gap: 15px;
    /* Adds 20px gap between list items */
}

/* new footer css end */

.custom-svg {
    margin-top: -17px;
}

.footer_text2 {
    position: relative;
    top: 0;
}

.custom-bg {
    background-color: #ffffff !important; /* white background for better legibility */
    color: #212529 !important; /* standard text color */
    border: 1px solid #ced4da !important; /* subtle border */
}

.custom-bg::placeholder {
    color: #6c757d; /* medium gray placeholder for contrast */
    opacity: 1; /* ensure visibility */
}

.custom-bg:focus {
    outline: 2px solid #198754; /* accessible focus outline (green) */
    outline-offset: 0;
    box-shadow: none !important;
}

.newsletter-btn {
    background-color: #6BF2D2 !important;
    color: #111 !important;
    padding: 0 16px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 100%;
    border: 1px solid #6BF2D2;
}


.newsletter-btn:hover,
.newsletter-btn:focus,
.newsletter-btn:active {
    background-color: #5ad5b9 !important;
    color: #000 !important;
    box-shadow: none;
    outline: 2px solid #198754; /* visible focus */
}

.googlebtnnn {
    border: 1px solid white;
}
.footer-v1 .footer-heading {
    font-family: "Arial Rounded MT", "Helvetica Rounded", Arial, "Segoe UI", "Noto Sans", system-ui, sans-serif;
    font-weight: 900;
    letter-spacing: 0.4px;
    display: inline-block;
    position: relative;
}

.footer-v1 .footer-heading::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #6bf2d2;
    border-radius: 2px;
    margin-top: 8px;
}

.footer-bottom-line {
    border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-v1 a.unik-linkss {
    transition: color .2s ease, text-shadow .2s ease;
}
.footer-v1 a.unik-linkss:hover {
    text-shadow: 0 0 12px rgba(107,242,210,0.25);
}

.footer-v1 a:focus-visible,
.footer-v1 button:focus-visible {
    outline: 2px dashed #6bf2d2;
    outline-offset: 2px;
    border-radius: 4px;
}

.bg-icon-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) inset;
}
.bg-icon-footer a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: invert(1) brightness(1.2) saturate(0) opacity(.9);
}
.bg-icon-footer a:hover {
    transform: translateY(-3px);
    background: rgba(107,242,210,0.12);
    border-color: rgba(107,242,210,0.6);
    box-shadow: 0 8px 18px rgba(107,242,210,0.28);
}
.bg-icon-footer a:focus-visible {
    outline: 2px solid #6bf2d2;
    outline-offset: 3px;
}
/* Brand-tinted hovers per icon (order as in markup) */
.bg-icon-footer a:nth-child(1):hover { /* Facebook */
    background: rgba(66,103,178,0.18);
    border-color: rgba(66,103,178,0.55);
}
.bg-icon-footer a:nth-child(2):hover { /* LinkedIn */
    background: rgba(10,102,194,0.18);
    border-color: rgba(10,102,194,0.55);
}
.bg-icon-footer a:nth-child(3):hover { /* Instagram */
    background: rgba(225,48,108,0.2);
    border-color: rgba(225,48,108,0.6);
}
.bg-icon-footer a:nth-child(4):hover { /* X / Twitter */
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.55);
}

.strip-img,
.strip-img-footer {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.strip-img:hover,
.strip-img-footer:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.circle {
    transition: transform .2s ease, box-shadow .2s ease;
}
.circle:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

@media (max-width: 576px) {
    .bg-icon-footer a {
        width: 28px;
        height: 28px;
    }
    .bg-icon-footer a img {
        width: 18px;
        height: 18px;
    }
    .footer-v1 .footer-heading::after {
        margin-left: auto;
        margin-right: auto; /* keep accent centered under centered titles on mobile */
    }
}

/* Elegant legal line */
.footer-legal {
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    line-height: 1.8;
}
