/**
 * Organized CSS
 * Media queries moved to the bottom.
 * Original rules preserved.
 */

/* ==============================
   Base / Global Styles
============================== */

/**
* Theme Name:     Hello Elementor Child
* Author:         Elementor Team
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/
/* Force the progress bar to entirely disappear when done */
* {
    box-sizing:border-box;
    -moz-box-sizing:border-box
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff85;
    z-index: 10;
    display: none;
}
.overlay.active {
    display:block;
}
.sm-feature-video,
.sm-gallery,
.sm-videos,
.sm-youtube {
    padding: 60px 0 0;
}
.sm-section-title {
    font-family: "Nunito", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -2.84px;
    color: #000;
    text-align: center;
    margin: 0 0 40px;
}
.sm-gallery-grid,
.sm-videos-grid,
.sm-youtube-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}
.sm-media-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    cursor: pointer;
}
.sm-media-card img,
.sm-media-card video {
    width: 100%;
    height: 220px !important;
    display: block;
    object-fit: cover;
    transition: transform 0.25s ease;
}
.sm-media-card video.featured_video_ {
    min-height:600px
}
body {
    font-family:"Inter";
}
.sm-media-card:hover img,
.sm-media-card:hover video {
    transform: scale(1.04);
}
.sm-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0,0,0,0.68);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding-left: 4px;
    z-index: 2;
}
.sm-empty {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    background: #f9fafb;
    border-radius: 12px;
    font-size: 15px;
    margin-bottom: 30px;
}
.sm_bio {
    max-width:900px;
    margin:auto;
    text-align:center;
}
.sm_bio p {
    font-family: "Nunito", Sans-serif;
    font-size:16px;
    line-height:1.4
}
.actionbtns a {
    background: #ED1C24;
    display: inline-flex;
    padding: 5px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.actionbtns a svg {
    width:20px;
    height:20px;
    margin:auto;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    display: none !important;
    opacity: 0 !important;
}
.thankyouimg img {
    width:100%;
    max-width:500px;
    margin:auto;
}
.thankyou_content {
    text-align:center;
}
.thankyou_content h3 {
    margin: 0;
    padding: 20px 0;
    font-family: "Nunito", Sans-serif;
    font-size:32px;
}
.thankyou_content p {
    font-family: "Nunito", Sans-serif;
    font-size:16px;
}
.thankyou_content a {
    text-decoration: none;
    padding: 10px 30px;
    background-color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF;
    border-radius: 13px 13px 13px 13px;
    display: inline-block;
}
/* ── File Details (Name & Size) ─────────────────────────── */
.dropzone .dz-preview .dz-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333;
    font-size: 12px;
    text-align: center;
    opacity: 0 !important;
    /* Force hidden by default */
    transition: opacity 0.2s ease;
    z-index: 20;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1 !important;
    /* Show on hover */
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Kills the ugly default white boxes behind the text */
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span,
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
/* ── Upload Progress Bar ────────────────────────────────── */
.dropzone .dz-preview .dz-progress {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    height: 10px;
    background: rgba(238, 238, 238, 0.9) !important;
    /* Much cleaner container */
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 30;
    overflow: hidden;
    transform: translateY(-50%);
    /* perfectly centered */
}
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    background: #27ae60 !important;
    /* Green filler */
    width: 0;
    transition: width 0.3s ease-in-out;
}
/* Force the progress bar to entirely disappear when done */
.dropzone .dz-preview.dz-complete .dz-progress {
    display: none !important;
    opacity: 0 !important;
}
/* ── Dropzone File Preview Item ─────────────────────────── */
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-height: 120px;
    width: 120px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
/* Image Thumbnail Area */
.dropzone .dz-preview .dz-image {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    z-index: 10;
    background: #f8f9fa;
}
.dropzone .dz-preview .dz-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* File Details (Name & Size) */
.dropzone .dz-preview .dz-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    /* Hidden by default, shows on hover */
    transition: opacity 0.2s ease;
    z-index: 20;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Upload Progress Bar */
