/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767634445
Updated: 2026-01-05 17:34:05

*/

/*login model css start*/

.modal-open .modal {
  z-index: 99999;
}

.modal-dialog {
  max-width: 1000px;
}

.modal-content {
  display: flex;
  flex-direction: row;
  border: 1px solid #ac2b2e;
  border-radius: 8px;
  overflow: hidden;
}

/* Modal Left Section (Image) */
.modal-left {
  width: 45%;
  background: url('https://i0.wp.com/www.yogalife.co.in/wp-content/uploads/2025/07/course-dummy-popup-image.webp') no-repeat center center;
  background-size: cover;
}

/* Modal Right Section (Form) */
.modal-right {
  width: 55%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Logo Wrapper */
.logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.modal-right .image {
  max-width: 120px;
  height: auto;
}

/* Phone Input Styles */
.modal-right .iti {
  width: 100%;
}

.modal-right .iti__country-name {
  color: #333333;
}

.modal-right .iti__selected-flag {
  background-color: #e9ecef;
  border-right: 1px solid #ced4da;
}

/* Social Login Icons */
.modal-right .mo-openid-app-icons {
  display: block ruby;
  background-color: #efefef;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

/* Heading with Lines */
.modal-right .heading-with-lines {
  display: flex;
  align-items: center;
  text-align: center;
}

.heading-with-lines::before,
.heading-with-lines::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.modal-right .heading-with-lines h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #54595f;
  padding: 8px 15px 0 15px;
  font-size: 18px;
}

.modal-right .heading-with-lines .line {
  padding: 0px 50px 0 50px;
  font-size: 18px;
}

/* Input and Button Styles */
.modal-right input,
.modal-right button {
  width: 100%;
  margin-bottom: 5px;
}

.modal-right .btn-close {
  width: 30px;
  margin-right: -30px;
}

/* Continue Buttons */
.modal-right .continue-with-phone-btn,
.continue-btn {
  background-color: #ac2b2e;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 20px;
  margin-top: 10px !important;
}

.modal-right .continue-btn {
  background-color: #ac2b2e;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 20px;
  margin-top: 10px !important;
}

/* Login Button */
.modal-right .login-btn {
  background-color: #efefef !important;
  color: #54595f;
  border: none;
  padding: 8px 24px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-align: center;
}

.modal-right .pop-email-container {
  /* margin-top: -1rem !important; */
}

.modal-right .login-btn i {
  font-style: normal;
  font-weight: lighter;
  font-size: 18px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

/* Small Text */
.modal-right .small {
  font-style: normal;
  font-weight: lighter;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}

/* OTP Style */
.modal-right .otp-style {
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
}

.modal-right .otp-btn {
  background-color: #ac2b2e;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 20px;
}

.modal-right .color-b {
  color: #333333;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .modal-content {
    flex-direction: column;
  }

  .modal-left,
  .modal-right {
    width: 100%;
  }

  .modal-left {
    height: 200px;
  }
}
/*login model css end*/
/*user dashboard and its droupdown*/

/* ===== User Avatar Menu - Perfect Dropdown Design ===== */

/* Avatar Container */
.user-menu {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}



/* Avatar with Name */
.user-menu > a,
.user-menu > div {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    color: #2c2d3f;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.user-menu > a:hover,
.user-menu > div:hover,
.user-menu:hover > a,
.user-menu:hover > div {
    background-color: rgba(172, 43, 46, 0.08);
}

/* Avatar Image Styling */
.user-avatar,
.custom-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    filter: brightness(1) contrast(1.05) saturate(1.1);
}

.user-menu:hover .user-avatar,
.user-menu:hover .custom-avatar {
    transform: scale(1.05);
    box-shadow: 0 3px 12px rgba(172, 43, 46, 0.3);
    filter: brightness(1.08) contrast(1.1) saturate(1.15);
}

/* Default Purple Avatar (no image) */
.user-avatar:not([src]),
.custom-avatar:not([src]) {
    background: linear-gradient(135deg, #ac2b2e 0%, #d63638 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

/* User Name Text */
.user-menu .user-name {
    font-weight: 500;
    color: #2c2d3f;
    font-size: 15px;
}

/* Dropdown Menu */
.user-menu-dropdown {

    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin-top: 8px;
    z-index: 9999;
    list-style: none;
    opacity: 0;
    /*transform: translateY(-10px);*/
    transition: all 0.3s ease;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0.08);

    margin-top: 0;
    top: calc(100% + 8px);
    transform: translateY(0);
}




.user-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    height: 12px;
    width: 100%;
}

/* Dropdown Arrow/Triangle */
.user-menu-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.05));
}

/* Show Dropdown on Hover */
.user-menu:hover .user-menu-dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Keep dropdown open when hovering over it */
.user-menu-dropdown:hover {
    display: block !important;
    opacity: 1 !important;
}

/* Dropdown List Items */
.user-menu-dropdown li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-menu-dropdown li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.user-menu-dropdown li a:hover {
    background: linear-gradient(90deg, 
        rgba(172, 43, 46, 0.08) 0%, 
        rgba(214, 54, 56, 0.12) 100%);
    color: #ac2b2e;
    padding-left: 24px;
}

/* Icons in Dropdown */
.user-menu-dropdown li a span {
    font-size: 18px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ac2b2e;
    transition: all 0.25s ease;
}

/* Icon Colors - Match your design */
.user-menu-dropdown li:nth-child(1) a span {
    color: #ac2b2e; /* Dashboard - Red */
}

