.elementor-3872 .elementor-element.elementor-element-f9b3b8b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-3872 .elementor-element.elementor-element-f9b3b8b:hover .elementor-widget-container{border-style:none;}@media(max-width:767px){.elementor-3872 .elementor-element.elementor-element-9ea5847 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-9ea5847 *//* =========================================
   TUTOR SERVICE KHULNA
   PREMIUM TUTOR LIST SECTION
   ========================================= */

/* Main Container */
.ts-premium-top {
    background: linear-gradient(135deg, #d4e8ff, #8fc3ff);
    border-radius: 20px;
    padding: 10px;
    margin: 0 0 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    border: 1px solid #dceeff;
}

/* Notice Box */
.ts-notice {
    background: #fff;
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    text-align: center;
}

.ts-notice div {
    margin: 5px 0;
    font-size: 18px;
    text-align: center;
}

/* Phone */
.ts-phone {
    background: #eafaf1;
    color: #008060;
    padding: 6px 6px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

/* Click Here Button */
.ts-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ff3b30, #ff7a00);
    color: #fff !important;
    padding: 3px 8px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(255,80,30,.35);
    animation: tsClickPulse 2s ease-in-out infinite;
}

/* Click Here Pulse */
@keyframes tsClickPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 18px rgba(255,80,30,.30);
    }

    50% {
        transform: scale(1.06);
        box-shadow: 0 10px 25px rgba(255,80,30,.55);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 8px 18px rgba(255,80,30,.30);
    }
}

/* Tutor List Title */
.ts-title {
    margin: 2px 0 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    background: linear-gradient(135deg, #1f5eff, #2bb8ff);
    color: #fff;
    padding: 3px;
    border-radius: 14px;
}

/* =========================================================
   CATEGORY BUTTONS
   ========================================================= */

.ts-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 3px 0;
}

/* MAIN CATEGORY */
.ts-tags a {
    position: relative;
    overflow: hidden;
    width: calc(25% - 7px);
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border-radius: 10px;

    background:
        linear-gradient(
            115deg,
            #ffffff,
            #f5f9ff,
            #eefcff,
            #ffffff
        );

    background-size: 250% 250%;

    color: #25445d !important;

    border: 1px solid rgba(100,140,170,0.22);

    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;

    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;

    box-shadow:
        0 3px 8px rgba(30,70,100,0.08),
        inset 0 1px 0 rgba(255,255,255,0.95);

    animation:
        tsRibbonBg 5s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

/* =========================================================
   MOVING BACKGROUND LIGHT
   ========================================================= */

.ts-tags a:before {
    content: "";
    position: absolute;
    top: -80%;
    left: -70%;
    width: 55%;
    height: 260%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.15),
            rgba(255,255,255,0.85),
            rgba(255,255,255,0.15),
            transparent
        );

    transform: rotate(18deg);
    pointer-events: none;

    animation: tsRibbonShine 4.5s ease-in-out infinite;
}

/* =========================================================
   LEFT + RIGHT COLORING
   ========================================================= */

.ts-tags a:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    right: 0;

    border-left: 3px solid #008cff;
    border-right: 3px solid #008cff;

    border-radius: 6px;

    box-shadow:
        -3px 0 8px #008cff,
        3px 0 8px #008cff;

    opacity: 0.75;
    pointer-events: none;

    animation: tsRibbonEdge 3s ease-in-out infinite;
}

/* =========================================================
   8 DIFFERENT COLORS
   ========================================================= */

.ts-tags a:nth-child(1):after {
    border-left-color: #008cff;
    border-right-color: #008cff;
    box-shadow: -3px 0 8px #008cff, 3px 0 8px #008cff;
}

.ts-tags a:nth-child(2):after {
    border-left-color: #ff3b5c;
    border-right-color: #ff3b5c;
    box-shadow: -3px 0 8px #ff3b5c, 3px 0 8px #ff3b5c;
}

.ts-tags a:nth-child(3):after {
    border-left-color: #00a878;
    border-right-color: #00a878;
    box-shadow: -3px 0 8px #00a878, 3px 0 8px #00a878;
}

