/*
Theme Name: Elite Apperal
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: elite
Version: 1.0
*/
/* Graphik - single family, weight based */
@font-face{
  font-family:'Graphik';
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Thin.ttf") format("truetype");
  font-weight:100;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-ThinItalic.ttf") format("truetype");
  font-weight:100;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Extralight.ttf") format("truetype");
  font-weight:200;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-ExtralightItalic.ttf") format("truetype");
  font-weight:200;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Light.ttf") format("truetype");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-LightItalic.ttf") format("truetype");
  font-weight:300;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Regular.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-RegularItalic.ttf") format("truetype");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Medium.ttf") format("truetype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-MediumItalic.ttf") format("truetype");
  font-weight:500;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Semibold.ttf") format("truetype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-SemiboldItalic.ttf") format("truetype");
  font-weight:600;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Bold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-BoldItalic.ttf") format("truetype");
  font-weight:700;
  font-style:italic;
  font-display:swap;
}

/* Graphik-Super: genelde 800 gibi kullanılır */
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Super.ttf") format("truetype");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-SuperItalic.ttf") format("truetype");
  font-weight:800;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Black.ttf") format("truetype");
  font-weight:900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-BlackItalic.ttf") format("truetype");
  font-weight:900;
  font-style:italic;
  font-display:swap;
}

/* Product Tags on Archive - Chip Design */
.woocommerce ul.products li.product {
  position: relative;
}

/* Hide prices in product listings (loop only) */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-Price-amount {
  display: none !important;
}

.woocommerce ul.products li.product .product-wrap,
.woocommerce ul.products li.product .product-image-wrap {
  position: relative;
}

/* Product Tags Wrapper - positioned directly above product image */
.woocommerce ul.products li.product .product-tags-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none;
  max-width: calc(100% - 24px);
}

/* Ensure tags are inside product-wrap or product-image-wrap */
.woocommerce ul.products li.product .product-wrap .product-tags-wrapper,
.woocommerce ul.products li.product .product-image-wrap .product-tags-wrapper,
.woocommerce ul.products li.product > .product-tags-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
}

.woocommerce ul.products li.product .product-tags-wrapper .product-tag-chip {
  pointer-events: auto;
  display: inline-block;
}

.woocommerce ul.products li.product .product-tags-wrapper .product-tag-chip a {
  display: inline-block;
  background-color: #FFFFFF;
  color: #1a1a1a;
  padding: 6px 12px;
  border-radius: 5px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.13px;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.woocommerce ul.products li.product .product-tags-wrapper .product-tag-chip a:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

/* Ensure tags appear above images */
.woocommerce ul.products li.product .product-wrap img,
.woocommerce ul.products li.product .product-image-wrap img,
.woocommerce ul.products li.product .product-wrap a img,
.woocommerce ul.products li.product .product-image-wrap a img {
  position: relative;
  z-index: 1;
}

/* ============================================
   Site-Wide Custom Styles
   ============================================ */

/* Carousel Products */
.carouselProducts .product-meta {
    display: none !important;
}

.carouselProducts .product-image-wrap {
    border-radius: 16px !important;
}

/* Milestones */
.milestones .subject {
    color: #374151;
    font-family: 'Inter';
}

i.fa.fa-check {
    color: #45BEA4 !important;
    right: 3.85px !important;
    font-size: 16px !important;
}

/* Info Images */
.infoImages img {
    width: 672px !important;
    height: 324px !important;
}

/* WooCommerce Tabs */
.woocommerce-page div.product .woocommerce-tabs {
    display: none !important;
}

/* Category Grid */
@supports (display:grid) {
    .nectar-category-grid[data-columns="4"][data-masonry=yes] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: minmax(40vh, auto);
    }
}

h3.cat-heading {
    color: #161E2E !important;
    background-color: white;
    font-size: 16px !important;
    line-height: 24px !important;
    display: inline;
    padding: 12px !important;
    border-radius: 8px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
}

/* Info Box */
.infoBox p {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.24px !important;
    vertical-align: middle !important;
}

.infoBox h3 {
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 110% !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
}

.infoBox h2 {
    font-size: 56px !important;
    line-height: 110% !important;
}

