.elementor-53 .elementor-element.elementor-element-f5c6c6a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-f606a3a{--display:flex;}.elementor-53 .elementor-element.elementor-element-e8dd54a{--display:flex;}.elementor-53 .elementor-element.elementor-element-bb92333{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -35px) 0px;padding:0px 0px 0px 0px;}.elementor-53 .elementor-element.elementor-element-288d271{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-288d271:not(.elementor-motion-effects-element-type-background), .elementor-53 .elementor-element.elementor-element-288d271 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFEF9;}.elementor-53 .elementor-element.elementor-element-c558151{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -35px) 0px;padding:0px 0px 0px 0px;}.elementor-53 .elementor-element.elementor-element-ca0d39d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-ca0d39d:not(.elementor-motion-effects-element-type-background), .elementor-53 .elementor-element.elementor-element-ca0d39d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFEF9;}.elementor-53 .elementor-element.elementor-element-e754f54{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -35px) 0px;padding:0px 0px 0px 0px;}.elementor-53 .elementor-element.elementor-element-6cadc54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-6cadc54:not(.elementor-motion-effects-element-type-background), .elementor-53 .elementor-element.elementor-element-6cadc54 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFEF9;}.elementor-53 .elementor-element.elementor-element-afdc4dc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -35px) 0px;padding:0px 0px 0px 0px;}.elementor-53 .elementor-element.elementor-element-809651f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-809651f:not(.elementor-motion-effects-element-type-background), .elementor-53 .elementor-element.elementor-element-809651f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFEF9;}/* Start custom CSS for shortcode, class: .elementor-element-77e715e */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- WEB-SHELF CONTAINER --- */
.ph-webshelf-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: 'Ysabeau', sans-serif;
}

/* --- THE ROW (FLEX WRAP) --- */
.ph-webshelf-row {
    display: flex;
    flex-wrap: wrap; /* Allows items to drop to the next line */
    justify-content: center; /* PERFECTLY CENTERS everything */
    gap: 30px;
    padding: 20px;
}

/* --- THE ITEM --- */
.ph-webshelf-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 130px; /* Base width for desktop to fit all 7 in one row */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ph-webshelf-item:hover {
    transform: translateY(-8px);
}

/* --- IMAGE BOX --- */
.ph-ws-img-box {
    width: 130px;
    height: 130px;
    background: #fffef9; 
    border-radius: 50%; /* Modern circular look */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    border: 2px solid transparent;
    transition: 0.3s;
    overflow: hidden;
    padding: 15px;
}
.ph-webshelf-item:hover .ph-ws-img-box {
    border-color: #bc2d3c; 
    box-shadow: 0 15px 35px rgba(188, 45, 60, 0.15); 
}

/* Images */
.ph-ws-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s;
}
.ph-webshelf-item:hover .ph-ws-img-box img {
    transform: scale(1.1); 
}

/* --- TEXT TITLE --- */
.ph-ws-title {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    transition: 0.3s;
}
.ph-webshelf-item:hover .ph-ws-title {
    color: #bc2d3c; 
}


/* --- SYMMETRIC MOBILE LAYOUT (BIGGER & TIDY) --- */
@media (max-width: 900px) {
    .ph-webshelf-container { 
        padding: 15px 5px; /* Reduced outer padding to give icons more room */
    }
    
    .ph-webshelf-row {
        gap: 25px 6px; /* 25px vertical gap, smaller 6px horizontal gap */
        padding: 10px 0;
    }

    /* Force exactly 4 items per row safely */
    .ph-webshelf-item {
        width: calc(25% - 5px); 
    }
    
    /* BIGGER CIRCLES FOR MOBILE */
    .ph-ws-img-box {
        width: 85px;  /* Increased from 75px */
        height: 85px; /* Increased from 75px */
        padding: 12px;
        margin-bottom: 10px;
    }

    /* Tidy Text */
    .ph-ws-title {
        font-size: 12px; /* Increased slightly for readability */
        font-weight: 800;
        line-height: 1.2;
    }
}

