/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
    --h1-size: clamp(1.875rem, 1.0714rem + 4.2857vw, 4.5rem);
    --h2-size: clamp(1.75rem, 1.3673rem + 2.0408vw, 3rem);
    --h3-size: clamp(1.25rem, 1.0106rem + 1.2766vw, 2rem);
    --h4-size: clamp(1.25rem, 1.1702rem + 0.4255vw, 1.5rem);
    --h5-size: clamp(22px, 2vw, 28px);
    --h6-size: clamp(18px, 1.5vw, 22px);
    --p-size: clamp(0.875rem, 0.8351rem + 0.2128vw, 1rem);
}

/*  PADDING CSS*/
.p-20 {
    padding-left: 25px;
    padding-right: 25px;
}

/* 120 PADDING */
.p-t {
    padding-top: clamp(3.75rem, 2.5532rem + 6.383vw, 7.5rem);
}

.p-b {
    padding-bottom: clamp(3.75rem, 2.5532rem + 6.383vw, 7.5rem);
}

.p-tb {
    padding-top: clamp(3.75rem, 2.5532rem + 6.383vw, 7.5rem);
    padding-bottom: clamp(3.75rem, 2.5532rem + 6.383vw, 7.5rem);
}

/* 80 PADDING */
.p-8t {
    padding-top: clamp(3.75rem, 3.3511rem + 2.1277vw, 5rem);
}

.p-8b {
    padding-bottom: clamp(3.75rem, 3.3511rem + 2.1277vw, 5rem);
}

.p-8tb {
    padding-top: clamp(3.75rem, 3.3511rem + 2.1277vw, 5rem);
    padding-bottom: clamp(3.75rem, 3.3511rem + 2.1277vw, 5rem);
}

/* 60 PADDING */
.p-6t {
    padding-top: clamp(2.5rem, 2.1011rem + 2.1277vw, 3.75rem);
}

.p-6b {
    padding-bottom: clamp(2.5rem, 2.1011rem + 2.1277vw, 3.75rem);
}

.p-6tb {
    padding-top: clamp(2.5rem, 2.1011rem + 2.1277vw, 3.75rem);
    padding-bottom: clamp(2.5rem, 2.1011rem + 2.1277vw, 3.75rem);
}

/* 40 PADDING */
.p-4t {
    padding-top: clamp(1.25rem, 0.8511rem + 2.1277vw, 2.5rem);
}

.p-4b {
    padding-bottom: clamp(1.25rem, 0.8511rem + 2.1277vw, 2.5rem);
}

.p-4tb {
    padding-top: clamp(1.25rem, 0.8511rem + 2.1277vw, 2.5rem);
    padding-bottom: clamp(1.25rem, 0.8511rem + 2.1277vw, 2.5rem);
}

/* BUTTON CSS */

.elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transition: transform .4s ease;
    z-index: -1;
}

.elementor-button::before {
    transform: scaleY(1);
    transform-origin: top;
}

.elementor-button:hover::before {
    transform: scaleY(0);
}

/* Button2: Transparent → Black */
.button2 a {
    background: transparent !important;
    color: #1A1A1A !important;
    border-color: #C8C5BF !important;
}

.button2 .elementor-button::before {
    transform: translateY(102%);
}

.button2 .elementor-button:hover::before {
    transform: translateY(0);
}

.button2 .elementor-button:hover .elementor-button-text {
    color: #fff;
}

.button2 .elementor-button:hover path {
    fill: white !important;
}

/* HEADER CSS */

.header {
    position: fixed;
    padding: 20px 20px 18px 20px;
    top: 0;
    left: 0;
    z-index: 999;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #FAFAF8 !important;
}

.header.scrolled {
    background: #fff !important;
    border-color: #e6e4e0 !important;

}

/* HOMEPAGE CSS */
.list_btn {
    margin-top: 20px;
}

.span_color span {
    color: var(--e-global-color-fc6f8d0);
}

