:root {
  --font-dmsans: "DM Sans", sans-serif;
  --font-playfair: "Playfair Display", sans-serif;
  --primary-color: #713f1f;
  --primary-color-opc: 1, 170, 133;
  --primary-color2: #0B0C0C;
  --primary-color2-opc: 11, 12, 12;
  --primary-color3: #b08c5f;
  --primary-color3-opc: 216, 118, 45;
  --primary-color4: #2453D4;
  --primary-color4-opc: 36, 83, 212;
  --primary-color5: #DCF263;
  --primary-color5-opc: 220, 242, 99;
  --primary-color6: #3C5037;
  --primary-color6-opc: 60, 80, 55;
  --primary-color7: #45220d;
  --primary-color7-opc: 162, 50, 13;
  --title-color: #0B0C0C;
  --title-color-opc: 11, 12, 12;
  --title-color2: #5e3b11;
  --title-color2-opc: 60, 80, 55;
  --white-color: #fff;
  --paragraph-color: #23291FBB;
  --paragraph-color2: #5E5E5E;
  --border-color: #E6E6E6;
  --border-color-opc: 230, 230, 230;
  --border-color2: #EEEEEE;
}


.home2-logo-and-header-wrapper{
    z-index:9;
}
.home2-header-logo {
    padding: 0px 40px 0px 50px;
   position: relative;
       width: 270px;
}
.home2-header-logo a{
width: 65%;
    display: block;
    
    position: absolute;
    top: -4px;
}
.home2-header-logo a img{
width:100%;
}
@media (max-width: 1399px) {
    .home2-header-logo {
        padding: 0px 20px 0px 30px;
    }
}
@media (max-width: 991px) {
    header.style-2 .company-logo {
        padding: 15px 0;
        max-width: 100px;
    }
}

.mobile-logo-wrap a {
    display: block;
    max-width: 160px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 {
        padding: 0 30px;
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.style-2 .nav-right {
        justify-content: end;
        width: 100%;
        z-index: -1;
    }
    header.style-2 .nav-left {
        justify-content: end;
        width: 100%;
    }
}

/* header.style-2 .login-btn {
    
    background-color: var(--primary-color3);
   
} */

span.tagline {
    color: var(--title-color2);
    font-family: var(--font-playfair);
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.home3-feature-section.three {
    background-image: url(../img/home7/home7-feature-bg.png), linear-gradient(180deg, #cd8551 0%, #482818 100%);
    padding: 105px 10.5% 164px;
}
.section-title2.two.white > span {
    border: 1px solid rgba(63, 68, 75, 0.05);
   
    background-color: rgb(73 37 15);
    
}
.auction-card.style-7 .auction-card-content .price-and-code-area
{
    gap: 8px;
}

  .main {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }

        .reset-wrapper {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            max-width: 450px;
            width: 100%;
            overflow: hidden;
        }

        .reset-header {
            background: linear-gradient(135deg, var(--primary-color) 0%, rgba(113, 63, 31, 0.8) 100%);
            padding: 40px 30px;
            text-align: center;
            color: white;
        }

        .reset-header i {
            font-size: 40px;
            margin-bottom: 15px;
            display: block;
        }

        .reset-header h2 {
            font-family: var(--font-playfair);
            font-size: 28px;
            margin-bottom: 8px;
            font-weight: 700;
        }

        .reset-header p {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 0;
            color: var(--white-color);
        }

        .reset-body {
            padding: 40px 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 8px;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid var(--border-color);
            border-radius: 6px;
            font-size: 14px;
            font-family: var(--font-dmsans);
            transition: all 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(113, 63, 31, 0.1);
        }

        .password-strength {
            margin-top: 8px;
            font-size: 12px;
            display: none;
        }

        .strength-bar {
            height: 4px;
            border-radius: 2px;
            background: #e0e0e0;
            overflow: hidden;
            margin-bottom: 6px;
        }

        .strength-bar-fill {
            height: 100%;
            width: 0;
            transition: all 0.3s ease;
        }

        .strength-text {
            color: #999;
        }

        .strength-bar-fill.weak {
            width: 33%;
            background: #dc3545;
        }

        .strength-bar-fill.medium {
            width: 66%;
            background: #ffc107;
        }

        .strength-bar-fill.strong {
            width: 100%;
            background: var(--success-color);
        }

        .reset-btn {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, var(--primary-color) 0%, rgba(113, 63, 31, 0.8) 100%);
            color: white;
            border: none;
            border-radius: 6px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .reset-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(113, 63, 31, 0.3);
        }

        .reset-footer {
            text-align: center;
            padding-top: 25px;
            border-top: 1px solid var(--border-color);
            font-size: 14px;
            color: #666;
        }

        .reset-footer a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .reset-footer a:hover {
            text-decoration: underline;
        }

        .step-indicator {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            gap: 10px;
        }

        .step {
            flex: 1;
            height: 4px;
            background: var(--border-color);
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .step.active {
            background: var(--primary-color);
        }

        @media (max-width: 768px) {
            .reset-header {
                padding: 30px 20px;
            }

            .reset-body {
                padding: 30px 20px;
            }

            .reset-header h2 {
                font-size: 24px;
            }
        }
        
       

      

        .main {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }

        .register-wrapper {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 100%;
            overflow: hidden;
        }

        .register-header {
            background: linear-gradient(135deg, var(--primary-color) 0%, rgba(113, 63, 31, 0.8) 100%);
            padding: 40px 30px;
            text-align: center;
            color: white;
        }

        .register-header h2 {
            font-family: var(--font-playfair);
            font-size: 28px;
            margin-bottom: 8px;
            font-weight: 700;
        }

        .register-header p {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 0;
            color: var(--white-color);
        }

        .register-body {
            padding: 40px 30px;
        }
.nice-select {
 width: 100%;
    border: 2px solid var(--border-color);
    border-radius: 6px;
    font-size: 14px;
    font-family: var(--font-dmsans);
    transition: all 0.3s ease;
    height: 49px;
}
.nice-select.open .list {
    width: 100%;
}
        .form-group {
            margin-bottom: 18px;
        }

        .form-group label {
            display: block;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 8px;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid var(--border-color);
            border-radius: 6px;
            font-size: 14px;
            font-family: var(--font-dmsans);
            transition: all 0.3s ease;
        }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(113, 63, 31, 0.1);
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-bottom: 18px;
        }

        @media (max-width: 480px) {
            .form-row {
                grid-template-columns: 1fr;
            }
        }

        .password-requirement {
            font-size: 12px;
            color: #666;
            margin-top: 5px;
            line-height: 1.6;
        }

        .password-requirement.met {
            color: var(--success-color);
        }

        .register-btn {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, var(--primary-color) 0%, rgba(113, 63, 31, 0.8) 100%);
            color: white;
            border: none;
            border-radius: 6px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 10px;
        }

        .register-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(113, 63, 31, 0.3);
        }

        .terms-checkbox {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 20px;
            font-size: 13px;
            line-height: 1.5;
        }

        .terms-checkbox input[type="checkbox"] {
            margin-top: 3px;
            cursor: pointer;
            width: auto;
            margin: 0;
        }

        .terms-checkbox a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
        }

        .terms-checkbox a:hover {
            text-decoration: underline;
        }

        .register-divider {
            text-align: center;
            margin: 20px 0;
            color: #999;
            font-size: 14px;
        }

        .social-login {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }

        .social-btn {
            flex: 1;
            padding: 12px;
            border: 2px solid var(--border-color);
            background: white;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            color: var(--primary-color);
        }

        .social-btn:hover {
            border-color: var(--primary-color);
            background: rgba(113, 63, 31, 0.05);
        }

        .register-footer {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid var(--border-color);
            font-size: 14px;
            color: #666;
        }

        .register-footer a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .register-footer a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .register-header {
                padding: 30px 20px;
            }

            .register-body {
                padding: 30px 20px;
            }

            .register-header h2 {
                font-size: 24px;
            }
        }
        :root {
            /* --primary-color: #713f1f;
            --secondary-color: #b08c5f;
            --dark-color: #1a1a1a;
            --light-color: #f5f5f5;
            --border-color: #e0e0e0;
            --success-color: #28a745;
            --font-dmsans: "DM Sans", sans-serif;
            --font-playfair: "Playfair Display", sans-serif; */
        }
