/*
Template: Wellora - Wellness and Spa Salon WordPress Theme
Author: peacefulqode.co.in
Version: 1.1
Design and Developed by: Peacefulqode

*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> OWL Carousel
==> Pagination
==> Error
==> Breadcrumb
==> Service Single
==> Header
==> Section Title
==> Isotope Portfolio
==> Portfolio
==> Service Box
==> Video Popup
==> Testimonial  
==> Progress Bar
==> Recent Post
==> Team
==> Accordion
==> Price Plan
==> Cards
==> animation 
==> Custom Cursor Container
==> Blog
==> Image Gallary
==> Glass Effect
==> Custom CSS 

======================================
[ End table content ]
======================================*/

/*================================================
Moz Selection
================================================*/
::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

/*================================================
General
================================================*/
body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    /* ~24px → 28px */
    color: var(--secondary-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-style: normal;
    font-weight: 400;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: clamp(2.25rem, 1.5rem + 2vw, 3.5rem);
    /* 36px → 56px */
    line-height: 1.25;
    /* ~72px (multiple of 8) */
}

h2 {
    font-size: clamp(2rem, 1.3rem + 1.8vw, 3rem);
    /* 32px → 48px */
    line-height: 1.25;
    /* ~56px (multiple of 8) */
}

h3 {
    font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
    /* 28px → 40px */
    line-height: 1.3;
    /* ~48px (multiple of 8) */
}

h4 {
    font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
    /* 24px → 32px */
    line-height: 1.35;
    /* ~40px (multiple of 8) */
}

h5 {
    font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.75rem);
    /* 20px → 28px */
    line-height: 1.4;
    /* ~32px (multiple of 8) */
}

h6 {
    font-size: clamp(1.25rem, 0.8rem + 1vw, 1.5rem);
    /* 16px → 24px */
    line-height: 1.5;
    /* ~24px/32px (fits grid) */
}

/*===== Container =====*/
.container,
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1300px;
}

.content-area .site-main {
    padding: 112px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}

/*===== Navigation Shop =====*/
.pt-shop-btn .dropdown-toggle::after {
    display: none;
}

.pt-cart-button {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pt-shop-btn .pt-cart>a {
    color: var(--dark-color);
    position: relative;
    line-height: 90px;
    padding: 0 0 0;
    font-size: 22px;
    transform: rotateY(180deg);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
    display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
    display: block;
}

.pt-shop-btn ul.product_list_widget {
    margin: 0;
    padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
    float: right;
    right: 0;
    top: 0;
    left: inherit;
    bottom: 0;
    margin: auto 0;
    font-size: 30px;
    text-align: center;
    position: absolute;
}

.dropdown-menu-mini-cart,
.dropdown-menu[data-bs-popper] {
    right: -3%;
    width: 330px;
    left: inherit;
    border: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    padding: 20px;
    top: 90px;
    border-radius: 0;
    margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
    margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--title-fonts);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    float: right;
}

.pt-shop-btn p {
    margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
    line-height: 0.8;
    color: var(--dark-color) !important;
    height: 1em;
    width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
    color: var(--primary-color) !important;
    background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a,
.pt-shop-btn .pt-cart ul.product_list_widget li a {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    padding-right: 30px;
    line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
    color: var(--primary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
    padding: 0;
}

/*================================================
Loading
================================================*/
/* Fullscreen overlay */
#pt-loading {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hide state */
#pt-loading.hide {
    opacity: 0;
    visibility: hidden;
}

/* Loader wrapper */
.pt-loader {
    position: relative;
    width: 150px;
    height: 150px;
}

/* Rotating half-half border */
.pt-loader-circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--primary-color);
    /* top half color */
    border-right-color: var(--grey-color);
    /* right half color */
    border-bottom-color: var(--primary-color);
    /* bottom half color */
    border-left-color: var(--grey-color);
    /* left half color */
    animation: spin 1.5s linear infinite;
}

/* Center logo */
.pt-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

/*================================================
Back to Top
================================================*/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: var(--big-border-radius);
    box-shadow: inset 0 0 0 2px rgba(var(--dark-color-rgb), 0.2);
    background: var(--white-color);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: "\e660";
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    color: var(--dark-color);
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    color: var(--dark-color);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*================================================
WordPress Core
================================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid var(--grey-color);
    max-width: 96%;
    padding: 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

.wp-block-gallery figcaption.blocks-gallery-caption {
    margin-bottom: 10px;
}

.bypostauthor {
    display: block;
}

.wp-caption-text {
    font-size: 14px;
    margin: 4px 0 0;
    line-height: normal;
}

/*===== Text meant only for screen readers =====*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 0px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--grey-color);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"],
.woocommerce a.button {
    padding: 12px 30px;
    font-family: var(--title-fonts);
    font-size: 18px;
    letter-spacing: 0.04em;
    background: var(--primary-color);
    color: var(--white-color);
    text-transform: capitalize;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 1.6;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
    background: var(--dark-color);
    color: var(--white-color);
}

/*===== Button Flat =====*/

.pt-btn-container {
    display: inline-block;
}

.pt-button.pt-button-flat {
    overflow: hidden;
    font-family: var(--title-fonts);
    line-height: 1.6;
    font-size: 18px;
    padding: 16px 30px;
    position: relative;
    width: auto;
    height: auto;
    color: var(--white-color);
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    background: var(--primary-color);
    text-decoration: none;
    border-radius: var(--big-border-radius);
    transition: var(--transition);
}

.pt-button.pt-button-flat .pt-button-text {
    transition: var(--transition);
}

.pt-button.pt-button-flat i {
    max-width: 20px;
    height: 1em;
    line-height: 1.3;
    margin: 0 0 0 8px;
    transition: var(--transition);
}

@keyframes pt-text-animate {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pt-button-text span {
    display: inline-block;
    opacity: 1;
    transition: var(--transition);
}

.pt-button.pt-button-flat .pt-button-text span {
    opacity: 1;
}

.pt-button.pt-button-flat:hover .pt-button-text span {
    animation: pt-text-animate 0.4s forwards;
}

/*===== Button link =====*/

.pt-button.pt-button-link {
    display: flex;
    font-family: var(--title-fonts);
    text-transform: capitalize;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 18px;
    align-items: center;
    position: relative;
}

.pt-button.pt-button-link .pt-button-text {
    position: relative;
    color: var(--primary-color);
}

.pt-button.pt-button-link .pt-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: all 0.7s ease-in-out;
}

.pt-button.pt-button-link:hover .pt-button-text::before {
    width: 100%;
}

.pt-button.pt-button-link .pt-button-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.pt-button.pt-button-link:hover .pt-button-text::after {
    width: 0;
}

/*===== Button outline =====*/

.pt-button.pt-button-outline {
    overflow: hidden;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: 18px;
    padding: 4px 4px 4px 30px;
    position: relative;
    width: auto;
    height: auto;
    color: var(--dark-color);
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 2px solid var(--dark-color);
    gap: 10px;
    text-decoration: none;
    border-radius: var(--big-border-radius);
    transition: var(--transition);
}

.pt-button.pt-button-outline:hover {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.pt-button.pt-button-outline i {
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: var(--big-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: rotate(-45deg);
    transition: var(--transition);
}

.pt-button.pt-button-outline:hover i {
    transform: rotate(0deg);
}

/*===== Button Rounded =====*/

.pt-button.pt-button-rounded {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    border-radius: var(--big-border-radius);
    background: var(--dark-color);
    color: var(--white-color);
    text-align: center;
    transition: var(--transition);
}

.pt-button.pt-button-rounded:hover {
    background: var(--primary-color);
    color: var(--white-color);
}


/*================================================
Dummy data
================================================*/

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
    font-size: 14px !important;
    background: var(--primary-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--white-color);
    padding: 4px 8px;
    border: 1px solid var(--primary-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
    border-color: var(--dark-color);
    background: var(--primary-color);
    color: var(--white-color);
}

/*================================================
OWL Carousel
================================================*/
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-nav {
    position: relative;
    top: 0%;
    transform: translateY(0);
    margin: 0;
    width: 100%;
    display: flex;
    cursor: inherit;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
    margin: 0 5px;
    border: none;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    background: var(--primary-color);
    color: var(--white-color);
    transition: var(--transition);
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button:hover {
    color: var(--white-color);
    background: var(--dark-color);
}

.pt-dark-bg .owl-carousel .owl-nav button:hover {
    color: var(--white-color);
    background: var(--dark-color);
}

.owl-carousel .owl-nav button i::before {
    line-height: inherit;
}

/*++++++++++++++++ Dots +++++++++++*/
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: rgba(var(--dark-color-rgb), .08);
    border: 0 solid rgba(var(--dark-color-rgb), .08);
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 12px;
    width: 12px;
    transition: var(--transition-duration);
    -webkit-transition: var(--transition-duration);
    -o-transition: var(--transition-duration);
    -moz-transition: var(--transition-duration);
    -ms-transition: var(--transition-duration);
    cursor: pointer;
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--dark-color);
    border-color: var(--dark-color);
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--dark-color);
    border-color: var(--dark-color);
    opacity: 1;
}

