/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
/* Google Fonts artık dinamik olarak index.php'den yükleniyor */
/* @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&amp;family=Sora:wght@100..800&amp;display=swap"); */

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-product-details-action-sm-btn svg,
.tp-product-details-views>span svg,
.nn-pricing-item-list ul li span,
.rb-portfolio-item-location span,
.ui-pricing-item-list ul li span,
.tp-header-4-top-lan span svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.postbox__comment-reply a span,
.tp-team-details-info-contact a svg,
.tp-product-details-wishlist-btn svg,
.rb-hero-rating-title img,
.ing-feature-item-list ul li span,
.ui-testimonial-rating-title span,
.am-about-review-content span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cb-hero-thumb-text span i {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* transform */
:root {
    /**
  @font family declaration
  */
    --tp-ff-body: 'IBM Plex Sans', sans-serif;
    --tp-ff-heading: 'Sora', sans-serif;
    --tp-ff-sora: 'Sora', sans-serif;
    --tp-ff-p: 'IBM Plex Sans', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #FFFFFF;
    --tp-common-black: #0D0D0D;
    --tp-common-black-2: #1E1E1E;
    --tp-common-paste: #00FFD1;
    --tp-common-yellow: #FFC107;
    --tp-theme-1: #A020F0;
    --tp-text-body: #333;
    --tp-gray-1: #f2f2f2;
    --tp-gradient-primary: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        max-width: 1350px; /* 1920'de taşmayı engeller */
    }

    .container-1830 { max-width: 95.5%; }
    .container-1770 { max-width: 90%; }
    .container-1550 { max-width: 85%; }
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: var(--tp-text-body);
    font-family: var(--tp-ff-body);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: var(--tp-ff-heading-weight, 500);
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    color: var(--tp-text-body);
    font-family: var(--tp-ff-p);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.tp-uppercase {
    text-transform: uppercase;
}

.tp-capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url] {
    outline: none;
    height: 58px;
    width: 100%;
    line-height: 58px;
    font-size: 14px;
    padding-left: 26px;
    padding-right: 26px;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-common-black);
    background-color: var(--tp-common-white);
}
textarea {
    outline: none;
    width: 100%;
    min-height: 100px;
    line-height: 1.5;
    font-size: 14px;
    padding: 14px 26px;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-common-black);
    background-color: var(--tp-common-white);
    resize: vertical;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--tp-common-black);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--tp-common-black);
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--tp-common-black);
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--tp-common-black);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--tp-common-black);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    /* border-color removed - no border color change on focus */
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--tp-common-black);
    font-size: 14px;
    opacity: 1;
}

/*---------------------------------
    1.2 Common Css
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

.z-index-7 {
    position: relative;
    z-index: 7;
}

.z-index-8 {
    position: relative;
    z-index: 8;
}

.z-index-9 {
    position: relative;
    z-index: 9;
}

.z-index-10 {
    position: relative;
    z-index: 10;
}

.gx-5 {
    --bs-gutter-x: 5px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}

.gx-45 {
    --bs-gutter-x: 45px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.gx-60 {
    --bs-gutter-x: 60px;
}

.gx-70 {
    --bs-gutter-x: 70px;
}

.gx-80 {
    --bs-gutter-x: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gx-80 {
        --bs-gutter-x: 30px;
    }
}

.gx-90 {
    --bs-gutter-x: 90px;
}

.gx-100 {
    --bs-gutter-x: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .gx-100 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .gx-100 {
        --bs-gutter-x: 250px;
    }
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tp-text-white {
    color: var(--tp-common-white);
}

.tp-text-black {
    color: var(--tp-common-black);
}

/* dropcap */
.tp-dropcap::first-letter {
    float: left;
    width: 65px;
    height: 85px;
    font-size: 90px;
    line-height: 0.8;
    font-weight: 600;
    margin-right: 5px;
    text-align: center;
    line-height: inherit;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-body);
}

.tp-slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.tp-slide-transtion .swiper-slide {
    width: auto;
}

.tp-line-anim {
    display: inline;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-anim:hover {
    background-size: 0% 1px, 100% 1px;
}

.tp-border-effect {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.tp-border-effect::before {
    content: "";
    width: 200%;
    height: 200%;
    opacity: 0;
    border-radius: 20px;
    position: absolute;
    top: var(--y) !important;
    left: var(--x) !important;
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--tp-theme-1), var(--tp-common-paste));
    transition: 0.5s, top 0s, left 0s;
}

.tp-border-effect>* {
    z-index: 2;
    position: relative;
}

.tp-border-effect::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 20px;
    background: var(--tp-common-black);
}

.tp-border-effect:hover::before {
    opacity: 1;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}
@media (max-width: 1023px) {
    .header-transparent{
		position: relative;
	}
}



.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-common-white);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--tp-common-black);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tp-btn-purple {
    display: inline-flex !important;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 30px;
    border-radius: 30px;
    position: relative;
    transition: 0.3s;
    letter-spacing: -0.34px;
    color: var(--tp-common-white) !important;
    background-color: var(--tp-theme-1);
    width: auto !important;
}

.tp-btn-purple .icon-left {
    opacity: 0;
    margin-left: -18px;
    transition: 0.3s;
}

.tp-btn-purple .icon-right {
    opacity: 1;
    margin-right: 0;
    transition: 0.3s;
}

.tp-btn-purple:hover {
    color: var(--tp-common-white);
    border-radius: 29px 29px 0 29px;
}

.tp-btn-purple:hover .icon-left {
    opacity: 1;
    margin-left: 0;
}

.tp-btn-purple:hover .icon-right {
    opacity: 0;
    margin-right: -18px;
}

.tp-btn-purple.btn-h-48 {
    padding: 15px 26px;
}

.tp-btn-purple.btn-h-52 {
    padding: 18px 26px;
}

.tp-btn-purple.btn-black {
    background-color: var(--tp-common-black);
}

.tp-btn-purple.btn-white {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

.tp-btn-purple.btn-paste {
    color: var(--tp-common-black);
    background-color: var(--tp-common-paste);
}

.tp-btn-purple.paste-bg {
    font-size: 14px;
    padding: 10px 30px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-paste);
}

.tp-btn-border-gradiant {
    padding: 1px;
    display: inline-flex;
    border-radius: 100px;
    justify-content: center;
    color: var(--tp-common-black);
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
}

.tp-btn-border-gradiant.btn-bg-black {
    color: var(--tp-common-white);
}

.tp-btn-border-gradiant.btn-bg-black span {
    background-color: var(--tp-common-black);
}

.tp-btn-border-gradiant span {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    padding: 21px 24px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.34px;
    font-family: var(--tp-ff-sora);
    background: var(--tp-common-white);
    transition: all 0.3s ease, background 0.5s ease;
}

@media (max-width: 767px) {
    .tp-btn-border-gradiant span {
        font-size: 16px;
        padding: 18px 22px;
    }
}

.tp-btn-border-gradiant span i {
    margin-left: 12px;
}

.tp-btn-border-gradiant span svg {
    margin-left: 8px;
}

.tp-btn-border-gradiant:hover span {
    background-color: transparent;
    color: var(--tp-common-white);
}

.tp-btn-border-white {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    padding: 20px 30px;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    letter-spacing: -0.34px;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
}

.tp-btn-border-white span svg {
    margin-left: 10px;
    transform: translateY(-1px);
}

.tp-btn-border-white:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

.tp-btn-grey {
    background: transparent;
}

.tp-btn-grey:hover {
    background: var(--tp-common-black);
}

.tp-btn-grey:hover span {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
}

.tp-btn-grey span {
    background: var(--tp-gray-1);
}

.tp-btn-primary {
    background: transparent;
}

.tp-btn-primary:hover {
    background: var(--tp-common-black);
}

.tp-btn-primary:hover span {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
}

.tp-btn-primary span {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-btn-paste {
    background: transparent;
}

.tp-btn-paste:hover {
    background: var(--tp-theme-1);
}

.tp-btn-paste:hover span {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-btn-paste span {
    background: var(--tp-common-paste);
    color: var(--tp-common-black);
}

.tp-doubble-effect {
    display: inline-flex;
    align-items: center;
}

.tp-doubble-effect span {
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
}

.tp-doubble-effect span::before,
.tp-doubble-effect span::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}

.tp-doubble-effect span::before {
    left: 0;
}

.tp-doubble-effect span::after {
    left: -1rem;
    transform: translate(-100%);
}

.tp-doubble-effect:hover span::after {
    transform: translate(1rem);
}

.tp-doubble-effect:hover span::before {
    transform: translate(calc(100% + 1rem));
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes text_upper {
    0% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-105%);
    }
}

@keyframes text_bottom {
    0% {
        transform: translateY(105%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes ai-robot {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(20px, -5px);
    }

    40% {
        transform: translate(50px, 20px);
    }

    60% {
        transform: translate(20px, 50px);
    }

    80% {
        transform: translate(-20px, 30px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes spain {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slide-har-2 {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes waveRun {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes lightning {
    0% {
        filter: brightness(1);
    }

    86% {
        filter: brightness(1);
    }

    87.75% {
        filter: brightness(1.4);
    }

    89.5% {
        filter: brightness(1);
    }

    93% {
        filter: brightness(2);
    }

    100% {
        filter: brightness(1);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes shrink-anim {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.7, 1.1);
    }

    50% {
        transform: scale(1.1, 0.7);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    color: #fff;
    user-select: none;
    background-color: var(--tp-common-black);
}

.preloader.is-loading .preloader-circle-inner,
.preloader.is-loading .preloader-circle-shadow {
    animation-play-state: running;
}

.preloader.is-loaded {
    pointer-events: none;
}

.preloader .preloader-overlay {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-black);
    z-index: 99999999;
    opacity: 1;
    animation: tp-fade-out 2s forwards;
}

@keyframes tp-fade-out {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.preloader .preloader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .preloader-circle-wrap {
    gap: 10px;
    position: relative;
    display: flex;
    inset-inline-start: 0;
    align-items: center;
    justify-content: center;
    transform: translateX(16px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .preloader .preloader-circle-wrap {
        transform: translateX(-5px);
    }
}

@media only screen and (min-width: 1025px) {
    .preloader .preloader-circle-wrap {
        transform: none;
    }
}

.preloader .preloader-circle-inner-wrap {
    position: absolute;
    width: 10px;
    height: 100%;
    top: 50%;
    inset-inline-start: -16px;
    transform: translate(-100%, -50%);
    z-index: 10000;
}

@media only screen and (min-width: 1025px) {
    .preloader .preloader-circle-inner-wrap {
        inset-inline-start: -30px;
    }
}

.preloader .preloader-circle-shadow {
    position: absolute;
    width: 16px;
    height: 4px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    bottom: 0;
    border-radius: 50%;
    filter: blur(12px);
    box-shadow: 0 4px 20px 0 #fff;
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    animation-play-state: paused;
    animation: tp-shadow-blur 1s linear infinite;
}

.preloader .preloader-circle-inner {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFF;
    animation: tp-bounce-anim 1s linear infinite;
    box-shadow: 0 0 12px 0 #fdfdf9;
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    animation-play-state: paused;
}

.preloader.is-loaded .preloader-circle-shadow {
    display: none;
}

.preloader.is-loaded .preloader-circle-inner {
    animation: fadeLeftToRight 0.7s linear;
}

.preloader .preloader-circle {
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    background-color: rgba(0, 255, 194, 0.1);
    box-shadow: 0 0 20px 0 #FFF;
    filter: blur(10px);
}

@keyframes tp-shadow-blur {

    0%,
    100% {
        filter: blur(12px);
        transform: translate(-50%) scale(0.6);
        opacity: 0.4;
    }

    30% {
        filter: blur(2px);
        transform: translate(-50%, -0.5rem) scale(1);
        opacity: 1;
    }
}

@keyframes fadeLeftToRight {
    0% {
        filter: blur(0);
        transform: translate(0) scale(1);
        opacity: 1;
    }

    30% {
        transform: translate(-3000%, 0);
    }

    40% {
        transform: translate(-2000%, 0);
    }

    60% {
        transform: translate(0, 0);
    }

    100% {
        filter: blur(12px);
        transform: translate(1000%, 0) scale(7);
        opacity: 0.4;
    }
}

@keyframes tp-bounce-anim {

    0%,
    100% {
        transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
    }

    25% {
        transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
    }

    50% {
        transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
    }

    75% {
        transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
    }
}

/*----------------------------------------*/
/*  2.5 Breadcrumb scss
/*----------------------------------------*/
.tp-breadcrumb-top-ptb {
    padding-top: 160px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-breadcrumb-top-ptb {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .tp-breadcrumb-top-ptb {
        padding-bottom: 30px;
    }
}

.tp-breadcrumb-ptb {
    border-radius: 20px;
    padding: 0;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.tp-breadcrumb-ptb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(13, 13, 13, 0.92) 0%, rgba(13, 13, 13, 0.4) 50%, transparent 100%);
    z-index: 0;
    border-radius: 20px;
    pointer-events: none;
}

.tp-breadcrumb-ptb::after {
    display: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-breadcrumb-ptb {
        min-height: 280px;
        margin: 0 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-breadcrumb-ptb {
        min-height: 260px;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .tp-breadcrumb-ptb {
        min-height: 175px;
        margin: 0;
        border-radius: 0;
    }
    .tp-breadcrumb-action {
		position: absolute !important;
		top: 10px !important;
		right: 10px !important;
	}
	.tp-breadcrumb-content {
        position: inherit !important;
    }
    .tp-breadcrumb-ptb::before {
        border-radius: 0;
    }
    
    .tp-breadcrumb-content {
        padding: 0 0 28px;
        min-height: 0;
    }
}

.tp-breadcrumb-title {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
    position: relative;
    z-index: 2;
    margin: 0 0 6px;
    font-family: var(--tp-ff-heading);
    display: block;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.tp-breadcrumb-title::after {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-breadcrumb-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-breadcrumb-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-breadcrumb-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .tp-breadcrumb-title {
        font-size: 20px;
        margin-bottom: 4px;
    }
}

.tp-breadcrumb-list {
    padding: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: transparent;
    border: none;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.tp-breadcrumb-list span {
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.tp-breadcrumb-list span a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
    position: relative;
    padding-bottom: 1px;
}

.tp-breadcrumb-list span a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    transition: width 0.25s ease;
}

.tp-breadcrumb-list span a:hover {
    color: var(--tp-common-white);
}

.tp-breadcrumb-list span a:hover::after {
    width: 100%;
}

.tp-breadcrumb-list span.dvdr {
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}

.tp-breadcrumb-list span:last-child {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

@media (max-width: 767px) {
    .tp-breadcrumb-list {
        font-size: 12px;
    }
    
    .tp-breadcrumb-list span {
        font-size: 12px;
    }
    
    .tp-breadcrumb-list span.dvdr {
        padding: 0 6px;
        font-size: 11px;
    }
}

.tp-breadcrumb-shape {
    display: none;
}

.tp-breadcrumb-shape-2 {
    display: none;
}

.tp-breadcrumb-bigtext {
    display: none;
}

.tp-breadcrumb-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    min-height: 0;
    padding: 0 0 40px;
    gap: 24px;
}

.tp-breadcrumb-area .row {
    align-items: stretch;
    margin: 0;
    width: 100%;
}

.tp-breadcrumb-area .col-12 {
    padding: 0;
    display: flex;
    align-items: stretch;
}

.tp-breadcrumb-ptb .row {
    width: 100%;
    flex: 1;
    align-items: flex-end;
}

.tp-breadcrumb-ptb .col-12 {
    flex: 1;
}


@media (max-width: 767px) {
    .tp-breadcrumb-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0px;
        padding: 0 0 28px;
    }
    
    .tp-breadcrumb-main {
        align-items: center;
    }
    
    .tp-breadcrumb-action {
        width: 100%;
        justify-content: center;
    }
}

.tp-breadcrumb-main {
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
    align-items: flex-start;
}

.tp-breadcrumb-main:has(.tp-breadcrumb-desc) {
    flex-direction: column;
    gap: 4px;
}

.tp-breadcrumb-main .tp-breadcrumb-title {
    margin-bottom: 0;
}

.tp-breadcrumb-main .tp-breadcrumb-title.mb-15 {
    margin-bottom: 0 !important;
}

.tp-breadcrumb-desc {
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 14px;
    max-width: 520px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .tp-breadcrumb-desc {
        font-size: 14px;
        margin-bottom: 5px;
        max-width: 100%;
        text-align: left;
        line-height: normal;
    }
	.tp-breadcrumb-back-btn {
		gap: 8px;
		padding: 3px 7px !important;
	}
}

.tp-breadcrumb-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.tp-breadcrumb-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.tp-breadcrumb-back-btn:hover {
    color: var(--tp-common-white);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.5);
}

.tp-breadcrumb-back-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.tp-breadcrumb-back-icon svg {
    display: block;
}

/*----------------------------------------*/
/*  2.6 Section Title
/*----------------------------------------*/
.tp-section-title {
    font-size: 50px;
    font-weight: var(--tp-ff-heading-weight, 500);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .tp-section-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-section-title br {
        display: none;
    }
}

.tp-section-title.color-white {
    color: var(--tp-common-white);
}

.tp-section-title.fs-24 {
    font-size: 24px;
    letter-spacing: -0.01em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .tp-section-title.fs-24 {
        font-size: 22px;
    }
}

.tp-section-title.fs-26 {
    font-size: 26px;
    letter-spacing: -0.52px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .tp-section-title.fs-26 {
        font-size: 22px;
    }
}

.tp-section-title.fs-36 {
    font-size: 36px;
    letter-spacing: -0.54px;
}

.tp-section-title.fs-40 {
    font-size: 40px;
}

.tp-section-title.fs-60 {
    font-size: 60px;
    letter-spacing: -1.8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title.fs-60 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .tp-section-title.fs-60 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title.fs-60 {
        font-size: 45px;
    }
}

.tp-section-title.fs-70 {
    font-size: 70px;
    letter-spacing: -2.6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-section-title.fs-70 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title.fs-70 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title.fs-70 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .tp-section-title.fs-70 {
        font-size: 45px;
        letter-spacing: -2px;
    }
}

.tp-section-title.fs-80 {
    font-size: 80px;
    letter-spacing: -2.4px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-section-title.fs-80 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title.fs-80 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .tp-section-title.fs-80 {
        font-size: 40px;
    }
}

.tp-section-title.fs-90 {
    font-size: 90px;
    letter-spacing: -2.7px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-section-title.fs-90 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title.fs-90 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .tp-section-title.fs-90 {
        font-size: 40px;
    }
}

.tp-section-title.fs-110 {
    font-size: 110px;
    line-height: 1;
    letter-spacing: -2.2px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-section-title.fs-110 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title.fs-110 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .tp-section-title.fs-110 {
        font-size: 40px;
    }
}

.tp-section-title.fw-600 {
    font-weight: 600;
}

.tp-section-title .text-gradient {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tp-section-title .text-gradient .word {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tp-section-subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}

.tp-section-subtitle.color-peste {
    color: var(--tp-common-paste);
}

/*----------------------------------------*/
/*  2.7 select
/*----------------------------------------*/
.nice-select.Qxiro-select {
    position: relative;
    height: 40px;
    line-height: 56px;
    border-radius: 10px;
    background: var(--tp-gray-1);
    line-height: 40px;
    padding-right: 50px;
    padding-left: 25px;
    width: auto;
}

.nice-select.Qxiro-select span.current {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.17px;
    color: var(--tp-common-black);
    text-transform: math-auto;
}

.nice-select.Qxiro-select::after {
    position: absolute;
    content: "\f078";
    display: block;
    top: 50%;
    right: 20px;
    margin-top: 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    -webkit-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transform-origin: center;
    transform: translateY(-50%);
    color: var(--tp-common-black);
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
}

.nice-select.Qxiro-select.open::after {
    transform: translateY(-50%) rotate(-180deg);
}

.nice-select.Qxiro-select.open {
    border-color: var(--tp-common-black);
}

.nice-select.Qxiro-select .list {
    width: 100%;
    background: var(--tp-gray-1);
    border: none;
    box-shadow: none;
}

.nice-select.Qxiro-select .list li {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-black);
    text-transform: math-auto;
}

.nice-select.Qxiro-select .list li.selected {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.17px;
    color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.tp-pagination nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.tp-pagination nav ul li {
    display: inline-block;
}

.tp-pagination nav ul li:not(:last-child) {
    margin-right: 6px;
}

.tp-pagination nav ul li a,
.tp-pagination nav ul li span {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid rgba(13, 13, 13, 0.1);
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-text-body);
    border-radius: 10px;
}

.tp-pagination nav ul li a:hover,
.tp-pagination nav ul li a.current,
.tp-pagination nav ul li span:hover,
.tp-pagination nav ul li span.current {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-pagination nav ul li a svg,
.tp-pagination nav ul li span svg {
    transform: translateY(-2px);
}

/*----------------------------------------*/
/*  2.8 Search
/*----------------------------------------*/
.tp-search-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 190px;
    opacity: 0;
    visibility: hidden;
    background: var(--tp-common-white);
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.tp-search-area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.tp-search-area.opened {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.tp-search-wrapper {
    position: relative;
    display: flex;
    padding-top: 80px;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-search-wrapper {
        padding-top: 115px;
    }
}

.tp-search-close {
    position: absolute;
    top: 35px;
    right: 35px;
}

@media (max-width: 767px) {
    .tp-search-close {
        right: 20px;
        top: 20px;
    }
}

.tp-search-close-btn {
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 2;
    line-height: 1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    color: var(--tp-common-black);
    border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-search-close-btn svg {
    height: 12px;
    width: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.tp-search-close-btn:hover svg {
    transform: rotate(45deg);
}

.tp-search-content .search {
    margin-bottom: 40px;
}

.tp-search-content .search:hover .tp-search-icon {
    color: var(--tp-common-black);
}

.tp-search-content input {
    font-size: 17px;
    font-weight: 400;
    height: 50px;
    padding: 0 48px;
    border-radius: 8px;
    letter-spacing: -0.17px;
    border: 1px solid #E6E8F0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    box-shadow: 0px 1px 2px 0px rgba(164, 172, 185, 0.25);
}

.tp-search-content input:focus~button {
    color: var(--tp-common-black);
}

.tp-search-content input:focus {
    border-color: var(--tp-common-black);
}

.tp-search-content input:focus:hover {
    background: transparent;
}

.tp-search-content input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A8AAAD;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.17px;
}

.tp-search-content input::-moz-placeholder {
    /* Firefox 19+ */
    color: #A8AAAD;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.17px;
}

.tp-search-content input:-moz-placeholder {
    /* Firefox 4-18 */
    color: #A8AAAD;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.17px;
}

.tp-search-content input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: #A8AAAD;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.17px;
}

.tp-search-content input::placeholder {
    /* MODERN BROWSER */
    color: #A8AAAD;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.17px;
}

.tp-search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
}

@media (max-width: 767px) {
    .header-transparent {
        position: relative;
    }
}

.tp-header-bg {
    padding: 0 20px;
    padding-left: 30px;
    border-radius: 100px;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-mobile-space {
        padding: 7px 20px;
    }
}

.tp-header-shadow {
    box-shadow: 0 8px 40px -10px rgba(13, 13, 13, 0.08);
}

.tp-header-menu>nav>ul>li {
    margin: 0 15px;
    list-style-type: none;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-menu>nav>ul>li {
        margin: 0 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-menu>nav>ul>li {
        margin: 0 15px;
    }
}

.tp-header-menu>nav>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 39px 0;
    display: inline-block;
    color: var(--tp-common-black);
    transition: all 0.3s ease;
    position: relative;
}

.tp-header-menu>nav>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--tp-theme-1);
    transition: width 0.3s ease;
}

.tp-header-menu>nav>ul>li>a.active {
    color: var(--tp-theme-1);
}

.tp-header-menu>nav>ul>li>a.active::after {
    width: 100%;
}

.tp-header-menu>nav>ul>li>a:hover {
    color: var(--tp-theme-1);
}

.tp-header-menu>nav>ul>li>a:hover::after,
.tp-header-menu>nav>ul>li:hover>a::after {
    width: 100%;
}

/* Alt menü açıkken border açık kalsın */
.tp-header-menu>nav>ul>li.has-dropdown:hover>a::after,
.tp-header-dropdown nav ul li.has-dropdown:hover>a::after {
    width: 100% !important;
}

.tp-header-menu>nav>ul>li.has-dropdown:hover>a,
.tp-header-dropdown nav ul li.has-dropdown:hover>a {
    color: var(--tp-theme-1);
}

.tp-header-bar {
    height: 58px;
    width: 58px;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    color: var(--tp-common-black);
    border: 1px solid rgba(13, 13, 13, 0.1);
}

.tp-header-4-top-wrap {
    padding: 0px 30px;
    border-radius: 40px;
    background: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-4-top-wrap {
        display: none;
    }
}

/* Mobile header topbar (only dil + para) */
.tp-header-mobile-topbar {
    background: var(--tp-common-black);
    padding: 6px 0;
}
.tp-header-mobile-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.tp-header-mobile-topbar-select {
    position: relative;
    flex: 1 1 0;
}
.tp-header-mobile-topbar-select select {
    width: 100%;
    padding: 4px 28px 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tp-header-mobile-topbar-select::after {
    content: "▾";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #fff;
    pointer-events: none;
}

.tp-header-mobile-topbar-select select option {
    background-color: #ffffff;
    color: #000000;
}

.tp-header-mobile-topbar-select--lang {
    position: relative;
}
.tp-header-mobile-flag {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.tp-header-mobile-topbar-select--lang select {
    padding-left: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-4-top-wrap {
        margin-bottom: 20px;
    }
}

.tp-header-4-top-text p {
    margin: 0;
    color: var(--tp-common-white);
}

.tp-header-4-top-text p span {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Topbar inline menu (no dropdown) */
.tp-topbar-inline {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.tp-topbar-menu {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-topbar-menu li {
    margin: 0;
    padding: 0;
}

.tp-topbar-menu a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.tp-topbar-menu a:hover {
    color: var(--tp-common-white);
    opacity: 1;
}

.tp-header-4-top-lan {
    padding: 10px 0;
}

.tp-header-4-top-lan:hover .tp-header-4-top-lan-content {
    top: 46px;
    opacity: 1;
    visibility: visible;
}

.tp-header-4-top-lan.is-open .tp-header-4-top-lan-content {
    top: 46px;
    opacity: 1;
    visibility: visible;
}

.tp-header-4-top-lan span {
    font-size: 14px;
    cursor: pointer;
    color: var(--tp-common-white);
}

.tp-header-4-top-lan span svg {
    margin: 0 4px;
    display: inline-block;
}

.tp-header-4-top-lan-content {
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	z-index:9;
}

.tp-header-4-top-lan-content ul {
    padding: 10px;
    width: 150px;
    -webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
    display: inline-block;
    background-color: var(--tp-common-white);
	border-right: 1px solid var(--tp-common-black);
	border-bottom: 1px solid var(--tp-common-black);
	border-left: 1px solid var(--tp-common-black);
}

.tp-header-4-top-lan-content ul li {
    list-style: none;
    color: var(--tp-common-black);
}

.tp-header-4-top-lan-content ul li a {
    display: block;
    padding: 4px 10px;
}

.tp-header-4-top-lan-content ul li a:hover {
    background-color: var(--tp-gray-1);
}

.tp-header-4-top-social {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    gap: 10px;
}

.tp-header-4-top-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: var(--tp-common-white);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-right: 0;
}

.tp-header-4-top-social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(160, 32, 240, 0.3), rgba(0, 255, 209, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tp-header-4-top-social a span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-header-4-top-social a svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.tp-header-4-top-social a:hover {
    color: var(--tp-common-white);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tp-header-4-top-social a:hover::before {
    opacity: 1;
}

.tp-header-4-top-social a:hover svg {
    transform: scale(1.1);
}

/* Header Action Icons - Search, Cart, User */
.tp-header-action {
    display: flex;
    align-items: center;
    gap: 0;
}

.tp-header-search,
.tp-header-cart,
.tp-header-user {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    padding: 0;
    cursor: pointer;
}

.tp-header-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    color: var(--tp-common-black);
}

.tp-header-cart {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    color: var(--tp-common-black);
    margin-left: 5px;
}

.tp-header-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    color: var(--tp-common-black);
    margin-left: 5px;
}

.tp-header-search:hover {
    color: var(--tp-theme-1);
    transform: translateY(-2px);
}

.tp-header-cart:hover {
    color: var(--tp-theme-1);
    transform: translateY(-2px);
}

.tp-header-user:hover {
    color: var(--tp-theme-1);
    transform: translateY(-2px);
}

.tp-header-siparis-takip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-left: 8px;
    color: var(--tp-common-black);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
.tp-header-siparis-takip:hover {
    color: var(--tp-theme-1);
    background: rgba(0, 0, 0, 0.04);
}
.tp-siparis-takip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tp-siparis-takip-icon svg {
    width: 18px;
    height: 18px;
}
.tp-header-search span,
.tp-header-cart span,
.tp-header-user span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tp-header-search svg,
.tp-header-cart svg,
.tp-header-user svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}


/* Cart Icon and Count Badge */
.tp-header-cart .tp-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tp-header-cart svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}


.tp-header-cart .tp-cart-count {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    height: 14px;
    width: auto;
    padding: 0 3px;
    border-radius: 3px;
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(160, 32, 240, 0.2);
}

.tp-header-6-style {
    padding: 14px;
    border-radius: 100px;
    display: inline-block;
    backdrop-filter: blur(20px);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.08) 17.93%, rgba(255, 255, 255, 0.08) 81.51%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-6-style {
        margin-left: 0;
    }
}

.tp-header-6-style .tp-header-menu>nav>ul>li {
    margin: 0;
}

.tp-header-6-style .tp-header-menu>nav>ul>li:not(:last-of-type) {
    margin-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-6-style .tp-header-menu>nav>ul>li:not(:last-of-type) {
        margin-right: 8px;
    }
}

.tp-header-6-style .tp-header-menu>nav>ul>li>a {
    padding: 8px 19px;
    border-radius: 32px;
    color: var(--tp-common-white);
    background: var(--tp-common-black);
}

.tp-header-6-style .tp-header-dropdown nav ul li .tp-submenu {
    top: 145%;
}

.tp-header-6-style.header-10-style .tp-header-menu>nav>ul>li>a {
    color: var(--tp-common-black);
    background: var(--tp-common-white);
}

.tp-header-6-style.header-10-style .tp-header-menu>nav>ul>li>a.active {
    color: var(--tp-theme-1);
}

.tp-header-6-style.header-10-style .tp-header-menu>nav>ul>li>a::after {
    color: var(--tp-common-black);
}

.tp-header-6-action .tp-header-bar {
    flex: 0 0 auto;
    color: var(--tp-common-white);
    border-color: rgba(255, 255, 255, 0.25);
}

.tp-header-6-action.header-10-action .tp-header-search {
    color: var(--tp-common-white);
}

.tp-header-6-action.header-10-action .tp-btn-border-gradiant {
    color: var(--tp-common-black);
}

.tp-header-6-action.header-10-action .tp-btn-border-gradiant:hover span {
    background-color: transparent;
}

.tp-header-6-action.header-10-action .tp-btn-border-gradiant span {
    background: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-9-area .tp-header-bar {
        filter: invert(1);
    }
}

.tp-header-inner-top-wrap {
    border-radius: 10px;
}

.tp-header-inner-top-wrap .tp-header-4-top-lan {
    padding: 7px 0;
}

.tp-header-inner-wrap {
    padding: 0 30px;
    border-radius: 20px;
    background: var(--tp-common-white);
    box-shadow: 0 8px 40px -10px rgba(13, 13, 13, 0.08);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-inner-wrap {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-header-inner-wrap {
        padding: 10px 10px;
    }
}

/*----------------------------------------*/
/*  4.4 menu scss
/*----------------------------------------*/
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 10;
    visibility: visible;
    background: var(--tp-common-white);
    box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-sticky.pt-20 {
    padding-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-sticky .tp-header-mobile-space {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-sticky .tp-header-logo {
        padding: 15px 0;
    }
}
.tp-header-logo img{
	max-height:80px;
}
.header-sticky .tp-header-6-style.header-10-style {
    padding: 0;
}

.header-sticky .tp-header-6-style.header-10-style .tp-header-dropdown nav ul li .tp-submenu {
    top: 100%;
}

.header-sticky .tp-header-6-action.header-10-action .tp-header-search {
    color: var(--tp-common-black);
}

.header-sticky .tp-header-6-action.header-10-action .tp-header-bar {
    color: var(--tp-common-black);
    border-color: rgba(13, 13, 13, 0.4);
}

.header-sticky .tp-header-inner-wrap {
    margin-top: 0;
    padding: 0;
}

.header-sticky .tp-header-menu>nav>ul>li>a {
    padding: 30px 0;
}

.header-sticky.black-header-style {
    backdrop-filter: blur(20px);
    background: rgba(27, 27, 27, 0.9);
}

.header-sticky.black-header-style .tp-header-6-style {
    padding: 0;
    border-radius: 0;
    backdrop-filter: blur(0);
    background: transparent;
}

.header-sticky.black-header-style .tp-header-6-style .tp-header-menu>nav>ul>li>a {
    background-color: transparent;
}

.header-sticky.black-header-style .tp-header-6-style .tp-header-menu>nav>ul>li>a:hover {
    color: var(--tp-common-paste);
}

.header-sticky.black-header-style .tp-header-6-style .tp-header-menu>nav>ul>li>a.active {
    color: var(--tp-common-paste);
}

.header-sticky.black-header-style .tp-header-6-style .tp-header-dropdown nav ul li .tp-submenu {
    top: 100%;
    background: rgba(27, 27, 27, 0.9);
}

.header-sticky.black-header-style .tp-header-6-style .tp-header-dropdown nav ul li .tp-submenu li a {
    color: var(--tp-common-white);
}

.header-sticky.tp-header-9-area .tp-header-bar {
    filter: invert(0);
}

.header-sticky .logo-white {
    display: none;
}

.header-sticky .logo-black {
    display: block !important;
}

.logo-black {
    display: none;
}

/*----------------------------------------*/
/*  4.1 dropdown scss
/*----------------------------------------*/
.tp-header-dropdown nav ul li {
    position: relative;
    list-style: none;
}

.tp-header-dropdown nav ul li.p-static {
    position: static;
}

.tp-header-dropdown nav ul li.tp-menu-last .tp-submenu {
    left: auto;
    right: 0;
}

.tp-header-dropdown nav ul li .tp-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    z-index: 99;
    opacity: 0;
    padding: 12px 0;
    transition: 0.5s;
    text-align: start;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tp-header-dropdown nav ul li .tp-submenu li {
    width: 100%;
    padding: 6px 30px;
}

.tp-header-dropdown nav ul li .tp-submenu li a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    display: inline-block;
    color: var(--tp-common-black);
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-dropdown nav ul li .tp-submenu li a {
        font-size: 14px;
    }
}

.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
    top: 0;
    left: 100%;
}

.tp-header-dropdown nav ul li .tp-submenu li:hover>a {
    color: var(--tp-theme-1);
    transform: none;
    background-color: transparent;
}

.tp-header-dropdown nav ul li.p-static .tp-submenu.tp-megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(-15px);
    width: 100%;
    max-width: calc(100vw - 120px);
}

.tp-header-dropdown nav ul li.p-static:hover>.tp-submenu.tp-megamenu,
.tp-header-dropdown nav ul li.p-static .tp-submenu.tp-megamenu:hover,
.tp-header-dropdown nav ul li.p-static.tp-header-megamenu-carousel-open>.tp-submenu.tp-megamenu {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.tp-header-dropdown nav ul li .tp-submenu.tp-megamenu {
    width: 1830px;
    max-width: calc(100vw - 60px);
    padding: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(-15px);
    background: var(--tp-gray-1);
    border-radius: 12px;
    pointer-events: none; /* Kapalıyken panel alanı fare olayı almasın, yanlış açılma olmasın */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tp-header-dropdown nav ul li:hover>.tp-submenu.tp-megamenu,
.tp-header-dropdown nav ul li .tp-submenu.tp-megamenu:hover,
/* JS ile açık tutma: carousel butonundayken başka menü açılmasın (benzersiz sınıf) */
.tp-header-dropdown nav ul li.tp-header-megamenu-carousel-open>.tp-submenu.tp-megamenu {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    pointer-events: auto;
}
/* Carousel megamenu açıkken diğer megamenülerin hover ile açılmasını engelle */
.tp-header-dropdown.tp-header-megamenu-carousel-pinned nav ul li:not(.tp-header-megamenu-carousel-open):hover>.tp-submenu.tp-megamenu,
.tp-header-dropdown.tp-header-megamenu-carousel-pinned nav ul li:not(.tp-header-megamenu-carousel-open) .tp-submenu.tp-megamenu:hover {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.tp-header-dropdown.tp-header-megamenu-carousel-pinned nav ul li:not(.tp-header-megamenu-carousel-open)>.tp-submenu.tp-megamenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Sticky header: megamenu full width (no side gaps) */
@media (min-width: 1200px) {
    #header-sticky.header-sticky .tp-header-dropdown nav ul li.p-static .tp-submenu.tp-megamenu,
    #header-sticky.header-sticky .tp-header-dropdown nav ul li .tp-submenu.tp-megamenu {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 50% !important;
        right: auto !important;
        border-radius: 0 !important;
    }
}

/* Mega Menu Grid - 6 sütunlu, ilk satır 6 kart, ikinci satır 4 kart */
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.mega-menu-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.mega-menu-item a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: var(--tp-text-body);
    min-height: 120px;
    height: 120px;
    position: relative;
}

.mega-menu-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    color: #999;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    pointer-events: none;
}

.mega-menu-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--tp-text-body);
    transition: color 0.3s ease;
    margin: 0;
    padding-right: 50px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.mega-menu-item:hover .mega-menu-title {
    color: var(--tp-text-body);
}

.mega-menu-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    color: #999;
    position: absolute;
    top: 16px;
    right: 16px;
}

.mega-menu-item:hover .mega-menu-arrow {
    background: #e5e5e5;
    color: #666;
    transform: translateX(3px);
}

.mega-menu-arrow svg {
    width: 16px;
    height: 16px;
}

/* Service Mega Menu Styles */
.service-mega-menu {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.service-menu-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service-menu-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.service-menu-item a {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-decoration: none;
    color: var(--tp-text-body);
    height: 100%;
    position: relative;
}

.service-menu-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.service-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-menu-item:hover .service-menu-image img {
    transform: scale(1.05);
}

.service-menu-item .mega-menu-title {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 16px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--tp-text-body);
    background: #fff;
    flex: 1;
    display: flex;
    align-items: center;
}

.service-menu-item .mega-menu-arrow {
    display: none;
}

.service-mega-menu-footer {
    text-align: center;
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-show-all-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none !important;
    cursor: pointer;
    min-width: 50px !important;
    max-width: 50px !important;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    outline: none !important;
    vertical-align: middle;
}

.service-show-all-btn:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    transform: scale(1.1);
    transform-origin: center center;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.service-show-all-btn svg {
    width: 18px;
    height: 18px;
    color: #fff !important;
    stroke: #fff !important;
    fill: none;
}

.service-show-all-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5) !important;
    outline-offset: 2px;
}

.service-show-all-btn svg {
    width: 18px;
    height: 18px;
    color: #fff !important;
    stroke: #fff !important;
    fill: none;
}

.service-show-all-btn span {
    display: inline;
    font-size: 16px;
    color: #fff !important;
}

/* Blog Mega Menu Styles */
.blog-mega-menu-wrapper {
    padding: 0;
    min-height: 400px;
}

.blog-mega-menu-intro {
    padding-right: 40px;
}

.blog-mega-menu-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-mega-menu-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--tp-text-body);
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
}

.blog-mega-menu-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #D4A574;
}

.blog-mega-menu-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.blog-mega-menu-carousel-wrapper {
    position: relative;
    padding-right: 60px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
    min-height: 420px;
    display: flex;
    align-items: center;
}

/* Butonlar dropdown içinde kalmalı (right: -35px ile dışarı taşınca Haberler menüsü açılıyordu) */
.blog-mega-menu-carousel-wrapper .blog-carousel-nav {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    z-index: 99999 !important;
    pointer-events: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}

.blog-mega-menu-carousel-wrapper .blog-carousel {
    overflow: hidden;
}

.blog-mega-menu-carousel {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    margin: 0;
    min-height: 400px;
}

.blog-mega-menu-carousel.owl-carousel {
    min-height: 400px;
}

.blog-mega-menu-carousel.owl-carousel .owl-stage-outer {
    min-height: 400px;
}

.blog-mega-menu-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.blog-mega-menu-carousel .owl-stage {
    display: flex;
}

.blog-mega-menu-carousel .owl-item {
    box-sizing: border-box;
    overflow: visible;
    padding-right: 20px;
}

.blog-mega-menu-carousel .owl-item:last-child {
    padding-right: 0;
}

.blog-mega-menu-carousel .owl-item .blog-menu-item {
    width: 100%;
    min-width: 280px;
    max-width: 280px;
}

.blog-mega-menu-carousel .swiper-slide:first-child {
    padding-left: 0;
    margin-left: 0;
}

.blog-mega-menu-carousel .swiper-slide:first-child .blog-menu-item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.blog-mega-menu-carousel .swiper-slide .blog-menu-item {
    overflow: visible;
}

.blog-mega-menu-carousel .swiper-slide:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.blog-mega-menu-carousel .swiper-slide:last-child>* {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.blog-mega-menu-carousel .swiper-slide:last-child .blog-menu-item {
    margin-right: 0;
    padding-right: 0;
}

/* Hide slides that peek after the last visible one */
.blog-mega-menu-carousel .swiper-slide {
    position: relative;
}

/* Ensure first slide is fully visible - no clipping on left */
.blog-mega-menu-carousel .swiper-slide:first-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
    position: relative;
    z-index: 2;
}

.blog-mega-menu-carousel .swiper-slide:first-child .blog-menu-item {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
}

/* Ensure carousel properly clips content */
.blog-mega-menu-carousel-wrapper {
    position: relative;
}

.blog-mega-menu-carousel {
    position: relative;
}

/* Force hide any content that extends beyond the last visible slide */
.blog-mega-menu-carousel .swiper-wrapper {
    position: relative;
}

/* Ensure first slide's left side is fully visible */
.blog-mega-menu-carousel-wrapper {
    padding-left: 0;
}

/* Hide next slide that might peek through */
.blog-mega-menu-carousel .swiper-wrapper::after {
    display: none;
    content: none;
}

.blog-menu-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
    border: none;
    outline: none;
    position: relative;
    margin: 15px 0;
}

.blog-mega-menu-carousel .swiper-slide:first-child .blog-menu-item {
    border: none;
    outline: none;
    margin-left: 0;
}

.blog-mega-menu-carousel .swiper-slide:last-child .blog-menu-item {
    border: none !important;
    outline: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.blog-mega-menu-carousel .swiper-slide:last-child .blog-menu-item * {
    border-right: none !important;
    outline: none !important;
}

.blog-mega-menu-carousel .swiper-slide:last-child .blog-menu-item::after,
.blog-mega-menu-carousel .swiper-slide:last-child .blog-menu-item::before {
    display: none !important;
    content: none !important;
}

.blog-menu-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.blog-menu-item a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--tp-text-body);
    height: 100%;
    width: 100%;
}

.blog-menu-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.blog-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-menu-item:hover .blog-menu-image img {
    transform: scale(1.05);
}

.blog-menu-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-menu-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-text-body);
    margin-bottom: 10px;
    line-height: 1.4;
	height: 45px;
    transition: color 0.3s ease;
}

.blog-menu-item:hover .blog-menu-title {
    color: var(--tp-theme-1);
}

.blog-menu-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
    flex: 1;
}

.blog-menu-action {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-text-body);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
    padding: 0;
    background: transparent;
    border: none;
    margin-top: auto;
}

.blog-menu-action::after {
    content: '→';
    font-size: 14px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.blog-menu-item:hover .blog-menu-action {
    color: var(--tp-theme-1);
}

.blog-menu-item:hover .blog-menu-action::after {
    transform: translateX(3px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-mega-menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .blog-menu-image {
        height: 160px;
    }

    .blog-mega-menu-title {
        font-size: 32px;
    }
}

/* Blog Carousel Navigation */
.blog-carousel-nav {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    z-index: 9999 !important;
    pointer-events: auto !important;
    overflow: visible;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto;
    height: auto;
}

.blog-carousel-nav>* {
    pointer-events: auto !important;
}

.blog-carousel-button-prev,
.blog-carousel-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: var(--tp-text-body);
    pointer-events: auto !important;
    position: relative;
    z-index: 10000 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.blog-carousel-button-prev:hover,
.blog-carousel-button-next:hover {
    background: var(--tp-theme-1);
    color: #fff;
    box-shadow: 0 4px 12px rgba(160, 32, 240, 0.3);
    transform: scale(1.1);
}

.blog-carousel-button-prev.swiper-button-disabled,
.blog-carousel-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
}

.blog-carousel-button-prev.swiper-button-disabled:hover,
.blog-carousel-button-next.swiper-button-disabled:hover {
    background: var(--tp-theme-1);
    color: #fff;
    box-shadow: 0 4px 12px rgba(160, 32, 240, 0.3);
    transform: scale(1.1);
}

.blog-carousel-button-prev svg,
.blog-carousel-button-next svg {
    width: 18px;
    height: 18px;
    pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-menu-image {
        height: 150px;
    }

    .blog-mega-menu-title {
        font-size: 28px;
    }

    .blog-mega-menu-intro {
        padding-right: 20px;
    }

    .blog-mega-menu-carousel-wrapper {
        padding-right: 50px;
    }

    .blog-mega-menu-carousel .swiper-slide {
        width: 280px !important;
    }

    .blog-menu-item {
        min-width: 280px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-mega-menu-carousel .swiper-slide {
        width: 280px !important;
    }

    .blog-menu-item {
        min-width: 280px;
    }
}

@media only screen and (min-width: 1400px) {
    .blog-mega-menu-carousel .swiper-slide {
        width: 280px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-mega-menu {
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .service-menu-image {
        height: 180px;
    }
}

/* Mobilde mega menüleri normal menü yap */
@media (max-width: 991px) {
    .tp-header-dropdown nav ul li .tp-submenu.tp-megamenu {
        width: 240px !important;
        max-width: 240px !important;
        padding: 12px 0 !important;
        left: 0 !important;
        transform: translateY(-15px) !important;
        position: absolute !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .tp-header-dropdown nav ul li.p-static .tp-submenu.tp-megamenu {
        left: 0 !important;
        transform: translateY(-15px) !important;
    }

    .tp-header-dropdown nav ul li:hover>.tp-submenu.tp-megamenu {
        transform: translateY(0) !important;
    }

    /* Mega menu grid'i normal liste yap */
    .mega-menu-grid,
    .service-mega-menu,
    .blog-mega-menu-wrapper {
        display: block !important;
        grid-template-columns: none !important;
        gap: 0 !important;
        padding: 0 !important;
    }

    .mega-menu-item,
    .service-menu-item {
        width: 100% !important;
        margin-bottom: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        min-height: auto !important;
        height: auto !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .mega-menu-item a,
    .service-menu-item a {
        padding: 6px 30px !important;
        min-height: auto !important;
        height: auto !important;
        display: block !important;
        position: relative !important;
        background: transparent !important;
        border-radius: 0 !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .mega-menu-title,
    .service-menu-item .mega-menu-title {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        display: block !important;
        padding: 0 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: var(--tp-common-black) !important;
        margin: 0 !important;
    }

    .mega-menu-arrow,
    .service-menu-item .mega-menu-arrow {
        display: none !important;
    }

    /* Service menu image'ları mobilde gizle */
    .service-menu-image {
        display: none !important;
    }

    /* Service footer button'ı gizle */
    .service-mega-menu-footer {
        display: none !important;
    }

    /* Blog mega menu - mobilde shop menüsü gibi normal liste */
    .tp-header-dropdown nav ul li .tp-submenu.tp-megamenu {
        min-height: 0 !important;
        height: auto !important;
    }

    .tp-header-dropdown nav ul li .tp-submenu.tp-megamenu>li {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Blog mega menu wrapper'ı shop menüsü gibi yap */
    .blog-mega-menu-wrapper {
        display: block !important;
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .blog-mega-menu-wrapper .row {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .blog-mega-menu-wrapper .col-lg-3,
    .blog-mega-menu-wrapper .col-lg-9 {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        flex: none !important;
    }

    .blog-mega-menu-intro {
        display: none !important;
    }

    .blog-mega-menu-carousel-wrapper {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .blog-carousel-nav,
    .blog-carousel-nav *,
    .blog-carousel-button-prev,
    .blog-carousel-button-next {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    /* Blog carousel - mobilde shop menüsü gibi normal liste */
    .blog-mega-menu-carousel {
        display: block !important;
        overflow: visible !important;
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .blog-mega-menu-carousel.owl-carousel {
        display: block !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .blog-mega-menu-carousel .owl-stage-outer {
        display: block !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .blog-mega-menu-carousel .owl-stage {
        display: block !important;
        transform: none !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Owl item'ları shop menüsündeki li gibi yap */
    .blog-mega-menu-carousel .owl-item {
        display: list-item !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        float: none !important;
        transform: none !important;
        position: relative !important;
        list-style: none !important;
    }

    /* Blog menu item shop menüsündeki li > a gibi görünsün */
    .blog-mega-menu-carousel .owl-item .blog-menu-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
    }

    .blog-menu-item {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        min-width: auto !important;
        padding: 0 !important;
    }

    /* Blog menu item a tag'i shop menüsündeki gibi olsun */
    .blog-menu-item a {
        position: relative !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        width: 100% !important;
        display: inline-block !important;
        padding: 6px 30px !important;
        text-decoration: none !important;
        color: var(--tp-common-black) !important;
        transition: all 0.3s ease !important;
    }

    .blog-menu-item a:hover {
        color: var(--tp-theme-1) !important;
        transform: none !important;
        background-color: transparent !important;
        padding-left: 30px !important;
    }

    /* Shop menüsündeki gibi sadece text görünsün */
    .blog-menu-image {
        display: none !important;
    }

    .blog-menu-content {
        padding: 0 !important;
        display: block !important;
    }

    /* Blog menu title shop menüsündeki link text gibi olsun - direkt göster */
    .blog-menu-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        color: inherit !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        display: block !important;
    }

    .blog-menu-excerpt,
    .blog-menu-action {
        display: none !important;
    }

    .blog-menu-excerpt {
        display: none !important;
    }

    .blog-menu-action {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-mega-menu {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .service-menu-image {
        height: 160px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {

    .tp-header-dropdown nav ul li .tp-submenu.tp-megamenu,
    .tp-header-dropdown nav ul li.p-static .tp-submenu.tp-megamenu {
        width: 1830px;
        max-width: calc(100vw - 60px);
    }

    .mega-menu-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 18px;
    }

    .mega-menu-item a {
        min-height: 120px;
        height: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .tp-header-dropdown nav ul li .tp-submenu.tp-megamenu,
    .tp-header-dropdown nav ul li.p-static .tp-submenu.tp-megamenu {
        width: 100%;
        max-width: calc(100vw - 60px);
    }

    .mega-menu-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .mega-menu-item a {
        padding: 18px;
        min-height: 110px;
        height: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .tp-header-dropdown nav ul li .tp-submenu.tp-megamenu,
    .tp-header-dropdown nav ul li.p-static .tp-submenu.tp-megamenu {
        width: 100%;
        max-width: calc(100vw - 60px);
    }

    .mega-menu-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .mega-menu-item a {
        padding: 18px;
        min-height: 100px;
        height: 100px;
    }

    .mega-menu-title {
        font-size: 15px;
    }
}

.tp-header-dropdown nav ul li:hover>.tp-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-white-bg nav ul li .tp-submenu {
    background: rgba(255, 255, 255, 0.9);
}

.dropdown-white-bg nav ul li .tp-submenu li a {
    color: #636368;
}

.dropdown-white-bg nav ul li .tp-submenu li:hover>a {
    background-color: #F8F8FB;
    color: var(--tp-common-black);
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children>a::after {
    color: #636368;
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover>a::after {
    color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.3 offcanvas scss
/*----------------------------------------*/
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.tp-offcanvas-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100vh;
    z-index: 999;
    padding: 50px 50px;
    overflow-y: scroll;
    transition: all 0.3s;
    background: #FFF;
    scrollbar-width: none;
    overscroll-behavior-y: contain;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
}

@media (max-width: 767px) {
    .tp-offcanvas-wrapper {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-offcanvas-wrapper {
        width: 450px;
    }
}

.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.tp-offcanvas-top {
    margin-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-offcanvas-top {
        margin-bottom: 40px;
    }
}

.tp-offcanvas-close-btn {
    color: black;
}

.tp-offcanvas-close-btn:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-offcanvas-open-btn span {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-offcanvas-open-btn:hover span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tp-offcanvas-content {
    margin-bottom: 45px;
}

.tp-offcanvas-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #414144;
}

.tp-offcanvas-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.8px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--tp-common-px-black);
}

.tp-offcanvas-title.sm {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--tp-common-px-black);
}

.tp-offcanvas-gallery {
    margin-bottom: 65px;
}

.tp-offcanvas-gallery-img {
    width: 80px;
    border-radius: 8px;
}

.tp-offcanvas-gallery-img img {
    width: 100%;
    transition: 0.9s;
}

.tp-offcanvas-gallery-img:hover img {
    transform: scale(1.2) rotate(-2deg);
}

.tp-offcanvas-contact {
    margin-bottom: 55px;
}

.tp-offcanvas-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tp-offcanvas-contact-item {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    padding: 0;
}

.tp-offcanvas-contact-link {
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tp-offcanvas-contact-link:hover {
    color: var(--tp-theme-1);
}

.tp-offcanvas-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.tp-offcanvas-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tp-offcanvas-contact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 12px 0 0 12px;
    transition: width 0.3s ease;
}

.tp-offcanvas-contact-card--adres::before {
    background: var(--tp-theme-1);
}

.tp-offcanvas-contact-card--email::before {
    background: #0d9488;
}

.tp-offcanvas-contact-card--phone::before {
    background: #ea580c;
}

.tp-offcanvas-contact-card--main {
    grid-column: 1 / -1;
}

.tp-offcanvas-contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.12);
}

.tp-offcanvas-contact-card:hover::before {
    width: 6px;
}

.tp-offcanvas-contact-card-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform 0.3s ease;
}

.tp-offcanvas-contact-card--adres .tp-offcanvas-contact-card-icon {
    background: var(--tp-theme-1);
}

.tp-offcanvas-contact-card--email .tp-offcanvas-contact-card-icon {
    background: #0d9488;
}

.tp-offcanvas-contact-card--phone .tp-offcanvas-contact-card-icon {
    background: #ea580c;
}

.tp-offcanvas-contact-card:hover .tp-offcanvas-contact-card-icon {
    transform: scale(1.05);
}

.tp-offcanvas-contact-card-icon svg {
    width: 24px;
    height: 24px;
}

.tp-offcanvas-contact-card-body {
    flex: 1;
    min-width: 0;
}

.tp-offcanvas-contact-card-title {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 17px;
    color: var(--tp-common-black);
    margin: 0 0 8px 0;
}

.tp-offcanvas-contact-card-text {
    font-size: 15px;
    line-height: 1.55;
    color: #555;
    margin: 0 0 10px 0;
}

.tp-offcanvas-contact-card-link {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: color 0.2s ease;
}

.tp-offcanvas-contact-card--adres .tp-offcanvas-contact-card-link {
    color: var(--tp-theme-1);
}

.tp-offcanvas-contact-card--email .tp-offcanvas-contact-card-link {
    color: #0d9488;
}

.tp-offcanvas-contact-card--phone .tp-offcanvas-contact-card-link {
    color: #ea580c;
}

.tp-offcanvas-contact-card:hover .tp-offcanvas-contact-card-link {
    color: var(--tp-common-black);
}

@media (max-width: 991px) {
    .tp-offcanvas-contact-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .tp-offcanvas-contact-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tp-offcanvas-contact-card {
        padding: 16px;
        gap: 14px;
    }

    .tp-offcanvas-contact-card-icon {
        width: 44px;
        height: 44px;
    }

    .tp-offcanvas-contact-card-icon svg {
        width: 20px;
        height: 20px;
    }

    .tp-offcanvas-contact-card-title {
        font-size: 16px;
    }

    .tp-offcanvas-contact-card-text {
        font-size: 14px;
    }
}

.tp-offcanvas-social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tp-offcanvas-social ul li {
    list-style: none;
}

.tp-offcanvas-social ul li:not(:last-child) {
    margin-right: 8px;
}

.tp-offcanvas-social ul li a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    transition: all 0.3s;
    color: var(--tp-common-px-black);
    border: 1px solid rgba(2, 11, 24, 0.1);
}

.tp-offcanvas-social ul li a:hover {
    background-color: var(--tp-common-px-black);
    border-color: var(--tp-common-px-black);
    color: var(--tp-common-px-white);
}

.tp-offcanvas-social ul li a svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
    margin-bottom: 60px;
}

.tp-offcanvas-menu ul {
    list-style: none;
}

.tp-offcanvas-menu ul li {
    position: relative;
}

.tp-offcanvas-menu ul li>a {
    font-size: 18px;
    display: block;
    padding: 10px 0;
    font-weight: 600;
}

.tp-offcanvas-menu ul li.active>a,
.tp-offcanvas-menu ul li.active button,
.tp-offcanvas-menu ul li:hover>a,
.tp-offcanvas-menu ul li:hover button {
    color: var(--tp-theme-1);
}

.tp-offcanvas-menu ul li.active>.tp-menu-close i,
.tp-offcanvas-menu ul li:hover>.tp-menu-close i {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tp-offcanvas-menu ul li .submenu {
    display: none;
}

.tp-offcanvas-menu ul li .submenu .submenu {
    margin-left: 30px;
}

.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
    backdrop-filter: none;
    background: transparent;
    box-shadow: none;
}

.tp-offcanvas-menu .mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}

.tp-offcanvas-menu .tp-megamenu-list ul li {
    padding: 0;
}

.tp-offcanvas-menu .tp-megamenu-list ul li a {
    font-size: 17px;
    padding: 12px 20px;
}

.tp-offcanvas-menu .tp-submenu>li>a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 17px;
}

.tp-offcanvas-menu .tp-submenu>li>a:hover {
    color: var(--tp-theme-1);
}

.tp-menu-close {
    position: absolute;
    right: 7px;
    top: 12px;
}

.tp-menu-close i {
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 600;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-bg {
    background-color: var(--tp-gray-1);
    border-radius: 20px;
}

.tp-footer-widget-text {
    margin-bottom: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-footer-widget-text {
        margin-bottom: 30px;
    }
}

.tp-footer-widget-text p {
    font-weight: 600;
    color: var(--tp-common-black);
}

.tp-footer-widget-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-right: 20px;
	margin-bottom: 20px;
}

.tp-footer-widget-info label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--tp-common-black);
}

.tp-footer-widget-info label a {
    font-weight: 400;
    color: var(--tp-text-body);
}

.tp-footer-widget-info label a:hover {
    color: var(--tp-theme-1);
}

.tp-footer-widget-info-wrap {
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-widget-info-wrap {
        margin-bottom: 30px;
    }
}

.tp-footer-widget-social a {
    height: 40px;
    width: 40px;
    display: grid;
    border-radius: 50%;
    text-align: center;
    place-content: center;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

.tp-footer-widget-social a:hover {
    background-color: var(--tp-theme-1);
}

.tp-footer-widget-social a:not(:last-child) {
    margin-right: 10px;
}

.tp-footer-widget-social a span svg {
    transform: translateY(-1px);
}

.tp-footer-widget-menu ul li {
    list-style-type: none;
}

.tp-footer-widget-menu ul li:not(:last-child) {
    margin-bottom: 7px;
}

.tp-footer-widget-menu ul li a {
    font-size: 16px;
    line-height: 1;
    color: var(--tp-text-body);
}

.tp-footer-widget-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--tp-theme-1);
}

.tp-footer-widget-input {
    position: relative;
}

.tp-footer-widget-input input {
    border: 0;
    padding-left: 0;
    padding-right: 30px;
    font-size: 16px;
    color: var(--tp-common-black);
    background-color: transparent;
    border-bottom: 1px solid rgba(13, 13, 13, 0.15);
}

.tp-footer-widget-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
}

.tp-footer-widget-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
}

.tp-footer-widget-input input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
}

.tp-footer-widget-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
}

.tp-footer-widget-input input::placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
}

.tp-footer-widget-bdr {
    border-right: 1px solid rgba(13, 13, 13, 0.15);
    padding-right: 40px;
}

.tp-footer-widget:not(.tp-footer-widget-bdr) {
    padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-footer-widget-bdr {
        border: none;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .tp-footer-widget:not(.tp-footer-widget-bdr) {
        padding-left: 0;
    }
}

.tp-footer-copyright p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.tp-footer-copyright p a {
    color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.am-footer-ptb .ss-integrate-shape {
    right: auto;
    left: -100px;
    top: auto;
    bottom: -100px;
}

.am-footer-bg {
    border-radius: 0 0 20px 20px;
}

.am-footer-main-wrap.footer-style-black .am-footer-widget-social a {
    color: var(--tp-common-white);
}

.am-footer-main-wrap.footer-style-black .am-footer-widget-social a:hover {
    color: var(--tp-common-paste);
}

.am-footer-main-wrap.footer-style-black .am-footer-widget-mail a {
    color: var(--tp-common-white);
}

.am-footer-main-wrap.footer-style-black .am-footer-widget-mail p {
    color: rgba(255, 255, 255, 0.7);
}

.am-footer-main-wrap.footer-style-black .tp-footer-widget-title {
    color: var(--tp-common-white);
}

.am-footer-main-wrap.footer-style-black .tp-footer-widget-menu ul li a {
    color: var(--tp-common-white);
}

.am-footer-main-wrap.footer-style-black .tp-footer-widget-menu ul li a:hover {
    color: var(--tp-common-paste);
}

.am-footer-widget-mail p {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
    color: var(--tp-common-black);
}

.am-footer-widget-mail a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.am-footer-widget-social a {
    font-size: 16px;
    margin-right: 12px;
    display: inline-block;
}

.am-footer-widget-social a:hover {
    color: #3B5998;
}

.am-footer-copyright-wrap {
    padding: 32px 0;
    border-top: 1px solid rgba(13, 13, 13, 0.1);
}

.am-footer-copyright-wrap.style-black {
    border-color: rgba(255, 255, 255, 0.25);
}

.am-footer-copyright-wrap.style-black .am-footer-copyright-text p a {
    color: var(--tp-common-paste);
}

.am-footer-copyright-text p {
    margin: 0;
}

.am-footer-copyright-text p a {
    color: var(--tp-theme-1);
}

.am-footer-copyright-text p.color-white {
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-footer-ptb {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-footer-top {
        padding-bottom: 80px;
    }
}

.ss-footer-top-subtitle {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.75px;
    transform: translateY(30px);
    color: var(--tp-common-paste);
    font-family: var(--tp-ff-sora);
}

.ss-footer-top-title {
    font-size: 200px;
    line-height: 0;
    margin: 0;
    filter: blur(10px);
    letter-spacing: -4px;
    color: rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ss-footer-top-title {
        font-size: 185px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ss-footer-top-title {
        font-size: 160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ss-footer-top-title {
        font-size: 135px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ss-footer-top-title {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .ss-footer-top-title {
        font-size: 55px;
    }
}

/*----------------------------------------*/
/*  7.1 Health home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.tp-hero-pt {
    padding-top: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-hero-pt {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-hero-top {
        margin-bottom: 50px;
    }
}

.tp-hero-client-total {
    font-size: 105px;
    font-weight: 600;
    line-height: 0.9;
    background-clip: text;
    letter-spacing: -4.8px;
    color: var(--tp-gray-1);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: transparent;
    background-image: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-client-total {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .tp-hero-client-total {
        font-size: 80px;
    }
}

.tp-hero-thumb {
    height: 100%;
    max-height: 540px;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb {
        max-height: 330px;
    }
}

@media (max-width: 767px) {
    .tp-hero-thumb {
        height: auto;
        max-height: inherit;
    }
}

.tp-hero-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .tp-hero-thumb img {
        height: auto;
    }
}

.tp-hero-thumb-title {
    font-size: 120px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    letter-spacing: -4.8px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-thumb-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-thumb-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-hero-thumb-title {
        font-size: 48px;
    }
}

.tp-hero-thumb-title.fs-36 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .tp-hero-thumb-title.fs-36 {
        font-size: 30px;
    }
}

.tp-hero-thumb-title.fs-24 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: var(--tp-common-black);
}

.tp-hero-thumb-title.pos-1 {
    position: absolute;
    bottom: -9%;
    left: 13%;
    z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb-title.pos-1 {
        left: 11%;
        bottom: -5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .tp-hero-thumb-title.pos-1 {
        bottom: -3%;
    }
}

.tp-hero-thumb-title.pos-2 {
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 2;
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb-title.pos-2 {
        left: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-hero-thumb-title.pos-2 {
        left: 20px;
    }
}

.tp-hero-thumb-title.pos-3 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-thumb-title.pos-3 {
        bottom: 30px;
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-hero-thumb-title.pos-3 {
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-hero-title-box {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-hero-title-box p {
        margin-bottom: 30px;
    }

    .tp-hero-title-box p br {
        display: none;
    }
}

.wrap-img-distortion {
    position: relative;
    display: inline-block;
}

/* Distortion canvas */
.wrap-distort-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.wrap-distort-canvas canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.wrap-img-distortion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-ptb {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-ptb {
        padding-bottom: 80px;
    }
}

.tp-about-shape {
    position: absolute;
    bottom: -20%;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-shape {
        bottom: 0;
    }
}

.tp-about-thumb {
    border-radius: 20px;
    display: inline-block;
    border-top-left-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-thumb {
        margin-bottom: 40px;
    }
}

.tp-about-thumb-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 53px;
    width: 80px;
    z-index: 1;
    display: inline-block;
    background-color: white;
    border-bottom-right-radius: 30px;
}

.tp-about-thumb-shape::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 13px;
    right: -20px;
    height: 40px;
    width: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0px -18px 0 0 white;
}

.tp-about-thumb-shape::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -40px;
    left: 0;
    height: 40px;
    width: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0px -18px 0 0 white;
}

.tp-about-content-wrap {
    margin-left: -40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-content-wrap {
        padding-top: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-text {
        margin-bottom: 30px;
    }
}

.tp-about-text span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-text p br {
        display: none;
    }
}

.word-wrapper {
    display: inline-block;
    overflow: hidden;
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-blog-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-blog-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(13, 13, 13, 0.08);
}

.tp-blog-item:hover .tp-blog-thumb img {
    transform: scale(1.1);
}

.tp-blog-thumb {
    overflow: hidden;
}

.tp-blog-thumb img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.tp-blog-palybtn {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    color: var(--tp-common-black);
    transform: translate(-50%, -50%);
    background-color: var(--tp-common-white);
}

.tp-blog-palybtn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: inline-block;
    border-radius: 100px;
    transform: scale(1.4);
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tp-blog-meta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    line-height: 1;
    padding: 13px 18px;
    border-radius: 4px;
    backdrop-filter: blur(20px);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
}

.tp-blog-meta span {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 3px;
    display: inline-block;
    letter-spacing: -0.48px;
    color: var(--tp-common-white);
}

.tp-blog-meta i {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: var(--tp-common-white);
}

.tp-blog-meta-author {
    padding: 12px 30px;
    background-color: var(--tp-common-black);
}

.tp-blog-meta-author span {
    color: var(--tp-common-white);
}

.tp-blog-content {
    padding: 30px 30px;
}

.tp-blog-content p {
    margin-bottom: 30px;
}

.tp-blog-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-blog-title.tp-section-title.fs-24 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-blog-title-wrap {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-blog-title-box {
        margin-bottom: 30px;
    }
}

.tp-blog-link-btn {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.34px;
    color: var(--tp-common-black);
}

.tp-blog-link-btn:hover {
    color: var(--tp-theme-1);
}

.tp-blog-link-btn span {
    margin-left: 10px;
    display: inline-block;
}

.tp-blog-link-btn span svg {
    transform: translateY(-1px);
}

/*  card css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-bento-card-item {
    overflow: hidden;
    z-index: 1;
    padding: 30px;
    padding-bottom: 35px;
    border-radius: 20px;
    background-color: var(--tp-gray-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-bento-card-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tp-bento-card-item.pb-space-0 {
    padding-bottom: 0;
}

.tp-bento-card-item.p-space-0 {
    padding: 0;
}

.tp-bento-card-item .blur-circle {
    position: absolute;
    bottom: -55%;
    left: -3%;
    width: 342px;
    height: 405px;
    border-radius: 405px;
    display: inline-block;
    background: rgba(160, 32, 240, 0.3);
    filter: blur(60px);
    z-index: -1;
}

.tp-bento-card-item.tp-gradient-bg {
    border-radius: 20px;
    background: linear-gradient(136deg, rgba(160, 32, 240, 0.15) 1.15%, rgba(0, 255, 209, 0.15) 98.85%);
}

.tp-bento-card-item-brand-wrap {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-item-brand-wrap {
        gap: 5px;
    }
}

.tp-bento-card-item-brand-item {
    width: 110px;
    margin-right: 1px;
    padding: 11px 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid rgba(13, 13, 13, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-bento-card-item-brand-item {
        width: 95px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-bento-card-item-brand-item {
        width: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-item-brand-item {
        width: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-item-brand-content p br {
        display: none;
    }
}

.tp-bento-card-item.card-style-5 {
    display: flex;
    align-items: center;
}

.tp-bento-card-item.card-style-5-hight {
    height: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-item.card-style-5-hight {
        height: auto;
    }
}

.tp-bento-card-item.card-style-6 {
    padding: 0;
    min-height: 500px;
    padding-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-bento-card-item.card-style-6 {
        min-height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-item.card-style-6 {
        min-height: auto;
    }
}

.tp-bento-card-item-slider-thumb img {
    width: 100%;
}

.tp-bento-card-icon img:not(:last-child) {
    margin-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-bento-card-icon img:not(:last-child) {
        margin-right: 4px;
    }
}

.tp-bento-card-title-1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.72px;
    font-family: var(--tp-ff-body);
}

.tp-bento-card-title-1 span {
    background: linear-gradient(90deg, #A020F0 0%, #00FFD1 53.44%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tp-bento-card-title-2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.27px;
}

.tp-bento-card-title-3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.6px;
    font-family: var(--tp-ff-body);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-bento-card-title-3 {
        font-size: 22px;
        line-height: 1.4;
    }
}

.tp-bento-card-title-4 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-title-4 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-bento-card-title-4 br {
        display: none;
    }
}

.tp-bento-card-title-6 {
    font-size: 26px;
}

.tp-bento-card-content.p-space-30 {
    padding: 30px;
}

@media (max-width: 767px) {
    .tp-bento-card-content.pt-125 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-capsule-item-wrapper {
    position: relative;
    pointer-events: none;
    height: 280px;
    width: 100%;
    transform: translateY(-60px);
}

.tp-capsule-item {
    height: 108px;
    width: 108px;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
}

.tp-capsule-item-wrapper>* {
    position: absolute;
    top: 0;
    left: -50px;
    display: inline-block;
    user-select: none;
    pointer-events: auto;
}

.tp-capsule-item-wrapper>* p {
    margin-bottom: 0;
}

/*  cta css start here
/*----------------------------------------*/
.tp-cta-bg {
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-cta-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-cta-bg.am-cta-bdr {
    border-radius: 20px 20px 0 0;
}

.tp-cta-bg .cta-border-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    width: 80px;
    z-index: 1;
    display: inline-block;
    background-color: white;
    border-bottom-left-radius: 30px;
}

.tp-cta-bg .cta-border-shape::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -40px;
    right: 0;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 white;
}

.tp-cta-bg .cta-border-shape::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 13px;
    left: -20px;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 white;
}

.tp-cta-bg .cta-5-shape {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 0;
    width: 475.607px;
    height: 780.149px;
    filter: blur(130px);
    border-radius: 780.149px;
    transform: rotate(55.297deg);
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.6) 0%, rgba(0, 255, 209, 0.6) 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-title br {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-cta-title-box {
        margin-bottom: 30px;
    }
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-feature-ptb {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.tp-feature-icon {
    width: 60px;
    height: 60px;
    display: grid;
    border-radius: 10px;
    margin-bottom: 30px;
    display: inline-block;
    place-content: center;
    text-align: center;
    background: var(--tp-gray-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .tp-feature-content p br {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-title-wrap {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .tp-feature-title-wrap {
        margin-bottom: 30px;
    }
}

.tp-feature-item.style-3:hover .tp-feature-icon {
    animation: shrink-anim 0.6s;
}

.tp-feature-item.style-3 .tp-feature-icon {
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
    backdrop-filter: blur(20px);
}

.tp-feature-item.style-3 .tp-feature-content p {
    color: rgba(255, 255, 255, 0.7);
}

.tp-feature-item.style-3 .tp-section-title {
    color: var(--tp-common-white);
}

/*  project css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-project-ptb {
        padding-bottom: 80px;
    }
}

.tp-project-bg {
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-project-bg {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.tp-project-item {
    padding: 40px;
    position: relative;
    min-height: 540px;
    border-radius: 20px;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .tp-project-item {
        padding: 40px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-item {
        min-height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-project-item {
        min-height: 450px;
    }
}

.tp-project-item-wrap {
    padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-project-item-wrap {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-project-item .tp-section-title.fs-24 {
        font-size: 20px;
    }
}

.tp-project-item:hover .tp-project-thumb-bg {
    opacity: 1;
    visibility: visible;
}

.tp-project-item:hover .tp-project-thumb-bg img {
    transform: scale(1.1) rotate(3deg);
}

.tp-project-item:hover .tp-project-category {
    color: var(--tp-common-white);
    border-color: var(--tp-common-white);
}

.tp-project-item:hover .tp-section-title a {
    color: var(--tp-common-white);
}

.tp-project-item:hover .tp-project-link {
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-title-wrap {
        padding-left: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .tp-project-title-wrap {
        padding-left: 20px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
}

.tp-project-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.34px;
    color: var(--tp-common-black);
}

.tp-project-category {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
    padding: 7px 18px;
    margin-bottom: 20px;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: -0.34px;
    color: var(--tp-common-black);
    border: 1px solid rgba(13, 13, 13, 0.15);
}

.tp-project-icon {
    position: absolute;
    bottom: -20px;
    right: 70px;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .tp-project-icon {
        right: 55px;
    }
}

.tp-project-icon::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -20px;
    left: 61px;
    height: 50px;
    width: 30px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-gray-1);
}

.tp-project-icon::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -20px;
    left: -40px;
    height: 50px;
    width: 30px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-gray-1);
}

.tp-project-icon>span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 50%;
    transform: scale(1.5);
    background-color: var(--tp-gray-1);
}

.tp-project-icon>span a {
    height: 50px;
    width: 50px;
    display: grid;
    border-radius: 50%;
    place-content: center;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

.tp-project-icon>span a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

.tp-project-thumb-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
}

.tp-project-thumb-bg img {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.tp-project-gradient-circle {
    position: absolute;
    top: -18%;
    left: 7%;
    z-index: -1;
    width: 512.878px;
    height: 607.504px;
    transform: rotate(-79.29deg);
    border-radius: 607.504px;
    filter: blur(130px);
    display: inline-block;
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.3) 0%, rgba(0, 255, 209, 0.3) 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-project-gradient-circle {
        top: 0;
    }
}

/*  step css start here
/*----------------------------------------*/
.tp-step-left-wrap {
    margin-left: -70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-step-left-wrap {
        margin-left: -195px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-step-left-wrap {
        padding-top: 100px;
        margin-left: -160px;
        padding-bottom: 80px;
        padding-right: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-step-left-wrap {
        margin-left: 30px;
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .tp-step-left-wrap {
        padding-top: 80px;
        margin-left: 20px;
        padding-bottom: 60px;
    }
}

.tp-step-bg {
    padding: 20px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .tp-step-title-wrap {
        margin-bottom: 30px;
    }
}

.tp-step-content p {
    margin-bottom: 0;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-step-content p br {
        display: none;
    }
}

.tp-step-count {
    height: 50px;
    width: 50px;
    display: grid;
    margin-bottom: 40px;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    color: var(--tp-common-paste);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
}

.tp-step-item {
    position: relative;
    z-index: 1;
}

.tp-step-item::after {
    position: absolute;
    content: "";
    top: 25px;
    right: 0;
    height: 1px;
    width: 100%;
    z-index: -1;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-step-item::after {
        content: none;
    }
}

.tp-step-item-wrap .row [class*=col-]:last-child .tp-step-item::after {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-step-item-wrap .gx-0 {
        --bs-gutter-x: 25px;
    }
}

.tp-step-thumb {
    margin-left: -58%;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-step-thumb {
        margin-left: -50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-step-thumb {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .tp-step-thumb {
        margin-left: 0;
    }
}

.tp-step-thumb img {
    max-width: inherit;
    border-radius: 20px;
    transform-origin: right bottom;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-step-thumb img {
        width: 100%;
    }
}

.tp-step-thumb-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 320px;
    height: 220px;
    display: inline-block;
    border-top-right-radius: 50px;
    background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-step-thumb-shape {
        width: 205px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-step-thumb-shape {
        display: none;
    }
}

.tp-step-thumb-shape::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    right: -30px;
    height: 50px;
    width: 30px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 18px 0 0 #0d0d0d;
}

.tp-step-thumb-shape::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -50px;
    left: 0px;
    height: 50px;
    width: 30px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 18px 0 0 #0d0d0d;
}

.tp-step-thumb-text {
    position: absolute;
    top: 51px;
    right: -25px;
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -3.6px;
    writing-mode: sideways-lr;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .tp-step-thumb-text {
        font-size: 90px;
    }
}

/*  testimonial css start here
/*----------------------------------------*/
.tp-testi-bg {
    padding: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.tp-testi-thumb {
    border-radius: 15px;
    margin-right: 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-testi-thumb {
        margin-bottom: 50px;
    }
}

.tp-testi-thumb img {
    width: 100%;
    border-radius: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-testi-title-wrap {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-testi-title-wrap .tp-section-title {
        margin-bottom: 15px;
    }
}

.tp-testi-title-wrap p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.27px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sora);
}

.tp-testi-slide-item p {
    margin-bottom: 50px;
    padding-right: 80px;
    color: var(--tp-common-white);
}

.tp-testi-slide-arrow {
    position: absolute;
    bottom: 12%;
    right: 13%;
    z-index: 2;
    display: flex;
    gap: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testi-slide-arrow {
        right: -12%;
    }
}

@media (max-width: 767px) {
    .tp-testi-slide-arrow {
        bottom: 30%;
        right: 0%;
        gap: 20px;
    }
}

.tp-testi-slide-arrow button {
    color: var(--tp-common-white);
}

.tp-testi-slide-arrow button:hover {
    color: var(--tp-common-paste);
}

.tp-testi-author-info span {
    color: var(--tp-common-white);
}

.tp-testi-author-name {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 3px;
    letter-spacing: -0.39px;
    color: var(--tp-common-white);
}

.tp-testi-author-img {
    flex: 0 0 auto;
    margin-right: 25px;
}

.tp-testi-author-img img {
    border-radius: 50%;
}

.tp-testi-gradient-overly {
    position: absolute;
    top: -20%;
    right: -1%;
    width: 512.878px;
    height: 607.504px;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 607.504px;
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.4) 0%, rgba(0, 255, 209, 0.4) 100%);
    filter: blur(130px);
    z-index: -1;
}

/*----------------------------------------*/
/*  7.2 Music home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media (max-width: 767px) {
    .am-hero-ptb {
        padding-top: 150px;
    }
}

.am-hero-hight {
    height: 1150px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-hight {
        height: 100%;
    }
}

.am-hero-top-shape {
    position: absolute;
    bottom: 30%;
    left: 0px;
    z-index: 0;
}

.am-hero-top-shape img {
    max-width: inherit;
}

.am-hero-top-shape .wave-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.am-hero-top-shape .wave-track {
    display: flex;
    width: max-content;
    animation: waveRun 35s linear infinite;
}

.am-hero-top-shape .wave-track img {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-wrap {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.am-hero-main-thumb {
    transform: translate(-55px, -80px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .am-hero-main-thumb {
        transform: translate(-95px, -55px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-hero-main-thumb {
        transform: translate(-120px, -80px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-main-thumb {
        transform: none;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .am-hero-main-thumb {
        margin-bottom: 80px;
    }
}

.am-hero-main-thumb img {
    max-width: inherit;
}

@media (max-width: 767px) {
    .am-hero-main-thumb img {
        max-width: 100%;
    }
}

.am-hero-heading {
    margin-right: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-heading {
        padding-top: 0;
        margin-right: 0;
    }
}

.am-hero-heading .tp-section-subtitle {
    margin-bottom: 16px;
}

.am-hero-users-thumb {
    margin-bottom: 10px;
}

.am-hero-cetagorie {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 8px;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.28px;
    font-family: var(--tp-ff-body);
    color: var(--tp-common-black);
    border: 1px solid rgba(13, 13, 13, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.am-hero-cetagorie:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

.am-hero-bottom-wrapper {
    margin-top: -160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-hero-bottom-wrapper {
        margin-top: -185px;
        padding-bottom: 60px;
    }
}

.am-hero-card {
    padding: 50px 60px;
    border-radius: 20px;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-hero-card {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .am-hero-card {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-card-wrap {
        margin-bottom: 30px;
    }
}

.am-hero-card.card-style-2 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.am-hero-card.card-style-2 .am-hero-card-shape .shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-card.card-style-2 .am-hero-card-shape .shape-1 {
        bottom: -30px;
    }
}

.am-hero-card.card-style-2 .am-hero-card-shape .shape-2 {
    position: absolute;
    left: 80px;
    bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-card.card-style-2 .am-hero-card-shape .shape-2 {
        left: 54%;
    }
}

.am-hero-card-icon span {
    display: inline-grid;
    width: 40px;
    height: 40px;
    text-align: center;
    place-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    background-color: var(--tp-gray-1);
}

.am-hero-card-title {
    margin-bottom: 6px;
    letter-spacing: -0.36px;
}

.am-hero-card-content p {
    color: rgba(51, 51, 51, 0.7);
}

@media (max-width: 767px) {
    .am-hero-card-content p br {
        display: none;
    }
}

.am-hero-card-from-box {
    gap: 16px;
    flex-wrap: wrap;
}

.am-hero-card-from-input {
    width: 584px;
    flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-hero-card-from-input {
        width: 100%;
    }
}

.am-hero-card-from-input input {
    font-size: 16px;
    border-radius: 60px;
    border-color: rgba(13, 13, 13, 0.15);
}

.am-hero-card-from-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(51, 51, 51, 0.6);
}

.am-hero-card-from-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(51, 51, 51, 0.6);
}

.am-hero-card-from-input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(51, 51, 51, 0.6);
}

.am-hero-card-from-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(51, 51, 51, 0.6);
}

.am-hero-card-from-input input::placeholder {
    /* MODERN BROWSER */
    color: rgba(51, 51, 51, 0.6);
}

.am-hero-card-from-input input:focus {
    border-color: var(--tp-theme-1);
}

.am-hero-card-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.36px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sora);
}

.am-hero-card-btn {
    display: flex;
    gap: 10px;
    padding: 8px 21px;
    align-items: center;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.am-hero-card-btn-box {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.am-hero-card-btn-content p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
}

.am-hero-card-btn-content span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.27px;
    color: var(--tp-common-white);
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-about-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-about-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-about-heading .tp-section-title {
        font-size: 45px;
    }
}

.am-about-review {
    gap: 20px;
    padding: 18px 33px;
    border-radius: 80px;
    display: inline-flex;
    background: var(--tp-gray-1);
}

@media (max-width: 767px) {
    .am-about-review {
        padding: 18px;
    }
}

.am-about-review-content span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.27px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sora);
}

.am-about-review-content span svg {
    margin-right: 1px;
}

.am-about-review-content p {
    margin: 0;
    color: rgba(51, 51, 51, 0.7);
}

/*  benefits css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .am-benefits-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .am-benefits-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.am-benefits-card {
    padding: 50px;
    overflow: hidden;
    min-height: 330px;
    position: relative;
    border-radius: 15px;
    background-color: var(--tp-gray-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-benefits-card {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .am-benefits-card {
        padding: 25px;
        min-height: 160px;
    }
}

.am-benefits-card.card-style-2 {
    background-size: cover;
    background-repeat: no-repeat;
}

.am-benefits-card.card-style-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.am-benefits-card.card-style-4 {
    display: flex;
    align-items: center;
}

.am-benefits-card-wrap {
    gap: 20px;
    display: flex;
}

.am-benefits-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.36px;
}

.am-benefits-card-title.fs-36 {
    font-size: 36px;
    letter-spacing: -1.08px;
}

@media (max-width: 767px) {
    .am-benefits-card-title.fs-36 {
        font-size: 30px;
    }
}

.am-benefits-card-content p {
    margin: 0;
}

@media (max-width: 767px) {
    .am-benefits-card-content p br {
        display: none;
    }
}

.am-benefits-card-thumb-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .am-benefits-card-thumb-2 {
        right: -30px;
        bottom: -37px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-benefits-card-thumb-2 {
        right: -58px;
        bottom: -70px;
    }
}

@media (max-width: 767px) {
    .am-benefits-card-thumb-2 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .am-benefits-card-thumb-2 img {
        transform: scale(0.8);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-benefits-card-thumb-2 img {
        transform: scale(0.6);
    }
}

.am-benefits-card-thumb-3 {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .am-benefits-card-thumb-3 {
        right: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-benefits-card-thumb-3 {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .am-benefits-card-thumb-3 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .am-benefits-card-thumb-3 img {
        transform: scale(0.7);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-tools-ptb {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-tools-ptb {
        padding-bottom: 80px;
    }
}

.am-tools-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--tp-common-black);
}

.am-tools-title i {
    font-style: normal;
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.am-tools-main-thumb {
    margin-top: -135px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-tools-main-thumb {
        margin-top: -95px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .am-tools-main-thumb {
        margin-top: -85px;
    }
}

@media (max-width: 767px) {
    .am-tools-main-thumb {
        display: none;
    }
}

.am-tools-item {
    position: absolute;
    gap: 20px;
    display: inline-flex;
    border-radius: 134px;
    padding: 13px 40px 13px 20px;
    background: var(--tp-common-white);
    border: 1px solid rgba(13, 13, 13, 0.06);
}

.am-tools-item.tools-pos-1 {
    top: 30%;
    left: 16%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .am-tools-item.tools-pos-1 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .am-tools-item.tools-pos-1 {
        display: none;
    }
}

.am-tools-item.tools-pos-2 {
    right: 18%;
    bottom: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .am-tools-item.tools-pos-2 {
        right: 0;
    }
}

@media (max-width: 767px) {
    .am-tools-item.tools-pos-2 {
        display: none;
    }
}

.am-tools-item-icon span {
    display: inline-grid;
    place-content: center;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-common-black);
}

.am-tools-item-content {
    text-align: start;
}

.am-tools-item-content p {
    font-size: 14px;
    margin: 0;
    color: rgba(51, 51, 51, 0.7);
}

.am-tools-item-title {
    font-size: 18px;
    margin-bottom: 2px;
    letter-spacing: -0.27px;
}

.am-tools-wrapper {
    margin-top: -9%;
    position: relative;
}

@media (max-width: 767px) {
    .am-tools-wrapper {
        margin-top: 40px;
    }
}

.am-tools-cetagories {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.am-tools-cetagorie {
    font-size: 18px;
    font-weight: 600;
    padding: 11px 30px;
    border-radius: 50px;
    display: inline-block;
    flex: 0 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    box-shadow: 0 2px 8px 0 rgba(37, 30, 42, 0.06);
}

.am-tools-cetagorie:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

/*  blog css start here
/*----------------------------------------*/
@media (max-width: 767px) {
    .am-blog-ptb {
        padding-bottom: 80px;
    }
}

.am-blog-shape {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1;
}

.am-blog-item {
    gap: 25px;
    padding: 10px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid rgba(13, 13, 13, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-blog-item {
        flex-wrap: wrap;
    }
}

.am-blog-item:hover .am-blog-item-thumb img {
    transform: scale(1.1);
}

.am-blog-item-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.am-blog-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: -0.27px;
}

@media (max-width: 767px) {
    .am-blog-item-title {
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-blog-item-title br {
        display: none;
    }
}

.am-blog-item-thumb {
    overflow: hidden;
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-blog-item-thumb {
        width: 100%;
    }
}

.am-blog-item-thumb img {
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-blog-item-thumb img {
        width: 100%;
    }
}

.am-blog-item-content p {
    margin: 0;
}

.am-blog-item.am-blog-style-2 {
    display: flex;
    padding: 50px;
    min-height: 400px;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .am-blog-item.am-blog-style-2 {
        padding: 32px;
    }
}

.am-blog-item.am-blog-style-2 .am-blog-item-subtitle {
    display: block;
    color: var(--tp-common-white);
}

.am-blog-item.am-blog-style-2 .am-blog-item-title {
    line-height: 1.5;
    margin-bottom: 18px;
    display: inline-block;
    color: var(--tp-common-white);
}

.am-blog-item.am-blog-style-2 .am-blog-item-content p {
    color: var(--tp-common-white);
}

/*  Product Categories css start here
/*----------------------------------------*/
/* Disable GSAP fade animations for better performance */
.tp-fade-anim {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Disable words-rotate animation */
.words-rotate .word {
    opacity: 1 !important;
    transform: none !important;
}

.product-categories-ptb {
    background: transparent;
}

.product-categories-heading {
    margin-bottom: 60px;
}

/* Product groups - premium overlay slider */
.tp-cat-overlay-wrap {
    position: relative;
}

.tp-cat-overlay-active {
    overflow: hidden;
}

.tp-cat-overlay-dot {
    margin-top: 26px;
}

.tp-cat-overlay-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(13, 13, 13, 0.18);
    opacity: 1;
    margin: 0 5px !important;
}

.tp-cat-overlay-dot .swiper-pagination-bullet-active {
    background: var(--tp-theme-1);
    width: 22px;
}

.tp-cat-overlay-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(13, 13, 13, 0.12);
    background: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(13, 13, 13, 0.70);
    z-index: 6;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.tp-cat-overlay-wrap .tp-cat-overlay-nav {
    display: none !important;
}

.tp-cat-overlay-prev { left: -14px; }
.tp-cat-overlay-next { right: -14px; }

.tp-cat-overlay-nav:hover {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-cat-overlay-nav.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.tp-cat-overlay {
    position: relative;
    display: block;
    height: 280px;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(13, 13, 13, 0.10);
    background: #f6f6f6;
}

.tp-cat-overlay-media {
    position: absolute;
    inset: 0;
}

.tp-cat-overlay-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-cat-overlay-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.0) 0%,
        rgba(0, 0, 0, 0.18) 35%,
        rgba(0, 0, 0, 0.72) 100%
    );
    transition: opacity 0.25s ease;
    opacity: 0.95;
    pointer-events: none;
}

.tp-cat-overlay-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 6px;
    align-items: end;
}

.tp-cat-overlay-meta {
    grid-column: 1 / 2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.tp-cat-overlay-title {
    grid-column: 1 / 2;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--tp-common-white);
    letter-spacing: -0.2px;
}

.tp-cat-overlay-cta {
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tp-cat-overlay:hover .tp-cat-overlay-cta {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-cat-overlay:hover .tp-cat-overlay-shade {
    opacity: 1;
}

@media (max-width: 991px) {
    .tp-cat-overlay { height: 260px; }
    .tp-cat-overlay-prev { left: 8px; }
    .tp-cat-overlay-next { right: 8px; }
}

@media (max-width: 575px) {
    .tp-cat-overlay { height: 240px; }
    .tp-cat-overlay-nav { display: none; }
}

/* Product category strip (screenshot-like) */
.tp-cat-strip-wrap {
    position: relative;
    margin: 0 auto;
}

.tp-category-strip-active {
    overflow: hidden;
}

/* Square category cards (previous design) */
.tp-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 10px 6px;
}

.tp-cat-card-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid rgba(13, 13, 13, 0.10);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.tp-cat-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.tp-cat-card-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    color: #111;
}

.tp-cat-strip-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%) translateX(0);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(13, 13, 13, 0.12);
    background: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(13, 13, 13, 0.65);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    z-index: 5;
}

.tp-cat-strip-prev { left: 14px; }
.tp-cat-strip-next { right: 14px; }

/* Show navigation only on hover/focus of the category section */
.tp-cat-strip-wrap:hover .tp-cat-strip-nav,
.tp-cat-strip-wrap:focus-within .tp-cat-strip-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tp-cat-strip-wrap:hover .tp-cat-strip-prev,
.tp-cat-strip-wrap:focus-within .tp-cat-strip-prev {
    transform: translateY(-50%) translateX(6px);
}

.tp-cat-strip-wrap:hover .tp-cat-strip-next,
.tp-cat-strip-wrap:focus-within .tp-cat-strip-next {
    transform: translateY(-50%) translateX(-6px);
}

.tp-cat-strip-nav:hover {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-cat-strip-nav.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

@media (max-width: 1399px) {
    .tp-cat-strip-wrap { padding-left: 52px; padding-right: 52px; }
    .tp-cat-strip-prev { left: 10px; }
    .tp-cat-strip-next { right: 10px; }
}

@media (max-width: 1199px) {
    .tp-cat-strip-wrap { padding-left: 44px; padding-right: 44px; }
    .tp-cat-strip-prev { left: 8px; }
    .tp-cat-strip-next { right: 8px; }
}

@media (max-width: 991px) {
    .tp-cat-strip-nav { display: none; }
}

/* Modern Product Category Card */
.product-category-card-modern {
    position: relative;
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Override GSAP animation opacity */
.product-category-card-modern.tp-fade-anim {
    opacity: 1 !important;
    visibility: visible !important;
}

.product-category-card-modern.tp-fade-anim[style*="opacity"] {
    opacity: 1 !important;
}

.product-category-card-modern:hover {
    transform: translateY(-15px);
}

.product-category-link-modern {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.product-category-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-category-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-category-card-modern:hover .product-category-bg-image img {
    transform: scale(1.2);
}

.product-category-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    transition: opacity 0.5s ease;
}

.product-category-card-modern:hover .product-category-gradient-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(160, 32, 240, 0.3) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.product-category-content-modern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 3;
    color: var(--tp-common-white);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-category-number {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    transition: all 0.5s ease;
    letter-spacing: -2px;
}

.product-category-card-modern:hover .product-category-number {
    color: rgba(160, 32, 240, 0.2);
    transform: scale(1.1);
}

.product-category-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 8px;
}

.product-category-title-modern {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--tp-common-white);
    margin: 0;
    position: relative;
    z-index: 2;
    letter-spacing: -0.5px;
    transition: transform 0.4s ease;
}

.product-category-card-modern:hover .product-category-title-modern {
    transform: translateX(5px);
    color: var(--tp-common-white);
}

.product-category-line {
    width: 60px;
    height: 3px;
    background: var(--tp-theme-1);
    margin-top: 8px;
    margin-bottom: 20px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.product-category-card-modern:hover .product-category-line {
    transform: scaleX(1);
}

.product-category-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    transform: translate(20px, 20px) scale(0);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(160, 32, 240, 0.4);
}

.product-category-card-modern:hover .product-category-icon {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.product-category-icon svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.product-category-card-modern:hover .product-category-icon svg {
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .product-category-card-modern {
        height: 450px;
    }

    .product-category-content-modern {
        padding: 30px;
    }

    .product-category-title-modern {
        font-size: 28px;
    }

    .product-category-number {
        font-size: 60px;
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .product-category-card-modern {
        height: 400px;
    }

    .product-category-content-modern {
        padding: 25px;
    }

    .product-category-title-modern {
        font-size: 24px;
    }

    .product-category-number {
        font-size: 50px;
        top: 15px;
        right: 15px;
    }

    .product-category-icon {
        width: 44px;
        height: 44px;
        bottom: 25px;
        right: 25px;
    }
}

/*  faq css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .am-faq-ptb {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .am-faq-ptb {
        padding-bottom: 80px;
    }
}

.am-faq-bg {
    padding: 40px;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .am-faq-bg {
        padding: 20px;
    }
}

.am-faq-gradient-overly {
    position: absolute;
    top: -20%;
    right: -1%;
    width: 512.878px;
    height: 607.504px;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 607.504px;
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.15) 0%, rgba(0, 255, 209, 0.15) 100%);
    filter: blur(80px);
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-faq-box {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-faq-box {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-faq-heading {
        margin-bottom: 20px;
    }
}

.am-faq-thumb {
    overflow: hidden;
    border-radius: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-faq-thumb {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-faq-thumb img {
        width: 100%;
    }
}

.am-faq-thumb-text {
    position: absolute;
    top: 0;
    left: -20px;
}

.am-faq-thumb-text h4 {
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3.6px;
    color: var(--tp-gray-1);
    writing-mode: sideways-lr;
    transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .am-faq-thumb-text h4 {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .am-faq-thumb-text h4 {
        font-size: 70px;
    }
}

.am-faq-wrapper .accordion-items {
    border-bottom: 1px solid var(--tp-common-black);
}

.am-faq-wrapper .accordion-buttons {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    padding: 20px 0px 28px;
    padding-left: 50px;
    padding-right: 35px;
    letter-spacing: -0.36px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sora);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.am-faq-wrapper .accordion-buttons:hover {
    color: var(--tp-theme-1);
}

.am-faq-wrapper .accordion-buttons:focus {
    outline: none;
    box-shadow: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-faq-wrapper .accordion-buttons {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .am-faq-wrapper .accordion-buttons {
        line-height: 1.3;
        padding: 20px 30px 20px 50px;
    }

    .am-faq-wrapper .accordion-buttons br {
        display: none;
    }
}

.am-faq-wrapper .accordion-buttons i {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-family: var(--tp-ff-body);
}

.am-faq-wrapper .accordion-buttons:not(.collapsed) .tp-accordion-icon svg {
    transform: rotate(45deg);
}

.am-faq-wrapper .accordion-body {
    padding: 0 52px;
    padding-right: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .am-faq-wrapper .accordion-body {
        padding-right: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-faq-wrapper .accordion-body {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-faq-wrapper .accordion-body {
        padding-right: 30px;
    }
}

.am-faq-wrapper .accordion-body p {
    margin-bottom: 0;
    line-height: 1.7;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .am-faq-wrapper .accordion-body p br {
        display: none;
    }
}

.am-faq-wrapper .tp-accordion-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-faq-wrapper .tp-accordion-icon svg {
    transition: transform 0.3s ease;
}

.am-faq-wrapper .accordion-buttons .accordion-text {
    display: block;
}

.tp-faq-area {
    position: relative;
}

.tp-faq-image-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-faq-image-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
}

.tp-faq-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-faq-image-wrapper {
        margin-bottom: 40px;
    }
}

/* FAQ Card-Based Design - Elegant & Refined */
.tp-faq-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tp-faq-card {
    background: var(--tp-common-white);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(13, 13, 13, 0.06);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.tp-faq-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-color: rgba(160, 32, 240, 0.15);
}

.tp-faq-card-header {
    padding: 0;
}

.tp-faq-card-btn {
    width: 100%;
    padding: 20px 24px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.25s ease;
}

.tp-faq-card-btn:hover {
    background: rgba(160, 32, 240, 0.015);
}

.tp-faq-card-btn:focus {
    outline: none;
    box-shadow: none;
}

.tp-faq-card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--tp-common-black);
    margin: 0;
    flex: 1;
    font-family: var(--tp-ff-heading);
    letter-spacing: -0.2px;
}

.tp-faq-card-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(160, 32, 240, 0.06);
    color: var(--tp-theme-1);
    transition: all 0.25s ease;
}

.tp-faq-card-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.5;
}

.tp-faq-card-btn:hover .tp-faq-card-icon {
    background: rgba(160, 32, 240, 0.12);
    color: var(--tp-theme-1);
    transform: rotate(90deg);
}

.tp-faq-card-btn:not(.collapsed) .tp-faq-card-icon {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    transform: rotate(45deg);
}

.tp-faq-card-body {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tp-faq-card-content {
    padding: 0 24px 24px 24px;
}

.tp-faq-card-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(13, 13, 13, 0.65);
    font-family: var(--tp-ff-body);
    letter-spacing: 0.01em;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-faq-card-btn {
        padding: 18px 20px;
    }
    
    .tp-faq-card-title {
        font-size: 17px;
    }
    
    .tp-faq-card-content {
        padding: 0 20px 20px 20px;
    }
    
    .tp-faq-card-content p {
        font-size: 14px;
    }
    
    .tp-faq-card-icon {
        width: 30px;
        height: 30px;
    }
    
    .tp-faq-card-icon svg {
        width: 14px;
        height: 14px;
    }
}

.tp-faq-ptb {
    padding-top: 120px;
    padding-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-faq-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.am-faq-wrapper .accordion-collapse {
    transition: all 0.3s ease;
}

.int-faq-ptb.int-team-bg::after {
    right: auto;
    left: 0;
    z-index: -1;
}

.ig-faq-blur {
    position: absolute;
    bottom: -100px;
    right: 300px;
    border-radius: 100%;
    background: linear-gradient(180deg, #a020f0 0%, #00ffd1 100%);
    filter: blur(150px);
    width: 300px;
    height: 300px;
}

/*  Müşteri Görüşleri Sayfası CSS Start - Yeni Tasarım
/*----------------------------------------*/
.tp-musteri-gorusleri-ptb {
    padding-top: 120px;
    padding-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-musteri-gorusleri-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-musteri-gorusleri-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-musteri-gorusleri-ptb .row.align-items-start {
    gap: 0;
}

@media (min-width: 992px) {
    .tp-musteri-gorusleri-ptb .row.align-items-start > [class*="col-"]:first-child {
        padding-right: 30px;
    }
    .tp-musteri-gorusleri-ptb .row.align-items-start > [class*="col-"]:last-child {
        padding-left: 30px;
    }
}

/* Form Side - Sticky Container */
.tp-musteri-gorusleri-form-side {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 110px;
    align-self: flex-start;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-musteri-gorusleri-form-side {
        top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-musteri-gorusleri-form-side {
        position: relative;
        top: 0;
    }
}

/* Form Wrapper - Sade ve Temaya Uygun */
.tp-musteri-gorusleri-form-wrapper {
    background: var(--tp-common-white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(13, 13, 13, 0.08);
    transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-musteri-gorusleri-form-wrapper {
        padding: 35px 25px;
        margin-bottom: 50px;
    }
}

.tp-musteri-gorusleri-form-header {
    margin-bottom: 35px;
}

.tp-musteri-gorusleri-form-header .tp-section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
}

@media (max-width: 767px) {
    .tp-musteri-gorusleri-form-header .tp-section-title {
        font-size: 24px;
    }
}

.tp-musteri-gorusleri-list-header {
    margin-bottom: 40px;
}

.tp-musteri-gorusleri-list-header .tp-section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
}

@media (max-width: 767px) {
    .tp-musteri-gorusleri-list-header .tp-section-title {
        font-size: 24px;
    }
}

.tp-musteri-gorusleri-form {
    margin-top: 0;
}

.tp-musteri-gorusleri-form-group {
    margin-bottom: 20px;
}

.tp-musteri-gorusleri-form-group:last-of-type {
    margin-bottom: 25px;
}

.tp-musteri-gorusleri-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(13, 13, 13, 0.7);
    font-family: var(--tp-ff-body);
}

.tp-musteri-gorusleri-label-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: rgba(13, 13, 13, 0.5);
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.tp-musteri-gorusleri-form-group:focus-within .tp-musteri-gorusleri-label-icon {
    color: var(--tp-theme-1);
}

.tp-musteri-gorusleri-label-icon svg {
    width: 16px;
    height: 16px;
}

.tp-musteri-gorusleri-label-text {
    flex: 1;
}

.tp-musteri-gorusleri-label-text .text-danger {
    color: #ef4444;
    margin-left: 2px;
    font-size: 13px;
}

.tp-musteri-gorusleri-input-wrapper {
    position: relative;
}

.tp-musteri-gorusleri-input,
.tp-musteri-gorusleri-textarea {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border: 1px solid rgba(13, 13, 13, 0.12) !important;
    border-radius: 8px;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    transition: all 0.2s ease;
    font-family: var(--tp-ff-body);
}

.tp-musteri-gorusleri-input:focus,
.tp-musteri-gorusleri-textarea:focus {
    outline: none;
    border-color: var(--tp-theme-1);
    box-shadow: 0 0 0 3px rgba(160, 32, 240, 0.06);
}

.tp-musteri-gorusleri-input::placeholder,
.tp-musteri-gorusleri-textarea::placeholder {
    color: rgba(13, 13, 13, 0.35);
    font-size: 15px;
}

.tp-musteri-gorusleri-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.tp-musteri-gorusleri-form-submit {
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
}

.tp-musteri-gorusleri-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--tp-ff-body);
    width: 100%;
}

.tp-musteri-gorusleri-submit-btn:hover {
    background: rgba(160, 32, 240, 0.9);
    transform: translateY(-1px);
}

.tp-musteri-gorusleri-submit-btn:active {
    transform: translateY(0);
}

.tp-musteri-gorusleri-submit-text {
    position: relative;
}

.tp-musteri-gorusleri-submit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.tp-musteri-gorusleri-submit-btn:hover .tp-musteri-gorusleri-submit-icon {
    transform: translateX(2px);
}

/* Testimonials Cards */
.tp-musteri-gorusleri-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tp-musteri-gorusleri-empty {
    padding: 40px 20px;
    text-align: center;
}

.tp-musteri-gorusleri-card {
    position: relative;
    background: rgb(242, 242, 242);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid rgba(13, 13, 13, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ui-testimonial-active .swiper-slide {
    height: auto;
    display: flex;
}

.ui-testimonial-active .swiper-slide .tp-musteri-gorusleri-card {
    width: 100%;
}

.tp-musteri-gorusleri-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--tp-theme-1) 0%, rgba(160, 32, 240, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tp-musteri-gorusleri-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(160, 32, 240, 0.2);
}

.tp-musteri-gorusleri-card:hover::before {
    opacity: 1;
}

@media (max-width: 767px) {
    .tp-musteri-gorusleri-card {
        padding: 24px 20px;
    }
}

.tp-musteri-gorusleri-card-quote {
    margin-bottom: 20px;
    color: var(--tp-theme-1);
    opacity: 0.15;
}

.tp-musteri-gorusleri-card-quote svg {
    width: 40px;
    height: 40px;
}

.tp-musteri-gorusleri-card-content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tp-musteri-gorusleri-card-text {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(13, 13, 13, 0.8);
    margin-bottom: 24px;
    font-family: var(--tp-ff-body);
    font-style: italic;
    flex: 1;
}

@media (max-width: 767px) {
    .tp-musteri-gorusleri-card-text {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.tp-musteri-gorusleri-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(13, 13, 13, 0.08);
    margin-top: auto;
}

@media (max-width: 575px) {
    .tp-musteri-gorusleri-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.tp-musteri-gorusleri-card-user {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.tp-musteri-gorusleri-card-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tp-theme-1) 0%, rgba(160, 32, 240, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-common-white);
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
    font-family: var(--tp-ff-heading);
}

.tp-musteri-gorusleri-card-info {
    flex: 1;
    min-width: 0;
}

.tp-musteri-gorusleri-card-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-black);
    margin: 0 0 4px 0;
    font-family: var(--tp-ff-heading);
    line-height: 1.3;
}

.tp-musteri-gorusleri-card-meta {
    font-size: 14px;
    color: rgba(13, 13, 13, 0.6);
    font-family: var(--tp-ff-body);
}

.tp-musteri-gorusleri-card-date {
    font-size: 13px;
    color: rgba(13, 13, 13, 0.5);
    font-family: var(--tp-ff-body);
    white-space: nowrap;
}

@media (max-width: 575px) {
    .tp-musteri-gorusleri-card-date {
        align-self: flex-end;
    }
}


@media (max-width: 991px) {
    .tp-musteri-gorusleri-ptb .row.align-items-start > [class*="col-"]:first-child,
    .tp-musteri-gorusleri-ptb .row.align-items-start > [class*="col-"]:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .tp-musteri-gorusleri-form-wrapper {
        padding: 30px 20px;
    }
    .tp-musteri-gorusleri-form-header {
        margin-bottom: 30px;
    }
    .tp-musteri-gorusleri-form-header .tp-section-title {
        font-size: 24px;
    }
    .tp-musteri-gorusleri-list-header {
        margin-bottom: 30px;
    }
    .tp-musteri-gorusleri-list-header .tp-section-title {
        font-size: 24px;
    }
    .tp-musteri-gorusleri-label {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .tp-musteri-gorusleri-label-icon svg {
        width: 14px;
        height: 14px;
    }
    .tp-musteri-gorusleri-input,
    .tp-musteri-gorusleri-textarea {
        padding: 12px 16px;
        font-size: 14px;
    }
    .tp-musteri-gorusleri-textarea {
        min-height: 100px;
    }
    .tp-musteri-gorusleri-submit-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    .tp-musteri-gorusleri-card {
        padding: 24px 20px;
    }
    .tp-musteri-gorusleri-card-avatar {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    .tp-musteri-gorusleri-card-name {
        font-size: 15px;
    }
    .tp-musteri-gorusleri-card-meta,
    .tp-musteri-gorusleri-card-date {
        font-size: 13px;
    }
}

/*  pricing css start here
/*----------------------------------------*/
@media (max-width: 767px) {
    .am-pricing-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.am-pricing-item {
    padding: 40px 28px;
    border-radius: 20px;
    border: 1px solid rgba(13, 13, 13, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .am-pricing-item {
        padding: 35px 30px;
    }
}

.am-pricing-item-icon {
    margin-bottom: 15px;
}

.am-pricing-item-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
    color: var(--tp-common-black);
}

.am-pricing-item-heading {
    margin-bottom: 40px;
}

.am-pricing-item-heading p {
    margin-bottom: 30px;
    min-height: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-pricing-item-heading p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-pricing-item-heading p br {
        display: none;
    }
}

.am-pricing-item-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: -2.4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-pricing-item-title {
        font-size: 55px;
        margin-bottom: 25px;
    }
}

.am-pricing-item-title span {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    transform: translateX(-12px);
}

.am-pricing-item-list ul li {
    gap: 15px;
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
}

.am-pricing-item-btn .tp-btn-border-gradiant span {
    padding: 19px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-pricing-item-btn .tp-btn-border-gradiant span {
        padding: 15px 30px;
    }
}

/*  testimonial css start here
/*----------------------------------------*/
.am-testimonial-wrap {
    height: 100%;
    overflow: hidden;
    padding: 150px 80px;
    border-radius: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .am-testimonial-wrap {
        padding: 80px 35px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .am-testimonial-wrap {
        padding: 16px 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-testimonial-wrap {
        padding: 48px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-testimonial-wrap {
        height: inherit;
        margin-bottom: 30px;
    }
}

.am-testimonial-wrap-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.am-testimonial-wrap .shape-radius {
    position: absolute;
    bottom: 0;
    left: 90px;
    height: 40px;
    width: 125px;
    display: inline-block;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    background-color: var(--tp-common-white);
}

.am-testimonial-wrap .shape-radius::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    right: -20px;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-common-white);
}

.am-testimonial-wrap .shape-radius::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    left: -20px;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-common-white);
}

.am-testimonial-wrap .tp-testi-slide-arrow {
    bottom: 0;
    left: 16%;
    gap: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .am-testimonial-wrap .tp-testi-slide-arrow {
        left: 18%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .am-testimonial-wrap .tp-testi-slide-arrow {
        left: 21%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .am-testimonial-wrap .tp-testi-slide-arrow {
        left: 26%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-testimonial-wrap .tp-testi-slide-arrow {
        left: 31%;
    }
}

@media (max-width: 767px) {
    .am-testimonial-wrap .tp-testi-slide-arrow {
        left: 26%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .am-testimonial-wrap .tp-testi-slide-arrow {
        left: 23%;
    }
}

.am-testimonial-wrap .tp-testi-slide-arrow button {
    color: var(--tp-common-black);
}

.am-testimonial-wrap .tp-testi-slide-arrow button:hover {
    color: var(--tp-theme-1);
}

.am-testimonial-item-user {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-testimonial-item-user {
        margin-bottom: 20px;
    }
}

.am-testimonial-item-user img {
    border-radius: 50%;
}

.am-testimonial-item-content {
    padding-bottom: 45px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .am-testimonial-item-content {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-testimonial-item-content {
        padding-bottom: 15px;
    }
}

.am-testimonial-item-content p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.26;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sora);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .am-testimonial-item-content p {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .am-testimonial-item-content p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-testimonial-item-content p br {
        display: none;
    }
}

.am-testimonial-item-info p {
    color: var(--tp-common-white);
}

.am-testimonial-item-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.39px;
    color: var(--tp-common-paste);
}

.am-testimonial-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.am-testimonial-thumb img {
    width: 100%;
}

.am-testimonial-thumb .shape-radius {
    position: absolute;
    top: 0;
    right: 120px;
    height: 50px;
    width: 190px;
    display: inline-block;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .am-testimonial-thumb .shape-radius {
        display: none;
    }
}

.am-testimonial-thumb .shape-radius::after {
    content: "";
    bottom: 10px;
    right: -20px;
    height: 40px;
    width: 20px;
    position: absolute;
    border-top-left-radius: 20px;
    background-color: transparent;
    box-shadow: 0px -18px 0 0 var(--tp-common-white);
}

.am-testimonial-thumb .shape-radius::before {
    content: "";
    bottom: 10px;
    left: -20px;
    height: 40px;
    width: 20px;
    position: absolute;
    background-color: transparent;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 var(--tp-common-white);
}

.am-testimonial-text {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-testimonial-text {
        left: 30px;
        right: 30px;
        bottom: 25px;
    }
}

.am-testimonial-text p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sora);
}

@media (max-width: 767px) {
    .am-testimonial-text p br {
        display: none;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .am-testimonial-slide-wrap {
        padding-top: 80px;
    }
}

/*  work css start here
/*----------------------------------------*/
.am-work-background {
    border-radius: 20px;
    background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .am-work-background {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-work-background {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.am-work-content-wrapper {
    border-radius: 15px;
    background-color: #1F1E22;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-work-content-wrapper {
        margin-left: 0;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .am-work-content-wrapper {
        flex-wrap: wrap;
    }
}

.am-work-content-wrap {
    width: 270px;
    padding: 38px;
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    background-color: #302F36;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .am-work-content-wrap {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-work-content-box {
        margin-bottom: 20px;
    }
}

.am-work-content-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
}

.am-work-content-title.fs-16 {
    font-size: 16px;
}

@media (max-width: 767px) {
    .am-work-content-cetagories br {
        display: none;
    }
}

.am-work-content-cetagorie {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border-radius: 20px;
    padding: 2px 11px 4px;
    z-index: 1;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tp-common-white);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.am-work-content-cetagorie::after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-size: 200% auto;
    background-image: linear-gradient(90deg, #A020F0 0%, #00FFD1 100%);
}

.am-work-content-cetagorie:hover {
    border-color: transparent;
}

.am-work-content-cetagorie:hover::after {
    opacity: 1;
    visibility: visible;
    background-position: left right;
}

.am-work-list-item {
    display: flex;
    gap: 20px;
}

.am-work-list-icon span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-grid;
    place-content: center;
    color: var(--tp-common-paste);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.am-work-list-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.27px;
    color: var(--tp-common-white);
}

.am-work-list-content p {
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-work-list-content p br {
        display: none;
    }
}

.am-work-tab-wrap .nav-tabs {
    border: none;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-work-tab-wrap .nav-tabs {
        gap: 10px;
    }
}

.am-work-tab-wrap .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 11px 24px;
    border-radius: 50px;
    letter-spacing: -0.3px;
    color: var(--tp-common-white);
    background-color: transparent;
    font-family: var(--tp-ff-sora);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.am-work-tab-wrap .nav-tabs .nav-link.active {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .am-work-tab-wrap .nav-tabs .nav-link {
        font-size: 17px;
    }
}

/*----------------------------------------*/
/*  7.3 Image home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media (max-width: 767px) {
    .ig-hero-ptb {
        padding-top: 180px;
    }
}

.ig-hero-thumb-wrapper .ig-hero-thumb {
    display: inline-block;
}

.ig-hero-thumb-wrapper .ig-hero-thumb img {
    border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-hero-thumb.mr-110 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-hero-thumb.ml-110 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-hero-shapes {
        display: none;
    }
}

.ig-hero-shapes .shape-1 {
    position: absolute;
    top: 43%;
    left: 19%;
    z-index: 1;
    animation: tpswing 1s forwards infinite alternate;
    transform-origin: top left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ig-hero-shapes .shape-1 {
        top: 48%;
        left: 18%;
    }
}

.ig-hero-shapes .shape-2 {
    position: absolute;
    top: 22%;
    right: 23%;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ig-hero-shapes .shape-2 {
        top: 18%;
        right: 27%;
    }
}

.ig-hero-shapes .shape-3 {
    position: absolute;
    top: 48%;
    right: 20%;
    z-index: 1;
    animation: tpswing 1s forwards infinite alternate;
    transform-origin: bottom left;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-hero-wrapper {
        margin-bottom: 50px;
    }
}

.ig-hero-wrapper p {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-hero-wrapper p {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-hero-wrapper p br {
        display: none;
    }
}

.ig-hero-title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -1.2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ig-hero-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .ig-hero-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .ig-hero-title br {
        display: none !important;
    }
}

.ig-hero-input {
    position: relative;
    border-radius: 10px;
    padding: 5px 5px 8px;
    background: linear-gradient(91deg, #A020F0 0.04%, #00FFD1 99.96%);
}

.ig-hero-input input {
    height: 70px;
    font-size: 16px;
    border-radius: 6px;
    border: transparent;
    padding-right: 160px;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
}

.ig-hero-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: var(--tp-text-body);
}

.ig-hero-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: var(--tp-text-body);
}

.ig-hero-input input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 16px;
    color: var(--tp-text-body);
}

.ig-hero-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 16px;
    color: var(--tp-text-body);
}

.ig-hero-input input::placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    color: var(--tp-text-body);
}

.ig-hero-input-btn {
    right: 15px;
}

.ig-hero-input-ceta {
    gap: 20px;
}

@media (max-width: 767px) {
    .ig-hero-input-ceta {
        flex-wrap: wrap;
    }
}

.ig-hero-input-ceta-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -0.32px;
}

@media (max-width: 767px) {
    .ig-hero-input-ceta-title {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ig-hero-input-ceta-title {
        margin-bottom: 10px;
    }
}

.ig-hero-input-ceta-btn {
    margin-bottom: 10px;
}

.ig-hero-input-ceta-btn a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 13px;
    margin-right: 4px;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tp-common-black);
    border: 1px solid rgba(13, 13, 13, 0.1);
}

.ig-hero-input-ceta-btn a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-about-ptb {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-about-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ig-about-thumb {
    height: 425px;
    overflow: hidden;
    mask-size: contain;
    mask-repeat: no-repeat;
    background-position: center center;
    mask-image: url(../img/ai-image/about/about-mask.html);
    -webkit-mask-image: url(../img/ai-image/about/about-mask.html);
}

.ig-about-thumb-icon {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 1;
}

.ig-about-thumb-icon span {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    place-content: center;
    display: inline-grid;
    background-color: var(--tp-common-white);
    box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}

.ig-about-content-wrap {
    padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-about-content-wrap {
        padding-left: 0;
    }
}

/*  creativity css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-creativity-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-creativity-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .ig-creativity-heading {
        margin-bottom: 30px;
    }
}

.ig-creativity-item {
    position: relative;
}

.ig-creativity-item-title {
    letter-spacing: -0.36px;
}

.ig-creativity-item-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--tp-gray-1);
}

@media (max-width: 767px) {
    .ig-creativity-item-thumb img {
        width: 100%;
    }
}

.ig-creativity-item-style-1 {
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #E0E0E0;
}

.ig-creativity-item-style-1:hover {
    transform: scale(1.05);
}

.ig-creativity-item-style-1.pos-1 {
    position: absolute;
    top: 19%;
    left: 25px;
    width: 380px;
    margin: 0;
    cursor: grab;
    user-select: none;
}

@media (max-width: 767px) {
    .ig-creativity-item-style-1.pos-1 {
        width: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ig-creativity-item-style-1.pos-1 {
        width: 380px;
    }
}

.ig-creativity-item-style-1.pos-3 {
    position: absolute;
    top: 19%;
    left: 25px;
    width: 380px;
    margin: 0;
    cursor: grab;
    user-select: none;
}

@media (max-width: 767px) {
    .ig-creativity-item-style-1.pos-3 {
        width: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ig-creativity-item-style-1.pos-3 {
        width: 380px;
    }
}

.ig-creativity-item-style-1.pos-3 .ig-creativity-item-style-1-top {
    background-color: transparent;
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.ig-creativity-item-style-1.pos-3 .ig-creativity-item-style-1-top i,
.ig-creativity-item-style-1.pos-3 .ig-creativity-item-style-1-top span {
    color: var(--tp-common-black);
}

.ig-creativity-item-style-1-top {
    display: flex;
    padding: 14px 20px;
    border-radius: 20px 20px 0 0;
    justify-content: space-between;
    background-color: var(--tp-common-black);
}

.ig-creativity-item-style-1-top span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--tp-common-white);
}

.ig-creativity-item-style-1-top i {
    color: var(--tp-common-white);
}

.ig-creativity-item-style-1-content {
    padding: 20px;
}

.ig-creativity-item-style-1-content span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--tp-common-black);
}

.ig-creativity-item-style-1-content textarea {
    height: 146px;
    padding: 20px;
    resize: none;
    border-radius: 8px;
    pointer-events: none;
    background: var(--tp-gray-1);
    border-color: rgb(242, 242, 242);
}

.ig-creativity-item-style-1-content textarea:focus {
    border-color: transparent;
}

.ig-creativity-item-style-1-content textarea::placeholder {
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.ig-creativity-item-style-1-btn {
    margin-bottom: 15px;
}

.ig-creativity-item-style-1-btn a {
    font-size: 14px;
    line-height: 1;
    padding: 4px 13px;
    border-radius: 20px;
    display: inline-block;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
}

.ig-creativity-item-style-2 {
    padding: 15px 25px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: var(--tp-common-white);
}

.ig-creativity-item-style-2:hover {
    transform: scale(1.05);
}

.ig-creativity-item-style-2.pos-2 {
    position: absolute;
    bottom: 5%;
    left: 20px;
    height: 190px;
    width: 380px;
    margin: 0;
    cursor: grab;
    user-select: none;
}

@media (max-width: 767px) {
    .ig-creativity-item-style-2.pos-2 {
        width: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ig-creativity-item-style-2.pos-2 {
        width: 380px;
    }
}

.ig-creativity-item-style-2-thumb {
    gap: 15px;
    display: flex;
    margin-bottom: 17px;
}

.ig-creativity-item-style-2-thumb img {
    border-radius: 10px;
    pointer-events: none;
}

.ig-creativity-item-style-2 textarea {
    border: none;
    resize: none;
    padding: 0;
    pointer-events: none;
}

.ig-creativity-item-style-2 textarea::placeholder {
    font-size: 16px;
    color: rgb(51, 51, 51);
}

/*  gallery css start here
/*----------------------------------------*/
.ig-gallery-ptb {
    padding-top: 300px;
    margin-top: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-gallery-ptb {
        padding-top: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ig-gallery-ptb {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .ig-gallery-ptb {
        padding-top: 140px;
    }
}

.ig-gallery-heading {
    position: absolute;
    top: -85px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-gallery-heading {
        top: -110px;
    }
}

.ig-gallery-heading .tp-section-subtitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.36px;
}

.ig-gallery-heading .tp-section-title {
    font-size: 220px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -4.4px;
}

.ig-gallery-heading .tp-section-title .word {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ig-gallery-heading .tp-section-title {
        font-size: 170px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-gallery-heading .tp-section-title {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ig-gallery-heading .tp-section-title {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .ig-gallery-heading .tp-section-title {
        font-size: 80px;
    }
}

.ig-gallery-item img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
}

.ig-gallery-box {
    height: 1516px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ig-gallery-box {
        height: 1200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ig-gallery-box {
        height: 1000px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-gallery-box {
        height: 900px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ig-gallery-box {
        height: 800px;
    }
}

@media (max-width: 767px) {
    .ig-gallery-box {
        height: 650px;
    }
}

.ig-gallery-slide-1 {
    -webkit-animation: slide-har 100s linear infinite;
    animation: slide-har 100s linear infinite;
    transition: animation-duration 600ms;
}

.ig-gallery-slide-2 {
    -webkit-animation: slide-har-2 200s linear infinite;
    animation: slide-har-2 200s linear infinite;
    transition: animation-duration 600ms;
    animation-direction: reverse;
}

/*  feature css start here
/*----------------------------------------*/
@media (max-width: 767px) {
    .ig-feature-ptb {
        padding-top: 100px;
    }
}

.ig-feature-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-feature-item.style-3 {
        margin-bottom: 40px;
    }
}

/*  work css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ig-work-ptb {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-work-ptb {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-work-ptb {
        padding-top: 100px;
    }
}

.ig-work-bg-rgb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, var(--tp-gray-1) 0%, #FFF 100%);
}

.ig-work-thumb img {
    width: 100%;
    border-radius: 20px;
}

.ig-work-thumb-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 155px;
    border-radius: 20px;
    padding-bottom: 155px;
    background-image: linear-gradient(136deg, var(--tp-common-black) 1.2%, var(--tp-theme-1) 160.08%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-work-thumb-wrapper {
        margin-bottom: 50px;
    }
}

.ig-work-thumb-wrapper .shape-radius-top {
    position: absolute;
    top: -1px;
    left: 50%;
    height: 50px;
    width: 250px;
    display: inline-block;
    transform: translateX(-50%);
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    background-color: var(--tp-gray-1);
}

.ig-work-thumb-wrapper .shape-radius-top::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 10px;
    left: -20px;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 var(--tp-gray-1);
}

.ig-work-thumb-wrapper .shape-radius-top::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 10px;
    right: -20px;
    height: 40px;
    width: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0px -18px 0 0 var(--tp-gray-1);
}

.ig-work-thumb-wrapper .shape-radius-bottom {
    position: absolute;
    bottom: -1px;
    left: 50%;
    height: 50px;
    width: 250px;
    display: inline-block;
    transform: translateX(-50%);
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    background-color: #FEFEFE;
}

@media (max-width: 767px) {
    .ig-work-thumb-wrapper .shape-radius-bottom {
        background-color: var(--tp-gray-1);
    }
}

.ig-work-thumb-wrapper .shape-radius-bottom::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: -20px;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 18px 0 0 #FEFEFE;
}

.ig-work-thumb-wrapper .shape-radius-bottom::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 10px;
    right: -20px;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 18px 0 0 #FEFEFE;
}

.ig-work-thumb-slider {
    position: relative;
}

.ig-work-thumb-slider::after {
    position: absolute;
    content: "";
    right: -13px;
    top: -65px;
    width: 20px;
    border-radius: 10px;
    height: calc(100% + 130px);
    transform: translateX(-50%);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.4) 17.93%, rgba(255, 255, 255, 0.1) 81.51%);
    backdrop-filter: blur(20px);
    z-index: 2;
}

.ig-work-thumb-text {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.ig-work-thumb-text span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.27px;
    color: var(--tp-theme-1);
    font-family: var(--tp-ff-sora);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-work-wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-work-heading .tp-section-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-work-heading .tp-section-title br {
        display: none;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-work-heading p br {
        display: none;
    }
}

.ig-work-item {
    gap: 30px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .ig-work-item {
        gap: 20px;
    }
}

.ig-work-item-number span {
    padding: 1px;
    font-size: 30px;
    font-weight: 600;
    border-radius: 50%;
    display: inline-block;
    letter-spacing: -0.45px;
    color: var(--tp-common-black);
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
}

.ig-work-item-number span i {
    width: 80px;
    height: 80px;
    font-style: normal;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    background: var(--tp-common-white);
}

.ig-work-item-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-work-item-content p br {
        display: none;
    }
}

/*  engine css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .ig-engine-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .ig-engine-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ig-engine-wrapper {
        padding-left: 100px;
    }
}

.ig-engine-white-style .ig-engine-title {
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-engine-white-style .ig-engine-title {
        font-size: 68px;
    }
}

.ig-engine-white-style .ig-engine-thumb {
    opacity: 0.1;
}

.ig-engine-title {
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -6px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .ig-engine-title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .ig-engine-title {
        font-size: 42px;
        letter-spacing: -2px;
    }
}

.ig-engine-title .text-gradient {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ig-engine-title svg {
    animation: rotate_anim 10s linear infinite;
}

@media (max-width: 767px) {
    .ig-engine-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .ig-engine-title img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-engine-thumb-wrapper {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-engine-thumb img {
        width: 50%;
    }
}

.ig-engine-thumb-icon {
    position: absolute;
    top: 7%;
    right: 25%;
}

.ig-engine-thumb-icon .main-icon {
    height: 120px;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
    background-color: var(--tp-common-white);
    filter: drop-shadow(0 20px 30px rgba(3, 4, 28, 0.1));
}

.ig-engine-thumb-icon .icon-text {
    position: absolute;
    top: 8px;
    left: 8px;
    animation: rotate_anim 10s linear infinite;
}

/*  faq css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ig-faq-ptb {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-faq-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-faq-ptb {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ig-faq-ptb-2 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-faq-ptb-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-faq-ptb-2 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ig-faq-heading {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ig-faq-heading {
        padding-bottom: 20px;
    }
}

/*----------------------------------------*/
/*  7.4 Ui home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.ui-hero-ptb {
    margin-bottom: 480px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-hero-ptb {
        margin-bottom: 370px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-hero-ptb {
        padding-top: 90px;
        margin-bottom: 80px;
    }
}

.ui-hero-bg {
    max-height: 800px;
    border-radius: 20px;
    background-color: var(--tp-gray-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-hero-bg {
        max-height: 100%;
    }
}

.ui-hero-bg.tp-image-distortion {
    overflow: visible;
}

.ui-hero-bg.tp-image-distortion canvas {
    border-radius: 20px;
}

.ui-hero-bg-shape .shape-1 {
    top: 14%;
    right: 8%;
    position: absolute;
    animation: spain 6s infinite linear;
}

@media (max-width: 767px) {
    .ui-hero-bg-shape .shape-1 {
        display: none;
    }
}

.ui-hero-bg-shape .shape-2 {
    bottom: 2%;
    left: 15%;
    z-index: 2;
    position: absolute;
    animation: ai-robot 10s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-hero-bg-shape .shape-2 {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-hero-bg-shape .shape-2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-hero-wrapper {
        padding: 0 30px;
    }
}

.ui-hero-user {
    display: inline-block;
}

.ui-hero-user-shape {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

.ui-hero-user-title {
    position: relative;
    font-size: 14px;
    padding: 1px 14px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 35px;
    color: var(--tp-text-body);
    background: var(--tp-common-white);
}

.ui-hero-user-title::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--tp-theme-1);
}

.ui-hero-user-content {
    gap: 15px;
    align-items: center;
}

.ui-hero-user-text span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: var(--tp-text-body);
}

.ui-hero-heading .tp-section-title {
    font-weight: 600;
    letter-spacing: -1.2px;
}

.ui-hero-input-box .ig-hero-input {
    padding: 0;
    background: transparent;
}

.ui-hero-input-box .ig-hero-input input {
    border-radius: 40px;
    border: 1px solid transparent;
}

.ui-hero-input-box .ig-hero-input input:focus {
    border-color: var(--tp-theme-1);
}

.ui-hero-input-text p {
    letter-spacing: -0.28px;
    color: var(--tp-common-black);
}

.ui-hero-thumb-wrapper {
    display: inline-block;
}

.ui-hero-thumb-2 {
    position: absolute;
    right: 6%;
    top: 14%;
}

.ui-hero-thumb-2 img {
    border-radius: 6px;
}

.ui-hero-thumb-3 {
    position: absolute;
    top: 7%;
    left: 8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-hero-thumb-3 {
        display: none;
    }
}

/*  pricing css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-pricing-ptb {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-pricing-ptb {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-pricing-heading {
        margin-bottom: 30px;
    }
}

.ui-pricing-item {
    padding: 6px;
    border-radius: 20px;
    background: var(--tp-gray-1);
}

.ui-pricing-item.active .ui-pricing-item-btn .tp-btn-purple {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    box-shadow: 0 14px 25px -10px rgba(13, 13, 13, 0.35);
}

.ui-pricing-item-wrap {
    padding: 40px;
    border-radius: 15px;
    background: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ui-pricing-item-wrap {
        padding: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-pricing-item-wrap {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ui-pricing-item-wrap {
        padding: 20px;
    }
}

.ui-pricing-item-content {
    margin-bottom: 20px;
}

.ui-pricing-item-title {
    font-size: 20px;
    letter-spacing: -0.3px;
}

.ui-pricing-item-month h4 {
    font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-pricing-item-month h4 {
        font-size: 26px;
    }
}

.ui-pricing-item-month h4 span {
    font-size: 16px;
    display: inline-block;
    transform: translateX(-5px);
}

.ui-pricing-item-btn .tp-btn-purple {
    box-shadow: 0 14px 25px -10px rgba(13, 13, 13, 0.35);
}

.ui-pricing-item-list {
    padding: 40px 32px 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-pricing-item-list {
        padding: 35px 20px 30px;
    }
}

.ui-pricing-item-list-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: var(--tp-ff-body);
}

.ui-pricing-item-list ul li {
    font-size: 16px;
    list-style: none;
    display: flex;
}

.ui-pricing-item-list ul li:not(:last-of-type) {
    margin-bottom: 4px;
}

.ui-pricing-item-list ul li span {
    margin-right: 5px;
    display: inline-block;
}

.service-pricing-nav .tp-pricing-nav-wrapper {
    box-shadow: 0 1px 1px 0 rgba(18, 20, 32, 0.14);
    background: var(--tp-common-white);
    border-radius: 50px;
}

.service-pricing-nav .tp-pricing-nav-wrapper .nav-link.active {
    box-shadow: 0 0 1px 0 rgba(89, 86, 233, 0.1), 0 2px 2px -1px rgba(89, 86, 233, 0.15);
    background: #a020f0;
    mix-blend-mode: inherit;
    color: var(--tp-common-white);
    border-color: transparent;
}

.service-pricing-nav .tp-pricing-nav-wrapper .nav-link {
    color: var(--tp-common-black);
    border-radius: 30px;
    padding: 4px 25px;
}

.service-pricing-nav .tp-pricing-nav-wrapper .nav-link:hover {
    border-color: transparent;
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-feature-ptb {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-feature-heading {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-feature-btn {
        margin-bottom: 30px;
    }
}

.ui-feature-item {
    width: 100%;
    height: 100%;
    max-height: 525px;
    border-radius: 20px;
    display: inline-block;
    padding: 50px 30px 0 50px;
    background-color: var(--tp-gray-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-feature-item {
        height: inherit;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .ui-feature-item {
        padding: 40px 30px 0 35px;
    }
}

.ui-feature-item.style-2 {
    max-height: 400px;
}

.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper {
    margin-top: -10px;
}

.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper img {
    width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-feature-item.style-2 .ui-feature-item-thumb-wrapper .shape {
        display: none;
    }
}

.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper .shape .shape-1 {
    position: absolute;
    right: 18%;
    top: 0;
}

.ui-feature-item.style-2 .ui-feature-item-thumb-wrapper .shape .shape-2 {
    position: absolute;
    right: 0;
    top: -60px;
}

.ui-feature-item-thumb-wrapper img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-feature-item-content P br {
        display: none;
    }
}

/*  process css start here
/*----------------------------------------*/
.ui-process-bg {
    padding-top: 120px;
    border-radius: 20px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-process-bg {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-process-bg {
        padding-top: 440px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-process-heading {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-process-text {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-process-text br {
        display: none;
    }
}

.ui-process-item {
    padding: 10px;
    border-radius: 20px;
    background: var(--tp-common-white);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.ui-process-item-link:hover .ui-process-item {
    background: rgba(160, 32, 240, 0.03);
}

.ui-process-item:hover .ui-process-item-thumb img {
    transform: scale(1.1);
}

.ui-process-item-thumb {
    overflow: hidden;
    border-radius: 10px;
}

.ui-process-item-thumb img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.ui-process-item-content {
    position: relative;
    margin-top: 50px;
    z-index: 1;
    padding: 0 30px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-process-item-content p br {
        display: none;
    }
}

.ui-process-item-num {
    font-size: 30px;
    font-weight: 600;
    display: inline-grid;
    place-content: center;
    text-align: center;
    height: 80px;
    width: 80px;
    border-radius: 10px;
    margin-bottom: 30px;
    color: var(--tp-common-white);
    background: var(--tp-common-black);
    border: 2px solid var(--tp-common-white);
}

.ui-process-item-num.bg-purple {
    background-color: var(--tp-theme-1);
}

.ui-process-item-num.bg-paste {
    color: var(--tp-common-black);
    background-color: var(--tp-common-paste);
}

.ui-process-item-title {
    margin-bottom: 10px;
    letter-spacing: -0.36px;
}

/*  testimonial css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ui-testimonial-ptb {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-testimonial-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-testimonial-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-testimonial-slider-wrapper {
        margin-bottom: 30px;
    }
}

.ui-testimonial-slider-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 395px;
    height: 100%;
    z-index: 2;
    display: inline-block;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ui-testimonial-slider-wrapper::before {
        width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-testimonial-slider-wrapper::before {
        width: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-testimonial-slider-wrapper::before {
        content: none;
    }
}

.ui-testimonial-slider-wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 395px;
    height: 100%;
    z-index: 2;
    display: inline-block;
    background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ui-testimonial-slider-wrapper::after {
        width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-testimonial-slider-wrapper::after {
        width: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-testimonial-slider-wrapper::after {
        content: none;
    }
}

.ui-testimonial-item {
    padding: 40px;
    border-radius: 20px;
    background: var(--tp-gray-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ui-testimonial-item {
        padding: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui-testimonial-item {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ui-testimonial-item {
        padding: 30px 15px;
    }
}

.ui-testimonial-item-user {
    gap: 20px;
    margin-bottom: 20px;
}

.ui-testimonial-item-user-thumb img {
    width: 65px;
    border-radius: 50%;
    border: 1.5px solid #FFF;
}

.ui-testimonial-item-user-star {
    line-height: 1;
}

.ui-testimonial-item-user-content span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: -0.24px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-sora);
}

.ui-testimonial-item-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
}

.ui-testimonial-item-subtitle i {
    font-style: normal;
    color: var(--tp-theme-1);
}

.ui-testimonial-item-title {
    font-size: 20px;
    letter-spacing: -0.3px;
}

.ui-testimonial-rating-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.ui-testimonial-rating-title span {
    display: inline-block;
}

.ui-testimonial-rating-sub {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-black);
}

.ui-testimonial-rating-stars {
    margin-bottom: 5px;
}

.ui-testimonial-rating-stars span {
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-content: center;
    border-radius: 4px;
    background: #00B67A;
    color: var(--tp-common-white);
}

/*  trails css start here
/*----------------------------------------*/
.ui-trials-bg {
    border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-trials-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-trials-heading {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-trials-shapes {
        display: none;
    }
}

.ui-trials-shapes .shape-1 {
    position: absolute;
    bottom: 12%;
    left: 25%;
    animation: ai-robot 10s infinite linear;
}

.ui-trials-shapes .shape-2 {
    position: absolute;
    bottom: 12%;
    right: 15%;
}

.ui-trials-shapes .shape-3 {
    position: absolute;
    top: 6%;
    right: 0;
}

/*  gallery css start here
/*----------------------------------------*/
.ui-gallery-big-text {
    font-size: 160px;
    line-height: 1;
    letter-spacing: -6.4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ui-gallery-big-text {
        font-size: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-gallery-big-text {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui-gallery-big-text {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .ui-gallery-big-text {
        font-size: 60px;
        letter-spacing: -1.4px;
    }
}

.ui-gallery-big-text span {
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-gallery-heading {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-gallery-heading {
        margin-bottom: 50px;
    }
}

.ui-gallery-wrapper {
    height: 740px;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ui-gallery-wrapper {
        height: auto;
    }
}

.ui-gallery-thumb {
    position: relative;
    margin-bottom: 10px;
}

.ui-gallery-thumb:hover::after {
    opacity: 0;
}

.ui-gallery-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(13, 13, 13, 0.7);
}

.ui-gallery-thumb img {
    border-radius: 20px;
}

.ui-gallery-thumb-wrap {
    margin: 0 -195px;
}

.ui-gallery-content {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.ui-gallery-text {
    font-size: 40px;
    font-weight: 600;
    padding: 27px 15px;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: -1.2px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sora);
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, #A020F0 0%, #00FFD1 118.7%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ui-gallery-text {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui-gallery-text {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui-gallery-text {
        font-size: 20px;
        padding: 22px 24px;
    }
}

@media (max-width: 767px) {
    .ui-gallery-text {
        font-size: 15px;
        letter-spacing: 0;
        padding: 20px 20px;
    }
}

/*----------------------------------------*/
/*  7.5 Intelligence home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.ing-hero-heading {
    padding-left: 290px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .ing-hero-heading {
        padding-left: 180px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ing-hero-heading {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-hero-heading {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-hero-heading {
        margin-bottom: 50px;
    }
}

.ing-hero-heading p {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-hero-heading p {
        margin-bottom: 30px;
    }
}

.ing-hero-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--tp-text-body);
}

.ing-hero-user {
    gap: 18px;
    display: flex;
}

.ing-hero-user-content p {
    margin: 0;
}

.ing-hero-user-content p span {
    color: var(--tp-common-black);
}

.ing-hero-bottom {
    gap: 80px;
}

@media (max-width: 767px) {
    .ing-hero-bottom {
        gap: 20px;
        flex-wrap: wrap;
    }
}

.ing-hero-bottom .ui-testimonial-rating-title {
    font-size: 15px;
    margin-bottom: 2px;
}

.ing-hero-thumb {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-hero-thumb-wrapper {
        margin-right: 0;
    }
}

.ing-hero-thumb img {
    border-radius: 20px;
}

.ing-hero-thumb .shape-radius-right {
    position: absolute;
    top: 51px;
    right: -135px;
    height: 50px;
    width: 160px;
    z-index: 2;
    display: inline-block;
    background-color: var(--tp-gray-1);
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    transform: translateX(-50%) rotate(-90deg);
}

.ing-hero-thumb .shape-radius-right::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 25px;
    left: -16px;
    height: 25px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-gray-1);
}

.ing-hero-thumb .shape-radius-right::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    right: 1px;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-gray-1);
}

.ing-hero-thumb-video {
    position: absolute;
    top: 58px;
    right: -40px;
    z-index: 2;
    transform: rotate(-90deg);
}

.ing-hero-thumb-video a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.34px;
    color: var(--tp-common-black);
}

.ing-hero-thumb-video a span {
    width: 30px;
    height: 30px;
    display: inline-grid;
    text-align: center;
    border-radius: 30px;
    place-content: center;
    margin-right: 5px;
    background: rgba(13, 13, 13, 0.08);
}

.ing-hero-thumb-video a span svg {
    transform: translateY(2px);
}

.ing-hero-thumb-bottom {
    gap: 55px;
    display: flex;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
    .ing-hero-thumb-bottom {
        gap: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-hero-thumb-bottom {
        gap: 25px;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ing-hero-thumb-bottom {
        justify-content: space-between;
    }
}

.ing-hero-thumb-item-icon {
    margin-bottom: 10px;
}

.ing-hero-thumb-item-icon span {
    display: grid;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    place-content: center;
    display: inline-block;
    border: 1px solid rgba(13, 13, 13, 0.08);
}

.ing-hero-thumb-item-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-hero-btn-wrap {
        margin-bottom: 30px;
    }
}

/*  about css start here
/*----------------------------------------*/
.ing-about-ptb {
    padding-top: 440px;
    padding-bottom: 415px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-about-ptb {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-about-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-about-thumb-wrapper {
        display: none;
    }
}

.ing-about-thumb-wrapper img {
    border-radius: 20px;
}

.ing-about-thumb-wrapper .shape-1 {
    position: absolute;
    top: 150px;
    left: 15%;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ing-about-thumb-wrapper .shape-1 {
        left: 25%;
        top: 80px;
    }
}

.ing-about-thumb-wrapper .shape-2 {
    position: absolute;
    top: 22%;
    left: 60px;
}

.ing-about-thumb-wrapper .shape-3 {
    position: absolute;
    bottom: 202px;
    left: 18%;
}

.ing-about-thumb-wrapper .shape-4 {
    position: absolute;
    top: 150px;
    right: 60px;
}

.ing-about-thumb-wrapper .shape-5 {
    position: absolute;
    bottom: 150px;
    right: 15%;
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-feature-ptb {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ing-feature-shape {
    position: absolute;
    bottom: -35%;
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-shape {
        display: none;
    }
}

.ing-feature-item {
    padding: 50px;
    border-radius: 20px;
    background-color: var(--tp-gray-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ing-feature-item {
        padding: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-item {
        padding: 25px;
    }
}

.ing-feature-item:hover .ing-feature-item-icon svg {
    animation: shrink-anim 0.6s;
}

.ing-feature-item.feature-style-1 {
    margin-top: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-item.feature-style-1 {
        margin-top: 0;
    }
}

.ing-feature-item.feature-style-2 {
    margin-top: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-item.feature-style-2 {
        margin-top: 0;
    }
}

.ing-feature-item.feature-style-3 {
    margin-top: -160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-item.feature-style-3 {
        margin-top: 0;
    }
}

.ing-feature-item .tp-project-icon {
    right: 0;
    bottom: 0;
}

.ing-feature-item .tp-project-icon::before {
    top: -59px;
    left: 24px;
    height: 47px;
    width: 26px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 0 0 #fff;
    border-bottom-left-radius: 0;
    z-index: 0;
}

.ing-feature-item .tp-project-icon::after {
    bottom: 0px;
    top: auto;
    left: -41px;
    height: 40px;
    width: 30px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 0 0 #fff;
}

.ing-feature-item .tp-project-icon>span::after {
    background-color: var(--tp-common-white);
}

.ing-feature-item .tp-project-icon>span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -12px;
    height: 16px;
    width: 16px;
    background-color: var(--tp-common-white);
}

.ing-feature-item .tp-project-icon>span a {
    position: relative;
    background-color: var(--tp-gray-1);
    color: var(--tp-common-black);
}

.ing-feature-item .tp-project-icon>span a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

.ing-feature-item-icon {
    margin-bottom: 40px;
}

.ing-feature-item-title {
    margin-bottom: 15px;
    letter-spacing: -0.36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-item-title {
        font-size: 22px;
    }
}

.ing-feature-item-content {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-item-content p br {
        display: none;
    }
}

.ing-feature-item-list ul li {
    display: flex;
    font-size: 16px;
    list-style: none;
    margin-bottom: 5px;
    color: var(--tp-common-black);
}

.ing-feature-item-list ul li span {
    margin-right: 8px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-heading {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-heading .tp-section-title {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ing-feature-heading .tp-section-title br {
        display: block;
    }
}

.ing-feature-list-box {
    border-radius: 20px;
    background: var(--tp-gray-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-list-box {
        padding-top: 100px;
    }
}

.ing-feature-list-box::after {
    top: 0;
    left: 0;
    width: 802px;
    height: 954px;
    content: "";
    position: absolute;
    filter: blur(100px);
    transform: rotate(45.484deg);
    background: linear-gradient(40deg, rgba(160, 32, 240, 0.6) 23.76%, rgba(0, 255, 209, 0.6) 70.73%);
}

.ing-feature-list-box::before {
    bottom: 0;
    right: 0;
    width: 802px;
    height: 954px;
    content: "";
    position: absolute;
    filter: blur(100px);
    transform: rotate(45.484deg);
    background: linear-gradient(40deg, rgba(160, 32, 240, 0.6) 23.76%, rgba(0, 255, 209, 0.6) 70.73%);
}

.ing-feature-list-bottom {
    padding: 32px 0;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-feature-list-bottom {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-list-bottom {
        margin-top: 80px;
    }
}

.ing-feature-list-title {
    margin: 0;
    font-size: 30px;
    display: inline-block;
    letter-spacing: -0.45px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.65);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-feature-list-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-feature-list-title {
        font-size: 20px;
    }
}

.ing-feature-list-title:hover {
    color: var(--tp-common-white);
}

.ing-faq-shape {
    position: absolute;
    bottom: -40%;
    right: 0;
}

.ing-fact-wrapper-box {
    background-color: var(--tp-gray-1);
    border-radius: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ing-fact-wrapper-box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-fact-wrapper-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-fact-wrapper-top {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .ing-fact-heading {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ing-fact-heading .tp-section-title br {
        display: block;
    }
}

.ing-fact-item {
    border-radius: 20px;
    padding: 40px 20px 35px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid rgba(13, 13, 13, 0.15);
}

.ing-fact-item:hover {
    border-color: transparent;
    background: var(--tp-common-white);
    box-shadow: 0 15px 40px -10px rgba(40, 40, 40, 0.12);
}

.ing-fact-item:hover .ing-fact-item-icon {
    transform: scale(1.1);
}

.ing-fact-item:hover .ing-fact-item-icon span {
    color: var(--tp-common-white);
    background: linear-gradient(135deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
}

.ing-fact-item-icon {
    padding: 1px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tp-common-black);
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
}

.ing-fact-item-icon span {
    position: relative;
    width: 120px;
    height: 120px;
    z-index: 1;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
    background-color: var(--tp-common-white);
    color: var(--tp-theme-1);
}

.ing-fact-item-icon span i {
    color: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-fact-item-icon span {
        height: 100px;
        width: 100px;
    }
}

.ing-fact-item-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: -0.9px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .ing-fact-item-title {
        font-size: 26px;
    }
}

.ing-fact-item-subtitle {
    font-size: 18px;
    margin-bottom: 18px;
    display: inline-block;
    letter-spacing: -0.18px;
    color: var(--tp-theme-1);
    font-family: var(--tp-ff-sora);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .ing-fact-item-subtitle {
        font-size: 16px;
    }
}

.ing-fact-item-text p {
    margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-fact-item-text p br {
        display: none;
    }
}

.ing-fact-brand-title {
    display: flex;
    font-size: 26px;
    padding: 10px 0;
    align-items: center;
    letter-spacing: -0.52px;
    justify-content: center;
    background-color: var(--tp-gray-1);
}

@media (max-width: 767px) {
    .ing-fact-brand-title {
        font-size: 20px;
    }
}

.ing-fact-brand-title::after,
.ing-fact-brand-title::before {
    content: "";
    width: 164px;
    height: 1px;
    margin: 0 12px;
    display: block;
    background: linear-gradient(90deg, var(--tp-gray-1) 0%, var(--tp-common-black) 100%);
}

.ing-fact-brand-title::after {
    background: linear-gradient(-90deg, var(--tp-gray-1) 0%, var(--tp-common-black) 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pr-feature-box {
        overflow-x: scroll;
    }
}

.pr-feature-main {
    z-index: 1;
    position: relative;
    border-radius: 20px;
    background: var(--tp-common-white);
    box-shadow: 0 14px 40px 0 rgba(26, 20, 29, 0.06);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pr-feature-main {
        width: 1000px;
    }
}

.pr-feature-wrapper {
    padding: 30px 40px;
    border-radius: 20px 20px 0px 0px;
    background-color: var(--tp-common-white);
    box-shadow: 0px 1px 1px rgba(13, 13, 13, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pr-feature-wrapper {
        padding: 30px 10px;
    }
}

.pr-feature-wrapper-2 .pr-feature-height:not(:last-of-type) {
    border-bottom: 1px solid rgba(13, 13, 13, 0.06);
}

.pr-feature-head ul {
    padding-left: 20px;
}

.pr-feature-head ul li {
    width: 16.33%;
    float: left;
    text-align: center;
    list-style-type: none;
}

.pr-feature-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    letter-spacing: -0.36px;
    color: var(--tp-common-black);
}

.pr-feature-title-sm {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -0.27px;
    color: var(--tp-common-black);
}

.pr-feature-title-icon span {
    width: 36px;
    height: 36px;
    text-align: center;
    place-content: center;
    display: inline-grid;
    border-radius: 10px;
    background: var(--tp-gray-1);
}

.pr-feature-title-box {
    gap: 20px;
    display: flex;
    align-items: center;
}

.pr-feature-title-content span {
    line-height: 1.2;
    display: inline-block;
}

.pr-feature-height {
    height: 100px;
    padding: 0px 40px;
    padding-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pr-feature-height {
        padding-left: 10px;
    }
}

.pr-feature-item h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 17px;
    border-radius: 40px;
    display: inline-block;
    background: var(--tp-gray-1);
    color: var(--tp-common-black);
    font-family: var(--tp-ff-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pr-feature-item h5 {
        font-size: 14px;
        padding: 8px 10px;
    }
}

.pr-feature-item h5.active {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

.pr-feature-bottom ul {
    text-align: center;
    padding-left: 20px;
}

.pr-feature-bottom ul li {
    width: 16%;
    float: left;
    list-style-type: none;
}

.pr-feature-bottom ul li i {
    height: 26px;
    width: 26px;
    font-size: 12px;
    color: #008E34;
    line-height: 26px;
    border-radius: 50%;
    background: #DAFFE6;
}

.pr-feature-bottom ul li i.times {
    color: #FF1F1F;
    font-size: 14px;
    background-color: #FFF2F2;
}

/*  testimonial css start here
/*----------------------------------------*/
.ing-testimonial-bg {
    padding-top: 290px;
    border-radius: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .ing-testimonial-bg {
        padding-top: 230px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ing-testimonial-bg {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-testimonial-bg {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ing-testimonial-bg {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .ing-testimonial-bg {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-testimonial-heading {
        margin-bottom: 105px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-testimonial-heading {
        margin-bottom: 50px;
    }
}

.ing-testimonial-rds-shape {
    position: relative;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.ing-testimonial-rds-shape::after {
    content: "";
    bottom: 0;
    right: -20px;
    height: 40px;
    width: 20px;
    position: absolute;
    background-color: transparent;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-testimonial-rds-shape::after {
        content: none;
    }
}

.ing-testimonial-rds-shape::before {
    content: "";
    bottom: 0;
    left: -20px;
    height: 40px;
    width: 20px;
    position: absolute;
    background-color: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 18px 0 0 var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-testimonial-rds-shape::before {
        content: none;
    }
}

.ing-testimonial-review {
    gap: 80px;
    padding: 51px 57px 41px;
    justify-content: space-between;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-testimonial-review {
        gap: 25px;
        padding: 50px 30px 40px;
    }
}

@media (max-width: 767px) {
    .ing-testimonial-review {
        gap: 10px;
        padding: 46px 30px 30px;
    }
}

.ing-testimonial-review-item span {
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -1.44px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-testimonial-review-item span {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ing-testimonial-review-item span {
        font-size: 35px;
    }
}

.ing-testimonial-review-item span i {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    color: var(--tp-text-body);
    transform: translateY(-8px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .ing-testimonial-review-item span i {
        font-size: 20px;
    }
}

.ing-testimonial-wrapper {
    padding: 60px;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-testimonial-wrapper {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .ing-testimonial-wrapper {
        padding: 30px;
    }
}

.ing-testimonial-item-user {
    gap: 20px;
    align-items: center;
}

.ing-testimonial-item-user-thumb img {
    border-radius: 50%;
}

.ing-testimonial-item-user-content h5 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.33px;
}

.ing-testimonial-item-user-content p {
    margin: 0;
}

.ing-testimonial-item-text {
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-testimonial-item-text p br {
        display: none;
    }
}

.ing-testimonial-slider-wrap .ing-testimonial-active .ing-dot {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.ing-testimonial-slider-wrap .ing-testimonial-active .ing-dot .swiper-pagination-bullet {
    background-color: var(--tp-gray-1);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: 0.3s;
}

.ing-testimonial-slider-wrap .ing-testimonial-active .ing-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: var(--tp-theme-1);
}

/*  work css start here
/*----------------------------------------*/
.ing-work-wrapper {
    border-radius: 20px;
    background: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ing-work-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-work-wrapper {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-work-wrapper {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-work-heading {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-work-heading {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ing-work-btn {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ing-work-btn {
        margin-bottom: 30px;
    }
}

.ing-work-item {
    border-radius: 20px;
    padding: 45px 34px 40px;
    background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ing-work-item {
        padding: 45px 20px 40px;
    }
}

@media (max-width: 767px) {
    .ing-work-item {
        padding: 45px 30px 5px;
    }
}

.ing-work-item .tp-feature-content p {
    margin: 0;
}

/*----------------------------------------*/
/*  7.6 Sass home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.ss-hero-ptb {
    background-size: contain;
    background-position: top;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ss-hero-ptb {
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .ss-hero-ptb {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

.ss-hero-heading {
    padding-top: 30px;
}

.ss-hero-heading p {
    font-size: 20px;
    letter-spacing: -0.4px;
    font-family: var(--tp-ff-sora);
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .ss-hero-heading p {
        margin-bottom: 30px;
    }
}

.ss-hero-heading .ss-hero-shapes {
    position: absolute;
    top: 0%;
    right: 10%;
    transform: scale(0.7);
    animation: spain 6s infinite linear;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ss-hero-heading .ss-hero-shapes {
        top: -10%;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ss-hero-heading .ss-hero-shapes {
        right: 0;
    }
}

@media (max-width: 767px) {
    .ss-hero-heading .ss-hero-shapes {
        display: none;
    }
}

.ss-hero-btn-wrap .tp-btn-border-gradiant span {
    padding: 20px 30px;
}

.ss-hero-thumb {
    margin-top: -70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-hero-thumb {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.ss-hero-thumb-shapes .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: spain 4s infinite linear;
}

.ss-hero-thumb-shapes .shape-2 {
    position: absolute;
    top: 9%;
    right: 8%;
    animation: tpswing 1s forwards infinite alternate;
    transform-origin: bottom right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .ss-hero-thumb-shapes .shape-2 {
        top: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .ss-hero-thumb-shapes .shape-2 {
        display: none;
    }
}

.ss-hero-fact-wrapper {
    margin-top: -60px;
}

.ss-hero-fact-wrapper .ing-fact-brand-title {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

.ss-hero-fact-wrapper .ing-fact-brand-title::before {
    background: linear-gradient(-90deg, var(--tp-gray-1) 0%, var(--tp-common-black) 100%);
}

.ss-hero-fact-wrapper .ing-fact-brand-title::after {
    background: linear-gradient(90deg, var(--tp-gray-1) 0%, var(--tp-common-black) 100%);
}

/*  testimonial css start here
/*----------------------------------------*/
.ss-testimonial-wrapper {
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ss-testimonial-wrapper {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-testimonial-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ss-testimonial-slider-wrapper {
    position: relative;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(239deg, rgba(64, 64, 64, 0.08) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}

@media (max-width: 767px) {
    .ss-testimonial-slider-wrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .ss-testimonial-heading {
        margin-bottom: 30px;
    }
}

.ss-testimonial-box-bg {
    position: absolute;
    height: 80%;
    top: 30px;
    left: -30px;
    z-index: -1;
    border-radius: 20px;
    width: calc(100% + 60px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(239deg, rgba(64, 64, 64, 0.08) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-testimonial-box-bg {
        display: none;
    }
}

.ss-testimonial-item {
    padding: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-testimonial-item {
        padding: 25px;
    }
}

.ss-testimonial-item-text p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-sora);
}

@media (max-width: 767px) {
    .ss-testimonial-item-text p {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-testimonial-item-text p br {
        display: none;
    }
}

.ss-testimonial-item-user {
    gap: 20px;
    text-align: start;
}

.ss-testimonial-item-user-thumb img {
    border-radius: 50%;
}

.ss-testimonial-item-user-content h5 {
    font-size: 22px;
    letter-spacing: -0.33px;
    color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .ss-testimonial-item-user-content h5 {
        font-size: 20px;
    }
}

.ss-testimonial-item-user-content span {
    display: inline-block;
    color: var(--tp-common-white);
}

.ss-testimonial-slide-arrow {
    position: absolute;
    top: 50%;
    left: -35%;
    width: 100%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ss-testimonial-slide-arrow {
        left: -22%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-testimonial-slide-arrow {
        display: none;
    }
}

.ss-testimonial-slide-arrow button {
    display: grid;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    place-content: center;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

.ss-testimonial-slide-arrow button:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

.ss-testimonial-slide-arrow .tp-testi-next {
    position: absolute;
    top: 0;
    left: auto;
    right: -70%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ss-testimonial-slide-arrow .tp-testi-next {
        right: -44%;
    }
}

.ss-testimonial-count {
    display: flex;
    gap: 20px;
}

.ss-testimonial-count-content span {
    line-height: 1.3;
    display: inline-block;
    color: var(--tp-common-white);
}

.ss-testimonial-count-title {
    margin: 0;
    font-size: 50px;
    line-height: 1;
    color: var(--tp-common-white);
}

/*  service css start here
/*----------------------------------------*/
.ss-service-bg-box {
    z-index: 2;
    border-radius: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-service-bg-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .ss-service-heading {
        margin-bottom: 30px;
    }
}

.ss-service-item {
    padding: 50px;
    position: relative;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .ss-service-item {
        padding: 30px;
    }
}

.ss-service-item.style-2 {
    margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-service-item.style-2 {
        margin-top: 0;
    }
}

.ss-service-item.style-3 {
    margin-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-service-item.style-3 {
        margin-top: 0;
    }
}

.ss-service-item-icon span {
    width: 60px;
    margin-bottom: 25px;
    display: inline-block;
}

.ss-service-item .ing-feature-item-content {
    border-color: rgba(255, 255, 255, 0.15);
}

.ss-service-item .ing-feature-item-content p {
    color: rgba(255, 255, 255, 0.7);
}

.ss-service-item .ing-feature-item-title {
    color: var(--tp-common-white);
}

.ss-service-item .ing-feature-item-list ul li {
    color: var(--tp-common-white);
}

.ss-service-corner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 20px 0 0 20px;
}

.ss-service-corner::before {
    right: 0px;
    left: initial;
    top: -19px;
    content: "";
    position: absolute;
    height: 40px;
    width: 20px;
    bottom: initial;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #1B1B1B;
    border: 1px solid #1b1b1b;
    border-left: none;
}

.ss-service-corner::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 20px;
    left: 2px;
    right: initial;
    top: initial;
    bottom: 3px;
    border-radius: 0;
    background-color: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #1B1B1B;
}

.ss-service-corner-inner {
    position: relative;
    background-color: #1B1B1B;
    padding: 20px 15px 20px 15px;
    border-radius: 30px 0px 0px 0px;
}

.ss-service-corner-inner a {
    position: relative;
    overflow: hidden;
    font-size: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
    background-color: #A020F0;
    color: var(--tp-common-white);
}

.ss-service-corner-pos {
    right: -1px;
    bottom: -9px;
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-integrate-ptb {
        padding-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .ss-integrate-ptb {
        padding-top: 60px;
    }
}

.ss-integrate-shape {
    position: absolute;
    content: "";
    top: -37%;
    right: -70px;
    width: 500px;
    height: 500px;
    z-index: -1;
    filter: blur(125px);
    background: linear-gradient(-145deg, rgba(0, 255, 209, 0.3) 11.7%, rgba(160, 32, 240, 0.3) 80.03%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-integrate-shape {
        display: none;
    }
}

.ss-integrate-heading {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-integrate-heading {
        bottom: -10px;
    }
}

.ss-integrate-heading span {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 25px;
    margin-bottom: 15px;
    border-radius: 20px;
    display: inline-block;
    background-color: var(--tp-common-paste);
}

.ss-integrate-heading p {
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .ss-integrate-heading .tp-section-title br {
        display: block;
    }
}

.ss-integrate-wrap {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

@media (max-width: 767px) {
    .ss-integrate-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.ss-integrate-wrap::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, var(--tp-common-black) 100%);
}

.ss-integrate-wrap-shape {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0.8;
    margin: 0 auto;
    border-radius: 0 0 50% 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-integrate-wrap-shape {
        display: none;
    }
}

.ss-integrate-icons {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 1030px;
    height: 1030px;
    border-radius: 50%;
    animation: falgs-rotated 30s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-integrate-icons {
        display: none;
    }
}

.ss-integrate-icons:hover {
    animation-play-state: paused;
}

.ss-integrate-icons:hover .icons {
    animation-play-state: paused;
}

.ss-integrate-icons .icon {
    position: absolute;
    z-index: 3;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    animation: falgs-rotated 30s linear infinite reverse;
}

.ss-integrate-icons .icon img {
    max-width: inherit;
}

.ss-integrate-icons .icon:nth-child(1) {
    top: 505px;
    left: 984px;
}

.ss-integrate-icons .icon:nth-child(2) {
    top: 655px;
    left: 946px;
}

.ss-integrate-icons .icon:nth-child(3) {
    top: 790px;
    left: 877px;
}

.ss-integrate-icons .icon:nth-child(4) {
    top: 897px;
    left: 770px;
}

.ss-integrate-icons .icon:nth-child(5) {
    top: 966px;
    left: 635px;
}

.ss-integrate-icons .icon:nth-child(6) {
    top: 990px;
    left: 485px;
}

.ss-integrate-icons .icon:nth-child(7) {
    top: 966px;
    left: 335px;
}

.ss-integrate-icons .icon:nth-child(8) {
    top: 897px;
    left: 200px;
}

.ss-integrate-icons .icon:nth-child(9) {
    top: 790px;
    left: 75px;
}

.ss-integrate-icons .icon:nth-child(10) {
    top: 655px;
    left: 0px;
}

.ss-integrate-icons .icon:nth-child(11) {
    top: 505px;
    left: -38px;
}

.ss-integrate-icons .icon:nth-child(12) {
    top: 355px;
    left: -24px;
}

.ss-integrate-icons .icon:nth-child(13) {
    top: 220px;
    left: 24px;
}

.ss-integrate-icons .icon:nth-child(14) {
    top: 110px;
    left: 130px;
}

.ss-integrate-icons .icon:nth-child(15) {
    top: 6px;
    left: 268px;
}

.ss-integrate-icons .icon:nth-child(16) {
    top: -36px;
    left: 460px;
}

.ss-integrate-icons .icon:nth-child(17) {
    top: -8px;
    left: 640px;
}

.ss-integrate-icons .icon:nth-child(18) {
    top: 85px;
    left: 810px;
}

.ss-integrate-icons .icon:nth-child(19) {
    top: 220px;
    left: 920px;
}

.ss-integrate-icons .icon:nth-child(20) {
    top: 355px;
    left: 970px;
}

@keyframes falgs-rotated {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*  pricing css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-pricing-ptb {
        padding-top: 100px;
    }
}

.ss-pricing-style.ui-pricing-item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    mix-blend-mode: luminosity;
    backdrop-filter: blur(5px);
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-wrap {
    background-color: transparent;
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-title {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-body);
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-month h4 {
    margin: 0;
    font-size: 54px;
    letter-spacing: -2.16px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ss-pricing-style.ui-pricing-item .ui-pricing-item-month h4 {
        font-size: 45px;
    }
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-month h4 span {
    letter-spacing: -0.36px;
    color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-pricing-style.ui-pricing-item .ui-pricing-item-btn {
        margin-bottom: 20px;
    }
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-btn a {
    padding: 16px 26px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-list {
    padding-top: 0;
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-list ul li {
    color: var(--tp-common-white);
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-list ul li span {
    margin-right: 7px;
}

.ss-pricing-style.ui-pricing-item .ui-pricing-item-list ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-pricing-heading {
        margin-bottom: 30px;
    }
}

.ss-pricing-item-active {
    border-radius: 20px;
    padding: 12px 3px 3px;
    background: linear-gradient(133deg, #00FFD1 3.38%, #A020F0 87.7%);
}

.ss-pricing-item-active-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 12px;
    font-family: var(--tp-ff-body);
}

.ss-pricing-item-active .ss-pricing-style.ui-pricing-item {
    mix-blend-mode: inherit;
    backdrop-filter: inherit;
    background-color: #101113;
}

.ss-pricing-text {
    padding: 7px 15px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ss-pricing-text p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.ss-pricing-text p a {
    font-weight: 600;
    color: var(--tp-common-white);
}

/* =========================================
   PRICING SECTION STYLES
========================================= */
.tp-pricing-nav-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    position: relative;
    gap: 5px;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-pricing-nav-wrapper .nav-link {
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    padding: 1px 22px;
    border-radius: 8px;
    letter-spacing: -0.3px;
    backdrop-filter: blur(5px);
    color: var(--tp-common-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-pricing-nav-wrapper .nav-link:hover {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-pricing-nav-wrapper .nav-link.active {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-feature-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ss-feature-shape {
    position: absolute;
    top: -300px;
    left: 0;
    z-index: -1;
    width: 530px;
    height: 600px;
    filter: blur(100px);
    transform: rotate(180deg);
    background-image: linear-gradient(145deg, rgba(160, 32, 240, 0.3) 11.7%, rgba(0, 255, 209, 0.3) 80.03%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ss-feature-shape {
        top: -145px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-feature-shape {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-feature-heading {
        margin-bottom: 30px;
    }
}

.ss-feature-item {
    padding: 50px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.08) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}

@media (max-width: 767px) {
    .ss-feature-item {
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ss-feature-item-thumb.mb-70 {
        margin-bottom: 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .ss-feature-item-thumb.mb-70 {
        margin-bottom: 10px;
    }
}

.ss-feature-item-thumb.mb-70 img {
    border-radius: 12px;
    animation: animate-pulse 3s linear infinite;
}

.ss-feature-item-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .ss-feature-item-content p br {
        display: none;
    }
}

.ss-feature-item-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--tp-common-white);
}

/*  faq css start here
/*----------------------------------------*/
.ss-faq-ptb .ss-integrate-shape {
    top: 26%;
    right: auto;
    left: -100px;
    background: linear-gradient(-40deg, rgba(0, 255, 209, 0.3) 11.7%, rgba(160, 32, 240, 0.3) 80.03%);
}

.ss-faq-box {
    position: relative;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-faq-box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.ss-faq-box .ss-border-shape {
    transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-faq-box .ss-border-shape {
        display: none;
    }
}

.ss-faq-text p {
    color: rgba(255, 255, 255, 0.7);
}

.ss-faq-wrapper {
    position: relative;
    z-index: 2;
}

.ss-faq-wrapper .am-faq-wrapper .accordion-items {
    padding: 0 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.ss-faq-wrapper .am-faq-wrapper .accordion-buttons {
    font-size: 18px;
    letter-spacing: -0.27px;
    color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .ss-faq-wrapper .am-faq-wrapper .accordion-buttons {
        padding: 20px 20px 20px 30px;
    }
}

@media (max-width: 767px) {
    .ss-faq-wrapper .am-faq-wrapper .accordion-body {
        padding: 0;
    }
}

.ss-faq-wrapper .am-faq-wrapper .accordion-body p {
    color: rgba(255, 255, 255, 0.7);
}

.ss-border-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 205px;
    width: 105px;
    z-index: 1;
    display: inline-block;
    background-color: var(--tp-common-black);
    border-bottom-left-radius: 30px;
}

.ss-border-shape::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -40px;
    right: 0;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 var(--tp-common-black);
}

.ss-border-shape::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: -20px;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 var(--tp-common-black);
}

/*  cta css start here
/*----------------------------------------*/
.ss-cta-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .ss-cta-wrapper {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ss-cta-wrapper {
        padding-top: 100px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .ss-cta-wrapper {
        padding-top: 80px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .ss-cta-wrapper {
        padding-top: 70px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-cta-heading {
        margin-bottom: 40px;
    }
}

.ss-cta-thumb {
    position: absolute;
    bottom: 5%;
    z-index: 0;
    right: -14%;
    transform: rotate(-15deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-cta-thumb {
        position: static;
        transform: rotate(0deg);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ss-cta-thumb {
        bottom: -8%;
        right: -35%;
        transform: scale(0.8) rotate(-15deg);
    }
}

.ss-cta-shape {
    position: absolute;
    top: 0;
    left: 30%;
    width: 800px;
    height: 800px;
    z-index: -1;
    filter: blur(125px);
    background: linear-gradient(-145deg, rgba(0, 255, 209, 0.3) 11.7%, rgba(160, 32, 240, 0.3) 80.03%);
}

.ss-cta-btn-box a {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .ss-cta-btn-box a {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ss-cta-btn-box a {
        margin-left: 10px;
    }
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-blog-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ss-blog-style .ss-blog-cetagorie {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-size: 16px;
    color: var(--tp-common-white);
}

.ss-blog-style .tp-blog-thumb {
    border-radius: 20px 20px 30px 20px;
}

.ss-blog-style .tp-blog-thumb img {
    border-radius: 20px 20px 30px 20px;
}

.ss-blog-style .tp-blog-thumb .shape-radius {
    position: absolute;
    bottom: 0;
    right: -2px;
    height: 50px;
    width: 150px;
    display: inline-block;
    transform: rotate(180deg);
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    background-color: var(--tp-common-black);
}

.ss-blog-style .tp-blog-thumb .shape-radius::before {
    content: "";
    top: 50px;
    left: -2px;
    height: 52px;
    width: 54px;
    position: absolute;
    border-top-left-radius: 20px;
    background-color: transparent;
    box-shadow: 0px -18px 0 0 var(--tp-common-black);
}

.ss-blog-style .tp-blog-thumb .shape-radius::after {
    content: "";
    bottom: 10px;
    right: -20px;
    height: 40px;
    width: 20px;
    position: absolute;
    border-top-left-radius: 20px;
    background-color: transparent;
    box-shadow: 0px -18px 0 0 var(--tp-common-black);
}

.ss-blog-style .tp-blog-content {
    padding: 30px 0 0;
}

.ss-blog-style .tp-blog-content p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.ss-blog-style .tp-blog-title {
    padding-bottom: 0;
    margin-bottom: 18px;
    border-color: transparent;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .ss-blog-style .tp-blog-title {
        font-size: 24px;
    }
}

.ss-blog-style .tp-blog-link-btn {
    color: var(--tp-common-white);
}

.ss-blog-style .tp-blog-link-btn:hover {
    color: var(--tp-common-paste);
}

.ss-blog-style .tp-blog-meta {
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
}

/*----------------------------------------*/
/*  7.7 Resume home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-hero-ptb {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-hero-box {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.rb-hero-feature-wrap {
    margin-bottom: 20px;
    padding-right: 80px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

@media (max-width: 767px) {
    .rb-hero-feature-wrap {
        padding-right: 0;
    }
}

.rb-hero-feature-title {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: var(--tp-common-black);
}

.rb-hero-feature-title i {
    font-weight: 600;
}

.rb-hero-feature-title i svg {
    margin-right: 6px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-hero-text p br {
        display: none;
    }
}

.rb-hero-rating-title {
    font-size: 16px;
    display: inline-block;
    color: var(--tp-common-black);
}

.rb-hero-rating-title img {
    margin: 0 6px;
}

.rb-hero-thumb-main img {
    max-width: inherit;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-hero-thumb-main img {
        max-width: 100%;
    }
}

.rb-hero-thumb-shapes .shape-1 {
    position: absolute;
    top: 33%;
    left: -12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-hero-thumb-shapes .shape-1 {
        display: none;
    }
}

.rb-hero-thumb-shapes .shape-2 {
    position: absolute;
    top: 19%;
    right: -27%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-hero-thumb-shapes .shape-2 {
        display: none;
    }
}

.rb-hero-thumb-shapes .shape-3 {
    position: absolute;
    top: 0;
    left: 17%;
    transform-origin: top right;
    animation: tpswing 1s forwards infinite alternate;
}

@media (max-width: 767px) {
    .rb-hero-thumb-shapes .shape-3 {
        display: none;
    }
}

.rb-hero-thumb-shapes .shape-4 {
    position: absolute;
    top: 0;
    right: 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rb-hero-thumb-shapes .shape-4 {
        right: -4%;
    }
}

@media (max-width: 767px) {
    .rb-hero-thumb-shapes .shape-4 {
        display: none;
    }
}

.rb-hero-thumb-shapes .shape-5 {
    top: 0;
    left: 42%;
    border-radius: 50%;
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rb-hero-thumb-shapes .shape-5 {
        left: 35%;
        top: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rb-hero-thumb-shapes .shape-5 {
        left: 34%;
        top: -10%;
    }
}

@media (max-width: 767px) {
    .rb-hero-thumb-shapes .shape-5 {
        left: 64%;
        transform: scale(0.7);
    }
}

.rb-hero-btn-wrap {
    gap: 20px;
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .rb-hero-btn-wrap {
        gap: 10px;
        flex-wrap: wrap;
    }
}

/*  banner css start here
/*----------------------------------------*/
.rb-banner-bg::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    content: "";
    background-color: var(--tp-gray-1);
}

.rb-banner-wrapper {
    z-index: 2;
    position: relative;
    border-radius: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .rb-banner-wrapper {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-banner-wrapper {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .rb-banner-wrapper {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-banner-heading {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .rb-banner-heading {
        padding-bottom: 60px;
    }
}

.rb-banner-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2.4px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-banner-title {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .rb-banner-title {
        font-size: 50px;
    }
}

.rb-banner-title span {
    display: inline-block;
    color: var(--tp-common-paste);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-banner-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .rb-banner-slider-wrapper {
        transform: translateY(20px);
    }
}

.rb-banner-slider-title {
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    padding-bottom: 20px;
    margin: 0;
    font-family: var(--tp-ff-p);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.65);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-banner-slider-title {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .rb-banner-slider-title {
        font-size: 110px;
    }
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-blog-ptb {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .rb-blog-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-blog-heading {
        margin-bottom: 30px;
    }
}

.rb-blog-item:hover .rb-blog-item-thumb img {
    transform: scale(1.1);
}

.rb-blog-item-thumb {
    overflow: hidden;
    border-radius: 20px;
}

.rb-blog-item-thumb img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.rb-blog-item-title {
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: -0.375px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-blog-item-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-blog-item-title br {
        display: none;
    }
}

.rb-blog-item-meta {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.rb-blog-item-meta::before {
    content: "";
    width: 30px;
    height: 1.5px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: var(--tp-theme-1);
}

.rb-blog-item-content {
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-blog-item-content p br {
        display: none;
    }
}

.rb-blog-item-btn a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.34px;
    color: var(--tp-common-black);
}

.rb-blog-item-btn a:hover span {
    background-color: var(--tp-theme-1);
}

.rb-blog-item-btn a span {
    width: 46px;
    height: 46px;
    margin-right: 5px;
    text-align: center;
    border-radius: 10px;
    place-content: center;
    background: var(--tp-common-black);
    display: inline-grid;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-testimonial-ptb {
        padding-top: 0;
    }
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-feature-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .rb-feature-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-feature-heading {
        margin-bottom: 30px;
    }
}

.rb-feature-item {
    padding: 50px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--tp-gray-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-feature-item {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .rb-feature-item {
        padding: 30px;
    }
}

.rb-feature-item.style-1 {
    height: 476px;
}

@media (max-width: 767px) {
    .rb-feature-item.style-1 {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rb-feature-item.style-1 .rb-feature-item-content p br {
        display: none;
    }
}

.rb-feature-item.style-2 {
    height: 420px;
}

@media (max-width: 767px) {
    .rb-feature-item.style-2 {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rb-feature-item.style-2 .rb-feature-item-content p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .rb-feature-item-content {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-feature-item-content p br {
        display: none;
    }
}

.rb-feature-item-title {
    margin-bottom: 10px;
}

/*----------------------------------------*/
/*  7.8 Advertising home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cb-hero-ptb {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-hero-ptb {
        padding-top: 185px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-hero-ptb {
        padding-top: 170px;
        padding-bottom: 60px;
    }
}

.cb-hero-thumb-wrapper {
    margin-right: -90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-hero-thumb-wrapper {
        margin-right: 0;
    }
}

.cb-hero-thumb-text {
    margin-right: 40px;
}

.cb-hero-thumb-text span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: var(--tp-common-black);
}

.cb-hero-thumb-text span i {
    margin-right: 3px;
}

.cb-hero-video video {
    height: 400px;
    width: 400px;
    object-fit: cover;
    mix-blend-mode: multiply;
}

@media (max-width: 767px) {
    .cb-hero-heading .tp-section-title {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-hero-top {
        padding-bottom: 50px;
    }
}

.cb-hero-brand-wrapper {
    padding: 70px 100px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-hero-brand-wrapper {
        padding: 60px 35px;
    }
}

.cb-hero-brand-wrapper .am-hero-brand-item {
    opacity: 0.7;
}

/*  about css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cb-about-ptb {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-about-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-about-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cb-about-wrapper .tp-section-title {
        font-size: 40px;
    }
}

.cb-about-thumb-wrapper {
    overflow: hidden;
    border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-about-thumb-wrapper {
        margin-bottom: 40px;
    }
}

.cb-about-thumb-wrapper img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cb-about-thumb-wrapper .shape-radius {
    position: absolute;
    bottom: 100px;
    left: -70px;
    height: 50px;
    width: 190px;
    display: inline-block;
    transform: rotate(-90deg);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background-color: var(--tp-common-white);
}

.cb-about-thumb-wrapper .shape-radius::before {
    content: "";
    bottom: 10px;
    left: -20px;
    height: 40px;
    width: 20px;
    position: absolute;
    background-color: transparent;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 var(--tp-common-white);
}

.cb-about-thumb-wrapper .shape-radius::after {
    content: "";
    bottom: 10px;
    right: -20px;
    height: 40px;
    width: 20px;
    position: absolute;
    border-top-left-radius: 20px;
    background-color: transparent;
    box-shadow: 0px -18px 0 0 var(--tp-common-white);
}

.cb-about-thumb-video {
    top: auto;
    right: auto;
    left: -45px;
    bottom: 108px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-about-text p br {
        display: none;
    }
}

.cb-about-wrap {
    gap: 120px;
    align-items: center;
}

@media (max-width: 767px) {
    .cb-about-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-about-wrap {
        gap: 45px;
    }
}

@media (max-width: 767px) {
    .cb-about-wrap {
        gap: 30px;
    }
}

.cb-about-counter {
    position: relative;
}

.cb-about-counter-title {
    width: 320px;
    font-size: 120px;
    font-weight: 600;
    color: #E4E4E4;
    display: inline-block;
    letter-spacing: -3.6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-about-counter-title {
        font-size: 90px;
        width: 265px;
    }
}

.cb-about-counter-title span {
    font-size: 80px;
    display: inline-block;
    transform: translate(-16px, -35px);
}

.cb-about-counter-subtitle {
    position: absolute;
    bottom: 35px;
    right: -15px;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
}

/*  funfact css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-funfact-ptb {
        padding-bottom: 0;
    }
}

.cb-funfact-item {
    padding: 50px;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cb-funfact-item {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .cb-funfact-item {
        padding: 30px;
    }
}

.cb-funfact-item-content p {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.48px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-funfact-item-content p br {
        display: none;
    }
}

.cb-funfact-item-content a {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-theme-1);
}

.cb-funfact-item-content a span {
    margin-left: 4px;
}

.cb-funfact-item.style-2 {
    height: 346px;
}

@media (max-width: 767px) {
    .cb-funfact-item.style-2 {
        height: auto;
    }
}

.cb-funfact-item.style-2 img {
    padding-top: 70px;
}

.cb-funfact-item.style-3 {
    height: 710px;
    padding-top: 60px;
    text-align: center;
    border: 1px solid rgba(13, 13, 13, 0.1);
}

@media (max-width: 767px) {
    .cb-funfact-item.style-3 {
        height: 700px;
    }
}

.cb-funfact-item.style-4 {
    height: 345px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-funfact-item.style-4 {
        height: 330px;
    }
}

.cb-funfact-item.style-5 {
    height: 345px;
    position: relative;
}

@media (max-width: 767px) {
    .cb-funfact-item.style-5 {
        height: auto;
    }
}

.cb-funfact-count-title {
    font-size: 20px;
    display: inline-block;
    transform: translate(-20px, -6px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .cb-funfact-count-title {
        transform: translate(-15px, 0px);
    }
}

.cb-funfact-count-title span {
    font-size: 120px;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 30px;
    letter-spacing: -4.8px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .cb-funfact-count-title span {
        font-size: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cb-funfact-count-title span {
        font-size: 100px;
    }
}

.cb-funfact-count-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 240px;
    border-radius: 10px;
    padding: 35px 30px 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.16) 17.93%, rgba(255, 255, 255, 0.04) 81.51%);
    backdrop-filter: blur(20px);
}

.cb-funfact-count-box p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: var(--tp-common-paste);
}

.cb-funfact-count-sub {
    font-size: 50px;
    font-weight: 600;
    line-height: 0.7;
    letter-spacing: -1px;
    color: var(--tp-common-white);
}

.cb-funfact-mid-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.72px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .cb-funfact-mid-title {
        font-size: 30px;
    }
}

.cb-funfact-end-title {
    line-height: 1;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cb-funfact-end-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cb-funfact-end-title {
        font-size: 32px;
    }
}

.cb-funfact-brand {
    position: relative;
}

.cb-funfact-icons {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    width: 438px;
    height: 438px;
    margin: 0 auto;
    border-radius: 50%;
    animation: falgs-rotated 30s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .cb-funfact-icons {
        left: -25px;
        width: 426px;
        height: 420px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-funfact-icons {
        left: -40px;
        width: 426px;
        height: 420px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .cb-funfact-icons {
        left: -50px;
        width: 430px;
        height: 420px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cb-funfact-icons {
        left: 0;
    }
}

.cb-funfact-icons:hover {
    animation-play-state: paused;
}

.cb-funfact-icons:hover .icons {
    animation-play-state: paused;
}

.cb-funfact-icons .icon {
    position: absolute;
    z-index: 3;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    animation: falgs-rotated 30s linear infinite reverse;
}

.cb-funfact-icons .icon img {
    max-width: inherit;
}

.cb-funfact-icons .icon:nth-child(1) {
    top: 0px;
    left: 87px;
}

.cb-funfact-icons .icon:nth-child(2) {
    top: 0px;
    right: 87px;
}

.cb-funfact-icons .icon:nth-child(3) {
    top: 130px;
    right: 0px;
}

.cb-funfact-icons .icon:nth-child(4) {
    bottom: 40px;
    right: 20px;
}

.cb-funfact-icons .icon:nth-child(5) {
    bottom: 0;
    left: 168px;
}

.cb-funfact-icons .icon:nth-child(6) {
    bottom: 40px;
    left: 20px;
}

.cb-funfact-icons .icon:nth-child(7) {
    top: 130px;
    left: 0px;
}

/*  portfolio css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rb-portfolio-ptb {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rb-portfolio-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.rb-portfolio-bg {
    position: relative;
}

.rb-portfolio-bg .bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 982px;
    height: 165px;
    background-color: var(--tp-common-white);
    clip-path: polygon(11.3% 0px, 100% 0%, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .rb-portfolio-bg .bg-shape {
        width: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-bg .bg-shape {
        display: none;
    }
}

.rb-portfolio-bg .bg-shape::after {
    position: absolute;
    content: "";
    top: -7px;
    left: 115px;
    height: 47px;
    width: 26px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 20px 0 0 var(--tp-gray-1);
    border-bottom-right-radius: 0;
    transform: rotate(118deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .rb-portfolio-bg .bg-shape::after {
        left: 74px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-heading {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rb-portfolio-heading .tp-section-title br {
        display: block;
    }
}

.rb-portfolio-item {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-item {
        padding: 80px 0;
    }
}

.rb-portfolio-item-box {
    padding: 50px;
    position: relative;
    border-radius: 20px;
    background-color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .rb-portfolio-item-box {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .rb-portfolio-item-box {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-item-box {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.rb-portfolio-item-box p {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .rb-portfolio-item-box p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-item-box p br {
        display: none;
    }
}

.rb-portfolio-item-subtitle {
    font-size: 14px;
    font-weight: 600;
    padding: 1px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #A020F0;
    color: var(--tp-common-black);
}

.rb-portfolio-item-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.rb-portfolio-item-location {
    font-size: 16px;
}

.rb-portfolio-item-location span {
    margin-right: 10px;
    display: inline-block;
}

.rb-portfolio-item-location:hover {
    color: var(--tp-theme-1);
}

.rb-portfolio-item-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(13, 13, 13, 0.1);
}

.rb-portfolio-counter {
    display: inline-block;
}

.rb-portfolio-counter-title {
    margin: 0;
    font-size: 160px;
    font-weight: 600;
    line-height: 1;
    color: transparent;
    padding-bottom: 20px;
    letter-spacing: -6.4px;
    font-family: var(--tp-ff-p);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(160, 32, 240);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .rb-portfolio-counter-title {
        font-size: 135px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rb-portfolio-counter-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-counter-title {
        font-size: 100px;
        letter-spacing: -1.4px;
    }
}

.rb-portfolio-counter-title span {
    margin-left: -25px;
    display: inline-block;
}

.rb-portfolio-counter-subtitle {
    position: absolute;
    top: 60px;
    right: -75px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.32px;
    transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rb-portfolio-counter-subtitle {
        top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .rb-portfolio-bottom {
        padding-top: 50px;
    }
}

.cb-portfolio-bg {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .cb-portfolio-bg {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-portfolio-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-portfolio-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.cb-portfolio-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    border-radius: 40px;
    background-color: var(--tp-common-black);
}

/*  team css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-team-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-team-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .cb-team-heading {
        margin-bottom: 30px;
    }
}

.cb-team-item:hover .cb-team-item-thumb img {
    transform: scale(1.1);
}

.cb-team-item:hover .cb-team-item-thumb::before {
    opacity: 1;
    height: 100%;
    visibility: visible;
}

.cb-team-item:hover .cb-team-item-content {
    opacity: 1;
    bottom: 50px;
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-team-item:hover .cb-team-item-content {
        bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-team-item:hover .cb-team-item-content {
        bottom: 30px;
    }
}

.cb-team-item-thumb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.cb-team-item-thumb img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.cb-team-item-thumb::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    pointer-events: none;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.6) 100%);
}

.cb-team-item-thumb-text {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    letter-spacing: -2.4px;
    writing-mode: sideways-lr;
    color: var(--tp-common-white);
}

.cb-team-item-content {
    position: absolute;
    bottom: 20px;
    left: 50px;
    right: 50px;
    opacity: 0;
    z-index: 2;
    margin: 0 auto;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-team-item-content {
        left: 25px;
        right: 25px;
    }
}

.cb-team-item-content-text span {
    font-size: 16px;
    color: var(--tp-common-white);
}

.cb-team-item-title {
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: -0.39px;
    color: var(--tp-common-white);
}

.cb-team-item-social-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 60px;
    display: inline-grid;
    place-content: center;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-thumb::before {
    opacity: 1;
    height: 100%;
    visibility: visible;
}

.cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-content {
    opacity: 1;
    bottom: 50px;
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-content {
        bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-team-slider-wrapper .cb-team-active .swiper-wrapper .swiper-slide.swiper-slide-active .cb-team-item-content {
        bottom: 30px;
    }
}

.cb-team-dot {
  margin-top: 50px;
  position: relative;
}

.cb-team-dot .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  display: inline-block;
  border-radius: 30px;
  background: #D0D0D0;
  opacity: 1;
  transition: 0.3s;
  margin: 0 4px;
}

.cb-team-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--tp-theme-1);
}

.int-team-bg::after {
    position: absolute;
    content: "";
    bottom: -23%;
    right: 0;
    width: 400px;
    height: 400px;
    filter: blur(150px);
    border-radius: 1123.7px;
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.35) 0%, rgba(0, 255, 209, 0.35) 100%);
}

.int-team-bg.left::after {
    right: auto;
    left: 0;
}

/*  testimonial css start here
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cb-testimonial-wrap {
        padding-left: 50px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-testimonial-wrap {
        padding-left: 20px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-testimonial-wrap {
        padding-left: 20px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-testimonial-heading {
        margin-bottom: 30px;
    }
}

.cb-testimonial-item {
    gap: 225px;
    display: flex;
    overflow: hidden;
    padding: 112px 50px;
    flex-direction: column;
    transition: 0.2s ease-in-out;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .cb-testimonial-item {
        padding: 112px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cb-testimonial-item {
        padding: 100px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-testimonial-item {
        gap: 200px;
        padding: 80px 20px;
    }
}

.cb-testimonial-item:hover .cb-testimonial-item-hover,
.cb-testimonial-item.active .cb-testimonial-item-hover {
    opacity: 1;
    visibility: visible;
}

.cb-testimonial-item-sub span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: var(--tp-common-white);
}

.cb-testimonial-item-title h3 {
    font-size: 26px;
    margin-bottom: 4px;
    letter-spacing: -0.39px;
    color: var(--tp-common-white);
}

.cb-testimonial-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 150px 50px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(159deg, #A020F0 0.1%, #00FFD1 99.9%);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .cb-testimonial-item-hover {
        padding: 150px 30px 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .cb-testimonial-item-hover {
        padding: 120px 25px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cb-testimonial-item-hover {
        padding: 100px 20px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cb-testimonial-item-hover {
        padding: 100px 40px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cb-testimonial-item-hover {
        padding: 80px 20px 0;
    }
}

.cb-testimonial-item-hover p {
    font-size: 20px;
    margin-bottom: 40px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cb-testimonial-item-hover p {
        font-size: 18px;
    }
}

.cb-testimonial-item-des {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
    display: inline-block;
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.9 Network home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.nn-hero-ptb {
    margin: 0 20px;
    padding-top: 190px;
    border-radius: 20px;
    padding-bottom: 15px;
    background-color: var(--tp-gray-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nn-hero-ptb {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-hero-ptb {
        padding-top: 140px;
        padding-bottom: 0;
    }
}

.nn-hero-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    padding-top: 190px;
    border-radius: 20px;
    padding-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nn-hero-bg {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-hero-bg {
        padding-top: 140px;
        padding-bottom: 0;
    }
}

.nn-hero-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 44.4%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-hero-thumb {
        position: static;
        width: 100%;
    }
}

.nn-hero-thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nn-hero-thumb-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nn-hero-thumb-shape {
        bottom: -4%;
        right: -14%;
        transform: scale(0.7);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-hero-thumb-shape {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-hero-content {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .nn-hero-heading .tp-section-title {
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nn-hero-heading .tp-section-title br {
        display: block;
    }
}

.nn-hero-rotate-text {
    position: absolute;
    bottom: 0;
    right: 47%;
    writing-mode: sideways-lr;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nn-hero-rotate-text {
        bottom: auto;
        right: 10%;
        top: 9%;
    }
}

@media (max-width: 767px) {
    .nn-hero-rotate-text {
        display: none;
    }
}

.nn-hero-rotate-text span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: var(--tp-common-black);
}

.nn-hero-rotate-text span::before {
    content: "";
    height: 60px;
    width: 1px;
    margin-top: 14px;
    display: inline-block;
    transform: translateX(-4px);
    background-color: var(--tp-theme-1);
}

.nn-hero-social-box {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-hero-social-box {
        display: none;
    }
}

.nn-hero-social-text {
    writing-mode: vertical-lr;
    margin-bottom: 20px;
}

.nn-hero-social-text span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--tp-common-black);
}

.nn-hero-social-text span::after {
    margin-top: 7px;
    content: "";
    height: 60px;
    width: 1px;
    display: inline-block;
    transform: translateX(-2px);
    background-color: rgba(20, 20, 20, 0.1);
}

.nn-hero-social a {
    margin-bottom: 20px;
    display: table;
}

.nn-hero-social a span {
    color: #141414;
}

/*  Modern Services css start here
/*----------------------------------------*/
.services-modern-ptb {
    background: transparent;
}

.services-modern-bg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

/* Keep slider clean (hide loop clones outside) */


.services-modern-heading {
    margin-bottom: 60px;
}

/* Services - Owl Carousel (Itzone-like project-one) */
.tp-svc-owl {
    --svc-gap: 18px;
    /* JS will calculate these px widths based on container */
    --svc-expanded-px: 520px;
    --svc-collapsed-px: 170px;
}

/* Services - custom project-one slider (stable) */
.tp-svc-projectone {
    --svc-gap: 18px;
    --svc-expanded: 52%;
    --svc-collapsed: calc((100% - var(--svc-expanded) - (3 * var(--svc-gap))) / 3);
}

.tp-svc-viewport {
    overflow: hidden;
    height: 460px;
}

.tp-svc-track {
    display: flex;
    gap: var(--svc-gap);
    align-items: stretch;
    height: 460px;
    transform: translateX(0);
    transition: transform 0.45s ease;
    will-change: transform;
}

.tp-svc-projectone .tp-svc-card {
    flex: 0 0 var(--svc-collapsed);
    width: var(--svc-collapsed);
    height: 460px;
    /* override old .tp-svc-panel flex transition */
    transition: flex-basis 0.65s cubic-bezier(0.2, 0.9, 0.2, 1) !important;
    will-change: flex-basis;
}

.tp-svc-projectone .tp-svc-card.tp-svc-open {
    flex-basis: var(--svc-expanded);
}

@media (max-width: 1199px) {
    .tp-svc-projectone { --svc-gap: 14px; --svc-expanded: 58%; --svc-collapsed: calc((100% - var(--svc-expanded) - (3 * var(--svc-gap))) / 3); }
    .tp-svc-viewport,
    .tp-svc-track,
    .tp-svc-projectone .tp-svc-card { height: 420px; }
}

@media (max-width: 767px) {
    .tp-svc-projectone { --svc-gap: 12px; --svc-expanded: 86%; --svc-collapsed: 86%; }
    .tp-svc-track { transition-duration: 0.35s; }
    .tp-svc-viewport,
    .tp-svc-track,
    .tp-svc-projectone .tp-svc-card { height: 340px; }
}

.tp-svc-owl .owl-stage-outer {
    overflow: hidden;
}

.tp-svc-owl .owl-stage {
    display: flex !important;
}

.tp-svc-owl .owl-item {
    float: none !important;
}

.tp-svc-owl .tp-svc-owl-item {
    width: var(--svc-collapsed-px);
    transition: width 0.65s cubic-bezier(0.2, 0.9, 0.2, 1);
    will-change: width;
}

.tp-svc-owl .owl-item.tp-svc-open .tp-svc-owl-item {
    width: var(--svc-expanded-px);
}

.tp-svc-owl.tp-svc-syncing .tp-svc-owl-item {
    transition: none !important;
}

.tp-svc-owl.tp-svc-syncing .tp-svc-expanded .tp-svc-title,
.tp-svc-owl.tp-svc-syncing .tp-svc-expanded .tp-svc-desc,
.tp-svc-owl.tp-svc-syncing .tp-svc-expanded .tp-svc-btn {
    opacity: 0 !important;
    transform: perspective(540px) rotateY(0deg) translateY(-100px) !important;
    transition: none !important;
}

.tp-svc-owl .owl-item.tp-svc-open .tp-svc-collapsed {
    opacity: 0;
}

@media (max-width: 1199px) {
    .tp-svc-owl { --svc-gap: 14px; --svc-expanded-px: 440px; --svc-collapsed-px: 150px; }
}

@media (max-width: 767px) {
    .tp-svc-owl { --svc-gap: 12px; --svc-expanded-px: 86vw; --svc-collapsed-px: 86vw; }
}

/* Services hover-accordion (Empowering-like) */
.tp-svc-accordion {
    display: flex;
    gap: 18px;
    height: 460px;
    align-items: stretch;
}

/* Service portfolio-like slider (Itzone style) */
.service-slider-wrapper {
    /* Show exactly 4 items: 3 collapsed + 1 expanded (desktop) */
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.service-slider-active {
    overflow: hidden;
    --svc-gap: 18px;
    --svc-expanded: 52%;
    /* Swiper applies margin-right to every slide (spaceBetween),
       so subtract 4 gaps to avoid showing a 5th "peek" item. */
    --svc-collapsed: calc((100% - var(--svc-expanded) - (4 * var(--svc-gap))) / 3);
}

.service-slider-active .swiper-wrapper {
    align-items: stretch;
}

/* Swiper slide width changes (no overlap / no "iç içe") */
.service-slider-active .swiper-slide {
    padding: 10px 8px;
    width: var(--svc-collapsed) !important; /* collapsed width */
    transition: width 0.65s cubic-bezier(0.2, 0.9, 0.2, 1);
    will-change: width;
    display: block !important;
}

.service-slider-active .swiper-slide.tp-svc-open {
    width: var(--svc-expanded) !important; /* expanded width */
    z-index: 3;
}

/* While syncing slide movement, disable width transitions (prevents drift) */
.service-slider-active.tp-svc-syncing .swiper-slide {
    transition: none !important;
    width: var(--svc-collapsed) !important;
    z-index: 1;
}

.service-slider-active.tp-svc-syncing .tp-svc-expanded .tp-svc-title,
.service-slider-active.tp-svc-syncing .tp-svc-expanded .tp-svc-desc,
.service-slider-active.tp-svc-syncing .tp-svc-expanded .tp-svc-btn {
    opacity: 0 !important;
    transform: perspective(540px) rotateY(0deg) translateY(-100px) !important;
    transition: none !important;
}

.service-slider-active .tp-svc-panel {
    display: block;
    width: 100% !important;
    height: 460px;
    flex: none;
}

.service-slider-active .swiper-slide.tp-svc-open .tp-svc-expanded {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.service-slider-active .swiper-slide.tp-svc-open .tp-svc-collapsed {
    opacity: 0;
}

.service-slider-active .swiper-slide.tp-svc-open .tp-svc-shade {
    opacity: 0.95;
}

/* Desktop: hover changes active slide via JS, so no CSS hover-resize needed */

.tp-svc-panel {
    position: relative;
    flex: 1;
    min-width: 120px;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #e9e9e9;
    border: 1px solid rgba(13, 13, 13, 0.10);
    transition: flex 0.7s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.tp-svc-accordion:hover .tp-svc-panel {
    flex: 0.9;
}

.tp-svc-accordion:hover .tp-svc-panel:hover {
    flex: 3.2;
}

/* Default expanded card when not hovering container */
.tp-svc-accordion:not(:hover) .tp-svc-panel.is-active {
    flex: 3.2;
}
.tp-svc-accordion:not(:hover) .tp-svc-panel:not(.is-active) {
    flex: 0.9;
}

.tp-svc-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tp-svc-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-svc-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.35) 55%,
        rgba(0, 0, 0, 0.80) 100%
    );
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.tp-svc-panel:hover .tp-svc-shade,
.tp-svc-panel:focus-visible .tp-svc-shade {
    opacity: 0.95;
}

.tp-svc-collapsed {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.25s ease;
}

.tp-svc-collapsed-title {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: -0.2px;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.tp-svc-expanded {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 12px;
    align-items: end;
    pointer-events: none;
    /* We animate inner elements for a smoother "Itzone-like" reveal */
    opacity: 1;
    transform: none;
    transition: none;
}

.tp-svc-title {
    grid-column: 1 / 2;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--tp-common-white);
    letter-spacing: -0.4px;
}

.tp-svc-desc {
    grid-column: 1 / 2;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
}

.tp-svc-btn {
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: var(--tp-theme-1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Itzone Project One-like reveal: perspective + translateY + fade */
.tp-svc-expanded .tp-svc-title,
.tp-svc-expanded .tp-svc-desc,
.tp-svc-expanded .tp-svc-btn {
    opacity: 0;
    transform: perspective(540px) rotateY(0deg) translateY(-100px);
    transform-origin: top;
    transition: all 500ms ease;
    transition-delay: 0s;
    will-change: opacity, transform;
}

.tp-svc-expanded .tp-svc-btn {
    transform: perspective(540px) rotateY(0deg) translateY(-100px);
}

.tp-svc-panel:hover .tp-svc-expanded,
.tp-svc-panel:focus-visible .tp-svc-expanded,
.service-slider-active .swiper-slide.tp-svc-open .tp-svc-expanded,
.tp-svc-owl .owl-item.tp-svc-open .tp-svc-expanded,
.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-expanded {
    pointer-events: auto;
}

.tp-svc-panel:hover .tp-svc-expanded .tp-svc-title,
.tp-svc-panel:focus-visible .tp-svc-expanded .tp-svc-title,
.service-slider-active .swiper-slide.tp-svc-open .tp-svc-expanded .tp-svc-title,
.tp-svc-panel:hover .tp-svc-expanded .tp-svc-desc,
.tp-svc-panel:focus-visible .tp-svc-expanded .tp-svc-desc,
.service-slider-active .swiper-slide.tp-svc-open .tp-svc-expanded .tp-svc-desc,
.tp-svc-panel:hover .tp-svc-expanded .tp-svc-btn,
.tp-svc-panel:focus-visible .tp-svc-expanded .tp-svc-btn,
.service-slider-active .swiper-slide.tp-svc-open .tp-svc-expanded .tp-svc-btn,
.tp-svc-owl .owl-item.tp-svc-open .tp-svc-expanded .tp-svc-title,
.tp-svc-owl .owl-item.tp-svc-open .tp-svc-expanded .tp-svc-desc,
.tp-svc-owl .owl-item.tp-svc-open .tp-svc-expanded .tp-svc-btn,
.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-expanded .tp-svc-title,
.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-expanded .tp-svc-desc,
.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-expanded .tp-svc-btn {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 500ms;
}

/* Enter delays (stagger) - Project One style */
.tp-svc-panel:hover .tp-svc-expanded .tp-svc-desc,
.tp-svc-panel:focus-visible .tp-svc-expanded .tp-svc-desc,
.service-slider-active .swiper-slide.tp-svc-open .tp-svc-expanded .tp-svc-desc,
.tp-svc-owl .owl-item.tp-svc-open .tp-svc-expanded .tp-svc-desc,
.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-expanded .tp-svc-desc {
    transition-delay: 600ms;
}
.tp-svc-panel:hover .tp-svc-expanded .tp-svc-btn,
.tp-svc-panel:focus-visible .tp-svc-expanded .tp-svc-btn,
.service-slider-active .swiper-slide.tp-svc-open .tp-svc-expanded .tp-svc-btn,
.tp-svc-owl .owl-item.tp-svc-open .tp-svc-expanded .tp-svc-btn,
.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-expanded .tp-svc-btn {
    transition-delay: 700ms;
}

.tp-svc-panel:hover .tp-svc-collapsed,
.tp-svc-panel:focus-visible .tp-svc-collapsed {
    opacity: 0;
}

.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-collapsed {
    opacity: 0;
}

.tp-svc-projectone .tp-svc-card.tp-svc-open .tp-svc-shade {
    opacity: 0.95;
}

/* Touch devices: disable accordion expand, show as horizontal scroll cards */
@media (hover: none) {
    .tp-svc-accordion {
        height: auto;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .tp-svc-accordion .tp-svc-panel {
        flex: 0 0 82%;
        min-width: 280px;
        height: 360px;
        scroll-snap-align: start;
    }
    .tp-svc-accordion .tp-svc-collapsed { display: none; }
    .tp-svc-accordion .tp-svc-expanded {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
}

@media (max-width: 1199px) {
    .tp-svc-accordion { height: 420px; }
    .tp-svc-title { font-size: 28px; }
    .service-slider-active .tp-svc-panel { height: 420px; }
    .service-slider-wrapper { max-width: 100%; }
    .service-slider-active { --svc-gap: 14px; --svc-expanded: 58%; }
    .service-slider-active { --svc-collapsed: calc((100% - var(--svc-expanded) - (4 * var(--svc-gap))) / 3); }
}

@media (max-width: 767px) {
    .tp-svc-panel { height: 340px; }
    .tp-svc-title { font-size: 24px; }
    .service-slider-active .tp-svc-panel { height: 340px; }
    .service-slider-wrapper { max-width: 100%; }
    /* mobile: single card */
    .service-slider-active { --svc-gap: 12px; --svc-expanded: 86%; --svc-collapsed: 86%; }
}

/* New Service Card Design */
/* Service Card V2 - Clean Design Without Numbers */
.service-card-v2-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.service-card-v2 {
    position: relative;
    height: 100%;
    background: var(--tp-common-white);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(13, 13, 13, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.service-card-v2-link:hover .service-card-v2 {
    border-color: var(--tp-theme-1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transform: none;
}

.service-card-v2-bg {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.service-card-v2-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-v2-link:hover .service-card-v2-bg img {
    transform: scale(1.1);
}

.service-card-v2-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(160, 32, 240, 0) 0%, rgba(160, 32, 240, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.service-card-v2-link:hover .service-card-v2-gradient {
    opacity: 1;
}

.service-card-v2-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--tp-common-white);
}

.service-card-v2-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--tp-common-black);
    margin: 0 0 14px 0;
    line-height: 1.3;
    letter-spacing: -0.4px;
    transition: color 0.3s ease;
    font-family: var(--tp-ff-heading);
}

.service-card-v2-link:hover .service-card-v2-title {
    color: var(--tp-theme-1);
}

.service-card-v2-description {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(13, 13, 13, 0.7);
    margin: 0 0 22px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.service-card-v2-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-theme-1);
    transition: all 0.3s ease;
    margin-top: auto;
    padding-top: 8px;
}

.service-card-v2-link:hover .service-card-v2-btn {
    gap: 12px;
}

.service-card-v2-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.service-card-v2-link:hover .service-card-v2-btn svg {
    transform: translateX(6px);
}

@media (max-width: 991px) {
    .service-card-v2-bg {
        height: 240px;
    }

    .service-card-v2-content {
        padding: 28px;
    }

    .service-card-v2-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .service-card-v2-bg {
        height: 220px;
    }

    .service-card-v2-content {
        padding: 24px;
    }

    .service-card-v2-title {
        font-size: 20px;
    }

    .service-card-v2-description {
        font-size: 14px;
    }
}

/* Service Slider Styles */
.service-slider-wrapper {
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    width: 100%;
    /* Show exactly 4 items: 3 collapsed + 1 expanded (desktop) */
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.service-slider-active {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.service-slider-active .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.service-slider-active .swiper-slide {
    height: auto;
    display: block;
    box-sizing: border-box;
    width: var(--svc-collapsed) !important; /* collapsed */
    padding: 10px 0;
    overflow: visible;
    transition: width 0.65s cubic-bezier(0.2, 0.9, 0.2, 1);
    will-change: width;
    position: relative;
    z-index: 1;
}

/* Expanded open slide (Itzone portfolio-like) */
.service-slider-active .swiper-slide.tp-svc-open {
    width: var(--svc-expanded) !important;
    z-index: 3;
}

/* Hover is handled by JS (sets tp-svc-open) */

.service-slider-dot {
    margin-top: 50px;
}

/* Custom services dots (tp-svc-projectone) */
.service-slider-dot.tp-svc-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.service-slider-dot .tp-svc-dot {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.service-slider-dot .tp-svc-dot span {
    width: 10px;
    height: 8px;
    display: inline-block;
    border-radius: 30px;
    background: #D0D0D0;
    opacity: 1;
    transition: 0.3s;
}

.service-slider-dot .tp-svc-dot.active span {
    width: 30px;
    background-color: var(--tp-theme-1);
}

/* Owl dots (services) */
.service-slider-dot .owl-dot {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 4px;
}
.service-slider-dot .owl-dot span {
    width: 10px;
    height: 8px;
    display: inline-block;
    border-radius: 30px;
    background: #D0D0D0;
    opacity: 1;
    transition: 0.3s;
}
.service-slider-dot .owl-dot.active span {
    width: 30px;
    background-color: var(--tp-theme-1);
}

.service-slider-dot .swiper-pagination-bullet {
    width: 10px;
    height: 8px;
    display: inline-block;
    border-radius: 30px;
    background: #D0D0D0;
    opacity: 1;
    transition: 0.3s;
    margin: 0 4px;
}

.service-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: var(--tp-theme-1);
}

@media (max-width: 991px) {
    .service-slider-wrapper {
        padding: 0 15px;
    }

    .service-slider-dot {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .service-slider-wrapper {
        padding: 0 15px;
    }

    .service-slider-dot {
        margin-top: 30px;
    }
}

/*  feature css start here
/*----------------------------------------*/
.nn-feature-bg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nn-feature-bg {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-feature-bg {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.nn-feature-bg::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 500px;
    width: 500px;
    z-index: -1;
    filter: blur(100px);
    background: linear-gradient(40deg, #A020F0 23.76%, #00FFD1 70.73%);
}

.nn-feature-bg::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 500px;
    width: 500px;
    z-index: -1;
    filter: blur(100px);
    background: linear-gradient(-40deg, #A020F0 23.76%, #00FFD1 70.73%);
}

.nn-feature-item {
    position: relative;
    height: 100%;
    border-radius: 20px;
    padding: 60px 30px 55px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nn-feature-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: var(--tp-common-white);
    box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
}

.nn-feature-item:hover::before {
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
}

.nn-feature-item:hover .nn-feature-icon::before {
    transform: translate(-50%, -50%) scale(1.25);
}

.nn-feature-item-style-bg {
    padding: 50px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nn-feature-item-style-bg::before {
    content: none;
}

.nn-feature-item-style-bg .nn-feature-title {
    font-size: 34px;
    line-height: 1.18;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-feature-item-style-bg .nn-feature-title {
        font-size: 30px;
    }
}

.nn-feature-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -0.36px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-feature-title {
        margin-bottom: 15px;
    }
}

.nn-feature-icon {
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-feature-icon {
        margin-bottom: 15px;
    }
}

.nn-feature-icon.color-1::before {
    background-color: #FFE9FD;
}

.nn-feature-icon.color-2::before {
    background-color: #E9EDFF;
}

.nn-feature-icon.color-3::before {
    background-color: #FFF0FA;
}

.nn-feature-icon.color-4::before {
    background-color: #E4EEFF;
}

.nn-feature-icon.color-5::before {
    background-color: #FFE9FD;
}

.nn-feature-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 160px;
    width: 160px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translate(-50%, -50%);
}

.nn-feature-icon img {
    min-width: 110px;
}

.nn-feature-content p {
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-feature-content p br {
        display: none;
    }
}

.nn-feature-category span {
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    padding: 7px 12px;
    border-radius: 27px;
    display: inline-block;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tp-common-black);
    border: 1px solid rgba(13, 13, 13, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-feature-category span {
        margin-bottom: 5px;
    }
}

.nn-feature-category span:hover {
    background: #F3F3F9;
    border-color: #F3F3F9;
}

.nn-feature-btn-box .tp-btn {
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    border-radius: 60px;
    letter-spacing: -0.34px;
    padding: 6px 10px 6px 20px;
    color: var(--tp-common-white);
    justify-content: space-between;
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.nn-feature-btn-box .tp-btn i {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: var(--tp-common-white);
}

/*  pricing css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nn-pricing-ptb {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .nn-pricing-ptb {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}

.nn-pricing-ptb.int-team-bg::after {
    right: auto;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nn-pricing-heading .tp-section-title {
        font-size: 45px;
    }
}

.nn-pricing-item {
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(13, 13, 13, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nn-pricing-item {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .nn-pricing-item {
        padding: 30px;
    }
}

.nn-pricing-item.active {
    border-color: transparent;
    background: var(--tp-gray-1);
}

.nn-pricing-item-content-top {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(13, 13, 13, 0.15);
}

.nn-pricing-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.27px;
}

.nn-pricing-item-price {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.72px;
    color: var(--tp-common-black);
}

.nn-pricing-item-price del {
    font-size: 24px;
    font-weight: 400;
    color: var(--tp-text-body);
}

.nn-pricing-item-price i {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-left: -5px;
    display: inline-block;
}

.nn-pricing-item-list {
    margin-bottom: 40px;
}

.nn-pricing-item-list ul {
    display: block;
}

.nn-pricing-item-list ul li {
    list-style: none;
    display: flex;
    margin-bottom: 7px;
}

.nn-pricing-item-list ul li span {
    margin-right: 8px;
    display: inline-block;
}

/*  portfolio css start here
/*----------------------------------------*/
.nn-project-bg {
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nn-project-bg {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-project-bg {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.nn-project-wrapper {
    padding: 0 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nn-project-wrapper {
        padding: 0 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-project-wrapper {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nn-project-heading {
        padding: 0 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-project-heading {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .nn-project-heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .nn-project-heading .tp-section-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .nn-project-heading .tp-section-title br {
        display: none;
    }
}

.nn-project-item {
    padding-top: 240px;
    border-radius: 20px;
    padding-bottom: 40px;
}

.nn-project-item-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.nn-project-item-content {
    padding: 40px;
    margin-left: 40px;
    border-radius: 15px;
    display: inline-block;
    backdrop-filter: blur(20px);
    background: linear-gradient(239deg, rgba(255, 255, 255, 0.06) 17.93%, rgba(255, 255, 255, 0.02) 81.51%);
}

@media (max-width: 767px) {
    .nn-project-item-content {
        padding: 25px;
        margin-left: 20px;
    }
}

.nn-project-item-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.72px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-project-item-title br {
        display: none;
    }
}

.nn-project-item-num {
    margin: 0;
    line-height: 1;
    font-size: 240px;
    letter-spacing: -3.6px;
    color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nn-project-item-num {
        font-size: 160px;
    }
}

@media (max-width: 767px) {
    .nn-project-item-num {
        font-size: 150px;
    }
}

.nn-project-item-num-wrap {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .nn-project-item-num-wrap {
        top: 25%;
        right: 20px;
    }
}

.nn-project-bottom {
    padding: 0 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nn-project-bottom {
        padding: 0 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-project-bottom {
        padding: 0 30px;
    }
}

.nn-project-bottom .rb-portfolio-counter-title {
    -webkit-text-stroke-color: rgb(0, 255, 209);
}

.nn-project-bottom .rb-portfolio-counter-subtitle {
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-project-bottom .rb-portfolio-bottom {
        padding: 0;
    }
}

.tp-project-details-list ul li {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black);
    list-style: none;
}

.tp-project-details-list ul li:not(:last-child) {
    margin-bottom: 4px;
}

.tp-project-details-list ul li svg {
    margin-right: 10px;
}

.tp-project-details-list ul li span {
    font-weight: 600;
}

.tp-project-details-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--tp-text-body);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-project-details-info p br {
        display: none;
    }
}

.tp-project-details-info ul li {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #0d0d0d;
    list-style: none;
    padding: 17px 0;
}

.tp-project-details-info ul li:not(:last-child) {
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.tp-project-details-info ul li span {
    width: 120px;
    display: inline-block;
    color: var(--tp-text-body);
}

.tp-project-details-info ul li a {
    margin-right: 15px;
}

.tp-project-details-info ul li a:hover {
    color: var(--tp-theme-1);
}

.tp-project-details-banner {
    height: 740px;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-details-banner {
        height: 540px;
    }

    .tp-project-details-banner img {
        height: 700px;
    }
}

@media (max-width: 767px) {
    .tp-project-details-banner {
        height: 340px;
    }

    .tp-project-details-banner img {
        height: 500px;
    }
}

.tp-project-details-banner img {
    border-radius: 20px;
    width: 100%;
    height: 900px;
    object-fit: cover;
    margin-top: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-project-details-content {
        margin-left: 0;
    }
}

.tp-project-details-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--tp-text-body);
}

.tp-project-details-content ul li {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black);
    list-style: none;
    display: flex;
}

.tp-project-details-content ul li:not(:last-child) {
    margin-bottom: 6px;
}

.tp-project-details-content ul li svg {
    margin-right: 10px;
    margin-top: 10px;
}

.tp-project-details-thumb {
    overflow: hidden;
    border-radius: 20px;
}

.tp-project-details-thumb img {
    border-radius: 20px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-masonry-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-project-masonry-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-project-grid .tp-project-thumb-bg {
    opacity: 1;
    visibility: visible;
}

.tp-project-grid .tp-project-category {
    color: var(--tp-common-white);
    border-color: var(--tp-common-white);
}

.tp-project-grid .tp-section-title a {
    color: var(--tp-common-white);
}

.tp-project-grid .tp-project-link {
    color: var(--tp-common-white);
    opacity: 0;
}

.tp-project-grid .tp-project-icon::before {
    box-shadow: 0px 18px 0 0 var(--tp-common-white);
}

.tp-project-grid .tp-project-icon>span::after {
    background-color: var(--tp-common-white);
}

.tp-project-grid .tp-project-icon::after {
    box-shadow: 0px 18px 0 0 var(--tp-common-white);
}

.tp-project-grid .tp-project-item:hover .tp-project-link {
    opacity: 1;
}

.tp-project-grid .tp-project-item:hover .tp-project-category {
    background: #00ffd1;
    color: var(--tp-common-black);
    border-color: #00ffd1;
}

.tp-project-grid .tp-project-item:hover img {
    transform: scale(1.1) rotate(3deg);
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nn-blog-ptb {
        padding-top: 0;
        padding-bottom: 80px;
    }
}

/*----------------------------------------*/
/*  8.0 Interiror home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
.int-hero-ptb {
    padding-top: 240px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .int-hero-ptb {
        padding-top: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-hero-ptb {
        padding-top: 160px;
    }
}

.int-hero-thumb {
    top: 0;
    right: 0;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .int-hero-thumb {
        right: -2%;
        top: -20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .int-hero-thumb {
        top: 36%;
    }
}

@media (max-width: 767px) {
    .int-hero-thumb {
        padding-top: 30px;
        position: static;
    }
}

.int-hero-thumb img {
    border-radius: 20px;
}

@media (max-width: 767px) {
    .int-hero-wrapper .tp-section-title {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .int-hero-wrapper .tp-section-title br {
        display: block;
    }
}

@media (max-width: 767px) {
    .int-hero-wrapper p {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-hero-wrapper p br {
        display: none;
    }
}

.int-hero-review {
    padding: 45px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .int-hero-review {
        padding: 30px;
    }
}

.int-hero-review p {
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.24px;
    color: var(--tp-common-black);
}

.int-hero-review-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .int-hero-review-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .int-hero-review-title {
        font-size: 40px;
    }
}

.int-hero-review-pos {
    top: 27%;
    right: 5%;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .int-hero-review-pos {
        right: 0;
        top: 45%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-hero-review-pos {
        margin-top: 30px;
        position: static;
    }
}

.int-hero-btn-wrapper {
    gap: 20px;
    padding-bottom: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .int-hero-btn-wrapper {
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .int-hero-btn-wrapper {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-hero-btn-wrapper {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .int-hero-btn-wrapper {
        flex-wrap: wrap;
    }
}

.int-hero-btn.trasparent-btn .tp-btn-purple {
    background-color: transparent;
    border: 1px solid var(--tp-common-white);
}

.int-hero-social .nn-hero-social a {
    margin: 0;
    margin-right: 8px;
    display: inline-block;
}

.int-hero-social .nn-hero-social a span {
    color: var(--tp-common-white);
}

.int-hero-social .nn-hero-social a:hover span {
    color: var(--tp-common-paste);
}

.int-hero-social .nn-hero-social-box {
    display: flex;
    position: initial;
    transform: translate(0);
}

.int-hero-social .nn-hero-social-text {
    margin-bottom: 0;
    writing-mode: initial;
}

.int-hero-social .nn-hero-social-text span {
    color: var(--tp-common-white);
}

.int-hero-social .nn-hero-social-text span::after {
    height: 1px;
    width: 60px;
    margin: 0 15px;
    transform: translateY(-4px);
    background-color: rgba(255, 255, 255, 0.25);
}

.tp-image-distortion {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.tp-image-distortion canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*  feature css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-service-ptb {
        padding-bottom: 0;
    }
}

.int-service-item {
    padding: 80px;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .int-service-item {
        padding: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .int-service-item {
        padding: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .int-service-item {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .int-service-item {
        padding: 30px;
    }
}

.int-service-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.int-service-item-list ul li {
    font-size: 16px;
    display: flex;
    list-style: none;
    color: var(--tp-common-white);
}

.int-service-item-list ul li span {
    display: inline-block;
    margin-right: 8px;
}

.int-service-item-num {
    top: -45px;
    left: -40px;
    font-size: 240px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    letter-spacing: -3.6px;
    font-family: var(--tp-ff-sora);
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .int-service-item-num {
        font-size: 185px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .int-service-item-num {
        top: -25px;
        left: -30px;
        font-size: 150px;
    }
}

@media (max-width: 767px) {
    .int-service-item-num {
        top: -20px;
        left: -20px;
        font-size: 120px;
    }
}

.int-service-item-content {
    position: relative;
}

@media (max-width: 767px) {
    .int-service-item-content {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .int-service-item-content .tp-section-title.fs-36 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-feature-ptb {
        padding-bottom: 0;
    }
}

.int-feature-bg {
    border-radius: 40px;
    margin: 0 60px;
}

.int-feature-bg .ing-feature-item {
    background-color: var(--tp-common-white);
}

.int-feature-bg .ing-feature-item .tp-project-icon>span a {
    background-color: var(--tp-common-white);
}

.int-feature-bg .ing-feature-item .tp-project-icon>span a:hover {
    background-color: var(--tp-common-black);
}

.int-feature-bg .ing-feature-item .tp-project-icon>span::after,
.int-feature-bg .ing-feature-item .tp-project-icon>span::before {
    background-color: var(--tp-gray-1);
}

.int-feature-bg .ing-feature-item .tp-project-icon::before,
.int-feature-bg .ing-feature-item .tp-project-icon::after {
    box-shadow: 0px 20px 0 0 var(--tp-gray-1);
}

/*  text css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-text-ptb {
        padding-bottom: 80px;
    }
}

.int-text-slider-wrapper {
    padding: 32px 0;
    transform: rotate(-3deg);
    background: linear-gradient(90deg, #00FFD1 0%, #A020F0 100%);
}

.int-text-slider-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.45px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .int-faq-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-faq-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-blog-ptb {
        padding-bottom: 60px;
    }
}

.int-blog-item {
    border-radius: 20px;
    border: 1px solid rgba(13, 13, 13, 0.08);
}

.int-blog-item:hover .int-blog-item-thumb img {
    transform: scale(1.1);
}

.int-blog-item-thumb {
    overflow: hidden;
    border-radius: 20px;
}

.int-blog-item-thumb img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.int-blog-item-thumb .tp-blog-meta {
    top: 30px;
    bottom: auto;
}

.int-blog-item-title {
    letter-spacing: -0.36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-blog-item-title {
        margin-bottom: 30px;
    }
}

.int-blog-item-content {
    padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .int-blog-item-content {
        padding: 30px;
    }
}

/*----------------------------------------*/
/*  8.1 Science home all Css here
/*----------------------------------------*/
/*  hero css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-hero-ptb {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .aiss-hero-bg {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-hero-bg {
        padding-top: 120px;
    }
}

.aiss-hero-bg::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 51.92%, rgba(13, 13, 13, 0.7) 100%);
}

.aiss-hero-shapes .shape-1 {
    position: absolute;
    top: 24%;
    left: 7%;
}

.aiss-hero-shapes .shape-2 {
    position: absolute;
    bottom: 13%;
    z-index: 2;
    left: 10%;
}

.aiss-hero-shapes .shape-3 {
    position: absolute;
    right: 20%;
    top: 5%;
}

.aiss-hero-shapes .shape-4 {
    position: absolute;
    right: 37%;
    bottom: 4%;
    z-index: 2;
}

.aiss-hero-thumb-wrap {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aiss-hero-thumb-wrap {
        bottom: -8%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .aiss-hero-thumb-wrap {
        bottom: -12%;
    }
}

.aiss-hero-thumb-wrap .layer {
    right: 0;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aiss-hero-thumb-wrap img {
        transform: scale(0.8);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .aiss-hero-thumb-wrap img {
        transform: scale(0.7);
    }
}

.aiss-hero-heading {
    padding-bottom: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aiss-hero-heading {
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .aiss-hero-heading {
        padding-bottom: 120px;
    }
}

.aiss-hero-title {
    font-size: 160px;
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: -6.4px;
    text-transform: uppercase;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .aiss-hero-title {
        font-size: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aiss-hero-title {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .aiss-hero-title {
        font-size: 62px;
        letter-spacing: -1.4px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .aiss-hero-title {
        font-size: 80px;
    }
}

.aiss-hero-title span {
    font-size: 140px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: -5.6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .aiss-hero-title span {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aiss-hero-title span {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .aiss-hero-title span {
        font-size: 68px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .aiss-hero-title span {
        font-size: 80px;
    }
}

.aiss-hero-btn .tp-btn-border-gradiant.btn-bg-black span {
    box-shadow: 0 14px 25px -10px rgba(13, 13, 13, 0.35);
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
}

.weather-effect {
    position: relative;
    animation: lightning 4s ease-out infinite;
}

/*  feature css start here
/*----------------------------------------*/
.aiss-feature-box-wrapper {
    margin: 0 60px;
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .aiss-feature-box-wrapper {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-feature-box-wrapper {
        padding-top: 80px;
        margin: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .aiss-feature-heading-wrap .tp-section-title {
        font-size: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-feature-heading-wrap .tp-section-title {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-feature-thumb {
        padding-bottom: 25px;
    }
}

.aiss-feature-item {
    gap: 60px;
    padding: 55px 50px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
    border: 1px solid rgba(13, 13, 13, 0.15);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .aiss-feature-item {
        gap: 35px;
        padding: 45px 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .aiss-feature-item {
        gap: 40px;
        padding: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-feature-item {
        gap: 30px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .aiss-feature-item {
        flex-wrap: wrap;
    }
}

.aiss-feature-item:hover {
    background: var(--tp-common-white);
    border-color: var(--tp-common-white);
    box-shadow: 0 25px 60px -20px #C3C3C3;
}

.aiss-feature-item:hover .aiss-feature-item-thumb img {
    animation: rotate_anim 10s linear infinite;
}

.aiss-feature-item-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.36px;
    font-family: var(--tp-ff-sora);
    color: var(--tp-common-black);
}

.aiss-feature-item-thumb {
    min-width: 115px;
}

.aiss-feature-item-content p {
    margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-feature-item-content p br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-feature-btn {
        padding-bottom: 0px;
    }
}

/*  service css start here
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-service-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-service-details-right {
    margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-service-details-right {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-service-details-ptb {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.tp-service-details-ptb.int-team-bg.left::after {
    bottom: 100px;
    left: -100px;
}

.tp-service-support {
    border: 1px solid rgba(13, 13, 13, 0.1);
    border-radius: 20px;
    padding: 25px 25px 20px 25px;
}

.tp-service-support-content h4 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--tp-common-black);
    margin-bottom: 4px;
}

.tp-service-support-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--tp-text-body);
    margin-bottom: 0;
}

.tp-service-support-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--tp-gray-1);
    border-radius: 100px;
    flex: 0 0 auto;
    margin-right: 15px;
}

/*  blog css start here
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-pricing-ptb {
        padding-bottom: 80px;
    }
}

.aiss-pricing-ptb.int-team-bg::after {
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .aiss-testimonial-right {
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/
/*  7.2 product css
/*----------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-result {
        margin-bottom: 15px;
    }
}

.tp-product-result p {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-text-body);
    margin-bottom: 0;
}

.tp-product-top {
    border: 1px solid rgba(13, 13, 13, 0.1);
    border-radius: 20px;
    padding: 15px 15px 12px 30px;
}

.tp-product-widget-filter .ui-widget.ui-widget-content {
    height: 10px;
    background-color: var(--tp-gray-1);
    border: 0;
    border-radius: 10px;
}

.tp-product-widget-filter .ui-slider-horizontal .ui-slider-range {
    background-color: var(--tp-theme-1);
    border-radius: 10px;
}

.tp-product-widget-filter .ui-slider .ui-slider-handle {
    top: 0px;
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    border: 3px solid var(--tp-theme-1);
    background-color: var(--tp-gray-1);
    margin-left: -5px;
    cursor: pointer;
}

.tp-product-widget-filter .ui-slider .ui-slider-handle:focus-visible {
    outline: 0;
}

.tp-product-widget-filter-info .input-range input {
    width: auto;
    height: 30px;
    background-color: transparent;
    color: var(--tp-common-black);
    padding: 0;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--tp-ff-body);
}

.tp-product-widget-filter-info .tp-product-widget-filter-btn {
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-common-black);
    background-color: #F5F5F5;
    padding: 0px 12px;
    border-radius: 30px;
}

.tp-product-widget-filter-info .tp-product-widget-filter-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

.tp-product-widget-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
}

.tp-product-widget-title.price-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
}

.tp-product-widget-categories {
    border: 1px solid #0d0d0d;
    border-radius: 20px;
    padding: 25px 30px 30px 30px;
}

.tp-product-widget-categories-list ul li {
    list-style: none;
}

.tp-product-widget-categories-list ul li:not(:last-child) {
    margin-bottom: 13px;
}

.tp-product-widget-categories-list ul li a {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
    border-radius: 10px;
    border: 1px solid rgba(13, 13, 13, 0.08);
    display: block;
    padding: 13px 25px;
    line-height: 1;
}

.tp-product-widget-categories-list ul li a:hover {
    box-shadow: 0 10px 20px -10px rgba(52, 52, 52, 0.2);
    background: #fff;
}

.tp-product-widget-product {
    margin-bottom: 30px;
}

.tp-product-widget-product-title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--tp-common-black);
    margin-bottom: 3px;
}

.tp-product-widget-product-title a:hover {
    color: var(--tp-theme-1);
}

.tp-product-widget-product-price {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black);
}

.tp-product-widget-product-thumb {
    margin-right: 20px;
    flex: 0 0 auto;
}

.tp-product-widget-product-thumb img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
}

.tp-product-widget-product-rating span {
    line-height: 0.7;
    display: inline-block;
}

.tp-product-widget-product-tag ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
}

.tp-product-widget-product-tag ul li a {
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 1px solid rgba(13, 13, 13, 0.1);
    border-radius: 30px;
    line-height: 1;
    display: inline-block;
    padding: 7px 9px;
}

.tp-product-widget-product-tag ul li a:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
}

.tp-product-item:hover .tp-product-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tp-product-item:hover .tp-product-action {
    right: 25px;
    visibility: visible;
    opacity: 1;
}

.tp-product-thumb {
    border-radius: 20px;
}

.tp-product-thumb img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.tp-product-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--tp-common-black);
    margin-bottom: 5px;
}

.tp-product-title a:hover {
    color: var(--tp-theme-1);
}

.tp-product-rating-icon {
    margin-right: 6px;
    display: flex;
    align-items: center;
}

.tp-product-rating-icon span {
    color: var(--tp-common-yellow);
    font-size: 12px;
}

.tp-product-rating-icon span:not(:last-child) {
    margin-right: 2px;
}

.tp-product-price {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
}

.tp-product-price.old-price {
    color: #55585B;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 600;
}

.tp-product-action {
    position: absolute;
    right: -20px;
    top: 25px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.tp-product-action-btn {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    box-shadow: 0 2px 5px 0 rgba(3, 4, 28, 0.08);
    border-radius: 10px;
}

.tp-product-action-btn:not(:last-child) {
    margin-bottom: 6px;
}

.tp-product-action-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.tp-product-action-btn:hover .tp-product-tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-8px) translateY(-50%);
    -moz-transform: translateX(-8px) translateY(-50%);
    -ms-transform: translateX(-8px) translateY(-50%);
    -o-transform: translateX(-8px) translateY(-50%);
    transform: translateX(-8px) translateY(-50%);
}

.tp-product-tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 9px 10px;
    padding-left: 15px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border-radius: 40px;
    transition: all 0.4s ease;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    background-color: var(--tp-common-black);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.tp-product-tooltip::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid var(--tp-common-black);
    border-bottom: 8px solid transparent;
}

.tp-product-tooltip-right {
    left: 100%;
    right: auto;
}

.tp-product-tooltip-right::before {
    left: -4px;
    right: auto;
    border-left: 0;
    border-right: 8px solid var(--tp-common-black);
}

.tp-product-button button {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
    border: 1px solid #0d0d0d;
    border-radius: 100px;
    width: 100%;
    padding: 11px 24px;
    line-height: 1;
}

.tp-product-button button:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
}

.tp-product-details-wrapper {
    margin-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-wrapper {
        margin-top: 50px;
        margin-left: 0;
    }
}

.tp-product-details-sort-desc p {
    font-size: 16px;
    color: var(--tp-common-black);
    line-height: 1.7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-sort-desc p br {
        display: none;
    }
}

.tp-product-details-sort-desc p span {
    font-weight: 600;
    color: var(--tp-common-black);
}

.tp-product-details-discount span {
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-common-white);
    border-radius: 30px;
    padding: 4px 8px;
    display: inline-block;
    background: var(--tp-theme-1);
    line-height: 1;
    margin-bottom: 0;
}

.tp-product-details-nav-main-thumb {
    position: relative;
    height: 511px;
    background-color: var(--tp-gray-1);
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-nav-main-thumb {
        margin-bottom: 20px;
    }
}

.tp-product-details-nav-main-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.tp-product-details-thumb-wrapper {
    gap: 30px;
    margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-thumb-wrapper {
        margin-right: 0;
    }
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links {
    padding: 0;
    width: 120px;
    height: 120px;
    border-radius: 0;
    position: relative;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 6px;
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links.active {
    border: 1px solid var(--tp-theme-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-thumb-wrapper .nav-tab .nav-links {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links:not(:last-child) {
    margin-bottom: 20px;
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links:hover {
    border-color: var(--tp-theme-1);
}

.tp-product-details-thumb-wrapper .nav-tab .nav-links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.tp-product-details-category span,
.tp-product-details-category a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--tp-common-black);
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
}
.tp-product-details-category a:hover {
    color: var(--tp-theme-1);
}

/* Varyant: Renk swatch & Numara kutu */
.tp-variant-group-label {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 10px;
}
.tp-variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.tp-variant-swatch {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.tp-variant-swatch:hover {
    border-color: #9ca3af;
}
.tp-variant-swatch.selected {
    border-color: var(--tp-theme-1, #2563eb);
    box-shadow: 0 0 0 1px var(--tp-theme-1, #2563eb);
}
.tp-variant-swatch-dot {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--tp-theme-1, #2563eb);
    opacity: 0;
    transition: opacity 0.2s;
}
.tp-variant-swatch.selected .tp-variant-swatch-dot {
    opacity: 1;
}
.tp-variant-box {
    min-width: 44px;
    height: 44px;
    padding: 0 26px 0px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    transition: border-color 0.2s, color 0.2s;
}
.tp-variant-box:hover {
    border-color: #9ca3af;
}
.tp-variant-box.selected {
    border-color: var(--tp-theme-1, #2563eb);
    color: var(--tp-theme-1, #2563eb);
}
.tp-variant-box-check {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom-right-radius: 4px;
}
.tp-variant-box-check::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--tp-theme-1, #2563eb);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border-bottom-right-radius: 4px;
    z-index: 0;
}
.tp-variant-box-check svg {
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 1;
    display: block;
    right: -4px;
    bottom: -5px;
}
.tp-variant-box-check svg path {
    stroke: #ffffff !important;
    stroke-width: 2.5px;
    fill: none;
}
.tp-variant-box.selected .tp-variant-box-check {
    opacity: 1;
}

.tp-variant-select.tp-variant-option {
    min-height: 44px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
}

.tp-product-details-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: var(--tp-common-black);
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.tp-product-details-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.tp-product-details-badges .product-card-modern-badge {
    position: static;
}

.tp-product-details-stock {
    margin-right: 12px;
}

.tp-product-details-stock span {
    font-size: 15px;
    line-height: 1;
    padding: 4px 12px 4px 12px;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-radius: 50px;
}

.tp-product-details-rating {
    margin-right: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tp-product-details-rating span {
    font-size: 12px;
    color: #FFB21D;
}

.tp-product-details-rating span:not(:last-child) {
    margin-right: 3px;
}

.tp-product-details-reviews span {
    font-family: var(--tp-ff-dm);
}
.tp-product-details-discount{
	margin-left: 15px;
}
.tp-product-details-price {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-black);
    letter-spacing: -0.02em;
    font-family: var(--tp-ff-heading);
}

.tp-product-details-price.new-price {
    margin-right: 15px;
}

.tp-product-details-price.old-price {
    font-weight: 600;
    font-size: 18px;
    color: rgba(13, 13, 13, 0.35);
    text-decoration-line: line-through;
}

.tp-product-details-view span {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
}

.tp-product-details-view span .eye-icon {
    width: 30px;
    height: 24px;
    display: inline-block;
    background: var(--tp-common-black);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.tp-product-details-quantity .tp-product-quantity {
    width: 142px;
    border-radius: 0;
    position: relative;
}

.tp-product-details-quantity .tp-cart-plus,
.tp-product-details-quantity .tp-cart-minus {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    left: 14px;
    top: 13px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-product-details-quantity .tp-cart-plus:hover,
.tp-product-details-quantity .tp-cart-minus:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

.tp-product-details-quantity .tp-cart-plus {
    left: auto;
    right: 14px;
}

.tp-product-details-quantity .tp-cart-input[type=text] {
    height: 48px;
    line-height: 48px;
    padding: 0 45px;
    font-size: 17px;
    background-color: var(--tp-gray-1);
    color: var(--tp-common-black);
    border-radius: 50px;
    text-align: center;
    border: none;
}

.tp-product-details-add-to-cart-btn {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    padding: 11px 90px;
    color: var(--tp-common-white);
    background: var(--tp-common-black);
    font-family: var(--tp-ff-body);
    border: 1px solid transparent;
}

.tp-product-details-add-to-cart-btn:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-common-black);
    background-color: transparent;
}

.tp-product-details-shiping-wrap {
    border: 1px solid rgba(13, 13, 13, 0.1);
    border-radius: 10px;
    padding: 15px 30px 10px 30px;
    min-height: 123px;
}

.tp-product-details-shiping-wrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
}

.tp-product-details-shiping-wrap p span {
    font-weight: 600;
    color: #0d0d0d;
}

.tp-product-details-action-wrapper {
    margin-bottom: 10px;
}

.tp-product-details-action-sm {
    padding-bottom: 9px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(77, 61, 48, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tp-product-details-action-sm-btn {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-body);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.tp-product-details-action-sm-btn:not(:last-child) {
    margin-right: 0;
}

.tp-product-details-action-sm-btn i,
.tp-product-details-action-sm-btn svg {
    margin-right: 2px;
    color: var(--tp-common-black);
}

.tp-product-details-action-sm-btn:hover {
    color: var(--tp-common-black);
}

.tp-product-details-call-whatsapp .tp-product-details-call-btn,
.tp-product-details-call-whatsapp .tp-product-details-whatsapp-btn {
    padding: 10px 18px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    border-radius: 8px;
    background: var(--tp-common-white);
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.tp-product-details-call-whatsapp .tp-product-details-call-btn:hover {
    border-color: var(--tp-common-black);
    background: rgba(13, 13, 13, 0.04);
}
.tp-product-details-call-whatsapp .tp-product-details-whatsapp-btn {
    color: #25D366;
    border-color: rgba(37, 211, 102, 0.4);
}
.tp-product-details-call-whatsapp .tp-product-details-whatsapp-btn svg {
    color: #25D366;
}
.tp-product-details-call-whatsapp .tp-product-details-whatsapp-btn:hover {
    color: #1da851;
    border-color: #25D366;
    background: rgba(37, 211, 102, 0.08);
}
.tp-product-details-call-whatsapp .tp-product-details-whatsapp-btn:hover svg {
    color: #1da851;
}

.tp-product-details-desc-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .tp-product-details-desc-title {
        font-size: 26px;
    }
}

.tp-product-details-desc-title-2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-desc-title-2 {
        font-size: 25px;
    }
}

.tp-product-details-desc-content {
    margin-bottom: 25px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .tp-product-details-desc-content {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .tp-product-details-desc-content {
        padding-left: 0;
    }
}

.tp-product-details-desc-content span {
    font-size: 20px;
    color: var(--tp-common-black);
}

.tp-product-details-desc-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--tp-text-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-desc-thumb img {
        max-width: 100%;
    }
}

.tp-product-details-desc-list {
    padding-top: 13px;
}

.tp-product-details-desc-list ul li {
    list-style: none;
    font-size: 16px;
    color: var(--tp-common-black);
    position: relative;
    padding-left: 17px;
}

.tp-product-details-desc-list ul li:not(:last-child) {
    margin-bottom: 3px;
}

.tp-product-details-desc-list ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #A8ACB0;
    border-radius: 50%;
}

.tp-product-details-desc-fact-thumb img {
    margin-bottom: 16px;
}

.tp-product-details-desc-fact-content span {
    display: inline-block;
    font-size: 50px;
    line-height: 1.2;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-product-details-desc-fact-content span {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-fact-content span {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .tp-product-details-desc-fact-content span {
        font-size: 25px;
    }
}

.tp-product-details-desc-fact-content p {
    font-size: 22px;
}

@media (max-width: 767px) {
    .tp-product-details-desc-fact-content p {
        font-size: 20px;
    }
}

.tp-product-details-additional-info {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .tp-product-details-additional-info {
        overflow-x: scroll;
    }
}

.tp-product-details-additional-info-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    display: none;
}

.tp-product-details-additional-info.tp-table-style-2 {
    padding-top: 50px;
}

.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
    display: block;
}

.tp-product-details-additional-info.tp-table-style-2 table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 7px;
}

.tp-product-details-additional-info.tp-table-style-2 table tr {
    border: 0;
}

.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
    border: 0;
    margin-bottom: 6px;
}

.tp-product-details-additional-info.tp-table-style-2 table tr td {
    padding: 7px 24px;
    border: 1px solid #E6E7E8;
}

.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
    padding-left: 24px;
    border-right: 0;
}

.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
    padding-left: 34px;
}

.tp-product-details-additional-info table {
    width: 100%;
    border: 1px solid rgba(13, 13, 13, 0.1);
}

.tp-product-details-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.tp-product-details-additional-info table tr td {
    padding: 12px 34px;
}

.tp-product-details-additional-info table tr td:first-child {
    width: 306px;
    font-size: 16px;
    background: var(--tp-gray-1);
    color: var(--tp-common-black);
}

.tp-product-details-additional-info table tr td:last-child {
    font-size: 16px;
    color: var(--tp-text-body);
}

.tp-product-details-review-number {
    border: 1px solid rgba(13, 13, 13, 0.1);
    padding: 35px 43px 33px 40px;
    border-radius: 20px;
    background: var(--tp-gray-1);
}

@media (max-width: 767px) {
    .tp-product-details-review-number {
        padding: 35px 25px 33px 25px;
    }
}

.tp-product-details-review-number-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.tp-product-details-review-summery {
    margin-bottom: 12px;
}

.tp-product-details-review-summery-value span {
    font-size: 40px;
    font-weight: 600;
    color: var(--tp-common-black);
    margin-right: 8px;
}

.tp-product-details-review-summery-rating {
    margin-right: 3px;
}

.tp-product-details-review-summery-rating span {
    color: #FFB21D;
}

.tp-product-details-review-summery-rating p {
    margin-left: 4px;
    font-size: 14px;
    margin-bottom: 0;
}

.tp-product-details-review-rating-item>span {
    color: #A0A2A4;
    font-size: 15px;
    margin-right: 10px;
}

.tp-product-details-review-rating-bar {
    width: 260px;
    height: 10px;
    position: relative;
    margin-right: 12px;
    background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .tp-product-details-review-rating-bar {
        width: 130px;
    }
}

.tp-product-details-review-rating-bar-inner {
    height: 100%;
    background-color: #FFB21D;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.tp-product-details-review-rating-percent span {
    font-size: 14px;
}

.tp-product-details-review-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .tp-product-details-review-list {
        padding-right: 0;
    }
}

.tp-product-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}

.tp-product-details-review-avater-thumb {
    flex: 0 0 auto;
}

.tp-product-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.tp-product-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}

.tp-product-details-review-avater-rating span {
    font-size: 10px;
    margin-right: 2px;
    color: #FFB21D;
}

.tp-product-details-review-avater-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
    display: inline-block;
}

.tp-product-details-review-avater-meta {
    font-size: 14px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}

.tp-product-details-review-avater-meta::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A8ACB0;
}

.tp-product-details-review-avater-comment p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-product-details-review-form {
        margin-top: 50px;
    }
}

.tp-product-details-review-form>p {
    font-size: 16px;
    margin-bottom: 8px;
}

.tp-product-details-review-form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.tp-product-details-review-form-rating {
    margin-bottom: 28px;
}

.tp-product-details-review-form-rating p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 8px;
}

.tp-product-details-review-form-rating-icon span {
    font-size: 12px;
    color: #FFB21D;
}

.tp-product-details-review-input-wrapper {
    margin-bottom: 11px;
}

.tp-product-details-review-input-box {
    position: relative;
    margin-bottom: 29px;
}

.tp-product-details-review-input label {
    font-size: 16px;
    font-weight: 600;
    color: #111013;
    line-height: 1;
    margin-bottom: 12px;
}

.tp-product-details-review-input input,
.tp-product-details-review-input textarea {
    border-radius: 0px;
    border-color: var(--tp-common-black);
    background: transparent;
    color: var(--tp-common-black);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
}

.tp-product-details-review-input input:focus,
.tp-product-details-review-input textarea:focus {
    border-color: var(--tp-theme-1);
}

.tp-product-details-review-input input::-webkit-input-placeholder,
.tp-product-details-review-input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--tp-text-body);
}

.tp-product-details-review-input input::-moz-placeholder,
.tp-product-details-review-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--tp-text-body);
}

.tp-product-details-review-input input:-moz-placeholder,
.tp-product-details-review-input textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--tp-text-body);
}

.tp-product-details-review-input input:-ms-input-placeholder,
.tp-product-details-review-input textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--tp-text-body);
}

.tp-product-details-review-input input::placeholder,
.tp-product-details-review-input textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--tp-text-body);
}

.tp-product-details-review-input textarea {
    resize: none;
    height: 120px;
}

.tp-product-details-review-input-title label {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-black);
    line-height: 1;
    margin-bottom: 12px;
}

.tp-product-details-review-remeber input {
    display: none;
}

.tp-product-details-review-remeber input:checked~label::after {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.tp-product-details-review-remeber input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.tp-product-details-review-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

.tp-product-details-review-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid var(--tp-common-black);
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tp-product-details-review-remeber label::before {
    position: absolute;
    content: url("../img/ai_shop/product/check.html");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tp-product-details-review-remeber label a:hover {
    color: var(--tp-theme-primary);
}

.tp-product-details-review-remeber label:hover {
    cursor: pointer;
}

.tp-product-details-review-btn {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 45px;
    color: var(--tp-common-white);
    border: 1px solid rgba(1, 15, 28, 0.08);
    background-color: var(--tp-common-black);
    border-radius: 20px;
}

.tp-product-details-review-btn i {
    margin-left: 5px;
}

.tp-product-details-review-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

.tp-product-details-tab-nav .nav-tabs {
    border: none;
}

.tp-product-details-tab-nav .nav-tabs .nav-link {
    border: none;
    padding: 11px 57px;
    position: relative;
    background: var(--tp-gray-1);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
    border-radius: 20px;
    font-family: var(--tp-ff-body);
    margin-bottom: 10px;
}

.tp-product-details-tab-nav .nav-tabs .nav-link:not(:last-child) {
    margin-right: 10px;
}

.tp-product-details-tab-nav .nav-tabs .nav-link.active,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
}

@media (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
        display: none !important;
    }
}

.tp-product-details-tab-line {
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: var(--tp-common-black);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
}

.tp-product-details-views {
    margin-bottom: 10px;
}

.tp-product-details-views>span {
    color: var(--tp-common-black);
    font-size: 16px;
    margin-right: 8px;
}

.tp-product-details-views p {
    font-size: 16px;
    margin-bottom: 0;
}

.tp-product-details-views p span {
    color: var(--tp-common-black);
    font-weight: 600;
}

.tp-product-details-stock-bar p {
    font-size: 15px;
    margin-bottom: 5px;
}

.tp-product-details-stock-bar p span {
    font-weight: 600;
    color: var(--tp-common-black);
}

.tp-product-details-stock-bar-line {
    height: 4px;
    position: relative;
}

.tp-product-details-stock-bar-line-inner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--tp-theme-primary);
    height: 100%;
    display: inline-block;
}

.tp-product-details-wishlist-btn {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    background-color: var(--tp-common-white);
    box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}

.tp-product-details-wishlist-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-checkboxradio-disabled,
.ui-state-disabled {
    pointer-events: none;
}

.ui-datepicker .ui-icon,
.ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-helper-reset,
.ui-menu {
    outline: 0;
    list-style: none;
}

.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    overflow: hidden;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-autocomplete,
.ui-menu .ui-menu {
    position: absolute;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
}

.ui-button,
.ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

.ui-button,
.ui-menu-icons,
.ui-resizable {
    position: relative;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-button,
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle,
.ui-selectable,
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max,
.ui-spinner-up {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 2em 0.2em 0.4em;
    vertical-align: middle;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: var(--tp-text-body);
}

.ui-widget-content a,
.ui-widget-header a {
    color: var(--tp-text-body);
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: var(--tp-text-body);
    font-weight: 700;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html");
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  7.2 cta css
/*----------------------------------------*/
.tp-cta-inner .tp-cta-bg.am-cta-bdr {
    border-radius: 20px;
}

.tp-footer-inner .am-footer-bg {
    border-radius: 20px;
}

/*----------------------------------------*/
/*  8.3 Contact css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-contact-info-ptb {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.tp-contact-info-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--tp-common-black);
    padding-bottom: 14px;
    margin-bottom: 12px;
}

.tp-contact-info-title span {
    color: var(--tp-theme-1);
    margin-right: 13px;
    transform: translateY(-2px);
}

.tp-contact-info-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--tp-text-body);
    display: block;
}

.tp-contact-info-item a:hover {
    color: var(--tp-theme-1);
}

/* Contact info cards (new design) */
.tp-contact-info-card {
    display: block;
    background: var(--tp-common-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tp-contact-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--tp-theme-1), #00ffd1);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.tp-contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(160, 32, 240, 0.2);
}

.tp-contact-info-card:hover::before {
    transform: scaleX(1);
}

.tp-contact-info-card-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--tp-theme-1) 0%, rgba(160, 32, 240, 0.85) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-common-white);
    transition: transform 0.3s ease;
}

.tp-contact-info-card:hover .tp-contact-info-card-icon {
    transform: scale(1.05);
}

.tp-contact-info-card-icon svg {
    width: 26px;
    height: 26px;
}

.tp-contact-info-card-title {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
    margin-bottom: 10px;
}

.tp-contact-info-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 14px;
}

.tp-contact-info-card-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-theme-1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.tp-contact-info-card:hover .tp-contact-info-card-link {
    gap: 10px;
}

/* Contact bento (asymmetric box layout) */
.tp-contact-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.tp-contact-bento-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 24px;
    background: #fafafa;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.tp-contact-bento-box:hover {
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.tp-contact-bento-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 12px 0 0 12px;
}

.tp-contact-bento-box--adres .tp-contact-bento-accent { background: var(--tp-theme-1); }
.tp-contact-bento-box--email .tp-contact-bento-accent { background: #0d9488; }
.tp-contact-bento-box--phone .tp-contact-bento-accent { background: #ea580c; }

.tp-contact-bento-box--main {
    grid-column: 1 / -1;
}

.tp-contact-bento-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-common-white);
    transition: transform 0.25s ease;
}

.tp-contact-bento-box--adres .tp-contact-bento-icon { background: var(--tp-theme-1); }
.tp-contact-bento-box--email .tp-contact-bento-icon { background: #0d9488; }
.tp-contact-bento-box--phone .tp-contact-bento-icon { background: #ea580c; }

.tp-contact-bento-box:hover .tp-contact-bento-icon {
    transform: scale(1.05);
}

.tp-contact-bento-body {
    flex: 1;
    min-width: 0;
}

.tp-contact-bento-title {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 17px;
    color: var(--tp-common-black);
    margin: 0 0 8px 0;
}

.tp-contact-bento-text {
    font-size: 15px;
    line-height: 1.55;
    color: #555;
    margin: 0 0 10px 0;
}

.tp-contact-bento-action {
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-theme-1);
    display: inline-block;
    transition: color 0.2s ease;
}

.tp-contact-bento-box--email .tp-contact-bento-action { color: #0d9488; }
.tp-contact-bento-box--phone .tp-contact-bento-action { color: #ea580c; }

.tp-contact-bento-box:hover .tp-contact-bento-action {
    color: var(--tp-common-black);
}

.tp-contact-bento-box--email:hover .tp-contact-bento-action,
.tp-contact-bento-box--phone:hover .tp-contact-bento-action {
    color: var(--tp-common-black);
}

@media (max-width: 767px) {
    .tp-contact-bento {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tp-contact-bento-box--main {
        grid-column: 1;
    }

    .tp-contact-bento-box {
        padding: 22px 20px;
        gap: 16px;
    }

    .tp-contact-bento-icon {
        width: 40px;
        height: 40px;
    }

    .tp-contact-bento-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* Contact CTA section */
.tp-contact-info-cta {
    padding: 24px 0;
}

.tp-contact-info-cta-text {
    font-size: 17px;
    color: var(--tp-common-black);
    margin: 0;
}

.tp-contact-info-cta-btn {
    font-weight: 600;
    color: var(--tp-theme-1);
    text-decoration: none;
    border-bottom: 2px solid var(--tp-theme-1);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.tp-contact-info-cta-btn:hover {
    color: #00ffd1;
    border-color: #00ffd1;
}

.tp-contact-info-btn span {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: var(--tp-common-white);
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    display: inline-block;
    padding: 16px 119px;
    border-radius: 60px;
}

@media (max-width: 767px) {
    .tp-contact-info-btn span {
        padding: 16px 40px;
    }
}

.tp-contact-info-btn span a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.tp-contact-info-btn span a:hover {
    color: var(--tp-theme-1);
}

.tp-contact-info-btn span svg {
    margin-right: 20px;
    display: inline-block;
}

.tp-contact-banner {
    border-radius: 20px;
    padding-top: 140px;
    padding-bottom: 250px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-banner {
        padding-top: 90px;
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .tp-contact-banner {
        padding-top: 90px;
        padding-bottom: 160px;
    }
}

.tp-contact-banner::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tp-contact-banner-info {
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    margin-left: 90px;
    padding: 32px 30px 32px 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-contact-banner-info {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-contact-banner-info {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.tp-contact-banner-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-common-white);
}

.tp-contact-banner-location a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--tp-common-white);
}

.tp-contact-banner-location a:hover {
    color: var(--tp-theme-1);
}

.tp-contact-banner-phone a {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
}

.tp-contact-banner-phone a:hover {
    color: var(--tp-theme-1);
}

.tp-contact-banner-phone a svg {
    color: #00FFD1;
}

.tp-contact-banner-email a {
    font-weight: 400;
    font-size: 16px;
    color: #b0b0b8;
}

.tp-contact-banner-email a:hover {
    color: var(--tp-theme-1);
}

.tp-contact-banner-bigtext {
    font-weight: 600;
    font-size: 220px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--tp-common-white);
    position: absolute;
    bottom: -70px;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-contact-banner-bigtext {
        font-size: 180px;
        bottom: -50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact-banner-bigtext {
        font-size: 130px;
    }
}

@media (max-width: 767px) {
    .tp-contact-banner-bigtext {
        font-size: 90px;
        bottom: -30px;
    }
}

.tp-contact-input .tp-label {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
    letter-spacing: -0.03em;
    font-family: var(--tp-ff-heading);
}

.tp-contact-input .tp-input {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--tp-ff-body);
    padding: 0;
    padding-right: 30px;
    border: none;
    border-bottom: 1px solid var(--tp-common-black);
    height: 40px;
    color: var(--tp-common-black);
    background: transparent;
}

.tp-contact-input .tp-input::placeholder {
    color: rgba(51, 51, 51, 0.6);
    font-weight: 400;
    font-size: 16px;
}

.tp-contact-input .tp-input:focus {
    border-color: var(--tp-theme-1);
}

.tp-contact-input .tp-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: var(--tp-common-black);
}

.tp-contact-input .tp-message {
    height: 100px;
    resize: none;
}

.tp-contact-input .tp-message-icon {
    bottom: auto;
    top: 10px;
}

.tp-contact-privacy p {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.02em;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-contact-form-ptb {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.tp-contact-shadow {
    border-radius: 100%;
    background: linear-gradient(180deg, #a020f0 0%, #00ffd1 100%);
    filter: blur(200px);
    width: 300px;
    height: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
}

.tp-contact-map-wrapper {
    width: 100%;
    height: 640px;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-map-wrapper {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-map-wrapper {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .tp-contact-map-wrapper {
        height: 450px;
    }
}

.tp-contact-map-wrapper iframe {
    width: 100%;
    height: 100%;
    filter: saturate(0);
}

.tp-contact-map-icon {
    position: relative;
}

.tp-contact-map-icon::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    margin: 0 auto;
    height: 120px;
    width: 120px;
    z-index: -1;
    border-radius: 140px;
    backdrop-filter: blur(7px);
    transform: translate(-20%, -20%);
    background: #00ffd1;
    border: 20px solid rgba(13, 13, 13, 0.4);
    animation: animate-pulse 3s linear infinite;
}

.tp-contact-map-icon span {
    display: grid;
    height: 60px;
    width: 60px;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    place-content: center;
    background-color: var(--tp-theme-primary);
}

.tp-contact-map-icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*----------------------------------------*/
/*  8.4 Error css
/*----------------------------------------*/
.tp-error-text {
    font-weight: 700;
    font-size: 520px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
    line-height: 1;
    filter: blur(8px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-error-text {
        font-size: 320px;
    }
}

@media (max-width: 767px) {
    .tp-error-text {
        font-size: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-error-text {
        font-size: 220px;
    }
}

.tp-error-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-error-title {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .tp-error-title {
        font-size: 60px;
    }
}

.tp-error-main {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-error-main {
        margin-top: 0;
    }
}

.tp-error-bg-wrap {
    height: 100vh;
}

.tp-error-bg-wrap::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 0;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.tp-error-content {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tp-error-earth {
    position: absolute;
    bottom: -1000px;
    left: 0;
    animation: rotate_anim 40s linear infinite;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-error-earth {
        bottom: -700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-error-earth {
        bottom: -500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-error-earth {
        bottom: -450px;
    }
}

@media (max-width: 767px) {
    .tp-error-earth {
        bottom: -250px;
    }
}

.tp-error-shape {
    position: absolute;
    left: -73px;
    bottom: 210px;
    animation: rotate_anim 20s linear infinite;
}

.tp-error-shape-2 {
    position: absolute;
    top: 220px;
    left: 300px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-error-shape-2 {
        left: 100px;
    }

    .tp-error-shape-2 img {
        width: 300px;
    }
}

/*----------------------------------------*/
/*  8.5 Team css
/*----------------------------------------*/
.tp-team-item {
    position: relative;
}

.tp-team-item:hover .tp-team-item-thumb img {
    transform: scale(1.1);
}

.tp-team-item-thumb {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.tp-team-item-thumb img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.tp-team-item-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: -0.39px;
}

.tp-team-item-social {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: inline-block;
}

.tp-team-item-social:hover .tp-team-social-icon .cb-team-item-social-icon {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tp-team-item-social .tp-team-social-link {
    display: inline-grid;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50%;
    place-content: center;
    background-color: var(--tp-common-black);
}

.tp-team-item-social .tp-team-social-icon {
    position: absolute;
    left: 55px;
    gap: 6px;
    bottom: 0px;
    display: flex;
    visibility: hidden;
}

.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon {
    opacity: 0;
    width: 48px;
    height: 48px;
    visibility: hidden;
    backdrop-filter: none;
    transform: translateX(-20px);
    color: var(--tp-common-white);
    background: rgb(36, 34, 34);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(1) {
    transition-delay: 0.1s;
}

.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(2) {
    transition-delay: 0.2s;
}

.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(3) {
    transition-delay: 0.3s;
}

.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(4) {
    transition-delay: 0.4s;
}

.tp-team-item-social .tp-team-social-icon .cb-team-item-social-icon:nth-child(5) {
    transition-delay: 0.5s;
}

.tp-team-details-shape {
    position: absolute;
    bottom: 10%;
    left: -10%;
    animation: rotate_anim 10s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-team-details-shape {
        left: -16%;
    }
}

.tp-team-details-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.tp-team-details-thumb img {
    width: 100%;
    border-radius: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-team-details-info {
        flex-wrap: wrap;
    }
}

.tp-team-details-info-contact {
    padding: 10px 0;
    border-top: 1px solid rgba(17, 16, 19, 0.1);
    border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-team-details-info-contact {
        margin-bottom: 20px;
    }
}

.tp-team-details-info-contact a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: -0.28px;
    color: var(--tp-common-black);
}

.tp-team-details-info-contact a:not(:last-of-type) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(17, 16, 19, 0.1);
}

.tp-team-details-info-contact a svg {
    margin-right: 5px;
}

.tp-team-details-info-social {
    gap: 4px;
    display: flex;
}

.tp-team-details-info-social a {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    display: inline-grid;
    place-content: center;
    border: 1px solid rgba(13, 13, 13, 0.08);
}

.tp-team-details-info-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-team-details-wrap {
        margin-bottom: 30px;
    }
}

.tp-team-details-wrapper {
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team-details-wrapper {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-team-details-wrapper {
        padding-left: 0;
    }
}

.tp-team-details-text {
    margin-bottom: 30px;
}

.tp-team-details-text p {
    color: #4D5051;
}

.tp-team-details-text-sub {
    color: #525356;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.tp-team-details-text-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.8px;
    color: var(--tp-common-black);
}

.tp-team-details-more-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.48px;
    color: var(--tp-common-black);
}

.tp-team-details-more ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--tp-common-black);
}

.tp-team-details-more ul li span {
    color: #525356;
    font-size: 16px;
    font-weight: 400;
    min-width: 100px;
    margin-right: 40px;
    display: inline-block;
}

.tp-team-details-progress-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-black);
}

.tp-team-details-progress-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #d9d9d9;
}

.tp-team-details-progress-bar {
    height: 5px;
    display: flex;
    overflow: visible;
    position: relative;
    text-align: center;
    white-space: nowrap;
    transition: 0.6s ease;
    background-color: var(--tp-theme-1);
}

.tp-team-details-progress-bar::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    right: 0px;
    top: -8px;
    margin: auto;
    background-color: var(--tp-theme-1);
}

.tp-team-details-progress-counter {
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: -29px;
    text-transform: uppercase;
}

.tp-team-details-input-content input,
.tp-team-details-input-content textarea {
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #F8F8FB;
    color: var(--tp-common-black);
    border: 1px solid rgba(17, 16, 19, 0.08);
}

.tp-team-details-input-content input:focus,
.tp-team-details-input-content textarea:focus {
    background-color: transparent;
    border-color: var(--tp-theme-1);
    box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}

.tp-team-details-input-content input::placeholder,
.tp-team-details-input-content textarea::placeholder {
    color: #848788;
}

.tp-team-details-input-content textarea {
    resize: none;
    height: 160px;
}

.tp-team-details-input-btn button {
    padding: 15px 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-carrer-ptb {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-ptb {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.tp-carrer-item-1 {
    position: relative;
    border-radius: 20px;
    padding: 40px 40px 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-carrer-item-1 {
        padding: 40px 40px 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-carrer-item-1 {
        padding: 40px 40px 50px;
    }
}

@media (max-width: 767px) {
    .tp-carrer-item-1 {
        padding: 30px;
    }
}

.tp-carrer-item-1-thumb {
    margin-bottom: 32px;
}

.tp-carrer-item-1-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--tp-common-black);
}

.tp-carrer-item-2 {
    width: 100%;
    padding: 60px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .tp-carrer-item-2 {
        padding: 40px;
    }
}

.tp-carrer-item-2-author {
    gap: 15px;
    display: flex;
}

.tp-carrer-item-2-author-thumb {
    width: 42px;
}

.tp-carrer-item-2-author-thumb img {
    border-radius: 50%;
}

.tp-carrer-item-2-author-content h4 {
    font-size: 16px;
    margin-bottom: 2px;
    letter-spacing: -0.16px;
    color: var(--tp-common-white);
}

.tp-carrer-item-2-author-content p {
    margin: 0;
    font-size: 14px;
    color: var(--tp-common-white);
}

.tp-carrer-item-2-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-item-2-text br {
        display: none;
    }
}

.tp-carrer-item-3 {
    gap: 20px;
    display: flex;
}

.tp-carrer-item-3-icon span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-grid;
    place-content: center;
    background-color: rgb(242, 242, 242);
}

.tp-carrer-item-3-content p {
    margin-bottom: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-item-3-content p br {
        display: none;
    }
}

.tp-carrer-item-3-content a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.34px;
}

.tp-carrer-item-4 {
    border-radius: 20px;
    padding: 50px 50px 30px;
    border: 1px solid rgba(13, 13, 13, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-carrer-item-4 {
        padding: 40px 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-item-4 {
        padding: 30px;
    }
}

.tp-carrer-item-4-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -1.08px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-carrer-item-4-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-item-4-title {
        font-size: 26px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-item-4-top {
        padding-bottom: 0;
    }
}

.tp-carrer-item-4-bottom {
    flex-wrap: wrap;
}

.tp-carrer-item-4-list ul li {
    gap: 8px;
    display: flex;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    margin-bottom: 12px;
}

.tp-carrer-item-4-btn .tp-btn-purple {
    padding: 15px 22px;
    color: var(--tp-common-black);
    background-color: var(--tp-gray-1);
}

.tp-carrer-item-4-btn .tp-btn-purple:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-carrer-middle-ptb {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-middle-ptb {
        padding-bottom: 80px;
    }
}

.tp-carrer-banner-wrap {
    height: 740px;
    overflow: hidden;
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-carrer-banner-wrap {
        height: 620px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-carrer-banner-wrap {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-banner-wrap {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-carrer-details-ptb {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-details-ptb {
        padding-top: 80px;
    }
}

.tp-carrer-details-shape {
    position: relative;
}

.tp-carrer-details-shape::before {
    position: absolute;
    content: "";
    left: 10%;
    top: 0;
    width: 415px;
    height: 420px;
    z-index: 0;
    filter: blur(90px);
    transform: rotate(-114.883deg);
    background: linear-gradient(40deg, #A020F0 23.76%, #00FFD1 70.73%);
}

.tp-carrer-details-sidebar {
    padding: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-details-sidebar {
        padding: 30px;
    }
}

.tp-carrer-details-sidebar::before {
    position: absolute;
    content: "";
    right: -33%;
    bottom: -55%;
    width: 415px;
    height: 420px;
    z-index: 0;
    filter: blur(90px);
    transform: rotate(-114.883deg);
    background: linear-gradient(40deg, #A020F0 23.76%, #00FFD1 70.73%);
}

.tp-carrer-details-sidebar-input input,
.tp-carrer-details-sidebar-input textarea {
    height: 64px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 10px;
    border-color: transparent;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
}

.tp-carrer-details-sidebar-input input::placeholder,
.tp-carrer-details-sidebar-input textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
}

.tp-carrer-details-sidebar-input textarea {
    resize: none;
    height: 140px;
    margin-bottom: 0;
}

.tp-carrer-details-sidebar-input textarea:focus {
    border-color: var(--tp-common-black);
}

.tp-carrer-details-sidebar-title {
    margin-bottom: 25px;
    letter-spacing: -0.48px;
}

.tp-carrer-details-text ul li {
    gap: 7px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 8px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-carrer-details-text ul li {
        display: inline-block;
    }
}

.tp-carrer-details-text ul li span {
    color: var(--tp-common-black);
}

.tp-carrer-details-np-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-carrer-details-np-wrap a {
    gap: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 20px;
    align-items: center;
    border-radius: 10px;
    background: var(--tp-gray-1);
    color: var(--tp-common-black);
}

.tp-carrer-details-np-wrap a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  8.6 Cart css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cart-ptb {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-cart-ptb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-cart-ptb .tp-product-details-quantity .tp-cart-input[type=text] {
    font-size: 16px;
}

.tp-cart-header-product {
    padding-left: 30px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-cart-list {
        overflow-x: scroll;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-cart-list {
        overflow-x: scroll;
        margin-right: 0;
    }
}

.tp-cart-list .table> :not(caption)>*>* {
    padding: 20px 0;
    box-shadow: none;
    vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-cart-list table {
        width: 840px;
    }
}

.tp-cart-list thead {
    background-color: var(--tp-gray-1);
}

.tp-cart-list thead th {
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background: transparent;
}

.tp-cart-list tr td {
    border-color: #E0E2E3;
}

.tp-cart-list tr td .tp-cart-action-btn {
    font-weight: 400;
    font-size: 14px;
    color: #818487;
}

.tp-cart-list tr td .tp-cart-action-btn svg {
    transform: translateY(-1px);
}

.tp-cart-list tr td .tp-cart-action-btn:hover {
    color: red;
}

.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
    border-radius: 0;
}

.tp-cart-list tbody tr:first-child td {
    padding-top: 30px !important;
}

/* Sepet boş kartı – temaya uyumlu */
.tp-sepet-bos-card {
    text-align: center;
    padding: 56px 40px;
    margin: 20px 0;
    background: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.08);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.tp-sepet-bos-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(160, 32, 240, 0.08) 0%, rgba(0, 255, 209, 0.06) 100%);
    border-radius: 50%;
    color: var(--tp-theme-1);
}
.tp-sepet-bos-icon svg {
    display: block;
}
.tp-sepet-bos-title {
    font-family: var(--tp-ff-heading);
    font-size: 22px;
    font-weight: 600;
    color: var(--tp-common-black);
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}
.tp-sepet-bos-text {
    font-size: 15px;
    color: var(--tp-text-body);
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.tp-sepet-bos-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 36px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-radius: 50px;
    transition: all 0.3s ease;
}
.tp-sepet-bos-btn:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-cart-img {
    width: 78px;
    margin-right: 20px;
}

.tp-cart-img img {
    width: 78px;
    height: 100px;
    object-fit: contain;
    border-radius: 6px;
    background: var(--tp-gray-1);
}

.tp-cart-title span {
    margin-left: 20px;
}

.tp-cart-title a {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black);
}

.tp-cart-title a:hover {
    color: var(--tp-theme-1);
}

.tp-cart-price {
    width: 126px;
}

.tp-cart-price span {
    font-size: 16px;
    color: var(--tp-common-black);
}

.tp-cart-quantity {
    width: 180px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-cart-coupon {
        margin-bottom: 20px;
    }
}

.tp-cart-coupon-input-box label {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 7px;
}

.tp-cart-coupon-row {
    gap: 12px;
    justify-content: space-between;
}
.tp-cart-coupon-row .tp-cart-update-btn {
    margin-right: 20px;
}

.tp-cart-coupon-input input {
    background: var(--tp-gray-1);
    margin-right: 4px;
    max-width: 282px;
    font-size: 14px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 0;
    color: var(--tp-common-black);
    border: 1px solid transparent;
    border-radius: 50px;
}

.tp-cart-coupon-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: var(--tp-grey-1);
}

.tp-cart-coupon-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: var(--tp-grey-1);
}

.tp-cart-coupon-input input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 14px;   
    color: var(--tp-grey-1);
}

.tp-cart-coupon-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    color: var(--tp-grey-1);
}

.tp-cart-coupon-input input::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    color: var(--tp-grey-1);
}

.tp-cart-coupon-input input:focus {
    border-color: var(--tp-common-black);
    background-color: transparent;
}

.tp-cart-coupon-input button {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 30px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-radius: 50px;
}

.tp-cart-coupon-input button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

/* Uygulanan indirim kodu kartı */
.tp-coupon-applied {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.08) 0%, rgba(46, 204, 113, 0.05) 100%);
    border: 1px solid rgba(39, 174, 96, 0.25);
    border-radius: 12px;
    margin-bottom: 20px;
    width: fit-content;
    max-width: 100%;
}
.tp-coupon-applied-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(39, 174, 96, 0.15);
    border-radius: 10px;
    color: #27ae60;
}
.tp-coupon-applied-body {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.tp-coupon-applied-label {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 600;
}
.tp-coupon-applied-code {
    font-size: 14px;
    font-weight: 600;
    color: #27ae60;
    background: rgba(39, 174, 96, 0.12);
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}
.tp-coupon-kaldir {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #7f8c8d;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e2e3;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.tp-coupon-kaldir:hover {
    color: #c0392b;
    background: rgba(192, 57, 43, 0.06);
    border-color: rgba(192, 57, 43, 0.3);
}
.tp-coupon-kaldir-icon {
    flex-shrink: 0;
}

.tp-cart-update-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 29px;
    color: var(--tp-common-black);
    border: 1px solid #E0E2E3;
    border-radius: 50px;
}

.tp-cart-update-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.tp-cart-checkout-wrapper {
    margin-left: -24px;
    padding: 36px 24px 28px;
    background: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
    border-radius: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-cart-checkout-wrapper {
        margin-top: 50px;
        margin-left: 0;
    }
}

.tp-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid #E0E2E3;
}

.tp-cart-checkout-top span {
    font-size: 20px;
    color: var(--tp-common-black);
    font-weight: 600;
}

.tp-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E2E3;
    margin-bottom: 15px;
}

.tp-cart-checkout-shipping-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
}

.tp-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 4px;
}

.tp-cart-checkout-shipping-option input {
    display: none;
}

.tp-cart-checkout-shipping-option input:checked+label::after {
    border-color: var(--tp-common-black);
}

.tp-cart-checkout-shipping-option input:checked+label::before {
    opacity: 1;
    visibility: visible;
}

.tp-cart-checkout-shipping-option label {
    font-weight: 400;
    font-size: 14px;
    color: #161C2D;
    position: relative;
    padding-left: 25px;
}

.tp-cart-checkout-shipping-option label:hover {
    cursor: pointer;
}

.tp-cart-checkout-shipping-option label span {
    color: var(--tp-common-black);
}

.tp-cart-checkout-shipping-option label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    transition: all 0.4s ease;
}

.tp-cart-checkout-shipping-option label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.tp-cart-checkout-total {
    margin-bottom: 25px;
}

.tp-cart-checkout-total span {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
}

.tp-cart-checkout-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-radius: 50px;
}

.tp-cart-checkout-btn:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.7 Checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
    margin-bottom: 40px;
}

.tp-checkout-verify-item:not(:last-child) {
    margin-bottom: 14px;
}

.tp-checkout-verify-reveal {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 26px;
    display: inline-block;
    border: 1px dashed #AAB0B2;
    color: var(--tp-common-black);
}

.tp-checkout-verify-reveal button {
    position: relative;
    color: var(--tp-common-black);
}

.tp-checkout-verify-reveal button:hover {
    color: var(--tp-theme-1);
}

.tp-checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black);
}

.tp-checkout-btn {
    font-size: 16px;
    font-weight: 600;
    height: 58px;
    padding: 0 30px;
    line-height: 58px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border: 1px solid transparent;
}

.tp-checkout-btn.btn-plr {
    padding: 0 150px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .tp-checkout-btn.btn-plr {
        padding: 0 100px;
    }
}

.tp-checkout-btn.border-style {
    font-weight: 600;
    font-size: 15px;
    color: var(--tp-common-black);
    border-radius: 0;
    background-color: transparent;
    border: 1px solid var(--tp-border-1);
}

.tp-checkout-btn.border-style span {
    margin-left: 7px;
    transform: translateY(-1px);
    display: inline-block;
}

.tp-checkout-btn.border-style:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black);
}

.tp-checkout-btn:hover {
    border-color: var(--tp-common-black);
    color: var(--tp-common-black);
    background-color: transparent;
}

.tp-checkout-input {
    margin-bottom: 20px;
}

.tp-checkout-input label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--tp-common-black);
}

.tp-checkout-input label span {
    color: red;
}

.tp-checkout-input input,
.tp-checkout-input textarea {
    width: 100%;
    padding: 20px 26px;
    font-size: 14px;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    background: var(--tp-gray-1);
    border-radius: 20px;
}

.tp-checkout-input input::placeholder,
.tp-checkout-input textarea::placeholder {
    font-size: 14px;
    line-height: 1;
    color: var(--tp-grey-1);
}

.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
    background: transparent;
    border-color: var(--tp-theme-1);
}

.tp-checkout-input textarea {
    height: 200px;
    resize: none;
}

.tp-checkout-input .tp-select {
    height: 58px;
    line-height: 55px;
    border-radius: 20px;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    padding: 0px 25px 0;
    width: 100%;
    background: var(--tp-gray-1);
    font-size: 14px;
}

.tp-checkout-input .tp-select .current {
    font-size: 14px;
    line-height: 52px;
    color: var(--tp-grey-1);
}

.tp-checkout-input .tp-select.open {
    border-color: var(--tp-theme-1);
}

.tp-checkout-option {
    margin-bottom: 4px;
}

.tp-checkout-option-wrapper {
    margin-top: 10px;
    margin-bottom: 17px;
}

.tp-checkout-option input {
    display: none;
}

.tp-checkout-option input:checked~label::after {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.tp-checkout-option input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.tp-checkout-option label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

.tp-checkout-option label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.tp-checkout-option label::before {
    position: absolute;
    content: url(../img/ai_shop/product/check.html);
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: all 0.4s ease;
}

.tp-checkout-option label a:hover {
    color: var(--tp-common-black);
}

.tp-checkout-option label:hover {
    cursor: pointer;
}

.tp-checkout-bill-area {
    padding: 45px 40px 24px;
    background: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
    border-radius: 12px;
}

@media (max-width: 767px) {
    .tp-checkout-bill-area {
        padding: 45px 25px 24px;
    }
}

.tp-checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
}

.tp-checkout-place {
    padding: 44px 50px 50px;
    background: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
    border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-checkout-place {
        padding: 35px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-checkout-place {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .tp-checkout-place {
        padding: 45px 25px 24px;
    }
}

.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    margin-bottom: 30px;
}

.tp-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E2E3;
}

.tp-checkout-payment-item:not(:last-child) {
    margin-bottom: 10px;
}

.tp-checkout-payment-item.paypal-payment label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tp-checkout-payment-item input {
    display: none;
}

.tp-checkout-payment-item input:checked~label::after {
    border-color: #4d3d30;
}

.tp-checkout-payment-item input:checked~label::before {
    opacity: 1;
    visibility: visible;
}

.tp-checkout-payment-item label {
    font-size: 14px;
    position: relative;
    padding-left: 27px;
    font-weight: 600;
    color: var(--tp-common-black);
}

.tp-checkout-payment-item label:hover {
    cursor: pointer;
}

.tp-checkout-payment-item label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    transition: all 0.4s ease;
}

.tp-checkout-payment-item label::before {
    position: absolute;
    content: "";
    left: 3px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.tp-checkout-payment-item label img {
    margin-left: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-checkout-payment-item label a {
    margin-left: 20px;
    position: relative;
}

.tp-checkout-payment-item label a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black);
}

.tp-checkout-payment-desc {
    position: relative;
    padding-top: 10px;
    display: none;
}

.tp-checkout-payment-desc::after {
    position: absolute;
    content: "";
    left: 57px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #F6F7F9;
    -webkit-transform: translateY(3px) rotate(45deg);
    -moz-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -o-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}

.tp-checkout-payment-desc p {
    font-size: 14px;
    color: #55585B;
    margin-bottom: 0;
    margin-left: 27px;
    line-height: 1.57;
    padding: 19px 30px;
    background-color: #F6F7F9;
}

.tp-checkout-agree {
    margin-bottom: 24px;
}

.tp-return-customer {
    display: none;
    margin-top: 14px;
    padding: 40px 40px;
    background: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
    border-radius: 12px;
}

.tp-return-customer-input {
    margin-bottom: 20px;
}

.tp-return-customer-input label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--tp-common-black);
}

.tp-return-customer-input label span {
    color: red;
}

.tp-return-customer-input input,
.tp-return-customer-input textarea {
    width: 100%;
    padding: 0 26px;
    line-height: 56px;
    font-size: 14px;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    background: var(--tp-gray-1);
    border-radius: 20px;
}

.tp-return-customer-input input::placeholder,
.tp-return-customer-input textarea::placeholder {
    font-size: 14px;
    line-height: 56px;
    color: var(--tp-grey-1);
}

.tp-return-customer-input input:focus,
.tp-return-customer-input textarea:focus {
    background: transparent;
    border-color: var(--tp-theme-1);
}

.tp-return-customer-remeber input {
    display: none;
}

.tp-return-customer-remeber input:checked~label::after {
    border-color: var(--tp-theme-1);
    background-color: var(--tp-theme-1);
}

.tp-return-customer-remeber input:checked~label::before {
    opacity: 1;
    visibility: visible;
}

.tp-return-customer-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1;
    border-radius: 8px;
}

.tp-return-customer-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.tp-return-customer-remeber label::before {
    position: absolute;
    content: url(../img/ai_shop/product/check.html);
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: all 0.4s ease;
}

.tp-return-customer-remeber label a:hover {
    color: var(--tp-common-black);
}

.tp-return-customer-remeber label:hover {
    cursor: pointer;
}

.tp-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-common-black);
    position: relative;
    display: inline-block;
}

.tp-return-customer-forgot a::after {
    position: absolute;
    content: url("../img/login/check.html");
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--tp-common-black);
    transition: all 0.4s ease;
}

.tp-return-customer-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.tp-order-details {
    padding: 70px 100px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-order-details {
        padding: 70px 70px 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-details {
        padding: 70px 30px 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-order-details {
        padding: 70px 50px 55px;
    }
}

@media (max-width: 767px) {
    .tp-order-details {
        padding: 40px 30px 45px;
    }
}

.tp-order-details-icon {
    margin-bottom: 22px;
}

.tp-order-details-icon span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 118px;
    text-align: center;
    font-size: 55px;
    color: var(--tp-common-white);
    border-bottom: 1px solid #E0E2E3;
    border-radius: 50%;
}

.tp-order-details-icon span svg {
    transform: translateY(-1px);
}

.tp-order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 7px;
}

.tp-order-details-content p {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 1.38;
}

.tp-order-details-item {
    margin-bottom: 38px;
}

.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
        padding-left: 0;
    }
}

.tp-order-details-item h4 {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
    font-weight: 400;
}

.tp-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}

.tp-order-info-wrapper {
    padding: 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-info-wrapper {
        padding: 42px 40px;
    }
}

@media (max-width: 767px) {
    .tp-order-info-wrapper {
        padding: 42px 30px;
    }
}

.tp-order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #E0E2E3;
}

.tp-order-info-list ul li span {
    font-size: 15px;
    color: var(--tp-common-black);
}

.tp-order-info-list ul li.tp-order-info-list-header {
    padding-top: 0;
    padding-bottom: 12px;
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-desc p {
    font-size: 15px;
    margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-desc p span {
    font-size: 15px;
    font-weight: 600;
}

.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
    color: var(--tp-common-black);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input {
    display: none;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label::after {
    border-color: #4d3d30;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label::before {
    opacity: 1;
    visibility: visible;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label {
    font-size: 14px;
    position: relative;
    padding-right: 27px;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
    color: var(--tp-common-black);
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
    cursor: pointer;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
    transition: all 0.4s ease;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
    position: absolute;
    content: "";
    right: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.tp-order-info-list ul li.tp-order-info-list-total {
    padding: 14px 0;
}

.tp-order-info-list ul li.tp-order-info-list-total span {
    font-size: 16px;
    font-weight: 600;
}

.tp-order-inner {
    background-color: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  8.8 Login Css
/*----------------------------------------*/
.tp-login-ptb {
    padding-top: 10px;
    padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-login-ptb {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

.tp-login-wrapper {
    padding: 50px 74px 70px;
    background: var(--tp-common-white);
    box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-login-wrapper {
        padding: 50px 50px 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .tp-login-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tp-login-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 4px;
}

.tp-login-top p {
    font-size: 16px;
    font-weight: 400;
    color: #49535B;
}

.tp-login-top p a {
    position: relative;
    display: inline-block;
    color: var(--tp-common-black);
}

.tp-login-top p a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.tp-login-top p a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--tp-common-black);
    transition: 0.3s;
}

.tp-login-option-item {
    margin-bottom: 10px;
}

.tp-login-option-item:not(:last-child) {
    margin-right: 10px;
}

.tp-login-option-item a {
    font-size: 16px;
    color: #041226;
    width: 98px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(198, 198, 198, 0.4);
}

.tp-login-option-item a:hover {
    border-color: rgba(77, 61, 48, 0.2);
}

.tp-login-option-item a img {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-login-option-item a img.apple {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.tp-login-option-item.has-google a {
    width: 220px;
}

.tp-login-option-item.has-google a img {
    margin-right: 7px;
}

.tp-login-mail {
    position: relative;
    z-index: 1;
}

.tp-login-mail::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    z-index: -1;
    transition: 0.3s;
    background-color: #C6C6C6;
}

.tp-login-mail p {
    font-size: 15px;
    color: #55585B;
    margin-bottom: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}

.tp-login-mail p a {
    color: var(--tp-common-black);
}

.tp-login-mail p a:hover {
    color: var(--tp-common-black);
}

.tp-login-input input {
    font-size: 14px;
    border: 1px solid transparent;
    color: var(--tp-common-black);
    background-color: transparent;
    border: 1px solid #EAEAEF;
    border-radius: 6px;
}

.tp-login-input input:focus {
    border-color: var(--tp-common-black);
}

.tp-login-input select {
    width: 100%;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 1px solid #EAEAEF;
    border-radius: 8px;
    padding: 16px 26px;
    height: 56px;
    background-color: transparent;
}
.tp-login-input select:focus {
    border-color: var(--tp-common-black);
    outline: none;
}

/* Textarea - tema ile uyumlu (login/hesap/adres formları) */
.tp-login-input textarea {
    width: 100%;
    min-height: 100px;
    height: auto;
    line-height: 1.5;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 1px solid #EAEAEF;
    border-radius: 6px;
    padding: 14px 20px;
    background-color: transparent;
    resize: vertical;
    outline: none;
}
.tp-login-input textarea:focus {
    border-color: var(--tp-common-black);
}
.tp-login-input textarea::placeholder {
    color: #84848B;
}

.tp-kurumsal-alanlar {
    margin-bottom: 5px;
}

.tp-login-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #84848B;
}

.tp-login-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #84848B;
}

.tp-login-input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: #84848B;
}

.tp-login-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: #84848B;
}

.tp-login-input input::placeholder {
    /* MODERN BROWSER */
    color: #84848B;
}

.tp-login-input-wrapper {
    margin-bottom: 20px;
}

.tp-login-input-box {
    position: relative;
}

.tp-login-input-box:not(:last-child) {
    margin-bottom: 15px;
}

/* İl/ilçe satırı ile adres alanı arası – formdaki diğer alan aralığı ile aynı */
.tp-login-input-wrapper > .row.g-3 {
    margin-bottom: 15px;
}

.tp-login-input-title label {
    font-size: 16px;
    padding: 0 5px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--tp-common-black);
}

.tp-login-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tp-login-input-eye:hover {
    cursor: pointer;
}

.tp-login-input-eye:hover span {
    color: var(--tp-common-black);
}

.tp-login-input-eye .open-eye {
    display: none;
}

.tp-login-input-eye span {
    transition: 0.3s;
}

.tp-login-remeber input {
    display: none;
}

.tp-login-remeber input:checked~label::after {
    border-color: var(--tp-common-black);
    background-color: var(--tp-common-black);
}

.tp-login-remeber input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.tp-login-remeber label {
    font-size: 15px;
    position: relative;
    padding-left: 26px;
    z-index: 1;
    color: var(--tp-common-black);
}

.tp-login-remeber label:hover {
    cursor: pointer;
}

.tp-login-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    z-index: -1;
    transition: 0.3s;
    border-radius: 4px;
}

.tp-login-remeber label::before {
    position: absolute;
    content: url(../img/ai_shop/product/check.html);
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: 0.3s;
}

.tp-login-remeber label a:hover {
    color: var(--tp-theme-primary);
}

.tp-login-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-common-black);
    position: relative;
    display: inline-block;
}

.tp-login-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

/* intl-tel-input (telefon ülke kodu) – form içinde tam genişlik */
.tp-login-input .iti,
.tp-contact-bento-input .iti,
.p-relative .iti,
.tp-product-details-review-input .iti,
.tp-bilgi-talep-form-group .iti,
.tp-ik-form-group .iti {
    width: 100%;
}
.tp-login-input .iti input,
.tp-contact-bento-input .iti input,
.p-relative .iti input,
.tp-product-details-review-input .iti input {
    width: 100% !important;
    padding-left: 52px;
}
.tp-bilgi-talep-form-group .iti input,
.tp-ik-form-group .iti input {
    width: 100% !important;
    padding-left: 96px;
}
.tp-login-input .iti__flag-container,
.tp-contact-bento-input .iti__flag-container,
.p-relative .iti__flag-container,
.tp-product-details-review-input .iti__flag-container,
.tp-bilgi-talep-form-group .iti__flag-container,
.tp-ik-form-group .iti__flag-container {
    position: absolute;
    left: 0;
    z-index: 1;
}

.tp-login-forgot a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--tp-common-black);
    transition: 0.3s;
}

.tp-login-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-black);
    background-color: var(--tp-common-black);
}

.tp-login-btn:hover {
    color: var(--tp-common-black);
    background-color: transparent;
}

.tp-login-btn--outline:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black);
}

/* Siparişlerim sayfası */
.tp-siparis-kart {
    background: var(--tp-common-white);
    border: 1px solid #EAEAEF;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
}
.tp-siparis-kart:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.tp-siparis-kart--plain:hover { box-shadow: none; }
.tp-siparis-kart-ust {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}
.tp-siparis-kart-no { font-size: 15px; color: var(--tp-common-black); }
.tp-siparis-kart-tarih { font-size: 14px; color: #666; margin-left: 12px; }
.tp-siparis-durum {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}
.tp-siparis-durum--hazirlaniyor { background: #fff4e6; color: #b45309; }
.tp-siparis-durum--tamamlandi { background: #d1fae5; color: #047857; }
.tp-siparis-durum--iptal { background: #fee2e2; color: #b91c1c; }
.tp-siparis-durum--tedarik { background: #dbeafe; color: #1d4ed8; }
.tp-siparis-durum--kargo { background: #e0e7ff; color: #3730a3; }
.tp-siparis-durum--odeme { background: #fef3c7; color: #b45309; }
.tp-siparis-durum--beklemede { background: #f3f4f6; color: #4b5563; }
.tp-siparis-kart-icerik { font-size: 14px; color: #444; }
.tp-siparis-aciklama { color: #666; font-style: italic; }

.tp-kargo-takip-link {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 12px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tp-theme-1);
	border: 1px solid var(--tp-theme-1);
	border-radius: 20px;
	text-decoration: none;
	transition: color 0.2s, background 0.2s;
}
.tp-kargo-takip-link:hover {
	color: var(--tp-common-white);
	background: var(--tp-theme-1);
}

/* Hesabım - Modern dashboard */
.tp-breadcrumb--minimal .tp-breadcrumb-desc { display: none; }
.tp-dashboard-area { padding-top: 50px; }
.tp-dashboard-area .row { align-items: flex-start; }
.tp-dashboard-area .row > aside.col-lg-4,
.tp-dashboard-area .row > .col-lg-8.col-xl-9 { padding-top: 0; }
.tp-dashboard-nav { position: sticky; top: 100px; margin-top: 0; }
.tp-dashboard-nav-inner {
	background: var(--tp-common-white);
	border-radius: 16px;
	box-shadow: 0 2px 24px rgba(0,0,0,0.06);
	border: 1px solid rgba(0,0,0,0.06);
	overflow: hidden;
}
.tp-dashboard-nav-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	color: var(--tp-common-black);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	transition: background 0.2s, color 0.2s;
	border: none;
	width: 100%;
	text-align: left;
	background: transparent;
	cursor: pointer;
}
.tp-dashboard-nav-item:hover {
	background: var(--tp-gray-1);
	color: var(--tp-theme-1);
}
.tp-dashboard-nav-item--active {
	background: rgba(160, 32, 240, 0.08);
	color: var(--tp-theme-1);
}
.tp-dashboard-nav-item--active .tp-dashboard-nav-icon {
	background: var(--tp-theme-1);
	color: var(--tp-common-white);
}
.tp-dashboard-nav-item--logout:hover { color: #b91c1c; background: #fef2f2; }
.tp-dashboard-nav-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(160, 32, 240, 0.08);
	color: var(--tp-theme-1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, color 0.2s;
}
.tp-dashboard-nav-item:hover .tp-dashboard-nav-icon {
	background: var(--tp-theme-1);
	color: var(--tp-common-white);
}
.tp-dashboard-nav-item--logout .tp-dashboard-nav-icon { background: rgba(185, 28, 28, 0.08); color: #b91c1c; }
.tp-dashboard-nav-item--logout:hover .tp-dashboard-nav-icon { background: #b91c1c; color: #fff; }
.tp-dashboard-nav-text { flex: 1; }
.tp-dashboard-nav-arrow {
	flex-shrink: 0;
	opacity: 0.4;
	transition: opacity 0.2s, transform 0.2s;
}
.tp-dashboard-nav-item:hover .tp-dashboard-nav-arrow { opacity: 0.8; transform: translateX(4px); }
.tp-dashboard-nav-divider { height: 1px; background: rgba(0,0,0,0.08); margin: 8px 0; }
.tp-dashboard-sidebar-user {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px 14px;
}
.tp-dashboard-sidebar-user-avatar {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--tp-gradient-primary);
	color: var(--tp-common-white);
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.02em;
}
.tp-dashboard-sidebar-user-info { min-width: 0; }
.tp-dashboard-sidebar-user-name {
	font-size: 15px;
	font-weight: 600;
	color: var(--tp-common-black);
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tp-dashboard-sidebar-user-email {
	font-size: 13px;
	color: #64748b;
	margin-top: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tp-dashboard-welcome {
	background: var(--tp-common-white);
	border-radius: 20px;
	box-shadow: 0 4px 32px rgba(0,0,0,0.06);
	border: 1px solid rgba(0,0,0,0.06);
	padding: 40px 44px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 28px;
}
.tp-dashboard-welcome-avatar { flex-shrink: 0; }
.tp-dashboard-avatar-inner {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--tp-gradient-primary);
	color: var(--tp-common-white);
	font-size: 28px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.02em;
}
.tp-dashboard-welcome-body { flex: 1; min-width: 0; }
.tp-dashboard-welcome-title {
	font-family: var(--tp-ff-heading);
	font-size: 26px;
	font-weight: 600;
	color: var(--tp-common-black);
	margin-bottom: 6px;
	letter-spacing: -0.02em;
}
.tp-dashboard-welcome-email {
	font-size: 15px;
	color: #64748b;
	margin-bottom: 12px;
}
.tp-dashboard-welcome-desc {
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
	margin-bottom: 24px;
	max-width: 480px;
}
.tp-dashboard-quick-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	background: var(--tp-common-black);
	color: var(--tp-common-white);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
}
.tp-dashboard-quick-btn:hover { color: var(--tp-common-white); background: var(--tp-common-black); transform: translateY(-1px); }
.tp-dashboard-section { margin-top: 28px; }
.tp-dashboard-section-card {
	background: var(--tp-common-white);
	border-radius: 18px;
	border: 1px solid rgba(0,0,0,0.06);
	box-shadow: 0 4px 24px rgba(0,0,0,0.05);
	padding: 24px 26px;
}
.tp-dashboard-section-title {
	font-family: var(--tp-ff-heading);
	font-size: 18px;
	font-weight: 600;
	color: var(--tp-common-black);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}
.tp-dashboard-section-title a { font-size: 14px; font-weight: 600; color: var(--tp-theme-1); text-decoration: none; }
.tp-dashboard-section-title a:hover { text-decoration: underline; }
.tp-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 14px;
}
.tp-dashboard-stat-card {
	background: var(--tp-common-white);
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.04);
	transition: box-shadow 0.2s;
}
.tp-dashboard-stat-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.tp-dashboard-stat-value { font-size: 24px; font-weight: 700; color: var(--tp-common-black); line-height: 1.2; }
.tp-dashboard-stat-label { font-size: 13px; color: #64748b; margin-top: 4px; }
.tp-dashboard-son-siparisler .tp-siparis-kart { margin-bottom: 12px; }
.tp-dashboard-son-siparisler .tp-siparis-kart:last-child { margin-bottom: 0; }
.tp-dashboard-son-siparisler .tp-login-wrapper { box-shadow: none; }
.tp-dashboard-son-mesajlar .tp-login-wrapper { box-shadow: none; }

/* Hesap Bilgilerim - gölgesiz, sade tasarım */
.tp-hesap-bilgi {
	background: var(--tp-common-white);
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
}
.tp-hesap-bilgi-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 24px 28px 20px;
	border-bottom: 1px solid #e5e7eb;
}
.tp-hesap-bilgi-title {
	font-family: var(--tp-ff-heading);
	font-size: 20px;
	font-weight: 600;
	color: var(--tp-common-black);
	margin: 0;
}
.tp-hesap-bilgi-back {
	font-size: 14px;
	color: var(--tp-theme-1);
	text-decoration: none;
}
.tp-hesap-bilgi-back:hover { text-decoration: underline; color: var(--tp-theme-1); }
.tp-hesap-bilgi form { padding: 28px 28px 32px; }
.tp-hesap-bilgi .tp-login-input-wrapper { margin-bottom: 8px; }
.tp-hesap-bilgi-block {
	margin-bottom: 16px;
	padding-bottom: 8px;
}
.tp-hesap-bilgi-block-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.tp-hesap-bilgi-block--spaced { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e5e7eb; }
.tp-hesap-bilgi-block-hint {
	font-size: 13px;
	color: #64748b;
	margin: 4px 0 0 0;
}
.tp-hesap-bilgi-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
}
.tp-hesap-bilgi-btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.tp-hesap-bilgi-btn--primary {
	background: var(--tp-common-black);
	color: var(--tp-common-white);
	border-color: var(--tp-common-black);
}
.tp-hesap-bilgi-btn--primary:hover { background: var(--tp-common-black); color: #fff; }
.tp-hesap-bilgi-btn--secondary {
	background: transparent;
	color: var(--tp-common-black);
	border-color: #d1d5db;
}
.tp-hesap-bilgi-btn--secondary:hover { border-color: #9ca3af; background: #f9fafb; }

/* Siparişlerim - Hesap Bilgilerim ile aynı sade tasarım */
.tp-siparislerim-wrap,
.tp-dashboard-content-box {
	background: var(--tp-common-white);
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}
.tp-siparislerim-wrap .tp-hesap-bilgi-head,
.tp-dashboard-content-box .tp-hesap-bilgi-head { margin: 0; }
.tp-dashboard-content-box-body {
	padding: 28px 28px 32px;
}
.tp-siparislerim-body { padding: 28px 28px 32px; }
.tp-siparislerim-liste .tp-siparis-kart--plain {
	border: 1px solid #e5e7eb;
	box-shadow: none;
}
.tp-siparislerim-liste .tp-siparis-kart--plain:not(:last-child) { margin-bottom: 14px; }
.tp-siparislerim-bos-title { font-size: 18px; font-weight: 600; color: var(--tp-common-black); }
.tp-siparislerim-bos-desc { font-size: 14px; color: #64748b; }
@media (max-width: 767px) {
	.tp-hesap-bilgi-head { padding: 20px 20px 16px; }
	.tp-hesap-bilgi form { padding: 20px 20px 24px; }
	.tp-siparislerim-body { padding: 20px 20px 24px; }
	.tp-dashboard-content-box-body { padding: 20px 20px 24px; }
}

/* Adreslerim - adres kartları ve butonlar */
.tp-adreslerim-list { display: flex; flex-direction: column; gap: 16px; }
.tp-adres-karti {
	background: var(--tp-common-white);
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}
.tp-adres-karti-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	border-bottom: 1px solid #f3f4f6;
	font-weight: 600;
	font-size: 15px;
}
.tp-adres-karti-baslik { color: var(--tp-common-black); }
.tp-adres-karti-badge {
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 6px;
	background: rgba(34, 197, 94, 0.12);
	color: #16a34a;
}
.tp-adres-karti-body {
	padding: 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #374151;
}
.tp-adres-karti-body p { margin: 0 0 8px; }
.tp-adres-karti-body p:last-child { margin-bottom: 0; }
.tp-adres-karti-ad { font-weight: 600; color: var(--tp-common-black); }
.tp-adres-karti-fatura { color: #6b7280; font-size: 13px; }
.tp-adres-karti-firma { color: #374151; font-size: 13px; }
.tp-adres-karti-vergi { color: #6b7280; font-size: 13px; }
.tp-adres-karti-il { color: #6b7280; }
.tp-adres-karti-metin { white-space: pre-wrap; }
.tp-adres-karti-tel { color: #6b7280; }
.tp-adres-karti-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px 18px;
	border-top: 1px solid #f3f4f6;
	background: #fafafa;
}
.tp-adres-btn {
	display: inline-block;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	background: var(--tp-common-white);
	color: var(--tp-common-black);
	text-decoration: none;
	transition: border-color 0.2s, background 0.2s;
}
.tp-adres-btn:hover { border-color: #9ca3af; background: #f9fafb; color: var(--tp-common-black); }
.tp-adres-btn--secondary { border-color: #d1d5db; }
.tp-adres-btn--danger { border-color: #fecaca; color: #dc2626; background: #fef2f2; }
.tp-adres-btn--danger:hover { border-color: #f87171; background: #fee2e2; }
.tp-adreslerim-bos { color: #6b7280; font-size: 14px; }

/* Adreslerim - Yeni adres ekle butonu (başlık satırında) */
.tp-hesap-bilgi-head--flex { flex-wrap: wrap; }
.tp-btn-adres-ekle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}
.tp-btn-adres-ekle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
}

/* Adreslerim - Modal yeni adres */
.tp-adres-modal-content { border: 1px solid #e5e7eb; border-radius: 12px; }
.tp-adres-modal-content .modal-header {
	border-bottom: 1px solid #e5e7eb;
	padding: 18px 20px;
}
.tp-adres-modal-content .modal-title { font-size: 18px; font-weight: 600; }
.tp-adres-modal-content .modal-body { padding: 20px 20px 0; }
.tp-adres-modal-content .modal-footer { padding: 0 20px 20px; gap: 10px; }

/* Adres formu - kurumsal fatura alanları (firma ünvanı, vergi dairesi, vergi no) */
.tp-adres-kurumsal-alanlar {
	margin-top: 6px;
	margin-bottom: 4px;
	padding-top: 12px;
	border-top: 1px solid #f3f4f6;
}
.tp-adres-kurumsal-alanlar .row.g-3 {
	margin-bottom: 15px;
}

/* Hesabım – istatistik ve hızlı erişim (yenilendi) */
.tp-dashboard-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-bottom: 28px;
	background: #1e293b;
	border-radius: 12px;
	overflow: hidden;
}
.tp-dashboard-hero-stat {
	padding: 24px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	transition: background 0.2s;
	border-right: 1px solid rgba(255,255,255,0.08);
}
.tp-dashboard-hero-stat:last-child { border-right: none; }
.tp-dashboard-hero-stat:hover { background: rgba(255,255,255,0.05); }
.tp-dashboard-hero-stat-icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.tp-dashboard-hero-stat--toplam .tp-dashboard-hero-stat-icon { background: rgba(148, 163, 184, 0.2); color: #94a3b8; }
.tp-dashboard-hero-stat--bekleyen .tp-dashboard-hero-stat-icon { background: rgba(251, 191, 36, 0.2); color: #fbbf24; }
.tp-dashboard-hero-stat--tamamlanan .tp-dashboard-hero-stat-icon { background: rgba(52, 211, 153, 0.2); color: #34d399; }
.tp-dashboard-hero-stat-content { display: flex; flex-direction: column; gap: 2px; }
.tp-dashboard-hero-stat-value {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.tp-dashboard-hero-stat-label { font-size: 13px; color: #94a3b8; font-weight: 600; }
.tp-dashboard-quick-actions {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 28px;
}
.tp-dashboard-quick-action {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	text-decoration: none;
	color: #1e293b;
	font-weight: 600;
	font-size: 14px;
	transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.tp-dashboard-quick-action:hover {
	border-color: #1e293b;
	background: #f8fafc;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.tp-dashboard-quick-action-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #f1f5f9;
	color: #475569;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.2s, color 0.2s;
}
.tp-dashboard-quick-action:hover .tp-dashboard-quick-action-icon {
	background: #1e293b;
	color: #fff;
}
@media (max-width: 991px) {
	.tp-dashboard-nav { position: static; }
	.tp-dashboard-hero-stats { grid-template-columns: 1fr; }
	.tp-dashboard-hero-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
	.tp-dashboard-hero-stat:last-child { border-bottom: none; }
	.tp-dashboard-quick-actions { grid-template-columns: repeat(2, 1fr); }
	.tp-dashboard-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
	.tp-dashboard-hero-stat { padding: 20px 18px; }
	.tp-dashboard-hero-stat-value { font-size: 22px; }
	.tp-dashboard-quick-actions { grid-template-columns: 1fr; }
	.tp-dashboard-section-card { padding: 18px 20px; }
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .postbox-ptb {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.postbox-wrapper {
    margin-right: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox-wrapper {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .postbox-wrapper {
        margin-right: 0;
    }
}

.postbox-author-img {
    flex: 0 0 auto;
    margin-right: 15px;
}

.postbox-author-img img {
    height: 42px;
    width: 42px;
    border-radius: 50%;
}

.postbox-author-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.9);
}

.postbox-author-info {
    line-height: 1;
}

.postbox-author-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
}

.postbox-author-wrap {
    padding: 0px 20px;
}

@media (max-width: 767px) {
    .postbox-author-wrap {
        flex-wrap: wrap;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .postbox-author-box {
        margin-bottom: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-author-box {
        margin-bottom: 0;
    }
}

.postbox-meta i {
    color: rgba(0, 0, 0, 0.6);
}

.postbox-meta i svg {
    margin-right: 4px;
    display: inline-block;
    transform: translateY(-2px);
}

.postbox-meta span {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: var(--tp-common-black);
}

.postbox-item {
    padding: 35px 22px;
    padding-bottom: 50px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.postbox-item:hover .postbox-thumb img {
    transform: scale(1.1);
}

.postbox-title {
    font-size: 40px;
    line-height: 125%;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .postbox-title {
        font-size: 25px;
    }
}

.postbox-title a:hover {
    color: var(--tp-theme-1);
}

.postbox-title.fs-36 {
    font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-title.fs-36 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .postbox-title.fs-36 {
        font-size: 25px;
    }
}

.postbox-content {
    padding: 0px 23px;
}

@media (max-width: 767px) {
    .postbox-content {
        padding: 0;
    }
}

.postbox-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .postbox-content p {
        font-size: 16px;
    }

    .postbox-content p br {
        display: none;
    }
}

.postbox-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.postbox-play-btn a {
    height: 80px;
    width: 80px;
    line-height: 77px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--tp-common-white);
    animation: animate-pulse 3s linear infinite;
}

.postbox-play-btn a svg {
    margin-left: 3px;
    display: inline-block;
}

.postbox-slider-item {
    position: relative;
    border-radius: 14px;
}

.postbox-slider-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.3);
}

.postbox-slider-item img {
    border-radius: 14px;
}

.postbox-arrow button {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(32, 33, 36, 0.1);
}

@media (max-width: 767px) {
    .postbox-arrow button {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.postbox-arrow button:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-paste);
}

.postbox-arrow-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    transform: translateY(-50%);
}

.postbox-arrow-next {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 2;
    transform: translateY(-50%);
}

.postbox-thumb {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.postbox-thumb-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.postbox-thumb img {
    transition: 0.9s;
    border-radius: 14px;
    width: 100%;
}

.postbox-thumb-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 120px;
    z-index: 3;
    display: inline-block;
    background-color: white;
    border-bottom-left-radius: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .postbox-thumb-shape {
        display: none;
    }
}

.postbox-thumb-shape::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -40px;
    right: 0;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 white;
}

.postbox-thumb-shape::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -10px;
    left: -19px;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -18px 0 0 white;
}

.postbox-thumb-shape-2 {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-top-right-radius: 20px;
    height: 120px;
    width: 30px;
}

.postbox-thumb-shape-2::before {
    bottom: 0px;
    right: -20px;
    height: 36px;
    border-top-right-radius: 20px;
    transform: rotate(183deg);
}

.postbox-thumb-shape-2::after {
    top: -38px;
    bottom: auto;
    left: 0;
    border-top-right-radius: 20px;
    transform: rotate(183deg);
}

@media (max-width: 767px) {
    .postbox__comment {
        padding-top: 50px;
    }
}

.postbox__comment ul {
    margin-right: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .postbox__comment ul {
        margin-right: 0;
    }
}

.postbox__comment ul li {
    margin-bottom: 25px;
    list-style: none;
}

.postbox__comment ul li.children {
    margin-left: 80px;
}

@media (max-width: 767px) {
    .postbox__comment ul li.children {
        margin-left: 15px;
    }
}

.postbox__comment-title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
}

.postbox__comment-box {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .postbox__comment-box {
        flex-wrap: wrap;
    }
}

.postbox__comment-info {
    flex: 0 0 auto;
}

.postbox__comment-avater {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .postbox__comment-avater {
        margin-right: 0;
    }
}

.postbox__comment-avater img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .postbox__comment-avater img {
        margin-bottom: 30px;
    }
}

.postbox__comment-name {
    margin-bottom: 12px;
}

.postbox__comment-name h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    font-family: var(--tp-ff-body);
    color: var(--tp-common-black);
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.postbox__comment-name h5::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: var(--tp-common-black);
    bottom: 3px;
    right: 0;
    border-radius: 10px;
}

.postbox__comment-name span {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}

.postbox__comment-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--tp-text-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__comment-text p {
        font-size: 15px;
    }
}

.postbox__comment-reply a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding: 7px 17px;
    border-radius: 40px;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid rgba(13, 13, 13, 0.1);
}

.postbox__comment-reply a span {
    margin-right: 6px;
    display: inline-block;
}

.postbox__comment-reply a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
    background-color: var(--tp-theme-1);
}

.postbox__comment-agree {
    padding-left: 5px;
}

.postbox__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 16px;
    height: 16px;
    background: var(--tp-common-white);
    border: 1px solid #949392;
    outline: none;
    flex: 0 0 auto;
    transform: translateY(-1px);
}

.postbox__comment-agree input:checked {
    position: relative;
    background-color: var(--tp-theme-1);
    border-color: transparent;
}

.postbox__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 10px;
    color: var(--tp-common-white);
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.postbox__comment-agree input:hover {
    cursor: pointer;
}

.postbox__comment-agree label {
    padding-left: 8px;
    color: #838383;
    line-height: 1;
}

.postbox__comment-agree label a {
    color: var(--tp-common-black);
    font-weight: 600;
    padding-left: 4px;
}

.postbox__comment-agree label a:hover {
    color: var(--tp-theme-1);
}

.postbox__comment-agree label:hover {
    cursor: pointer;
}

.postbox-details-thumb {
    overflow: hidden;
    border-radius: 20px;
}

.postbox-details-thumb img {
    border-radius: 20px;
}

.postbox-details-thumb-text {
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-common-black);
}

.postbox-details-thumb-text span {
    font-weight: 400;
    color: var(--tp-text-body);
}

.postbox-details-text p {
    font-weight: 400;
    color: var(--tp-text-body);
    font-size: 16px;
    line-height: 175%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .postbox-details-text p br {
        display: none;
    }
}

.postbox-details-text p.highlight {
    font-weight: 600;
    color: var(--tp-common-black);
}

.postbox-details-quote p {
    font-weight: 600;
    font-size: 24px;
    line-height: 142%;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .postbox-details-quote p {
        font-size: 20px;
    }

    .postbox-details-quote p br {
        display: none;
    }
}

.postbox-details-quote span {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-theme-1);
    padding-left: 28px;
    position: relative;
}

.postbox-details-quote span::before {
    position: absolute;
    content: "";
    border-radius: 12px;
    width: 16px;
    height: 1px;
    background: var(--tp-theme-1);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.postbox-details-quote-box {
    padding: 35px 40px 40px 40px;
    border-radius: 20px;
    background: var(--tp-gray-1);
}

@media (max-width: 767px) {
    .postbox-details-quote-box {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-details-quote-box {
        padding: 40px;
    }
}

.postbox-details-quote-box blockquote {
    margin: 0;
}

.postbox-details-quote-box i {
    flex: 0 0 auto;
    margin-right: 28px;
    display: inline-block;
    color: #cdcecf;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .postbox-details-quote-box i {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .postbox-details-quote-wrap {
        flex-wrap: wrap;
    }
}

.postbox-details-form-title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
}

.postbox-details-form p {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-text-body);
}

.postbox-details-form-inner .tp-product-details-review-input {
    line-height: 1;
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc-post-thumb {
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 14px;
    height: 80px;
    width: 80px;
}

.rc-post-thumb img {
    transition: 0.9s;
    border-radius: 14px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rc-post:hover .rc-post-thumb img {
    transform: scale(1.1);
}

.rc-post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--tp-common-black);
    margin-bottom: 11px;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .rc-post-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .rc-post-title {
        font-size: 14px;
    }
}

.rc-post-title a:hover {
    color: var(--tp-theme-1);
}

.rc-post-meta span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-text-body);
}

.rc-post-wrap .rc-post:not(:last-child) {
    margin-bottom: 28px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar-search {
    position: relative;
}

.sidebar-search input {
    width: 100%;
    height: 50px;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    border-radius: 0;
    padding-right: 50px;
    background: transparent;
    color: var(--tp-common-black);
    border: none;
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
}

.sidebar-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-text-body);
}

.sidebar-search input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-text-body);
}

.sidebar-search input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-text-body);
}

.sidebar-search input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-text-body);
}

.sidebar-search input::placeholder {
    /* MODERN BROWSER */
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-text-body);
}

.sidebar-search input:focus {
    background-color: transparent;
    border-color: var(--tp-theme-1);
}

.sidebar-search button {
    position: absolute;
    top: -7px;
    right: 0;
    height: 100%;
    line-height: 60px;
    color: var(--tp-common-black);
}

.sidebar-widget-bg {
    background: var(--tp-gray-1);
    padding: 37px 40px 40px 40px;
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .sidebar-widget-bg {
        padding: 27px 20px 30px 20px;
    }
}

.sidebar-widget-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
    margin-bottom: 20px;
}

.sidebar-widget-title-border {
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.sidebar-widget-category ul li {
    list-style-type: none;
}

.sidebar-widget-category ul li a {
    font-size: 16px;
    padding: 23px 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--tp-text-body);
    border: 1px solid rgba(13, 13, 13, 0.08);
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-category ul li a {
        font-size: 14px;
    }
}

.sidebar-widget-category ul li a span {
    transition: 0.3s;
}

.sidebar-widget-category ul li a:hover {
    box-shadow: 0 10px 20px -10px rgba(52, 52, 52, 0.2);
    color: var(--tp-common-black);
    background: #fff;
}

.sidebar-widget-category ul li:not(:last-child) {
    margin-bottom: 8px;
}

.sidebar-blog-grid-wrap .sidebar-wrapper {
    padding-left: 2px;
}

.sidebar-banner-wrap {
    border-radius: 20px;
    padding: 55px 20px 20px 20px;
}

.sidebar-banner-content {
    padding: 0 30px 135px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .sidebar-banner-content {
        padding: 0 10px 100px 10px;
    }
}

.sidebar-banner-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--tp-common-white);
}

.sidebar-banner-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 142%;
    letter-spacing: -0.01em;
    color: var(--tp-common-white);
}

.sidebar-banner-button a {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 60px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 7px 7px 24px;
}

.sidebar-banner-button a:hover span {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.sidebar-banner-button a span {
    border-radius: 60px;
    width: 40px;
    height: 40px;
    background: var(--tp-common-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-black);
    transition: all 0.4s ease;
}

.tagcloud a {
    font-size: 16px;
    line-height: 1;
    padding: 11px 14px;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-text-body);
    border: 1px solid rgba(13, 13, 13, 0.1);
    border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tagcloud a {
        padding: 10px 14px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .tagcloud a {
        padding: 10px 14px;
    }
}

.tagcloud a:not(:last-child) {
    margin-right: 5px;
}

.tagcloud a:hover {
    color: var(--tp-common-white);
    background-color: VAR(--tp-common-black);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.blog-list-style .ss-blog-cetagorie {
    color: var(--tp-common-black);
}

.blog-list-style .tp-blog-thumb .shape-radius {
    background-color: var(--tp-common-white);
}

.blog-list-style .tp-blog-thumb .shape-radius::before {
    box-shadow: 0px -18px 0 0 var(--tp-common-white);
}

.blog-list-style .tp-blog-thumb .shape-radius::after {
    box-shadow: 0px -18px 0 0 var(--tp-common-white);
}

.blog-list-style .tp-blog-item {
    border: none;
    border-radius: 0;
}

.blog-list-style .tp-blog-title {
    color: var(--tp-common-black);
    line-height: 140%;
}

.blog-list-style .tp-blog-content p {
    color: var(--tp-text-body);
}

.blog-list-style .tp-blog-link-btn {
    color: var(--tp-common-black);
}

.blog-list-style .tp-blog-link-btn:hover {
    color: var(--tp-theme-1);
}

.blog-list-style .tp-blog-content {
    padding: 37px 0 0;
}

.blog-list-style .tp-blog-thumb {
    border-radius: 20px 20px 24px 20px;
}

/*----------------------------------------*/
/*  Hero Video Slider CSS
/*----------------------------------------*/
.ui-hero-bg.rb-hero-box {
    min-height: 750px;
    overflow: hidden;
    padding: 0 !important;
}

.rb-hero-ptb {
    position: relative;
}

.hero-video-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 750px;
    overflow: hidden;
}

.hero-video-slider {
    width: 100%;
    height: 100%;
    min-height: 750px;
}

.hero-video-slider .swiper-slide {
    width: 100%;
    height: 100%;
    min-height: 750px;
    position: relative;
}

.hero-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 750px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-slide-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 750px;
    z-index: 1;
}

.hero-slide-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 750px;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    display: none;
}

.hero-slide-video-element[src]:not([src=""]),
.hero-slide-video-element.playing {
    display: block;
}

.hero-slide-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 750px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    display: block !important;
}

.hero-slide-media:has(.hero-slide-video-element.playing) .hero-slide-fallback {
    display: none !important;
}

/* Fallback for browsers without :has() support */
@supports not selector(:has(*)) {
    .hero-slide-video-element.playing~.hero-slide-fallback {
        display: none !important;
    }
}

.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 750px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 750px;
    /* Linear gradient from left (black) to right (transparent) - strong on left, fades to transparent */
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.65) 15%,
            rgba(0, 0, 0, 0.5) 30%,
            rgba(0, 0, 0, 0.3) 45%,
            rgba(0, 0, 0, 0.15) 60%,
            rgba(0, 0, 0, 0.08) 75%,
            transparent 90%);
    z-index: 2;
}

.hero-slide-content .container {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-slide-content .container .row {
    min-height: 750px;
}

.hero-slide-content .container .row {
    width: 100%;
}

/* Navigation Buttons */
.hero-slider-nav {
    position: absolute !important;
    bottom: 50px !important;
    right: 50px !important;
    z-index: 9999 !important;
    display: flex !important;
    gap: 15px;
    pointer-events: none;
}

.hero-slider-nav>* {
    pointer-events: auto !important;
}

.hero-slider-button-prev,
.hero-slider-button-next {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    transition: all 0.3s ease;
    color: #fff !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 9999 !important;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    outline: none !important;
}

.hero-slider-button-prev:focus,
.hero-slider-button-next:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5) !important;
    outline-offset: 2px;
}

.hero-slider-button-prev *,
.hero-slider-button-next * {
    pointer-events: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
}

.hero-slider-button-prev:hover,
.hero-slider-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.hero-slider-button-prev:active,
.hero-slider-button-next:active {
    transform: scale(0.95);
}

.hero-slider-button-prev.swiper-button-disabled,
.hero-slider-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Pagination */
.hero-slider-pagination {
    position: absolute;
    bottom: 60px !important;
    left: 60px !important;
    z-index: 1000;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    transform: none;
    padding: 10px;
}

.hero-slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 30px;
    border-radius: 6px;
}

@media (max-width: 991px) {

    .hero-video-slider-wrapper,
    .hero-video-slider,
    .hero-video-slider .swiper-slide,
    .hero-slide-content,
    .hero-slide-media,
    .hero-slide-fallback,
    .hero-slide-bg,
    .hero-slide-overlay {
        min-height: 650px;
    }

    .hero-slide-video-element {
        min-height: 650px;
        object-fit: cover;
        object-position: center;
    }

    .hero-slide-content .container .row {
        min-height: 650px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* Hero Heading Tablet */
    .hero-slide-content .rb-hero-heading {
        margin-bottom: 25px;
        text-align: center;
    }

    .hero-slide-content .tp-section-title.fs-70 {
        font-size: 42px !important;
        line-height: 1.3 !important;
        margin-bottom: 18px !important;
    }

    /* Hero Text Tablet */
    .hero-slide-content .rb-hero-text {
        margin-bottom: 30px;
        text-align: center;
    }

    .hero-slide-content .rb-hero-text p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    /* Hero Buttons Tablet */
    .hero-slide-content .rb-hero-btn-wrap {
        margin-bottom: 35px;
        justify-content: center;
        gap: 15px !important;
    }

    .hero-slide-content .rb-hero-btn-wrap .tp-btn-purple,
    .hero-slide-content .rb-hero-btn-wrap .tp-btn-border-gradiant {
        font-size: 15px !important;
        padding: 14px 28px !important;
    }

    /* Column Center on Tablet */
    .hero-slide-content .col-lg-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .hero-slide-content .rb-hero-wrapper {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-slider-pagination {
        bottom: 50px;
        left: 40px;
    }
}

@media (max-width: 767px) {
    .ui-hero-bg.rb-hero-box {
        min-height: auto !important;
        height: auto !important;
    }

    /* Mobilde slider: ÜSTTE GÖRSEL/VIDEO, ALTTA YAZI/BUTONLAR (ÜST ÜSTE DEĞİL) */
    .hero-video-slider-wrapper,
    .hero-video-slider,
    .hero-video-slider .swiper-slide {
        min-height: auto !important;
        height: auto !important;
    }

    .hero-slide-content {
        position: relative;
        width: 100%;
        min-height: auto !important;
        height: auto !important;
        display: block;
        overflow: visible;
    }

    /* Medya bloğu üstte ayrı bir satır gibi davransın */
    .hero-slide-media {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        min-height: auto !important;
        display: block;
        background-color: transparent; /* ekstra siyah alanı kaldır */
    }

    .hero-slide-video-element,
    .hero-slide-fallback {
        position: relative;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        display: block;
        object-fit: contain !important;      /* video/resim TAMAMI görünsün */
        object-position: center center !important;
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat;
    }

    /* Görsel slide'lar (hero-slide-image) – resmin TAMAMI gorunsun (contain) */
    .hero-slide-image .hero-slide-bg {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 260px;
        min-height: 260px !important;
        background-size: 100% !important;      /* kirpma yapma, tamamini goster */
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-color: #000;
    }

    /* Mobilde overlay tamamen kapat */
    .hero-slide-overlay {
        display: none !important;
    }

    .hero-slide-content .container {
        position: relative;
        width: 100%;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;      /* üst boşluğu kapat */
        padding-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-slide-content .container .row {
        min-height: auto;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        justify-content: center;
    }

    /* Metin bloğunu biraz yukarı çek – siyah alan içinde ve okların hemen üstünde dursun */
    .hero-slide-content .rb-hero-wrapper {
        margin-top: -24px;
    }

    /* Hero Heading Responsive */
    .hero-slide-content .rb-hero-heading {
        margin-bottom: 20px !important;
        text-align: center;
    }

    .hero-slide-content .tp-section-title.fs-70 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        letter-spacing: -1px !important;
        margin-bottom: 15px !important;
    }

    /* Hero Text Responsive */
    .hero-slide-content .rb-hero-text {
        margin-bottom: 25px !important;
        text-align: center;
    }

    .hero-slide-content .rb-hero-text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 10px;
    }

    /* Hero Buttons Responsive */
    .hero-slide-content .rb-hero-btn-wrap {
        margin-bottom: 30px !important;
        flex-direction: column;
        gap: 12px !important;
        align-items: center;
        justify-content: center;
    }

    .hero-slide-content .rb-hero-btn-wrap .tp-btn-purple,
    .hero-slide-content .rb-hero-btn-wrap .tp-btn-border-gradiant {
        width: 100%;
        max-width: 280px;
        font-size: 14px !important;
        padding: 12px 24px !important;
        justify-content: center;
    }

    .hero-slider-nav {
        bottom: 10px !important;
        right: 15px !important;
        gap: 10px;
        z-index: 5;
    }

    .hero-slider-button-prev,
    .hero-slider-button-next {
        width: 36px;
        height: 36px;
    }

    .hero-slider-button-prev svg,
    .hero-slider-button-next svg {
        width: 16px;
        height: 16px;
    }

    .hero-slider-pagination {
        bottom: 22px !important;
        left: 20px !important;
        padding: 6px;
        gap: 8px;
    }

    .hero-slider-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .hero-slider-pagination .swiper-pagination-bullet-active {
        width: 24px;
    }

    /* Column Full Width on Mobile */
    .hero-slide-content .col-lg-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Extra Small Devices (480px and below) */
@media (max-width: 480px) {
    .ui-hero-bg.rb-hero-box {
        min-height: 450px !important;
        height: auto !important;
    }

    .hero-video-slider-wrapper {
        min-height: 450px !important;
        height: 450px !important;
    }

    .hero-video-slider {
        min-height: 450px !important;
        height: 450px !important;
    }

    .hero-video-slider .swiper-slide {
        min-height: 450px !important;
        height: 450px !important;
    }

    .hero-slide-content {
        min-height: 450px !important;
        height: 450px !important;
		background: #000;
    }

    .hero-slide-media {
        min-height: 450px !important;
    }

    .hero-slide-video-element {
        max-height: 450px !important;
    }

    .hero-slide-fallback {
        max-height: 450px;
    }

    .hero-slide-bg {
        min-height: 450px !important;
    }

    .hero-slide-overlay {
        min-height: 450px !important;
        /* Linear gradient from left (black) to right (transparent) for small mobile */
        background:
            linear-gradient(to right,
                rgba(0, 0, 0, 0.75) 0%,
                rgba(0, 0, 0, 0.65) 15%,
                rgba(0, 0, 0, 0.5) 30%,
                rgba(0, 0, 0, 0.3) 45%,
                rgba(0, 0, 0, 0.15) 60%,
                rgba(0, 0, 0, 0.08) 75%,
                transparent 90%) !important;
    }

    /* 480px ve altı: slider açıklama + butonları altta, video alanının içinde tut */
    .hero-slide-content .container {
        position: absolute;
        bottom: 45px !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 10;
        text-align: center;
    }

    .hero-slide-content .tp-section-title.fs-70 {
        font-size: 28px !important;
        margin-bottom: 12px !important;
    }

    .hero-slide-content .rb-hero-text p {
        font-size: 13px !important;
        padding: 0;
    }

    .hero-slide-content .rb-hero-btn-wrap {
        gap: 10px !important;
    }

    .hero-slide-content .rb-hero-btn-wrap .tp-btn-purple,
    .hero-slide-content .rb-hero-btn-wrap .tp-btn-border-gradiant {
        max-width: 100%;
        font-size: 13px !important;
        padding: 10px 20px !important;
    }

    .hero-slider-nav {
        bottom: 15px;
        right: 10px;
        gap: 8px;
    }

    .hero-slider-button-prev,
    .hero-slider-button-next {
        width: 36px;
        height: 36px;
    }

    .hero-slider-button-prev svg,
    .hero-slider-button-next svg {
        width: 14px;
        height: 14px;
    }

    .hero-slider-pagination {
        bottom: 25px;
        left: 15px;
    }
}

/* Products Module */
.products-module-ptb {
    position: relative;
}

.products-module-heading {
    margin-bottom: 60px;
}

.products-module-heading .tp-section-title {
    margin-bottom: 0;
}

/* Modern Product Card Styles */
.product-card-modern {
    position: relative;
    background: var(--tp-common-white);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(13, 13, 13, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 50%, var(--tp-theme-1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.product-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(13, 13, 13, 0.12);
    border-color: rgba(13, 13, 13, 0.12);
}

.product-card-modern:hover::before {
    opacity: 1;
}

.product-card-modern-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.product-card-modern-thumb {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    background: #f5f5f5;
}

.product-card-modern-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	padding:10px;
}

.product-card-modern:hover .product-card-modern-thumb img {
    transform: scale(1.08);
}

.product-card-modern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.product-card-modern:hover .product-card-modern-overlay {
    opacity: 1;
}


.product-card-modern-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card-modern-badges {
    position: absolute;
    top: -12px;
    left: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 2;
}

.product-card-modern-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #0d9488;
    color: var(--tp-common-white);
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(13, 13, 13, 0.15);
    transition: all 0.3s ease;
}

.product-card-modern:hover .product-card-modern-badge {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 13, 13, 0.2);
}

.product-card-modern-badge-sale {
    background: #dc2626;
}

.product-card-modern-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: var(--tp-common-black);
    margin-bottom: 16px;
    margin-top: 8px;
    transition: color 0.3s ease;
    font-family: var(--tp-ff-heading);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}

.product-card-modern:hover .product-card-modern-title {
    color: var(--tp-theme-1);
}

.product-card-modern-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(13, 13, 13, 0.08);
}

@media (max-width: 575px) {
    .product-card-modern-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .product-card-modern-view-btn {
        width: 100%;
    }
}

.product-card-modern-price {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.product-price-new {
    font-weight: 700;
    font-size: 17px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
    letter-spacing: -0.02em;
    line-height: 1;
}

.product-price-old {
    font-weight: 600;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    font-family: var(--tp-ff-heading);
    line-height: 1;
}

.product-card-modern-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border: none;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(13, 13, 13, 0.15);
    font-family: var(--tp-ff-heading);
}

.product-card-modern-view-btn:hover {
    background: var(--tp-theme-1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 13, 13, 0.2);
    color: var(--tp-common-white);
}

.product-card-modern-view-btn:active {
    transform: translateY(0);
}

.product-card-modern-view-btn span {
    display: inline-block;
}

.product-card-modern-view-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.product-card-modern-view-btn:hover svg {
    transform: translateX(2px);
}

@media (max-width: 767px) {
    .product-card-modern-thumb {
        padding-top: 80%;
    }

    .product-card-modern-content {
        padding: 20px;
    }

    .product-card-modern-badges {
        top: -10px;
        left: 20px;
        gap: 5px;
    }

    .product-card-modern-badge {
        padding: 5px 12px;
        font-size: 10px;
    }

    .product-card-modern-title {
        font-size: 16px;
        min-height: 44px;
        margin-bottom: 14px;
    }

    .product-card-modern-footer {
        padding-top: 14px;
    }

    .product-price-new {
        font-size: 18px;
    }

    .product-price-old {
        font-size: 14px;
    }

    .product-card-modern-view-btn {
        padding: 10px 16px;
        font-size: 13px;
    }

    .product-card-modern-view-btn svg {
        width: 14px;
        height: 14px;
    }

}

/* Projelerimiz Kart Link Stilleri */
.ui-process-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-process-item-link:hover {
    text-decoration: none;
    color: inherit;
}


.ui-process-item-link .ui-process-item-title {
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-process-item-link:hover .ui-process-item-title {
    color: var(--tp-theme-1);
}

/* Projeler Slider Stilleri */
.project-slider-wrapper {
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.project-slider-active {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.project-slider-active .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.project-slider-active .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
    width: auto;
    padding: 10px 5px;
}

.project-slider-active .swiper-slide .ui-process-item {
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
}

.project-slider-dot {
    margin-top: 50px;
}

.project-slider-dot .swiper-pagination-bullet {
    width: 10px;
    height: 8px;
    display: inline-block;
    border-radius: 30px;
    background: #D0D0D0;
    opacity: 1;
    transition: 0.3s;
    margin: 0 4px;
}

.project-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: var(--tp-theme-1);
}

@media (max-width: 991px) {
    .project-slider-wrapper {
        padding: 0 15px;
    }

    .project-slider-dot {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .project-slider-wrapper {
        padding: 0 15px;
    }

    .project-slider-dot {
        margin-top: 30px;
    }
}

/* Modern Blog Card Styles */
.blog-card-modern-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.blog-card-modern-link:hover {
    text-decoration: none;
    color: inherit;
}

.blog-card-modern {
    position: relative;
    background: var(--tp-common-white);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(13, 13, 13, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-modern-link:hover .blog-card-modern {
    background: rgba(160, 32, 240, 0.03);
    border-color: rgba(13, 13, 13, 0.12);
}

.blog-card-modern-thumb {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background: #f5f5f5;
}

.blog-card-modern-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-modern-link:hover .blog-card-modern-thumb img {
    transform: scale(1.08);
}

/* ---------------------------------------- */
/*  Image Anime Effect (Skyvilla-like hover) */
/* ---------------------------------------- */
.image-anime img,
img:not(.no-image-anime) {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Global hover for all images (except opt-out) */
img:not(.no-image-anime):hover {
    transform: scale(1.1) rotate(1deg);
}

/* Touch devices: disable hover transform */
@media (hover: none) {
    img:not(.no-image-anime):hover {
        transform: none;
    }
}

.image-anime,
.cb-about-thumb-wrapper,
.blog-card-modern-thumb,
.product-card-modern-thumb,
.blog-menu-image,
.service-card-v2-bg,
.service-menu-image,
.ui-process-item-thumb {
    position: relative;
    overflow: hidden;
}

.image-anime::after,
.cb-about-thumb-wrapper::after,
.blog-card-modern-thumb::after,
.product-card-modern-thumb::after,
.blog-menu-image::after,
.service-card-v2-bg::after,
.service-menu-image::after,
.ui-process-item-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    width: 45%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.35) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    opacity: 0;
    transition: left 0.8s ease, opacity 0.35s ease;
    z-index: 2;
}

.image-anime img,
.blog-card-modern-thumb img,
.product-card-modern-thumb img,
.blog-menu-image img,
.service-menu-image img,
.ui-process-item-thumb img {
    will-change: transform;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover triggers (wrapper + common parent hovers) */
.image-anime:hover::after,
.cb-about-thumb-wrapper:hover::after,
.blog-card-modern-link:hover .blog-card-modern-thumb::after,
.product-card-modern:hover .product-card-modern-thumb::after,
.blog-menu-item:hover .blog-menu-image::after,
.service-card-v2-link:hover .service-card-v2-bg::after,
.service-menu-item:hover .service-menu-image::after,
.ui-process-item:hover .ui-process-item-thumb::after,
.ui-process-item-link:hover .ui-process-item-thumb::after {
    left: 130%;
    opacity: 1;
}

.image-anime:hover img,
.cb-about-thumb-wrapper:hover img,
.blog-card-modern-link:hover .blog-card-modern-thumb img,
.product-card-modern:hover .product-card-modern-thumb img,
.blog-menu-item:hover .blog-menu-image img,
.service-card-v2-link:hover .service-card-v2-bg img,
.service-menu-item:hover .service-menu-image img,
.ui-process-item:hover .ui-process-item-thumb img,
.ui-process-item-link:hover .ui-process-item-thumb img {
    transform: scale(1.1) rotate(1deg);
}

.blog-card-modern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.blog-card-modern-link:hover .blog-card-modern-overlay {
    opacity: 1;
}

.blog-card-modern-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-modern-meta {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.blog-card-modern-meta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: var(--tp-theme-1);
    border-radius: 2px;
}

.blog-card-modern-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: var(--tp-common-black);
    margin-bottom: 12px;
    transition: color 0.3s ease;
    font-family: var(--tp-ff-heading);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
}

.blog-card-modern-link:hover .blog-card-modern-title {
    color: var(--tp-theme-1);
}

.blog-card-modern-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-modern-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    color: var(--tp-common-black);
    transition: all 0.3s ease;
    margin-top: auto;
}

.blog-card-modern-link:hover .blog-card-modern-btn {
    color: var(--tp-theme-1);
}

.blog-card-modern-btn svg {
    width: 16px;
    height: 14px;
    transition: transform 0.3s ease;
}

.blog-card-modern-link:hover .blog-card-modern-btn svg {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .blog-card-modern-content {
        padding: 20px;
    }

    .blog-card-modern-title {
        font-size: 18px;
        min-height: 50px;
    }

    .blog-card-modern-description {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .blog-card-modern-thumb {
        padding-top: 65%;
    }

    .blog-card-modern-content {
        padding: 18px;
    }

    .blog-card-modern-title {
        font-size: 16px;
        min-height: 44px;
    }

    .blog-card-modern-meta {
        font-size: 13px;
    }
}

/* Modern Team Card Styles */
/* Team Card V3 - Completely New Design with Circular Image */
.team-card-v3-link {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    height: 100% !important;
}

.team-card-v3 {
    position: relative !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.02) 0%, var(--tp-common-white) 30%) !important;
    border-radius: 24px !important;
    overflow: visible !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, border-width 0.4s ease, border-style 0.4s ease !important;
    border: 2px solid transparent !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 40px 24px 48px 24px !important;
}

a.team-card-v3-link:hover .team-card-v3,
.team-card-v3-link:hover .team-card-v3,
.swiper-slide:hover .team-card-v3-link .team-card-v3 {
    border-color: var(--tp-theme-1) !important;
    border-width: 2px !important;
    border-style: solid !important;
    box-shadow: 0 16px 48px rgba(160, 32, 240, 0.25) !important;
    transform: translateY(-12px) !important;
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.08) 0%, var(--tp-common-white) 30%) !important;
}

.team-card-v3-image-wrapper {
    position: relative !important;
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto 28px auto !important;
    border-radius: 50% !important;
    overflow: visible !important;
    background: linear-gradient(135deg, var(--tp-theme-1) 0%, rgba(160, 32, 240, 0.5) 100%) !important;
    padding: 6px !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 24px rgba(160, 32, 240, 0.2) !important;
}

.team-card-v3-link:hover .team-card-v3-image-wrapper {
    transform: scale(1.08) !important;
    box-shadow: 0 12px 32px rgba(160, 32, 240, 0.35) !important;
}

.team-card-v3-image {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: var(--tp-common-white) !important;
    position: relative !important;
    z-index: 1 !important;
}

.team-card-v3-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 50% !important;
}

.team-card-v3-link:hover .team-card-v3-image img {
    transform: scale(1.1) !important;
}

.team-card-v3-social {
    position: absolute !important;
    bottom: -28px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(50px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 100 !important;
    background: var(--tp-common-white) !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    min-width: fit-content !important;
    white-space: nowrap !important;
}

a.team-card-v3-link:hover .team-card-v3-social,
.team-card-v3-link:hover .team-card-v3-social,
.swiper-slide:hover .team-card-v3-link .team-card-v3-social,
.team-card-v3-link:hover .team-card-v3-image-wrapper .team-card-v3-social {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.team-social-v3 {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(160, 32, 240, 0.08) !important;
    border-radius: 50% !important;
    color: var(--tp-theme-1) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(160, 32, 240, 0.1) !important;
}

.team-social-v3:hover {
    background: var(--tp-theme-1) !important;
    color: var(--tp-common-white) !important;
    transform: translateY(-3px) scale(1.1) !important;
    border-color: var(--tp-theme-1) !important;
    box-shadow: 0 4px 12px rgba(160, 32, 240, 0.4) !important;
}

.team-social-v3 svg {
    width: 14px !important;
    height: 14px !important;
}

.team-card-v3-info {
    text-align: center !important;
    width: 100% !important;
    padding-top: 20px !important;
}

.team-card-v3-name {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--tp-common-black) !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
    transition: color 0.3s ease !important;
    font-family: var(--tp-ff-heading) !important;
}

.team-card-v3-link:hover .team-card-v3-name {
    color: var(--tp-theme-1) !important;
}

.team-card-v3-role {
    font-size: 15px !important;
    color: rgba(13, 13, 13, 0.6) !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

/* Team Slider Styles */
.cb-team-slider-wrapper {
    position: relative;
    overflow: visible !important;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Ensure parent containers don't clip the border */
.cb-team-slider-wrapper .row,
.cb-team-slider-wrapper .col-12 {
    overflow: visible !important;
    max-width: 100%;
}

.cb-team-slider-wrapper .cb-team-active {
    position: relative;
    /* keep exactly 4 cards visible (no partial next slide) */
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.cb-team-slider-wrapper .cb-team-active.swiper-container {
    overflow: hidden !important;
    width: 100% !important;
}

.cb-team-slider-wrapper .swiper-container {
    overflow: hidden !important;
    width: 100% !important;
}

.cb-team-slider-wrapper .cb-team-active .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
    overflow: visible !important;
    width: 100% !important;
}

.cb-team-slider-wrapper .cb-team-active .swiper-slide {
    height: auto !important;
    display: flex !important;
    box-sizing: border-box !important;
    padding: 20px 12px 10px 12px !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure border is visible on hover */
.cb-team-slider-wrapper .cb-team-active .swiper-slide .team-card-v3-link {
    overflow: visible !important;
}

.cb-team-slider-wrapper .cb-team-active .swiper-slide .team-card-v3 {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Swiper slide hover support - Multiple selectors for maximum compatibility */
.cb-team-slider-wrapper .cb-team-active .swiper-slide:hover .team-card-v3,
.cb-team-slider-wrapper .cb-team-active .swiper-slide:hover .team-card-v3-link .team-card-v3,
.cb-team-slider-wrapper .swiper-slide:hover .team-card-v3-link .team-card-v3 {
    border-color: var(--tp-theme-1) !important;
    border-width: 2px !important;
    border-style: solid !important;
    box-shadow: 0 16px 48px rgba(160, 32, 240, 0.25) !important;
    transform: translateY(-12px) !important;
    background: linear-gradient(180deg, rgba(160, 32, 240, 0.08) 0%, var(--tp-common-white) 30%) !important;
}

.cb-team-slider-wrapper .cb-team-active .swiper-slide:hover .team-card-v3-social,
.cb-team-slider-wrapper .cb-team-active .swiper-slide:hover .team-card-v3-link .team-card-v3-social,
.cb-team-slider-wrapper .swiper-slide:hover .team-card-v3-link .team-card-v3-social,
.cb-team-slider-wrapper .swiper-slide:hover .team-card-v3-image-wrapper .team-card-v3-social {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
}

.cb-team-dot {
    margin-top: 50px !important;
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
}

.cb-team-dot .swiper-pagination-bullet {
    width: 10px !important;
    height: 8px !important;
    display: inline-block !important;
    border-radius: 30px !important;
    background: #D0D0D0 !important;
    opacity: 1 !important;
    transition: 0.3s !important;
    margin: 0 4px !important;
}

.cb-team-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px !important;
    background-color: var(--tp-theme-1) !important;
}

/* Resim yüklenene kadar dönen spinner – resim boyutlarına dokunmaz, sadece üstte overlay */
.tp-lazy-wrap {
    position: relative;
}
.tp-lazy-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    margin: 0;
    pointer-events: none;
    z-index: 20;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.tp-lazy-spinner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(160, 32, 240, 0.25);
    border-top-color: var(--tp-theme-1);
    animation: tpLazySpin 0.8s linear infinite;
}
.tp-lazy-wrap.tp-lazy-loaded .tp-lazy-spinner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
@keyframes tpLazySpin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* obsolete sadece görünen slide’da resim yüklensin, yüklenene kadar soluk */

@media (max-width: 991px) {
    .team-card-v3 {
        padding: 32px 20px 28px 20px !important;
    }

    .team-card-v3-image-wrapper {
        width: 180px !important;
        height: 180px !important;
        margin-bottom: 24px !important;
    }

    .team-card-v3-name {
        font-size: 20px !important;
    }

    .team-social-v3 {
        width: 30px !important;
        height: 30px !important;
    }

    .team-social-v3 svg {
        width: 13px !important;
        height: 13px !important;
    }
}

@media (max-width: 767px) {
    .team-card-v3 {
        padding: 28px 16px 24px 16px !important;
    }

    .team-card-v3-image-wrapper {
        width: 160px !important;
        height: 160px !important;
        margin-bottom: 20px !important;
    }

    .team-card-v3-name {
        font-size: 18px !important;
    }

    .team-card-v3-role {
        font-size: 14px !important;
    }

    .team-social-v3 {
        width: 28px !important;
        height: 28px !important;
    }

    .team-social-v3 svg {
        width: 12px !important;
        height: 12px !important;
    }
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(85, 85, 85, 0.14)
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
    border-radius: 50px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(85, 85, 85, 0.5)
}

/* Filtre alanı varsayılan gizli, .shop-filter-toogle ile açılır/kapanır (.card ile aynı elemandan dolayı iki sınıf kullanıyoruz) */
.shop-product-fillter-header.card {
    display: none;
}

.shop-product-fillter-header.is-open.card {
    display: block;
}

/* Seçili filtreler (üst alan, çarpı ile kaldırma) */
.shop-selected-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
}

.shop-selected-filters-title {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-right: 4px;
}

.shop-selected-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-selected-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px 6px 12px;
    background: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-size: 13px;
    color: var(--tp-text-body);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.shop-selected-filter-chip:hover {
    background: #e8e8e8;
    border-color: rgba(108, 78, 167, 0.25);
    color: var(--tp-text-body);
}

.shop-selected-filter-label {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-selected-filter-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
    color: #888;
    border-radius: 50%;
    transition: color 0.2s ease, background 0.2s ease;
}

.shop-selected-filter-chip:hover .shop-selected-filter-remove {
    color: var(--tp-theme-1, #6c4ea7);
}

.shop-filter-toogle {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ececec;
    font-size: 17px;
    font-weight: 700;
    padding: 6px 20px;
    color: #B6B6B6;
}

.shop-filter-toogle i {
    margin-left: 5px;
    color: #B6B6B6;
}

.shop-filter-toogle i.angle-down {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.shop-filter-toogle .fi-rs-filter {
    font-size: 14px;
    color: #B6B6B6;
}

.shop-filter-toogle.active i.angle-down {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

.shop-filter-toogle.active i.angle-up {
    opacity: 0;
    visibility: hidden;
    display: none;
}

ul.category-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.category-list li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/* Filtre alanı dış kutu */
.shop-product-fillter-header.card {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #f8f9fa;
    padding: 24px !important;
}

/* Filtre iç kartları */
.shop-filter-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 20px 18px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.shop-filter-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--tp-theme-1, #6c4ea7) 0%, rgba(108, 78, 167, 0.5) 100%);
    border-radius: 12px 0 0 12px;
}

.shop-filter-card:hover {
    border-color: rgba(108, 78, 167, 0.15);
}

.shop-filter-card-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-black, #1a1a1a);
    margin: 0 0 14px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Filtre liste */
.shop-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-filter-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 0.15s ease;
}

.shop-filter-item:last-child {
    border-bottom: none;
}

.shop-filter-item:hover {
    background: rgba(108, 78, 167, 0.04);
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.shop-product-fillter-header .shop-filter-item .form-check-label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.shop-product-fillter-header .shop-filter-item .form-check-input {
    margin-top: 0;
    margin-right: 10px;
    accent-color: var(--tp-theme-1, #6c4ea7);
}

.shop-product-fillter-header .shop-filter-item .form-check-label .number {
    color: #999;
    font-size: 13px;
}

.shop-product-fillter-header .shop-filter-item .form-check-input:checked + .form-check-label .name {
    color: var(--tp-theme-1, #6c4ea7);
    font-weight: 600;
}

/* Filtre buton satırı */
.shop-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding-top: 8px;
}

.shop-filter-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.shop-filter-btn-primary {
    background: var(--tp-theme-1, #6c4ea7);
    color: #fff;
}

.shop-filter-btn-primary:hover {
    background: #5a3d8f;
    color: #fff;
    transform: translateY(-1px);
}

.shop-filter-btn-secondary {
    background: #fff;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.shop-filter-btn-secondary:hover {
    background: #f5f5f5;
    color: var(--tp-theme-1, #6c4ea7);
    border-color: rgba(108, 78, 167, 0.3);
}

/* Eski referanslar (geri uyumluluk) */
.shop-product-fillter-header .categor-list li {
    font-size: 12px;
}

.shop-product-fillter-header .categor-list li a {
    font-size: 14px;
    color: #7E7E7E;
}

.shop-product-fillter-header .categor-list li a:hover {
    color: #6c4ea7;
}

.shop-product-fillter-header .color-filter {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.shop-product-fillter-header .product-rate-cover+.product-rate-cover {
    margin-top: 15px;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #687188;
    padding: 0;
    vertical-align: middle;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
}

.custome-checkbox .form-check-label span {
    vertical-align: middle;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[type=checkbox]+.form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-65%) rotate(-45deg);
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
    display: none;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::before {
    background-color: #6c4ea7;
    border-color: #6c4ea7;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label::after {
    opacity: 1;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ececec;
    border-radius: 25px 25px 0px 25px;
}


#cookie-alert-popup *,
#cookie-alert-popup *:after,
#cookie-alert-popup *:before {
    box-sizing: inherit !important;
}

#cookie-alert-popup {
    position: fixed !important;
    bottom: 30px;
    left: 30px;
    z-index: 9999 !important;
    opacity: .8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#cookie-alert-popup:hover {
    opacity: 1
}

#cookie-alert-popup .alert-popup__card {
    background: var(--tp-theme-1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
    position: relative !important;
    width: 400px !important;
    line-height: 1.5 !important
}

#cookie-alert-popup .cookie-alert-popup--closed {
    -webkit-animation: cookie-alert-popup--close 0.4s ease-in-out forwards !important;
    animation: cookie-alert-popup--close 0.4s ease-in-out forwards !important
}

#cookie-alert-popup .cookie-alert-popup--opened {
    -webkit-animation: cookie-alert-popup--open 0.4s ease-in-out forwards !important;
    animation: cookie-alert-popup--open 0.4s ease-in-out forwards !important
}

#cookie-alert-popup .alert-popup__content {
    padding: 30px 15px !important;
    text-align: center !important
}

#cookie-alert-popup .alert-popup__content--text-bold {
    font-weight: 600 !important
}

#cookie-alert-popup h3 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 0.5em !important
}

#cookie-alert-popup p {
    font-size: 14px !important;
    color: #fff !important;
    margin: 20px 0 !important;
    line-height: normal;
}

#cookie-alert-popup a {
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: underline !important
}

#cookie-alert-popup button {
    background: var(--tp-common-black);
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    height: 3em !important;
    line-height: 3em !important;
    padding: 0 3em !important;
    transition: box-shadow 0.3s ease !important;
    outline: none !important;
    width: auto;
}

#cookie-alert-popup button:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important
}

#cookie-alert-popup .cookie-alert-popup--close:after {
    color: #fff !important;
    content: "X" !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: absolute !important;
    right: 0.8em !important;
    top: 0.5em !important;
    -webkit-transform: scaleX(1.25) !important;
    transform: scaleX(1.25) !important;
    transition: color 0.3s ease !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

#cookie-alert-popup .cookie-alert-popup--close:hover:after {
    color: #212121 !important
}
@-webkit-keyframes cookie-alert-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes cookie-alert-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes cookie-alert-popup--open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mio-cookie-popup__open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


/* =========================
   Custom Page Styles
   (Moved from page inline style tags)
   ========================= */

/* foto_galeri.php */
.tp-photo-gallery-grid{row-gap:26px}
.tp-photo-gallery-card{background:#fff;border:1px solid #eceff5;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(2,6,23,.06);height:100%;display:flex;flex-direction:column;transition:.28s ease;position:relative}
.tp-photo-gallery-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--tp-theme-1),#cf8cff);opacity:0;transition:.28s ease}
.tp-photo-gallery-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(2,6,23,.12);border-color:rgba(160,32,240,.25)}
.tp-photo-gallery-card:hover::before{opacity:1}
.tp-photo-gallery-thumb{display:block;position:relative;aspect-ratio:16/11;background:#f7f8fc;overflow:hidden}
.tp-photo-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.tp-photo-gallery-card:hover .tp-photo-gallery-thumb img{transform:scale(1.06)}
.tp-photo-gallery-icon{position:absolute;right:12px;top:12px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.88);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.35);z-index:2}
.tp-photo-gallery-count{position:absolute;left:12px;bottom:12px;background:rgba(15,23,42,.74);color:#fff;font-size:12px;font-weight:600;padding:7px 11px;border-radius:999px;backdrop-filter:blur(2px);letter-spacing:.2px}
.tp-photo-gallery-content{padding:16px 16px 17px}
.tp-photo-gallery-title{font-size:18px;line-height:1.35;margin:0 0 9px}
.tp-photo-gallery-title a{color:#0f172a;transition:.2s ease}
.tp-photo-gallery-title a:hover{color:var(--tp-theme-1)}
.tp-photo-gallery-desc{margin:0 0 13px;color:#5b6475;font-size:14px;line-height:1.6;min-height:44px}
.tp-photo-gallery-btn{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#111827;transition:.2s ease}
.tp-photo-gallery-btn span{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f3e8ff;color:var(--tp-theme-1);line-height:1}
.tp-photo-gallery-btn span svg{width:14px;height:14px;display:block}
.tp-photo-gallery-btn:hover{color:var(--tp-theme-1)}
.tp-photo-gallery-btn:hover span{background:var(--tp-theme-1);color:#fff}

/* foto.php */
.tp-photo-detail-head{}
.tp-photo-detail-top{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid #ebeef5}
.tp-photo-detail-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tp-theme-1)}
.tp-photo-detail-title{font-size:38px;line-height:1.15;margin:0}
.tp-photo-detail-meta{display:inline-flex;align-items:center;white-space:nowrap;font-size:13px;color:#0f172a;font-weight:600;background:#f8fafc;border:1px solid #e5e7eb;padding:8px 13px;border-radius:999px}
.tp-photo-detail-desc{color:#4b5563;line-height:1.75}
.tp-photo-detail-grid{row-gap:24px}
.tp-photo-detail-card{height:100%}
.tp-photo-detail-thumb{display:block;position:relative;aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:#f8fafc;box-shadow:0 10px 24px rgba(2,6,23,.08)}
.tp-photo-detail-thumb::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.3);border-radius:16px;pointer-events:none}
.tp-photo-detail-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .3s ease}
.tp-photo-detail-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.42));display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:.28s ease}
.tp-photo-detail-overlay i{width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.2);backdrop-filter:blur(3px);display:inline-flex;align-items:center;justify-content:center}
.tp-photo-detail-thumb:hover .tp-photo-detail-overlay{opacity:1}
.tp-photo-detail-thumb:hover img{transform:scale(1.08);filter:saturate(1.08)}

/* video_galeri.php */
.tp-video-gallery-grid{row-gap:24px}
.tp-video-gallery-card{display:block;background:#fff;border:1px solid #eceff5;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px rgba(2,6,23,.06);height:100%;transition:.25s ease}
.tp-video-gallery-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(2,6,23,.12);border-color:rgba(160,32,240,.25)}
.tp-video-gallery-thumb{position:relative;aspect-ratio:16/10;background:#f8fafc;overflow:hidden}
.tp-video-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.tp-video-gallery-card:hover .tp-video-gallery-thumb img{transform:scale(1.06)}
.tp-video-play{position:absolute;right:12px;top:12px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.88);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.35)}
.tp-video-gallery-content{padding:14px 14px 16px}
.tp-video-gallery-title{font-size:18px;line-height:1.35;margin:0 0 8px;color:#0f172a}
.tp-video-gallery-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:13px;color:#64748b}
.tp-video-gallery-meta i{margin-right:4px}

/* video.php */
.tp-video-player{position:relative;width:100%;padding-top:52%;border-radius:14px;overflow:hidden;background:#0f172a;box-shadow:0 12px 26px rgba(2,6,23,.15)}
.tp-video-player iframe{position:absolute;inset:0;width:100%;height:100%}
.tp-video-detail-head{border-bottom:1px solid #ebeef5;padding-bottom:22px}
.tp-video-detail-title{font-size:34px;line-height:1.15;margin:0 0 12px;color:#0f172a}
.tp-video-detail-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:14px;color:#64748b}
.tp-video-detail-meta i{margin-right:5px}
.tp-video-detail-desc{color:#4b5563;line-height:1.8}
.tp-video-sidebar{background:#fff;border:1px solid #eceff5;border-radius:14px;padding:14px;position:sticky;top:110px}
.tp-video-sidebar-title{font-size:18px;line-height:1.3;margin:2px 0 12px;color:#0f172a}
.tp-video-sidebar-list{display:flex;flex-direction:column;gap:10px}
.tp-video-side-item{display:flex;gap:10px;align-items:center;padding:8px;border-radius:10px;border:1px solid #eef2f7;transition:.2s ease;background:#fff}
.tp-video-side-item:hover{border-color:rgba(160,32,240,.28);box-shadow:0 8px 18px rgba(2,6,23,.08)}
.tp-video-side-thumb{width:118px;min-width:118px;aspect-ratio:16/10;border-radius:8px;overflow:hidden;position:relative;background:#f8fafc}
.tp-video-side-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.tp-video-side-play{position:absolute;right:6px;top:6px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.86);color:#fff;font-size:11px}
.tp-video-side-content h5{font-size:14px;line-height:1.35;margin:0;color:#111827}
.tp-video-side-meta{font-size:12px;color:#64748b;margin-top:4px}

/* belgelerimiz.php */
.tp-doc-grid{row-gap:24px}
.tp-doc-card{background:#fff;border:1px solid #e9eef8;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(16,24,40,.06);height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease;margin-bottom:6px}
.tp-doc-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(16,24,40,.12)}
.tp-doc-thumb{position:relative;display:block;width:100%;height:210px;border-radius:12px;overflow:hidden;background:#f5f7fb;margin-bottom:14px;border:1px solid #edf1f7}
.tp-doc-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.tp-doc-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0) 55%,rgba(15,23,42,.18) 100%);pointer-events:none}
.tp-doc-thumb-fallback{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:78px;height:34px;padding:0 12px;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:700;display:none;align-items:center;justify-content:center;letter-spacing:.04em}
.tp-doc-thumb.is-file .tp-doc-thumb-fallback{display:inline-flex}
.tp-doc-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.tp-doc-type{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;background:#eef5ff;color:#0d6efd}
.tp-doc-date{font-size:12px;color:#6b7280}
.tp-doc-title{font-size:20px;line-height:1.35;margin-bottom:8px;word-break:break-word}
.tp-doc-meta{font-size:13px;color:#6b7280;margin-bottom:18px}
.tp-doc-actions{display:flex;gap:10px;flex-wrap:wrap}
.tp-doc-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:10px;font-size:13px;font-weight:600}
.tp-doc-btn-view{background:#f2f6ff;color:#1d4ed8}
.tp-doc-btn-download{background:#111827;color:#fff}
.tp-doc-btn:hover{opacity:.92}

/* referanslar.php */
.tp-ref-grid{row-gap:22px}
.tp-ref-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(2,6,23,.05);height:100%;transition:.2s ease}
.tp-ref-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(2,6,23,.12)}
.tp-ref-thumb{display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;background:#fff;padding:16px;border-bottom:1px solid #eef2f7}
.tp-ref-thumb img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.tp-ref-content{padding:10px 12px 12px;text-align:center}
.tp-ref-title{font-size:15px;line-height:1.35;margin:0}
.tp-ref-title a{color:#0f172a}
.tp-ref-grid{row-gap:22px}
.tp-ref-slider-active{position:relative;padding-bottom:50px;overflow:hidden !important;width:100% !important;max-width:100% !important}
.tp-ref-slider-active.swiper-container{overflow:hidden !important;width:100% !important}
.tp-ref-slider-active .swiper-wrapper{display:flex;align-items:stretch}
.tp-ref-slider-active .swiper-slide{height:auto}
.tp-ref-slider-active .swiper-slide .tp-ref-card{height:100%}
.tp-ref-pagination{position:absolute !important;bottom:0 !important;left:50% !important;transform:translateX(-50%) !important;width:auto !important;text-align:center !important;display:flex !important;justify-content:center !important;align-items:center !important;right:auto !important}
.tp-ref-pagination .swiper-pagination-bullet{width:10px;height:10px;background:#cbd5e1;opacity:1;margin:0 5px;transition:.3s ease}
.tp-ref-pagination .swiper-pagination-bullet-active{background:#0f172a;width:24px;border-radius:5px}

/* haber_detay.php */
.proje-photo-card{border-radius:12px;overflow:hidden}
.proje-photo-image{position:relative;border-radius:12px;overflow:hidden}
.proje-photo-image .project-detay-image{margin:0}
.proje-photo-image img{width:100%;height:260px;object-fit:cover;display:block}
.proje-photo-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);color:#fff;z-index:2;opacity:0;pointer-events:none;transition:.25s ease}
.proje-photo-image::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18);opacity:0;pointer-events:none;transition:.25s ease}
.proje-photo-card:hover .proje-photo-icon,
.proje-photo-card:hover .proje-photo-image::after{opacity:1}

/* proje_detay.php */
.tp-project-detail-main{background:#fff}
.tp-project-main-thumb{display:block;border-radius:18px;overflow:hidden;box-shadow:0 16px 34px rgba(2,6,23,.12);margin-bottom:24px}
.tp-project-main-thumb img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover}
.tp-project-main-title{font-size:40px;line-height:1.1;margin:0 0 10px}
.tp-project-main-meta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.tp-project-main-meta span{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:600;background:#f4f6fb;color:#334155;border:1px solid #e6ebf3}
.tp-project-main-content{color:#4b5563;line-height:1.8}
.tp-project-gallery-wrap{margin-top:26px}
.tp-project-gallery-title{font-size:24px;line-height:1.3;margin:0 0 14px}
.tp-project-gallery-grid{row-gap:16px}
.tp-project-gallery-thumb{display:block;position:relative;border-radius:14px;overflow:hidden;background:#f8fafc}
.tp-project-gallery-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.tp-project-gallery-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);color:#fff;opacity:0;transition:.25s ease;pointer-events:none}
.tp-project-gallery-thumb::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18);opacity:0;transition:.25s ease;pointer-events:none}
.tp-project-gallery-thumb:hover .tp-project-gallery-icon,.tp-project-gallery-thumb:hover::after{opacity:1}
.tp-project-detail-side{display:flex;flex-direction:column;gap:14px;position:sticky;top:110px}
.tp-project-info-card,.tp-project-share-card{border:1px solid #e7ebf3;border-radius:16px;padding:18px;background:#fff;box-shadow:0 10px 26px rgba(2,6,23,.06)}
.tp-project-info-card{background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)}
.tp-project-info-card h4{font-size:22px;margin:0 0 12px;color:#0f172a}
.tp-project-info-card ul{list-style:none;margin:0;padding:0}
.tp-project-info-card li{padding:10px 0;border-bottom:1px dashed #e5e7eb}
.tp-project-info-card li:last-child{border-bottom:none}
.tp-project-info-card li span{display:block;font-size:12px;color:#64748b;margin-bottom:2px}
.tp-project-info-card li strong{font-size:15px;color:#111827}
.tp-project-contact-btn{margin-top:14px;display:inline-flex;padding:11px 15px;border-radius:11px;background:var(--tp-theme-1);color:#fff;font-weight:600}
.tp-project-share-card h5{font-size:18px;margin:0 0 10px;color:#0f172a}
.tp-project-share-list{display:flex;gap:8px}
.tp-project-share-list a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#111827;border:1px solid #e7ebf3}
.tp-project-related-grid{row-gap:18px}
.tp-project-related-card{display:block;border:1px solid #eceff5;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 20px rgba(2,6,23,.06);transition:.22s ease;height:100%}
.tp-project-related-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(2,6,23,.1)}
.tp-project-related-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.tp-project-related-content{padding:12px}
.tp-project-related-cat{font-size:12px;color:#64748b;margin-bottom:5px}
.tp-project-related-content h4{font-size:17px;line-height:1.35;margin:0;color:#111827}

.tp-project-related--spaced{margin-top:100px;padding-top:0}
.tp-project-related-title{font-size:24px;font-weight:600;letter-spacing:-0.02em;line-height:1.3;color:#0f172a;margin:0 0 28px;padding:0}
@media (max-width: 767px){.tp-project-related--spaced{margin-top:60px}.tp-project-related-title{font-size:20px;margin-bottom:22px}}

/* urunler.php */
.tp-cat-group-grid{row-gap:24px}
.tp-cat-group-grid > [class*="col-"]{display:flex}
.tp-cat-overlay-static{display:block;width:100%;height:330px;border-radius:16px;overflow:hidden}
.tp-cat-overlay-static .tp-cat-overlay-media{height:100%}
.tp-cat-overlay-static .tp-cat-overlay-media img{width:100%;height:100%;object-fit:cover}
.tp-cat-overlay-static .tp-cat-overlay-shade{opacity:.65}
.tp-cat-overlay-static:hover .tp-cat-overlay-shade{opacity:.8}
.tp-cat-overlay-static .tp-cat-overlay-content{padding:20px}
.tp-cat-overlay-static .tp-cat-overlay-title{font-size:24px;line-height:1.2}
.tp-cat-overlay-static .tp-cat-overlay-meta{font-size:12px}
.tp-cat-overlay-static .tp-cat-overlay-cta{width:42px;height:42px}

/* hizmetler.php */
.tp-service-list-grid{row-gap:24px}
.tp-service-list-grid > [class*="col-"]{display:flex}
.tp-service-list-card{display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid #e9edf5;border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(2,6,23,.06);height:100%;transition:.24s ease}
.tp-service-list-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(2,6,23,.13);border-color:rgba(160,32,240,.2)}
.tp-service-list-thumb{position:relative;aspect-ratio:16/10;background:#f8fafc;overflow:hidden}
.tp-service-list-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.tp-service-list-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.32));opacity:.58;transition:.25s ease}
.tp-service-list-card:hover .tp-service-list-thumb img{transform:scale(1.06)}
.tp-service-list-card:hover .tp-service-list-shade{opacity:.75}
.tp-service-list-content{padding:16px 16px 15px;display:flex;flex-direction:column;flex:1}
.tp-service-list-chip{display:inline-flex;align-self:flex-start;padding:4px 10px;border-radius:999px;background:#eef5ff;color:#4f46e5;font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:10px}
.tp-service-list-title{font-size:22px;line-height:1.24;margin:0 0 8px;color:#0f172a}
.tp-service-list-desc{margin:0;color:#64748b;font-size:14px;line-height:1.65}
.tp-service-list-read{margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:#111827;font-weight:600;font-size:14px;padding-top:12px}
.tp-service-list-read svg{color:var(--tp-theme-1)}

/* projeler.php */
.tp-project-cat-grid{row-gap:24px}
.tp-project-cat-grid > [class*="col-"]{display:flex}
.tp-project-cat-card{display:block;width:100%;background:#fff;border:1px solid #e8edf6;border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(2,6,23,.05);height:100%;transition:.24s ease}
.tp-project-cat-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(2,6,23,.11);border-color:rgba(160,32,240,.24)}
.tp-project-cat-thumb{position:relative;aspect-ratio:16/10;background:#f8fafc;overflow:hidden}
.tp-project-cat-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.tp-project-cat-card:hover .tp-project-cat-thumb img{transform:scale(1.04)}
.tp-project-cat-content{padding:16px 16px 17px;position:relative}
.tp-project-cat-content::before{content:"";position:absolute;left:16px;right:16px;top:0;height:1px;background:#edf2f8}
.tp-project-cat-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#f3e8ff;color:#7e22ce;font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:10px}
.tp-project-cat-content h4{font-size:23px;line-height:1.2;margin:0 0 11px;color:#0f172a}
.tp-project-cat-link{display:inline-flex;align-items:center;gap:7px;color:#111827;font-weight:600;font-size:14px}
.tp-project-cat-link svg{color:var(--tp-theme-1)}

/* proje_kategori.php */
.tp-project-list-grid{row-gap:24px}
.tp-project-list-grid > [class*="col-"]{display:flex}
.tp-project-list-card{display:block;width:100%;position:relative;overflow:hidden;border-radius:18px;background:#0f172a;height:100%;min-height:360px;box-shadow:0 12px 28px rgba(2,6,23,.14);transition:.3s ease}
.tp-project-list-card::before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:18px;z-index:3;pointer-events:none;transition:.3s ease}
.tp-project-list-card:hover{transform:translateY(-7px);box-shadow:0 24px 42px rgba(2,6,23,.26)}
.tp-project-list-card:hover::before{border-color:rgba(255,255,255,.32)}
.tp-project-list-thumb{position:absolute;inset:0}
.tp-project-list-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,6,23,.78) 0%,rgba(2,6,23,.58) 28%,rgba(2,6,23,.24) 58%,rgba(2,6,23,0) 80%)}
.tp-project-list-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease,filter .4s ease}
.tp-project-list-card:hover .tp-project-list-thumb img{transform:scale(1.08);filter:saturate(1.08)}
.tp-project-list-content{position:absolute;left:0;right:0;bottom:0;padding:18px;color:#fff;z-index:2;transform:translateY(0);transition:.3s ease}
.tp-project-list-card:hover .tp-project-list-content{transform:translateY(-2px)}
.tp-project-list-chip{display:inline-flex;padding:5px 11px;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(3px);color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em;margin-bottom:10px;border:1px solid rgba(255,255,255,.22)}
.tp-project-list-content h4{font-size:21px;line-height:1.2;margin:0 0 7px;color:#fff}
.tp-project-list-content p{margin:0;color:rgba(255,255,255,.84);font-size:13px;line-height:1.58;max-width:95%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tp-project-list-read{margin-top:10px;display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:600;font-size:13px;padding:0;background:transparent;border:none}
.tp-project-list-read svg{color:#fff;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);width:24px;height:24px;padding:5px;border-radius:50%}
.tp-project-list-card:hover .tp-project-list-read svg{transform:translateX(3px)}
.tp-project-list-read svg{transition:transform .25s ease}

/* ekibimiz.php */
.tp-team-modern .row.g-4 > [class*='col-']{display:flex}
.tp-team-v3-card{background:#fff;border:1px solid #e6ebf3;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px rgba(2,6,23,.06);display:flex;flex-direction:column;height:100%;width:100%;transition:.25s ease}
.tp-team-v3-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px rgba(2,6,23,.12)}
.tp-team-v3-thumb{display:block;aspect-ratio:4/4;overflow:hidden;background:#edf2f7}
.tp-team-v3-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.tp-team-v3-card:hover .tp-team-v3-thumb img{transform:scale(1.04)}
.tp-team-v3-body{padding:14px 14px 16px;text-align:center;display:flex;flex-direction:column;flex:1}
.tp-team-v3-name{font-size:20px;line-height:1.25;margin:0 0 6px}
.tp-team-v3-name a{color:#0f172a}
.tp-team-v3-role{font-size:13px;color:#516074;font-weight:600;margin:0 0 10px}
.tp-team-v3-social{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;min-height:32px}
.tp-team-v3-social a{width:32px;height:32px;border-radius:999px;background:#f1f5f9;color:#334155;display:inline-flex;align-items:center;justify-content:center}
.tp-team-v3-social a:hover{background:#1f2937;color:#fff}
.tp-team-v3-link{margin-top:auto;display:inline-flex;align-self:center;justify-content:center;height:34px;padding:0 14px;border-radius:999px;border:1px solid #d7deea;background:#f8fbff;color:#1d4ed8;font-size:12px;font-weight:700}
.tp-team-v3-link:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}

/* ekip.php */
.tp-team-detail-card{background:#fff;border:1px solid #e9eef8;border-radius:18px;padding:18px;box-shadow:0 10px 26px rgba(2,6,23,.08)}
.tp-team-detail-thumb{border-radius:14px;overflow:hidden;background:#eef2f7}
.tp-team-detail-thumb img{display:block;width:100%;height:auto;object-fit:cover}
.tp-team-detail-content{padding:4px 4px 4px 10px}
.tp-team-detail-name{font-size:32px;line-height:1.2;margin-bottom:6px;color:#0f172a}
.tp-team-detail-role{font-size:15px;color:#475569;font-weight:600;margin-bottom:12px}
.tp-team-detail-social{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.tp-team-detail-social a{width:36px;height:36px;border-radius:999px;background:#f1f5f9;color:#334155;display:inline-flex;align-items:center;justify-content:center}
.tp-team-detail-social a:hover{background:#1d4ed8;color:#fff}
.tp-team-detail-text{font-size:15px;line-height:1.7;color:#334155}
.tp-team-detail-text p:last-child{margin-bottom:0}

/* referans.php */
.cb-about-thumb-wrapper{background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}
.cb-about-thumb-wrapper img{background:#fff;border-radius:10px;box-shadow:0 6px 16px rgba(2,6,23,.05)}

/* banka_hesaplari.php */
.tp-bank-grid{row-gap:24px}
.tp-bank-card{background:#fff;border:1px solid #e9eef8;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(16,24,40,.06);height:100%;display:flex;flex-direction:column;transition:.25s ease}
.tp-bank-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(16,24,40,.12)}
.tp-bank-card__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.tp-bank-card__logo{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;overflow:hidden;flex-shrink:0}
.tp-bank-card__logo img{max-width:100%;max-height:100%;object-fit:contain}
.tp-bank-card__logo-fallback{font-weight:700;color:#334155}
.tp-bank-card__title h4{font-size:20px;line-height:1.25;margin-bottom:4px}
.tp-bank-card__title p{font-size:13px;color:#64748b;margin:0}
.tp-bank-card__body{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.tp-bank-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;background:#f8fafc}
.tp-bank-row__label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.03em}
.tp-bank-row__value{font-size:14px;color:#0f172a;text-align:right;word-break:break-word}
.tp-bank-row--iban .tp-bank-row__value{font-size:15px;letter-spacing:.02em}
.tp-bank-card__foot{margin-top:auto}
.tp-bank-copy-btn{height:42px;width:100%;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-weight:600}
.tp-bank-copy-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}

/* e_katalog.php */
.tp-katalog-grid{row-gap:24px}
.tp-katalog-card{position:relative;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #e7edf8;border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.08);height:100%;display:flex;flex-direction:column;transition:.28s ease}
.tp-katalog-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,#1d4ed8,#22d3ee)}
.tp-katalog-card:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(15,23,42,.16)}
.tp-katalog-thumb{position:relative;aspect-ratio:3/4;background:#eef2f9;overflow:hidden}
.tp-katalog-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.tp-katalog-card:hover .tp-katalog-thumb img{transform:scale(1.04)}
.tp-katalog-thumb__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.28) 0%,rgba(15,23,42,0) 55%)}
.tp-katalog-chip{position:absolute;left:10px;top:10px;display:inline-flex;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.9);color:#1e3a8a;font-size:11px;font-weight:700;letter-spacing:.02em}
.tp-katalog-body{padding:15px 15px 14px}
.tp-katalog-title{font-size:18px;line-height:1.35;margin-bottom:12px;min-height:48px;font-weight:700;color:#0f172a}
.tp-katalog-sub{font-size:12px;line-height:1.45;color:#64748b;margin-bottom:12px;min-height:34px}
.tp-katalog-actions{display:flex;gap:8px}
.tp-katalog-btn{flex:1;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:11px;border:1px solid #dbe2ee;font-size:13px;font-weight:700;transition:.2s ease}
.tp-katalog-btn__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:11px}
.tp-katalog-btn--view{background:#eef4ff;color:#1d4ed8;border-color:#cddfff}
.tp-katalog-btn--view:hover{background:#1d4ed8;color:#fff;border-color:#1d4ed8}
.tp-katalog-btn--download{background:#0f172a;color:#fff;border-color:#0f172a}
.tp-katalog-btn--download:hover{background:#111827;color:#fff;border-color:#111827}
#flipbookWrapper{position:relative;min-height:72vh;background:#0f172a}
#flipbookStage{width:100%;height:72vh;overflow:auto;display:flex;justify-content:center;align-items:flex-start;padding:14px 0}
#flipbookContainer{width:100%;height:calc(72vh - 28px);max-width:980px;transform-origin:top center;transition:transform .15s ease}
#flipbookStage.is-pannable{cursor:grab}
#flipbookStage.is-pannable.is-dragging{cursor:grabbing}
.pdf-page{width:600px;height:820px;max-width:100%;margin:0 auto;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}
.pdf-page img{width:100%;height:100%;object-fit:contain;display:block}
.pdf-page.is-turn-next{animation:turnNext .25s ease}
.pdf-page.is-turn-prev{animation:turnPrev .25s ease}
@keyframes turnNext{0%{transform:translateX(14px);opacity:.35}100%{transform:translateX(0);opacity:1}}
@keyframes turnPrev{0%{transform:translateX(-14px);opacity:.35}100%{transform:translateX(0);opacity:1}}
.flip-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;display:flex;align-items:center;justify-content:center;z-index:10}
.flip-nav.left{left:12px}
.flip-nav.right{right:12px}
.page-counter{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:12px}
.loading-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px}
.modal-header{gap:10px}
.flipbook-toolbar{display:flex;gap:6px;margin-left:auto}
.flip-tool-btn{min-width:34px;height:34px;border:none;border-radius:8px;background:#eef4ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;font-size:12px}
.flip-tool-btn:hover{background:#dbeafe}
.flip-tool-btn--label{font-weight:700;min-width:56px}

@media (max-width:991px){
  .tp-photo-detail-top{align-items:flex-start;flex-direction:column}
  .tp-photo-detail-title{font-size:30px}
  .tp-video-sidebar{position:static}
  .tp-video-detail-title{font-size:28px}
  .tp-video-player{padding-top:56.25%}
  .tp-cat-overlay-static{height:280px}
  .tp-cat-overlay-static .tp-cat-overlay-title{font-size:20px}
  .tp-service-list-title{font-size:18px}
  .tp-project-cat-content h4{font-size:19px}
  .tp-project-list-card{min-height:320px}
  .tp-project-list-content h4{font-size:18px}
  .tp-project-detail-side{position:static}
  .tp-project-main-title{font-size:32px}
}
@media (max-width:575px){
  .tp-katalog-thumb{aspect-ratio:3/2}
  .tp-photo-gallery-title{font-size:16px}
  .tp-photo-gallery-content{padding:13px}
  .tp-photo-detail-title{font-size:24px}
  .tp-video-detail-title{font-size:23px}
  .tp-video-side-thumb{width:96px;min-width:96px}
  .tp-project-main-title{font-size:24px}
}
@media (max-width:767px){
  .tp-team-detail-name{font-size:26px}
  .tp-team-detail-content{padding:14px 0 0}
}

/* urun_detay.php - Siparis Formu Tab (minimal) */
#navPresentationTab{
  background:transparent;
  border:none;
  border-radius:0;
  padding:0;
  gap:0;
  justify-content:center;
}
#navPresentationTab .nav-link{
  background:#fff;
  border:none;
  border-radius:8px 8px 0 0;
  color:#6b7280;
  font-size:20px;
  font-weight:600;
  padding:12px 18px;
  margin:0 !important;
  transition:all 0.2s ease;
}
#navPresentationTab .nav-link.active{
  background:#f3f4f6;
  color:#111827;
  border:none;
}
#navPresentationTab .nav-link:hover:not(.active){
  color:#111827;
  background:#fff;
}
#navPresentationTabContent{
  width:100%;
  background:#f3f4f6;
  border:none;
  border-radius:0 0 8px 8px;
  padding:24px 22px 18px;
  margin-top:0;
  box-shadow:0 0 0 100vmax #f3f4f6;
  clip-path:inset(0 -100vmax);
}
#navPresentationTabContent .tab-pane{
  width:100%;
}
#navPresentationTabContent .tp-product-details-desc-wrapper.pt-50{
  padding-top:0 !important;
}
#navPresentationTabContent .tp-product-details-additional-info{
  padding-top:0;
}
#nav-review .tp-product-details-review-wrapper{padding-top:22px}
#nav-review .tp-product-details-review-form{
  background:transparent;
  border:1px solid #e3e8f1;
  border-radius:14px;
  padding:20px 20px 18px;
}
#nav-review .tp-product-details-review-input-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 16px;
}
#nav-review .tp-product-details-review-input-box{margin:0}
#nav-review .tp-product-details-review-input-title label{
  margin:0 0 7px;
  font-size:13px;
  font-weight:600;
  color:#334155;
}
#nav-review .tp-product-details-review-input input,
#nav-review .tp-product-details-review-input textarea{
  width:100%;
  min-height:48px;
  border:1px solid #d8e0ec;
  border-radius:8px;
  background:#fff;
  padding:12px 13px;
  color:#0f172a;
  font-size:14px;
  transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
#nav-review .tp-product-details-review-input textarea{min-height:112px;resize:vertical}
#nav-review .tp-product-details-review-input input:focus,
#nav-review .tp-product-details-review-input textarea:focus{
  border-color:#b9c6da;
  background:#fff;
  box-shadow:0 0 0 3px rgba(148,163,184,.14);
  outline:none;
}
#nav-review .tp-product-details-review-input input::placeholder,
#nav-review .tp-product-details-review-input textarea::placeholder{
  color:#94a3b8;
}
#nav-review .tp-product-details-review-input-box:nth-child(6),
#nav-review .tp-product-details-review-input-box:nth-child(7){grid-column:1 / -1}
#nav-review .tp-product-details-review-input-box:nth-child(3){grid-column:1 / -1}
#nav-review .tp-product-details-review-suggetions{
  margin:12px 0 !important;
  padding-top:4px;
  background:transparent;
  border:none;
}
#nav-review .tp-product-details-review-remeber{
  display:flex;
  align-items:flex-start;
  gap:8px;
}
#nav-review .tp-product-details-review-remeber label{
  font-size:13px;
  color:#475569;
  line-height:1.5;
}
#nav-review .tp-product-details-review-remeber input[type="checkbox"]{
  margin-top:3px;
}
#nav-review .tp-product-details-review-btn{
  width:auto;
  min-width:220px;
  min-height:48px;
  border:1px solid #111827;
  border-radius:10px;
  background:#111827;
  color:#fff;
  font-weight:600;
  transition:.2s ease;
}
#nav-review .tp-product-details-review-btn:hover{background:#0b1220;border-color:#0b1220}
#nav-review .tp-product-details-review-btn span{display:inline-flex;align-items:center;gap:7px}
#nav-review .tp-product-details-review-btn-wrapper{display:flex;justify-content:flex-start}

/* urun_detay.php - Sozlesme modal (odeme sayfasi stili) */
#sozlesme .modal-content{border-radius:12px;overflow:hidden}
#sozlesme .modal-header{padding:16px 18px;border-bottom:1px solid #e5e7eb}
#sozlesme .modal-title{font-size:18px;font-weight:600}
#sozlesme .modal-body.tp-sozlesme-modal-body{padding:16px 18px}
#sozlesme .modal-footer{padding:12px 18px;border-top:1px solid #e5e7eb}

/* intl-tel-input uyumu (siparis formu) */
#nav-review .tp-product-details-review-input .iti{
  width:100%;
}
#nav-review .tp-product-details-review-input .iti input[type="tel"]{
  width:100%;
  min-height:48px;
  padding-left:96px !important;
}

@media (max-width:767px){
  #navPresentationTab{
    padding:0;
  }
  #navPresentationTab .nav-link{
    padding:12px 12px;
    font-size:14px;
  }
  #navPresentationTabContent{
    padding:14px 12px 12px;
    border-radius:0;
  }
  #nav-review .tp-product-details-review-form{padding:14px}
  #nav-review .tp-product-details-review-input-wrapper{grid-template-columns:1fr;gap:10px}
  #nav-review .tp-product-details-review-input-box:nth-child(6),
  #nav-review .tp-product-details-review-input-box:nth-child(7){grid-column:auto}
  #nav-review .tp-product-details-review-btn{
    width:100%;
    min-width:0;
  }
}

/* urun_detay.php - Benzer urunler baslik alani */
.tp-related-products-block{
  border-top:1px solid #eceff5;
  margin-top:8px;
  padding-top:34px;
}
.tp-related-products-head{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.tp-related-products-subtitle{
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--tp-theme-1);
  margin:0;
}
.tp-related-products-title{
  font-size:30px;
  line-height:1.2;
  font-weight:700;
  color:#0f172a;
  margin:0;
}
@media (max-width:767px){
  .tp-related-products-title{font-size:24px}
}

/* Bilgi Talep Et Modal */
.tp-bilgi-talep-modal{
  border-radius:16px;
  border:none;
  overflow:hidden;
}
.tp-bilgi-talep-modal .modal-header{
  border-bottom:1px solid #e5e7eb;
  padding:20px 24px;
  background:#fff;
}
.tp-bilgi-talep-modal .modal-title{
  font-size:22px;
  font-weight:600;
  color:#111827;
  margin:0;
}
.tp-bilgi-talep-modal .btn-close{
  background:#374151;
  opacity:1;
  border-radius:6px;
  width:32px;
  height:32px;
  padding:0;
  margin:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1 1L13 13M13 1L1 13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size:14px;
  background-position:center;
  background-repeat:no-repeat;
}
.tp-bilgi-talep-modal .btn-close:hover{
  background-color:#1f2937;
}
.tp-bilgi-talep-modal .modal-body{
  padding:24px;
  background:#fff;
}
.tp-bilgi-talep-form-group{
  margin-bottom:16px;
}
.tp-bilgi-talep-form-group:last-child{
  margin-bottom:0;
}
.tp-bilgi-talep-form-group input,
.tp-bilgi-talep-form-group textarea{
  width:100%;
  padding:14px 16px;
  border:none;
  border-radius:10px;
  background:#f3f4f6;
  color:#111827;
  font-size:15px;
  font-family:inherit;
  transition:all 0.2s ease;
}
.tp-bilgi-talep-form-group .iti{
  position:relative;
  width:100%;
}
.tp-bilgi-talep-form-group .iti input{
  padding-left:96px !important;
  padding-right:16px !important;
  padding-top:14px !important;
  padding-bottom:14px !important;
}
.tp-bilgi-talep-form-group .iti__flag-container{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
}
.tp-bilgi-talep-form-group .iti__selected-dial-code{
  margin-left:0;
  padding-left:0;
}
.tp-bilgi-talep-form-group input::placeholder,
.tp-bilgi-talep-form-group textarea::placeholder{
  color:#6b7280;
}
.tp-bilgi-talep-form-group input:focus,
.tp-bilgi-talep-form-group textarea:focus{
  outline:none;
  background:#e5e7eb;
  box-shadow:0 0 0 3px rgba(160,32,240,0.1);
}
.tp-bilgi-talep-form-group textarea{
  resize:vertical;
  min-height:100px;
}
.tp-bilgi-talep-submit-btn{
  width:100%;
  padding:14px 24px;
  border:none;
  border-radius:10px;
  background:var(--tp-gradient-primary, linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%));
  color:#fff;
  font-size:16px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.5px;
  cursor:pointer;
  transition:all 0.3s ease;
}
.tp-bilgi-talep-submit-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px color-mix(in srgb, var(--tp-theme-1) 35%, transparent);
}
.tp-bilgi-talep-submit-btn:active{
  transform:translateY(0);
}
.tp-bilgi-talep-submit-btn:disabled{
  opacity:0.6;
  cursor:not-allowed;
  transform:none;
}
@media (max-width:575px){
  .tp-bilgi-talep-modal .modal-header{
    padding:16px 20px;
  }
  .tp-bilgi-talep-modal .modal-title{
    font-size:20px;
  }
  .tp-bilgi-talep-modal .modal-body{
    padding:20px;
  }
  .tp-bilgi-talep-form-group input,
  .tp-bilgi-talep-form-group textarea{
    padding:12px 14px;
    font-size:14px;
  }
  .tp-bilgi-talep-submit-btn{
    padding:12px 20px;
    font-size:15px;
  }
}

/* ============================================
   İnsan Kaynakları (IK / Career) Page Styles
   ============================================ */

.tp-ik-area.tp-ik-ptb {
    padding-top: 0;
    padding-bottom: 110px;
}

.tp-ik-area .row.tp-ik-row-equal {
    align-items: stretch;
}

.tp-ik-area .row.tp-ik-row-equal > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.tp-ik-form-side {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.tp-ik-form-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.tp-ik-form-wrapper .tp-ik-form {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tp-ik-form-wrapper .tp-ik-form-submit {
    margin-top: auto;
}

.tp-ik-info-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.tp-ik-form-header .tp-section-subtitle {
    color: var(--tp-theme-1);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.tp-ik-form-header .tp-section-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--tp-common-black);
    margin: 0;
}

.tp-ik-form-group {
    margin-bottom: 20px;
}

.tp-ik-form-group:last-of-type {
    margin-bottom: 0;
}

.tp-ik-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-black);
    margin-bottom: 8px;
}

.tp-ik-input,
.tp-ik-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px;
    color: #111827;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.2s ease;
}

.tp-ik-input:focus,
.tp-ik-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(160, 32, 240, 0.1);
}

.tp-ik-input::placeholder,
.tp-ik-textarea::placeholder {
    color: #9ca3af;
}

.tp-ik-textarea {
    resize: vertical;
    min-height: 120px;
}

.tp-ik-form-group .iti {
    position: relative;
}

.tp-ik-form-group .iti input {
    padding-left: 96px !important;
    padding-right: 16px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border: 1px solid #e5e7eb !important;
}

.tp-ik-file {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 1px dashed #d1d5db;
    border-radius: 10px;
    background: #f9fafb;
}

.tp-ik-form-submit {
    margin-top: 28px;
}

.tp-ik-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--tp-theme-1) 0%, var(--tp-common-paste) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tp-ik-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(160, 32, 240, 0.3);
    color: #fff;
}

.tp-ik-submit-btn:active {
    transform: translateY(0);
}

.tp-ik-info-box {
    background: var(--tp-gray-1);
    border-radius: 16px;
    padding: 40px;
    height: 100%;
}

.tp-ik-info-lead {
    font-size: 16px;
    line-height: 1.6;
    color: var(--tp-common-black);
    margin-bottom: 24px;
    font-weight: 500;
}

.tp-ik-info-content {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(13, 13, 13, 0.8);
}

.tp-ik-info-content p {
    margin-bottom: 1em;
}

.tp-ik-info-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .tp-ik-form-wrapper,
    .tp-ik-info-box {
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .tp-ik-form-wrapper,
    .tp-ik-info-box {
        padding: 24px 20px;
    }
    .tp-ik-form-header .tp-section-title {
        font-size: 24px;
    }
}

/* ============================================
   Bayilerimiz (Dealers) Page Styles
   ============================================ */

.tp-bayiler-ptb {
    padding-top: 0;
    padding-bottom: 110px;
}

/* Search and Filter Section */
.tp-bayiler-search-wrapper {
    margin-bottom: 40px;
}

.tp-bayiler-search-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tp-bayiler-search-label {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 0;
}

.tp-bayiler-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.tp-bayiler-search-input {
    width: 100%;
    padding: 14px 50px 14px 18px;
    border: 1px solid rgba(13, 13, 13, 0.1);
    border-radius: 8px;
    font-family: var(--tp-ff-body);
    font-size: 15px;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    transition: all 0.3s ease;
}

.tp-bayiler-search-input:focus {
    outline: none;
    border-color: var(--tp-theme-1);
    box-shadow: 0 0 0 3px rgba(160, 32, 240, 0.1);
}

.tp-bayiler-search-input::placeholder {
    color: rgba(13, 13, 13, 0.5);
}

.tp-bayiler-search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-theme-1);
    border: none;
    border-radius: 6px;
    color: var(--tp-common-white);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.tp-bayiler-search-btn:hover {
    background: #8B1ED8;
    transform: translateY(-50%) scale(1.05);
}

.tp-bayiler-search-btn svg {
    width: 18px;
    height: 18px;
}

.tp-bayiler-distance-filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tp-bayiler-distance-label {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 0;
}

.tp-bayiler-distance-select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(13, 13, 13, 0.1);
    border-radius: 8px;
    font-family: var(--tp-ff-body);
    font-size: 15px;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

.tp-bayiler-distance-select:focus {
    outline: none;
    border-color: var(--tp-theme-1);
    box-shadow: 0 0 0 3px rgba(160, 32, 240, 0.1);
}

/* Dealer List Container */
.tp-bayiler-list-container {
    background: var(--tp-common-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(13, 13, 13, 0.08);
    height: 700px;
    display: flex;
    flex-direction: column;
}

.tp-bayiler-list-header-bar {
    background: var(--tp-theme-1);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.tp-bayiler-list-header-content {
    display: flex;
    align-items: center;
}

.tp-bayiler-list-count {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-white);
}

.tp-bayiler-list-count strong {
    font-weight: 700;
}

.tp-bayiler-print-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--tp-common-white);
    border: none;
    border-radius: 6px;
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 13px;
    color: var(--tp-theme-1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tp-bayiler-print-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

.tp-bayiler-print-btn svg {
    width: 16px;
    height: 16px;
    color: var(--tp-theme-1);
}

.tp-bayiler-list-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(13, 13, 13, 0.2) transparent;
}

.tp-bayiler-list-scroll::-webkit-scrollbar {
    width: 6px;
}

.tp-bayiler-list-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.tp-bayiler-list-scroll::-webkit-scrollbar-thumb {
    background: rgba(13, 13, 13, 0.2);
    border-radius: 3px;
}

.tp-bayiler-list-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(13, 13, 13, 0.3);
}

.tp-bayiler-list-card {
    padding: 20px;
    border-bottom: 1px solid rgba(13, 13, 13, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tp-bayiler-list-card:last-child {
    border-bottom: none;
}

.tp-bayiler-list-card:hover {
    background: rgba(160, 32, 240, 0.03);
}

.tp-bayiler-list-card.active {
    background: rgba(160, 32, 240, 0.08);
    border-left: 3px solid var(--tp-theme-1);
}

.tp-bayiler-list-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tp-bayiler-list-card-title {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
    margin: 0;
    line-height: 1.3;
}

.tp-bayiler-list-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tp-bayiler-list-card-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tp-bayiler-list-card-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: rgba(13, 13, 13, 0.6);
}

.tp-bayiler-list-card-text {
    font-family: var(--tp-ff-body);
    font-weight: 400;
    font-size: 14px;
    color: rgba(13, 13, 13, 0.7);
    line-height: 1.5;
    flex: 1;
}

.tp-bayiler-list-card-link {
    color: var(--tp-theme-1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.tp-bayiler-list-card-link:hover {
    color: #8B1ED8;
    text-decoration: underline;
}

.tp-bayiler-list-card-label {
    margin-right: 6px;
    color: rgba(13, 13, 13, 0.6);
}

.tp-bayiler-list-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.tp-bayiler-list-card-directions-btn {
    padding: 8px 16px;
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border: none;
    border-radius: 6px;
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.tp-bayiler-list-card-directions-btn:hover {
    background: #8B1ED8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(160, 32, 240, 0.3);
    color: var(--tp-common-white);
}

.tp-bayiler-list-card-distance {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 13px;
    color: rgba(13, 13, 13, 0.6);
}

/* Map Container */
.tp-bayiler-map-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(13, 13, 13, 0.08);
    height: 700px;
}

.tp-bayiler-map-type-toggle {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    display: flex;
    gap: 0;
    background: var(--tp-common-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tp-bayiler-map-type-btn {
    padding: 10px 18px;
    background: var(--tp-common-white);
    border: none;
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 14px;
    color: rgba(13, 13, 13, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(13, 13, 13, 0.1);
}

.tp-bayiler-map-type-btn:last-child {
    border-right: none;
}

.tp-bayiler-map-type-btn:hover {
    background: rgba(160, 32, 240, 0.05);
    color: var(--tp-theme-1);
}

.tp-bayiler-map-type-btn.active {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-bayiler-map {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.tp-bayiler-map.tp-bayiler-map-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 13, 13, 0.04);
    min-height: 300px;
}

.tp-bayiler-map-fallback-inner {
    text-align: center;
    padding: 40px 24px;
    max-width: 420px;
}

.tp-bayiler-map-fallback-title {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-black);
    margin: 0 0 12px 0;
}

.tp-bayiler-map-fallback-text {
    font-family: var(--tp-ff-body);
    font-size: 15px;
    line-height: 1.5;
    color: rgba(13, 13, 13, 0.7);
    margin: 0 0 10px 0;
}

.tp-bayiler-map-fallback-text:last-of-type {
    margin-bottom: 16px;
}

.tp-bayiler-map-fallback-small {
    font-size: 13px;
    margin: 0;
}

.tp-bayiler-map-fallback-small a {
    color: var(--tp-theme-1);
    text-decoration: none;
}

.tp-bayiler-map-fallback-small a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-bayiler-list-container,
    .tp-bayiler-map-container {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-bayiler-list-container,
    .tp-bayiler-map-container {
        height: 500px;
    }
    
    .tp-bayiler-search-wrapper .row {
        flex-direction: column;
    }
    
    .tp-bayiler-search-wrapper .col-lg-8,
    .tp-bayiler-search-wrapper .col-lg-4 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tp-bayiler-ptb {
        padding-bottom: 80px;
    }
    
    .tp-bayiler-list-container,
    .tp-bayiler-map-container {
        height: 450px;
    }
    
    .tp-bayiler-list-header-bar {
        padding: 12px 16px;
    }
    
    .tp-bayiler-list-count {
        font-size: 14px;
    }
    
    .tp-bayiler-print-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .tp-bayiler-print-btn span {
        display: none;
    }
    
    .tp-bayiler-list-card {
        padding: 16px;
    }
    
    .tp-bayiler-list-card-title {
        font-size: 16px;
    }
    
    .tp-bayiler-list-card-text {
        font-size: 13px;
    }
    
    .tp-bayiler-map-type-toggle {
        top: 12px;
        left: 12px;
    }
    
    .tp-bayiler-map-type-btn {
        padding: 8px 14px;
        font-size: 13px;
    }
}

/* ============================================
   Hesap Oluştur - Onay Metni Modal (Editör İçeriği İzolasyonu)
   ============================================ */

/* Modal body içindeki editör içeriğini tema CSS'inden izole et */
.tp-onay-metin-body {
    padding: 24px;
    line-height: 1.6;
    color: #111827;
}

/* İçerik wrapper - tema genel content stillerini kullan */
.tp-onay-metin-content-wrapper {
    font-family: var(--tp-ff-body);
    color: var(--tp-common-black);
    line-height: 1.7;
    font-size: 16px;
}

/* Editör içeriğindeki liste elementlerini resetle ve düzgün göster */
.tp-onay-metin-body ul,
.tp-onay-metin-body ol,
.tp-onay-metin-content-wrapper ul,
.tp-onay-metin-content-wrapper ol {
    margin: 12px 0;
    padding-left: 30px;
    list-style-position: outside;
}

.tp-onay-metin-body ul,
.tp-onay-metin-content-wrapper ul {
    list-style-type: disc;
}

.tp-onay-metin-body ol,
.tp-onay-metin-content-wrapper ol {
    list-style-type: decimal;
}

.tp-onay-metin-body ul ul,
.tp-onay-metin-body ol ol,
.tp-onay-metin-body ul ol,
.tp-onay-metin-body ol ul,
.tp-onay-metin-content-wrapper ul ul,
.tp-onay-metin-content-wrapper ol ol,
.tp-onay-metin-content-wrapper ul ol,
.tp-onay-metin-content-wrapper ol ul {
    margin-top: 6px;
    margin-bottom: 6px;
}

.tp-onay-metin-body li,
.tp-onay-metin-content-wrapper li {
    margin: 4px 0;
    line-height: 1.7;
    color: var(--tp-common-black);
}

/* Paragraflar */
.tp-onay-metin-body p,
.tp-onay-metin-content-wrapper p {
    margin: 12px 0;
    line-height: 1.7;
    font-size: 16px;
    color: var(--tp-text-body);
}

.tp-onay-metin-body p:first-child,
.tp-onay-metin-content-wrapper p:first-child {
    margin-top: 0;
}

.tp-onay-metin-body p:last-child,
.tp-onay-metin-content-wrapper p:last-child {
    margin-bottom: 0;
}

/* Başlıklar */
.tp-onay-metin-body h1,
.tp-onay-metin-body h2,
.tp-onay-metin-body h3,
.tp-onay-metin-body h4,
.tp-onay-metin-body h5,
.tp-onay-metin-body h6,
.tp-onay-metin-content-wrapper h1,
.tp-onay-metin-content-wrapper h2,
.tp-onay-metin-content-wrapper h3,
.tp-onay-metin-content-wrapper h4,
.tp-onay-metin-content-wrapper h5,
.tp-onay-metin-content-wrapper h6 {
    margin: 16px 0 12px 0;
    font-weight: 600;
    line-height: 1.3;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-body);
}

.tp-onay-metin-body h1,
.tp-onay-metin-content-wrapper h1 { font-size: 24px; }
.tp-onay-metin-body h2,
.tp-onay-metin-content-wrapper h2 { font-size: 22px; }
.tp-onay-metin-body h3,
.tp-onay-metin-content-wrapper h3 { font-size: 20px; }
.tp-onay-metin-body h4,
.tp-onay-metin-content-wrapper h4 { font-size: 18px; }
.tp-onay-metin-body h5,
.tp-onay-metin-content-wrapper h5 { font-size: 16px; }
.tp-onay-metin-body h6,
.tp-onay-metin-content-wrapper h6 { font-size: 14px; }

.tp-onay-metin-body h1:first-child,
.tp-onay-metin-body h2:first-child,
.tp-onay-metin-body h3:first-child,
.tp-onay-metin-body h4:first-child,
.tp-onay-metin-body h5:first-child,
.tp-onay-metin-body h6:first-child,
.tp-onay-metin-content-wrapper h1:first-child,
.tp-onay-metin-content-wrapper h2:first-child,
.tp-onay-metin-content-wrapper h3:first-child,
.tp-onay-metin-content-wrapper h4:first-child,
.tp-onay-metin-content-wrapper h5:first-child,
.tp-onay-metin-content-wrapper h6:first-child {
    margin-top: 0;
}

/* Metin formatları */
.tp-onay-metin-body strong,
.tp-onay-metin-body b,
.tp-onay-metin-content-wrapper strong,
.tp-onay-metin-content-wrapper b {
    font-weight: 600;
    color: var(--tp-common-black);
}

.tp-onay-metin-body em,
.tp-onay-metin-body i,
.tp-onay-metin-content-wrapper em,
.tp-onay-metin-content-wrapper i {
    font-style: italic;
}

.tp-onay-metin-body u,
.tp-onay-metin-content-wrapper u {
    text-decoration: underline;
}

.tp-onay-metin-body s,
.tp-onay-metin-body strike,
.tp-onay-metin-content-wrapper s,
.tp-onay-metin-content-wrapper strike {
    text-decoration: line-through;
}

/* Linkler */
.tp-onay-metin-body a,
.tp-onay-metin-content-wrapper a {
    color: #A020F0;
    text-decoration: underline;
    transition: color 0.2s;
}

.tp-onay-metin-body a:hover,
.tp-onay-metin-content-wrapper a:hover {
    color: #7C1DB3;
    text-decoration: underline;
}

/* Tablolar */
.tp-onay-metin-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.tp-onay-metin-body table th,
.tp-onay-metin-body table td {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.tp-onay-metin-body table th {
    background-color: #f9fafb;
    font-weight: 600;
}

/* Blokquote */
.tp-onay-metin-body blockquote {
    margin: 16px 0;
    padding: 12px 20px;
    border-left: 4px solid #A020F0;
    background-color: #f9fafb;
    font-style: italic;
    color: #6b7280;
}

/* Kod blokları */
.tp-onay-metin-body code {
    padding: 2px 6px;
    background-color: #f3f4f6;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    color: #dc2626;
}

.tp-onay-metin-body pre {
    margin: 16px 0;
    padding: 12px;
    background-color: #f3f4f6;
    border-radius: 6px;
    overflow-x: auto;
}

.tp-onay-metin-body pre code {
    padding: 0;
    background: none;
    color: inherit;
}

/* Yatay çizgi */
.tp-onay-metin-body hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}

/* Resimler */
.tp-onay-metin-body img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
    border-radius: 6px;
}
.modal_header_anasayfa {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
}

.modal_footer_anasayfa {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.kapat {
    background: var(--tp-theme-1);
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
    z-index: 12;
}
/* Mobil uyum */
@media (max-width: 575px) {
    .tp-onay-metin-body {
        padding: 18px;
    }
    
    .tp-onay-metin-body h1 { font-size: 20px; }
    .tp-onay-metin-body h2 { font-size: 18px; }
    .tp-onay-metin-body h3 { font-size: 16px; }
    .tp-onay-metin-body h4 { font-size: 15px; }
    .tp-onay-metin-body h5 { font-size: 14px; }
    .tp-onay-metin-body h6 { font-size: 13px; }
    
    .tp-onay-metin-body ul,
    .tp-onay-metin-body ol {
        padding-left: 24px;
    }
}

/*# sourceMappingURL=main.css.map */