@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* ===== Customer effects FB-style slider ===== */
.fb-effects {
    padding: 20px 15px;
}

.fb-effects__title {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 18px;
    text-transform: uppercase;
    color: #222;
}

.fb-effects__title span {
    color: #b39748;
}

.fb-effects .owl-stage-outer {
    padding: 5px 0 10px;
}

.fb-post {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e4e6eb;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #050505;
    text-align: left;
}

.fb-post__top {
    display: flex;
    align-items: center;
    padding: 12px 14px 8px;
    gap: 10px;
}

.fb-post__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.fb-post__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fb-post__info {
    flex: 1;
    min-width: 0;
}

.fb-post__author {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
}

.fb-post__time {
    font-size: 13px;
    color: #65676b;
    margin: 2px 0 0;
}

.fb-post__content {
    padding: 4px 14px 10px;
}

.fb-post__content p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #050505;
}

.fb-post__image {
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #e4e6eb;
    border-bottom: 1px solid #e4e6eb;
}

.fb-post__reactions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    font-size: 13px;
    color: #65676b;
    border-bottom: 1px solid #e4e6eb;
}

.fb-post__reactions__icons {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.fb-post__reactions__icons span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.fb-post__reactions__icons .react-like {
    background: linear-gradient(180deg, #18AFFF, #0062DF);
    margin-left: 0;
}

.fb-post__reactions__icons .react-love {
    background: linear-gradient(180deg, #FF6680, #E61739);
}

.fb-post__reactions__icons .react-wow {
    background: linear-gradient(180deg, #FDE86F, #F28A2D);
}

.fb-post__reactions__count {
    margin-left: 8px;
    flex: 1;
}

.fb-post__ctas {
    display: flex;
    justify-content: space-around;
    padding: 6px 0;
}

.fb-post__ctas__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #65676b;
    font-weight: 600;
    padding: 6px 10px;
}

/* Owl nav arrows + dots — global, used by .fb-effects and other carousels */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    margin: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border: 1px solid #e4e6eb !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #1a1a1a !important;
    font-size: 0 !important;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -6px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -6px;
}

.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.owl-carousel .owl-nav button.owl-prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.owl-carousel .owl-nav button.owl-next::before {
    transform: translate(-70%, -50%) rotate(45deg);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #b39748 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(230, 23, 57, 0.35);
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.owl-carousel .owl-dots {
    display: none;
    text-align: center;
    margin-top: 14px;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d1d5db;
    transition: background 0.2s, transform 0.2s;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #e61739;
    transform: scale(1.25);
}

}