.dropzone .dz-preview .dz-progress {
    position: absolute;
    top: 105px;
    left: 10%;
    right: 10%;
    height: 6px;
    background: #eee;
    border-radius: 4px;
    z-index: 30;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    background: #27ae60;
    width: 0;
    transition: width 0.3s ease-in-out;
}
/* Hide progress bar when upload finishes */
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}
/* ── The Remove / Cancel Button (X icon) ─────────────────── */
.dropzone .dz-preview .dz-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 40;
    width: 24px;
    height: 24px;
    background: #e74c3c;
    color: transparent;
    /* Hides the default "Cancel upload" text */
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background 0.2s ease, transform 0.2s ease;
}
.dropzone .dz-preview .dz-remove:hover {
    background: #c0392b;
    transform: scale(1.1);
}
/* Drawing the X using CSS pseudo-elements */
.dropzone .dz-preview .dz-remove::before,
.dropzone .dz-preview .dz-remove::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform-origin: center;
}
.dropzone .dz-preview .dz-remove::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.dropzone .dz-preview .dz-remove::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}
.input-error {
    border: 1px solid red !important;
}
.select-error {
    border: 1px solid red !important;
}
/* ── Dropzone Custom Styles ─────────────────────────── */
.dropzone {
    min-height: 150px !important;
    border: 2px dashed #0087F7 !important;
    background: #fcfcfc !important;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 10px;
    box-sizing: border-box;
}
.dropzone:hover {
    background: #f0f7ff !important;
    border-color: #0056b3 !important;
}
.dropzone .dz-message {
    text-align: center;
    font-size: 16px;
    color: #666;
    width: 100%;
    margin: 2em 0;
}
.dropzone .dz-preview {
    margin: 10px;
}
/* ── YouTube URL Field Styles ─────────────────────────── */
.youtube-url-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}
.youtube-url-row {
    position:relative
}
.youtube-url-row input[type="url"] {
    flex: 1;
}
.youtube-url-row .yt-remove-btn {
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
    position:absolute;
    top:1px;
    bottom:1px;
    right:1px;
}
.youtube-url-row .yt-remove-btn:hover {
    background: #c0392b;
}
.yt-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.yt-add-btn:hover {
    background: #1e8449;
}
.yt-add-btn:disabled {
    background: #95a5a6;
    cursor: not-allowed;
}
.yt-count-note {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
.memory_main {
    width: 70%;
    margin: auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 2px 2px #0000000f;
    border-radius: 10px;
}
.table_before_btn {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-bottom:20px;
    gap:10px;
}
.account-menu {
    position: relative;
    display: inline-block;
}
.account-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #222;
    color: #fff;
    padding: 8px 18px !important;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-size: 14px !important;
    height:42px;
}
body {
    font-family:"Inter";
}
.account-btn svg {
    width: 24px;
    height: 24px;
}
.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    padding: 0px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index:100
}
.submenu li a {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
}
.submenu li a:hover {
    background: #f5f5f5;
    color: #000;
}
/* Show submenu on hover */
.account-menu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
button, input[type="button"], input[type="submit"], .elementor-button {
    background-color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 8px !important;
    padding: 10px 30px 10px 30px !important;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
img {
    width:100%;
    vertical-align:middle;
}
a {
    color:#ED1C24
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
.testimonials_section .swiper-slide {
    background:url("https://eternalmemories.mindfulljunkies.com/wp-content/uploads/2026/04/image-1.png") no-repeat -5px -5px;
}
body header {
    box-shadow:0px 0px 2px 2px #0000000f;
}
.page-heading h2 {
    text-align: center;
    margin: 0 0 40px;
    font-family: 'Nunito';
}
.login-message, .fp-message, .rp-message {
    font-family: 'Inter';
    font-size:12px;
}
#ajax-login-form {
    width:100%;
    max-width:400px;
    margin:auto;
}
.forgot_pass {
    margin-bottom:20px;
    text-align:right;
}
.forgot_pass a {
    display:inline-block;
    text-decoration:underline;
    font-size:12px;
    font-family: 'Inter';
}
#ajax-login-form.signupform {
    width:100%;
    max-width:800px;
    margin:auto;
}
.signupform {
    display:flex;
    column-gap:20px;
    flex-wrap:wrap;
}
.error-msg {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 4px;
    font-family:"Nunito", sans-serif
}
.input-error {
    border: 1px solid red !important;
}
.error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 4px;
    font-family:"Nunito", sans-serif
}
.input-error {
    border: 1px solid red !important;
}
#ajax-login-form button {
    font-size: 18px !important;
    padding: 14px 20px !important;
    height: auto;
    line-height: 18px;
    width: 100%;
    border-radius: 6px !important;
    border: none;
    font-weight: normal;
    cursor: pointer;
}
.login-message, .fp-message, .rp-message {
    text-align:center;
    margin-top:20px;
}
#ajax-login-form .field_one, .field_one {
    margin-bottom:20px;
}
.elementor-icon-box-icon {
    position:relative
}
.work_1 .elementor-icon-box-icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    width: calc(50% + 60px);
    content: "";
    display: block;
    border-bottom: 2px dashed #d5d7d7;
    transform: translate(0px, -50%);
    z-index: -1;
}
.work_2 .elementor-icon-box-icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 100%;
    content: "";
    display: block;
    border-bottom: 2px dashed #d5d7d7;
    transform: translate(0px, -50%);
    z-index: -1;
}
.work_3 .elementor-icon-box-icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    width:calc(50% + 60px);
    content: "";
    display: block;
    border-bottom: 2px dashed #d5d7d7;
    transform: translate(0px, -50%);
    z-index: -1;
}
.memories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.memory-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #111;
    color: #fff;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.card-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.card-image img {
    width: 100%;
    height: 100%;
    display: block;
}
/* Shadow overlay */
.card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.2) 60%,
    rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}
