@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 400; width: 100%;   cursor: default;}

.paragraph{font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 300;}
.main-title {font-size: 40px; font-weight: bold; line-height: 1.2; text-transform: capitalize; color: #24409E; font-family: 'Daikon';}
.sub-title{font-family: "Poppins", sans-serif; text-transform: capitalize; font-size: 16px; font-weight: 300; color: #D3A393;}
.grid-title{font-size: 18px; font-family: 'Daikon'; font-weight: bold; text-transform: capitalize;}
.grid-title2{font-size: 18px; font-family: "Poppins", sans-serif; font-weight: 500; text-transform: capitalize;}
 
a, button{outline: none;}
.daikon {font-family: 'Daikon';}
.poppins{font-family: "Poppins", sans-serif;}
/* HEADER */
.header {position: fixed; top: 0; left: 0; width:  100%; z-index: 99;}
.m-menu-slide {transition: transform 0.3s ease;}
.m-menu-open {transform: translatey(0%);}
.m-menu-closed {transform: translatey(-100%);}
.activemenu{color: #24409E; font-weight: 500;}
.m-menu-open .activemenu{border-bottom:2px solid #fff; color: #fff;} 
footer .activemenu{color: #EF7F1A;}

/* close icon */
.close_icon {position: relative; width: 27px; background-color:#24409E; height: 2px; }
.close_icon::after, .close_icon::before {content: ""; width: 27px; height: 2px;  position: absolute;  background-color:#24409E; left: 0;}
.close_icon::after {top: 8px;}
.close_icon::before {bottom: 8px;}
.close_icon, .close_icon::after {transition: all 0.3s linear;}
.toggled .close_icon {height: 3px; top:0px; width: 25px; top: -50px; transform: rotate(-45deg); background-color: #fff; border-radius: 3px;}
.toggled .close_icon::after {width: 25px; height: 3px; top: 0px; transform: rotate(-270deg); background-color: #fff;border-radius: 3px;}
.toggled .close_icon::before {transform: scale(0);}
 /* OWL CAROUSEL */
.owl-carousel .owl-dots {display: flex; position: absolute; bottom: calc(10% + 15px ); right:250px; gap: 5px;  }
.owl-carousel .owl-dot {width: 8px; height: 8px;  transition: all 0.3s ease-in-out; border-radius: 20px;  background-color: #fff!important; transition: all 0.3s ease-in-out;}
.owl-carousel .owl-dot.active {background-color: #ffffff!important; width: 22px;}

.hero-slider .owl-nav {position: absolute; bottom: 10%; right:100px; z-index: 9; display: flex;  justify-items: center; align-items: center; gap: 20px;}
.hero-slider .owl-prev,  .hero-slider .owl-next {color: rgba(255, 255, 255, 0)!important;  border-radius: 100%;  transition: all ease 800ms; border: 1px solid #fff; width: 45px!important; height: 45px!important;}
.hero-slider .owl-prev {cursor: pointer; background: url('../images/home/pre.svg')  center no-repeat !important;  background-size: 100%!important; }
.hero-slider .owl-next {cursor: pointer; background: url('../images/home/next.svg')  center no-repeat !important;  background-size: 100%!important; }
.hero-slider .owl-prev:hover, .hero-slider .owl-next:hover {transform: scale(1.3);}
.sticky-header .logo{width: 200px; transition: all 0.4s linear;}
.sticky-header .top-menu{display: none; transition: all 0.4s linear;}
@media (max-width: 1024px) {
.owl-carousel .owl-dots {right:150px;  bottom: calc(10% + 10px );}
.hero-slider .owl-nav { right:70px;}
.hero-slider .owl-nav { gap: 10px;}
.sticky-header .logo{width: 175px;}
.container .owl-prev,  .container .owl-next, .owl-carousel .owl-prev,  .owl-carousel .owl-next { width: 35px!important; height: 35px!important;}
.paragraph, .sub-title{font-size: 14px;}
.main-title {font-size: 35px;}
.grid-title, .grid-title2{font-size: 16px;}
}
@media (max-width: 640px) {
.owl-carousel .owl-dots {right:100px; bottom: calc(10% + 7px );}
.hero-slider .owl-nav { right:30px;}
.paragraph, .sub-title {font-size: 12px;}
.main-title {font-size: 30px;}
.grid-title, .grid-title2 {font-size: 14px;}
.container .owl-prev,  .container .owl-next, .owl-carousel .owl-prev,  .owl-carousel .owl-next { width: 25px!important; height: 25px!important;}
.sticky-header .logo { width: 150px;}
}
.content {animation: fadeUp 1.2s ease forwards;}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.owl-item.active .item {
  animation: zoomBg 10s ease-in-out infinite alternate;
}
@keyframes zoomBg {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

/* ============================================
   MY ACCOUNT PAGE - THEME INTEGRATION
   ============================================ */

/* Main container - match your theme */
.woocommerce-account {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Page Title - match your theme style */
.woocommerce-account .woocommerce-MyAccount-title,
.woocommerce-account > header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== HORIZONTAL NAVIGATION (matching your Hand Tools style) ===== */
.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
    border-bottom: 2px solid #e5e5e5;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #626262;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 4px 4px 0 0;
}

/* Hover effect - match your theme */
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #24409E;
    background: rgba(36, 64, 158, 0.05);
}

/* Active tab styling */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
    color: #24409E;
    border-bottom: 2px solid #24409E;
    background: transparent;
}

/* ===== CONTENT AREA ===== */
.woocommerce-MyAccount-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Welcome message styling */
.woocommerce-MyAccount-content p:first-child {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content strong {
    color: #24409E;
    font-weight: 600;
}

/* Dashboard content */
.woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard p {
    line-height: 1.6;
    color: #555;
}

/* ===== SEARCH BAR (if needed) ===== */
.woocommerce-account .widget_product_search,
.woocommerce-account .woocommerce-product-search {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-product-search input[type="search"] {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 250px;
    font-size: 14px;
}

.woocommerce-account .woocommerce-product-search button {
    background: #24409E;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-product-search button:hover {
    background: #1a2f7a;
}

/* ===== TABLES (Orders, Downloads) ===== */
.woocommerce-MyAccount-content table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-MyAccount-content table thead th {
    background: #f8f9fa;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e5e7eb;
}

.woocommerce-MyAccount-content table tbody td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

.woocommerce-MyAccount-content table tbody tr:hover {
    background: #fafafa;
}

/* ===== BUTTONS ===== */
.woocommerce-MyAccount-content .button {
    background: #24409E;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.woocommerce-MyAccount-content .button:hover {
    background: #1a2f7a;
    transform: translateY(-2px);
}

/* View Order button */
.woocommerce-MyAccount-content .woocommerce-button.button.view {
    background: transparent;
    color: #24409E;
    border: 1px solid #24409E;
}

.woocommerce-MyAccount-content .woocommerce-button.button.view:hover {
    background: #24409E;
    color: white;
}

/* ===== ADDRESS FORMS ===== */
.woocommerce-Addresses .woocommerce-Address {
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.woocommerce-Address h3 {
    margin-top: 0;
    color: #333;
}

/* ===== EDIT ACCOUNT FORM ===== */
.woocommerce form .form-row {
    margin-bottom: 20px;
}

.woocommerce form .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.woocommerce form .form-row input,
.woocommerce form .form-row select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.woocommerce form .form-row input:focus {
    border-color: #24409E;
    outline: none;
    box-shadow: 0 0 0 2px rgba(36, 64, 158, 0.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
        gap: 0;
        border-bottom: none;
    }
    
    .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 15px;
        border-left: 3px solid transparent;
    }
    
    .woocommerce-MyAccount-navigation ul li.is-active a {
        border-left-color: #24409E;
        border-bottom: none;
    }
    
    .woocommerce-MyAccount-content {
        padding: 20px;
    }
    
    .woocommerce-MyAccount-content table,
    .woocommerce-MyAccount-content table thead,
    .woocommerce-MyAccount-content table tbody,
    .woocommerce-MyAccount-content table tr,
    .woocommerce-MyAccount-content table td {
        display: block;
    }
    
    .woocommerce-MyAccount-content table thead {
        display: none;
    }
    
    .woocommerce-MyAccount-content table td {
        padding: 10px 15px;
        position: relative;
        border-bottom: 1px solid #eee;
    }
}
/* ============================================
   LOGIN / REGISTER FORMS - THEME STYLES
   ============================================ */

/* Main container */
.woocommerce-login,
.woocommerce-form-login,
.woocommerce-form-register {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Form headings */
.woocommerce-form-login h2,
.woocommerce-form-register h2,
.woocommerce-login h2,
.woocommerce h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

.woocommerce-form-login h2:after,
.woocommerce-form-register h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #24409E;
}

/* Form rows */
.woocommerce form .form-row {
    margin-bottom: 20px;
}

/* Labels */
.woocommerce form .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Input fields */
.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="email"],
.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row input[type="tel"],
.woocommerce form .form-row input[type="search"],
.woocommerce form .form-row input.input-text {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    background: #fafafa;
    transition: all 0.3s ease;
    font-family: inherit;
}

/* Input focus state */
.woocommerce form .form-row input:focus {
    border-color: #24409E;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(36, 64, 158, 0.1);
}

/* Checkbox styling */
.woocommerce form .form-row .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce form .form-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #24409E;
    margin: 0;
}

.woocommerce form .form-row .woocommerce-form__label-for-checkbox span {
    text-transform: none;
    font-weight: normal;
    color: #555;
}

/* Login Button */
.woocommerce form .form-row button[type="submit"],
.woocommerce button.button[name="login"],
.woocommerce button.button[name="register"] {
    background: #24409E;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.woocommerce form .form-row button[type="submit"]:hover,
.woocommerce button.button[name="login"]:hover,
.woocommerce button.button[name="register"]:hover {
    background: #1a2f7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(36, 64, 158, 0.2);
}

/* Lost password link */
.woocommerce-LostPassword {
    margin-top: 20px;
    text-align: center;
}

.woocommerce-LostPassword a {
    color: #626262;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.woocommerce-LostPassword a:hover {
    color: #24409E;
    text-decoration: underline;
}

/* Register link under login form */
.woocommerce-form-login .woocommerce-privacy-policy-text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.woocommerce-form-login .woocommerce-privacy-policy-text p a {
    color: #24409E;
    text-decoration: none;
    font-weight: 500;
}

/* ===== REGISTER FORM STYLES ===== */
.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.woocommerce-form-register .woocommerce-privacy-policy-text p {
    margin: 0;
}

/* Two column layout for register form */
.woocommerce-form-register .form-row-first,
.woocommerce-form-register .form-row-last {
    width: calc(50% - 10px);
    float: left;
}

.woocommerce-form-register .form-row-first {
    margin-right: 20px;
}

.woocommerce-form-register .form-row-last {
    margin-left: 0;
}

.woocommerce-form-register:after {
    content: '';
    display: table;
    clear: both;
}

/* ===== SEPARATOR FOR LOGIN/REGISTER ===== */
.woocommerce .col2-set {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.woocommerce .col-1,
.woocommerce .col-2 {
    flex: 1;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Divider between login and register */
.woocommerce .col2-set:before {
    display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .woocommerce .col2-set {
        flex-direction: column;
        gap: 30px;
    }
    
    .woocommerce-form-register .form-row-first,
    .woocommerce-form-register .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .woocommerce-login,
    .woocommerce-form-login,
    .woocommerce-form-register {
        padding: 20px;
    }
}

/* ===== ERROR MESSAGES ===== */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.woocommerce-error {
    background: #fee2e2;
    color: #dc2626;
    border-left: 4px solid #dc2626;
}

.woocommerce-message {
    background: #dcfce7;
    color: #16a34a;
    border-left: 4px solid #16a34a;
}

.woocommerce-info {
    background: #dbeafe;
    color: #2563eb;
    border-left: 4px solid #2563eb;
}

/* Remember me checkbox styling */
.woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Submit button wrapper */
.woocommerce form .form-row .button-wrapper {
    text-align: center;
}