/* Common */
*{
    margin: 0px;
    padding: 0px;
}
.heading_font{
    font-family: "Georgia", serif;
}
body{
    background-color: #ffffff;
}
.primary_bg{
    background-color: #4d1214;
}

.primary_clr{
    color: #4d1214;
}

/* Top Header */
.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1050;
}
.top_header{
    padding: 12px 0px;
}
.top_header_number{
    font-family: Arial, Helvetica, sans-serif;
}
.already{
    color: #ffffff;
}
.already:hover{
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}
.social a,.social{
    color: white;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
}
.mob_btn_primary{
    border-radius: 0% !important;
    background-color: #4d1214;
    color: #fff;
    padding: 10px 24px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(214, 138, 70, 0.3);
}
.mob_btn_primary:hover {
    border: 2px solid #4d1214;
    background-color: #fff;
    font-weight: bold;
    color: #4d1214; 
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(214, 138, 70, 0.5);
}
.btn_primary {
    border-radius: 0% !important;
    background-color: #ffffff;
    color: #4d1214;
    padding: 10px 24px;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(214, 138, 70, 0.3);
}

.btn_primary:hover {
    background-color: #4d1214;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff; 
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(214, 138, 70, 0.5);
}

.hero-content {
    padding: 40px 0;
}

 /* Help Popover */
.popover {
    border-radius: 12px !important;
}

.popover-header {
    border-bottom: 1px solid #e5e5e5 !important;
}

.popover-body {
    padding: 12px 16px !important;
}

/* Top Badge */
.badge-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 30px;
    background: #f9eedd;
    font-size: 14px;
    font-weight: 500;
    color: #4d1214;
}

.badge-tag .dot {
    width: 8px;
    height: 8px;
    background: #4d1214;
    border-radius: 50%;
    margin-right: 8px;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section .dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55); 
    z-index: 1;
}

.hero-content,
.register-box,
.container {
    position: relative;
    z-index: 3 !important;
}

/* Heading */
.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 25px;
    font-weight: 700;
    color: #f9eedd;
}

.hero-title span {
    color: #f7cf75; 
}

.sub_heading {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 25px;
    font-weight: 700;
    
}

.sub_heading span {
    color: #d68a46; 
}

/* Paragraph */
.hero-text {
    margin-top: 20px;
    font-size: 17px;
    color: #6f6f6f;
    line-height: 1.7;
    max-width: 420px;
}

/* Buttons Container */
.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

/* Filled Button */
.filled-btn {
    background-color: #4d1214;
    color: #fff;
    padding: 12px 28px;
     border-radius: 0% !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}



/* Filter section must stay above cards */
.filter-section,
.search-filter,
form {
    position: relative;
    z-index: 999;
    overflow: visible !important;
}

/* Select2 dropdown above all cards */
.select2-container {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 99999 !important;
}

/* Profile cards lower layer */
.profile-card {
    position: relative;
    z-index: 1;
}


.filled-btn:hover {
    background-color: #8c7248;
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(166, 134, 87, 0.4);
}

/* Outline Button */
.outline-btn {
    padding: 12px 28px;
    border: 2px solid #e4d5c2;
    color: #4d1214;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
      border-radius: 0% !important;
}

.outline-btn:hover {
    background-color: #fff4e5;
    border-color: #d7bfa3;
    transform: translateY(-3px);
}

/* Outer box */
.register-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
    text-align: left;
    margin: auto;
    transition: 0.4s ease-in-out;
    border: 2px solid #4d1214;
}

/* Box Hover */
.register-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 40px rgba(214, 138, 70, 0.3);
}

/* Title */
.form-title {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
}

/* Input Fields */
.luxury-input {
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 12px;
    border: 1px solid #e8d3bd;
    padding: 12px 15px;
    transition: 0.3s;
    background-color: #fff7ef;
}
.luxury-input option {
    background-color: #fff8f0;    
    color: #4d1214;                 
    padding: 10px;
    font-weight: 600;
}

/* Selected option */
.luxury-input option:checked {
    background-color: #d68a46 !important;
    color: #fff;
}

/* Input Hover + Focus */
.luxury-input:focus,
.luxury-input:hover {
    border-color: #d68a46;
    box-shadow: 0px 0px 10px rgba(214, 138, 70, 0.25);
}

/* Form labels */
.lux-label {
    margin-bottom: 6px;
    
}

/* Register button */
.reg-btn {
    width: 100%;
    box-shadow: 0px 5px 12px rgba(214, 138, 70, 0.3);
    background-color: #950022;  
    color: #fff;           
    padding: 10px 0px;
    border: none;
}

/* Button hover */
.reg-btn:hover {
    border: 2px solid #950022;
    color: #950022;
    background-color: #fff; 
   font-weight: bold;
    box-shadow: 0px 8px 20px rgba(214, 138, 70, 0.5);
}