.ts-tags a:nth-child(4):after {
    border-left-color: #8b5cf6;
    border-right-color: #8b5cf6;
    box-shadow: -3px 0 8px #8b5cf6, 3px 0 8px #8b5cf6;
}

.ts-tags a:nth-child(5):after {
    border-left-color: #f59e0b;
    border-right-color: #f59e0b;
    box-shadow: -3px 0 8px #f59e0b, 3px 0 8px #f59e0b;
}

.ts-tags a:nth-child(6):after {
    border-left-color: #06b6d4;
    border-right-color: #06b6d4;
    box-shadow: -3px 0 8px #06b6d4, 3px 0 8px #06b6d4;
}

.ts-tags a:nth-child(7):after {
    border-left-color: #ec4899;
    border-right-color: #ec4899;
    box-shadow: -3px 0 8px #ec4899, 3px 0 8px #ec4899;
}

.ts-tags a:nth-child(8):after {
    border-left-color: #84cc16;
    border-right-color: #84cc16;
    box-shadow: -3px 0 8px #84cc16, 3px 0 8px #84cc16;
}

/* =========================================================
   BACKGROUND SHINE
   ========================================================= */

@keyframes tsRibbonShine {
    0% {
        left: -70%;
        opacity: 0;
    }

    30% {
        left: 105%;
        opacity: 0.85;
    }

    45% {
        left: 105%;
        opacity: 0.85;
    }

    100% {
        left: 130%;
        opacity: 0;
    }
}

/* =========================================================
   BACKGROUND COLOR MOVEMENT
   ========================================================= */

@keyframes tsRibbonBg {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* =========================================================
   SOFT FLOAT / ZOOM
   ========================================================= */

@keyframes tsRibbonMove {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-2px) scale(1.018);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

/* =========================================================
   BORDER PULSE
   ========================================================= */

@keyframes tsRibbonEdge {
    0% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.35;
    }
}

/* =========================================================
   EMOJI
   ========================================================= */

.ts-tags a img.emoji {
    position: relative;
    z-index: 3;
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;

    animation: tsRibbonEmoji 3s ease-in-out infinite;
}

