/*
Theme Name: Arolax
Theme URI: https://themeforest.net/user/crowdytheme/portfolio
Author: CrowdyTheme
Author URI: https://wealcoder.com/
Description: Arolax is a versatile, responsive, and easily customizable digital agency portfolio WordPress theme. It comes with 40+ unique home pages, including the Dark and Light versions, along with a broad range of inner pages. Its specifically tailored for users who want to bring their websites to life with diverse, dynamic animations. The stunning look, exclusive features, and ultra-high performance make it a perfect choice for websites for digital agencies, startup businesses, design studios, digital marketing agencies, web design and development agencies, portfolio showcases, personal portfolios, and so on.
Version: 4.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arolax
Requires PHP: 7.4
Requires at least: 6.5
Tested up to: 6.7.1
Tags: theme-options, post-formats, featured-images
*/

.arolax-wcf-icon.icon-wcf-arrow-up-right2 {
    background: #4A4AFF;
    color: white;
    padding: 8px;
    font-size: 14px;
    border-radius: 8px;
}

.icon-white .arolax-wcf-icon.icon-wcf-arrow-up-right2 {
    background: #fff;
    color: #0E0E1A;
}

/* Posts style-4 items */
.wcf__posts.style-4 .wcf-post {
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.wcf__posts.style-4 .wcf-post::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0E0E1A99;
    border-radius: 16px;
    z-index: 1;
    pointer-events: none;
}

.wcf__posts.style-4 .wcf-post .content {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.wcf__posts.style-4 .wcf-post .wcf-taxonomy a,
.wcf__posts.style-4 .wcf-post .wcf-taxonomy span,
.wcf__posts.style-4 .wcf-post .wcf-meta a,
.wcf__posts.style-4 .wcf-post .wcf-meta span {
    color: var(--white, #fff);
}

.wcf__posts.style-4 .wcf-post .desc p {
    color: var(--gray-2, #D9D9D9);
}

.wcf__posts.style-4 .wcf-post .link {
    color: var(--white, #fff);
}

/* Gallery slider items */
.gallery--slider .item {
    width: 380px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
}

.otgs-development-site-front-end {
    display: none;
}

.global-lang-switcher a {
    border: none;
    background: transparent;
    font-size: 16px;
}

.global-lang-switcher a:hover {
    background-color: transparent !important;
}

.global-lang-switcher ul {
    border-top: 0 !important;
}

.global-lang-switcher .wpml-ls-item-toggle:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 15px !important;
    width: .5em;
    height: .5em;
    border: none !important;
    border-top: 0 !important;
    border-right: .12em solid !important;
    border-bottom: .12em solid !important;
    transform: rotate(45deg);
    top: calc(50% - .3em) !important;
    color: #0E0E1A !important;
}

.global-lang-switcher .wpml-ls-native {
    color: #0E0E1A !important;
}

.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus {
    background: transparent !important;
}

@media (max-width: 1199px) {
    .gallery--slider .item .content-wrap {
        display: none;
    }
}

.arolax--post.post-style-3 .item .wrapper {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    padding: 0 24px 24px 24px !important;
}

.wcf__nav-menu.mobile-menu-active .menu-item a {
    justify-self: center;
}

@media (min-width: 1025px) {
    .lets-talk-cta {
        display: none;
    }

    .wcf-nav-menu-nav .wpml-ls-item {
        display: none;
    }
}

.current-menu-item a {
    color: #4A4AFF !important;
}

.lets-talk-cta {
    margin-top: 32px;
    margin-bottom: 16px;
}

.lets-talk-cta a {
    background: #4A4AFF1A;
    color: #4A4AFF !important;
    border-radius: 12px;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    padding: 8px 16px !important;
}

.wcf__nav-menu.mobile-menu-active .wcf-nav-menu-container {
    max-height: 612px !important;
    overflow: hidden !important;
}

#menu-item-wpml-ls-2-en a {
    padding-bottom: 16px;
}

/* ================================================
   Case Studies Shortcode Grid
   ================================================ */
.cs-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.cs-grid--cols-2,
.cs-grid--cols-3,
.cs-grid--cols-4 {
    grid-template-columns: 1fr;
}

@media (max-width: 991px) {
    .cs-grid--cols-3,
    .cs-grid--cols-4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .cs-grid--cols-2,
    .cs-grid--cols-3,
    .cs-grid--cols-4 {
        grid-template-columns: 1fr;
    }
}

.cs-card {
    display: block;
    width: 100%;
}

.cs-card:hover {
    box-shadow: none;
}

.cs-card__thumb {
    border-radius: 16px;
    overflow: hidden;
}

.cs-card__thumb img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.cs-card:hover .cs-card__thumb img {
    transform: scale(1.05);
}

.cs-card__thumb-placeholder {
    width: 100%;
    height: 400px !important;
}

.cs-card__body {
    padding: 20px 0;
}

.cs-card__title {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #000;
}

.cs-card__client {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #4A4AFF;
}

.cs-grid__empty {
    text-align: center;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .cs-card__thumb {
        max-width: 100%;
        margin: 0 auto;
    }

    .cs-card__thumb img,
    .cs-card__thumb-placeholder {
        width: 100%;
        height: 280px !important;
    }
}