/*================================================
Pagination
================================================*/
.pt-pagination {
    margin-top: 60px;
}

.pt-pagination .page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
    margin-left: 0;
}

.pt-pagination .page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0px 20px;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    margin: 0 5px;
    color: var(--dark-color);
    background-color: var(--grey-color);
    letter-spacing: 0.04em;
    border: 0 solid var(--grey-color);
    -webkit-border-radius: var(--big-border-radius);
    -moz-border-radius: var(--big-border-radius);
    border-radius: var(--big-border-radius);
    font-family: var(--title-fonts);
}

.pt-pagination .page-numbers li .page-numbers:hover {
    color: var(--white-color);
    text-decoration: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
    box-shadow: none;
    outline: 0;
    z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
    cursor: pointer
}

.pt-pagination .page-numbers li .page-numbers.current {
    color: var(--white-color);
    background: var(--dark-color);
    border-color: var(--dark-color);
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
    width: auto;
}

@media(max-width:767px) {
    .pt-pagination {
        margin-top: 0;
    }

    .pt-pagination .page-numbers li .next.page-numbers,
    .pt-pagination .page-numbers li .prev.page-numbers {
        width: auto;
        display: none;
    }
}

/*================================================
Error
================================================*/
.pt-error-block {
    text-align: center;
}

.pt-error-block .pt-errot-text {
    font-size: 420px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    line-height: 0.8;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width:1023px) {
    .pt-error-block .pt-errot-text {
        font-size: 320px;
    }
}

@media(max-width:767px) {
    .pt-error-block .pt-errot-text {
        font-size: 200px;
    }

    .pt-error-block h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media(max-width:479px) {
    .pt-error-block .pt-errot-text {
        font-size: 130px;
    }
}

/*================================================
Breadcrumb
================================================*/
.pt-breadcrumb-style-1 {
    padding: 160px 0;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: start;
    z-index: 1;
    overflow: hidden;
    margin: 0 30px;
    border-radius: 20px;
}

.pt-breadcrumb-style-1::before {
    content: "";
    opacity: 0;
    position: absolute;
    background-color: var(--dark-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title h1 {
    font-size: clamp(2.25rem, 1.5rem + 3vw, 4.5rem);
    line-height: 1.6;
    /* ~88px on large screens, keeps 8px rhythm */
    color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb {
    display: inline-block;
    margin: 0;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.25;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li.active {
    color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a {
    color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a i {
    margin-right: 5px;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb li a:hover {
    color: var(--primary-color);
}

.pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-size: 12px;
    font-family: "themify";
    padding-right: 15px;
    color: var(--primary-color);
    float: none;
}

.pt-breadcrumb-style-1 .pt-breadcrumb-title,
.pt-breadcrumb-style-1 .pt-breadcrumb-container {
    width: 80%;
}

@media(max-width:1366px) {
    .pt-breadcrumb-style-1 {
        margin: 0;
        border-radius: 0;
    }

}

@media(max-width:1499px) {
    .pt-breadcrumb-style-1 {
        margin: 0;
        border-radius: 0;
    }

    .pt-breadcrumb-wrapper {
        padding: 0;
    }
}

@media(max-width:1023px) {
    .pt-breadcrumb-style-1 {
        padding: 90px 0 90px;
    }
}

@media(max-width:767px) {
    .pt-breadcrumb-style-1 .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 10px;
        font-size: 12px;
    }

    .pt-breadcrumb-style-1 .pt-breadcrumb-title,
    .pt-breadcrumb-style-1 .pt-breadcrumb-container {
        width: 100%;
    }
}

/*================================================
Service Single
================================================*/
[data-widget_type="sidebar.default"] .widget .menu-service_menu-container {
    border: none;
    box-shadow: none;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu {
    margin: 0;
    padding: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li {
    margin: 0 0 20px;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li:last-child {
    margin: 0;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a {
    padding: 17px 20px;
    border: 1px solid rgba(var(--dark-color-rgb), .2);
    background: var(--white-color);
    display: inline-block;
    width: 100%;
    position: relative;
    font-family: var(--body-fonts);
    /* font-size: 16px;
    line-height: 24px; */
    text-transform: capitalize;
    color: var(--dark-color);
    border-radius: 20px;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    right: 20px;
    left: auto;
    top: 24px;
    position: absolute;
    color: inherit;
    line-height: normal;
}

[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li a:hover,
[data-widget_type="sidebar.default"] .widget .menu-service_menu-container .menu li.current_page_item a {
    background: var(--primary-color);
    border: 1px solid rgba(var(--primary-color-rgb), 1);
    color: var(--white-color);
}

/*================================================
Header
================================================*/
header .mega-menu-wrap .mega-menu .mega-menu-item a {
    font-family: var(--title-fonts) !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--primary-color);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: var(--primary-color);
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 10px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 10px;
}

@media(max-width:1199px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--dark-color);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: var(--white-color);
    }
}

/*++++++ Search ++++++*/
.pt-search-button {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    background: rgba(var(--primary-color-rgb), 0.1);
    color: var(--primary-color);
    border-radius: var(--big-border-radius);
    display: inline-block;
}

.pt-search-button svg {
    fill: var(--primary-color);
    width: 20px;
}

.pt-search-button svg path {
    fill: var(--primary-color);
}

/*+++++ Offcanvas search +++++*/
.admin-bar .pt-search-button .offcanvas {
    top: 32px;
}

.pt-search-button .offcanvas {
    padding: 45px;
    height: auto;
    bottom: inherit;
    transition: all 0.5s ease;
}

.pt-search-button .offcanvas .btn-close {
    opacity: 1;
    background: none;
    color: var(--white-color);
    font-size: 0;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    line-height: normal;
    padding: 0;
    box-shadow: none;
    width: 54px;
    height: 54px;
    line-height: 54px;
    outline: none;
}

.pt-search-button .offcanvas .btn-close:before {
    content: "\e646";
    font-family: "themify";
    font-size: 18px;
}

.pt-search-button .offcanvas .btn-close:after {
    content: "";
    background: var(--primary-color);
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: var(--big-border-radius);
}

.pt-search-button .offcanvas .btn-close:hover:after {
    background: var(--dark-color);
}

.pt-search-button .offcanvas .btn-close:hover {
    color: var(--white-color);
}

.pt-search-button .offcanvas .search-form {
    margin: 0 auto;
    width: 60%;
}

.pt-search-button .offcanvas .search-form .search-field {
    color: var(--secondary-color);
    background: var(--grey-color);
    padding-left: 30px;
}

.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.pt-search-button .offcanvas .search-form .search-field:focus {
    color: var(--dark-color);
}

.pt-search-button .offcanvas .search-form .search-submit {
    background: transparent;
    color: var(--secondary-color) !important;
}

.offcanvas.offcanvas-top .search-form .search-submit {
    display: none;
}

.pt-search-button .offcanvas .search-form .search-submit:hover {
    color: var(--dark-color) !important;
}

/*===== Transparent  Header =====*/
.admin-bar .transparent-header {
    top: 32px !important;
}

.transparent-header {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--dark-color);
}

.transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
.transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--primary-color);
}

/*===== Sticky  Header =====*/
.admin-bar .pt-header-sticky {
    top: 32px;
}

header.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: var(--dark-color);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(26, 26, 26, 0.1);
    border-bottom: none;
    z-index: 9999;
}

@media (max-width: 767px) {
    .admin-bar .transparent-header.pt-header-sticky {
        top: 0 !important;
    }
}

@media (max-width: 1200px) {
    .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--dark-color);
    }

    .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
    .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .transparent-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        color: var(--white-color);
    }
}


/*===== Dark Header =====*/
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--white-color);
}

.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--primary-color);
}


@media (max-width: 1200px) {
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--dark-color);
    }

    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    .pt-dark-header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        color: var(--white-color);
    }
}


/*++++++ Cart ++++++*/
.pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    background: var(--grey-color);
    color: var(--primary-color);
    border-radius: var(--big-border-radius);
    display: inline-block;
}

.header-style-2 .pt-header-info {
    display: flex;
    gap: 15px;
}

.header-style-2 .pt-header-info .pt-shop-btn .pt-cart-button .pt-icon { 
    background: rgba(var(--primary-color-rgb), 0.1);
    color: var(--primary-color);
}

.header-3 .pt-header-info {
    display: flex;
    gap: 15px;
}

.header-3 .pt-header-info .pt-shop-btn .pt-cart-button .pt-icon { 
    background: var(--white-color);
    color: var(--primary-color);
}

.pt-header-info .pt-shop-btn .pt-cart-button .pt-icon {
    background: var(--grey-color);
}

.pt-shop-btn .dropdown-toggle::after {
    display: none;
}