/* Buttons */
a.nectar-button.medium.regular.regular-button.seeAllButton {
    font-family: Inter !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    border-radius: 8px !important;
    padding: 16px !important;
    margin: 0px !important;
}

.mainButton span {
    font-family: 'Inter';
    font-weight: 700 !important;
}

span.link_wrap.hover {
    border-radius: 8px !important;
}

/* Category Area */
.categoryArea .nectar-category-grid-item-bg {
    background-size: 180px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.nectar-category-grid .nectar-category-grid-item .inner {
    background-color: #F9FAFB !important;
    border: 1px solid #E5E7EB;
    border-radius: 16px !important;
}

/* Post List */
.postList .nectar-category-grid[data-alignment=bottom_left] .content {
    display: none;
}

/* WooCommerce Archive */
.woocommerce.archive #ajax-content-wrap .container-wrap, 
body #page-header-wrap.woo-archive-header.container {
    padding: 0px !important;
}

div#page-header-wrap, 
div#page-header-bg {
    height: 570px !important;
}

#page-header-bg span {
    color: black;
}

/* Typography */
.semiBold h2 {
    font-weight: 600 !important;
}

.pSemiBold {
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 110% !important;
    letter-spacing: -1.08px !important;
}

.interSemiBold {
    font-weight: 700 !important;
}

.iconTick {
    display: inline-block !important;
    padding-right: 5px;
}

/* How We Work Section */
.howWeWork .nectar-sticky-tabs .wpb_tabs_nav li {
    line-height: 1;
    list-style: auto;
}

#ajax-content-wrap .howWeWork .nectar-bg-pseudo-accent-color:before, 
[data-style="list_featured_first_row"] .meta-category a:before {
    display: none;
}

.howWeWork .menu-content {
    border-bottom: 2px solid #D2D6DC;
    padding-bottom: 6%;
    width: 100% !important;
}

.howWeWork h3 {
    font-weight: 600 !important;
}

.howWeWork h2 {
    font-size: 56px !important;
    line-height: 110% !important;
    padding-bottom: 30px !important;
}

.howWeWork a.sub-desc.skip-hash {
    color: #6B7280 !important;
}

.howWeWork .wpb_tabs_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.howWeWork .wpb_tabs_nav > li {
    counter-increment: step;
    display: flex;
    color: #6B7280 !important;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 24px 0;
    padding: 0;
}

.howWeWork .wpb_tabs_nav > li::before {
    content: counter(step);
    font-family: Graphik;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    flex: 0 0 auto;
}

.howWeWork .wpb_tabs_nav > li .menu-content {
    min-width: 0;
}

/* Image Gallery */
.imageGallery img {
    border-radius: 16px !important;
}

body .portfolio-items:not(.carousel) .col.animated-in .inner-wrap {
    height: 80% !important;
}

/* Gallery Carousel */
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell {
    width: 324px !important;
    height: 324px !important;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    border-radius: 16px;
    transform: rotate(var(--rot, 0deg));
    transform-origin: 50% 50%;
    will-change: transform;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 8px solid #fff;
    border-radius: 16px;
    pointer-events: none;
    box-sizing: border-box;
    transform: rotate(var(--rot, 0deg));
    transform-origin: 50% 50%;
    will-change: transform;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(2),
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(4) {
    --rot: 2deg;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(3) {
    --rot: -2deg;
}

@media (max-width: 1300px) {
    .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell {
        width: 324px !important;
        height: 324px !important;
    }
}

@media (max-width: 690px) {
    .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell {
        width: 250px !important;
        height: 250px !important;
    }
}

/* Team Members */
.leftMember .team-member,
.rightMember .team-member {
    display: grid;
    grid-template-columns: 320px 1fr;
    column-gap: 64px;
    align-items: center;
}

.leftMember .team-member img,
.rightMember .team-member img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 320px;
    border-radius: 18px;
    display: block;
}

.leftMember .team-member > :not(img),
.rightMember .team-member > :not(img) {
    grid-column: 2;
}

.team-member h4 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 8px;
}

.team-member .position {
    font-size: 12px;
    letter-spacing: .14em;
    opacity: .7;
    margin-bottom: 22px;
}

.team-member .description {
    position: relative;
    padding-left: 18px;
    max-width: 60ch;
    line-height: 1.6;
}

