@import "fonts.css";
@import "nav-user.css";
body {
    font-size: 14px;
    background: #0b0c0d;
    color: #333;
    line-height: 1.42857143;
    width: 100%;
    overflow: hidden;
    font-family: "Sora", Arial, Helvetica, sans-serif;
}
.header-menu-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #181818;
    padding: 0 12px;
    transition: all 0.3s ease;
}

.header-menu-sticky.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

header {
    background: url("../img/bg-header.webp") no-repeat 0 0;
    background-size: cover;
    height: 800px;
    width: 100%;
}
.top-header {
    border: 1px solid #53555b8b;
    padding: 10px 25px;
    border-radius: 30px;
    width: 100%;
    line-height: 45px;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #181818;
    transition: all 0.3s ease;
}
.logo-fe {
    width: 135px;
    display: inline-block;
}
.menu-header {
    display: inline-block;
    text-align: center;
}
.menu-header ul {
    margin-bottom: 0;
}
.menu-header ul li {
    display: inline-block;
    position: relative;
}
.menu-header ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0 35px;
    display: block;
}
.menu-header ul li a.active {
    color: #4af73e;
}
.sign-header {
    display: inline-block;
    float: right;
    width: 10%;
}
.sign-header a {
    color: #000;
    background: #4af73e;
    font-weight: bold;
    border: 1px solid #0ebb02;
    padding: 8px 10px;
    border-radius: 5px;
}
.text-launching {
    display: inline-block;
    width: 100%;
    color: #898a8c;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.text-sologan {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 71px;
}
.text-boost {
    font-size: 20px;
    color: #151618;
    display: inline-block;
    width: 100%;
    color: #ddd;
    text-align: center;
    padding: 30px 0;
}
.top-search {
    text-align: center;
}
.top-search .option {
    border: 1px solid #53555b8b;
    padding: 19px;
    border-radius: 10px;
    display: inline-block;
    background: #232426;
    color: #aaa;
    width: 18%;
}
.top-search .keyword {
    border: 1px solid #53555b8b;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    background: #232426;
    color: #aaa;
    width: 40%;
    vertical-align: top;
}
.top-search .text {
    background: none;
    border: none;
    display: inline-block;
    text-align: left;
    float: left;
    line-height: 38px;
}
.top-search .text::placeholder {
    color: #aaa;
}
.top-search .button {
    color: #000;
    background: #4af73e;
    font-weight: bold;
    border: 1px solid #0ebb02;
    padding: 8px 10px;
    border-radius: 5px;
    float: right;
}