.card-image img {
    width: 100%;
    height: 370px !important;
    object-fit: cover;
}
.card-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}
.card-content h3 {
    margin: 0;
    font-size: 22px;
    color:#ED1C24;
    font-family:"Nunito", sans-serif
}
.card-content p, .overlay_layer p {
    color:#fff;
    font-family:"Nunito", sans-serif;
    font-size:16px;
}
.overlay_layer p {
    text-align:center;
    margin:10px 0;
}
.tagline {
    text-align:center;
    color:#fff;
    font-family:"Nunito", sans-serif;
    font-size:16px;
}
.overlay_layer a {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 20px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-family:"Nunito", sans-serif;
}
.overlay_layer {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height:100%;
    background: linear-gradient(0.06deg, rgba(237, 28, 36, 0.8) 20%, rgba(0, 0, 0, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:20px;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.overlay_layer img {
    max-width:120px !important;
}
.overlay_layer h3 {
    margin: 0;
    font-size: 22px;
    color:#fff;
    font-family:"Nunito", sans-serif
}
.memory-card:hover .card-content, .memory-card:focus .card-content {
    opacity:0;
}
.memory-card:hover .overlay_layer, .memory-card:focus .overlay_layer {
    top:0;
}
.header-btn-group {
    display:flex;
    align-items:center;
    justify-content:end;
    gap:12px;
}
.header-btn-group a {
    padding:14px 15px;
    border-radius:8px;
    font-size:14px;
    font-family:"Inter", Sans-serif;
    display:flex;
    align-items:center;
    gap:10px;
	margin-top:0
}
.add_btn_listing {
    margin-bottom:20px;
    text-align:right;
}
.add_btn_listing a {
    background: #ED1C24;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 6px;
    font-family:"Inter", Sans-serif;
    font-size:14px;
}
.login-btn {
    background:#e7e7e7;
    color:#ED1C24
}
.dashboard-menu {
    width:100%;
}
.main-c {
    padding:60px 0;
}
.wrapper {
    margin-left:auto;
    margin-right:auto;
    padding:0 20px;
    width:100%;
    max-width:1300px;
}
.dashboard-menu ul {
    padding:0;
    margin:0;
    list-style:none;
    width:100%;
    display:flex;
}
.dashboard-menu ul li {
    border-bottom:1px solid #e3e2e2;
    flex:1;
    text-align:center;
}
.dashboard-menu ul li a {
    color:#000;
    font-size:16px;
    font-family:"Inter", Sans-serif;
    text-decoration:none;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-bottom: 2px transparent;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.header-btn-group svg {
    width:18px;
    height:18px;
}
.dashboard-menu ul li a.active, .dashboard-menu ul li a:hover {
    color:#ED1C24;
    border-bottom: 2px solid #ED1C24
}
.dashboard-menu ul li a.active.stroke svg path, .dashboard-menu ul li a.stroke:hover svg path {
    stroke:#ED1C24;
}
.dashboard-menu ul li a.active.fills svg path, .dashboard-menu ul li a.active.fills svg rect,
.dashboard-menu ul li a.fills:hover svg path, .dashboard-menu ul li a.fills:hover svg rect {
    fill:#ED1C24;
}
.dashboard-menu ul li a.active.password svg path, .dashboard-menu ul li a.active.password svg circle,
.dashboard-menu ul li a.password:hover svg path, .dashboard-menu ul li a.password:hover svg circle {
    fill:#ED1C24;
}
.dashbaord-inner {
    display:flex;
    justify-content:space-between;
    gap:40px;
    flex-direction:column;
}
.dashboard-menu svg {
    width:24px;
    height:24px;
}
.account-data {
    width:100%;
}
.profile_form form {
    display:flex;
    gap:20px;
    flex-wrap: wrap;
}
.field_one {
    flex-basis:calc(50% - 10px);
}
.field_one label {
    display:block;
    margin-bottom:5px;
    font-size:13px;
    font-family:"Inter", Sans-serif;
    color:#000;
}
.field_one label span {
    color:#e60000;
}
input, select, textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #c3bdbd;
    outline: none;
    font-size: 16px;
    font-family:"Nunito", Sans-serif;
    resize:none;
}
textarea {
    height:140px;
}
.btn_outer {
    text-align:center;
    width:100%
}
.write_review_btn {
    text-align:center;
    margin-top:40px;
}
.write_review_btn a {
    display:inline-block;
    background: #ED1C24;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 8px;
    font-family:"Nunito", Sans-serif !important;
}
#reviewForm {
    width:60%;
    margin:40px auto 0;
    display:none;
    text-align:left;
}
.error {
    font-size:14px !important;
    font-family:"Nunito", Sans-serif !important;
    color:#e60000;
}
#reviewMessage, #swal2-title {
    font-size:18px !important;
    font-family:"Nunito", Sans-serif !important;
}
.btn_outer button, .btn_outer input {
    font-size:18px !important;
    font-family:"Nunito", Sans-serif !important;
    padding:10px 30px !important;
    cursor:pointer;
    border:none !important;
    display:inline-block;
    width:auto;
}
/* Responsive */
.pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    font-family: Arial, sans-serif;
}
.pricing-card {
    width: 300px;
    border-radius: 12px;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s;
}
.pricing-card:hover {
    transform: translateY(-8px);
}
.pricing-card h2 {
    margin-bottom: 10px;
}
.price {
    font-size: 36px;
    margin: 15px 0;
    font-weight: bold;
    font-family:"Nunito"
}
.price span {
    font-size: 14px;
    color: #777;
}
.features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.features li {
    margin: 10px 0;
    font-size: 15px;
}
.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    background: #333;
    transition: 0.3s;
}
.btn:hover {
    background: #000;
}
.premium {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
}
.premium .btn {
    background: #fff;
    color: #333;
}
.premium .btn:hover {
    background: #f1f1f1;
}
.custom-share-buttons a {
    position:relative;
}
.popup-box {
    background: #fff;
    padding: 0px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    position: absolute;
    top:110%;
    left:-130px;
    z-index:100;
    box-shadow:0px 0px 2px 2px #00000012;
    display:none;
}
.popup-box.active {
    display:block;
}
.popup-box h3 {
    background:#ED1C24;
    color:#fff;
    text-align:center;
    margin:0;
    border-radius:8px 8px 0 0;
    font-family:"Nunito", Sans-serif;
    padding:10px;
}
.popup-content {
    padding:20px;
}
.popup-content p {
    margin:0 0 20px;
    font-family:"Nunito", Sans-serif;
}
.popup-content a {
    display:inline-block;
    border-radius:8px;
    background:#ED1C24;
    color:#fff;
    font-family:"Nunito", Sans-serif;
    padding:8px 20px;
}
.popup-content img {
    width:90px !important;
    height:90px !important
}
.open-popup {
    position:relative
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* optional spacing */
}
.testimonial-card {
    border: 1px solid #edeaea;
    padding: 20px 20px;
    border-radius: 10px;
}
.testimonial-card p {
    font-family:"Inter", Sans-serif;
    font-size:15px;
    line-height:28px;
    margin:0 0 20px;
    color:#000;
    min-height:65px;
}
.testimonial-card .bottom .rating {
    color:#ED1C24
}
.testimonial-card .bottom {
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-family:"Nunito", Sans-serif;
    font-size:16px;
    color:#000;
}
.pagination {
    justify-content:center !important;
    gap:20px;
    margin:40px auto;
}
.memory-filter {
    margin-bottom: 20px;
}
.search_field {
    position:relative;
    margin-bottom:30px;
}
.al_filter h2 {
    margin:0;
    font-family:"Nunito", Sans-serif;
    font-size:16px;
    color:#000;
}
.al_filter span {
    font-family:"Nunito", Sans-serif;
    font-size:14px;
    color:#000;
}
.al_filter .clear {
    cursor:pointer;
}
.nomemory {
    font-family:"Nunito", Sans-serif;
    font-size:18px;
    color:#000;
    text-align:center;
    padding:40px 0
}
.letter {
    font-family:"Nunito", Sans-serif;
    font-size:12px;
    color:#000;
}
.al_filter {
    display:flex;
    gap:20px;
    justify-content:space-between;
    margin-bottom:10px;
    width:100%;
    align-items:center;
}
.search_field svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 15px;
}
.search_field input {
    padding:15px 15px 15px 40px
}
.alphabet-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.letter {
    cursor: pointer;
    padding: 5px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    -webkit-transition:all 0.3s ease;
}
.letter:hover, .letter.active {
    color: #fff;
    background:#ed1c24
}
.memory-card {
}
.pagination {
    gap:5px;
}
.main-heading {
    font-family:"Nunito", Sans-serif;
    font-size:24px;
    margin:0 0 40px;
    text-align:center;
}
.page-link.prev,
.page-link.next {
    width:60px
}
.page-link {
    margin: 5px;
    cursor: pointer;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
    width: 30px;
    height: 30px;
    background: #f7f7f7;
    color: #ED1C24;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:"Nunito", Sans-serif;
    -webkit-transition:all 0.3s ease;
}
.page-link.active, .page-link:hover {
    color: #f7f7f7;
    background: #ED1C24;
}
#memory_results .memories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.internal_column {
    display:flex;
    gap:40px;
}
.filter_content {
    width:calc(100% - 340px)
}
.sidebar_filter {
    width:300px;
}
.mpm-wrap {
    width: 100%;
    overflow-x: auto;
}
.mpm-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    font-family:"Nunito", Sans-serif;
}
.mpm-table thead tr {
    background: #f9fafb;
    border-bottom: 2px solid #e5e7eb;
    font-family:"Nunito", Sans-serif;
}
.mpm-table thead th {
    padding: 13px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #6b7280;
    white-space: nowrap;
    font-family:"Nunito", Sans-serif;
}
.mpm-table tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: background .15s;
}
.mpm-table tbody tr:last-child {
    border-bottom: none;
}
.mpm-table tbody tr:hover {
    background: #fafafa;
}
.mpm-table td {
    padding: 14px 16px;
    vertical-align: middle;
    color: #111;
    font-family:"Nunito", Sans-serif;
}
.mpm-name {
    font-weight: 700;
    font-size: 15px;
    font-family:"Nunito", Sans-serif;
}
.mpm-memory-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mpm-thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.mpm-thumb-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    font-family:"Nunito", Sans-serif;
}
/* Badges */
.mpm-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
    font-family:"Nunito", Sans-serif;
}
.mpm-badge.free {
    background: #f3f4f6;
    color: #6b7280;
}
.mpm-badge.paid {
    background: #d1fae5;
    color: #065f46;
}
.mpm-badge.cancelling {
    background: #fef3c7;
    color: #92400e;
}
.mpm-badge.cancelled {
    background: #fee2e2;
    color: #991b1b;
}
.mpm-badge.past-due {
    background: #fee2e2;
    color: #991b1b;
}
.mpm-badge.unpaid {
    background: #fee2e2;
    color: #991b1b;
}
.mpm-badge.action-required {
    background: #fef3c7;
    color: #92400e;
}
/* Date cells */
.mpm-date {
    font-size: 13px;
    color: #374151;
    white-space: nowrap;
    font-family:"Nunito", Sans-serif;
}
.mpm-date-none {
    color: #d1d5db;
    font-size: 13px;
}
/* Action buttons */
.mpm-actions {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
}
.mpm-btn {
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height:20px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: opacity .2s, transform .1s;
    font-family:"Nunito", Sans-serif;
    background:#000 !important;
    text-decoration:none;
    color:#fff !important
}
.mpm-btn:hover {
    opacity: .85;
    transform: translateY(-1px);
}
.mpm-btn:active {
    transform: translateY(0);
}
.mpm-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
}
.mpm-btn-upgrade {
    background: #111;
    color: #fff;
}
.mpm-btn-downgrade {
    background: #fff;
    color: #dc2626;
    border: 1.5px solid #dc2626;
}
.mpm-btn-portal {
    background: #f3f4f6;
    color: #374151;
}
.mpm-empty {
    text-align: center;
    padding: 50px 20px;
    color: #9ca3af;
    font-size: 15px;
    font-family:"Nunito", Sans-serif;
}
/* Responsive: stack on small screens */
.pricing-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0px auto;
    padding: 20px;
}
/* BOTH CARDS SAME HEIGHT */
.pricing-card {
    width: 360px;
    display: flex;
    flex-direction: column;
    min-height: 490px;
    padding: 25px 35px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.pricing-card.premium .features li::before {
    color:#fff;
}
/* FREE CARD */
.pricing-card:not(.premium) {
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}
.pricing-card:not(.premium):hover {
    transform: translateY(-8px);
}
.pricing-card h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.pricing-card:not(.premium) h2 {
    color: #111;
}
.price {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    margin-top:0;
}
.pricing-card:not(.premium) .price {
    color: #111;
}
.price span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    color: #777;
}
/* FEATURES */
.features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    text-align: left;
}
.features li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
    line-height: 1.5;
}
.features li:last-child {
    border-bottom: none;
}
/* BUTTON */
.btn {
    display: block;
    width: 100%;
    margin-top: 35px;
    padding: 16px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    transition: .3s ease;
}
.pricing-card:not(.premium) .btn {
    background: #111;
    color: #fff;
}
.pricing-card:not(.premium) .btn:hover {
    background: #000;
}
/* PREMIUM CARD */
.pricing-card.premium {
    background: linear-gradient(
    145deg,
    #0c0c0c,
    #1a1a1a,
    #000000
    );
    border: 1px solid rgba(212,175,55,.35);
    box-shadow:
    0 25px 60px rgba(0,0,0,.45),
    0 0 0 1px rgba(212,175,55,.08);
    transform: scale(1.05);
}
.pricing-card.premium:hover {
    transform: scale(1.05) translateY(-8px);
}
.pricing-card.premium::before {
    content: "MOST POPULAR";
    position: absolute;
    top: 33px;
    right: -46px;
    background: #D4AF37;
    color: #000;
    padding: 10px 60px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(45deg);
}
.pricing-card.premium::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    background: radial-gradient(
    rgba(212,175,55,.15),
    transparent 70%
    );
    pointer-events: none;
}
.pricing-card.premium h2 {
    color: #fff;
}
.pricing-card.premium .price {
    color: #D4AF37;
}
.pricing-card.premium .price span {
    color: rgba(255,255,255,.75);
}
.pricing-card.premium .features li {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.pricing-card.premium .btn {
    background: #D4AF37;
    color: #000;
}
.pricing-card.premium .btn:hover {
    background: #e7c861;
}
/* MOBILE */
/* Premium feature icons white */
.pricing-card.premium .features li,
.pricing-card.premium .features li *,
.pricing-card.premium .features li::before,
.pricing-card.premium .features li::after {
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
}
/* If Elementor/theme converts ✔ into image */
.pricing-card.premium .features li img,
.pricing-card.premium .features li svg {
    filter: brightness(0) invert(1) !important;
}
.memory-tabs-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
}
.memory-tabs {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ddd;
    margin: 80px 0 45px;
}
.memory-tabs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #ddd;
    margin: 90px 0 40px;
    padding-top: 20px;
    position: relative;
}
.memory-tab {
    background: transparent !important;
    border: 0;
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1;
    cursor: pointer;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}