.team-member .description::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: calc(100% - 8px);
    background: rgba(0, 0, 0, .15);
}

.rightMember .team-member {
    grid-template-columns: 1fr 320px;
}

.rightMember .team-member img {
    grid-column: 2;
}

.rightMember .team-member > :not(img) {
    grid-column: 1;
}

.rightMember .team-member .description {
    padding-left: 0;
    padding-right: 18px;
}

.rightMember .team-member .description::before {
    left: auto;
    right: 0;
}

@media (max-width: 900px) {
    .leftMember .team-member,
    .rightMember .team-member {
        grid-template-columns: 1fr;
    }

    .leftMember .team-member img,
    .rightMember .team-member img {
        grid-column: 1;
        margin: 0 auto 16px;
    }

    .leftMember .team-member > :not(img),
    .rightMember .team-member > :not(img) {
        grid-column: 1;
        text-align: center;
    }

    .team-member .description {
        padding: 0;
    }

    .team-member .description::before {
        display: none;
    }
}

div.team-member > h4 {
    display: none;
}

h2.teamMemberName {
    margin-left: -4px;
}

.teamJobTitle p {
    font-weight: 600 !important;
}

.nectar-responsive-text.teamDescription.font_size_desktop_18px.font_line_height_140pct.nectar-link-underline-effect {
    line-height: 140%;
    border-left: 1px solid #374151;
    padding-left: 18px;
}

/* Testimonials */
.testimonialText p {
    font-family: 'Graphik' !important;
}

.testimonialName p {
    font-weight: 600;
}

/* WooCommerce Error */
.woocommerce-error {
    background-color: white !important;
    border: 1px solid grey;
    color: red !important;
}

/* Contact Page */
a.nectar-button.jumbo.regular.m-extra-color-gradient-2.has-icon.wpb_animate_when_almost_visible.wpb_fadeInDown.fadeInDown.wpb_start_animation.animated {
    width: 100%;
    padding: 12px 32px !important;
    border: 1px solid #DFE1E7;
    border-radius: 12px !important;
    margin-top: 10px;
}

.contactTitle {
    font-weight: 500 !important;
}

.contactBody {
    color: #4B5563;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0px;
}

.contactSubTitle {
    color: #161E2E;
    font-weight: 600;
    letter-spacing: 0px;
    padding-bottom: 10px !important;
}

.ea-contact-form textarea {
    height: 180px;
}

.button.ea-submit {
    float: right !important;
    font-family: Inter !important;
    font-weight: 700 !important;
    background-color: #1C64F2 !important;
}

.container-wrap button[type=submit] {
    border-radius: 8px !important;
}

.ea-section-title {
    color: #4B5563 !important;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 110%;
}

h3.ctaHeading {
    font-weight: 700 !important;
    letter-spacing: 1.16px;
}

/* Category Search */
body #page-header-wrap.woo-archive-header.container .span_6 {
    padding: 0 3%;
    top: 80%;
}

.woocommerce.archive #page-header-wrap .inner-wrap {
    max-width: 100%;
}

.category-header-search {
    max-width: 100% !important;
}

.category-header-search .ea-cat-search {
    padding: 4px 2%;
}

.category-header-search .ea-icon {
    color: black;
    width: 20px;
    height: 20px;
    fill: #252F3F !important;
    opacity: .75;
}

body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn) {
    background-color: #D2D6DC !important;
    border-radius: 25px !important;
    padding: 10px !important;
}

/* Single Product Gallery */
.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 6;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 10px !important;
    list-style: none !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    opacity: 0.9;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img.flex-active {
    border-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

@media (max-width: 768px) {
    .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
    }
    
    .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
        width: 56px !important;
        height: 56px !important;
    }
}

/* Product Meta */
.woocommerce div.product_meta > span {
    display: none;
}

p.price.nectar-inherit-h5 {
    display: none !important;
}

/* Flex Gap */
.flex_gap_desktop_30px > .vc_column-inner > .wpb_wrapper {
    gap: 20px !important;
}

/* Header Navigation */
@media only screen and (min-width: 1000px) {
    #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav > ul > li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
        margin-bottom: 17px;
        margin-top: 17px;
    }
}

