.tp-section-suggestion,
.tp-section-tabs,
.tp-swiper-home-item::before {
    background-size: cover;
    background-position: center;
}
.iziModal .iziModal-header-subtitle,
.iziModal .iziModal-header-title,
.tp-input,
body,
button,
html,
input[type="submit"],
select {
    font-family: "Euclid Circular B";
}
body,
html {
    font-weight: 300;
    overflow-x: hidden;
}
:root {
    --main: #008ac5;
}
.tp-header {
    background-color: #2e2e2e;
    color: #fff;
    overflow: hidden;
}
.tp-compare-table .tp-ct-body .tp-ct-grid .grid-left .item .text,
.tp-header-list,
.tp-server-pricing .features-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tp-header-list.right {
    justify-content: flex-end;
}
.tp-header-list li a {
    color: #fff;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 10px 18px;
    border-right: 1px solid #414141;
}
.tp-mobile-menu .tp-navbar-dropdown .tp-nd-item,
.tp-navbar-list li a {
    font-size: 15px;
    padding: 10px;
}
.tp-navbar .tp-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 2px 24px;
}
.tp-navbar .tp-btn i {
    margin-left: 6px;
    font-size: 20px;
}
.tp-header-list li:last-child a {
    border-right: 0;
}
.tp-header-list li a i {
    font-size: 16px;
    margin-right: 5px;
}
.tp-header-list li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.tp-header-list .link-flag img {
    height: 18px;
    object-fit: cover;
    width: 28px;
    border-radius: 2px;
}
.tp-navbar {
    position: relative;
    z-index: 3;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-navbar .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.tp-navbar .grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-navbar-logo {
    display: block;
    width: 220px;
}
.tp-navbar-list {
    text-align: right;
}
.tp-navbar-list li {
    margin-left: 6px;
}
.tp-navbar-list li .link {
    color: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: 0.2s;
    height: 90px;
}
.tp-basket-ordersummary .box.active .key,
.tp-basket-ordersummary .box.active .value,
.tp-cart-steps .step-item .tfm-title,
.tp-faq-item.active .heading .title,
.tp-navbar-list li a:hover {
    color: var(--main);
}
.tp-navbar .mobile-menu-toggle {
    display: none;
    font-size: 24px;
    color: #000;
    padding: 10px;
}
.tp-navbar .mobile-menu-close {
    display: none;
    font-size: 34px;
    color: #000;
    padding: 0 10px;
}
.tp-cart-steps .step-item:last-child::after,
.tp-filter-item:not(.active),
.tp-hosting-pricing .yearly,
.tp-navbar-dropdown,
.tp-reseller-card .right-card .tp-price-group.yearly,
.tp-server-pricing .tp-price-group.yearly,
.tp-tab-content:not(.active),
.tp-tab-item.yearly {
    display: none;
}
.tp-navbar-dropdown-menu-item {
    position: static;
}
.tp-navbar .container {
    position: relative;
}
.tp-navbar-dropdown-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.tp-navbar-dropdown-menu-wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: all;
}
.tp-navbar-dropdown-menu {
    background-color: #fff;
    text-align: left;
    padding: 30px;
    border-radius: 12px;
    margin-top: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform-origin: top center;
}
.tp-navbar-dropdown-menu .tp-nd-item {
    padding: 10px 20px;
    display: block;
    width: 100%;
    font-weight: 400;
}
.tp-navbar-dropdown-menu-link .icon {
    font-size: 18px;
    position: relative;
    top: 1px;
}
.tp-navbar-dropdown-menu .grid-nd-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
}
.tp-navbar-dropdown-menu .grid-nd-links-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tp-navbar-dropdown-menu .grid-nd-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    color: var(--main);
}
.tp-navbar-dropdown-menu .grid-nd-item .grid-nd-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: rgba(0, 130, 197, 0.1);
    margin-right: 12px;
}
.tp-navbar-dropdown-menu .grid-nd-item:hover {
    background-color: rgba(0, 130, 197, 0.15);
}
.tp-navbar-dropdown-menu .grid-nd-item .grid-nd-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}
.tp-navbar-dropdown-menu .grid-nd-item .grid-nd-desc {
    font-size: 14px;
}
.tp-navbar-dropdown-menu .grid-nd-head-title {
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 22px;
    padding-left: 10px;
    color: #6c757d;
}
.tp-navbar-dropdown-menu .tp-nd-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0;
}
.tp-navbar-dropdown-menu .tp-nd-link i {
    margin-right: 8px;
}
.tp-mobile-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 30px;
    display: none;
    overflow-y: auto;
}
.tp-mobile-menu .mobile-menu-close,
.tp-swiper-home-item {
    background-color: var(--main);
    color: #fff;
    display: flex;
    align-items: center;
}
.tp-mobile-menu .listt li a {
    color: #212529;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    padding: 10px 0;
}
.tp-mobile-menu .listt li a.tp-btn {
    padding: 10px 20px;
    color: #fff;
}
.tp-mobile-menu .listt li .btn {
    margin-top: 20px;
}
.tp-mobile-menu .mobile-menu-close {
    font-size: 26px;
    height: 40px;
    width: 40px;
    justify-content: center;
    position: absolute;
    right: 22px;
    top: 20px;
}
.tp-swiper-home .swiper-pagination .swiper-pagination-bullet,
.tp-swiper-home-pricings .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 20px;
    transition: 0.2s;
}
.tp-swiper-home .swiper-pagination .swiper-pagination-bullet-active,
.tp-swiper-home-pricings .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
}
.tp-swiper-home .swiper-slide {
    height: auto !important;
}

.tp-swiper-home-item.tp-page-head-large {
    background-color: #F7F9FD;
    color: #56646a;
}
.tp-swiper-home-item.tp-page-head-large .tp-feature-mini .tp-feature-mini-icon {
    color: #fff;
}
.tp-page-head-large .content .title {
    color: #2e2e2e;
}