.memory-tab svg,
.memory-tab i {
    width: 26px;
    height: 26px;
    font-size: 26px;
}
.memory-tab.active {
    color: #ed1c24 !important;
}
.memory-tab.active svg:not(.videos) path {
    fill: #ed1c24 !important;
}
.memory-tab.active svg.videos path {
    stroke: #ed1c24 !important;
}
.memory-tab.active:before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 1px;
    background: #ed1c24;
}
.memory-tab-content {
    display: none;
}
.memory-tab-content.active {
    display: block;
}
.sm-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 22px;
}
.memory-card {
    text-align: center;
}
.memory-card.video-card a {
    height:auto
}

.memory-card img,
.memory-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.memory-card p {
    margin: 12px 0 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.video-card a {
    position: relative;
	display:block;
}
.sm-play-icon-new {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancybox__thumbs {
    display:none !important
}
.sm-empty {
    text-align: center;
    font-size: 18px;
    padding: 40px 0;
}

.sm-gallery-grid {
    position: relative;
}

.memory-tab-content .memory-card:not(.video-card) {
    width: calc(33.333% - 11px);
    margin-bottom: 16px;
    box-sizing: border-box;
}

.memory-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Tablet */
@media (max-width: 991px) {
    .memory-card {
        width: calc(50% - 8px);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .memory-card {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .pricing-wrapper {
        gap: 25px;
    }
    .pricing-card {
        width: 100%;
        max-width: 380px;
        min-height: auto;
    }
    .pricing-card.premium {
        transform: none;
    }
    .pricing-card.premium:hover {
        transform: translateY(-5px);
    }
    .price {
        font-size: 54px;
    }
    .features li {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .sm-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .memory-card a {
        height: 190px;
    }
	.memory-card .overlay_layer a{
		height:auto;
	}
    .memory-tab {
        font-size: 16px;
    }
	.header-btn-group{
		gap:6px
	}
	.header-btn-group a{
		padding:10px;
		font-size:13px
	}
}

@media (max-width:767px) {
    .work_3 .elementor-icon-box-icon:after,
    .work_2 .elementor-icon-box-icon:after,
    .work_1 .elementor-icon-box-icon:after {
        display:none !important
    }
    .dashboard-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 100;
        box-shadow:0px -1px 3px 1px #00000008
    }
    .page-template-template-dashboard {
        padding-bottom:46px !important
    }
    .dashboard-menu ul li a {
        text-indent:-10000px
    }
}

@media screen and (max-width:767px) {
    #reviewForm {
        width:100%;
    }
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .signupform, .internal_column, .profile_form form {
        flex-direction:column;
    }
    .profile_form form {
        gap:0;
    }
    .filter_content {
        width:100%;
    }
    #memory_results .memories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .memory_main {
        width:100%;
        padding:20px;
    }
}

@media(max-width: 767px) {
    .memory-tabs {
        padding-top: 24px;
        margin: 25px 0;
    }
    .memory-tab {
        font-size: 15px;
        gap: 5px;
    }
    .memory-tab svg,
    .memory-tab i {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
    .memory-tab.active:before {
        top: -25px;
        width: 70px;
    }
}

@media(max-width:767px) {
    .mainimg {
        display:block !important;
    }
    .memory-tabs {
        position: fixed;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        margin: 0;
        padding: 10px 0;
    }
    .memory-tab.active:before {
        display:none !important
    }
    .memory-tab-content > h2 {
        display:block;
        padding:60px 0 20px;
        text-align:center;
    }
}

@media (max-width: 640px) {
    .mpm-table thead {
        display: none;
    }
    .mpm-table tbody tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 12px;
    }
    .mpm-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 4px;
        border: none;
    }
    .mpm-table td::before {
        content: attr(data-label);
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        color: #9ca3af;
        flex-shrink: 0;
        margin-right: 10px;
    }
    .mpm-actions {
        justify-content: flex-end;
    }
}

@media (max-width: 600px) {
    .sm-section-title {
        font-size: 32px;
        line-height: 44px;
    }
    .sm-gallery-grid,
    .sm-videos-grid,
    .sm-youtube-grid {
        grid-template-columns: 1fr;
    }
    .sm-media-card img,
    .sm-media-card video {
        height: 220px !important;
    }
    .sm-media-card video.featured_video_ {
        min-height:300px
    }
}

@media (max-width: 600px) {
    .memories-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .sm-gallery-grid {
        column-count: 1;
    }
}

@media(max-width: 575px) {
    .memory-tab-content#photos .sm-gallery-grid {
        column-count: 1 !important;
    }
}

@media screen and (max-width:500px) {
    .testimonial-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    #memory_results .memories-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 480px) {
    .sm-gallery-grid {
        grid-template-columns: 1fr;
    }
}