#header-outer nav li.menu-item-3170 > a .nectar-ext-menu-item .image-layer-outer {
    width: 300px !important;
}

#header-outer #top .sf-menu > li > ul {
    border-top: 1.5px solid #D3D3D3 !important;
}

/* Portfolio Items */
.elastic-portfolio-item.regular .top-level-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto !important;
    object-fit: cover;
    display: block;
}

.elastic-portfolio-item.regular img {
    height: auto !important;
}

.elastic-portfolio-item.regular .work-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* CTA Link */
#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap {
    border-radius: 8px !important;
}

/* Hero Switch */
.hero-switch-wrap {
    position: relative;
}

.hero-switch-wrap .hero-switch {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.hero-switch-wrap .hero-switch.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.hero-tab:not(.is-active) {
    cursor: pointer;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
}

.hero-tab.is-active {
    background-color: white;
    border: 0px !important;
    border-radius: 16px !important;
}

@media (max-width: 999px) {
    .hero-switch-wrap {
        min-height: 300px;
    }
}

/* Shop Filters */
.nectar-shop-filters {
    display: block;
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li {
    margin-top: 20px;
}

.woocommerce .nectar-shop-filters .nectar-shop-filter-trigger {
    max-width: 200px;
}

.woocommerce-ordering select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3Csvg ... %3E") no-repeat right 0px center;
}

/* ============================================
   Mobile form spacing (Contact / Checkout)
   ============================================ */
@media (max-width: 768px) {
    /* EA Contact Form (shortcode: [ea_contact_form]) */
    .ea-contact-form textarea {
        height: 140px;
    }

    /* WooCommerce category/archive header: remove forced tall header on mobile */
    body.woocommerce.archive div#page-header-wrap,
    body.woocommerce.archive div#page-header-bg {
        height: auto !important;
        min-height: 0 !important;
    }

    /* WooCommerce Checkout */
    body.woocommerce-checkout .checkout .col2-set .col-1,
    body.woocommerce-checkout .checkout .col2-set .col-2 {
        float: none !important;
        width: 100% !important;
        padding-right: 0 !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row {
        margin-bottom: 12px;
    }

    body.woocommerce-checkout .woocommerce form .form-row label {
        margin-bottom: 4px;
    }

    body.woocommerce-checkout .woocommerce form .form-row input.input-text,
    body.woocommerce-checkout .woocommerce form .form-row textarea,
    body.woocommerce-checkout .woocommerce form .form-row select {
        padding: 12px !important;
    }

    body.woocommerce-checkout #order_review_heading {
        margin-top: 18px;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-container {
        padding: 14px;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item {
        margin-bottom: 12px;
    }
}

/* ============================================
   Empty Cart on Checkout Page
   ============================================ */
.ea-checkout-empty-cart {
    text-align: center;
    padding: 80px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.ea-checkout-empty-cart svg {
    display: block;
    margin: 0 auto 30px;
}

.ea-checkout-empty-cart h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-family: inherit;
}

.ea-checkout-empty-cart p {
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 30px;
    line-height: 1.6;
}

.ea-checkout-empty-cart .button {
    display: inline-block;
    background: #1a1a1a;
    color: #fff !important;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
}

.ea-checkout-empty-cart .button:hover {
    background: #333;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ea-checkout-empty-cart {
        padding: 60px 20px;
    }
    
    .ea-checkout-empty-cart h2 {
        font-size: 24px;
    }
    
    .ea-checkout-empty-cart p {
        font-size: 15px;
    }
    
    .ea-checkout-empty-cart svg {
        width: 60px;
        height: 60px;
    }
}

/* ============================================
   Header Cart Label - Add "Cart" text next to cart icon
   ============================================ */
.cart-menu a.cart-contents {
    display: inline-flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 8px;
}

.cart-menu a.cart-contents::after {
    content: "Cart";
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    white-space: nowrap;
}

.carouselProducts .product-meta {
	display:none !important;
}

.carouselProducts .product-image-wrap {
	border-radius:16px !important;
}

.milestones .subject {
color: #374151; 
	font-family: 'Inter';
}

i.fa.fa-check {
	color: #45BEA4 !important;
right: 3.85px !important;
	font-size:16px !important;
}

.infoImages img {
	width:672px !important;
	height:324px !important;
}

.woocommerce-page div.product .woocommerce-tabs {
    display: none !important;
}

@supports (display:grid) {
    .nectar-category-grid[data-columns="4"][data-masonry=yes] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: minmax(40vh, auto);
    }
}