.reg-btn2 {
      border-radius: 0% !important;
    width: 100%;
    margin-top: 20px;
    background-color: #ffff;
    color:#1c1c1c;
    box-shadow: 0px 5px 12px rgba(214, 138, 70, 0.3);
}

.reg-btn2:hover {
    background-color: #f5bb88; 
    box-shadow: 0px 8px 20px rgba(214, 138, 70, 0.5);
}

.input-icon-group {
    position: relative;
}

.input-icon-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #d68a46;
    font-size: 18px;
    pointer-events: none;
}

.input-icon-group .luxury-input {
    padding-left: 45px !important;
}

.luxury-input:focus {
    transform: scale(1.03);
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(214, 138, 70, 0.4);
    transition: 0.25s ease-in-out;
}

.luxury-input:focus::placeholder {
    color: #d68a46;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.select-icon-group {
    position: relative;
}

.select-icon-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #d68a46;
    font-size: 18px;
    pointer-events: none;
}

.select-icon-group select {
    padding-left: 45px !important;
}

.feature-card {
    background: #59211b;
    transition: 0.35s ease;
    border-radius: 18px;
    border-color: #d68a46;
    border:3px solid #8c7248;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #fcead7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a0513;
    font-size: 22px;
    transition: 0.3s ease;
}

.feature-title {
    font-weight: 700;
   
    margin-bottom: 10px;
}

.feature-text {
   
    font-size: 15px;
    line-height: 1.6;
}

.plan_row{
    font-family: Arial, Helvetica, sans-serif;
}

.plan-card {
    margin-bottom: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    border-top: 5px solid #4c1114;
}

.plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 6px 25px rgba(0,0,0,0.18);
}

.plan-title {
    padding-top: 18px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
     font-family: "Georgia", serif;
}

.plan-price {
    font-size: 28px;
    font-weight: 800;
    color: #9a0025;
    margin-bottom: 25px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.plan-features li {
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    gap: 10px;
}

.plan-features li i {
    color: #9a0025;
    font-size: 16px;
}

.plan-features strong {
    color: #000;
}



.plan-btn {
    background: #950022;
    border: none;
    padding: 10px 20px;
    border-radius: 0% !important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}

.plan-btn:hover {
     background: #fff;
    border: 2px solid #950022;
    font-weight: bold;
    color: #950022;
    cursor: pointer;
}


/* manager area */
.get_started:hover{
     background-color: #d68a46; 
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(214, 138, 70, 0.5);

}
.hero-banner {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); 
}

.hero-content2 {
    position: relative;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

.feature-box .icon-box i {
    font-size: 22px;
    color: #c79c4a;
}

.feature-box {
    border-radius: 12px;
    border: 2px solid #c79c4a;
    transition: all 0.35s ease;
    cursor: pointer;
}

.feature-box .icon-box i {
    color: #444;
    transition: color 0.3s ease;
}

.feature-box .icon-box i {
    color: #c97a38;  
}

.feature-title {
   color: #c97a38;
}



#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

/* carousel */
.image-card {
    position: relative;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
}

.image-card:hover .overlay {
    opacity: 1;
}

.bottom-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
    border-radius: 0 0 8px 8px;
}

.couple-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}

.marriage-date {
    font-size: 0.7rem;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
    font-weight: 600;
    border-top: 1px solid rgba(255,255,255,0.7);
    padding-top: 5px;
}

/* Footer */
.footer{
    background-color: #9b0024;
    padding: 80px 0px;
}

.footer img{
    width: 180px;
}

.footer_img{
    text-align: center;
}

.footer_heading{
    font-size: 35px;
    color: #ffff;
}

.footer ul li{
    list-style-type: none;
    
}
.footer ul li a{
    text-decoration: none;
    color: #ffff;
}