@keyframes tsRibbonEmoji {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* =========================================================
   PREMIUM HOVER — 8 UNIQUE COLORS
   ========================================================= */

.ts-tags a:hover {
    color: #8b1538 !important;
    transform: translateY(-4px) scale(1.025);

    background-position: 100% 50%;

    box-shadow:
        0 10px 24px rgba(30,70,100,.20),
        inset 0 1px 0 rgba(255,255,255,.35);
}

/* Hover Colors */

.ts-tags a:nth-child(1):hover {
    background: linear-gradient(135deg, #008cff, #0066cc);
}

.ts-tags a:nth-child(2):hover {
    background: linear-gradient(135deg, #ff3b5c, #d91e45);
}

.ts-tags a:nth-child(3):hover {
    background: linear-gradient(135deg, #00a878, #00845e);
}

.ts-tags a:nth-child(4):hover {
    background: linear-gradient(135deg, #8b5cf6, #6935d5);
}

.ts-tags a:nth-child(5):hover {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.ts-tags a:nth-child(6):hover {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.ts-tags a:nth-child(7):hover {
    background: linear-gradient(135deg, #ec4899, #c02672);
}

.ts-tags a:nth-child(8):hover {
    background: linear-gradient(135deg, #84cc16, #65a30d);
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .ts-tags {
        gap: 5px;
    }

    .ts-tags a {
        width: calc(50% - 3.5px);
        min-height: 35px;
        padding: 3px 7px;
        border-radius: 10px;
        font-size: 13px;
        text-align: center;
    }

    .ts-tags a:after {
        top: 4px;
        bottom: 4px;
    }

    .ts-tags a img.emoji {
        width: 15px !important;
        height: 15px !important;
        margin-right: 4px !important;
    }
}
/* =========================================================
   8 CATEGORY — BACKGROUND COLOR BREATHING
   ========================================================= */

.ts-tags a:nth-child(1) {
    background: linear-gradient(135deg, #ffffff, #e8f5ff, #ffffff);
    animation:
        tsKU 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}

.ts-tags a:nth-child(2) {
    background: linear-gradient(135deg, #ffffff, #ffeaf0, #ffffff);
    animation:
        tsKMC 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}

.ts-tags a:nth-child(3) {
    background: linear-gradient(135deg, #ffffff, #e5faf3, #ffffff);
    animation:
        tsKUET 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}

.ts-tags a:nth-child(4) {
    background: linear-gradient(135deg, #ffffff, #f1ebff, #ffffff);
    animation:
        tsBL 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}

.ts-tags a:nth-child(5) {
    background: linear-gradient(135deg, #ffffff, #fff4dc, #ffffff);
    animation:
        tsLocal 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}

.ts-tags a:nth-child(6) {
    background: linear-gradient(135deg, #ffffff, #e6fbff, #ffffff);
    animation:
        tsExtra 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}

.ts-tags a:nth-child(7) {
    background: linear-gradient(135deg, #ffffff, #ffeaf5, #ffffff);
    animation:
        tsSpecial 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}

.ts-tags a:nth-child(8) {
    background: linear-gradient(135deg, #ffffff, #f1fbdc, #ffffff);
    animation:
        tsArbi 3s ease-in-out infinite,
        tsRibbonMove 4s ease-in-out infinite;
}


/* =========================================================
   GLOW KEYFRAMES
   ========================================================= */

@keyframes tsKU {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#e8f5ff,#ffffff);
        box-shadow: 0 3px 8px rgba(0,140,255,.10);
    }
    50% {
        background: linear-gradient(135deg,#eef8ff,#bfe5ff,#eef8ff);
        box-shadow: 0 5px 20px rgba(0,140,255,.35);
    }
}

@keyframes tsKMC {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#ffeaf0,#ffffff);
        box-shadow: 0 3px 8px rgba(255,59,92,.10);
    }
    50% {
        background: linear-gradient(135deg,#fff0f4,#ffc9d6,#fff0f4);
        box-shadow: 0 5px 20px rgba(255,59,92,.35);
    }
}

@keyframes tsKUET {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#e5faf3,#ffffff);
        box-shadow: 0 3px 8px rgba(0,168,120,.10);
    }
    50% {
        background: linear-gradient(135deg,#edfff8,#b8f0dc,#edfff8);
        box-shadow: 0 5px 20px rgba(0,168,120,.35);
    }
}

@keyframes tsBL {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#f1ebff,#ffffff);
        box-shadow: 0 3px 8px rgba(139,92,246,.10);
    }
    50% {
        background: linear-gradient(135deg,#f7f2ff,#d9c8ff,#f7f2ff);
        box-shadow: 0 5px 20px rgba(139,92,246,.35);
    }
}

@keyframes tsLocal {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#fff4dc,#ffffff);
        box-shadow: 0 3px 8px rgba(245,158,11,.10);
    }
    50% {
        background: linear-gradient(135deg,#fff9eb,#ffe0a3,#fff9eb);
        box-shadow: 0 5px 20px rgba(245,158,11,.35);
    }
}

@keyframes tsExtra {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#e6fbff,#ffffff);
        box-shadow: 0 3px 8px rgba(6,182,212,.10);
    }
    50% {
        background: linear-gradient(135deg,#edfdff,#b9f2fa,#edfdff);
        box-shadow: 0 5px 20px rgba(6,182,212,.35);
    }
}

@keyframes tsSpecial {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#ffeaf5,#ffffff);
        box-shadow: 0 3px 8px rgba(236,72,153,.10);
    }
    50% {
        background: linear-gradient(135deg,#fff1f8,#ffc8e3,#fff1f8);
        box-shadow: 0 5px 20px rgba(236,72,153,.35);
    }
}

@keyframes tsArbi {
    0%,100% {
        background: linear-gradient(135deg,#ffffff,#f1fbdc,#ffffff);
        box-shadow: 0 3px 8px rgba(132,204,22,.10);
    }
    50% {
        background: linear-gradient(135deg,#f7ffe9,#d9f5a7,#f7ffe9);
        box-shadow: 0 5px 20px rgba(132,204,22,.35);
    }
}/* End custom CSS */