h3.cat-heading {
    color: #161E2E !important;
    background-color: white;
    font-size: 16px !important;
    line-height: 24px !important;
    display: inline;
    padding: 12px !important;
    border-radius: 8px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
}

.infoBox p {
	font-family: Inter !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 24px !important; 
letter-spacing: 0.24px !important;
vertical-align: middle !important;

}

.infoBox h3 {
font-weight: 600 !important;
font-size: 26px !important;
line-height: 110% !important;
letter-spacing: 0% !important;
vertical-align: middle !important;
}

.infoBox h2 {
font-size: 56px !important;
line-height: 110% !important;

}

a.nectar-button.medium.regular.regular-button.seeAllButton {
	font-family: Inter !important;
font-weight: 700;
font-size: 18px !important;
line-height: 24px !important;
letter-spacing: 0%;
border-radius:8px !important;
	padding:16px !important;
	margin:0px !important;
}

.categoryArea .nectar-category-grid-item-bg {
    background-size: 180px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.nectar-category-grid .nectar-category-grid-item .inner {
    background-color: #F9FAFB !important;
}

.postList .nectar-category-grid[data-alignment=bottom_left] .content {
	display:none;
}

.woocommerce.archive #ajax-content-wrap .container-wrap, body #page-header-wrap.woo-archive-header.container {
    padding: 0px !important;
}

div#page-header-wrap, div#page-header-bg {
	height:570px !important;
}

.semiBold h2 {
	font-weight:600 !important;
}

.iconTick {
	display: inline-block !important;
	padding-right:5px;
}

.mainButton span {
	font-family: 'Inter';
	font-weight:700 !important;
}

.nectar-category-grid .nectar-category-grid-item .inner {
    background-color: #F9FAFB !important;
    border: 1px solid #E5E7EB;
    border-radius: 16px !important;
}

/*how we work*/
/*list style*/
.howWeWork .nectar-sticky-tabs .wpb_tabs_nav li {
    line-height: 1;
    list-style: auto;
}

#ajax-content-wrap .howWeWork .nectar-bg-pseudo-accent-color:before, [data-style="list_featured_first_row"] .meta-category a:before {
	display:none;
}

.howWeWork .menu-content {
    border-bottom: 2px solid #D2D6DC;
    padding-bottom: 6%;
	width:100% !important;
}

.howWeWork h3{
	font-weight: 600 !important;
}

.howWeWork h2 {
font-size: 56px !important;
line-height: 110% !important;
		padding-bottom:30px !important;

}

.howWeWork a.sub-desc.skip-hash {
	color:#6B7280 !important;
}

/* HOW WE WORK – custom numbered tabs */
.howWeWork .wpb_tabs_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.howWeWork .wpb_tabs_nav > li {
  counter-increment: step;
  display: flex;
	color:#6B7280 !important;
  align-items: flex-start;
  gap: 20px;             
  margin: 0 0 24px 0;    
  padding: 0;
}

/* custom number (marker replacement) */
.howWeWork .wpb_tabs_nav > li::before {
  content: counter(step);
  font-family: Graphik;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  flex: 0 0 auto;
}

/* text container */
.howWeWork .wpb_tabs_nav > li .menu-content {
  min-width: 0;
}
span.link_wrap.hover {
	border-radius:8px !important;
}

.imageGallery img {
	border-radius:16px !important;
}

body .portfolio-items:not(.carousel) .col.animated-in .inner-wrap {
	height:80% !important;
}

/*about us*/

/* 1) Boyut: 324x324 (responsive kırılımlarla) */
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell{
  width: 324px !important;
  height: 324px !important;
  position: relative;
  box-sizing: border-box;
  overflow: visible; /* rotate taşabilir */
}

/* Görsel kutuya otursun */
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell img{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  transform: rotate(var(--rot, 0deg));
  transform-origin: 50% 50%;
  will-change: transform;
}