.mobile-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8e7b0;
    border-top: 1px solid #c9b07c;
    display: flex;
    justify-content: space-around;
    padding: 14px 0;
    z-index: 9999;
}
.mobile-footer-menu a {
    color: #4a3721;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}
.mobile-footer-menu a i {
    font-size: 20px;
    display: block;
}


/* Scroll Bar */
::-webkit-scrollbar {
    width: 15px;  
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d6d5d5;
    border-radius: 10px;
    border: 2px inset white;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9;
  }

  /* Contact Page */
.contact-banner {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.contact_font{
    font-family: Arial, Helvetica, sans-serif;
}
/* Registration form */
.reg-input{
     border-radius: 12px;
    border: 1px solid #e8d3bd;
    padding: 12px 15px;
    transition: 0.3s;
    background-color: #fff7ef;
}
/* Step form */
.step-indicators {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.step-indicators .step {
    width: 18%;
    padding: 10px;
    text-align: center;
    background: #ddd;
    border-radius: 20px;
    font-weight: bold;
    color: #444;
    transition: 0.3s ease;
}
.step.active {
    background: #920021; 
    color: white;
    transform: scale(1.05);
}
.step-page {
    display: none;
    animation: fadeSlide 0.5s ease;
}


@keyframes fadeSlide {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

.btn-nav {
    min-width: 120px;
}
/* Success page */
.success-box {
    max-width: 600px;
    margin: 80px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    text-align: center;
}
.success-icon {
    font-size: 80px;
    color: #28a745;
}
.success-box h2 {
    font-weight: 700;
    margin-top: 20px;
}
.success-box p {
    font-size: 16px;
    color: #555;
}
.btn-custom {
    padding: 12px 25px;
    border-radius: 0% !important;
    font-weight: 600;
    font-size: 16px;
}
.step-form-btn {
    border-radius: 0% !important;
    color: #fff;
    background-color: #9b0025;
    box-shadow: 0px 5px 12px rgba(214, 138, 70, 0.3);
    padding: 10px 18px;
    transition: all 0.3s ease-in-out;
}

.step-form-btn:hover {
    border: 2px solid #9b0025;
    color: #9b0025;
    background-color: #ffff; 
   
    box-shadow: 0px 8px 16px rgba(214, 138, 70, 0.45);
}
/* Dashboard sidebar */
    .sidebar {
        background: #fff;
        border-right: 1px solid #eee;
    }
    .sidebar .profile {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .sidebar .profile img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
    }
    .sidebar a {
        display: block;
        padding: 0px 20px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
    }
    .sidebar a:hover {
        color: #c67836;
    }

    .top-box {
        box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
        background: #fff;
        padding: 15px;
        border-radius: 6px;
        text-align: center;
        font-weight: 600;
    }

    .section-title {
        background: #551214;
        color: #fff;
        padding: 10px;
        border-radius: 5px 5px 0 0;
        margin-bottom: 0;
        font-weight: bold;
    }

    .box {
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 20px;
        background: #fff;
    }

    .btn-orange {
          border-radius: 0% !important;
        background: #9e0026;
        border: none;
        color: #fff;
        padding: 8px 18px;
    }
    .btn-orange:hover {
        border: 2px solid #551214;
        background: #fff;
        color: #551214;
    }
    .profile {
    position: relative;
    overflow: hidden;
    }

    .profile::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55); 
    }
    .profile > * {
        position: relative; 
        z-index: 2;
    }
    .active-link {
        color: #4d1214 !important;
    }
    
    /* Search profiles */
    .select2-results__option--highlighted {
        background-color: #4d1214 !important;
        color: #fff !important;
    }

    .select2-container--default .select2-selection--single {
        height: 45px !important;
        padding: 8px !important;
        border-radius: 6px !important;
    }

    /* Filter Button */

    .filter-form-btn {
        color: #fff;
        background-color: #9e0026;
        box-shadow: 0px 5px 12px rgba(214, 138, 70, 0.3);
        padding: 10px 18px;
        transition: all 0.3s ease-in-out;
        border-radius: 0 !important;
    }

    .filter-form-btn:hover {
        color: #ffff;
        background-color: #c67836; 
        transform: translateY(-3px); 
        box-shadow: 0px 8px 16px rgba(214, 138, 70, 0.45);
    }
    .nav-tabs .nav-link.active {
        border-radius: 0% !important;
        background-color: #9e0026 !important;
        color: white !important;
        border-color: #9e0026 !important;
    }


    
    /* Registration  */
  .registration-banner {
    background: linear-gradient(135deg, #8aff8a, #0b7d32);
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    border-bottom: 5px solid #0b7d32;
    position: relative;
    overflow: hidden;
}

/* White circle icon */
.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

/* Check icon styling */
.success-icon i {
    font-size: 40px;
    color: #13b88a;
}

/* Bounce animation */
.animate-bounce {
    animation: bounce 1.2s infinite ease-in-out;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Optional Confetti Canvas */
.confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
/* filtered profile */
.profile-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.profile-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* Avatar */
.avatar-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #d57d2a, #f0c29e);
}

.avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    padding: 10px;
}

/* Button */
.view-btn {
    background: #c7772f;
    color: #fff;
    border-radius: 8px;
    transition: 0.2s;
}

.view-btn:hover {
    background: #a86427;
    color: #fff;
}
.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay .icon {
    color: #fff;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.2);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s;
}

.gallery-overlay .icon:hover {
    background: #fff;
    color: #000;
}

.gallery-overlay .delete:hover {
    color: #dc3545;
}
 .notification-wrapper {
    position: relative;
}
.notificationList {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

.notificationList li {
    list-style: none !important;
}

.notification-dropdown {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 999;
}

.notification-dropdown li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.notification-dropdown li.unread {
    background: #f0f4ff;
    font-weight: 600;
}

.badge {
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
}










