﻿:root {
    --facebook-blue: #1877f2;
    --facebook-blue-dark: #155db8;
    --facebook-blue-darkv2: #145dbf;
    --light-background-facebook-blue: #e6effa;
    --light-background-facebook-blue: #e9efff;
    --light-background-facebook-blueV2: #8bbeff;
    --mid-background-facebook-blue: rgba(33, 150, 243, 0.5);
    --linkedin-blue: #0A66C2;
}

.border-facebook {
    border:1px solid var(--facebook-blue)!important;
}

.border-facebook-subtle {
    border: 1px solid var(--light-background-facebook-blueV2) !important;
}

.bg-facebook{
    background-color:var(--facebook-blue);
}

.bg-facebook-light {
    background-color: var(--light-background-facebook-blue);
}

.bg-facebook-mid {
    background-color: var(--mid-background-facebook-blue);
}

.btn-infoserv {
    background-color:var(--facebook-blue)!important;
    color:white!important;
}
    .btn-infoserv:hover {
        background-color: var(--facebook-blue-dark) !important;
    }


.btn-infoserv-dark {
    background-color: var(--facebook-blue-darkv2) !important;
    color: white !important;
}

    .btn-infoserv:hover {
        background-color: var(--facebook-blue-dark) !important;
    }



.btn-outline-infoserv {
    border-color: var(--facebook-blue) !important;
    color: var(--facebook-blue) !important;
}


.form-control:focus {
    border-color: #9ecbff !important;
    box-shadow: 0 0 0 0.25rem rgba(158, 203, 255, 0.25) !important;
}

.swiper-pagination-bullet {
    border-color: var(--facebook-blue) !important;
    background: var(--facebook-blue) !important;
}


.btn-outline-facebook {
    border-color: var(--facebook-blue) !important;
    color: var(--facebook-blue) !important;
}

    .btn-outline-facebook:hover {
        background-color: var(--facebook-blue) !important;
        color: white !important;
    }


.btn-outline-linkedin {
    border-color: var(--linkedin-blue) !important;
    color: var(--linkedin-blue) !important;
}

    .btn-outline-linkedin:hover {
        background-color: var(--linkedin-blue) !important;
        color: white !important;
    }


.btn-outline-x {
    border-color: black !important;
    color: black !important;
}

    .btn-outline-x:hover {
        border-color: black !important;
        background-color: black !important;
        color: white !important;
    }


.btn-x {
    border: 1px solid var(--bs-gray-200);
}

@media (prefers-color-scheme: dark) {
    .btn-outline-x {
        border-color: white !important;
        color: white !important;
    }
}



    .btn-linkedin:hover {
        background-color: var(--linkedin-blue) !important;
    }

    .btn-x {
        background-color: #f1f5f9 !important;
        color: #64748b !important;
    }

        .btn-x:hover {
            color: #fff !important;
            background-color: black !important;
        }




    /* Price Cards */


    .btn-outline-standart-price {
        border-color: var(--linkedin-blue) !important;
        color: var(--linkedin-blue) !important;
    }

        .btn-outline-standart-price:hover {
            background-color: var(--linkedin-blue) !important;
            color: white !important;
        }


    .btn-outline-most-bought-price {
        border-color: white !important;
        color: white !important;
    }

        .btn-outline-most-bought-price:hover {
            background-color: white !important;
            color: black !important;
        }



.btn-static {
    transition: none !important;
    transform: none !important;
}

/* Lighouse Optimization classes */

@media (prefers-color-scheme: dark) {
    .text-cyan {
        color: #5fdde5 !important;
    }
}



/* Swiper Spacing Fix */
.swiper-pagination{
}

.image-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}