/* Extra small phones (iPhone SE, etc) */
@media (max-width: 400px) {
    .ph-webshelf-item {
        width: calc(25% - 4px); 
    }
    .ph-ws-img-box {
        width: 72px; /* Increased from 65px */
        height: 72px;
        padding: 10px;
    }
    .ph-ws-title {
        font-size: 11px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bb92333 */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- BRANDED SECTION HEADING --- */
.ph-section-heading-wrapper {
    margin-bottom: 40px;
    font-family: 'Ysabeau', sans-serif;
    width: 100%;
}

/* The small red text above the main title */
.ph-heading-sub {
    display: block;
    color: #bc2d3c; /* Brand Red */
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* The main big title */
.ph-heading-main {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* The red accent underline */
.ph-heading-accent {
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #bc2d3c; /* Brand Red */
    border-radius: 4px;
}

/* Handle alignments for the accent line */
.ph-section-heading-wrapper[style*="text-align: left"] .ph-heading-accent { margin-left: 0; }
.ph-section-heading-wrapper[style*="text-align: center"] .ph-heading-accent { margin: 0 auto; }
.ph-section-heading-wrapper[style*="text-align: right"] .ph-heading-accent { margin-right: 0; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .ph-heading-main { font-size: 32px; }
    .ph-heading-sub { font-size: 12px; }
    .ph-section-heading-wrapper { margin-bottom: 30px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-632d105 *//* Import Font */
/*@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;700;800&display=swap');*/

.map-container img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* Main Wrapper */
.pickle-slider-wrapper {
    position: relative; 
    max-width: 1400px; 
    margin: 0 auto;
    padding: 20px 60px; 
    font-family: 'Ysabeau', sans-serif;
    background-color: #fffef9; 
    box-sizing: border-box;
    width: 100%;
    overflow: hidden; 
}

/* Track */
.pickle-track {
    display: flex; 
    gap: 25px; 
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    padding-bottom: 25px;
    scroll-behavior: smooth; 
    scrollbar-width: thin; 
    scrollbar-color: #946737 #eeeeee;
}

.pickle-track::-webkit-scrollbar { height: 6px; }
.pickle-track::-webkit-scrollbar-track { background: #eeeeee; border-radius: 10px; }
.pickle-track::-webkit-scrollbar-thumb { background-color: #946737; border-radius: 10px; border: 1px solid #eeeeee; }

/* SIZING */
.pickle-slide-card {
    flex: 0 0 23%; 
    scroll-snap-align: start;
    background: #fff; 
    border: 1px solid #f2f2f2;
    border-radius: 12px; 
    overflow: hidden;
    display: flex; 
    flex-direction: column;
    transition: box-shadow 0.3s ease, border-color 0.3s ease; /* Removed transform transition */
}

/* HOVER STATE - UPDATED (Bounce Removed) */
.pickle-slide-card:hover {
    /* transform: translateY(-8px);  <-- REMOVED THIS */
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #dcdcdc;
}

/* ARROWS */
.slider-arrow {
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    width: 45px; 
    height: 45px;
    background: #fff; 
    border: 1px solid #ddd; 
    border-radius: 50%;
    font-size: 20px; 
    color: #333; 
    cursor: pointer; 
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.slider-arrow:hover { background: #946737; color: #fff; border-color: #946737; }
.slider-arrow.prev { left: 5px; }
.slider-arrow.next { right: 5px; }

/* CONTENT */
.slide-img-wrap { width: 100%; aspect-ratio: 1 / 1; position: relative; overflow: hidden; display: block; }
.slide-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

.pickle-slide-card:hover .slide-img-wrap img { transform: scale(1.08); }

.slide-badge {
    position: absolute; top: 12px; left: 12px;
    background: rgba(255,255,255,0.95); color: #000;
    font-size: 10px; font-weight: 800; text-transform: uppercase;
    padding: 5px 8px; border-radius: 4px;
}

.slide-body { padding: 18px; display: flex; flex-direction: column; flex-grow: 1; text-align: left; }

.slide-title {
    font-size: 17px; font-weight: 800; color: #000;
    text-decoration: none; line-height: 1.3; text-transform: uppercase;
    margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden; height: 2.6em;
}
.slide-title:hover { color: #bc2d3c; }

.slide-meta { font-size: 11px; color: #888; margin-bottom: 12px; }
.slide-meta span { color: #333; font-weight: 600; }

/* SPLIT TASTE SECTION */
.slide-taste-split {
    display: flex; justify-content: space-between; align-items: center;
    background: #fafafa; border: 1px solid #f0f0f0;
    border-radius: 8px; padding: 10px; margin-bottom: 15px;
    min-height: 90px;
}

.taste-split-list {
    display: flex; flex-direction: column; gap: 4px; width: 65%;
}

.taste-head {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    color: #999; margin-bottom: 2px; letter-spacing: 0.5px;
}

.taste-row {
    display: flex; align-items: center; font-size: 11px; line-height: 1.2;
}
.t-dot {
    width: 6px; height: 6px; border-radius: 50%;
    margin-right: 6px; flex-shrink: 0;
}
.t-name { font-weight: 500; margin-right: auto; }
.t-val { font-weight: 700; }

.taste-row.active .t-name { color: #333; }
.taste-row.active .t-val { color: #000; }
.taste-row.inactive .t-name { color: #bbb; }
.taste-row.inactive .t-val { color: #ccc; font-weight: 400; }

.taste-split-chart { width: 45px; height: 45px; flex-shrink: 0; }
.taste-split-svg { transform: rotate(-90deg); border-radius: 50%; }

/* PRICE */
.slide-price-row {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 18px; font-weight: 700; color: #000; 
    margin-top: auto; margin-bottom: 12px;
}
.slide-price-row .price-label {
    font-family: 'Ysabeau', sans-serif;
    font-size: 11px; color: #777; font-weight: 500; 
    text-transform: uppercase; margin-right: 4px;
}
.slide-price-row .woocommerce-Price-amount { color: #bc2d3c; }

/* BUTTONS */
.slide-btn-block {
    display: block; width: 100%; text-align: center;
    background: #000; color: #fff;
    text-transform: uppercase; font-size: 13px; font-weight: 700;
    padding: 14px 0; text-decoration: none; border-radius: 6px; transition: background 0.3s;
}
.slide-btn-block:hover { background: #946737; color: #fff; }

.view-more-card {
    background-color: #fcfbf7; border: 2px dashed #dcdcdc;
    cursor: pointer; align-items: center; justify-content: center; text-align: center;
}
.view-more-card:hover { border-color: #946737; background-color: #fff; }
.view-more-content { padding: 30px; }
.vm-icon { font-size: 40px; color: #946737; display: block; margin-bottom: 15px; }
.view-more-content h3 { font-size: 18px; font-weight: 800; color: #000; margin-bottom: 10px; text-transform: uppercase; }
.view-more-content p { font-size: 12px; color: #666; margin-bottom: 20px; line-height: 1.5; }
.vm-btn { display: inline-block; padding: 10px 20px; background: #000; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; border-radius: 30px; }

.slider-view-more { text-align: center; margin-top: 40px; }
.slider-main-btn {
    display: inline-block; background-color: #000; color: #fff;
    padding: 16px 45px; font-size: 14px; font-weight: 700;
    text-transform: uppercase; text-decoration: none; letter-spacing: 1px;
    border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.slider-main-btn:hover { background-color: #946737; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(148, 103, 55, 0.3); }

/* RESPONSIVE */
@media (max-width: 1200px) {
    .pickle-slide-card { flex: 0 0 44%; } 
}
@media (max-width: 767px) {
    .pickle-slider-wrapper { padding: 20px 0; }
    .pickle-track { padding-left: 20px; padding-right: 20px; }
    .pickle-slide-card { flex: 0 0 65%; } 
    .slider-arrow { display: none; }
    .slider-main-btn { padding: 14px 30px; font-size: 12px; }
    
    .map-container img { width: 100% !important; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c558151 */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- BRANDED SECTION HEADING --- */
.ph-section-heading-wrapper {
    margin-bottom: 40px;
    font-family: 'Ysabeau', sans-serif;
    width: 100%;
}

/* The small red text above the main title */
.ph-heading-sub {
    display: block;
    color: #bc2d3c; /* Brand Red */
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* The main big title */
.ph-heading-main {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* The red accent underline */
.ph-heading-accent {
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #bc2d3c; /* Brand Red */
    border-radius: 4px;
}

/* Handle alignments for the accent line */
.ph-section-heading-wrapper[style*="text-align: left"] .ph-heading-accent { margin-left: 0; }
.ph-section-heading-wrapper[style*="text-align: center"] .ph-heading-accent { margin: 0 auto; }
.ph-section-heading-wrapper[style*="text-align: right"] .ph-heading-accent { margin-right: 0; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .ph-heading-main { font-size: 32px; }
    .ph-heading-sub { font-size: 12px; }
    .ph-section-heading-wrapper { margin-bottom: 30px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-90f0756 */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- 1. CONTAINER & GRID --- */
.ph-sp2-wrapper {
    width: 100%; max-width: 1400px; margin: 0 auto; padding: 40px 20px; font-family: 'Ysabeau', sans-serif;
}
.ph-sp2-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Exactly 6 items in one row on desktop */
    gap: 20px; align-items: flex-start;
}

/* --- 2. THE ITEM (Clickable Area) --- */
.ph-sp2-item {
    position: relative; display: flex; flex-direction: column; align-items: center;
    text-align: center; cursor: pointer; transition: 0.3s;
    z-index: 1; /* Default layer */
}
.ph-sp2-item:hover { transform: translateY(-5px); }

/* Z-INDEX FIX: Bring the active item to the very top so bubble isn't hidden */
.ph-sp2-item.active {
    z-index: 999; 
}

/* --- 3. ICON BOX --- */
.ph-sp2-icon {
    width: 110px; height: 110px; background: #fffef9; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05); border: 2px solid transparent;
    padding: 15px; margin-bottom: 15px; transition: 0.3s; position: relative; z-index: 2;
}
.ph-sp2-icon img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s; }

/* Active/Hover Icon State */
.ph-sp2-item:hover .ph-sp2-icon { box-shadow: 0 15px 30px rgba(188, 45, 60, 0.15); border-color: #ffd1d5; }
.ph-sp2-item.active .ph-sp2-icon { border-color: #bc2d3c; box-shadow: 0 10px 30px rgba(188, 45, 60, 0.3); }
.ph-sp2-item.active .ph-sp2-icon img { transform: scale(1.1); }

/* --- 4. TITLE & HINT --- */
.ph-sp2-title {
    font-size: 16px; font-weight: 800; color: #000; text-transform: uppercase;
    line-height: 1.2; margin: 0; transition: 0.3s; display: flex; flex-direction: column;
}
.ph-sp2-hint {
    font-size: 11px; font-weight: 600; color: #bc2d3c; text-transform: none;
    margin-top: 5px; opacity: 0.7;
}
.ph-sp2-item.active .ph-sp2-title { color: #bc2d3c; }

/* --- 5. THE CHAT BUBBLE (Opening Upwards & Eye Friendly) --- */
.ph-sp2-bubble {
    position: absolute; 
    bottom: calc(100% - 10px); /* Opens ABOVE the icon */
    left: 50%; 
    transform: translateX(-50%) translateY(15px); /* Starts slightly down for slide-up animation */
    width: 260px; background: #fff; border: 2px solid #bc2d3c; border-radius: 12px;
    padding: 20px 25px; box-shadow: 0 -10px 40px rgba(0,0,0,0.15); text-align: left;
    opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Eye-Friendly Text */
.ph-sp2-bubble p { 
    margin: 0; 
    font-size: 15px; /* Perfect reading size */
    color: #333; /* Soft dark grey, easier on eyes than harsh black */
    line-height: 1.6; /* Relaxed spacing for readability */
    font-weight: 500; 
}

.ph-sp2-bubble-close {
    position: absolute; top: 5px; right: 12px; font-size: 22px; color: #aaa;
    cursor: pointer; line-height: 1; font-weight: 800; transition: 0.2s;
}
.ph-sp2-bubble-close:hover { color: #bc2d3c; }

/* The Arrow pointing DOWN to the icon */
.ph-sp2-bubble::before, .ph-sp2-bubble::after {
    content: ''; position: absolute; top: 100%; /* Placed at the bottom edge */
    border-style: solid;
}
/* Red Border Triangle (Pointing Down) */
.ph-sp2-bubble::before {
    left: 50%; transform: translateX(-50%); 
    border-width: 12px 10px 0 10px; /* Top, Right, Bottom, Left */
    border-color: #bc2d3c transparent transparent transparent;
}
/* White Inner Triangle (Overlaps to create outline effect) */
.ph-sp2-bubble::after {
    left: 50%; transform: translateX(-50%); 
    border-width: 10px 8px 0 8px; 
    border-color: #fff transparent transparent transparent; 
    margin-top: -3px; /* Pulls it up slightly to show the red tip */
}

/* Active Animation */
.ph-sp2-item.active .ph-sp2-bubble { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-20px); }

/* --- 6. POSITIONING LOGIC FOR EDGE CASES (Desktop) --- */
@media (min-width: 901px) {
    /* Prevent Bubble 1 from cutting off left screen */
    .ph-sp2-item:first-child .ph-sp2-bubble { left: 0; transform: translateY(15px); }
    .ph-sp2-item.active:first-child .ph-sp2-bubble { transform: translateY(-20px); }
    .ph-sp2-item:first-child .ph-sp2-bubble::before, .ph-sp2-item:first-child .ph-sp2-bubble::after { left: 55px; transform: none; }

    /* Prevent Bubble 6 from cutting off right screen */
    .ph-sp2-item:last-child .ph-sp2-bubble { left: auto; right: 0; transform: translateY(15px); }
    .ph-sp2-item.active:last-child .ph-sp2-bubble { transform: translateY(-20px); }
    .ph-sp2-item:last-child .ph-sp2-bubble::before, .ph-sp2-item:last-child .ph-sp2-bubble::after { left: auto; right: 55px; transform: none; }
}

/* --- 7. MOBILE RESPONSIVE (Perfect Symmetry) --- */
@media (max-width: 900px) {
    .ph-sp2-wrapper { padding: 40px 10px; }
    .ph-sp2-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 Items per row */
        row-gap: 50px; column-gap: 15px; /* Increased row gap to give upward bubbles breathing room */
    }
    
    .ph-sp2-icon { width: 90px; height: 90px; padding: 12px; }
    .ph-sp2-title { font-size: 13px; }
    .ph-sp2-bubble { width: 220px; padding: 15px; }
    .ph-sp2-bubble p { font-size: 14px; }

    /* Adjust bubbles for 2-column layout so they don't clip off screen */
    
    /* Odd Items (Left Column) */
    .ph-sp2-item:nth-child(odd) .ph-sp2-bubble { left: 0; transform: translateY(15px); }
    .ph-sp2-item.active:nth-child(odd) .ph-sp2-bubble { transform: translateY(-15px); }
    .ph-sp2-item:nth-child(odd) .ph-sp2-bubble::before, .ph-sp2-item:nth-child(odd) .ph-sp2-bubble::after { left: 45px; transform: none; }

    /* Even Items (Right Column) */
    .ph-sp2-item:nth-child(even) .ph-sp2-bubble { left: auto; right: 0; transform: translateY(15px); }
    .ph-sp2-item.active:nth-child(even) .ph-sp2-bubble { transform: translateY(-15px); }
    .ph-sp2-item:nth-child(even) .ph-sp2-bubble::before, .ph-sp2-item:nth-child(even) .ph-sp2-bubble::after { left: auto; right: 45px; transform: none; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e754f54 */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- BRANDED SECTION HEADING --- */
.ph-section-heading-wrapper {
    margin-bottom: 40px;
    font-family: 'Ysabeau', sans-serif;
    width: 100%;
}

/* The small red text above the main title */
.ph-heading-sub {
    display: block;
    color: #bc2d3c; /* Brand Red */
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* The main big title */
.ph-heading-main {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* The red accent underline */
.ph-heading-accent {
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #bc2d3c; /* Brand Red */
    border-radius: 4px;
}

/* Handle alignments for the accent line */
.ph-section-heading-wrapper[style*="text-align: left"] .ph-heading-accent { margin-left: 0; }
.ph-section-heading-wrapper[style*="text-align: center"] .ph-heading-accent { margin: 0 auto; }
.ph-section-heading-wrapper[style*="text-align: right"] .ph-heading-accent { margin-right: 0; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .ph-heading-main { font-size: 32px; }
    .ph-heading-sub { font-size: 12px; }
    .ph-section-heading-wrapper { margin-bottom: 30px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-afdc4dc */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* --- BRANDED SECTION HEADING --- */
.ph-section-heading-wrapper {
    margin-bottom: 40px;
    font-family: 'Ysabeau', sans-serif;
    width: 100%;
}

/* The small red text above the main title */
.ph-heading-sub {
    display: block;
    color: #bc2d3c; /* Brand Red */
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* The main big title */
.ph-heading-main {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* The red accent underline */
.ph-heading-accent {
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #bc2d3c; /* Brand Red */
    border-radius: 4px;
}

/* Handle alignments for the accent line */
.ph-section-heading-wrapper[style*="text-align: left"] .ph-heading-accent { margin-left: 0; }
.ph-section-heading-wrapper[style*="text-align: center"] .ph-heading-accent { margin: 0 auto; }
.ph-section-heading-wrapper[style*="text-align: right"] .ph-heading-accent { margin-right: 0; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .ph-heading-main { font-size: 32px; }
    .ph-heading-sub { font-size: 12px; }
    .ph-section-heading-wrapper { margin-bottom: 30px; }
}/* End custom CSS */