/* Hover Effect */
.box-box:hover .zoom-container .ekit_hotspot_image img {
	transform: none !important;
}

.box-box:hover .zoom-container img {
    transform: scale(1.1);
    transition-duration: 500ms !important;
	transition: 
        transform 0.5s ease-in-out;
}

.box-box:hover .hover-container {
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    transform: translate3d(0, -1rem, 0) !important;
    transition: 
        transform 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out,
        -webkit-transform 0.4s ease-in-out,
        -webkit-box-shadow 0.4s ease-in-out;
    transition-duration: 500ms !important;
}

/* shop filter */
.yith-wcan-filters {
    background-color: #00000000;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
    font-family: "CiutadellaRounded-Lt", Sans-serif;
    font-size: 18px;
}
.term-label {
    font-family: "CiutadellaRounded-Lt", Sans-serif;
    font-size: 14px;
}

/* accordion - single product page */
.accordion-title {
    font-family: "CiutadellaRounded-Lt", Sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.accordion-title:hover {
    background-color: #f1f1f1;
    color: #333;
    border-color: #ddd;
}

.accordion-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: 2px solid #ddd;
    font-weight: bold;
    transition: background-color 0.4s ease, color 0.4s ease;
    color: #333;
    font-size: 16px;
    border-radius: 50%;
}

.accordion-title.active .accordion-icon {
    color: #fff;
    background-color: #ddd;
}

.accordion-content {
    font-family: "CiutadellaRounded-Lt", Sans-serif;
    padding: 5px 10px;
    margin-left: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 0.6s ease;
}

.accordion-title.active + .accordion-content {
    max-height: 500px;
    opacity: 1;
}

.accordion-text {
    flex: 1;
}

.accordion-content p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.no-accordion-message {
    display: none !important;
}

/* ACF document links */
.pdf-links-title {
    font-family: "CiutadellaRounded-Lt", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
    color: #333;
    transition: all 0.3s ease;
}

.pdf-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pdf-links li {
    margin-bottom: 10px;
}

.pdf-links li a {
    display: inline-block;
    background-color: #143782a3;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.pdf-links li a:hover {
    background-color: #143782;
    transform: translateY(-2px);
}

.pdf-links li a:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
}

/* Request a quote */
.entry-title {
    font-family: "CiutadellaRounded-Lt", Sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.raq-send-request,
.yith-ywraq-before-table-wc-backward,
.ywraq_clean_list,
.button-ghost {
    font-family: "CiutadellaRounded-Lt", Sans-serif !important;
    background-color: #143782 !important;
    color: white !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    border-radius: 5px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.raq-send-request:hover {
    background-color: #005bb5;
}

.form_label {
    font-family: "CiutadellaRounded-Lt", Sans-serif !important;
}

.yith_ywraq_add_item_response-930.yith_ywraq_add_item_response_message.show.hide-when-removed,
.yith_ywraq_add_item_browse-list-930,
.yith_ywraq_add_item_browse_message a {
    font-family: "CiutadellaRounded-Lt", Sans-serif !important;
    color: #143782;
    font-size: 18px;
    font-weight: bold;
}

.yith_ywraq_add_item_browse-list-930,
.yith_ywraq_add_item_browse_message a:hover {
    color: #F09100;
}

/* WPForms style */
.wpforms-field-label {
    font-family: "CiutadellaRounded-Lt", Sans-serif !important;
    margin-bottom: 5px !important;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
}

/* Elementor search style */
.elementor-widget-search .e-search .e-search-submit {
    padding: 5px !important;
}

.elementor-widget-search .e-search-input {
    height: 40px !important;
    min-height: 40px !important;
}

/* EA Search widget style */
.eael-advanced-search-widget .eael-advanced-search-form .eael-advanced-search-wrap .icon {
    left: 5px;
}

/* WooCommerce product gallery icon */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #00000061;
    border-radius: 6px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #00000061;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #ffffff8f;
}

/* WooCommerce button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
    background-color: #143782;
    font-weight: 300;
    color: white;
}

/* WooCommerce notices wrapper */
.woocommerce-notices-wrapper {
    max-width: 1140px !important;
    margin: auto;
}

/* responsive max width */
@media (max-width: 1024px) {
    .woocommerce-notices-wrapper,
    .jet-woo-builder-woocommerce-cart {
        max-width: 1024px !important;
    }
}
@media (max-width: 767px) {
    .woocommerce-notices-wrapper,
    .jet-woo-builder-woocommerce-cart {
        max-width: 767px !important;
    }
}

/* Checkout button */
.checkout-button,
.woocommerce .woocommerce-message a.button.wc-forward {
    padding: 12px 24px !important;
    font-style: capitalize;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    color: #fff !important;
    background-color: var(--e-global-color-accent) !important;
    border-radius: 5px !important;
}



.ekit-wid-con .elementskit-btn {
	background-color: #143782;
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size );
	font-weight: var( --e-global-typography-accent-font-weight );
}
.ekit_hotspot_image {
	margin: 0px 0px 0px 0px !important;
}

.ekit-wid-con {
	overflow: hidden;
}
.ekit-location_inner {
	border: 1px solid #143782;
	border-radius: 5px;
}
.elementor-element.elementor-element-2cf8910.e-con-full.e-flex.e-con.e-child {
  z-index: 1;
}
.swiper-slide-image {
    /* Smooth transition for transform */
    transition: transform 0.3s ease-in-out;
    /* Initial state: no scaling */
    transform: scale(1);
    /* Ensure the element is positioned relative or absolute for z-index to work */
    position: relative; 
    /* Optional: Add a slight border-radius for rounded corners if desired */
    border-radius: 0px; 
}

.swiper-slide-image:hover {
    /* Scale up by 3% to create the bulge effect */
    transform: scale(1.07); 
    /* Bring the hovered element to the front if it overlaps others */
    z-index: 10; 
}
