/*-----------------------------------------------------------------------------------
Template Name: Jufiter HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Rubik:400,500,700');

/*-------------------
2. Theme Default CSS
--------------------*/
button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
    font-family: 'Rubik', sans-serif;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #674DD6;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,

.hero-logo {
    display: flex;
    justify-content: center;
}

.hero-logo-image {
    width: min(900px, 98%);
    height: auto;
}

@media (max-width: 991px) {
    .hero-logo {
        justify-content: center;
    }
    .hero-logo-image {
        width: min(700px, 95%);
    }
}

@media (max-width: 767px) {
    .topshapewrap {
        display: none;
    }
}
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 700;
    color: #0F1D46;
    font-family: 'Josefin Sans', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    color: rgba(15, 29, 70, 0.7);
    font-family: 'Rubik', sans-serif;
    opacity: 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*---------------------
Blog-Area
----------------------*/
.site-header {
    background: #e641cd;
    background: linear-gradient(45deg, #8323ED 1%, #4D0BFD 99%);
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.site-header .page-title {
    color: #fff;
    font-size: 56px;
    line-height: 65px;
    font-weight: 300;
    margin-bottom: 0;
}

.site-header .sub-title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.site-header .sub-title a {
    color: #EAF2FF;
    font-weight: 500;
}

.site-header .sub-title a:hover,
.site-header .sub-title a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
    background: #2b2b2b;
    color: #ffffff;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
}

.cookie-banner__content {
    flex: 1;
    font-size: 14px;
}

.cookie-banner__content p {
    margin: 0;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cookie-banner__btn {
    padding: 12px 24px;
}

.cookie-banner__btn--secondary {
    background: #4b4b4b;
    color: #ffffff;
}

.cookie-banner__btn--secondary:hover {
    background: #5a5a5a;
    color: #ffffff;
}

.post-single {
    position: relative;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #f7f2f1;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.post-single .post-content,
.post-single .post-media {
    position: relative;
    z-index: 1;
}

.post-single .post-content a,
.post-single .post-media {
    position: relative;
    z-index: 3;
}

.post-single .post-content {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 6px;
}

.post-meta {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    font-weight: 300;
    color: #1c223a;
}

.post-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.post-meta .meta-item {
    margin-right: 10px;
}

.bttn-more {
    display: inline-block;
    color: #7028e4;
    font-weight: 300;
    font-size: 16px;
}

.bttn-more:after {
    content: "\f105";
    font-family: 'fontawesome';
    display: inline-block;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.bttn-more:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.page-links .page-numbers,
.nav-links .page-numbers {
    width: 45px;
    height: 45px;
    margin: 5px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 300;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #7028e4;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers:before,
.nav-links .page-numbers:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    border-radius: 1px;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers.current:before,
.nav-links .page-numbers.current:before {
    opacity: 0;
}

.page-links .page-numbers:hover:before,
.nav-links .page-numbers:hover:before {
    opacity: .9;
}

.page-links .page-numbers.current,
.nav-links .page-numbers.current {
    color: #fff;
}


/*-- Widget --*/
.sidebar .widget {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #f7f2f1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    color: #1c223a;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}

.sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFE3EC;
    display: block;
}

.sidebar .widget ul li a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .widget ul ul {
    padding: 0;
    margin-top: 10px;
    margin-left: 7px;
    border-left: 1px solid #dfe3ec;
}

.sidebar .widget ul li li {
    margin-bottom: 10px !important;
    padding-left: 10px;
}

.sidebar .widget ul li li:last-child {
    margin-bottom: 0 !important;
}


.search-box {
    position: relative;
}

.search-box .search {
    margin-bottom: 0;
    height: 60px;
    height: 70px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 100px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.search-box .search-bttn {
    border: none;
    width: 56px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    overflow: hidden;
    right: 7px;
    top: 7px;
    text-align: center;
    color: #fff;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    z-index: 1;
}

.search-box .search-bttn:hover:before {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.search-box .search-bttn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}




/*--------------------------
02. Populer-Post-Widget
---------------------------*/

.popular-post {
    overflow: hidden;
}

.popular-post .post-thumb {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.popular-post .post-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:before {
    opacity: 0.7;
}

.popular-post .post-thumb:after {
    content: "\f061";
    font-family: 'fontawesome';
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:after {
    opacity: 1;
}

.popular-post .content {
    display: block;
}

.popular-post .post-meta {
    margin-bottom: 5px;
}

.popular-post .post-meta > span {
    margin-right: 10px;
}

.popular-post .post-meta > span i.fa {
    font-size: 13px;
    color: #7028e4;
}

.popular-post .post-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7028e4;
    display: contents;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.popular-post .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.popular-post .item:first-child {
    padding-top: 0;
}



.post-footer-meta {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.post-footer-meta .meta-item {
    display: inline-block;
    color: #1c223a;
    font-weight: 400;
    margin: 15px 15px 15px 0;
}

.post-footer-meta .meta-item:last-child {
    margin-bottom: 0;
}

.content-block {
    margin: 30px 0;
}

.review-targets {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.review-table {
    width: 100%;
    border-collapse: collapse;
}

.review-table th,
.review-table td {
    border: 1px solid #e7eaf4;
    padding: 12px 14px;
    vertical-align: middle;
    font-size: 15px;
}

.review-table th {
    background-color: #f8f9ff;
    font-weight: 600;
}

.review-table__product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-table__product img {
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    object-fit: contain;
}

.review-table td {
    line-height: 1.45;
}

.review-table__product span {
    display: block;
}

@media (max-width: 991px) {
    .review-targets {
        padding: 24px;
    }

    .review-table {
        border: 0;
    }

    .review-table thead {
        display: none;
    }

    .review-table,
    .review-table tbody,
    .review-table tr,
    .review-table td {
        display: block;
        width: 100%;
    }

    .review-table tr {
        background-color: #fff;
        border: 1px solid #e7eaf4;
        border-radius: 10px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .review-table td {
        border: 0;
        border-bottom: 1px solid #eef1f7;
        padding: 12px 16px;
    }

    .review-table td:last-child {
        border-bottom: 0;
    }

    .review-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #7a8194;
        margin-bottom: 6px;
        font-weight: 600;
    }
}

.product-highlight {
    width: 100%;
    display: flex;
    gap: 24px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
}

.product-highlight__media {
    position: relative;
    width: 40%;
    min-width: 240px;
}

.product-highlight__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.product-highlight__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e7eaf4;
    background-color: #ffffff;
    color: #1c223a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.product-highlight__nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.product-highlight__nav--prev {
    left: -12px;
}

.product-highlight__nav--next {
    right: -12px;
}

.product-highlight__content {
    flex: 1;
}

.product-highlight__highlight {
    margin-bottom: 16px;
}

.product-highlight__lists {
    display: flex;
    gap: 24px;
}

.product-highlight__list ul {
    margin: 0;
    padding-left: 18px;
}

.product-highlight__list--pros h4,
.product-highlight__list--pros li {
    color: #1f8b4c;
}

.product-highlight__list--cons h4,
.product-highlight__list--cons li {
    color: #c62828;
}

.highlights-page .highlights-hero.product-area.v2 {
    padding: 180px 0;
}

.highlights-page .highlights-slider {
    display: grid;
    gap: 64px;
}

.highlights-page .highlights-item {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 40px;
}

.highlights-page .highlights-item__content .desc {
    max-width: 560px;
}

.highlights-page .highlights-item__price {
    font-size: 28px;
    line-height: 1.2;
}

.highlights-page .highlights-item__media {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlights-page .highlights-item__image {
    width: 100%;
    height: auto;
    max-width: 460px;
    object-fit: contain;
}

.catalog-page .catalog-grid-section {
    padding: 40px 0 120px;
}

.catalog-page .catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
}

.catalog-page .catalog-grid__item .slide-item {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(51, 77, 136, 0.08);
}

.catalog-page .catalog-grid__item .product-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-page .catalog-grid__item .product-content {
    padding-top: 24px;
}

.catalog-page .catalog-grid__item .product-content .title {
    min-height: 56px;
}

.catalog-page .catalog-grid__item .product-content .rate {
    color: #1980FA;
    font-size: 20px;
}

.whatsapp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e7eaf4;
    box-shadow: 0 12px 30px rgba(51, 77, 136, 0.08);
}

.whatsapp-cta__content .title {
    margin-bottom: 8px;
}

.whatsapp-cta__content .desc {
    margin: 0;
    color: #4b5565;
}

.whatsapp-cta__button {
    white-space: nowrap;
}

.webstories-page .webstories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.webstories-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e7eaf4;
    box-shadow: 0 10px 30px rgba(51, 77, 136, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.webstories-card__media {
    display: block;
    background: #f5f6fb;
}

.webstories-card__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.webstories-card__content {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.webstories-card__content .title {
    margin: 0;
}

.webstories-card__content .desc {
    margin: 0;
    color: #4b5565;
}

.webstories-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: #6c7280;
}

.webstories-card__link {
    color: #0B5ED7;
    font-weight: 600;
}

.webstories-card__cta {
    width: 100%;
    text-align: center;
}

.webstory-detail__media {
    margin: 0;
    display: flex;
    justify-content: center;
}

.webstory-detail__image {
    width: 100%;
    height: auto;
    max-width: 520px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(51, 77, 136, 0.12);
}

.webstory-detail__meta {
    color: #6c7280;
    font-size: 14px;
    margin-bottom: 12px;
}

.webstory-pages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
}

.webstory-pages__item {
    margin: 0;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e7eaf4;
    padding: 12px;
    text-align: center;
}

.webstory-pages__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.webstory-pages__item figcaption {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #4b5565;
    font-size: 13px;
}

@media (max-width: 767px) {
    .review-table th,
    .review-table td {
        font-size: 14px;
    }

    .review-table__product {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-highlight {
        flex-direction: column;
    }

    .product-highlight__media {
        width: 100%;
    }

    .product-highlight__lists {
        flex-direction: column;
    }

    .highlights-page .highlights-hero.product-area.v2 {
        padding: 130px 0 150px;
    }

    .highlights-page .highlights-item {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .highlights-page .highlights-item__media {
        order: 2;
    }

    .highlights-page .highlights-item__content .title {
        font-size: 32px;
        line-height: 1.2;
    }

    .highlights-page .highlights-item__price {
        font-size: 22px;
    }

    .catalog-page .catalog-grid-section {
        padding: 30px 0 100px;
    }

    .catalog-page .catalog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catalog-page .catalog-grid__item .product-content .title {
        min-height: auto;
    }

    .whatsapp-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }

    .whatsapp-cta__button {
        width: 100%;
        text-align: center;
    }

    .webstories-page .webstories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .webstory-detail__image {
        max-width: 100%;
    }

    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-banner__actions {
        width: 100%;
        flex-direction: column;
    }

    .cookie-banner__btn {
        width: 100%;
        text-align: center;
    }

    .webstory-pages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .highlights-page .highlights-item {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (min-width: 1600px) {
    .review-targets {
        padding: 36px 40px;
    }

    .review-table th,
    .review-table td {
        font-size: 16px;
    }

    .review-table__product img {
        width: 72px;
        height: 72px;
    }

    .highlights-page .highlights-hero.product-area.v2 {
        padding: 220px 0;
    }

    .highlights-page .highlights-item__price {
        font-size: 32px;
    }

    .catalog-page .catalog-grid {
        gap: 36px;
    }

    .catalog-page .catalog-grid__item .product-content .title {
        min-height: 64px;
        font-size: 22px;
    }
}

.author-box {
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.author-avatar img {
    border-radius: 50%;
    border: 3px solid #f2f2f2;
}

.author-details .author-name {
    font-size: 22px;
    margin-bottom: 6px;
}

.author-details .author-role {
    margin-bottom: 12px;
    color: #6c7280;
    font-weight: 500;
}

.author-details .author-bio {
    margin-bottom: 16px;
}

.author-social a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    padding: 0 20px;
    border: 2px solid #1990EA;
    color: #1990EA;
    border-radius: 100px;
    margin: 5px 10px 5px 0;
    min-width: 110px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.author-social a:hover {
    background-color: #1990EA;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.author-social a.facebook {
    color: #3b5999;
    border-color: #3b5999;
}

.author-social a.facebook:hover {
    background-color: #3b5999;
    color: #ffffff;
}

.author-social a.twitter {
    color: #55acee;
    border-color: #55acee;
}

.author-social a.twitter:hover {
    background-color: #55acee;
    color: #ffffff;
}

.author-social a.linkedin {
    color: #0077B5;
    border-color: #0077B5;
}

.author-social a.linkedin:hover {
    background-color: #0077B5;
    color: #ffffff;
}

.author-social a.instagram {
    color: #E4405F;
    border-color: #E4405F;
}

.author-social a.instagram:hover {
    background-color: #E4405F;
    color: #ffffff;
}

.author-social a i {
    margin-right: 10px;
}

.video-trigger {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.video-trigger__thumb {
    position: relative;
    width: 220px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e7eaf4;
    box-shadow: 0 10px 25px rgba(51, 77, 136, 0.12);
    background: #fff;
}

.video-trigger__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.video-trigger__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 26px;
}

.video-trigger__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.video-embed {
    border: 1px solid #f7f2f1;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    background-color: #ffffff;
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.video-modal__content {
    position: relative;
    width: min(960px, 100%);
    background: #111827;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.video-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.video-modal__frame {
    position: relative;
    padding-top: 56.25%;
    border-radius: 8px;
    overflow: hidden;
}

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

@media (max-width: 767px) {
    .author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-social a {
        margin-right: 0;
    }
}

.share-menu {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.share-menu a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 30px;
    border: 2px solid #1990EA;
    color: #1990EA;
    border-radius: 100px;
    margin: 5px 0;
    margin-right: 10px;
    min-width: 120px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.share-menu a:last-child {
    margin-right: 0;
}

.share-menu a:hover {
    background-color: #1990EA;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.share-menu a.facebook {
    color: #3b5999;
    border-color: #3b5999;
}

.share-menu a.facebook:hover {
    background-color: #3b5999;
    color: #ffffff;
}

.share-menu a.twitter {
    color: #55acee;
    border-color: #55acee;
}

.share-menu a.twitter:hover {
    color: #ffffff;
    background-color: #55acee;
}

.share-menu a.google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
}

.share-menu a.google-plus:hover {
    color: #ffffff;
    background-color: #dd4b39;
}

.share-menu a.linkedin {
    color: #0077B5;
    border-color: #0077B5;
}

.share-menu a.linkedin:hover {
    color: #ffffff;
    background-color: #0077B5;
}

.share-menu a.pinterest {
    color: #bd081c;
    border-color: #bd081c;
}

.share-menu a.pinterest:hover {
    color: #ffffff;
    background-color: #bd081c;
}

.share-menu a i {
    margin-right: 10px;
}



.comment_area {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e4eaf2;
}

.comment-list-area .comments-title,
.comment-respond .comment_form_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.form-control {
    padding: 25px;
}

.comment-respond .submit_btn {
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    background-color: #7D37E1;
    color: #ffffff;
}

/*-------------------
10. comment-list 
--------------------*/

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-list .pingback,
.comment-list .comment {
    margin: 0;
    padding: 0;
}

.comment-list .comment-body {
    margin-bottom: 30px;
    padding: 30px 30px 30px 140px;
    position: relative;
    border: 1px solid #f7f2f1;
    border-radius: 5px;
    overflow: hidden;
}

.comment-list .pingback .comment-body {
    padding: 15px;
}

.comment-list .comment-body .comment-author img {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2)
}

.comment-list .comment-body .comment-author .fn {
    font-weight: 600;
    font-size: 20px;
}

/*-------------------
Contato
--------------------*/
.contact-form {
    background: #ffffff;
    border: 1px solid #e7ebf4;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 45px rgba(31, 48, 93, 0.12);
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f1d46;
    margin-bottom: 8px;
}

.contact-form .form-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e6f3;
    border-radius: 10px;
    background: #f7f8ff;
    color: #0f1d46;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form .form-input::placeholder {
    color: rgba(15, 29, 70, 0.45);
}

.contact-form .form-input:focus {
    border-color: #7d37e1;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(125, 55, 225, 0.15);
    outline: none;
}

.contact-form select.form-input {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7d37e1 50%),
        linear-gradient(135deg, #7d37e1 50%, transparent 50%),
        linear-gradient(to right, #dfe6f4, #dfe6f4);
    background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px,
        calc(100% - 38px) 50%;
    background-size: 6px 6px, 6px 6px, 1px 18px;
    background-repeat: no-repeat;
}

.contact-form textarea.form-input {
    min-height: 140px;
    resize: vertical;
}

.contact-form .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(15, 29, 70, 0.7);
    margin-bottom: 12px;
}

.contact-form .checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #7d37e1;
}

.contact-form .bttn-5.submit {
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
    padding: 14px 20px;
    box-shadow: 0 12px 25px rgba(125, 55, 225, 0.25);
}

.contact-form .bttn-5.submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    box-shadow: none;
}

.contact-form .info {
    margin-top: 16px;
    font-size: 14px;
    color: rgba(15, 29, 70, 0.65);
}

@media (max-width: 767px) {
    .contact-form {
        padding: 24px;
    }
}


.comment-list .comment-body .comment-metadata {
    margin-bottom: 15px;
    margin-top: 10px;
}

.comment-list .comment-body .comment-reply-link {
    color: #7D37E1;
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.comment-list .comment-body .comment-reply-link:before {
    content: "\eeeb";
    font-family: "IcoFont";
    display: inline-block;
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    margin-right: 5px;
}

.comment-list .comment-body .comment-reply-link:hover {
    color: #7D37E1;
    text-decoration: underline;
}


.comment-notes,
.comment-form .logged-in-as,
.comment-form .logged-in-as a,
.comment-list .comment-body .comment-author .says,
.comment-list .comment-body .comment-metadata a {
    font-weight: 300;
    color: #858993;
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.navigation,
.pagination {
    padding: 30px;
    border: 2px solid #ededed;
    width: 100%;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.nav-links .page-numbers.current {
    background-color: #FFAFBD;
    color: #ffffff;
    border-radius: 3px;
}

.big-nav-links {
    overflow: hidden;
}

.big-nav-links > div {
    width: 50%;
    float: left;
}

