/* ----------------------------
   Outer Wrapper
----------------------------- */
.customFormWrap {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ----------------------------
   Header & Title
----------------------------- */
.form-header h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
}

.form-title h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #555;
}

/* ----------------------------
   Two Column Layout
----------------------------- */
.customInnerForm .online {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.customInnerForm .online label {
    flex: 1;
    font-size: 14px;
    color: #222;
}

/* ----------------------------
   Full Width Row
----------------------------- */
.customInnerForm .fulline {
    margin-bottom: 25px;
}

.customInnerForm .fulline label {
    width: 100%;
    display: block;
}

/* ----------------------------
   Input Styling
----------------------------- */
.customInnerForm input,
.customInnerForm textarea,
.customInnerForm select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fafafa;
    transition: 0.2s ease;
}

.customInnerForm input:focus,
.customInnerForm textarea:focus {
    border-color: #f68a1f;
    background: #fff;
    outline: none;
}

/* ----------------------------
   Submit Button
----------------------------- */
.submitWrap {
    text-align: center;
    margin-top: 30px;
}

.submitWrap input[type="submit"] {
    background: #f68a1f;
    color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.submitWrap input[type="submit"]:hover {
    background: #d97918;
}

/* ----------------------------
   Responsive Fix
----------------------------- */
@media(max-width: 768px){
    .customInnerForm .online {
        flex-direction: column;
        gap: 10px;
    }
}


.sf-guarantees {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 25px 0;
}

.sf-guarantees h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sf-guarantees-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.sf-guarantee-item {
    flex: 1;
    text-align: center;
}

.sf-guarantee-item img {
    width: 40px;
    margin-bottom: 8px;
}

.sf-guarantee-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.site-header .site-brand img {
    width: 100px;
}


/* Wrapper */
.sf-support-form {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  max-width: 900px;
  margin: 30px auto;
  font-family: 'Inter', sans-serif;
}

/* Header */
.sf-header h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Section Titles */
.sf-section-title {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0 10px;
  color: #444;
}

/* Rows & Columns */
.sf-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.sf-col {
  flex: 1;
}

/* Labels */
.sf-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

/* Inputs */
.sf-input,
.sf-select,
.sf-file {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
  transition: all .2s ease;
}

.sf-input:focus,
.sf-select:focus {
  border-color: #0077ff;
  box-shadow: 0 0 0 2px rgba(0,119,255,0.15);
}

/* Checkbox */
.sf-checkbox input {
  margin-right: 8px;
}



/* Responsive */
@media (max-width: 768px) {
  .sf-row {
    flex-direction: column;
  }
}



.product-spec-card {
    max-width: 1000px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.psc-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 35px;
    font-weight: 500;
}

.psc-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.psc-table tr {
    background: #f9fafc;
    border-radius: 10px;
}

.psc-table td {
    padding: 12px 15px;
}

.psc-label {
    font-weight: 500;
    width: 40%;
}

.psc-value {
    color: #444;
}

.woocommerce-form-login.login p:nth-child(1), .woocommerce-form-login.login p:nth-child(2), .woocommerce-form-login.login div.lost-password, .woocommerce-form-login.login .woocommerce-form-login__submit, .login-form p:nth-child(1), .woocommerce-form-register.register {
	display:none;
}

.site-login-overflow .login-page-tab li:nth-child(2) {
	display:none;
}

@media (max-width: 767px) {
  .chaty-widget.left-position .chaty-i-trigger .chaty-channel {
      top: -90px;
}
	.site-sticky-category{
		display:block !important;
	}
}

.woocommerce-breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.product-category-acf-title {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.wlwl_user_lucky .wlwl-frontend-result {
    display:none;
}

.wlwl_not_logged_in {
    opacity:0.5 !important;
}