.pt-cart-button {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pt-shop-btn .pt-cart>a {
    color: var(--dark-color);
    position: relative;
    line-height: 90px;
    padding: 0 0 0;
    font-size: 22px;
    transform: rotateY(180deg);
}

.pt-cart-button .basket-item-count {
    font-size: 12px;
    font-weight: 400;
    background: var(--dark-color);
    color: var(--white-color);
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: var(--big-border-radius);
}

.pt-shop-btn .pt-cart .basket-item-count .woocommerce-Price-amount {
    display: none;
}

.pt-shop-btn .pt-cart:hover .dropdown-menu-mini-cart {
    display: block;
}

.pt-shop-btn ul.product_list_widget {
    margin: 0;
    padding: 0;
}

.pt-shop-btn ul.product_list_widget li {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt-shop-btn ul.product_list_widget a.remove {
    float: right;
    right: 0;
    top: 0;
    left: inherit;
    bottom: 0;
    margin: auto 0;
    font-size: 30px;
    text-align: center;
    position: absolute;
}

.dropdown-menu-mini-cart, .dropdown-menu[data-bs-popper] {
    right: -3%;
    width: 330px;
    left: inherit;
    border: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    padding: 20px;
    top: 90px;
    border-radius: 0;
    margin: 0;
}

.pt-shop-btn .woocommerce-mini-cart__total.total {
    margin-bottom: 5px;
}

.pt-shop-btn .woocommerce-mini-cart__total.total strong {
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--title-fonts);
}

.pt-shop-btn .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    float: right;
}

.pt-shop-btn p {
    margin-bottom: 0;
}

.pt-shop-btn .pt-cart a.remove {
    line-height: 0.8;
    color: var(--dark-color) !important;
    font-weight: 400;
    height: 1em;
    width: 1em;
}

.pt-shop-btn .pt-cart a.remove:hover {
    color: var(--primary-color) !important;
    background: transparent;
}

.pt-shop-btn .pt-cart ul.cart_list li a, .pt-shop-btn .pt-cart ul.product_list_widget li a {
    display: block;
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    padding-right: 30px;
    line-height: normal;
}

.pt-shop-btn .pt-cart ul.product_list_widget li a:hover {
    color: var(--primary-color);
}

.pt-shop-btn .pt-cart ul.product_list_widget li a.remove {
    font-weight: 400;
    padding: 0;
}


/*================================================
Section Title
================================================*/
.pt-section-title.text-center .pt-title .pt-title-subtitle {
    justify-content: center;
}

.pt-section-title.text-center .pt-title .pt-title-heading {
    margin-bottom: 0;
}

.pt-section-title .pt-title .pt-title-heading {
    margin-bottom: 10px;
    color: var(--primary-color);
}

.pt-section-title .pt-title .pt-title-subtitle {
    position: relative;
    text-transform: capitalize;
    color: var(--dark-color);
    display: inline-block;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    align-items: center;
    font-size: 18px;
    line-height: 1em;
}

.pt-section-title .pt-title .pt-title-subtitle img {
    position: absolute;
    top: -70px;
    left: 0;
}

.pt-section-title .pt-title .pt-title-description {
    font-size: 18px;
    line-height: 1.8;
    color: var(--secondary-color);
    margin: 0;
}

@media(max-width:767px) {
    .pt-section-title .pt-title .pt-title-subtitle img {
        display: none;
    }
}

