/* ===== Legal Page (Trimmed Styles) ===== */
strong{
    font-weight: bold;
}
.content-wrap p span {
    font-weight: bold;
}
/* Main Content Area */
.legal-body{
    background: #fff;
}
.legal-main {
    padding-top: 40px;
}

/* Hero Section */
.legal-hero {
    margin: 0 48px 16px;
}

/* Page Title */
.legal-title {
    font-family: 'Public Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #013FBB;
}

/* Legal Content Section */
.legal-content-section {
    background-color: #F6F6F6;
    border-radius: 40px;
    margin: 0 48px;
    padding: 40px;
}
.legal-main h2{
    font-family: 'Public Sans', sans-serif;   
    margin-top: 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #000;
}
.legal-main h2~h2{
    font-size: 18px;
}
.legal-main p{
    font-size: 14px;
    margin-top: 20px;
    color: #000;
}
.legal-main ul,ol{
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.legal-main ul li{
   list-style: disc;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 20px;
}
.legal-main ol{
    margin-left: 20px;
}
.legal-main ol li{
    font-weight: 700;
}
.legal-main a{
   text-decoration: underline;
}
.legal-main a:hover{
   text-decoration: none;
}
/* ===== Responsive Styles ===== */
@media (max-width: 768px) {
    .legal-hero {
        padding: 16px 0px 24px;
    }

    .legal-title {
        font-size: 24px;
        line-height: 30px;
    }

    .legal-content-section {
        padding: 20px 16px 40px;
        margin: 0 16px;
    }
    .legal-main ol li a:hover{
        text-decoration: underline;
    }
}


/* ===== Unsubscribe Page Styles (Trimmed) ===== */
/* ===== Unsubscribe Page Styles ===== */

/* Main Content Area */
.unsubscribe-main {
    padding-top: 40px;   
}

.unsubscribe-main,.contact-main,.legal-main {
   margin-bottom: 64px;   
   min-height: 100vh;
}
/* Hero Section */
.unsubscribe-hero {
    margin: 0 48px;
}

.unsubscribe-title {
    font-family: 'Public Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #013FBB;
}

/* Unsubscribe Content Section */
.unsubscribe-content-section {
    background-color: #F6F6F6;
    border-radius: 40px;
    margin: 0 48px;
    padding: 40px;
}

.unsubscribe-card {
    background-color: #F6F6F6;
    border-radius: 40px;
    padding: 0;
}

/* Accordion Styles */
.accordion-item {
    margin-bottom: 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 33px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.accordion-title {
    font-family: 'Public Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #013FBB;
    line-height: 1.2;
}

.accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition: transform 0.3s ease;
}

.accordion-icon.rotated .icon-vertical {
    opacity: 0;
}

.accordion-content {
    padding: 0 0 24px 0;
    overflow: hidden;
}

/* Accordion Divider */
.accordion-divider {
    height: 1px;
    background-color: #CECECE;
    margin: 0;
}

/* Section Divider */
.section-divider {
    height: 1px;
    background-color: #CECECE;
    margin: 24px 0;
}

/* Platform Section */
.platform-section {
    margin-bottom: 0;
}

.platform-title {
    font-family: 'Public Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    line-height: 1;
}

/* Browser Section */
.browser-section {
    margin-bottom: 24px;
}

.browser-section:last-child {
    margin-bottom: 0;
}

.browser-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.browser-icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.browser-name {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 18px;
}

/* Steps List */
.steps-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.step-badge {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #013FBB;
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 18px;
}

.step-text {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    flex: 1;
}

/* Unsubscribe Info */
.unsubscribe-info {
    padding: 0;
}

.unsubscribe-info p {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.7;
    margin-bottom: 16px;
}

.unsubscribe-info p:last-child {
    margin-bottom: 0;
}

.unsubscribe-info a {
    color: #2851e1;
    text-decoration: underline;
}

.unsubscribe-info a:hover {
    text-decoration: none;
}

/* Trademark Disclaimer */
.trademark-disclaimer {
    padding-top: 24px;
    text-align: center;
}

.trademark-disclaimer p {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

/* ===== Responsive Styles for Unsubscribe ===== */
@media (max-width: 768px) {
    .unsubscribe-hero {
        padding: 16px 16px 24px;
        margin: 0;
    }

    .unsubscribe-title {
        font-size: 24px;
        line-height: 30px;
    }

    .unsubscribe-content-section {
        padding: 24px 16px;
        margin: 0 16px;
        border-radius: 24px;
    }

    .unsubscribe-card {
        border-radius: 24px;
        padding: 0;
    }

    .accordion-header {
        padding: 14px 0;
    }

    .accordion-title {
        font-size: 18px;
    }

    .accordion-icon svg {
        width: 16px;
        height: 16px;
    }

    .accordion-content {
        padding: 0 0 20px 0;
    }

    .platform-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .browser-section {
        margin-bottom: 20px;
    }

    .browser-icon {
        width: 24px;
        height: 24px;
    }

    .browser-name {
        font-size: 13px;
    }

    .steps-list {
        gap: 10px;
    }

    .step-item {
        flex-direction: column;
        gap: 6px;
    }

    .step-badge {
        font-size: 13px;
        padding: 2px 6px;
    }

    .step-text {
        font-size: 13px;
        padding-left: 0;
    }

    .section-divider {
        margin: 20px 0;
    }

    .trademark-disclaimer {
        padding-top: 20px;
    }

    .trademark-disclaimer p {
        font-size: 12px;
        line-height: 16px;
    }

    .unsubscribe-info p {
        font-size: 13px;
    }
}

/* support style */

/* ===== Contact Us Page Styles ===== */

/* Main Content Area */
.contact-main {
    padding-top: 32px;
}

/* Hero Section */
.contact-hero {
    margin: 0 48px;
}

.contact-title {
    font-family: 'Public Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #013FBB;
}

/* Contact Form Section */
.contact-form-section {
    background-color: #F6F6F6;
    border-radius: 40px;
    margin: 0 48px;
    padding: 40px;
}

.contact-form-card {
    border-radius: 40px;
    max-width: 880px;
    margin: 0 auto;
}

/* Form Styles */
.contact-us-form {
    display: flex;
    flex-direction: column;
}

.contact-us-form .form-group {
    margin-bottom: 16px;
}

.contact-us-form .form-row {
    display: flex;
}

.contact-us-form .form-row .form-group {
    flex: 1;
}

/* Input Wrapper Override */
.contact-us-form .input-wrapper {
    position: relative;
    display: block;
}
.error-text-msg{
    color: red;
    font-size: 12px;
    margin-top: 4px;
}
.contact-us-form .input-wrapper input,
.contact-us-form .input-wrapper textarea {
    font-family: 'Public Sans', sans-serif;
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #000000;
}

.contact-us-form .input-wrapper input:focus,
.contact-us-form .input-wrapper textarea:focus {
    outline: none;
    border-color: #013FBB;
    box-shadow: 0 0 0 3px rgba(1, 63, 187, 0.1);
}

.contact-us-form .input-wrapper input::placeholder,
.contact-us-form .input-wrapper textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

/* Textarea Specific */
.contact-us-form .textarea-wrapper textarea {
    resize: vertical;
    min-height: 140px;
}

/* Select Wrapper */
.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper select {
    font-family: 'Public Sans', sans-serif;
    width: 100%;
    padding: 18px 50px 18px 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-wrapper select:focus {
    outline: none;
    border-color: #013FBB;
    box-shadow: 0 0 0 3px rgba(1, 63, 187, 0.1);
}

.select-wrapper select option[value=""][disabled] {
    color: rgba(0, 0, 0, 0.4);
}

.select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000000;
}

/* Submit Button - Specific Requirements */
.btn-contact-submit {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 71px;
    background-color: #013FBB;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.btn-contact-submit:hover {
    background-color: #0033A0;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(1, 63, 187, 0.3);
}

.btn-contact-submit:active {
    transform: translateY(0);
}

/* ===== Responsive Styles for Contact Us ===== */
@media (max-width: 768px) {
    .contact-hero {
        padding: 16px 16px 24px;
        margin: 0;
    }

    .contact-title {
        font-size: 24px;
        line-height: 30px;
    }

    .contact-form-section {
        padding: 20px 16px 40px;
        margin: 0 16px;
        border-radius: 24px;
    }

    .contact-form-card {
        border-radius: 24px;
        padding: 28px 0;
    }

    .contact-us-form {
        gap: 12px;
    }

    .contact-us-form .form-row {
        flex-direction: column;
        gap: 12px;
    }

    .contact-us-form .input-wrapper input,
    .contact-us-form .input-wrapper textarea {
        padding: 14px 16px;
        font-size: 14px;
        border-radius: 12px;
    }

    .select-wrapper select {
        padding: 14px 45px 14px 16px;
        font-size: 14px;
        border-radius: 12px;
    }

    .select-arrow {
        right: 16px;
    }

    .contact-us-form .textarea-wrapper textarea {
        min-height: 120px;
    }

    .btn-contact-submit {
        height: 60px;
        font-size: 16px;
        border-radius: 12px;
    }
}

/* recaptcha CSS */
      @media screen and (max-width: 359px) {
          #recaptcha-container{
            transform: scale(0.88);
            transform-origin: 0 0;
          }
      }
      .g-recaptcha {
          margin: 15px 0px;
      }
      #g-recaptcha-response {
          display: block !important;
          position: absolute;
          margin: -50px 0 0 0 !important;
          z-index: -999999;
          opacity: 0;
      }
      #showoptoutdesp h2, #showoptoutdesp .optoutdisc{
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;        
        margin: 25px auto 0;
      }
      #showoptoutdesp .optoutdisc{
        margin-top: 10px;
      }
      #showoptoutdesp h2 a, #showoptoutdesp .optoutdisc a{
        color: #3347FF;
        text-decoration-line: underline;
      }

      .formwrapper #subject-er{
        display: none;
      }