/* Border da aynı açıyla dönsün */
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell::after{
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid #fff;
  border-radius: 16px;
  pointer-events: none;
  box-sizing: border-box;

  transform: rotate(var(--rot, 0deg));
  transform-origin: 50% 50%;
  will-change: transform;
}

/* 2) Hangi slaytlar dönecekse burada ayarla */
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(2),
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(4){
  --rot: 2deg;
}
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(3){
  --rot: -2deg;
}

/* 3) Responsive boyutlar */
@media (max-width: 1300px){
  .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell{
    width: 324px !important;
    height: 324px !important;
  }
}
@media (max-width: 690px){
  .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell{
    width: 250px !important;
    height: 250px !important;
  }
}

@media (min-width: 690px){
.pSemiBold {
font-weight: 600 !important;;
font-size: 40px !important;;
line-height: 110.00000000000001% !important;
letter-spacing: -1.08px !important;
}
}
.interSemiBold {
	font-weight:700 !important;
}

/* === Team member base layout === */
/* ===== BASE ===== */
.leftMember .team-member,
.rightMember .team-member{
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 64px;
  align-items: center;
}

/* Image */
.leftMember .team-member img,
.rightMember .team-member img{
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 320px;
  border-radius: 18px;
  display: block;
}

/* Text column: grab everything except image */
.leftMember .team-member > :not(img),
.rightMember .team-member > :not(img){
  grid-column: 2;
}

/* Title */
.team-member h4{
  font-size: 42px;
  line-height: 1.05;
  margin: 0 0 8px;
}

/* Position */
.team-member .position{
  font-size: 12px;
  letter-spacing: .14em;
  opacity: .7;
  margin-bottom: 22px;
}

/* Description with line */
.team-member .description{
  position: relative;
  padding-left: 18px;
  max-width: 60ch;
  line-height: 1.6;
}

.team-member .description::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: calc(100% - 8px);
  background: rgba(0,0,0,.15);
}

/* ===== RIGHT VERSION ===== */
.rightMember .team-member{
  grid-template-columns: 1fr 320px;
}

.rightMember .team-member img{
  grid-column: 2;
}

.rightMember .team-member > :not(img){
  grid-column: 1;
}

.rightMember .team-member .description{
  padding-left: 0;
  padding-right: 18px;
}

.rightMember .team-member .description::before{
  left: auto;
  right: 0;
}

/* ===== MOBILE ===== */
@media (max-width: 900px){
  .leftMember .team-member,
  .rightMember .team-member{
    grid-template-columns: 1fr;
  }

  .leftMember .team-member img,
  .rightMember .team-member img{
    grid-column: 1;
    margin: 0 auto 16px;
  }

  .leftMember .team-member > :not(img),
  .rightMember .team-member > :not(img){
    grid-column: 1;
    text-align: center;
  }

  .team-member .description{
    padding: 0;
  }

  .team-member .description::before{
    display: none;
  }
}

/*teammember*/

div.team-member > h4 {
    display: none;
} 
h2.teamMemberName {
margin-left: -4px;
}

.teamJobTitle p {
	font-weight:600 !important;
}

.nectar-responsive-text.teamDescription.font_size_desktop_18px.font_line_height_140pct.nectar-link-underline-effect {
    line-height: 140%;
    border-left: 1px solid #374151;
    padding-left: 18px;
}

/*testimoniols*/

.testimonialText p {
	font-family: 'Graphik' !important;
}

.testimonialName p {
font-weight: 600;
}

.woocommerce-error {
	background-color: white !important;
	border:1px solid grey;
	color:red !important;
}

/*contact page*/
a.nectar-button.jumbo.regular.m-extra-color-gradient-2.has-icon.wpb_animate_when_almost_visible.wpb_fadeInDown.fadeInDown.wpb_start_animation.animated {
	width:100%;
	padding:12px 32px !important;
	border:1px solid #DFE1E7;
	border-radius:12px !important;
	margin-top:10px;
	
}

.contactTitle {
	font-weight:500 !important;
	
}

.contactBody {
	color:#4B5563;
font-size: 16px;
line-height: 110%;
letter-spacing: 0px;
}

.contactSubTitle {
	color:#161E2E;
	font-weight: 600;
	letter-spacing: 0px;
	padding-bottom:10px !important;
}