.tp-swiper-home-item {
    height: 100%;
    justify-content: center;
    position: relative;
    padding: 60px 0;
}
.tp-feature-img,
.tp-feature-img-brands {
    background-color: #fff;
    border-radius: 10px;
}
.tp-swiper-home-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/new/bg-opacity.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.tp-swiper-home-item .container,
.tp-widget-map .marker-dot {
    position: relative;
    z-index: 2;
}
.tp-swiper-home-item .img {
    height: 450px;
    text-align: center;
    position: relative;
}
.tp-swiper-home-item .img .img-cover {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
    margin: auto;
    width: 440px;
    max-width: 100%;
}
.tp-swiper-home-item .content .title {
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 50px;
}
.tp-swiper-home-item .content .desc {
    font-size: 18px;
    line-height: 30px;
    max-width: 620px;
}
.tp-swiper-home-item .content .feature-items {
    margin-top: 25px;
    margin-bottom: 35px;
}
.tp-swiper-home-item .content .tp-btn {
    background-color: #007baf;
}
.tp-swiper-home-item .content .tp-btn:hover {
    background-color: #0193d1 !important;
}
.tp-feature-img {
    padding: 15px 30px 15px 15px;
    position: absolute;
    left: 0;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1d1d1d;
    text-align: start;
}
.tp-feature-img .tp-feature-img-icon {
    border-radius: 8px;
    background-color: rgba(0, 138, 197, 0.15);
    color: var(--main);
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-right: 14px;
}
.tp-feature-img .tfi-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--main);
}
.tp-feature-img .tfi-desc {
    font-size: 15px;
    font-weight: 500;
}
.tp-feature-img-brands {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 80px;
    bottom: -10px;
}
.tp-feature-img-brands img {
    height: 55px;
    width: 55px;
    margin: 0 5px;
}
img,
textarea.tp-input {
    height: auto;
}
.tp-feature-mini {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 260px;
    margin: 10px 0;
}
.tp-feature-mini .tp-feature-mini-icon {
    border-radius: 8px;
    background-color: #42bbef;
    height: 52px;
    width: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-right: 14px;
}
.tp-feature-mini .tfm-title {
    font-size: 14px;
    margin-bottom: 4px;
}
.tp-feature-mini .tfm-desc {
    font-size: 16px;
    font-weight: 500;
}
.tp-services-item-box {
    background-color: rgba(0, 138, 197, 0.08);
    padding: 12px 24px;
    border-radius: 10px;
}
.tp-services-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}
.tp-services-item-box .tp-services-item {
    margin: 12px 0;
}
.tp-services-item .icon {
    background-color: var(--main);
    color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 6px;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.tp-services-item .title {
    font-size: 20px;
    margin-bottom: 8px;
}
.tp-services-item .desc {
    color: #727272;
    margin-bottom: 20px;
}
.tp-services-item .link {
    color: var(--main);
    border-bottom: 2px solid var(--main);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    transition: 0.2s;
}
.tp-services-item .link i {
    font-size: 24px;
    margin-left: 3px;
    transition: 0.2s;
}
.tp-services-item .link:hover i {
    transform: translateX(5px);
}
.sepetlistcon .uhperiyod,
.tp-basket-table-head .content:not(:first-child) .title,
.tp-compare-table .tp-ct-body .tp-ct-grid .grid-right,
.tp-two-features-item.hosting {
    text-align: center;
}
.tp-two-features-item {
    margin-bottom: 24px;
}
.tp-two-features-item.hosting img {
    margin: 0 auto 20px;
}
.tp-two-features-item .img {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 40%;
}
.tp-two-features-item .img .img-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.tp-compare-table .tp-ct-head .item-left,
.tp-price-group,
.tp-section-suggestion .img,
.tp-section-tabs .content .img,
.tp-select-area,
.tp-widget-map {
    position: relative;
}
.tp-two-features-item .img .tp-feature-img {
    right: 20px;
    top: 20px;
    left: inherit;
    bottom: inherit;
}
.tp-two-features-item .img .tp-feature-img-brands {
    left: inherit;
    top: inherit;
    right: 20px;
    bottom: 20px;
}
.tp-two-features-item .content .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tp-two-features-item .content p {
    color: #727272;
}
.tp-swiper-home-pricings .swiper-button-next,
.tp-swiper-home-pricings .swiper-button-prev {
    color: #fff !important;
}
.tp-swiper-home-pricings .swiper-button-next::after,
.tp-swiper-home-pricings .swiper-button-prev::after {
    font-size: 24px;
    font-weight: 700;
}
.tp-swiper-home-pricings .container-swiper-buttons {
    position: absolute;
    bottom: 30px;
}
.tp-section-suggestion {
    background-image: url("../img/new/bg-blue-1.jpg");
    background-repeat: no-repeat;
    padding: 75px 0;
}
.tp-footer .content-right .footer-list li a:hover,
.tp-section-suggestion .content {
    color: #fff;
}
.tp-section-suggestion .content .title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
}
.tp-section-suggestion .content p {
    margin-bottom: 25px;
    max-width: 700px;
    line-height: 28px;
    font-size: 17px;
}
.tp-section-suggestion .tp-ss-list {
    display: grid;
    grid-template-columns: repeat(2, 0.4fr);
    column-gap: 6px;
    row-gap: 12px;
    margin: 20px 0;
}
.tp-section-suggestion .tp-ss-list li::before {
    content: "\eb80";
    display: inline-block;
    font-size: 24px;
    font-family: remixicon;
    margin-right: 8px;
    position: relative;
    top: -5px;
}
.tp-section-suggestion .tp-ss-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.tp-section-suggestion .price-area {
    background-color: rgba(0, 111, 159, 0.29);
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.tp-section-suggestion .price-area .pa-title {
    font-size: 24px;
    margin-right: 20px;
}
.tp-section-suggestion .price-area .pa-price {
    background-color: #fff;
    border-radius: 8px;
    color: var(--main);
    font-size: 30px;
    font-weight: 600;
    padding: 6px 22px;
}
.tp-section-suggestion .price-area .pa-price span {
    font-size: 16px;
    font-weight: 300;
}
.tp-section-suggestion .img .img-cover,
.tp-section-tabs .content .img .img-cover {
    border-radius: 10px;
}
.tp-section-suggestion .img .tp-feature-img-brands {
    left: inherit;
    right: 20px;
    bottom: 20px;
    top: inherit;
    padding: 5px 20px;
}
.tp-section-suggestion .img .tp-feature-img-brands img {
    width: 145px;
    margin: 0;
}
.tp-section-suggestion .content-header {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.tp-section-suggestion .content-header-icon {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #fff;
    border-radius: 8px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-right: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-section-suggestion .content-header-badge {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.15) 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 26px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tp-section-suggestion .content-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0 25px;
}
.tp-section-suggestion .content-feature-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.12) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 24px 28px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.tp-section-suggestion .content-feature-card:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.18) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}
.tp-section-suggestion .content-feature-card .tp-feature-mini-icon {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    color: #fff;
    margin-right: 16px;
    height: 52px;
    width: 52px;
    min-width: 52px;
    font-size: 26px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tp-section-suggestion .content-feature-card .tfm-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.tp-section-suggestion .content-feature-card .tfm-desc {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
}
.tp-widget-map {
    max-width: 1000px;
    margin: 50px auto 0;
}
.tp-widget-map .marker {
    position: absolute;
    left: 10%;
    top: 20%;
}
.tp-widget-map .marker.a {
    left: 20%;
    top: 20%;
    z-index: 3;
}
.tp-widget-map .marker.b {
    left: 24%;
    top: 24%;
    z-index: 4;
}
.tp-widget-map .marker.c {
    left: 22%;
    top: 12%;
}
.tp-widget-map .marker.d {
    left: 30%;
    top: 60%;
}
.tp-widget-map .marker.e {
    left: 70%;
    top: 50%;
}
.tp-widget-map .marker.f {
    left: 40%;
    top: 14%;
}
.tp-widget-map .marker.g {
    left: 50%;
    top: 50%;
}
.tp-widget-map .marker.h {
    left: 50%;
    top: 20%;
}
.tp-widget-map .marker-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    width: 200px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
}
.tp-cart-steps .step-item#active,
.tp-section-tabs .list-tabs li a.active,
.tp-section-tabs .list-tabs li a:hover,
.tp-widget-map .marker:hover .marker-box {
    opacity: 1;
}
.tp-widget-map .marker-box::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.tp-widget-map .marker-dot,
.tp-widget-map .marker-dot::before {
    height: 20px;
    background-color: var(--main);
    border-radius: 100%;
    width: 20px;
}
.tp-widget-map .marker-dot::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    animation: 1.5s linear infinite marker-animation;
}
.tp-widget-map.white .img-map {
    filter: brightness(1.5);
}
.tp-widget-map.white .marker-dot,
.tp-widget-map.white .marker-dot::before {
    background-color: #fff;
}
.tp-widget-map.white .marker-dot {
    height: 15px;
    width: 15px;
}
@keyframes marker-animation {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
.tp-hosting-pricing {
    border: 1px solid rgba(0, 138, 197, 0.13);
    border-radius: 10px;
    margin: 12px 0;
}
.tp-hosting-pricing .heading {
    padding: 20px 20px 22px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 138, 197, 0.13);
}
.tp-hosting-pricing .heading .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.tp-hosting-pricing .heading .subtitle {
    color: #868686;
    font-size: 15px;
}
.tp-hosting-pricing .heading .tp-price-group {
    margin: 8px 0 12px;
}
.tp-hosting-pricing .features {
    padding: 20px;
}
.tp-hosting-pricing .features .features-title {
    font-weight: 400;
    margin-bottom: 10px;
}
.tp-hosting-pricing .features-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 138, 197, 0.13);
    color: #56646a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
}
.tp-hosting-pricing .features-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.tp-hosting-pricing .features-list li .icon {
    font-size: 20px;
    margin-right: 8px;
    width: 20px;
}
.tp-grid-mail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 15px;
}
.tp-mail-pricing .bg-feature {
    background-color: rgba(0, 138, 197, 0.08);
    height: 48px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main);
    font-weight: 400;
    font-size: 15px;
    border-radius: 10px;
}
.tp-feature-hosting-item {
    text-align: center;
    margin: 20px 0;
}
.tp-feature-hosting-item .img {
    height: 110px;
    margin-bottom: 15px;
}
.tp-auth-page .img-logo img,
.tp-feature-hosting-item .img img {
    margin: auto;
}
.tp-feature-hosting-item .title {
    font-weight: 400;
    color: var(--main);
    font-size: 20px;
    margin-bottom: 6px;
}
.tp-feature-hosting-item p {
    color: #606060;
    font-size: 15px;
    max-width: 300px;
    margin: 0 auto 30px;
}
.tp-feature-hero .content .title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 12px;
}
.tp-feature-hero .content p {
    color: #606060;
    font-size: 17px;
    line-height: 30px;
}
.tp-server-pricing {
    display: grid;
    grid-template-columns: 240px 1fr 140px;
    border: 1px solid #e2ecf0;
    padding: 15px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 16px;
    transition: all 0.2s ease-in-out !important;
    position: relative;
    background-color: #fff;
}
.tp-server-pricing:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: var(--main);
    z-index: 2;
}
.tp-server-pricing .heading {
    background-color: rgba(0, 138, 197, 0.08);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
}
.tp-server-pricing .heading .img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
}
.tp-server-pricing .heading .head-title {
    margin-bottom: 3px;
}
.sepetlistcon strong,
.tp-section-head .title strong,
.tp-server-pricing .heading .head-name {
    font-weight: 600;
}
.tp-server-pricing .features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    padding: 12px 12px 12px 24px;
}
.tp-server-pricing .features-item .icon {
    font-size: 32px;
    color: var(--main);
    margin-right: 8px;
}
.tp-server-pricing .features-item .icon img {
    height: 38px;
}
.tp-footer .footer-copyright .text-copyright,
.tp-server-pricing .features-item .content {
    font-size: 15px;
}
.tp-server-pricing .features-item .content .features-value {
    font-weight: 500;
    margin-bottom: 2px;
    color: #4d4d4d;
}
.tp-server-pricing .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tp-server-pricing .right .tp-btn {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}
.tp-price-group {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: var(--main);
}
.tp-price-campaign {
    background-color: #28b2ed;
    color: #fff;
    padding: 5px 6px 2px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}
