/* Photography Page Styles */

p.elementor-heading-title {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

p.elementor-heading-title a {
    text-decoration: none !important;
}

p.elementor-heading-title::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 4px);
    right: -17px;
    background: url(/wp-content/uploads/2025/06/right_arrow.png) center/cover;
    transition: all 0.2s ease;
}

p.elementor-heading-title:hover::after {
    right: -20px;
}