/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
    --whatsapp: #25D366;
    --whatsapp-dark: #128C7E;
    --whatsapp-glow: rgba(37, 211, 102, .38);
}

.back-to-top {
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(30px) scale(.82);
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease, box-shadow .35s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

a.whatsapp-cta.btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: none;
    color: #fff !important;
    background: linear-gradient(135deg, var(--whatsapp), #1fbe5c 55%, var(--whatsapp-dark));
    box-shadow: 0 14px 32px rgba(18, 140, 126, .22), 0 0 0 0 var(--whatsapp-glow);
    letter-spacing: .2px;
}

a.whatsapp-cta.btn::before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    font-size: 1.15rem;
    line-height: 1;
}

a.whatsapp-cta.btn::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, .28) 48%, transparent 75%);
    transform: translateX(-140%);
    transition: transform .8s ease;
}

a.whatsapp-cta.btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 38px rgba(18, 140, 126, .3), 0 0 0 10px rgba(37, 211, 102, .12);
}

a.whatsapp-cta.btn:hover::after {
    transform: translateX(140%);
}

a.whatsapp-cta.btn:focus-visible {
    outline: 3px solid rgba(37, 211, 102, .28);
    outline-offset: 3px;
}

.whatsapp-float {
    width: 72px !important;
    height: 72px !important;
    border: 4px solid #fff;
    color: #fff !important;
    background: radial-gradient(circle at 30% 30%, #4af18a, var(--whatsapp) 48%, var(--whatsapp-dark) 100%) !important;
    box-shadow: 0 18px 40px rgba(18, 140, 126, .32);
    animation: whatsappFloat 2.2s ease-in-out infinite;
}

.whatsapp-float::before,
.whatsapp-float::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.whatsapp-float::before {
    inset: -10px;
    border: 2px solid rgba(37, 211, 102, .26);
    animation: whatsappRing 2.2s ease-out infinite;
}

.whatsapp-float::after {
    inset: -18px;
    background: radial-gradient(circle, rgba(37, 211, 102, .22) 0%, rgba(37, 211, 102, 0) 65%);
    z-index: -1;
}

.whatsapp-float i {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    animation: whatsappIconPop 2.2s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: translateY(-6px) scale(1.08) !important;
    box-shadow: 0 24px 46px rgba(18, 140, 126, .38), 0 0 0 12px rgba(37, 211, 102, .14);
}

@keyframes whatsappFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-6px) scale(1.03);
    }
}

@keyframes whatsappRing {
    0% {
        opacity: .9;
        transform: scale(.92);
    }
    80%, 100% {
        opacity: 0;
        transform: scale(1.22);
    }
}

@keyframes whatsappIconPop {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    20% {
        transform: scale(1.1) rotate(-8deg);
    }
    40% {
        transform: scale(1.04) rotate(6deg);
    }
}

@media (max-width: 576px) {
    a.whatsapp-cta.btn {
        gap: 10px;
        box-shadow: 0 12px 26px rgba(18, 140, 126, .2);
    }

    .whatsapp-float {
        width: 64px !important;
        height: 64px !important;
        right: 18px;
        bottom: 18px;
    }

    .whatsapp-float i {
        font-size: 1.8rem;
    }
}

.faq-section {
    position: relative;
}

.faq-shell {
    position: relative;
    padding: 34px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(53, 94, 252, .10), transparent 28%),
        radial-gradient(circle at bottom right, rgba(233, 60, 5, .08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    box-shadow: 0 24px 60px rgba(1, 26, 65, .08);
}

.faq-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-bg: #ffffff;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: linear-gradient(135deg, rgba(53, 94, 252, .06), rgba(255, 255, 255, .96));
    --bs-accordion-active-color: var(--dark);
}

.faq-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(53, 94, 252, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 30px rgba(1, 26, 65, .05);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-item:hover {
    transform: translateY(-2px);
    border-color: rgba(53, 94, 252, .16);
    box-shadow: 0 18px 34px rgba(1, 26, 65, .08);
}

.faq-accordion .accordion-button {
    gap: 16px;
    padding: 1.35rem 1.5rem;
    font-family: "Jost", sans-serif;
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--dark);
    background: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--dark);
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(53, 94, 252, .08);
    background-position: center;
    background-size: 15px;
    transition: transform .3s ease, background-color .3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-color: rgba(53, 94, 252, .16);
}

.faq-number {
    flex-shrink: 0;
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), #5e81ff);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .08em;
    box-shadow: 0 12px 24px rgba(53, 94, 252, .22);
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: var(--tertiary);
    line-height: 1.75;
    font-size: 1rem;
}

.faq-list {
    padding-left: 0;
    list-style: none;
}

.faq-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.faq-list li:last-child {
    margin-bottom: 0;
}

.faq-list li::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
}

@media (max-width: 768px) {
    .faq-shell {
        padding: 20px;
        border-radius: 24px;
    }

    .faq-accordion .accordion-button {
        align-items: flex-start;
        padding: 1.1rem 1rem;
        font-size: 1rem;
    }

    .faq-accordion .accordion-body {
        padding: 0 1rem 1.2rem 1rem;
    }

    .faq-number {
        min-width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: .85rem;
    }
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
#logo {
    width: 5rem;
    
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    position: relative;
    overflow: hidden;
    padding-top: clamp(9rem, 14vw, 12rem);
    padding-bottom: clamp(4.5rem, 8vw, 6rem);
    background:
        linear-gradient(115deg, rgba(1, 26, 65, .58), rgba(1, 26, 65, .24)),
        linear-gradient(180deg, rgba(53, 94, 252, .10), rgba(233, 60, 5, .06)),
        url(../img/header.jpg) center center no-repeat;
    background-size: cover;
}