/*================================================
Isotope Portfolio
================================================*/
.pt-filters .pt-filter-button-group ul {
    margin: 0 0 45px;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
    font-family: var(--title-fonts);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    list-style: none;
    color: var(--dark-color);
    display: inline-block;
    cursor: pointer;
    padding: 8px 24px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.pt-filters .pt-filter-button-group ul li:last-child {
    margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
    background: var(--dark-color);
    color: var(--white-color);
    -webkit-border-radius: var(--big-border-radius);
    -moz-border-radius: var(--big-border-radius);
    border-radius: var(--big-border-radius);
}

.pt-filters .pt-filter-button-group ul li:hover {
    color: var(--dark-color);
}

/*===== Portfolio Grid =====*/
.pt-grid {
    display: inline-block;
    width: 100%;
    float: left;
}

.pt-grid:after {
    content: '';
    display: block;
    clear: both;
}

.pt-grid .pt-col-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-grid .pt-col-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-grid .pt-col-4 {
    width: 33.33%;
    padding: 0 15px 30px;
}

@media(max-width:1199px) {
    .pt-grid .pt-col-3 {
        width: 33.333%;
    }
}

@media(max-width:1023px) {

    .pt-grid .pt-col-4,
    .pt-grid .pt-col-3 {
        width: 50%;
    }
}

@media(max-width:767px) {

    .pt-grid .pt-col-6,
    .pt-grid .pt-col-4,
    .pt-grid .pt-col-3 {
        width: 100%;
        padding: 0 0 30px;
    }
}

/*===== Portfolio Masonry =====*/
.pt-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-4 {
    width: 33.333%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-masonry-item.visible_item {
    display: none !important;
}

.pt-grid-item.visible_item {
    display: none !important;
}

.pt-job-item.visible_item {
    display: none !important;
}

.pt-job-grid-item.visible_item {
    display: none !important;
}

@media(max-width:1199px) {
    .pt-masonry .ipt-lg-3 {
        width: 33.333%;
    }
}

@media(max-width:1023px) {

    .pt-masonry .ipt-lg-4,
    .pt-masonry .ipt-lg-3 {
        width: 50%;
    }
}

@media(max-width:767px) {

    .pt-masonry .ipt-lg-6,
    .pt-masonry .ipt-lg-4,
    .pt-masonry .ipt-lg-3 {
        width: 100%;
        padding: 0 0 30px;
    }
}

/*================================================
Portfolio
================================================*/
.pt-hover-bellow {
    position: relative;
}

.pt-hover-bellow .pt-portfolio-img {
    overflow: hidden;
    border-radius: var(--pt-border-radius);
}

.pt-hover-bellow .pt-portfolio-img img {
    transition: var(--transition);
}

.pt-hover-bellow:hover .pt-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pt-hover-bellow .pt-potfolio-content {
    margin-top: 30px;
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category {
    color: var(--secondary-color);
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-category a {
    color: var(--secondary-color);
}

.pt-hover-bellow .pt-potfolio-content .pt-portfolio-title a:hover {
    color: var(--dark-color);
}

.pt-hover-bellow .pt-potfolio-content .pt-button {
    margin-top: 15px;
}

/*===== Portfolio Fade =====*/
.pt-hover-fade {
    position: relative;
}

.pt-hover-fade .pt-portfolio-img {
    overflow: hidden;
    border-radius: var(--pt-border-radius);
    margin-bottom: 0;
}

.pt-hover-fade .pt-portfolio-img img {
    transition: var(--transition);
}

.pt-hover-fade:hover .pt-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pt-hover-fade .pt-potfolio-content {
    opacity: 0;
    max-width: unset;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    background: #063036;
    background: linear-gradient(0deg, rgba(6, 48, 54, 1) 20%, rgba(6, 48, 54, 0) 100%);
    will-change: opacity;
    border-radius: var(--pt-border-radius);
    transition: var(--transition);
}

.pt-hover-fade:hover .pt-potfolio-content {
    opacity: 1;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--title-fonts);
    color: var(--white-color);
    margin-bottom: 5px;
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-category a {
    color: var(--primary-color);
}

.pt-hover-fade .pt-potfolio-content .pt-portfolio-title a {
    color: var(--white-color);
}

.pt-hover-fade .pt-potfolio-content .pt-button-rounded {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    transition: var(--transition);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    background-color: var(--primary-color);
}

.pt-hover-fade:hover .pt-potfolio-content .pt-button-rounded {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pt-hover-fade .pt-potfolio-content .pt-button-rounded i {
    color: var(--dark-color);
}

.pt-hover-fade .pt-potfolio-content .pt-button-rounded i::before {
    line-height: inherit;
}

.pt-hover-fade:hover .pt-potfolio-content .pt-button-rounded i {
    color: var(--dark-color);
}

.pt-hover-fade .pt-post-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*===== Portfolio Slide =====*/
.pt-hover-slide {
    position: relative;
    border-radius: var(--pt-border-radius);
    overflow: hidden;
}

.pt-hover-slide .pt-portfolio-img {
    overflow: hidden;
    position: relative;
    border-radius: var(--pt-border-radius);
}

.pt-hover-slide .pt-portfolio-img img {
    transition: var(--transition);
}

.pt-hover-slide:hover .pt-portfolio-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pt-hover-slide .pt-potfolio-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: rgba(var(--primary-color-rgb), .7);
    backdrop-filter: blur(20px);
    padding: 30px;
    border-radius: var(--pt-border-radius);
    transition: var(--transition);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    opacity: 0;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(4, 20, 36, 0.1);
}

.pt-hover-slide:hover .pt-potfolio-content {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pt-hover-slide .pt-potfolio-content .pt-portfolio-category a {

    text-transform: capitalize;
    color: var(--white-color);
    font-family: var(--title-fonts);
    display: inline-block;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
}

.pt-potfolio-content .pt-portfolio-title {
    color: var(--white-color);
}

.pt-potfolio-content .pt-portfolio-title a:hover {
    color: var(--white-color);
}

.pt-potfolio-content .pt-button {
    margin-top: 15px;
}

@media(max-width:1199px) {
    .pt-hover-slide .pt-potfolio-content {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
}

@media(max-width:767px) {
    .pt-hover-slide .pt-potfolio-content {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    .pt-hover-slide .pt-potfolio-content .pt-portfolio-title {
        font-size: 24px;
        line-height: 32px;
    }
}

/*===== Portfolio Load More Button =====*/
.pt-loadmore-button {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

.pt-loadmore-button .pt-button.pt-button-flat {
    background-color: var(--dark-color);
    color: var(--white-color);
    transition: var(--transition);
}

.pt-loadmore-button .pt-button.pt-button-flat i {
    color: var(--white-color);
    transition: var(--transition);
    display: none;
}

.pt-loadmore-button .pt-button.pt-button-flat:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}


/*===== Portfolio End Message =====*/
.pt-end-meassge {
    color: var(--dark-color);
    text-align: center;
    background: var(--grey-color);
    padding: 10px;
    text-transform: uppercase;
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    border-radius: var(--pt-border-radius);
    display: none;
}

.visible {
    display: block;
}

/*===== Portfolio Loader Icon =====*/
#pt-loaderIcon {
    display: none;
    text-align: center;
    margin: 20px auto;
}

.pt-dots {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.pt-dot {
    width: 12px;
    height: 12px;
    background-color: #333;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out both;
}

.pt-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.pt-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

/*================================================
Service Box
================================================*/
.pt-service-box.pt-style-1 {
    position: relative;
}

.pt-service-box.pt-style-1 .pt-service-media {
    position: relative;
    overflow: hidden;
    border-radius: 500px;
}

.pt-service-box.pt-style-1 .pt-service-media img {
    height: 560px;
    width: 100%;
    object-fit: cover;
    border-radius: 500px;
    transition: var(--transition);
}

.pt-service-box.pt-style-1 .pt-service-content {
    opacity: 0;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 30px;
    border-radius: 500px;
    background: linear-gradient(0deg, rgba(33, 68, 66, 1) 5%, rgba(81, 118, 106, 0) 100%);
    transition: var(--transition);
}

.pt-service-box.pt-style-1:hover .pt-service-content {
    opacity: 1;
}

.pt-service-box.pt-style-1 .pt-service-content .pt-service-title {
    color: var(--white-color);
    transform: translateY(40px);
    transition: var(--transition);
    margin-bottom: 15px;
}

.pt-service-box.pt-style-1:hover .pt-service-content .pt-service-title {
    transform: translateY(0);
}

.pt-service-box.pt-style-1 .pt-service-content .pt-button-rounded {
    background-color: var(--grey-color);
    border-radius: 50%;
    padding: 12px 14px;
    transform: translateY(40px);
    transition: var(--transition);
    line-height: 35px;
}

.pt-service-box.pt-style-1:hover .pt-service-content .pt-button-rounded {
    transform: translateY(0);
}

.pt-service-box.pt-style-1 .pt-service-content .pt-button-rounded i {
    color: var(--dark-color);
}

.pt-service-box.pt-style-1 .pt-post-link {
    position: absolute;
    inset: 0;
    z-index: 9;
}

.pt-service-box-slider.pt-style-1 {
    margin-right: -202px;
}

.pt-service-box-slider.pt-style-1 .owl-nav {
    position: absolute;
    top: -40%;
    right: 13%;
    display: block;
    width: auto;
}

@media(max-width:1099px) {

    .pt-service-box.pt-style-1 .pt-service-media img {
        height: 500px;
    }

    .pt-service-box-slider.pt-style-1 {
        margin-right: 0;
    }

    .pt-service-box-slider.pt-style-1 .owl-nav {
        display: none;
    }
}

/*================================================
Video Popup 
================================================*/
.pt-video-popup {
    position: relative;
}

.pt-video-popup .pt-video-popup-img img {
    width: 100%;
    object-fit: cover;
    border-radius: var(--pt-border-radius);
}

.pt-video-popup .pt-popup-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-youtube {
    height: 90px;
    width: 90px;
    line-height: 95px;
    text-align: center;
    border-radius: var(--big-border-radius);
    backdrop-filter: blur(20px);
    display: inline-block;
    background: rgba(var(--primary-color-rgb), .6);
    color: var(--white-color);
    font-size: 28px;
}

.mfp-wrap .mfp-close {
    padding: 0;
    top: -50px;
    right: 0;
    font-size: 32px;
    opacity: 1;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-family: var(--body-fonts);
    color: var(--white-color);
    background-color: var(--primary-color);
    position: absolute;
    letter-spacing: 0;
    font-weight: 400;
}

.popup-youtube,
.popup-youtube:hover {
    color: var(--white-color);
}

@media(max-width:1500px) {
    .pt-video-popup .pt-video-popup-img img {
        border-radius: 0;
    }
}

@media(max-width:767px) {
    .pt-video-popup .pt-video-popup-img img {
        height: 350px;
    }
}

/*================================================
Testimonial
================================================*/

.pt-testimonial-box.pt-style-1 {
    background: var(--grey-color);
    padding: 30px;
    border-radius: var(--pt-border-radius);
    position: relative;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-img {
    position: absolute;
    top: 10px;
    right: 35px;
    width: 170px;
    height: 170px;
    opacity: 1;
    z-index: 1;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-media .pt-testimonial-author-img img {
    width: 82px;
    height: 82px;
    border-radius: var(--big-border-radius);
    object-fit: cover;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star {
    margin-bottom: 10px;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i {
    margin-right: 7px;
    font-size: 18px;
    color: #527667;
}

.pt-testimonial-box.pt-style-1 .pt-testimonial-content .pt-testimonial-star i:last-child {
    margin-right: 0;
}

.pt-testimonial-description {
    margin: 0;
}

.pt-testimonial-slider-1 .owl-nav {
    display: none;
}


@media(max-width:397px) {
    .pt-testimonial-box.pt-style-1 {
        padding: 30px 20px;
    }

    .pt-testimonial-box.pt-style-1 .pt-testimonial-media {
        margin-bottom: 40px;
    }
}

/*================================================
Progress Bar
================================================*/
/*===== ProgressBar-style-1 =====*/
.pt-progressbar-box.pt-style-1 {
    display: inline-block;
    width: 100%;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content {
    margin-bottom: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content .sonny_progressbar {
    margin-bottom: 0;
    margin-top: 5px;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content .bar-container {
    height: 8px;
}

.pt-progressbar-box.pt-style-1 .pt-progressbar-content:last-child {
    margin-bottom: 0;
}

.pt-progressbar-box.pt-style-1 .progress-title {
    margin: 0;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-size: 20px;
    line-height: 28px;
}

.pt-progressbar-box.pt-style-1 .progress-value {
    color: var(--primary-color);
    margin: 0;
    float: right;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.pt-progressbar-box.pt-style-1 .pt-progress-bar span {
    display: inline-block;
    background: var(--grey-color);
    float: left;
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
}

.pt-progressbar-box.pt-style-1 .pt-progress-bar span.bar {
    background: var(--primary-color) !important;
}

.pt-bg-gray .pt-progressbar-box.pt-style-1 .pt-progress-bar span {
    background: var(--white-color);
}

/*================================================
Recent Post
================================================*/
.pt-recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pt-recent-post:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.pt-recent-post .pt-recent-post-media {
    margin-right: 15px;
}

.pt-recent-post .pt-recent-post-media img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
}

.pt-recent-post .pt-recent-post-info {
    flex: 1;
    align-self: center;
}

.pt-recent-post .pt-recent-post-info .pt-post-date {
    font-family: var(--body-fonts);
    color: var(--dark-color);
    font-size: 16px;
}

.pt-recent-post .pt-recent-post-info .pt-post-date i {
    margin-right: 10px;
}

.pt-recent-post .pt-recent-post-info h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--primary-color);
}

.pt-recent-post .pt-recent-post-info h6 a:hover {
    color: var(--dark-color);
}

@media(max-width:397px) {
    .pt-recent-post .pt-recent-post-info h6 {
        font-size: 18px;
        line-height: 26px;
    }
}

/*================================================
Team
================================================*/

/* <---- style-1 ----> */

.pt-team-box.pt-style-1 {
    text-align: center;
    transition: var(--transition);
    position: relative;
}

.pt-team-box.pt-style-1 .pt-team-box-media {
    background: var(--grey-color);
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 500px;
    padding: 40px 0 0 0;
    transition: background-color 1s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media {
    background-color: var(--dark-color);
}

.pt-team-box.pt-style-1 .pt-team-box-media img {
    object-fit: cover;
    position: relative;
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 9;
    opacity: 0;
    transition: var(--transition);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social {
    opacity: 1;
}

@keyframes ec-social-fade-in {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li {
    animation: ec-social-fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(1) {
    animation-delay: 0.08s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(2) {
    animation-delay: 0.16s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(3) {
    animation-delay: 0.24s;
}

.pt-team-box.pt-style-1:hover .pt-team-box-media .pt-team-social li:nth-child(4) {
    animation-delay: 0.32s;
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li a {
    background: var(--primary-color);
    color: var(--white-color);
    width: 38px;
    height: 38px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--big-border-radius);
    font-size: 18px;
    transition: var(--transition);
}

.pt-team-box.pt-style-1 .pt-team-box-media .pt-team-social li a:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.pt-team-box.pt-style-1 .pt-team-info {
    margin-top: 30px;
}

.pt-team-box.pt-style-1 .pt-team-info .pt-team-name {
    margin-bottom: 5px;
}

@media(max-width:767px) {
    .pt-team-box.pt-style-1 .pt-team-info {
        margin-top: 20px;
    }
}

/* <---- Team Box Style 2 ----> */

.pt-team-box.pt-style-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.pt-team-box.pt-style-2 .pt-team-media {
    position: relative;
    width: 335px;
    height: 350px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    transition: var(--transition);
    background: var(--grey-color);
    padding-top: 20px;
}

.pt-team-box.pt-style-2 .pt-team-media img {
    width: auto;
    height: 370px;
    object-fit: cover;
    transition: var(--transition);
}

.pt-team-box.pt-style-2 .pt-team-info {
    position: absolute;
    inset: 0;
    background-color: rgba(var(--primary-color-rgb), 0.9);
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(0);
    transition: var(--transition);
    border-radius: 50%;
}

.pt-team-box.pt-style-2 .pt-team-name {
    margin-bottom: 5px;
}

.pt-team-box.pt-style-2 .pt-team-designation {
    margin-bottom: 15px;
}

.pt-team-box.pt-style-2 .pt-team-social {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-team-box.pt-style-2 .pt-team-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--primary-color);
    transition: var(--transition);
    font-size: 15px;
}

.pt-team-box.pt-style-2:hover .pt-team-info {
    opacity: 1;
    transform: scale(1);
}

@media(max-width:397px) {
    .pt-team-box.pt-style-2 .pt-team-media {
        width: 280px;
        height: 290px;
    }
}

/*================================================
Accordion
================================================*/

.accordion-box.pt-style-1 {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    background: transparent;
}

.accordion-box.pt-style-1 .accordion-box-meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.accordion-box.pt-style-1 .accordion-box-meta:first-child {
    padding-top: 0;
}

.accordion-box.pt-style-1 .accordion-box-block {
    position: relative;
}

.accordion-box.pt-style-1 .accordion-box-title {
    color: var(--primary-color);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-title {
    color: var(--dark-color);
}

.accordion-box.pt-style-1 .accordion-box-title i {
    font-size: 18px;
    transition: var(--transition);
    color: var(--primary-color);
}

.accordion-box.pt-style-1 .accordion-box-title i.active {
    display: inline-block;
}

.accordion-box.pt-style-1 .accordion-box-title i.inactive {
    display: none;
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-title i.active {
    display: none;
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-title i.inactive {
    display: inline-block;
}

.accordion-box.pt-style-1 .accordion-box-info {
    display: none;
    padding-top: 10px;
    color: var(--secondary-color);
}

.accordion-box.pt-style-1 .accordion-box-meta.pt-active .accordion-box-info {
    display: block;
}

.accordion-box.pt-style-1 .accordion-box-description {
    margin: 0;
}

/* Responsive */
/* @media (max-width: 767px) {
  .accordion-box.pt-style-1 .accordion-box-title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .accordion-box.pt-style-1 .accordion-box-title {
    font-size: 15px;
  }
} */

/*================================================
Price Plan
================================================*/

.pt-pricing-list-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 90px;
}

.pt-price-plan.pt-style-1 {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}

.pt-price-plan.pt-style-1 .pt-price-icon {
    font-size: 58px;
    line-height: 1;
    color: var(--dark-color);
}

.pt-price-plan.pt-style-1 .pt-price-content {
    flex: 1;
    position: relative;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading .pt-price-title {
    color: var(--primary-color);
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading .pt-price-line {
    flex: 1;
    height: 1px;
    background: var(--grey-color);
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-heading .pt-price-value {
    font-size: 28px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-description {
    margin: 0;
    max-width: 400px;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-img {
    position: absolute;
    top: 0;
    right: 110px;
}

.pt-price-plan.pt-style-1 .pt-price-content .pt-price-img img {
    border-radius: 100px;
    height: 140px;
    transform: rotate(20deg);
    scale: 0;
    transition: var(--transition);
}

.pt-price-plan.pt-style-1:hover .pt-price-content .pt-price-img img {
    scale: 1;
}

@media(max-width:1024px) {
    .pt-pricing-list-1 {
        grid-template-columns: 1fr;
    }
}

@media(max-width:767px) {
    .pt-price-plan.pt-style-1 {
        flex-direction: column;
    }

    .pt-price-plan.pt-style-1:last-child {
        padding-bottom: 0;
    }

    .pt-price-plan.pt-style-1:last-child .pt-price-content .pt-price-img {
        top: -50px;
    }
}

@media(max-width:479px) {
    .pt-price-plan.pt-style-1 .pt-price-content .pt-price-img {
        right: 80px;
    }
}

/*================================================
Cards
================================================*/
.pt-cards-body .content-area .site-main,
.pt-cards-body .content-area .site-main .elementor-section.elementor-top-section.pt-cards-section {
    overflow: visible;
}

.pt-cards {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 30px 0;
}

.pt-cards .pt-card.pt-style-1 {
    position: sticky;
    top: 130px;
}

.pt-card.pt-style-1 .pt-card-inner {
    display: grid;
    gap: 60px;
    grid-template-columns: 1.9fr 1fr;
    overflow: hidden;
    align-items: center;
}

.pt-card.pt-style-1 .pt-card-inner .pt-card-image {
    border-radius: var(--pt-border-radius);
}

.pt-card.pt-style-1 .images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: var(--pt-border-radius);
    width: 100%;
    max-width: 100% !important;
}

.pt-card.pt-style-1 .images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: 100% !important;
}

.pt-card.pt-style-1 .images-compare-after {
    pointer-events: none;
    width: 100% !important;
}

.pt-card.pt-style-1 .images-compare-before img,
.pt-card.pt-style-1 .images-compare-after img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.pt-card.pt-style-1 .images-compare-separator {
    position: absolute;
    background: var(--secondary-color);
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0;
}

.pt-card.pt-style-1 .images-compare-handle {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -22px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    z-index: 9;
    background: var(--primary-color);
    cursor: pointer;
}

/* Drag handle arrows */
.pt-card.pt-style-1 .images-compare-left-arrow,
.pt-card.pt-style-1 .images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.pt-card.pt-style-1 .images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.pt-card.pt-style-1 .images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.pt-card.pt-style-1 .pt-images-label {
    text-transform: capitalize;
    font-family: var(--title-fonts);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    color: var(--dark-color);
    pointer-events: none;
    display: none;
    font-size: 22px;
    line-height: 30px;
}

.pt-card.pt-style-1 .images-compare-container .pt-images-label {
    display: inherit;
}

.pt-card.pt-style-1 .images-compare-before .pt-images-label {
    left: 20px;
}

.pt-card.pt-style-1 .images-compare-after .pt-images-label {
    left: auto;
    right: 20px;
}

.pt-cards .pt-card.pt-style-1 .pt-card-content {
    height: 100%;
    background-color: var(--dark-color);
    padding: 90px 30px 30px 30px;
    border-radius: var(--pt-border-radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pt-cards .pt-card.pt-style-1:nth-child(even) .pt-card-content {
    background-color: var(--primary-color);
}


.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon i {
    color: var(--white-color);
    font-size: 68px;
    line-height: 1;
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
    color: var(--white-color);
    opacity: 0.1;
    position: absolute;
    top: 40px;
    right: 40px;
    font-family: var(--title-fonts);
    font-size: 92px;
    line-height: 1;
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
    color: var(--white-color);
    margin: 30px 0 10px;
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-description {
    color: var(--white-color);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text {
    color: var(--white-color);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text::before {
    background: var(--white-color);
}

.pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-button.pt-button-link .pt-button-text::after {
    background: var(--white-color);
}

@media(max-width:1099px) {
    .pt-card.pt-style-1 .pt-card-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pt-card.pt-style-1 {
        position: relative;
        top: 0;
    }
}

@media(max-width:799px) {
    .pt-cards .pt-card.pt-style-1 .pt-card-content {
        padding: 30px;
    }
}

@media(max-width:767px) {
    .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
        margin: 20px 0 10px;
    }

    .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        top: 20px;
        right: 40px;
        font-size: 82px;
    }
}

@media(max-width:397px) {
    .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        font-size: 68px;
        right: 20px;
    }
}



/*================================================
animation 
================================================*/

@keyframes text-animatio {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.pt-animation-button {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    transform-origin: center;
    position: relative;
    background: var(--primary-color);
}

.pt-animation-button .pt-animation-button-inner .pt-animation-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    font-size: 28px;
    line-height: 90px;
    z-index: 1;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    text-align: center;
}

.pt-animation-button .pt-animation-button-inner .pt-animation-button-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pt-animation-button .pt-animation-button-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: text-animatio 10s linear infinite;
    transform: rotate(0deg);
    padding: 10px;
}

.pt-style-2 .pt-animation-button {
    width: 190px;
    height: 190px;
}

@media(max-width:767px) {
    .pt-style-2 .pt-animation-button {
        width: 130px;
        height: 130px;
    }
}

@media(max-width:397px) {
    .pt-style-2 .pt-animation-button {
        width: 90px;
        height: 90px;
    }

    .pt-animation-button .pt-animation-button-inner .pt-animation-button-icon {
        line-height: 85px;
    }

    .pt-animation-button .pt-animation-button-inner .pt-animation-button-icon svg {
        width: 35px;
        height: 35px;
    }
}

/*================================================
Custom Cursor Container
================================================*/

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all .3s ease-in-out;
}

/* Dot */
.cursor .cursor-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Ring (scroll progress indicator) */
.cursor .cursor-ring {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.cursor svg {
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
}

.cursor .ring-bg {
    stroke: var(--secondary-color);
    stroke-width: 2;
}

.cursor .ring-progress {
    stroke: var(--primary-color);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 113;
    stroke-dashoffset: 113;
    transition: stroke-dashoffset 0.2s linear;

}

/*================================================
Blog
================================================*/

.single-post .pt-blog-post,
.pt-blog .owl-carousel .pt-blog-post {
    margin-bottom: 0;
}

.pt-blog-post {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    float: left;
}

/*===== Blog Image =====*/
.pt-blog-post .pt-post-media {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: var(--pt-border-radius);
}

.pt-blog-post .pt-post-media img {
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.pt-blog-post .pt-post-media .pt-blog-image {
    position: relative;
    overflow: hidden;
}

.pt-blog-post .pt-post-media .pt-blog-image::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-blog-post:hover .pt-post-media .pt-blog-image::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

/* .pt-blog-post:hover .pt-post-media img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
} */

/*===== Blog contain =====*/

.pt-blog-post .pt-post-category {
    margin-bottom: 8px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
    margin-top: 15px;
}

/*===== Blog Meta =====*/

.pt-blog-post .pt-post-meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pt-blog-post .pt-post-meta ul li {
    display: inline-block;
    text-align: center;
}

.pt-blog-post .pt-post-meta ul li a {
    color: var(--primary-color);
}

/* .pt-blog-post .pt-post-meta ul li a:hover {
    text-decoration: underline !important;
} */

.pt-blog-post .pt-post-meta ul li:last-child {
    margin-right: 0;
}

.pt-blog-post .pt-post-meta ul .pt-post-date a {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    color: var(--secondary-color);
    transition: var(--transition);
}

/*===== Blog 1 Column =====*/
.pt-blog.pt-blog-col-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px 30px;
}

.pt-blog.pt-blog-col-1 .pt-blog-post {
    margin-bottom: 0;
}

/*===== Blog 2 Column =====*/
.pt-blog.pt-blog-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px 30px;
}

.pt-blog.pt-blog-col-2 .pt-blog-post {
    margin-bottom: 0;
}

@media(max-width:767px) {
    .pt-blog.pt-blog-col-2 {
        grid-template-columns: 1fr;
    }
}

/*===== Blog 3 Column =====*/
.pt-blog.pt-blog-col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px 30px;
    row-gap: 0;
}

.pt-blog.pt-blog-col-3 .pt-blog-post .pt-blog-contain {
    margin-bottom: 0;
}

@media(max-width:1023px) {
    .pt-blog.pt-blog-col-3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {
    .pt-blog.pt-blog-col-3 {
        grid-template-columns: 1fr;
    }
}

/*===== Blog-list =====*/
.pt-blog-post.pt-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding: 30px;
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
    gap: 30px;
    background-color: var(--grey-color);
    border: 1px solid transparent;
    transition: var(--transition);
    margin-bottom: 30px;
}

.pt-blog-post.pt-list:last-child {
    margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-post-media img {
    height: 150px;
    object-fit: cover;
}

.pt-blog-post.pt-list .pt-post-media {
    border-radius: var(--pt-border-radius);
}

.pt-blog-post.pt-list .pt-blog-contain {
    padding: 0;
    background-color: none;
    margin-bottom: 0;
}

.pt-blog-post.pt-list .pt-blog-contain .pt-blog-title {
    font-size: 24px;
    line-height: 32px;
    transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-blog-contain .pt-blog-title {
    color: var(--primary-color);
}

.pt-blog-post.pt-list .pt-btn-container {
    margin-top: 0;
}

.pt-blog-post.pt-list .pt-button {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: var(--transition);
}

.pt-blog-post.pt-list.pt-active .pt-button {
    transform: rotate(-32deg);
    background: var(--primary-color);
}

@media(max-width:1279px) {
    .pt-blog-post.pt-list .pt-button {
        position: relative;
        top: inherit;
        right: inherit;
    }
}

@media(max-width:1023px) {
    .pt-blog-post.pt-list .pt-button {
        position: absolute;
        top: 20px;
        right: 30px;
    }
}

@media(max-width:767px) {
    .pt-blog-post.pt-list .pt-button {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 20px;
    }
}

@media(max-width:575px) {
    .pt-blog-post.pt-list {
        display: block;
        padding: 0;
    }

    .pt-blog-post.pt-list .pt-post-media img {
        height: 100%;
    }

    .pt-blog-post.pt-list .pt-blog-contain {
        padding: 15px;
    }
}

.pt-blog .owl-nav {
    display: none;
}

/*===== single project css =====*/
.single-post .pt-blog-post {
    margin-bottom: 0;
}

.pt-single-post-bottom-holder {
    margin: 45px 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid rgba(var(--dark-color-rgb), .2);
    border-top: 1px solid rgba(var(--dark-color-rgb), .2);
}

.pt-single-post-bottom-holder .pt-single-post-tags {
    display: flex;
    align-items: center;
}

.pt-single-post-bottom-holder .pt-single-post-tags-title {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    background: var(--grey-color);
    margin: 0;
    display: inline-block;
    float: left;
    color: var(--primary-color);
    padding: 4px 16px;
    letter-spacing: 0.04em;
    border: 1px solid var(--grey-color);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-border-radius: var(--big-border-radius);
    -moz-border-radius: var(--big-border-radius);
    border-radius: var(--big-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-tags-list li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
}

/*===== Blog Single Post - Social Media =====*/

.pt-single-post-bottom-holder .pt-single-post-social-title {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a {
    width: 50px;
    height: 50px;
    background: var(--grey-color);
    color: var(--primary-color);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: var(--big-border-radius);
    -moz-border-radius: var(--big-border-radius);
    border-radius: var(--big-border-radius);
}

.pt-single-post-bottom-holder ul.pt-single-post-shortcode-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-single-post-usernav .pt-user {
    background: var(--grey-color);
    padding: 30px;
    display: flex;
    align-items: flex-start;

    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
}

.pt-single-post-usernav .pt-user .pt-user-media {
    margin-right: 30px;
}

.pt-single-post-usernav .pt-user .pt-user-media img {
    width: 180px;
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
    border: 1px solid rgba(var(--dark-color-rgb), .2);
}

.pt-single-post-usernav .pt-user-info .pt-user-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.pt-single-post-usernav .pt-user-info .pt-user-sub-title {
    text-transform: capitalize;
    letter-spacing: 0.04em;
    color: var(--dark-color);
}

.pt-single-post-usernav .pt-user-description {
    margin-bottom: 0;
    margin-top: 10px;
}

.pt-blog.pt-single-post {
    padding: 0 30px 45px;
}

.pt-blog.pt-single-post h2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
}

@media(max-width:767px) {
    .pt-single-post-bottom-holder {
        display: block;
    }

    .pt-single-post-social-share {
        margin-bottom: 30px;
    }

    .pt-single-post-usernav .pt-user {
        align-items: flex-start;
        padding: 15px;
    }
}

@media(max-width:479px) {
    .pt-single-post-bottom-holder {
        padding-bottom: 20px;
    }

    .pt-single-post-usernav .pt-user {
        display: block;
    }

    .pt-single-post-usernav .pt-user .pt-user-media img {
        width: 80px;
    }

    .pt-single-post-usernav .pt-user .pt-user-media {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .pt-single-post-bottom-holder ul.pt-single-post-tags-list li {
        margin-bottom: 5px;
    }
}

/*===== Single Project =====*/
.pt-single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 45px 30px;
    margin-bottom: 0;
    background: var(--grey-color);
    /* border-top: 1px solid rgba(var(--dark-color-rgb), .2); */
    -webkit-border-radius: var(--pt-border-radius);
    -moz-border-radius: var(--pt-border-radius);
    border-radius: var(--pt-border-radius);
}

.single-post .pt-single-post-navigation {
    margin-bottom: 40px;
    margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav {
    position: relative;
    padding-left: 75px;
    display: inline-block;
    cursor: pointer;
}

.pt-single-post-navigation a:hover {
    color: var(--dark-color);
}

.pt-single-post-navigation .pt-single-post-nav:before {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f053";
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font-size: 20px;
    color: var(--white-color);
    background: var(--primary-color);
    text-align: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-border-radius: var(--big-border-radius);
    -moz-border-radius: var(--big-border-radius);
    border-radius: var(--big-border-radius);
}

.pt-single-post-navigation .pt-single-post-nav.pt--next {
    padding-left: 0;
    padding-right: 75px;
    text-align: right;
}

.pt-single-post-navigation .pt-single-post-nav.pt--next:before {
    content: "\f054";
    right: 0;
    left: inherit;
}

.pt-single-post-navigation .pt-single-post-nav-title h4 {
    font-size: 24px;
    line-height: 32px;
}

.pt-single-post-nav-label {
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    transition: var(--transition);
}

.pt-single-post-navigation+h2+.pt-masonry {
    margin-left: -15px;
    margin-top: 30px;
}

.pt-single-post-navigation .pt-single-post-nav:hover .pt-single-post-nav-label {
    color: var(--dark-color);
}

.pt-single-post-navigation .pt-single-post-nav:hover:before {
    background: var(--primary-color);
}

@media(max-width:767px) {
    .pt-single-post-navigation {
        padding: 45px 15px;
    }

    .pt-single-post-navigation .pt-single-post-nav-title h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .pt-single-post-navigation+h2+.pt-masonry {
        margin-left: 0;
    }
}

@media(max-width:576px) {
    .pt-single-post-navigation {
        display: block;
    }

    .pt-single-post-navigation .pt-single-post-nav.pt--next {
        margin-top: 15px;
        display: block;
    }
}

/*================================================
Image Gallary
================================================*/

.pt-page-gallery-box .gallery-item img {
    aspect-ratio: 1 / 0.77;
    object-fit: cover;
}

.pt-page-gallery-box .gallery-icon {
    position: relative;
    overflow: hidden;
    border-radius: var(--pt-border-radius);
}

/* .pt-page-gallery-box .gallery-icon a:after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, .3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 1;
} */

.pt-page-gallery-box .gallery-icon a:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9 {
    display: flex;
    flex-wrap: wrap;
}

div:not(.elementor-image-gallery) .gallery .gallery-item {
    margin-right: 30px;
    margin-bottom: 30px;
}

div:not(.elementor-image-gallery) .gallery .gallery-item img {
    width: 100%;
    height: auto;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 15px);
}

.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item {
    width: 50%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.33% - 20px);
}

.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item {
    width: 33.33%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 22.5px);
}

.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item {
    width: 25%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item {
    width: calc(20% - 24px);
}

.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item {
    width: 20%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item {
    width: calc(16.66% - 25px);
}

.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item {
    width: 16.66%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item {
    width: calc(14.28% - 25.7px);
}

.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item {
    width: 14.28%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 26.25px);
}

.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item {
    width: 12.5%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
    margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
    width: calc(11.11% - 26.66px);
}

.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item {
    width: 11.11%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
    margin-right: 0;
}

.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
    width: 10%;
}




@media only screen and (max-width: 991px) {

    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
        width: calc(50% - 15px);
    }

    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
        margin-right: 30px;
    }

    div.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
    div.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
    div.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
    div.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
    div.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
    div.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
    div.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
    div.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9),
    div.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item:nth-of-type(10n + 10),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(2n + 2) {
        margin-right: 0;
    }

}

@media only screen and (max-width: 767px) {

    div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item {
        width: 100%;
    }

    div:not(.elementor-image-gallery) .gallery .gallery-item,
    div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
    div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
        margin-right: 0;
    }

    .elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item {
        width: 100%;
    }
}

/*================================================
Glass Effect
================================================*/

.pt-glass-effect {
    position: relative;
    overflow: hidden;
}

.pt-glass-effect::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-glass-effect:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.pt-mask1-glass-effect {
    position: relative;
}

.pt-mask1-glass-effect::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-mask1-glass-effect:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.pt-mask2-glass-effect {
    position: relative;
}

.pt-mask2-glass-effect::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.pt-mask2-glass-effect:hover::before {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

/*================================================
Custom Css
================================================*/

/* ======  Custom Faq ======= */
.pt-custom-faq .e-n-accordion>.e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 10px 10px 0 0 !important;
}

/* ======  Custom Icon box======= */
.pt-custom-icon-box .elementor-icon-box-icon {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--dark-color-rgb), .1);
}

@media(max-width:1023px) {
    .pt-custom-icon-box .elementor-icon-box-icon {
        margin-top: 20px;
        padding-top: 20px;
    }
}

.pt-image-animation.pt-top-left {
    animation: top-left 5s ease-in-out infinite;
}

@keyframes top-left {
    0% {
        transform: translate(0, 0);
    }
    
    50% {
        transform: translate(-20px, -20px);
    }
}

.pt-image-animation.pt-top-right {
    animation: top-right 5s ease-in-out infinite;
}

@keyframes top-right {
    0% {
        transform: translate(0, 0);
    }
    
    50% {
        transform: translate(20px, -20px);
    }
}


/*================================================
landing
================================================*/

/* ===============================
   Process Slider (Style 1)
================================= */

.pt-process-slider.pt-style-1 .pt-content-column .slick-slide,
.pt-thumbs-column .slick-slide {
    margin: 0px;
}



.pt-process-slider.pt-style-1 .pt-content-column .pt-process-step {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}

.pt-process-slider.pt-style-1 .pt-process-number {
    font-size: 130px;
    line-height: 138px;
    position: relative;
    -webkit-text-stroke: 1px rgba(var(--primary-color-rgb), 0.3);
    -webkit-text-stroke-width: 1px;
    color: transparent;
    transition: all 0.5s ease-in-out;
    font-family: var(--title-fonts);
    margin-bottom: 20px;
}

.pt-process-slider.pt-style-1 .pt-process-title {
    font-size: 42px;
    line-height: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.pt-process-slider.pt-style-1 .pt-process-content p {
    color: var(--primary-color);
}

.pt-process-slider.pt-style-1 .pt-process-image img {
    border-radius: 15px;
}

.pt-process-slider.pt-style-1 .slick-arrow {
    display: none !important;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column {
    margin-top: 60px;
    position: relative;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 1px;
    background: rgba(var(--dark-color-rgb), .1);
    left: 50%;
    top: 125px;
    transform: translateX(-50%);
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    padding-bottom: 30px;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    border-radius: 50%;
    left: 45px;
    top: 118px;
    z-index: 9;
    transition: all 0.3s ease;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .slick-current.slick-active .pt-process-nav-item::before {
    background: #fff;
    /* make center white */
    border: 4px solid var(--primary-color);
    /* thick border ring */
    box-shadow: 0 0 0 4px rgba(var(--primary-color-rgb), 0.2);
    /* soft glow ring */
}


.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item .pt-process-step {
    font-size: 42px;
    line-height: 50px;
    color: var(--dark-color);
    FONT-WEIGHT: 600;
}

.pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item .pt-process-title {
    font-size: 26px;
    line-height: 34px;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

@media(max-width:1023px) {
    .pt-process-slider.pt-style-1 .pt-content-column .pt-process-step {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .pt-process-slider.pt-style-1 .pt-process-number {
        font-size: 112px;
        line-height: 120px;
    }

    .pt-process-slider.pt-style-1 .pt-process-title {
        font-size: 38px;
        line-height: 46px;
    }
}

@media(max-width:767px) {
    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-thumbs-column-inner .slick-track {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item {
        display: flex;
        flex-direction: row;
        gap: 15px;
        position: relative;
        padding-bottom: 30px;
        align-items: center;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item .pt-process-title {
        margin: 0;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .slick-slide {
        width: 100% !important;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column .slick-slide:last-child .pt-process-nav-item {
        padding-bottom: 0;
    }

    .pt-process-slider.pt-style-1 .pt-thumbs-column:before {
        content: none;
    }


    .pt-process-slider.pt-style-1 .pt-thumbs-column .pt-process-nav-item::before {
        content: none;
    }

    .pt-process-slider.pt-style-1 .pt-process-number {
        margin-bottom: 10px;
    }
}


/*================================================
home page - 3
================================================*/

/*================================================
video popup
================================================*/

.pt-video-2 .pt-video-popup .pt-video-popup-img img {
    border-radius: 500px;
}

/*================================================
services style 2
================================================*/

.pt-service-box.pt-style-2 {
    background: var(--white-color);
    border-radius: var(--pt-border-radius);
    padding: 45px;
    transition: var(--transition);
}

.pt-service-box.pt-style-2 .pt-service-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--dark-color-rgb), .2);
}

.pt-service-box.pt-style-2 .pt-service-info .pt-service-icon i {
    font-size: 48px;
    line-height: 1;
    color: var(--dark-color);
}

.pt-service-box-slider.pt-style-2 .owl-carousel .owl-nav {
    justify-content: space-between;
    top: 50%;
    position: absolute;
}

.pt-service-box-slider.pt-style-2 .owl-carousel .owl-nav .owl-prev {
    margin-left: -100px;
}

.pt-service-box-slider.pt-style-2 .owl-carousel .owl-nav .owl-next {
    margin-right: -100px;
}

@media(max-width:1023px) {
    .pt-service-box-slider.pt-style-2 .owl-carousel .owl-nav {
        display: none;
    }
}

/*================================================
Process Step
================================================*/
.pt-process-step.pt-style-1 {
    display: grid;
    grid-template-columns: 1fr 16fr;
    position: relative;
    margin-bottom: 45px;
    align-items: center;
}

.pt-process-step.pt-style-1:last-child {
    margin-bottom: 0;
}

.pt-process-step.pt-style-1 .pt-process-media {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    background-color: var(--dark-color);
    color: var(--white-color);
    transition: var(--transition);
    font-family: var(--title-fonts);
    font-size: 26px;
}

.pt-process-step.pt-style-1.pt-active .pt-process-media {
    background-color: var(--primary-color);
}

.pt-process-step.pt-style-1 .pt-process-media::before {
    content: "";
    position: absolute;
    top: 89px;
    left: 36px;
    height: calc(100% - 35px);
    width: 3px;
    border-radius: var(--big-border-radius);
    background-color: var(--grey-color);
}

.pt-process-step.pt-style-1:last-child .pt-process-media::before {
    content: none;
}

.pt-process-step.pt-style-1 .pt-process-media::after {
    content: "";
    position: absolute;
    top: 89px;
    left: 36px;
    height: 0;
    width: 3px;
    border-radius: var(--big-border-radius);
    background-color: var(--primary-color);
    transition: var(--transition);
}

.pt-process-step.pt-style-1.pt-active .pt-process-media::after {
    height: calc(100% - 35px);
}

.pt-process-step.pt-style-1.pt-active:last-child .pt-process-media::after {
    height: 0;
}

.pt-process-step.pt-style-1:last-child .pt-process-media::after:before {
    content: none;
}

.pt-process-step.pt-style-1 .pt-process-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 30px;
}

.pt-process-step.pt-style-1 .pt-process-content .pt-process-title {
    margin-bottom: 10px;
    color: var(--primary-color);
}

.pt-process-step.pt-style-1 .pt-process-content .pt-process-description {
    margin-bottom: 0;
}

@media(max-width:1023px) {

    .pt-process-step.pt-style-1 .pt-process-content {
        grid-template-columns: 1fr;
    }

}

@media(max-width:767px) {

    .pt-process-step.pt-style-1 {
        align-items: start;
    }

    .pt-process-step.pt-style-1 .pt-process-content {
        margin-left: 30px;
    }

    .pt-process-step.pt-style-1 .pt-process-media {
        line-height: 42px;
    }
}

@media(max-width:479px) {

    .pt-process-step.pt-style-1 .pt-process-media {
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .pt-process-step.pt-style-1 .pt-process-media::before {
        top: 67px;
        left: 26px;
    }

    .pt-process-step.pt-style-1 .pt-process-media::after {
        top: 67px;
        left: 26px;
    }

    .pt-last-process-step .pt-process-step.pt-style-1 .pt-process-media::before,
    .pt-last-process-step .pt-process-step.pt-style-1:hover .pt-process-media::after {
        height: calc(100% - 70px);
    }
}


/*+++++++++++++++++++++++++++++++++++++++++++++++
background-image
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-background-img {
    min-height: 650px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    transition: opacity .5s .2s;
    opacity: 1;
}

.pt-background-img-inner {
    overflow: hidden;
    display: flex;
    width: 100%;
    gap: 15px;
}

.pt-background-img-bg {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: var(--pt-border-radius);
}

.pt-background-img-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
    z-index: 5;
    flex: 1;
    height: 100%;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
}

.pt-background-img .pt-background-img-item.pt-active {
    flex: 3;
    transition: 0.5s;
}


@media(max-width: 767px) {
    .pt-background-img-inner {
        flex-direction: column;
    }

    .pt-background-img-item {
        height: 300px;
        flex: auto;
    }

    .pt-background-img .pt-background-img-item.pt-active {
        flex: auto;
        transition: 0.5s;
    }

}


/*+++++++++++++++++++++++++++++++++++++++++++++++
testimonail
++++++++++++++++++++++++++++++++++++++++++++++++*/

.pt-testimonial-box.pt-style-2 {
    background: var(--grey-color);
    padding: 40px 30px;
    border-radius: var(--pt-border-radius);
    position: relative;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-img {
    position: absolute;
    top: 10px;
    right: 35px;
    width: 170px;
    height: 170px;
    opacity: 1;
    z-index: 1;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 1;
    margin-top: 45px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-author-img img {
    width: 82px;
    height: 82px;
    border-radius: var(--big-border-radius);
    object-fit: cover;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-media .pt-testimonial-author-name {
    color: var(--primary-color);
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star {
    margin-bottom: 10px;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star i {
    margin-right: 7px;
    font-size: 18px;
    color: #527667;
}

.pt-testimonial-box.pt-style-2 .pt-testimonial-content .pt-testimonial-star i:last-child {
    margin-right: 0;
}

.pt-testimonial-description {
    margin: 0;
}

.pt-testimonial-slider-1 .owl-nav {
    display: none;
}


@media(max-width:397px) {
    .pt-testimonial-box.pt-style-2 {
        padding: 30px 20px;
    }

    .pt-testimonial-box.pt-style-2 .pt-testimonial-media {
        margin-bottom: 40px;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
header
++++++++++++++++++++++++++++++++++++++++++++++++*/

.transparent-header.header-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--white-color);
}

.transparent-header.header-3 .pt-search-button {
        background: var(--white-color);
}


@media (max-width: 1200px) { 
    .transparent-header.header-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--dark-color);
}

.transparent-header.header-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
.transparent-header.header-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
.transparent-header.header-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.transparent-header.header-3 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--white-color);
}

}

/*================================================
Woocommerce Button
================================================*/
/*+++++ Cart Block +++++*/
.admin-bar .offcanvas-end {
    top: 47px;
}

.pt-cart-button .offcanvas {
    padding: 75px 30px 45px;
    height: calc(100% - 0);
    top: 0;
    right: 0;
}

.admin-bar .pt-cart-button .offcanvas {
    height: calc(100% - 62px);
    top: 47px;
}

.pt-cart-button .widget_shopping_cart_content {
    height: calc(100vh - 360px);
}

.admin-bar .pt-cart-button .widget_shopping_cart_content {
    height: calc(100vh - 410px);
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0 15px 0 0;
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar-track {
    background-color: var(--grey-color);
    border-radius: 8px
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 8px
}

.pt-cart-button .offcanvas .pt-cart-header h3.modal-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: var(--title-fonts);
}

.pt-cart-button ul.product_list_widget li.mini_cart_item {
    font-size: 16px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt-cart-button ul.cart_list li img, ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.pt-cart-button ul.cart_list li a {
    display: block;
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 400;
    font-family: var(--title-fonts);
    padding-right: 30px;
    line-height: normal;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
}

.pt-cart-button ul.product_list_widget a.remove {
    float: right;
    right: 8px;
    top: 0;
    left: inherit;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    padding: 0;
    line-height: 1;
    height: 1em;
    width: 1em;
    color: var(--dark-color);
    text-align: center;
    background: transparent;
    font-family: var(--body-fonts);
    margin: 0;
}

.pt-cart-button ul.product_list_widget a.remove:hover {
    color: var(--primary-color) !important;
}

.pt-cart-button .woocommerce-mini-cart__total.total {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: var(--title-fonts);
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
    float: right;
    color: var(--dark-color);
    font-weight: 700;
    font-family: var(--body-fonts);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 0;
    font-weight: 400;
    padding: 12px 30px;
    height: auto;
    font-size: 16px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 900px;
}

.pt-cart-button .woocommerce-mini-cart__buttons .button:hover {
    background: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout {
    margin-bottom: 0;
    background: none;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout:hover {
    background: var(--dark-color);
    border-color: var(--dark-color);
    color: var(--white-color);
}

.pt-cart-button p {
    margin-bottom: 0;
}

.pt-cart-button .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    color: var(--white-color);
    font-size: 20px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    padding: 0;
    opacity: 1;
}

.pt-cart-button .btn-close:hover {
    background: var(--dark-color);
}

.pt-sidebar .pt-close-btn i {
    line-height: inherit;
}

.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation {
    display: none;
}

.woocommerce-checkout td.product-name dl.variation {
    display: none;
}