.ea-contact-form textarea {
    height: 180px;
}

.button.ea-submit {
	float:right !important;
	font-family: Inter !important;
font-weight: 700 !important;
	background-color:#1C64F2 !important;
}

    .container-wrap button[type=submit] {
	border-radius:8px !important;
}

.ea-section-title {
color:#4B5563 !important;
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 110%;

	}

h3.ctaHeading {
font-weight: 700 !important;
letter-spacing: 1.16px;
}

/* category search*/

body #page-header-wrap.woo-archive-header.container .span_6 {
    padding: 0 3%;
    top: 80%;
}

.woocommerce.archive #page-header-wrap .inner-wrap {
	max-width:100%;
}

.category-header-search {
	max-width:100% !important;
}

.category-header-search .ea-cat-search {
	padding:4px 2% ;
}

.category-header-search .ea-icon {
	color:black;
}

.category-header-search .ea-icon {
    width: 20px;
    height: 20px;
    fill: #252F3F !important;
    opacity: .75;
}

body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn) {
    background-color: #D2D6DC !important;
    border-radius: 25px !important;
    padding: 10px !important;
}

/* Single product only */
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

/* Thumbnails overlay bottom inside the main image */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 6;

  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;

  margin: 0 !important;
  padding: 10px !important;
  list-style: none !important;
  background: rgba(255,255,255,0.1);
  border-radius: 14px;
}

/* Make li not float */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

/* Thumbnail images */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.9);
  opacity: 0.9;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img:hover {
  transform: translateY(-2px);
  opacity: 1;
}

/* Active thumb */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img.flex-active {
  border-color: rgba(0,0,0,0.5);
  opacity: 1;
}

/* Mobile: allow scrolling thumbnails */
@media (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
  }
  .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
    width: 56px !important;
    height: 56px !important;
  }
}

.woocommerce div.product_meta>span {
	display:none;
}

.flex_gap_desktop_30px> .vc_column-inner > .wpb_wrapper {
	gap:20px !important;
}

@media only screen and (min-width: 1000px) {
    #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav >ul >li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
        margin-bottom: 17px;
        margin-top: 17px;
    }
}

/* Sadece sağ alttaki 2 küçük görsel */
.elastic-portfolio-item.regular .top-level-image {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto !important;
  object-fit: cover;
  display: block;
}

/* Isotope inline height override ederse */
.elastic-portfolio-item.regular img {
  height: auto !important;
}

/* Kareyi gerçekten korumak için parent */
.elastic-portfolio-item.regular .work-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap {
	border-radius:8px !important;
}

/* Container */
		.hero-switch-wrap { position: relative; }

		/* Left images overlay */
		.hero-switch-wrap .hero-switch {
			position: absolute;
			inset: 0;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transition: opacity .25s ease, visibility .25s ease;
		}
		.hero-switch-wrap .hero-switch.is-active {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			z-index: 2;
		}

.hero-tab:not(.is-active) {
  cursor: pointer;
	border:1px solid #E5E7EB;
	border-radius:16px;
}

		.hero-tab.is-active { 
			background-color: white;
			border:0px !important;
			border-radius:16px !important;
}

		/* Small mobile safety */
		@media (max-width: 999px) {
			.hero-switch-wrap { min-height: 300px; }
		}

#page-header-bg span {
    color: black;
}

.nectar-shop-filters {
	display:block;
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li {
	margin-top:20px;
}

.woocommerce .nectar-shop-filters .nectar-shop-filter-trigger {
	max-width:200px;
}

.woocommerce-ordering select.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg ... %3E") no-repeat right 0px center;
}

#header-outer nav li.menu-item-3170 > a .nectar-ext-menu-item .image-layer-outer {
	width: 300px !important;
}

#header-outer #top .sf-menu > li > ul {
	border-top:1.5px solid #D3D3D3 !important;
}

p.price.nectar-inherit-h5 {
    display: none !important;
}

h3.vc_custom_heading.vc_do_custom_heading.whyUsText {
	font-weight:600 !important;
}

@media only screen and (max-width:987px) {
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
		margin-left: auto !important;
		margin-right:auto !important;
		display: block !important;
	width:100% !important;
	text-align:none !important;
	}
}