.span_colors span {
    color: var(--e-global-color-00cbf91);
}



.list_btn li.elementor-icon-list-item a {
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: flex-end;
    border-bottom: 1px solid #B8956A;

}

.list_btn span.elementor-icon-list-text {
    padding: 0px !important;
}

.beach_card {
    height: 320px;
    padding: 40px 40px;
}

.pratice_box {
    position: relative;
    transition: all 0.4s ease;
}

.pratice_box:hover {
    padding-left: 12px;
    padding-right: 12px;
    background: linear-gradient(to right, transparent, rgba(20, 20, 20, 0.015));
}

.pratice_box::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 100%;
    height: 1px;
    background: #1A1A1A;
    transition: right 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pratice_box:hover::after {
    right: 0;
}

.team_box .elementor-widget-theme-post-featured-image {
    overflow: hidden;
}

.team_box img {
    transition: transform 0.5s ease;
}

.team_box:hover img {
        transform: scale(1.03);
}

span.swiper-pagination-bullet {
    border-radius: 0px !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 37px !important;
}

.hover_review:hover p {
    color: white;
}

.hover_review:hover path {
    fill: white !important;
}

.elementor-swiper-button:hover path {
    fill: #8A6D3A !important;
}

/* Journal · Insights CSS */
.hover_boxes .arrow_icon {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.hover_boxes:hover .arrow_icon {
    transform: translateX(6px);
}

time {
    color: #8A6D3A;
}

.hover_boxes:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.post_content ul {
    padding: 20px 0px 20px 17px;
}

.post_content p {
    padding-bottom: 20px;
}

.table_content {
    padding: 40px 40px;
}

.table_content .elementor-toc__header-title {
    padding-bottom: 30px;
}

.table_content ol li {
    margin-bottom: 15px;
}

.table_content a {
    text-decoration: none !important;
}

.vcx-services-list,
.vcx-country-list,
.vcx-features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vcx-feature-item {
    width: 100%;
}

.vcx-services-list .vcx-service-item,
.vcx-country-list .vcx-country-item {
    padding: 50px 40px;
    border: 1px solid #C8C5BF;
    width: 100%;
}

.vcx-services-list span.vcx-highlight {
    color: var(--e-global-color-00cbf91);
}

.vcx-services-list h3.vcx-service-title,
.vcx-country-list .vcx-country-title,
.vcx-features-list .vcx-feature-title {
    font-size: 18px;
    border-top: 1px solid #C8C5BF;
    padding-top: 22px;
    margin-top: 50px;
    position: relative;
}

.vcx-services-list,
.vcx-country-list,
.vcx-features-list {
    counter-reset: service-counter;
}

.vcx-country-title,
.vcx-feature-title {
    color: #8A6D3A !important;
}

.vcx-service-title::before,
.vcx-country-title::before,
.vcx-feature-title::before {
    counter-increment: service-counter;
    content: counter(service-counter, lower-roman) ".";
    position: absolute;
    left: 0;
    top: -50px;
    font-size: 24px;
    color: #8A6D3A;
}

.sub_banner {
    padding-top: clamp(5rem, 4.2021rem + 4.2553vw, 7.5rem) !important;
}

.lg-b {
    margin-bottom: 16px !important;
}

.md-b {
    margin-bottom: 8px !important;
}

.list_btn .elementor-icon-list-icon {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.list_btn:hover .elementor-icon-list-icon {
    color: #D4B881;
    transform: translateX(6px);
}

.list_btn:hover span,
.list_btn:hover li.elementor-icon-list-item a {
    color: black !important;
    border-color: black !important;

}

.list_btn:hover path {
    fill: black !important;
}

.black_btn span.elementor-button-text {
    color: var(--e-global-color-1428bdb) !important;
}

.black_btn path {
    fill: var(--e-global-color-1428bdb) !important;
}


.list_btn li {
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: flex-end;

}

/*  */
.vcx-step-number {
    display: none;
}

.vcx-step-content {
    display: flex;
    gap: 20px;
    padding: 40px 0px;
}

.vcx-step-title {
    margin: 0px !important;
    font-size: 24px !important;
    color: #8A6D3A !important;
    width: 40%;
}

.vcx-step-description {
    width: 60%;
}

.vcx-step-item {
    border-bottom: 1px solid #C8C5BF;
}

.vcx-step-guide {
    border-top: 1px solid #C8C5BF;
}

/*  */
.vcx-stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Press & Media */
section.vcx-year-group {
    margin-bottom: 100px;
}

.vcx-year-header {
    display: flex;
    gap: 24px;
    align-items: center !important;
    margin-bottom: 28px;
}

.vcx-year {
    font-size: 32px !important;
    color: #8A6D3A !important;
    margin: 0px !important;
    line-height: 100% !important;
}

.vcx-year-count,
span.vcx-date {
    color: #1414149E !important;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 110% !important;
    letter-spacing: 1.2px !important;
}

.vcx-card-title {
    color: #1414149E !important;
    font-size: 16px !important;
    line-height: 110% !important;
    color: #8A6D3A !important;
}

.vcx-card-content {
    width: 200px;
}

.vcx-press-con {
    width: 715px;
}

.vcx-card-description {
    color: #1414149E;
}

.vcx-year-posts {
    border-top: 1px solid #C8C5BF;
}

.vcx-press-card {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C8C5BF;
    padding: 32px 0px 32px 0px;
    align-items: center;
}

.vcx-press-card {
    position: relative;
    transition: all 0.4s ease;
}

.vcx-press-card:hover {
    padding-left: 12px;
    padding-right: 12px;
    background: linear-gradient(to right, transparent, rgba(20, 20, 20, 0.015));
}
/*  */
.vcx-card-arrow svg path{
	stroke:#8A6D3A;
}
.number_hover:hover path{
		stroke:black !important;
	fill:black !important;
}
.hover_review{
	position:relative;
	overflow:hidden;
}
.hover_review::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transition: transform .4s ease;
    z-index: -1;
}
.hover_review::before {
    transform: translateY(100%);
}
.hover_review:hover::before {
    transform: translateY(0);
}
.hover_review:hover{
	border-color:black !important;
}
.vcx-press-card::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 100%;
    height: 1px;
    background: #1A1A1A;
    transition: right 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vcx-press-card:hover::after {
    right: 0;
}
ul {
    padding:15px 0px 15px 18px;
}

.elementor-loop-container{
    counter-reset: team-counter;
}
.counter_count{
    position: relative;
}
.counter_count .elementor-heading-title.elementor-size-default::before{
    counter-increment: team-counter;
    content: counter(team-counter, lower-roman) ".";
    position: absolute;
    color: #8A6D3A;
    font-size: 24px;
}

/* Laptop/Desktop */
@media (max-width: 1024px) {

    .vcx-services-list,
    .vcx-country-list,
    .vcx-features-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .vcx-step-content {
        flex-wrap: wrap;
        padding: 20px 0px;
    }

    .vcx-step-title,
    .vcx-step-description {
        width: 100%;
    }

    .vcx-press-card {
        flex-wrap: wrap;
    }

    .vcx-card-content,
    .vcx-card-content {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .vcx-card-arrow {
        margin-top: 15px;
    }

    .vcx-services-list,
    .vcx-country-list,
    .vcx-features-list {
        grid-template-columns: 1fr;
    }

    .vcx-services-list .vcx-service-item,
    .vcx-country-list .vcx-country-item {
        padding: 30px 28px;
    }

    .table_content {
        padding: 30px 20px;
    }

    .beach_card {
        height: auto;
        padding: 40px 20px;
    }

    .header {
        padding: 20px 20px;
    }

    .list_btn {
        margin-top: 0px;
    }
}