.box-content-services-sliders {
    margin: 0 auto;
    max-width: 1400px;
    margin-top: -165px;
    text-align: center;
    position: relative;
    background: url("../img/bg-service.webp") no-repeat 0 0;
    background-size: cover;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 312px;
}
.box-content-services-content {
    background-image: linear-gradient(to right, #ffffff, #fafafa);
    min-height: 360px;
    width: 100%;
    position: relative;
    z-index: 5;
    margin-top: -125px;
    border-bottom: 1px solid #f7f7f7;
}
.services-head {
    color: #151618;
    font-size: 32px;
    padding-bottom: 25px;
    text-align: center;
    padding-top: 70px;
}
.services-sliders {
    display: inline-block;
    width: 100%;
}
.services-sliders-carousel {
    height: 310px;
    padding: 10px 10px;
}
.services-sliders-carousel-item-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.services-sliders .services-sliders-carousel-item {
    display: inline-block;
    background-color: #ffffff;
    padding: 16px 12px;
    border-radius: 5px;
    vertical-align: top;
    height: 152px;
    box-shadow: 0px 0px 10px 0px #0000001a;
}
.services-sliders .services-sliders-carousel-item .thumb img {
    width: 60px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.services-sliders .services-sliders-carousel-item .name {
    color: #151618;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.box-content-globals {
    background-image: linear-gradient(to right, #ffffff, #f5faee);
    width: 100%;
    padding: 60px 0 30px;
}
.box-content-globals > .container-fluid {
    max-width: 1400px;
}
.featured-globals-head {
    color: #151618;
    font-size: 32px;
    padding-bottom: 25px;
    text-align: center;
}
.wrap-globals {
    padding-top: 18px;
    display: inline-block;
    width: 100%;
}
.item-globals {
    width: 100%;
    display: inline-block;
    background: #151618;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.bg-cover-mem {
    background: url("../img/bg-cover-mem.png") no-repeat 0 0;
    height: 120px;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.icon-avatar-mem {
    background: #151618;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 82px;
}
.wrap-icon-avatar-mem {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    object-fit: cover;
    margin-right: 5px;
}

.avatar-data {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap-icon-avatar-70 {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
}

.wrap-icon-avatar-mem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-globals {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
.info-globals .name {
    font-size: 20px;
    color: #fff;
}
.info-globals .name a {
    color: #fff;
}
.info-globals .name i {
    color: #00b2ff;
    font-size: 16px;
}
.box-flambient {
    border: 1px solid #37393c;
    display: inline-block;
    color: #dee2e6;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.box-stars-price {
    display: inline-block;
    width: 100%;
}
.box-stars-price .stars {
    color: #ffbb00;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
.box-stars-price .stars .num {
    color: #dee2e6;
    font-weight: normal;
}
.box-stars-price .price {
    color: #868e96;
    font-size: 14px;
    display: inline-block;
}
.box-stars-price .price b {
    color: #fff;
    font-size: 18px;
}
.box-stars-price .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    background: #868e96;
    margin: 0 10px;
}
.button-globals {
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.wrap-button-globals {
    display: inline-block;
    background: #232426;
    padding: 10px;
    border-radius: 10px;
}
.wrap-button-globals button {
    border: 1px solid #353638;
    padding: 8px 10px;
    background: #232426;
    border-radius: 5px;
    color: #fff;
}
.wrap-button-globals button.active {
    background: #4af73e;
    color: #000;
    font-weight: bold;
    border: 1px solid #0ebb02;
}
.box-content-globals .button-prev-next {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.box-content-featured-project {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 80px;
    background: #fff;
}
.box-content-featured-project > .container-fluid {
    max-width: 1170px;
    overflow: hidden;
}
.box-content-featured-project .featured-project-head {
    color: #151618;
    font-size: 32px;
    padding-bottom: 62px;
    text-align: center;
    font-weight: 600;
}
.featured-project-thumb .thumb {
    position: relative;
    top: -50px;
}

.box-content-featured-project .swiper-pagination .swiper-pagination-bullet,
#business-items .swiper-pagination .swiper-pagination-bullet,
#individual-items .swiper-pagination .swiper-pagination-bullet {
    background-color: #adb5bd;
    height: 6px;
    width: 10px;
    border-radius: 12px;
    transition-duration: 0.25s;
}

.box-content-featured-project
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
#business-items
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
#individual-items
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #151618;
    height: 6px;
    width: 42px;
}

#business-items .swiper,
#individual-items .swiper {
    overflow: initial;
}

#business-items .swiper-pagination,
#individual-items .swiper-pagination {
    bottom: -24px;
}

.featured-project-thumb img {
    width: 100%;
}
.featured-project-sliders {
    display: inline-block;
    margin-top: 55px;
    position: relative;
    width: 100%;
}
.featured-project-sliders .featured-project-sliders-item {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.featured-project-sliders .featured-project-thumb {
    position: absolute;
    width: 56%;
    bottom: 70px;
    left: 0;
}
.featured-project-sliders .featured-project-thumb .edit-info-container {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 2;
}
.featured-project-sliders .featured-project-thumb .edit-info-title {
    margin-bottom: 8px;
    color: #dee2e6;
    font-size: 14px;
}
.featured-project-sliders .featured-project-thumb .edit-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.featured-project-sliders .featured-project-thumb .edit-info .avatar-container {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: solid 1px white;
    overflow: hidden;
}
.featured-project-sliders .featured-project-thumb .edit-info .avatar-default {
    font-size: 16px;
}
.featured-project-sliders .featured-project-thumb .edit-info-name {
    font-size: 16px;
    color: white;
    margin: 0;
}
.featured-project-sliders .swiper-arrow-control {
    position: absolute;
    right: 77px;
    bottom: calc(100% + 80px);
}
.featured-project-sliders .swiper-arrow-control div[role="button"] {
    color: #292d32;
    border-radius: 50%;
    border: solid 2px #dee2e6;
    height: 134px;
    width: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.3);
    box-shadow: 0px 10px 10px -5px #0000000a;
    box-shadow: 0px 20px 25px -5px #0000000d;
    box-shadow: 0px 1px 3px 0px #0000000d;
    background-color: white;
    padding: 30px;
}
.services-sliders div[role="button"] {
    color: #292d32;
    border-radius: 50%;
    border: solid 2px #dee2e6;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 10px -5px #0000000a;
    box-shadow: 0px 20px 25px -5px #0000000d;
    box-shadow: 0px 1px 3px 0px #0000000d;
    background-color: white;
    top: 50%;
    position: absolute;
}
.services-sliders div[role="button"].swiper-button-prev {
    padding: 10px;
    left: 2px;
    transform: translateY(-4px);
}
.services-sliders div[role="button"].swiper-button-next {
    padding: 10px;
    right: 2px;
    transform: translateY(-4px);
}
.featured-project-sliders .swiper-arrow-control .swiper-button-next {
    right: -120px;
}
.featured-project-sliders .swiper-arrow-control .swiper-button-prev {
    left: -72px;
}
.featured-project-container {
    width: calc(100% - 80px);
    background: linear-gradient(to right, #fffeff, #f4e9f5, #eeeffa);
    border-radius: 12px;
    display: flex;
    justify-content: flex-end;
}
.featured-project-sliders .featured-project-desc {
    width: 47%;
    padding: 0 32px;
}
.featured-project-title {
    color: #151618;
    font-size: 20px;
    font-weight: 600;
}
.featured-project-intro {
    font-size: 16px;
    color: #000;
    padding: 32px 0;
}
.featured-project-next-prev {
    position: absolute;
    top: -57px;
    right: 0;
}
.featured-project-designer-avatars {
    display: flex;
    margin-top: 10px;
    width: 100%;
    min-height: 36px;
}
.featured-project-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
    gap: 12px;
}
@media (min-width: 1200px) {
    .box-content-featured-project .container {
        width: 82%;
    }
}
.box-content-run-reports {
    background: url("../img/bg-counter.webp") no-repeat 0 0;
    background-size: cover;
    padding: 25px 0 40px;
}
.wrap-reports {
    padding-top: 18px;
    display: inline-block;
    width: 100%;
}
.top-reports-head {
    color: #fff;
    text-align: center;
    font-size: 32px;
}
.item-reports {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.num-reports {
    color: #fff;
    text-align: center;
    font-size: 36px;
}
.type-reports-container {
    border-radius: 10px;
}
.type-reports {
    background: url("../img/bg-type-report.png") no-repeat 0 0;
    width: 100%;
    background-size: 100%;
    color: #fff;
    font-size: 16px;
    height: 15px;
}
.text-type-reports {
    background: #181818;
    color: #fff;
    font-size: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 0px;
}
.box-content-top-designers {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 20px;
    background: #fff;
}
.box-content-top-designers > .container-fluid {
    max-width: 1400px;
}
.top-designer-filter-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-designers-head {
    color: #151618;
    font-size: 32px;
    padding-bottom: 24px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-designers-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #151618;
    border-radius: 22px;
    border: solid 2px #dee2e6;
    padding: 10px 16px;
    cursor: pointer;
}
#top-designers-filter-list {
    border: none;
    border-radius: 8px;
}
#top-designers-filter-list li a {
    display: block;
    padding: 12px;
    color: #262626;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
}
#top-designers-filter-list li.active {
    padding: 2px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #101113, #04f100, #101113);
}
#top-designers-filter-list li.active a {
    background-color: #ffffff;
}
#top-designers-filter-list li a:hover {
    background-color: #ececec;
}
#top-designers-filter-list .gpopover-arrow,
#top-designers-filter-list .gpopover-arrow-shadow {
    border: none;
}
.thumb-design {
    position: relative;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.thumb-design img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.design-discount {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff2735cc;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom-right-radius: 20px;
}
.box-content-top-designers .btn-see-all {
    display: inline-block;
    float: right;
    color: #151618;
    font-weight: 600;
}
.top-designers-item {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    width: 24%;
    margin: 0 0.4% 8px 0.4%;
}
.top-designers-item .thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 3%;
    float: left;
}
.top-designers-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.editor-info-top {
    padding: 20px 10px 10px;
    background: url("../img/bg-top-graphic.png") no-repeat 0 0;
    background-size: contain;
    top: -20px;
    position: relative;
}
.editor-info-bottom {
    padding: 8px 10px 10px;
    background: #181818;
    margin-top: -30px;
}
.editor-info {
    padding: 8px 10px 10px;
}
.editor-verify {
    display: inline-block;
}
.cursor-pointer {
    cursor: pointer;
}
.w-20 {
    width: 20px;
}