.main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

        
        .login-wrapper {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            max-width: 450px;
            width: 100%;
            overflow: hidden;
        }

        .login-header {
            background: linear-gradient(135deg, var(--primary-color) 0%, rgba(113, 63, 31, 0.8) 100%);
            padding: 40px 30px;
            text-align: center;
            color: white;
        }

        .login-header h2 {
            font-family: var(--font-playfair);
            font-size: 28px;
            margin-bottom: 8px;
            font-weight: 700;
        }

        .login-header p {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 0;
             color: var(--white-color);
        }

        .login-body {
            padding: 40px 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 8px;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid var(--border-color);
            border-radius: 6px;
            font-size: 14px;
            font-family: var(--font-dmsans);
            transition: all 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(113, 63, 31, 0.1);
        }

        .remember-forgot {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            font-size: 14px;
        }

        .remember-forgot a {
            color: var(--primary-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .remember-forgot a:hover {
            text-decoration: underline;
        }

        .login-btn {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, var(--primary-color) 0%, rgba(113, 63, 31, 0.8) 100%);
            color: white;
            border: none;
            border-radius: 6px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .login-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(113, 63, 31, 0.3);
        }

        .login-divider {
            text-align: center;
            margin: 25px 0;
            color: #999;
            font-size: 14px;
        }

        .social-login {
            display: flex;
            gap: 15px;
            margin-bottom: 25px;
        }

        .social-btn {
            flex: 1;
            padding: 12px;
            border: 2px solid var(--border-color);
            background: white;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            color: var(--primary-color);
        }

        .social-btn:hover {
            border-color: var(--primary-color);
            background: rgba(113, 63, 31, 0.05);
        }

        .login-footer {
            text-align: center;
            padding-top: 25px;
            border-top: 1px solid var(--border-color);
            font-size: 14px;
            color: #666;
        }

        .login-footer a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .login-footer a:hover {
            text-decoration: underline;
        }

        .checkbox-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .checkbox-wrapper input[type="checkbox"] {
            width: auto;
            margin: 0;
            cursor: pointer;
        }

        @media (max-width: 768px) {
            .login-header {
                padding: 30px 20px;
            }

            .login-body {
                padding: 30px 20px;
            }

            .login-header h2 {
                font-size: 24px;
            }
        }
        .breadcrumb-section.seven {
  
    padding: 55px 0;
    
}