.tp-price-campaign.right {
    right: -14px;
}
.tp-price-campaign .tp-pc-top {
    line-height: 10px;
}
.tp-price-campaign .tp-pc-title {
    font-size: 12px;
    font-weight: 600;
}
.tp-price-campaign .tp-pc-alt {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 600;
    background-color: #2e2e2e;
    width: 100%;
    text-transform: uppercase;
}
.tp-price-group .price-1 {
    font-size: 44px;
    margin-right: 3px;
}
.tp-price-group .price-2 {
    font-size: 20px;
}
.tp-price-group .price-cycle {
    font-size: 15px;
    font-weight: 300;
    margin-top: -6px;
}
.tp-server-pricing .tp-price-group.yearly .price-1 {
    font-size: 34px;
}
.tp-hosting-pricing .features .features-title,
.tp-server-pricing .tp-price-group.yearly .price-2 {
    font-size: 16px;
}
.tp-server-pricing .tp-price-group.yearly .price-cycle {
    font-size: 12px;
    margin-top: -4px;
}
.tp-choice-nav,
.tp-cycle-nav,
.tp-normal-nav {
    border: 1px solid #e2ecf0;
    padding: 6px 4px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.tp-auth-page .right,
.tp-cart-steps,
.tp-choice-nav ul,
.tp-cycle-nav ul,
.tp-normal-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-choice-nav .link,
.tp-cycle-nav .link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 30px;
    background-color: #e2ecf0;
    color: var(--main);
    margin: 0 3px;
    border-radius: 8px;
    font-weight: 400;
    transition: 0.2s;
}
.tp-basket-account-choice .radio-custom:checked + .radio-custom-label,
.tp-cart-steps .step-item#active .tp-feature-mini-icon,
.tp-choice-nav .link.active,
.tp-choice-nav .link:hover,
.tp-cycle-nav .link.active,
.tp-cycle-nav .link:hover,
.tp-normal-nav .link.active,
.tp-normal-nav .link:hover {
    background-color: var(--main);
    color: #fff;
}
.tp-detail-mini-item {
    background-color: rgba(0, 138, 197, 0.04);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}