.page-header::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .22), transparent 24%),
        radial-gradient(circle at bottom left, rgba(233, 60, 5, .10), transparent 26%);
    pointer-events: none;
}

.page-header .container {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: clamp(1.6rem, 4vw, 2.6rem);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .10));
    backdrop-filter: blur(4px);
    box-shadow: 0 24px 52px rgba(1, 26, 65, .12);
}

.page-header h1,
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .72);
}

.page-header-about {
    background-position: center 32%;
}

.page-header-contact {
    background-position: center 38%;
}

.page-header-project {
    background-position: center 26%;
}

.page-header-service {
    background-position: center 34%;
}

@media (max-width: 768px) {
    .page-header {
        min-height: 44vh;
        display: flex;
        align-items: flex-end;
        background-color: #0b214f;
        background-size: cover, cover, contain;
    }

    .page-header .container {
        margin-inline: 14px;
        border-radius: 22px;
        padding: 1.25rem 1.15rem;
    }

    .page-header h1 {
        font-size: clamp(2rem, 8vw, 2.65rem);
    }

    .page-header .breadcrumb {
        gap: 4px;
    }

    .page-header-about {
        background-position: center 18%;
    }

    .page-header-contact {
        background-position: center 22%;
    }

    .page-header-project {
        background-position: center 16%;
    }

    .page-header-service {
        background-position: center 20%;
    }
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/

.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
   
  
}


.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
    }

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

/*Video detail page*/

.project-intro {
    position: relative;
}

.project-intro::before {
    position: absolute;
    content: "";
    inset: 14% 0 auto;
    height: 60%;
    background: linear-gradient(90deg, rgba(53, 94, 252, .06), rgba(233, 60, 5, .06));
    filter: blur(0);
    z-index: -1;
}

.project-videos-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 0 24px 48px;
    max-width: 1320px;
    margin: 0 auto;
}

.instruc {
    position: relative;
    height: 100%;
    padding: 22px;
    border: 1px solid rgba(53, 94, 252, .1);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 249, 255, .94)),
        #fff;
    box-shadow: 0 20px 45px rgba(1, 26, 65, .08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.instruc::before {
    position: absolute;
    content: "";
    inset: 0 0 auto;
    height: 5px;
    border-radius: 26px 26px 0 0;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.instruc:hover {
    transform: translateY(-6px);
    border-color: rgba(53, 94, 252, .18);
    box-shadow: 0 26px 54px rgba(1, 26, 65, .12);
}

.instruc figure {
    margin-bottom: 18px;
}

.instruc .blockquote {
    margin-bottom: 0;
}

.instruc .blockquote p {
    margin-bottom: 0;
    color: var(--dark);
    font-family: "Jost", sans-serif;
    font-size: 1.15rem;
    letter-spacing: .02em;
}

.video-contenedor {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(1, 26, 65, .96), rgba(53, 94, 252, .72));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.video-contenedor iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991.98px) {
    .project-videos-section {
        grid-template-columns: 1fr;
        padding: 0 18px 42px;
        gap: 22px;
    }
}

@media (max-width: 576px) {
    .project-videos-section {
        padding: 0 14px 36px;
    }

    .instruc {
        padding: 18px 16px;
        border-radius: 22px;
    }

    .instruc .blockquote p {
        font-size: 1rem;
    }

    .video-contenedor {
        border-radius: 18px;
    }
}




.tm-video-title { font-size: 2.5rem; }
.tm-share-box { 
    font-size: 1.4rem; 
    padding: 3rem;
}
.tm-share-box-title { font-size: 1.4rem; }

.tm-bg-white {
    background-color: white;
    border: 1px solid #CDCECF;
    border-radius: 5px;
}

.tm-share-button {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.tm-share-button:last-child { margin-right: 0; }
.tm-text-link { color: #3399CC; }

.tm-likes-box,
.tm-btn-download {
    width: 280px;
    height: 60px;
}

.tm-likes-box { padding-top: 12px; }
.tm-video-description-box { max-width: 920px;
padding:7%; }
.tm-text-gray { color: #6F7071; }

.tm-fixed-header {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
    background-color: #666;
}

#tm-fixed-header-bg { height: 450px; }
.tm-fixed-header-1 { background-image: url(../img/video-detail-1.jpg); }
.tm-fixed-header-2 { background-image: url(../img/about-1.jpg); }
.tm-fixed-header-3 { background-image: url(../img/contact-1.jpg); }

video {
  width: 100%;
  height: auto;
}

.fa-facebook { color: #3b5998; }
.fa-twitter { color: #00acee; }
.fa-pinterest { color: #c8232c; }
.tm-liked-icon { display: none; }
.tm-not-liked-icon { display: inline-block; }
.tm-liked-icon, .tm-not-liked-icon { margin-top: 3px; }
.tm-liked .tm-liked-icon { display: inline-block; }
.tm-liked .tm-not-liked-icon { display: none; }
.tm-welcome-text-2 { max-width: 575px; }
.tm-share-button:hover { background-color: #e9ecef; }