.h-15 {
    height: 15px;
}
.editor-verify .name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.editor-verify .name i {
    color: #00b2ff;
    font-size: 16px;
}
.editor-verify .name * {
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.editor-verify .stars {
    color: #ffbb00;
    font-weight: bold;
    font-size: 14px;
}
.editor-verify .stars .num {
    color: #fff;
    font-weight: normal;
}
.editor-verify {
    display: inline-block;
    width: 80%;
}
.editor-verify .accepting {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border: 1px solid #3fdd78;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
    float: right;
}
.accepting i {
    color: #3fdd78;
}

.editor-verify .not_accepting {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border: 1px solid #991b1b;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
    float: right;
}
.not_accepting i {
    color: #991b1b;
}

.editor-verify .on_hold {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border: 1px solid #FFBB00;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
    float: right;
}
.on_hold i {
    color: #FFBB00;
}

.editor-price {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.editor-price .turnaround-time {
    display: inline-block;
    color: #fff;
}
.editor-price .turnaround {
    font-size: 14px;
}
.editor-price .time {
    font-size: 18px;
    font-weight: bold;
}
.starting-at {
    display: inline-block;
    color: #fff;
    float: right;
    width: 52%;
    padding: 0 10%;
    position: relative;
}
.starting-at::before {
    border-left: 1px solid #dee2e6;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 25px;
}
.starting-at .starting {
    font-size: 14px;
}
.starting-at .price {
    font-size: 18px;
    font-weight: bold;
}
.top-designers-3 {
    background: #1d1d1dcc;
}
.top-designers-3 .editor-info-bottom {
    background: #fff;
}
.top-designers-3 .editor-info-top {
    background: url("../img/bg-top-graphic-white.png") no-repeat 0 0;
    background-size: contain;
}
.top-designers-3 .editor-info-bottom {
    background: #f9f9f9;
}
.top-designers-3 .editor-verify .name {
    color: #151618;
}

.top-designers-3 .editor-verify .stars .num {
    color: #868e96;
}
.top-designers-3 .editor-verify .accepting {
    color: #868e96;
}

.top-designers-3 .editor-verify .not_accepting {
    color: #868e96;
}

.top-designers-3 .editor-verify .on_hold {
    color: #868e96;
}

.top-designers-3 .editor-price .turnaround-time {
    color: #868e96;
}
.top-designers-3 .editor-price .starting-at {
    color: #868e96;
}
.top-designers-3 .editor-price .time,
.top-designers-3 .starting-at .price {
    color: #373a40;
}
.top-designers-3 .top-designers-head {
    color: #ffffff;
}

.box-content-clients {
    display: inline-block;
    width: 100%;
    background: #151718;
    overflow: hidden;
    padding: 25px 0 20px;
}
.clients-head {
    color: #fff;
    font-size: 32px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}
.clients-sliders {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    padding-left: 100px;
}

.clients-sliders::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.clients-slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.clients-item {
    border: 1px solid #3a3f42;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
    min-width: 400px;
}
.clients-item:last-child {
    transform: translateX(-100px);
}
.clients-say-text {
    color: #9ba1a6;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.5em;
    position: relative;
}

/* Client testimonial container with tooltip */
.clients-say-text-container {
    position: relative;
}

/* Tooltip styles */
.clients-slide .dropdown-content-tooltip {
    height: initial;
}

.dropdown-content-tooltip {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    min-width: 300px;
    max-width: 400px;
    padding: 15px;
    border-radius: 6px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    left: 50%;
    top: calc(100% + 10px); /* Position below the text instead of above */
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.tippy-tooltip.say-text-theme {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 6px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
    min-width: 300px;
    border-radius: 6px;
}

.tippy-tooltip.say-text-theme .tippy-arrow {
    border-top-color: rgba(0, 0, 0, 0.9);
}

/* Add a subtle arrow to the tooltip */
.dropdown-content-tooltip:after {
    content: "";
    position: absolute;
    bottom: 100%; /* Arrow at the top of tooltip pointing up */
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px; /* Reverse triangle for bottom arrow */
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.9); /* Adjust border color for bottom arrow */
}

/* Show the tooltip on hover of the container */
.clients-say-text-container:hover .dropdown-content-tooltip {
    display: block;
}

/* Cursor style for testimonials with tooltips */
.clients-say-text-container {
    cursor: help;
}

.clients-say-info {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.clients-say-info .thumb {
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    background-image: linear-gradient(to right, #c0ff3a, #00ffa3);
    border-radius: 100%;
}
.clients-say-info .name {
    color: #f1f1f3;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}
.clients-say-info .position {
    color: #f1f1f399;
    font-size: 16px;
}

.box-content-blog {
    display: inline-block;
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 25px 0 50px;
}
.box-content-blog .blog-head {
    color: #151618;
    font-size: 32px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}
.blog-sliders {
    display: inline-block;
    width: 100%;
}
.blog-item {
    display: inline-block;
    position: relative;
    width: 328px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 18px 0 0;
}
.blog-item .gradient {
    background: url("../img/icon/bg-gradient.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.blog-item .thumb {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.blog-item .thumb img {
    min-width: 100%;
}
.blog-item .intro {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px;
    z-index: 20;
    width: 100%;
}
.blog-item .intro .type {
    background-color: rgba(210, 210, 210, 0.5);
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
}
.blog-item .intro .title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 50px;
    overflow: hidden;
    padding: 5px 0;
    line-height: 25px;
    display: inline-block;
    width: 100%;
    white-space: break-spaces;
}
.blog-item .intro .title a {
    color: #fff;
}
.blog-item .intro .date {
    color: #bacce1;
    font-size: 13px;
}
.g-scrolling-carousel .items > * {
    min-width: 332px !important;
}
.jc-left {
    z-index: 1000 !important;
}
.jc-right {
    z-index: 1000 !important;
}
.box-content-blog > .container-fluid > .container {
    width: 1650px;
}
.blog-more-view {
    display: inline-block;
    width: 100%;
    padding-top: 35px;
    text-align: center;
    font-size: 16px;
}
.btn {
    outline: none !important;
}
.btn-primary-1 {
    background: #4af73e;
    border: 1px solid #4af73e;
    color: #151618;
}
.btn-primary-2 {
    background: #fff;
    border: 1px solid #fff;
    color: #151618;
}
.text-bold {
    font-weight: bold;
}
footer {
    width: 100%;
    clear: both;
}
.footer-top {
    width: 100%;
    padding-top: 15px;
    background: #151618;
    padding-bottom: 20px;
}
.footer-logo {
    display: inline-block;
    width: 100%;
}
.footer-logo img {
    width: 120px;
}
.footer-intro {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
}
.footer-social {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer-social ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 28px;
    background: #282828;
    vertical-align: top;
}
.footer-social ul li a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.footer-intro-link {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.footer-intro-link-item {
    display: inline-block;
    margin: 60px 2% 0;
    text-align: left;
    width: 18%;
    vertical-align: top;
}
.w-p-32 {
    width: 32%;
}
.footer-intro-link ul li {
    padding: 8px 0px;
    display: inline-block;
    width: 100%;
}
.footer-intro-link ul li a {
    color: #fff;
    font-size: 16px;
}
.footer-intro-link ul li:hover a {
    text-decoration: underline;
}
.footer-intro-link ul li:last-child i {
    display: inline-block;
    width: 20px;
    float: left;
    min-height: 50px;
}

.footer-bottom {
    background: #4af73e;
    width: 100%;
    padding: 10px 0;
}
.copyright {
    display: inline-block;
    color: #151618;
    font-size: 14px;
}
.link-policy {
    display: inline-block;
}
.link-policy ul {
    margin-bottom: 0;
}
.link-policy ul li {
    display: inline-block;
    color: #151618;
    padding: 0 15px;
}
.link-policy ul li a {
    color: #151618;
    font-size: 14px;
}
.box-content-top-videos {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 20px;
    background: #fff;
}
.box-content-top-videos > .container-fluid {
    max-width: 1400px;
}
.top-videos-head {
    color: #151618;
    font-size: 32px;
    padding-bottom: 24px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.box-content-top-videos .btn-see-all {
    display: inline-block;
    float: right;
    color: #151618;
}
.top-videos-sliders {
    display: inline-block;
    width: 100%;
}
.top-videos-sliders-item-container {
    display: flex;
    gap: 24px;
}
.top-videos-sliders-item {
    max-width: 600px;
    height: 100%;
    background: linear-gradient(to right, #fffeff, #edf5e9);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.top-videos-sliders .thumb {
    border-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.top-videos-sliders .thumb img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.video-info-bottom {
    background-image: linear-gradient(to right, #fffeff, #edf5e9);
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px 20px;
}
.video-info-bottom .thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
}
.video-info-bottom .editor-verify .name {
    color: #151618;
}
.video-info-bottom .editor-verify .stars .num {
    color: #868e96;
}
.video-info-price {
    display: inline-block;
    width: 25%;
    float: right;
    color: #151618;
    margin-top: 12px;
    text-align: right;
    padding-right: 15px;
}
.video-info-price .price {
    font-size: 24px;
    font-weight: 500;
    color: #151618;
}
.video-info-price .starting {
    font-size: 14px;
    color: #373a40;
}
.video-info-bottom .editor-info {
    padding: 8px 10px 10px;
    width: 70%;
    display: inline-block;
    float: left;
}
.top-videos-others {
    display: inline-flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
}
.top-videos-others .thumb img {
    aspect-ratio: 7 / 4;
    border-radius: 8px;
}
.top-videos-others .thumb {
    max-width: 280px;
    border-radius: 2px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.top-videos-others .editor-verify {
    display: inline-block;
    width: 52%;
    margin-left: 2%;
}
.top-videos-others .avatar {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 1%;
}
.top-videos-others .name {
    color: #151618;
    font-size: 16px;
    font-weight: bold;
}
.top-videos-others .stars .num {
    color: #373a40;
    font-weight: normal;
}
.info-avatar {
    display: inline-block;
    width: 100%;
}
.info-time {
    display: inline-block;
    margin-top: 12px;
}
.turnaround-time-1 {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #868e96;
}
.turnaround-time-1 .turnaround {
    color: #373a40;
    font-size: 16px;
}
.starting-at-1 {
    display: inline-block;
    width: 100%;
    color: #373a40;
    font-size: 16px;
    margin-top: 4px;
}
.info-time .price,
.info-time .time {
    display: inline-block;
    float: right;
    font-weight: 500;
    color: #151618;
    font-size: 16px;
}
.top-videos-others ul {
    margin-bottom: 0;
}
.top-videos-others li {
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-toggle {
    background: transparent;
    display: none;
}
.navbar-toggle {
    border: 1px solid transparent;
    width: 40px;
    height: 35px;
    line-height: 0;
    padding: 0 0 1px;
    text-align: center;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    border-radius: 0;
    width: 24px;
    margin-left: 7px;
}
.is-login-header {
    display: flex;
    float: right;
    margin-bottom: 0;
}
.is-login-header li {
    margin: 0 12px;
    position: relative;
}
.is-login-header li#header-noti,
.is-login-header li#header-noti-mb {
    position: relative;
}
.is-login-header li#header-noti.unread::before,
.is-login-header li#header-noti-mb.unread::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e01f00;
    right: 0;
    top: 10px;
}
.is-login-header li.shop-carts span {
    position: absolute;
    top: 5px;
    right: -5px;
    font-weight: 600;
    font-size: 8px;
    background: #e01f00;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: solid 1px #17191c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.is-login-header .avt-menu {
    width: 40px;
    text-align: center;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.is-login-header li .avatar-container {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}
.is-login-header li .avatar-default {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: inline-block;
}
.avt-menu-list .webui-popover-content a {
    color: #151618;
    padding: 6px 10px;
    display: block;
}
.avt-menu-list .webui-popover-content ul {
    margin-bottom: 0;
}
.header-3-container {
    padding: 0 12px;
    background: #181818;
    width: 100%;
    display: inline-block;
}
.header-3-container h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    margin: 40px 15px 40px;
}
.w20 {
    width: 20px;
}
.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* Adjust spacing as needed */
    margin-top: 15px; /* Add some margin if needed */
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #d3d3d3; /* Light gray for inactive dots */
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slider-dots .dot.active {
    background-color: #333; /* Dark gray/black for active dot */
    width: 25px;
    border-radius: 5px; /* Make it a rounded rectangle */
}

/* Carousel structure styles */
.wrap-globals {
    position: relative;
    width: 100%;
}

.carousel-items-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
}

/* Ensure each visible row has exactly 4 items */
.carousel-items-wrapper .col-md-3 {
    flex: 0 0 calc(25% / var(--total-slides, 1)); /* Dynamic width based on total slides */
    max-width: calc(25% / var(--total-slides, 1));
    box-sizing: border-box;
    padding: 0 15px; /* Maintain existing padding */
}

/* Limit visible area to 1 row (4 items) */
#business-items,
#individual-items {
    /* overflow: hidden; */
}

.button-prev-next {
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px auto;
    width: 100%;
}

.slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.slider-dots .dot.active {
    background-color: #000;
    transform: scale(1.3);
    box-shadow: 0 2px 5px rgba(108, 93, 211, 0.4);
}

/* Add hover effect */
.slider-dots .dot:hover:not(.active) {
    background-color: #d0d0d0;
    transform: scale(1.1);
}

@media (max-width: 1200px) {

    .top-videos-sliders-item-container {
        flex-direction: column;
    }

    .top-videos-sliders-item {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .clients-sliders {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 768px) {
    .sign-header {
        width: auto;
    }
    .text-sologan {
        font-size: 60px;
    }
    .footer-intro-link-item {
        vertical-align: top;
    }

    .top-videos-others .thumb {
        height: auto;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .sign-header a {
        white-space: nowrap;
    }
    .clients-sliders {
        grid-template-columns: repeat(2, 1fr);
    }
    .sign-header {
        width: auto;
    }
    .menu-header {
        width: 68%;
    }
    .menu-header ul li a {
        padding: 0 10px;
    }
    .text-sologan {
        font-size: 40px;
    }
    .top-search .option {
        padding: 12px;
        height: 50px;
    }
    .top-search .keyword {
        padding: 5px 10px;
        width: auto;
        height: 50px;
    }
    .box-content-services-sliders {
        background-size: contain;
        height: 260px;
        overflow: hidden;
    }
    .services-head {
        padding-top: 40px;
    }
    header {
        height: 650px;
        background: url("../img/bg-header.webp") no-repeat center center;
    }
    .box-content-services-content {
        margin-top: -170px;
        height: 180px;
    }
    .featured-project-next-prev {
        top: -40px;
    }
    .item-globals {
        height: auto;
        padding-bottom: 10px;
    }
    .top-videos-others {
        margin-top: 15px;
    }
    .top-videos-others .thumb {
        height: auto;
    }
    .footer-intro-link {
        text-align: left;
        margin-top: 15px;
    }
    .footer-intro-link-item {
        width: 28%;
        vertical-align: top;
    }
    .link-policy {
        display: none;
    }
}
@media (max-width: 568px) {
    .menu-header {
        display: none;
    }
    .clients-sliders {
        grid-template-columns: repeat(1, 1fr);
    }
    .menu-header.open {
        display: inline-block;
        position: absolute;
        left: -15px;
        background: #0b0c0d;
        top: -1px;
    }
    .menu-header ul li {
        display: block;
        text-align: left;
    }
    .menu-header ul li a {
        font-size: 20px;
    }
    .sign-header {
        display: none;
    }
    .navbar-toggle {
        position: absolute;
        right: 0;
        display: block;
    }
    .logo-fe {
        width: 32%;
    }
    .clients-head {
        font-size: 28px;
        text-align: left;
    }
    .top-videos-others {
        display: none;
    }
    .top-videos-others li {
        flex-direction: column;
    }
    .top-videos-others .thumb {
        max-width: initial;
    }
    .top-videos-others .editor-verify {
        width: 100%;
    }
    .top-videos-others .editor-verify {
        width: 100%;
        margin: 0;
        padding: 5px 10px 20px;
    }
}

@media all and (max-width: 413px) {
    .clients-head {
        font-size: 26px;
    }
}
@media (max-width: 368px) {
    .text-sologan {
        font-size: 25px;
    }
    .box-search {
        display: none;
    }
    header {
        height: 565px;
    }
    .clients-head {
        font-size: 22px;
    }
}

/* Hide all tab content by default */
.wrap-globals {
    display: none;
}

/* Show only active tab content */
.wrap-globals.active {
    display: block;
}
.bg-transparent {
    color: #222;
}
.menu-header ul.open .dropdown-menu-center {
    display: block;
    width: 1000px;
    left: -295px;
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
.menu-header ul.open .dropdown-menu-center::before {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 40.4%;
    top: -7px;
    content: "";
    display: inline-block;
    position: absolute;
}
.head-cate-menu {
    color: #97a3b7;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}
.list-cate-menu {
    display: inline-block;
    width: 100%;
}
.list-cate-menu li {
    width: 30%;
    margin-right: 2%;
    display: inline-block;
    float: left;
    line-height: 22px;
    margin-bottom: 15px;
}
.menu-header .list-cate-menu li a {
    padding: 0;
    display: flex;
    column-gap: 8px;
    align-items: flex-start;
    cursor: pointer;
    color: #151618;
}
.menu-header .list-cate-menu .icon-skill {
    width: 22px;
    height: 22px;
    position: relative;
}
.menu-header .list-cate-menu .head-skill {
    color: #151618;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.menu-header .list-cate-menu .des-skill {
    color: #868e96;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}
.sub-cate-menu {
    background: #fafbfd;
    padding: 5px;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
}
.menuClickDrop {
    position: absolute;
    top: 15px;
    right: 12px;
    cursor: pointer;
}
.main-c {
    padding: 50px 0 0;
    display: block;
}
.getInTouch {
    display: inline-block;
    border: 1px solid #4af73e;
    color: #4af73e;
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.descYourProject {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.descYourProject span {
    color: #000;
    background: #4af73e;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}
.descFrmContact {
    color: #fff;
    margin-bottom: 15px;
}
.btnContact {
    background: #4af73e !important;
    color: #000 !important;
    font-weight: bold;
    border: 1px solid #4af73e !important;
    padding: 8px 10px;
}
.formContact input[type="text"],
.formContact textarea {
    background: none !important;
    border: none;
    border-bottom: 1px solid #454554;
    border-radius: 0 !important;
    padding-left: 0;
}
.formContact textarea {
    min-width: 100%;
    max-width: 100%;
}
.getContact {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.boxMailPhone {
    padding: 35px 0 0;
    width: 100%;
    background: #1f1f1f;
}
.bg-contact {
    background: url("../img/bg-apartment-building.png") no-repeat 0 0;
    min-height: 200px;
    padding-top: 45px;
}
.bg-line-contact {
    padding-top: 45px;
}
.itemContact {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100;
}
.itemContact label {
    display: inline-block;
    width: 150px;
}
.itemContact label img {
    width: 20px;
    max-width: 20px;
}
.boxFrmContact {
    background: #0b0c0d;
    padding-bottom: 30px;
}
.no-result-found {
    text-align: center;
    background: #fff;
    padding: 100px 0;
    font-size: 20px;
}
body table{
    max-width: 100%!important;
}
body table td, body table th {
  padding: 3px;
}
.table-reponsive {
  overflow-y: scroll!important;
}

/* SEO Heading Tags Reset - Keep visual style same as before */
/* Reset H2 tags to look like divs */
h2.services-head,
h2.featured-globals-head,
h2.featured-project-head,
h2.top-designers-head,
h2.top-videos-head,
h2.blog-head {
    margin: 0;
    font-weight: inherit;
    line-height: inherit;
    /* Don't use font-size: inherit - let original CSS rules apply */
}

/* Reset H3 tags (designer/service names) to look like divs */
h3.name {
    margin: 0;
    font-weight: inherit;
    line-height: inherit;
    /* Don't use font-size: inherit - let original CSS rules apply */
}

/* For service names in sliders, keep them inline-block for proper truncation */
.services-sliders-carousel-item h3.name {
    display: -webkit-box;
}