.tp-detail-mini-item .heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.tp-detail-mini-item .heading .icon {
    font-size: 30px;
    margin-right: 12px;
    color: var(--main);
}
.tp-detail-mini-item .heading .title {
    font-size: 19px;
}
.tp-detail-mini-item p {
    color: #525252;
    font-size: 15px;
}
.tp-section-tabs {
    background-image: url("../img/new/tabs-area-bg.jpg");
    padding: 60px 0;
    color: #fff;
}
.tp-section-tabs .grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 20px;
    align-items: center;
}
.tp-section-tabs .content {
    display: none;
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 40px;
    align-items: center;
}
.tp-section-tabs .content.active {
    display: grid;
}
.tp-section-tabs .list-tabs li a {
    color: #fff;
    font-size: 17px;
    display: block;
    font-weight: 400;
    padding: 10px 20px;
    border-left: 3px solid #fff;
    opacity: 0.46;
}
.tp-section-tabs .content .subtitle {
    font-size: 24px;
}
.tp-section-tabs .content .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tp-section-tabs .content .img .tp-feature-img-brands {
    right: inherit;
    bottom: 20px;
    left: 20px;
}
.tp-faq-item {
    border: 1px solid #e4e9eb;
    border-radius: 10px;
    max-width: 940px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.tp-faq-item .heading {
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-faq-item .heading:hover {
    background-color: #f9f9f9;
}
.tp-faq-item .heading .icon-arrow {
    transition: 0.2s;
    font-size: 24px;
}
.tp-faq-item .heading .title {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
}
.tp-faq-item .content {
    padding: 14px 20px 24px;
    display: none;
}
.tp-faq-item .content p {
    font-size: 15px;
    line-height: 24px;
    color: #5c5c5c;
}
.tp-checkbox input:checked ~ .tp-checkbox-checkmark:after,
.tp-faq-item.active .content {
    display: block;
}
.tp-faq-item.active .heading {
    color: var(--main);
    background-color: #f9f9f9;
}
.tp-faq-item.active .heading .icon-arrow {
    transform: rotate(180deg);
}
.tp-section-offer .content {
    max-width: 500px;
}
.tp-section-offer .content .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 20px;
}
.sepetlistcon .uhperiyod h5,
.sepetlistcon .uhperiyod select,
.tp-certificate-item .title,
.tp-section-offer .content .title strong,
.tp-table-info td strong {
    font-weight: 500;
}
.tp-section-offer .content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.tp-section-offer .form {
    background-color: rgba(0, 138, 197, 0.04);
    padding: 50px;
    border-radius: 10px;
}
.tp-section-offer .form .title {
    font-weight: 500;
    margin-bottom: 20px;
}
.tp-auth-body,
.tp-auth-page,
.tp-auth-page .left .img-bg {
    height: 100vh;
}
.tp-auth-page .left .img-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.tp-auth-page .tp-btn-back {
    position: absolute;
    left: 30px;
    top: 30px;
}
.tp-auth-page .tp-btn-back i {
    font-size: 18px;
    margin-right: 5px;
}
.tp-auth-page .grid {
    display: grid;
    grid-template-columns: 62% 38%;
    align-items: stretch;
    height: 100%;
}
.tp-auth-page .right .right-content {
    width: 70%;
}
.tp-auth-page .flex-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-auth-page .forgot-pw {
    color: #555;
    font-size: 15px;
}
.tp-auth-page .img-logo {
    height: 80px;
    margin-bottom: 30px;
    text-align: center;
}
.tp-auth-page .tp-input#gsm {
    padding-left: 92px !important;
}
.tp-page-head-mini {
    background-color: var(--main);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.tp-page-head-mini .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tp-page-head-mini p {
    font-size: 18px;
    max-width: 450px;
    margin: auto;
}
.tp-section-about-feature {
    padding: 30px 0;
}
.tp-section-about-feature .content {
    padding-right: 40px;
}
.tp-section-about-feature.right .content {
    padding-right: 0;
    padding-left: 40px;
}
.tp-section-about-feature .content .title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tp-section-about-feature .content p {
    color: #606060;
    font-size: 17px;
    line-height: 28px;
}
.tp-section-about-feature .img-cover {
    max-height: 450px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.tp-section-feature-opacity {
    position: relative;
    padding: 60px 0;
}
.tp-section-feature-opacity .container {
    position: relative;
    z-index: 3;
}
.tp-section-feature-opacity::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #008ac5 50%, rgba(0, 138, 197, 0.6));
    z-index: 2;
}
.tp-section-feature-opacity .img-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 50%;
    object-fit: cover;
}
.tp-section-feature-opacity .content {
    color: #fff;
    padding-left: 40px;
}
.tp-section-feature-opacity .content .title {
    font-size: 38px;
    margin-bottom: 15px;
}
.tp-section-feature-opacity .content p {
    font-size: 17px;
    line-height: 28px;
}
.tp-references-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.tp-references-items.grid-5 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 18px;
}
.tp-references-items .item {
    background-color: rgba(0, 138, 197, 0.04);
    border-radius: 10px;
    padding-bottom: 56.25%;
    position: relative;
}
.tp-references-items .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 36%;
}
.tp-backup-brand-item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 138, 197, 0.05);
    margin: 12px 0;
}
.sepetlistcon,
.tp-basket-table-head {
    grid-template-columns: 1.3fr 1fr 1fr 50px;
    border-radius: 10px;
    display: grid;
}
.tp-backup-brand-item .heading {
    background-color: rgba(0, 138, 197, 0.05);
    padding: 14px 25px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tp-backup-brand-item .content {
    padding: 20px 25px;
}
.tp-backup-brand-item .content .title {
    color: var(--main);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.tp-backup-brand-item .content p {
    font-size: 17px;
    line-height: 30px;
}
.tp-basket-page {
    padding: 40px 0;
}
.tp-basket-table-head {
    padding: 12px 24px;
    background-color: var(--main);
    color: #fff;
}
.tp-basket-table-head .content .title {
    font-size: 14px;
    font-weight: 400;
}
.sepetlist {
    float: none;
    margin: 15px 0;
    box-shadow: none;
}
.sepetlistcon {
    background-color: #fafafa;
    padding: 20px 24px;
    align-items: center;
    min-height: 120px;
}
.sepetlistcon .uhinfo,
.sepetlistcon .uhperiyod,
.sepetlistcon .uhsil,
.sepetlistcon .uhtutar {
    width: 100%;
    float: none;
}
.tp-basket-ordersummary {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
}
.tp-basket-ordersummary .title-head {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.tp-basket-ordersummary .box {
    padding: 15px 10px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin-bottom: 10px;
}
.tp-basket-ordersummary .box .key {
    color: #363636;
    font-size: 15px;
    margin-bottom: 6px;
}
.tp-basket-ordersummary .box .value {
    color: #363636;
    font-size: 20px;
    font-weight: 500;
}
.tp-basket-payment-card .head-area .title,
.tp-pdf-item p {
    font-weight: 400;
}
.tp-basket-ordersummary .form-coupon,
.tp-cart-cycle-item {
    margin-bottom: 10px;
}
.tp-basket-ordersummary .box.active {
    background-color: #d0f1ff;
    color: var(--main);
    border: 0;
}
@media (min-width: 992px) {
    .tp-basket-page .col-lg-9 {
        width: 70%;
    }
    .tp-basket-page .col-lg-3 {
        width: 30%;
    }
}
.tp-basket-account-card {
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 10px;
}
.tp-basket-account-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-color: #f8f8f8;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.tp-basket-account-choice label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--main);
    font-weight: 400;
}
.tp-basket-account-choice label:before {
    display: none !important;
}
.tp-basket-payment-card {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-bottom: 20px;
}
.tp-basket-payment-card .head-area {
    background-color: var(--main);
    color: #fff;
    padding: 14px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.tp-basket-payment-card .body-area {
    padding: 24px;
}
.bank-notification {
    border-bottom: 1px solid #ebebeb !important;
}
.tp-page-head-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: inherit;
}
.tp-cart-steps .step-item {
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
    margin: 0 20px;
    opacity: 0.85;
    position: relative;
}
.tp-cart-steps .step-item::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.36);
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.tp-cart-steps .step-item .tp-feature-mini-icon {
    font-size: 30px;
    background-color: #d0f1ff;
    color: var(--main);
}
.tp-cart-steps .step-item .tp-feature-mini-content {
    width: calc(100% - 64px);
}
.tp-cart-steps .step-item .tfm-desc {
    color: #1c1c1c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tp-page-cart-content {
    padding: 60px 0;
}
.tp-page-cart-head,
.tp-reseller-features-card {
    margin-bottom: 30px;
}
.tp-page-cart-head .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tp-page-cart-head .text {
    font-size: 18px;
}
.btn-icon-cart {
    margin-left: 4px;
    font-size: 20px;
}
.tp-feature-hero.column,
.tp-footer .list-social,
.tp-page-cart-content .mio-ajax-submit {
    margin-top: 30px;
}
.tp-cart-cycle-item .checkbox-custom-label {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 18px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin: 0;
}
.tp-cart-cycle-item.active .checkbox-custom + .checkbox-custom-label:before {
    font-family: remixicon;
    content: "\eb7b";
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
}
.tp-cart-cycle-item.active .checkbox-custom-label {
    border-color: var(--main);
}
.tp-cart-cycle-item .checkbox-custom + .checkbox-custom-label:before {
    height: 34px;
    width: 34px;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ededed;
}
.tp-cart-cycle-item .cycle {
    font-size: 16px;
    margin-bottom: 4px;
}
.tp-cart-cycle-item .price {
    font-size: 24px;
    font-weight: 500;
}
.tp-coupon {
    background-color: #f3f3fd;
    color: #484848;
    padding: 3px 8px;
    border: 2px dotted #ccc;
    font-size: 12px;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    top: -4px;
}
.tp-cart-domain-form {
    position: relative;
    max-width: 660px;
    margin: auto;
}
.tp-cart-domain-form .tp-input {
    height: 60px;
    font-size: 17px;
}
.tp-cart-domain-form .tp-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 120px;
}
.tp-contact-alt-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.tp-pdf-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}
.tp-pdf-item {
    background-color: rgba(0, 138, 197, 0.06);
    padding: 20px;
    border-radius: 10px;
    display: block;
    transition: 0.2s;
}
.tp-pdf-item:hover {
    background-color: rgba(0, 138, 197, 0.15);
}
.tp-pdf-item i {
    font-size: 32px;
    color: var(--main);
    margin-bottom: 5px;
    display: block;
}
.tp-pdf-item p {
    color: #1c1c1c;
}
.tp-table-info {
    margin-bottom: 20px;
}
.tp-table-info td {
    padding: 10px 20px 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #f1f1f1;
}
textarea.tp-input,
textarea.tp-input:focus,
textarea.tp-input:hover {
    padding: 20px !important;
}
.tp-table-info tr:first-child td {
    border-top: 1px solid #f1f1f1;
}
.tp-footer-contact {
    position: relative;
    padding: 100px 0;
}
.tp-footer-contact::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-image: url("../img/new/footer-contact-bg.webp");
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.tp-footer-contact::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 138, 197, 0.6), var(--main) 50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.tp-footer-contact .content-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
    padding-right: 50px;
}
.tp-footer-contact .content-area .content {
    color: #fff;
    max-width: 100%;
    width: 770px;
    text-align: center;
}
.tp-footer-contact .content-area .content .title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tp-footer-contact .content-area .content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
}
.tp-footer-contact .content-area .buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}
.tp-footer-contact .content-area .buttons .item {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    color: var(--main);
    transition: 0.2s;
}
.tp-footer-contact .content-area .buttons .item:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.tp-footer-contact .content-area .buttons .item .icon {
    font-size: 38px;
    margin-bottom: 10px;
    height: 40px;
}
.tp-footer-contact .content-area .buttons .item .key {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 4px;
}
.tp-footer-contact .content-area .buttons .item .value {
    color: #4d4d4d;
    font-weight: 400;
}
.tp-footer {
    background-color: #1d282d;
    color: #fff;
    padding: 90px 0 30px;
}
.tp-footer .content-left .img-logo {
    height: 60px;
    margin: 0 auto 20px;
    display: block;
}
.tp-footer .content-left .contact-box {
    background-color: #161f23;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.77);
    padding: 30px;
}
.tp-footer .content-left .contact-box .text {
    color: rgba(255, 255, 255, 0.77);
    font-size: 14px;
    display: block;
    margin-bottom: 14px;
}
.tp-footer .list-social li a {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    margin-right: 4px;
    background-color: #10171a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: 0.2s;
}
.tp-footer .list-social li a:hover {
    background-color: #040506;
}
.tp-footer .content-right {
    padding-left: 20px;
}
.tp-footer .content-right .content-list {
    padding-bottom: 24px;
}
.tp-footer .content-right .footer-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tp-footer .content-right .footer-list li a {
    color: rgba(255, 255, 255, 0.77);
    margin-bottom: 4px;
    font-size: 15px;
    display: inline-block;
    transition: 0.2s;
}
.tp-footer .footer-copyright {
    padding-top: 30px;
    border-top: 1px solid #2d383d;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-btn,
.tp-modal {
    align-items: center;
}
.tp-footer .footer-copyright .img-pm {
    height: 40px;
}
.tp-section {
    padding: 70px 0;
}
.tp-section.bg-opacity-blue {
    background-color: rgba(0, 138, 197, 0.03);
}
.tp-section-head {
    text-align: center;
    margin-bottom: 30px;
}
.tp-section-head .title {
    font-weight: 300;
    font-size: 36px;
}
.tp-section-head p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    max-width: 560px;
    margin: 15px auto 0;
}
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    user-select: none;
    display: block;
}
.list-inline li {
    display: inline-block;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 40px;
}
.text-blue {
    color: var(--main) !important;
}
.tp-btn {
    height: 48px;
    display: inline-flex;
    justify-content: center;
    font-size: 15px;
    padding: 2px 24px;
    border-radius: 10px;
    background-color: var(--main);
    color: #fff;
    font-weight: 400;
    transition: 0.2s;
    cursor: pointer !important;
}
.tp-btn:focus,
.tp-btn:hover {
    background-color: #0075a7;
    border-color: #0075a7;
}
.tp-btn-white {
    background-color: #fff;
    color: var(--main);
}
.tp-btn-light:focus,
.tp-btn-light:hover,
.tp-btn-white:focus,
.tp-btn-white:hover {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}
.tp-btn-light {
    background-color: #f5f5f5;
    color: var(--main);
}
.tp-input {
    border: 1px solid #e8e8e8;
    display: block;
    height: 48px;
    padding: 4px 20px !important;
    border-radius: 10px;
    color: #1d1d1d;
    transition: 0.2s;
    width: 100%;
}
.tp-input:focus,
.tp-input:hover {
    border: 1px solid var(--main);
    padding: 4px 20px !important;
}
.tp-alert {
    font-size: 15px;
    padding: 5px 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.tp-alert.tp-alert-blue {
    background-color: rgba(0, 138, 197, 0.08);
    border-color: var(--main);
    color: var(--main);
}
.tp-alert.tp-alert-red {
    background-color: #e25f56;
    border-color: #e25f56;
    color: #fff;
}
.text-center {
    text-align: center !important;
}
.form label,
form label {
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    font-weight: 400;
}
button,
input[type="submit"] {
    border: 0;
    width: 100%;
    cursor: pointer;
}
.tp-checkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
}
.tp-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.tp-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}
.tp-checkbox input:checked ~ .tp-checkbox-checkmark {
    background-color: var(--main);
    border-color: var(--main);
}
.tp-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.tp-checkbox .tp-checkbox-checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.w-100 {
    width: 100% !important;
}
.position-relative {
    position: relative !important;
}
#wisecp img {
    height: 128px;
}
@media (max-width: 1200px) {
    .tp-grid-mail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .tp-grid-mail .tp-mail-pricing {
        margin: 0 !important;
    }
    .tp-swiper-home-item .content .title {
        font-size: 32px;
    }
    .tp-swiper-home-item .content .desc {
        font-size: 15px;
        line-height: 24px;
    }
    .tp-server-pricing .features {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
    }
    .tp-server-pricing {
        grid-template-columns: 190px 1fr 300px;
    }
    .tp-section-offer .form {
        padding: 40px;
    }
    .tp-section-offer .content p {
        font-size: 16px;
        line-height: 26px;
    }
    .tp-auth-body,
    .tp-auth-page,
    .tp-auth-page .left .img-bg {
        height: auto;
    }
    .tp-auth-page .grid {
        display: block;
    }
    .tp-auth-page .grid .left {
        display: none;
    }
    .tp-auth-page {
        padding: 50px 0;
    }
    .tp-auth-page .tp-btn-back {
        left: 20px;
        top: 20px;
    }
}
.tp-modal,
.tp-modal-backdrop {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media (max-width: 576px) {
    .tp-server-pricing .features {
        grid-template-columns: repeat(2, 1fr);
    }
    .tp-swiper-home-item .content .feature-items.mb-2,
    .tp-swiper-home-item .content .feature-items.mt-2 {
        margin-bottom: 0 !important;
    }
    .tp-auth-page .right .right-content {
        width: 85%;
    }
    .tp-cart-steps .step-item::after,
    .tp-cart-steps .step-item:not(#active) {
        display: none;
    }
}
.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
}
.tp-modal {
    display: none;
    position: absolute;
    justify-content: center;
    z-index: 9999;
}
.tp-modal .modal-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 600px;
    position: relative;
    z-index: 2;
}
.tp-modal-backdrop {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
.tp-certificate-item {
    background-color: #f6fafd;
    padding: 20px;
    border-radius: 8px;
}
.tp-certificate-item .img img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}
.tp-certificate-item .img {
    margin-bottom: 12px;
}
.tp-certificate-item .link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    border: 1px solid #008ac5;
    color: #008ac5;
    height: 40px;
    padding: 0 14px 0 20px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.2s;
}
.tp-certificate-item .link i {
    margin-left: 4px;
    font-size: 22px;
}
.tp-certificate-item .link:hover {
    background-color: #008ac5;
    color: #fff;
}
.tp-normal-nav .link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    background-color: #e2ecf0;
    color: var(--main);
    margin: 0 3px;
    border-radius: 8px;
    font-weight: 400;
    transition: 0.2s;
    white-space: nowrap;
}
.tp-normal-nav .link .img-flag {
    height: 22px;
    width: 32px;
    object-fit: cover;
    border-radius: 3px;
    margin-right: 8px;
}
.tp-compare-table {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 138, 197, 0.13);
    padding: 20px;
}
.tp-compare-table .tp-ct-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
}
.tp-compare-table .tp-ct-grid .grid-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.tp-compare-table .tp-ct-grid .grid-right .item,
.tp-reseller-card .right-card .tp-cycle-nav li {
    flex: 1;
}
.tp-compare-table .tp-ct-head .item {
    background-color: rgba(0, 138, 197, 0.1);
    padding: 12px 6px;
    text-align: center;
    border-radius: 8px;
    height: 100%;
}
.tp-compare-table .tp-ct-head .item .product-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--main);
}
.tp-compare-table .tp-ct-head .item .product-desc {
    font-size: 15px;
    margin-top: 3px;
}
.tp-compare-table .tp-ct-head .item-left .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    color: var(--main);
}
.tp-compare-table .tp-ct-body .tp-ct-grid {
    border-bottom: 1px solid rgba(0, 138, 197, 0.13);
    padding: 20px 0;
    align-items: center;
}
.tp-compare-table .tp-ct-body .tp-ct-grid:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}
.tp-compare-table .tp-ct-body .tp-ct-grid .grid-left .item {
    font-weight: 500;
    padding-left: 20px;
}
.tp-compare-table .tp-ct-body .tp-ct-grid .grid-left .item i {
    margin-right: 8px;
    font-size: 20px;
}
.tp-compare-table .tp-ct-body .tp-ct-grid .grid-right .item .ri-check-line {
    color: green;
    font-size: 24px;
}
.tp-hosting-pricing .features-list li {
    font-size: 17px;
}
.tp-reseller-card {
    background-color: #fff;
    border: 1px solid rgba(0, 138, 197, 0.13);
    padding: 30px;
    border-radius: 12px;
}
.tp-reseller-card .left-card .head-title {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-reseller-card .left-card .title {
    font-weight: 500;
    font-size: 24px;
}
.tp-reseller-card .left-card .subtitle {
    font-size: 18px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
}
.tp-reseller-card .left-card .subtitle .img-flag {
    height: 22px;
    width: 34px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 8px;
}
.tp-reseller-card .list-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 19.5px;
}
.tp-reseller-card .list-features li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(0, 138, 197, 0.05);
    padding: 14px 18px;
    border-radius: 8px;
}
.tp-reseller-card .list-features li .icon {
    font-size: 20px;
    margin-right: 8px;
    color: var(--main);
}
.tp-reseller-card .right-card {
    background-color: #f7f9fd;
    padding: 30px;
    border-radius: 10px;
}
.tp-reseller-card .right-card .ssl-text {
    font-weight: 300;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 6px;
    opacity: 0.7;
}
.tp-reseller-card .right-card .head-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 138, 197, 0.13);
}
.tp-reseller-card .right-card .head-title .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 4px;
}
.tp-reseller-card .right-card .head-title .subtitle {
    font-size: 15px;
    color: #6c757d;
    font-weight: 400;
}
.tp-reseller-card .right-card .tp-cycle-nav {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
}
.tp-reseller-card .right-card .tp-price-group {
    margin: 12px 0;
}
.tp-reseller-card .right-card .tp-price-group .price-1 {
    font-size: 48px !important;
    margin-right: 3px;
}
.tp-reseller-card .right-card .tp-price-group .price-2 {
    font-size: 24px !important;
}
.tp-reseller-card .right-card .tp-price-group .price-cycle {
    font-size: 15px !important;
    font-weight: 300 !important;
    margin-top: -6px !important;
}
.tp-reseller-card .right-card .btn-buy {
    font-size: 17px;
    height: 54px;
    margin-top: 10px;
}
.tp-reseller-card .right-card .btn-buy i {
    margin-right: 6px;
    font-size: 20px;
}
.tp-select {
    height: 54px;
    width: 100%;
    display: block;
    border: 2px solid #f1f1f1;
    padding: 12px 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    color: var(--text-color);
    font-weight: 400;
}
.tp-select:focus,
.tp-select:hover {
    border: 2px solid var(--main);
    padding: 12px 18px !important;
}
.tp-select-area::after {
    content: "\EA4E";
    display: block;
    font-family: remixicon;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    pointer-events: none;
    opacity: 0.7;
}
@media (max-width: 992px) {
    .tp-section-tabs .grid,
    .tp-server-pricing {
        grid-template-columns: 1fr;
    }
    .tp-cart-steps .step-item .tfm-desc,
    .tp-cart-steps .step-item .tfm-title {
        font-size: 13px;
    }
    .tp-cart-steps .step-item .tp-feature-mini-icon {
        height: 48px;
        width: 48px;
        font-size: 24px;
    }
    .tp-section-hero {
        padding: 40px 0 !important;
    }
    .tp-feature-hero .content .title {
        font-size: 28px;
    }
    .tp-feature-hero .content p {
        font-size: 15px;
        line-height: 22px;
    }
    .tp-section-about-feature .content {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .tp-section-about-feature.right .content {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 0;
    }
    .tp-section-about-feature .content p,
    .tp-section-feature-opacity .content p {
        font-size: 15px;
        line-height: 24px;
    }
    .tp-section-feature-opacity .content {
        padding-left: 0;
        padding-top: 30px;
    }
    .tp-section-feature-opacity .tp-widget-map {
        margin-top: 0;
    }
    .tp-server-pricing {
        grid-gap: 10px;
    }
    .tp-server-pricing .heading,
    .tp-server-pricing .right {
        justify-content: center;
    }
    .tp-navbar {
        padding: 10px 0;
    }
    .tp-navbar .mobile-menu-toggle {
        display: block;
    }
    .tp-navbar .mobile-menu-close {
        position: absolute;
        right: 10px;
        top: 10px;
        display: block;
    }
    .tp-navbar-list {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        width: 100%;
        height: 100%;
        z-index: 20;
        text-align: left;
        padding-top: 50px;
        overflow-y: auto;
    }
    .tp-navbar .grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tp-navbar .tp-navbar-logo {
        width: 150px;
        height: auto;
    }
    .tp-header-list {
        justify-content: center !important;
    }
    .tp-header-list li a {
        padding: 8px 10px;
        font-size: 11px;
    }
    .tp-section-suggestion .img {
        margin-top: 30px;
    }
    .tp-footer-contact {
        padding: 50px 0;
    }
    .tp-footer-contact .content-area {
        padding-right: 0;
    }
    .tp-footer .content-right {
        padding: 30px 0 0;
    }
    .tp-header .container,
    .tp-header .row > * {
        padding: 0;
    }
    .tp-footer {
        padding: 30px 0;
    }
    .tp-compare-table {
        overflow-x: auto;
    }
    .tp-compare-table .tp-ct-grid {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .tp-compare-table .tp-ct-grid .grid-left {
        width: 200px;
        min-width: 200px;
        height: 100%;
    }
    .tp-compare-table .tp-ct-grid .grid-right .item {
        width: 200px;
        min-width: 200px;
    }
    .tp-compare-table .tp-ct-body .tp-ct-grid {
        padding: 12px 0;
    }
    .tp-reseller-card .left-card {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .tp-grid-mail {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .tp-pdf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tp-footer-contact .content-area .content .title,
    .tp-section-feature-opacity .content .title,
    .tp-section-head .title,
    .tp-section-suggestion .content .title {
        font-size: 30px;
    }
    .tp-backup-brand-item .content p {
        font-size: 15px;
        line-height: 22px;
    }
    .tp-backup-brand-item .content .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tp-page-head-mini,
    .tp-section,
    .tp-section-feature-opacity,
    .tp-section-suggestion {
        padding: 40px 0;
    }
    .tp-section-about-feature {
        padding: 20px 0 !important;
    }
    .tp-section-about-feature .content .title {
        font-size: 28px;
    }
    .tp-references-items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 18px;
    }
    .tp-section-offer .form {
        padding: 25px;
    }
    .tp-page-head-mini .title {
        font-size: 34px;
    }
    .tp-page-cart-head .text,
    .tp-page-head-mini p {
        font-size: 15px;
    }
    .tp-footer-contact .content-area .buttons,
    .tp-section-tabs .content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .tp-page-head-large .img {
        display: none;
    }
    .tp-swiper-home-item .img {
        height: 400px;
        margin-top: 30px;
    }
    .tp-swiper-home-item {
        padding: 45px 0;
    }
    .tp-services-item {
        margin-bottom: 16px;
    }
    .tp-services-item-box {
        padding: 16px;
    }
    .tp-two-features-item {
        margin-bottom: 40px;
    }
    .tp-two-features-item .content .title {
        font-size: 20px;
    }
    .tp-section-suggestion .tp-ss-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .tp-section-suggestion .price-area .pa-title {
        font-size: 16px;
    }
    .tp-section-suggestion .price-area .pa-price {
        font-size: 24px;
    }
    .tp-section-head p {
        font-size: 15px;
        line-height: 24px;
    }
    .tp-footer .footer-copyright .text-copyright {
        font-size: 13px;
        margin-bottom: 10px;
        text-align: center;
    }
    .tp-footer .footer-copyright {
        justify-content: center;
        flex-direction: column;
    }
    .tp-page-cart-content {
        padding: 30px 0;
    }
    .tp-page-cart-content .title {
        font-size: 26px;
    }
    .tp-reseller-card .list-features {
        grid-gap: 8px;
        grid-template-columns: 1fr;
        font-size: 15px;
    }
    .tp-reseller-card .left-card .head-title {
        display: block;
    }
    .tp-reseller-card .left-card .head-title .title {
        margin-bottom: 8px;
    }
}
.tp-reseller-features-card .title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
}
.tp-reseller-features-card .list-features li {
    background-color: rgba(0, 138, 197, 0.05);
    padding: 8px 12px;
    border-radius: 6px;
    margin-top: 8px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tp-reseller-features-card .list-features li::before {
    content: "\EB7B";
    font-family: remixicon;
    color: var(--main);
    font-size: 18px;
    margin-right: 8px;
    display: inline-block;
}

.overflow-hidden {
    overflow: hidden !important;
}
.tp-maps-area .tp-card {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    margin-bottom: 24px;
    padding: 20px;
}
.tp-maps-area .tp-card h3 {
    font-weight: 500;
    color: var(--main);
    margin-bottom: 12px;
}
.tp-maps-area .tp-card p {
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 12px;
}
.tp-maps-area .tp-card .map {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.tp-maps-area .tp-card .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .tp-navbar .buttons {
        flex-direction: column;
        gap: 8px;
    }
    .tp-navbar .buttons .tp-btn {
        width: 130px;
        height: 32px;
        font-size: 14px;
        padding: 0 12px;
    }
    .tp-navbar .buttons .tp-btn img {
        width: 80px;
    }
}

/* Animated Feature Items */
.tp-animated-feature-item {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border-top: 6px solid var(--main);
    text-align: center;
    padding: 25px;
    transition: 0.3s;
    overflow: hidden;
}
.tp-animated-feature-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    transform: translateY(100%);
    transition: 0.3s;
    opacity: 0;
}
.tp-animated-feature-item:hover::after {
    transform: translateY(0);
    opacity: 1;
}
.tp-animated-feature-item .icon {
    background-color: #F4F5F8;
    color: var(--main);
    height: 80px;
    width: 80px;
    border-radius: 100%;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    margin: 0 auto 20px auto;
}
.tp-animated-feature-item .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.tp-animated-feature-item:hover {
    transform: translateY(-10px);
    color: #fff
}
.tp-cookie-box {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 340px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 25px;
    z-index: 99999;
    display: none;
    border: 1px solid #eef3f6;
    animation: slideInLeft 0.5s ease;
}
.tp-cookie-box .title {
    font-size: 18px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.tp-cookie-box .title i {
    color: #008ac5;
    margin-right: 10px;
    font-size: 22px;
}
.tp-cookie-box .desc {
    font-size: 14px;
    color: #606060;
    line-height: 1.6;
    margin-bottom: 20px;
}
.tp-cookie-box .tp-btn {
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    height: 44px;
    font-weight: 500;
}
@keyframes slideInLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