.user-menu-dropdown li:nth-child(2) a span {
    color: #ac2b2e; /* Profile - Red */
}

.user-menu-dropdown li:nth-child(3) a span {
    color: #ac2b2e; /* Purchase - Red */
}

.user-menu-dropdown li:nth-child(4) a span {
    color: #ac2b2e; /* Logout - Red */
}

/* Divider before Logout */
.user-menu-dropdown li:last-child {
    border-top: 1px solid #f0f0f0;
    margin-top: 6px;
    padding-top: 6px;
}

/* Logout hover special effect */
.user-menu-dropdown li:last-child a:hover {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545;
}

.user-menu-dropdown li:last-child a:hover span {
    color: #dc3545;
}

/* Active State (for click toggle) */
.user-menu.active .user-menu-dropdown {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* =========================
   Desktop (default)
   ========================= */
.ww-login-desktop-wrapper {
    display: block;
}

.ww-login-mobile-wrapper {
    display: none;
}


/* =========================
   Mobile only
   ========================= */
@media screen and (max-width: 767px) {

    .ww-login-desktop-wrapper {
        display: none !important;
    }

    .ww-login-mobile-wrapper {
        display: block !important;
    }
}


/* Responsive - Mobile */

@media (min-width: 992px) {
    .user-menu:hover .user-menu-dropdown {
        opacity: 1;
        pointer-events: auto;
        display: block;
    }
}

@media (max-width: 991px) {
    .user-menu:hover .user-menu-dropdown {
       /* opacity: 0;
        pointer-events: none;
        display: block;*/



        opacity: 1;
        pointer-events: auto;
        display: block;
    }
}

@media (max-width: 991px) {
    .user-menu {
        margin-left: 8px;
    }
    
    .user-avatar,
    .custom-avatar {
        width: 36px;
        height: 36px;
    }
    
    .user-menu .user-name {
        display: none; /* Hide name on mobile */
    }
    
    .user-menu-dropdown {
        min-width: 180px;
        right: -10px;
    }
}

@media (max-width: 767px) {
    /* Mobile - Click only, no hover */
    .user-menu:hover .user-menu-dropdown {
        /*display: none;*/
        display: block;
    }
    
    /*.user-menu.active .user-menu-dropdown {
        display: block !important;
        opacity: 1 !important;
    }*/

    .user-menu.active .user-menu-dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .mobile-droupdown{
        display: none;
    }
    
    .user-menu-dropdown {
      /*position: fixed;
        right: 10px;
        top: 60px;*/
    }


}

/* Touch Device Support */
@media (hover: none) and (pointer: coarse) {
    .user-menu:hover .user-menu-dropdown {
        display: block;
    }
}



/* ========================================
   User Profile Display
======================================== */

/* Page Header */
.upd-page-header {
    margin-bottom: 30px;
}

.upd-page-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c2d3f;
    margin: 0 0 8px 0;
}

.upd-page-subtitle {
    font-size: 15px;
    color: #888;
    margin: 0;
}

/* Section Container */
.upd-section {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    width: 75%;
    margin: 0 auto;}

/* Section Header */
.upd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.upd-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c2d3f;
    margin: 0;
}

.upd-subtitle {
    font-size: 14px;
    color: #999;
    margin: 0 0 25px 0;
}

/* Edit Button */
.upd-edit-btn {
    background: transparent;
    border: none;
    color: #5a7ce6;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s ease;
}

.upd-edit-btn:hover {
    opacity: 0.7;
}

/* Content Layout */
.upd-content {
    display: flex;
    /*gap: 30px;*/
    gap: 130px;
    align-items: flex-start;
}

/* Avatar */
.upd-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

.upd-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.camera-icon{
       position: absolute;
       width: 20px;
       right: 5px;
       bottom: 1px;
       cursor: pointer;
    }

.upd-camera-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: #6366f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 3px solid #fff;
}

/* Info Grid */
.upd-info-grid {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.upd-info-item {
    display: flex;
    align-items: baseline;
}

.upd-label {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    min-width: 200px;
    flex-shrink: 0;
}

.upd-value {
    font-size: 15px;
    color: #2c2d3f;
    font-weight: 500;
}

/* Password Section */
.upd-password-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.upd-password-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.upd-password-dots {
    font-size: 18px;
    color: #2c2d3f;
    letter-spacing: 3px;
    font-family: monospace;
}

.upd-eye-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #6b7280;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.upd-eye-btn:hover {
    color: #374151;
}

.upd-eye-btn svg {
    width: 20px;
    height: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {

    .upd-section {
        padding: 10px;
        width: 100%;

    }
    
/* Responsive Design */

@media (max-width: 768px) {

    .upd-section {
        padding: 10px;
        width: 100%;

    }


    .upd-page-title {
        font-size: 26px;
    }
    
    .upd-section {
        padding: 20px;
        width: 100%;
    }
    
    .upd-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .upd-info-grid {
        width: 100%;
    }
    
    .upd-info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .upd-label {
        min-width: auto;
        font-weight: 500;
    }
    
    .upd-password-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .upd-password-box {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .upd-page-title {
        font-size: 22px;
    }
    
    .upd-section {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .upd-avatar {
        width: 80px;
        height: 80px;
    }
    
    .upd-camera-badge {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    
    .upd-title {
        font-size: 18px;
    }
    
    .upd-header {
        margin-bottom: 6px;
    }
}

