/* -------------------------------------------------------

 01. Basics and Typography style
 02. Helper style
 03. Selection style 
 07. Navbar Top style
 08. Navbar style
 09. Header style
 10. Slider-fade style (Homepage Slider)
 11. Slider style (Inner Page Slider)
 13. Page Banner Header style
 14. Video Background style
 15. About style
 16. Services styleaccordion block
 17. Services Box style
 18. Clients style
 19. Gallery style
 20. Testimonials style 
 21. Promo Video style
 22. Form style
 23. Pricing style
 24. Accordion Box (for Faqs) style
 25. Blog style
 26. Blog 2 style
 27. Blog 3 style
 28. Post style
 29. Contact style
 30. Coming Soon
 31. 404 Page style
 32. Buttons style
 33. Footer style
 34. toTop Button style
 35. Overlay Effect Bg image style
 36. Responsive (Media Query)
 
-------------------------------------------------------black */


  .flout-box-wrapper {
    max-width: 640px;
    margin: 2.5rem auto 0 auto;
    padding: 0 1rem;
  }

  .flout-box {
    background-color: white;
    border: 1px solid #111827;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    text-align: center;
  }

  .flout-box h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
  }

  .flout-box p {
    font-size: 1.2rem;
    color: #374151;
    margin-bottom: 0.75rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }

  .flout-box a {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #111827;
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }

  .flout-box a:hover {
    background-color: goldenrod;
  }


.firebaseui-container input {
    margin: 18px 0;
    padding: 8px;
}

.firebaseui-container label {
    display: block;
    margin-bottom: 4px;
  }
#copywriteNote {

    padding: 20px;
    font-size: 12px;
    color: #888;
}

.fashion-news-btn-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.fashion-news-btn {
  padding: 10px 20px;
  background-color: #383838;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  margin-top: -20px;
}

.fashion-news-btn:hover {
  background-color: #555;
  color: #fff; /* Subdued gold */
}

.fashion-news-btn i {
  margin-right: 10px;
}

/* flout logo */
/* Logo Styling */
.floutlogo {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 2.5rem; /* Adjust the size as needed */
    font-weight: normal;
    position: relative;
    display: inline-block; /* Ensures the logo and slogan are treated as a block */
}

.floutlogo .ai {
    font-style: italic;
    font-weight: normal; /* Maintain consistency */
    font-size: 1.25rem;
}
/* Slogan Styling */
.slogan {
    font-size: 1.0rem; /* Smaller font size for the slogan */
    font-weight: normal;
    text-transform: lowercase;
    display: block;
    margin-top: -0.6rem; /* Adjust the vertical gap between the logo and slogan */
    padding-left: 0.1rem; /* Slight adjustment to fine-tune alignment under the "f" */
}
/* index page */

#d1 {
display: flex;
flex-direction: column;
align-items: center;
}
.unique-item {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

/* chat */

.chat_send-button {
    padding: 10px 20px;
    background-color: #007bff;
    border: none;

    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
    transition: background-color 0.3s;
}

.chat_send-button:hover {
    background-color: #0056b3;
}
.chat_ResponseContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 5px;
}
.chat_spinner{
    display: none;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid darkgray;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.chat_spinner2{
    display: none;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.chat_chat-container {
    border-radius: 10px;
    padding: 20px;
    overflow-y: auto;
    max-height: 500px;
    margin-bottom: 20px;
}

.flout-agent-page {
    min-height: 100vh;
    margin: 0;
    background: #fff;
}

.flout-agent-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 10px 22px;
    border-bottom: 1px solid #e6e6e6;
    background: rgba(255, 255, 255, 0.97);
}

.flout-agent-brand {
    display: none;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 10px;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
}

.flout-agent-brand span {
    display: block;
    max-width: 100%;
    font-size: 24px;
    line-height: 1;
}

.flout-agent-brand small {
    margin-top: 4px;
    color: #777;
    font-size: 11px;
}

.flout-agent-profile-button {
    width: auto !important;
    margin: 0 !important;
}

.flout-agent-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.flout-agent-header-actions > .flout-agent-help-button {
    display: none;
}

.flout-agent-help-button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    transition: color .16s ease, opacity .16s ease;
}

.flout-agent-help-button svg {
    width: 23px;
    height: 23px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.flout-agent-help-button .flout-agent-help-dot {
    fill: currentColor;
    stroke: none;
}

.flout-agent-help-button:hover,
.flout-agent-help-button:focus-visible {
    background: transparent;
    color: #555;
}

.flout-agent-help-dialog {
    width: min(430px, calc(100% - 32px));
    padding: 34px 34px 30px;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
}

.flout-agent-help-dialog::backdrop {
    background: rgba(0, 0, 0, .48);
}

.flout-agent-help-close {
    position: absolute;
    top: 10px;
    right: 14px;
    padding: 6px 8px;
    border: 1px solid #aaa;
    background: #fff;
    color: #333;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.flout-agent-help-eyebrow {
    margin: 0 0 8px;
    color: #777;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.flout-agent-help-dialog h2 {
    margin: 0 0 22px;
    font-size: 25px;
    line-height: 1.15;
}

.flout-agent-help-tips p {
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid #dedede;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.flout-agent-help-tips strong {
    color: #111;
}

.flout-agent-profile-welcome-copy {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.flout-agent-profile-welcome-dialog {
    max-width: calc(100% - 48px);
    margin: 24px 0 0 24px;
}

.flout-agent-profile-required-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
}

.flout-agent-profile-required-actions .button-2 {
    width: auto !important;
    min-width: 88px;
    margin: 0 !important;
}

.flout-agent-help-done {
    width: 100% !important;
    margin: 20px 0 0 !important;
    background: #111 !important;
    color: #fff !important;
}

.flout-agent-outfit-button {
    width: auto !important;
    margin: 0 !important;
    white-space: nowrap;
}

.flout-agent-outfit-button span {
    display: inline-grid;
    min-width: 20px;
    height: 20px;
    margin-left: 5px;
    padding: 0 5px;
    place-items: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 10px;
}

.flout-agent-outfit-dialog {
    width: min(560px, calc(100% - 32px));
    max-height: min(760px, calc(100vh - 32px));
    padding: 34px;
    overflow-y: auto;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
}

.flout-agent-outfit-dialog::backdrop {
    background: rgba(0, 0, 0, .48);
}

.flout-agent-outfit-dialog h2 {
    margin: 0 0 8px;
    font-size: 25px;
}

.flout-agent-outfit-intro {
    margin: 0 0 20px;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.flout-agent-outfit-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.flout-agent-outfit-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 11px;
    min-width: 0;
    padding: 10px;
    border: 1px solid #dedede;
}

.flout-agent-outfit-item img {
    width: 76px;
    height: 96px;
    object-fit: cover;
}

.flout-agent-outfit-item-details {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.flout-agent-outfit-item-details strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.flout-agent-outfit-item-details span {
    margin-top: 5px;
    color: #777;
    font-size: 10px;
}

.flout-agent-outfit-item-details button {
    margin-top: auto;
    padding: 5px 0 0;
    border: 0;
    border-bottom: 1px solid #777;
    background: transparent;
    color: #555;
    font-size: 10px;
    cursor: pointer;
}

.flout-agent-outfit-empty {
    padding: 34px 20px;
    border: 1px dashed #aaa;
    color: #666;
    text-align: center;
}

.flout-agent-outfit-preview {
    margin-top: 18px;
}

.flout-agent-outfit-preview-button {
    width: 100% !important;
    margin: 0 !important;
    background: #111 !important;
    color: #fff !important;
}

.flout-agent-outfit-preview-button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.flout-agent-outfit-preview-status {
    min-height: 18px;
    margin: 9px 0 0;
    color: #666;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.flout-agent-outfit-preview-progress {
    display: flex;
    width: 100%;
    margin: 12px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.flout-agent-outfit-preview-progress[hidden] {
    display: none !important;
}

.flout-agent-outfit-preview-stage {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.flout-agent-outfit-preview-stage img {
    width: 92px;
    height: 108px;
    border: 1px solid #e5e1d8;
    border-radius: 11px;
    background: #fff;
    object-fit: contain;
}

.flout-agent-outfit-preview-stage img[hidden] {
    display: none;
}

.flout-agent-outfit-preview-stage img.is-changing {
    animation: flout-outfit-preview-item-in .35s ease both;
}

.flout-agent-outfit-preview-stage p {
    margin: 0;
    color: #49463f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.flout-agent-outfit-preview-progress > span {
    display: block;
    width: 28px;
    height: 28px;
    border: 3px solid #d7d7d7;
    border-top-color: #111;
    border-radius: 50%;
    animation: flout-outfit-preview-spin .8s linear infinite;
}

@keyframes flout-outfit-preview-spin {
    to { transform: rotate(360deg); }
}

@keyframes flout-outfit-preview-item-in {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.flout-agent-outfit-preview-cancel {
    display: block;
    margin: 10px auto 0;
    padding: 4px 0;
    border: 0;
    border-bottom: 1px solid #777;
    background: transparent;
    color: #555;
    font: 600 10px/1.2 Arial, sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
    cursor: pointer;
}

.flout-agent-outfit-preview-cancel[hidden] {
    display: none;
}

.flout-agent-outfit-preview-result {
    margin: 12px 0 0;
}

.flout-agent-outfit-preview-result img {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: contain;
    background: #f4f4f4;
}

.flout-agent-outfit-preview-result figcaption {
    margin-top: 7px;
    color: #777;
    font-size: 10px;
    text-align: center;
}

.flout-agent-outfit-preview-result .button-2 {
    display: block;
    width: 100% !important;
    margin: 10px 0 0 !important;
    text-align: center;
}

.flout-agent-outfit-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.flout-agent-outfit-actions .button-2 {
    flex: 1 1 130px;
    width: auto !important;
    margin: 0 !important;
}

.flout-add-outfit {
    width: 100%;
    max-width: 140px;
    margin-top: 9px;
    padding: 7px 8px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font: 700 10px/1.2 Arial, sans-serif;
    letter-spacing: .7px;
    text-transform: uppercase;
    cursor: pointer;
}

.flout-add-outfit:hover,
.flout-add-outfit:focus-visible,
.flout-add-outfit.is-added {
    background: #111;
    color: #fff;
}

.chat-shopping-result-group {
    margin: 18px 0 26px;
    padding-top: 4px;
    border-top: 1px solid #e4e4e4;
}

.chat-shopping-result-group > h4 {
    margin: 12px 10px 4px;
    color: #222;
    font: 700 13px/1.35 Arial, sans-serif;
}

#chat_gobutton.is-disabled {
    opacity: .45;
}

.chat-examples-actions {
    display: flex;
    gap: 10px;
    align-items: stretch;
    flex-wrap: wrap;
}

.chat-examples-actions .button-2 {
    display: inline-flex;
    width: auto !important;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.chat-clear-selections {
    border-color: #b9b4aa !important;
    background: #f4f1eb !important;
    color: #34312c !important;
}

.chat-clear-selections:hover:not(:disabled) {
    border-color: #8f897e !important;
    background: #e9e4dc !important;
}

.chat-clear-selections:disabled {
    opacity: .45;
    cursor: default;
}

#chat_shop-btn[hidden] {
    display: none !important;
}

.chat-small-action-break {
    display: none;
}

@media (max-width: 480px) {
    .chat-small-action-break {
        display: block;
        width: 100%;
        height: 8px;
    }
}

.flout-agent-complete-button {
    width: auto !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    background: #111 !important;
    color: #fff !important;
    font-weight: 700;
}

.flout-agent-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.flout-agent-chat {
    width: 100%;
    min-height: calc(100vh - 72px);
    padding: 24px 12px;
}

.flout-agent-profile {
    display: none;
    padding: 22px 12px 60px;
}

.flout-agent-image-context {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 760px;
    margin: 0 auto 14px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fafafa;
}

.flout-agent-image-context img {
    width: 92px;
    height: 112px;
    border-radius: 7px;
    object-fit: cover;
}

.flout-agent-image-context p {
    margin: 4px 0 0;
    color: #666;
}

@media (max-width: 600px) {
    .flout-agent-header {
        padding: 10px 12px;
    }

    .flout-agent-brand span {
        max-width: 100%;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flout-agent-header-actions {
        gap: 6px;
    }

    .flout-agent-profile-view .flout-agent-header-actions {
        width: 100%;
        min-width: 0;
        gap: 4px;
        flex: 1 1 auto;
        flex-wrap: nowrap;
    }

    .flout-agent-profile-view .flout-agent-header-actions .button-2 {
        min-width: 0;
        height: 40px;
        min-height: 40px;
        padding: 5px 9px !important;
        font-size: 9px !important;
        line-height: 13px;
        letter-spacing: .75px;
        white-space: normal;
    }

    .flout-agent-profile-view .flout-agent-help-button {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .flout-agent-profile-view .flout-agent-outfit-button {
        flex: 0 1 auto;
    }

    .flout-agent-profile-view .flout-agent-profile-cancel-button {
        flex: 0 0 66px;
        white-space: nowrap;
    }

    .flout-agent-profile-view .flout-agent-complete-button {
        flex: 1 1 auto;
    }

    .flout-agent-help-button {
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .flout-agent-profile-button,
    .flout-agent-complete-button {
        padding: 8px 12px !important;
        font-size: 13px;
    }

    .flout-agent-help-dialog {
        padding: 30px 22px 24px;
    }

    .flout-agent-outfit-button {
        padding: 8px 9px !important;
        font-size: 10px !important;
    }

    .flout-agent-outfit-dialog {
        padding: 30px 20px 22px;
    }

    .flout-agent-outfit-items {
        grid-template-columns: 1fr;
    }

    .flout-agent-profile-welcome-dialog {
        max-width: calc(100% - 32px);
        margin: 16px 0 0 16px;
    }
}

.chat_chat-message {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 15px;
    margin-right: auto;
}
.chat-inner-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

.chat-inner-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 1200px;
  }

  .chat-inner-close {
    color: #aaa;
    float: right !important;
    font-size: 28px;
    font-weight: bold;
  }

  .chat-inner-close:hover, .chat-inner-close:focus {
    text-decoration: none;
    cursor: pointer;
  }

  .chat-checkbox-list {
    margin-top: 20px;
  }

  .chat-checkbox-list ul {
    list-style-type: none;
    padding: 0;
  }

  .chat-checkbox-list ul li {
    margin-bottom: 10px;
  }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* credits */
#credits {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .credits_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
  }
  .credits_th, .credits_td {
    padding: 8px;
    text-align: left;

  }
  .credits_th {
    background-color: #f2f2f2;
  }
  .credits_copy-icon {
    cursor: pointer;
    color: #007bff;
  }
  .credits_copy-icon:hover {
    color: #0056b3;
  }
/* home page */
.pricing-container {
    position: relative;
    width: max-content;
    margin: 0 auto;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlaymag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    z-index: 1000;
    align-items: center;
}
    .subscription-plans .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }

    .subscription-plans h2 {
        margin-bottom: 20px;
    }
    
    .subscription-plans .plans {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .subscription-plans .plan {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        width: 30%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .subscription-plans .plan h3 {
        margin-top: 0;
    }
    
    .subscription-plans .plan p {
        margin: 10px 0;
    }
    
    .subscription-plans .original-price {
        text-decoration: line-through;
        color: #888;
    }
    
    .subscription-plans .discounted-price {
        color: #e74c3c;
        font-weight: bold;
        margin-left: 10px;
    }
    
    .subscription-plans .cta-wrapper {
        margin-top: auto;
    }
    
    .subscription-plans .cta {
        display: inline-block;
        padding: 10px 20px;
        background: #3498db;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 15px;
    }
    
    .subscription-plans .cta:hover {
        background: #2980b9;
    }
    
    .subscription-plans .limited-time-offer {
        margin-top: 30px;
        font-size: 1.2em;
        color: #e74c3c;
    }
    


.mag-modal, .mag-inner-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  .mag-modal-content, .mag-inner-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 1200px;
  }

  .mag-close, .mag-inner-close {
    color: #aaa;
    float: right !important;
    font-size: 28px;
    font-weight: bold;
  }

  .mag-close:hover, .mag-close:focus, .mag-inner-close:hover, .mag-inner-close:focus {
    text-decoration: none;
    cursor: pointer;
  }

  .mag-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    justify-items: center;
  }

  .mag-grid-container img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
  }

  .mag-checkbox-list {
    margin-top: 20px;
  }

  .mag-checkbox-list ul {
    list-style-type: none;
    padding: 0;
  }

  .mag-checkbox-list ul li {
    margin-bottom: 10px;
  }





.logo-header {
    font-family: 'Bodoni Moda', serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    color: #14100c;
    margin-top: 10px;
}
.logo-header-scroll{
    color: #fff;
}
.logo-header span {
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
    color: #aa8453;
}
.checkList {
    font-size: 18px; 
    color: gray; 
    font-weight: 600; 
    line-height: 1.0;
}
.green-tick {
    color: green;
    padding-right: 10px;
}
#panelMenu a  {
    display: block;
    text-decoration: none;
    line-height: 2.3;
}

#panelMenu a :hover {
    color:#14100c;
    cursor: pointer;
}
.resizing {
    cursor: ew-resize;
}
.genericButton {
    border: none;
    border-radius: 5px; /* slightly rounded corners */
    width: 25px;
    height: 25px;
    background-color: #87CEFA;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
}
/* Hover effect for the button */
.genericButton:hover {
    background-color: #87CEFA;
    color: lightgray;
}
#suppText {
    font-size: 15px;
    line-height: 1.3;
    color: #aa8453;
}
.colorSelector {
    margin-left: 20px;
    width: 90px;
    text-align: center;

    margin-top: 5px;
}

/* stylist filter slider */
.myOverlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* semi-transparent background */
    z-index: 998; /* make sure it's on top of other content */
}
#mBtn {
    display: flex;
    margin-top: -60px;
    margin-left: 270px;
    width: 30px;
    font-size: 24px; 
    cursor: pointer;
    z-index: 1000; /* Ensure the close button is on top */
}
#toggleBtn {
    position: fixed;
    height: 40px;
    width: 40px;
    top: 125px;
    left: 0px;
    cursor: pointer;
    z-index: 10000; /* Ensure the close button is on top */
}
#toggleBtn img {
    height: auto;
    display: block;
    margin: auto;
}
#toggleExpandBtn {
    font-size: 18px;
    position: fixed;
    height: 40px;
    width: 40px;
    top: 62px;
    left: 274px;
    cursor: pointer;
    z-index: 1000; /* Ensure the close button is on top */
}
#toggleExpandBtn img {
    height: auto;
    display: block;
    margin: auto;
}
#panelHeader {
    display: flex;
    height: 50px;
    width: 100%;
    z-index: 1000;
}
#panelContainer {
    position: fixed;
    top: 120px;
    left: -768px; /* hide the panel by default */
    width: 767px; /* this is ok for all device sizes coz frame and content left aligned */
    height: 100%;
    transition: left 0.3s ease-in-out;
    z-index: 999;
}

.panelContent>{
    width: 100%;
    border: none;
}

body::-webkit-scrollbar {
    width: 1px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

/* stylist banner */
.scroll-paneX {
    width: 100%;
    height: auto;
    overflow: auto;
    outline: none;
    overflow-y: hidden;
    padding-bottom: 15px;
   /*  -ms-overflow-style: scroll;  // IE 10+
    scrollbar-width: none;  // Firefox */
}

.photosX {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.photosX li {
    margin: 5px;
  padding: 5px;
  /* border: 0.1px solid lightgray;
  border-radius: 10px;*/
}
.photosX li p {
  text-align: center;
  font-size: 14px;
}

.imageX {
    width: auto;
    height: 150px;
}
.imageX:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.buttonRightX,
.buttonLeftX {
 width: 50px; /* Set the width of the buttons */
  height: 50px;
  background-color: #f8f8f8; /* Example background color */
  font-size: 20px;
  border-color: rgba(0.5, 0.5, 0.5, 0.3);
  box-shadow: 2px 2px rgba(0.5, 0.5, 0.5, 0.1);
  border-width: 0.5px;
  
  cursor: pointer; /* Change cursor to pointer on hover */
  border-radius: 50px;
  z-index: 1000;
  position: absolute;
  top: 40%; /* Adjust the top position as needed */
}
.buttonLeftX {
  left: 0; /* Position the button on the left */
}

.buttonRightX {
  right: 0; /* Position the button on the right */
}

.scroll-paneX::-webkit-scrollbar { 
  display: none; 
}

/* wait spinner */
  .spinnerLoader {
    border: 8px solid whitesmoke; /* Light grey */
    border-top: 8px solid orangered; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spinSpinnerLoader 2s linear infinite;
  }

  @keyframes spinSpinnerLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/* ======= Basic and Typography style ======= */

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /*font-smoothing: antialiased;*/
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    margin: 0;
    flex-direction: column;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;

} 
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 500;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px 10px 0px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: none;
    border-bottom: 1px solid rgba(170, 132, 83, 0.2);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}


input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="text"]:focus, 
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: none;
    border-bottom: 1px solid #aa8453;
}
table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
    margin-right: 5px;
}
input[type="submit"] {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: #333;

    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
}
.alert-success {
    background: transparent;
    color: #fff;
    border: 1px solid #aa8453;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: lightslategray;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
}
:-moz-placeholder {
    color: lightslategray;
    font-style: italic;
}
::-moz-placeholder {
    color: lightslategray;
    opacity: 1;
    font-style: italic;
}
:-ms-input-placeholder {
    color: lightslategray;
    font-style: italic;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
   
    overflow: hidden;
    margin: 35px 0;
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3;
}
blockquote p {
    margin-bottom: 0;
    font-size: 18px;
}
blockquote p a {
    color: inherit;
}
blockquote cite {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    position: relative;
    padding-left: 60px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    font-weight: 300;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
}

/* ======= Helper style ======= */
.mt-0 {
    margin-top: 0 !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 500;
}
.count {
    font-family: 'Roboto', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
/* background & color */
.bg-darkbrown {
    background: #14100c;
}
.bg-lightbrown {
    background: #f2efeb;
}
.bg-lightbrown2 {
    background: #fbf8f4;
}
.bg-darkbrown p {
    color: #aba59f;
}
.color-1 {
    color: #fff;
}
.color-2 {
    color: #625c56;
}
.color-3 {
    color: #14100c;
}
/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star:after {
    transform: rotate(35deg);
}
/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}
.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.star-rating:after {
    transform: rotate(35deg);
}
/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}
hr.border-1 {
    border-top: 1px solid rgba(170, 132, 83, 0.001);
}
hr.border-2 {
    border-top: 1px solid rgba(170, 132, 83, 0.001);
    border-width: 1px !important;
    opacity: 0.1;
}
/* hr */
hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* mouse button scroll  */
.mouse {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}
.mouse .mouse-icon {
    display: block;
    width: 26px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.mouse .mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
.mouse:hover .mouse-icon {
    border-color: #fff
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #14100c;
}
::-moz-selection {
    color: #fff;
    background: #14100c;
}
::selection {
    color: #fff;
    background: #14100c;
}


@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: #fbf8f4;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 81px;
}


.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #333;
}
.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    color: #333;
}
.navbar .navbar-nav .nav-link:hover {
    color: #aa8453;
}
.navbar .navbar-nav .active {
    color: #aa8453 !important;
}
.navbar .navbar-nav .active i {
    color: #aa8453;
}
.nav-scroll {
   
    padding: 15px 0;

    top: -125px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
}

.nav-scroll .logo-img {
    width: 150px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: 24px;
    font-weight: 800;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    color: #aa8453;
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-left: 4px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
}
.navbar .dropdown-menu {
    max-height: 80px; /* Set maximum height for the dropdown menu to 80% of viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
    pointer-events: auto;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    transition: all .4s;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
   border-bottom: 1px dashed rgba(170, 132, 83, 0.1);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

@media (max-width: 767px) {
    .floutlogo {
        font-size: 1.5rem; /* Adjust the size as needed */
    }
    #logoWrapper{
        margin-left: -70px;
    }
    .hometopsection{
        margin-top: -40px;
    }
    .unique-caption{
        padding-right: 0px;
    }
    .smallshifter{
        padding-top: 500px; 
        padding-bottom: 500px;
    }
    .navbar .navbar-collapse {

        background: whitesmoke;

    }
    .custom_alert_box{
        max-width: 95%;
    }
    .logo-header{
        left: 5px;
    }

    .services .item.right .caption.padding-left {
        padding-right: 20px;

    }
    .services .item .caption.padding-left {
        padding-left: 20px;
        
    }
    .adjustLeftMargin {
        margin-left: 0px;
    }
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
      
        padding-top: 0px;
        padding-bottom: 0px;
        z-index: 10000;
    }
    
    .logo-wrapper {
        float: left;
        padding: 26px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 26px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 150px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    /*.nav-scroll .logo {}*/
    .logo-img {
        margin-bottom: 0px;
        width: 150px;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 20px;
    }  
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 13px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 500;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: whitesmoke;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: whitesmoke;
        text-align: left;
        padding: 20px;
    }

    .navbar {
        margin-top: 0;
    }
    #logoWrapper{
        margin-left: -70px;
    }
    #owlCarousel {
        max-width: 300px; /* Set the desired width */
    }
    #indextitle {
        font-size: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    #logoWrapper{
        margin-left: -70px;
    }
    .hometopsection{
        margin-top: -40px;
    }
    .unique-caption{
        padding-right: 0px;
    }
    .smallshifter{
        padding-top: 500px; 
        padding-bottom: 500px;
    }
    .navbar .navbar-collapse {

        background: whitesmoke;

    }
    .custom_alert_box{
        max-width: 95%;
    }
    .logo-header{
        left: 5px;
    }

    .services .item.right .caption.padding-left {
        padding-right: 20px;

    }
    .services .item .caption.padding-left {
        padding-left: 20px;
        
    }
    .adjustLeftMargin {
        margin-left: 0px;
    }
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
      
        padding-top: 0px;
        padding-bottom: 0px;
        z-index: 10000;
    }
    
    .logo-wrapper {
        float: left;
        padding: 26px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 26px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 150px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    /*.nav-scroll .logo {}*/
    .logo-img {
        margin-bottom: 0px;
        width: 150px;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 20px;
    }  
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 13px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 500;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: whitesmoke;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: whitesmoke;
        text-align: left;
        padding: 20px;
    }

    .navbar {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .unique-item {
        flex-direction: row;
        justify-content: center;
    }
    .unique-caption {
        padding-right: 40px;
    }

    #contentPageLinker {
        margin-top: -200px;
    }
    .custom_alert_box{
        max-width: 60%;
    }
    .moveleft {
        margin-left: 580px;
    }


    .adjustLeftMargin {
        margin-left: 90px;
    } 
    .logo-header{
        left: 30px;
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 100%;
        padding: 15px;
        border-radius: 0;
        border: 0;
 
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 100%;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }  
}

/* ======= Services style  ======= */
.services {
    position: relative;
}
.services .item {
    position: relative;
}
.services .item:last-child {
    margin-bottom: 20px;
}



.services .item .caption {
    background: #fbf8f4;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 20px 45px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.services .item.right .caption {
    left: auto;
    right: 0;
    background: #fbf8f4;
}
.services .item .caption.padding-left {
    padding-left: 45px;
}
.services .item.right .caption.padding-left {
    padding-right: 45px;
}
.services .item .title {
    line-height: 1.2em;
    font-family: 'Bodoni Moda', serif;
    font-size: 30px;
    font-weight: 500;
    color: #14100c;
    margin-bottom: 20px;
}
.services .item p {
    color: #625c56;
}

/* ======= Pricing style ======= */
.pricing-card {
    background-color: #fbf8f4;
    margin-bottom: 30px;
}

.pricing-card .img {
    position: relative;
    overflow: hidden;
}

.pricing-card:hover .img img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.pricing-card .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
    /*-webkit-filter: brightness(100%);*/
}



.pricing-card .desc {
    padding: 40px;
} 
.pricing-card .name {
    line-height: 1;
    margin: 0;
    font-family: 'Bodoni Moda', serif;
    font-size: 24px;
    color: #14100c;
    margin-bottom: 30px;
}
.pricing-card .subname {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #625c56;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.pricing-card .amount {
    margin: 0;
    line-height: 1;
    font-family: 'Bodoni Moda', serif;
    font-size: 40px;
    margin-bottom: 20px;
    color: #aa8453;
}
.pricing-card .amount span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #625c56;
}
.pricing-card .list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.pricing-card .list li {
  position: relative;
    font-size: 15px;
    padding-left: 30px;
}
.pricing-card .list li+li {
  margin-top: 5px;
}
.pricing-card .list li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 15px;
    color: #aa8453;
}
.pricing-card .list li i.unavailable {
    color: #625c56;
    font-family: 'Roboto', sans-serif;
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding: 0;
}
.accordion-box .block {
    position: relative;

    border-radius: 0px;
    overflow: hidden;
    /*margin-bottom: 15px;*/
    margin-bottom: 5px;
    
}
.accordion-box .block.active-block {
    background-color: transparent;
  
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-family: 'Roboto', sans-serif !important; 
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
    /*padding: 20px 30px;*/
    padding-left: 60px;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.size-20 {
    font-size: 18px;
}
.accordion-box .block .acc-btn .count {
    color: #aa8453;
    padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    left: 35px;
    /*top: 22px;*/
    height: 30px;
    font-size: 13px;
    font-weight: normal;
    color: #aa8453;
    line-height: 30px;
    content: "\e64b";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background-color: lightgoldenrodyellow;
}
.accordion-box .block .acc-btn.active:before {
    font-family: 'Themify';
    content: "\e648";
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
     /*padding: 30px 20px 20px 20px;*/
     padding: 30px 20px 20px 20px;
    position: relative;
    background-color: transparent;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}

/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-form {
    width: 100%;
    display: block;
    padding: 60px 30px 30px 30px;
    position: relative;
    z-index: 1;
}

/* info box */
.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.info-box .item .icon {
    color: #aa8453;
    margin-right: 15px;
    background: #f2efeb;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 17px;
    border-radius: 100%;
}
.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 400;
}
.info-box .item h5 {
    color: #333;
    margin-bottom: 0px;
    font-size: 17px;
    margin-top: 10px;
}
.info-box .item h6 {
    color: #333;
    margin-bottom: 0px;
    font-size: 22px;
}
.info-box .item p {
    font-size: 15px;
    margin-bottom: 0;
}


/* ======= 404 Page style ======= */
.notfound {
    /* min-height: 84vh; */
    min-height: calc(100vh - 125px);
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .4);
    background-image: url("../img/slider/2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
.notfound .item {
    background: transparent;
    border: 1px solid rgba(170, 132, 83, 0.5);
    padding: 30px 15px;
}
.notfound h6 {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.notfound h3 {
    font-size: 45px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.notfound h2 {
    font-size: 45px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}
.notfound h2 span {
    color: #aa8453;
}
.notfound h1 {
    font-size: 180px;
    margin-bottom: 0px;
    position: relative;
    color: #aa8453;
    line-height: 1em;
}
.notfound p {
    color: #fff;
    font-size: 15px;
}
/* notfound form */
.notfound form {
    margin-top: 30px;
    position: relative;
}
.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 15px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.notfound form input:active,
.notfound form input:focus {
    border: 1px solid #fff;
}
.notfound form input::placeholder {
    color: #fff;
}
.notfound form button {
    background-color: #aa8453;
    padding: 12px 25px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.notfound form button:hover {
    background-color: #fff;
    color: #14100c;
    outline: none;
}

.error-form {
    position: relative;
    max-width: 520px;
    margin: 50px auto 0;
}
.error-form form {
    position: relative;
}
.error-form .form-group {
    position: relative;
    margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 30px;
    height: 70px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #f4f4f4;
    color: #14100c;
    border-radius: 7px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: #f4f4f4;
}
.error-form .form-group input::-webkit-input-placeholder {
    color: #f4f4f4;
}


/* ======= Buttons style ======= */
/* button 1 */
.button-1 {
  display: inline-block;
  height: 40px;
  border-color: gray; border-width: 1px; border-style: solid;
  padding: 6px 26px 12px 26px;
  border-radius: 10px;
  background-color: #007BFF;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.button-1:hover {
  cursor: pointer;
  background-color: #87AFC7; /* Slightly darker shade of blue */
  transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* button 2 */
.button-2 {
  display: inline-block;
  height: auto;
  padding: 12px 26px;
  background-color:#87CEFA;
 font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  text-decoration: none;
  border-radius: 3px;

}
.button-2:hover {
  cursor: pointer;
  background-color: #87AFC7; /* Slightly darker shade of blue */
  transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* button 3 */
.button-3 {
  display: inline-block;
  height: auto;
  padding: 12px 26px;
  border-color: gray; border-width: 1px; border-style: solid;
  border-radius: 0px;
  background-color: #87CEFA;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-3:hover {
    cursor: pointer;
    background-color: #87AFC7; /* Slightly darker shade of blue */
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* button 4 */
.button-4 {
  display: inline-block;
  height: auto;
  padding: 12px 26px;
  border-color: gray; border-width: 1px; border-style: solid;
  border-radius: 0px;
  background-color: #87CEFA;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button-4:hover {
    cursor: pointer;
    background-color: #87AFC7; /* Slightly darker shade of blue */
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}
a.link-btn span {
    margin-right: 5px;
    font-size: 13px;
}
.link-btn.blck {
    color: #14100c;
}
.link-btn i {
    margin-left: 3px;
    font-size: 15px;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #aa8453;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}

/* styles gallery */

.stylesColor {
    color: #14100c;
}


/* Override other styles */
html,
body {
    font-family: 'Roboto', sans-serif !important;
    min-width: 300px;
    color: #333;
}

/* Retailer agent presentation: THE ICONIC-inspired monochrome treatment. */
.flout-agent-page {
    --agent-black: #111;
    --agent-charcoal: #333;
    --agent-grey: #6f6f6f;
    --agent-line: #dedede;
    --agent-soft: #f6f6f6;
    font-family: Arial, Helvetica, sans-serif !important;
    color: var(--agent-black);
    background: #fff;
}

.flout-agent-header {
    justify-content: flex-end;
    min-height: 66px;
    padding: 13px 24px;
    border-bottom: 0;
    background: #fff;
}

.flout-agent-brand span {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.flout-agent-brand small {
    margin-top: 3px;
    color: var(--agent-grey);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.flout-agent-main {
    max-width: 980px;
}

.flout-agent-chat,
.flout-agent-profile {
    padding-right: 24px;
    padding-left: 24px;
}

.flout-agent-profile {
    padding-top: 32px;
}

.flout-agent-page .button-2 {
    min-height: 40px;
    padding: 10px 20px;
    border: 1px solid var(--agent-black);
    border-radius: 0;
    background: #fff;
    color: var(--agent-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 18px;
    text-transform: uppercase;
    box-shadow: none;
    transition: background-color .16s ease, color .16s ease;
}

.flout-agent-page .button-2:hover,
.flout-agent-page .button-2:focus {
    transform: none;
    background: var(--agent-black);
    color: #fff;
    box-shadow: none;
}

.flout-agent-page .custom-alert-primary {
    border-color: #333;
    background: #333;
    color: #fff;
}

.flout-agent-page .custom-alert-primary:hover,
.flout-agent-page .custom-alert-primary:focus {
    border-color: #555;
    background: #555;
}

.flout-agent-page .custom-alert-secondary {
    border-color: #8a8a8a;
    background: #fff;
    color: #333;
}

.flout-agent-complete-button {
    border-color: var(--agent-black) !important;
    border-radius: 0 !important;
    background: var(--agent-black) !important;
    color: #fff !important;
}

.flout-agent-complete-button:hover,
.flout-agent-complete-button:focus {
    background: #3b3b3b !important;
}

.flout-agent-header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flout-agent-profile-cancel-button {
    width: auto !important;
    margin: 0 !important;
}

.chat_chat-container {
    min-height: 300px;
    max-height: calc(100vh - 310px);
    margin: 0 0 18px;
    padding: 8px 0 18px;
    border: 0;
    border-bottom: 1px solid var(--agent-line);
    border-radius: 0;
}

.chat_chat-message,
.chat_ResponseContainer {
    width: fit-content;
    max-width: 82%;
    margin-top: 16px;
    margin-bottom: 6px;
    padding: 13px 16px;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.55;
}

.chat_chat-message {
    margin-right: 0;
    margin-left: auto;
    background: var(--agent-black);
    color: #fff;
}

.chat_ResponseContainer {
    border: 1px solid var(--agent-line);
    background: var(--agent-soft);
    color: var(--agent-charcoal);
}

.chat-profile-tip {
    display: block;
    margin-top: 10px;
    padding: 8px 10px;
    border-left: 3px solid var(--agent-black);
    background: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.chat-image-review-status {
    position: sticky;
    top: 0;
    z-index: 5;
    width: auto;
    max-width: 100%;
    margin: 0 0 10px;
    border-color: var(--agent-black);
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .08);
}

.chat_chat-container.chat-image-review-active > :not(.chat-image-review-status) {
    visibility: hidden;
}

.chat-image-review-status strong {
    display: block;
    margin-bottom: 4px;
}

.chat_input-container {
    max-width: 900px;
    margin: 0 auto;
}

#chat_user-input {
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    background: #fff;
    color: var(--agent-black);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    resize: vertical;
}

#chat_user-input:focus {
    border-color: var(--agent-black) !important;
    outline: 1px solid var(--agent-black);
    outline-offset: -1px;
}

.flout-agent-image-context {
    max-width: 900px;
    margin-bottom: 22px;
    padding: 14px;
    border: 1px solid var(--agent-line);
    border-radius: 0;
    background: #fff;
}

.flout-agent-image-context img {
    border-radius: 0;
}

.flout-agent-image-context strong {
    font-size: 12px;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.chat_spinner,
.chat_spinner2 {
    border-color: #e5e5e5;
    border-top-color: var(--agent-black);
}

.chat-inner-modal {
    top: 0;
    height: 100dvh;
    z-index: 2000;
    background: rgba(0, 0, 0, .58);
}

.chat-inner-modal-content {
    width: min(92%, 900px);
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    margin: 16px auto;
    padding: 28px;
    overflow-y: auto;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.chat-inner-close {
    display: block;
    position: sticky;
    top: 0;
    z-index: 6;
    width: max-content;
    margin: 0 0 10px auto;
    padding: 6px 8px;
    float: none !important;
    border: 1px solid #aaa;
    background: #fff;
    color: #333;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.chat-inner-toolbar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 7;
    margin: 0 0 12px;
    padding: 0 0 8px;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    background: #fff;
}

.chat-inner-toolbar .chat-inner-close,
.chat-inner-outfit {
    position: static;
    width: max-content;
    margin: 0;
    padding: 7px 10px;
    float: none !important;
    border: 0;
    border-radius: 8px;
    background: var(--flout-soft);
    color: var(--flout-ink-soft);
    font-family: inherit;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .01em;
    line-height: 16px;
    text-transform: none;
    cursor: pointer;
}

.chat-inner-outfit:hover,
.chat-inner-outfit:focus-visible {
    background: #e8e4dc;
    color: var(--flout-ink);
}

.chat-inner-outfit[hidden] {
    display: none !important;
}

.chat-inner-modal .chat-checkbox-list {
    margin-top: 20px;
}

.flout-agent-profile > div {
    width: 100% !important;
    max-width: 860px;
    margin: 0 auto 80px !important;
}

.flout-agent-profile .accordion-box > h5#head1 {
    margin: 0 !important;
    padding: 16px 18px 10px;
    border: 1px solid var(--agent-line);
    border-bottom: 0;
    background: var(--agent-soft);
    color: var(--agent-black);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.flout-agent-profile .accordion-box > li:nth-of-type(-n+2) {
    border-right: 1px solid var(--agent-line);
    border-left: 1px solid var(--agent-line);
    background: var(--agent-soft);
}

.flout-agent-profile .accordion-box > li:nth-of-type(-n+2) .acc-btn,
.flout-agent-profile .accordion-box > li:nth-of-type(-n+2) .content {
    background: var(--agent-soft);
}

.flout-agent-profile .accordion-box > li:nth-of-type(2) {
    margin-bottom: 24px;
    border-bottom: 1px solid var(--agent-line);
}

.flout-agent-profile .accordion-box > li:nth-of-type(3) {
    display: none;
}

.flout-agent-profile .accordion-box {
    border-top: 1px solid var(--agent-black);
}

.flout-agent-profile .accordion-box .block {
    margin: 0;
    border-bottom: 1px solid var(--agent-line);
    border-radius: 0;
}

.flout-agent-profile .accordion-box .block .acc-btn {
    min-height: 54px;
    padding: 12px 42px 12px 4px;
    color: var(--agent-black);
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 30px;
    text-transform: uppercase;
}

.flout-agent-profile .accordion-box .block .acc-btn:before {
    right: 8px;
    left: auto;
    color: var(--agent-black);
}

.flout-agent-profile .accordion-box .block .acc-btn.active {
    background: #fff;
}

.flout-agent-profile .accordion-box > li.block:nth-of-type(-n+2) .acc-btn.active {
    background: var(--agent-soft);
}

.flout-agent-profile .accordion-box .block .content {
    padding: 8px 4px 22px;
    background: var(--agent-soft);
}

.flout-agent-profile .question-group {
    padding: 8px 14px;
    color: var(--agent-charcoal);
    font-size: 14px;
    line-height: 2.15;
}

.flout-agent-profile .question-group input[type="radio"],
.flout-agent-profile .question-group input[type="checkbox"] {
    margin-right: 10px;
    accent-color: var(--agent-black);
}

.flout-agent-profile .question-group input[type="text"],
.flout-agent-profile .question-group textarea {
    padding: 10px 12px;
    border: 1px solid #aaa;
    border-radius: 0;
    background: #fff;
}

@media (max-width: 600px) {
    .flout-agent-header {
        min-height: 62px;
        padding: 10px 12px;
    }

    .flout-agent-brand span {
        max-width: 100%;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flout-agent-brand small {
        font-size: 8px;
    }

    .flout-agent-chat,
    .flout-agent-profile {
        padding: 18px 12px 48px;
    }

    .chat_chat-message,
    .chat_ResponseContainer {
        max-width: 90%;
    }

    #chat_user-input {
        width: 100% !important;
        margin-bottom: 8px;
    }

    .chat-inner-modal-content {
        width: 96%;
        margin: 3vh auto;
        padding: 18px;
    }
}

/* Keep navigation and the chat composer visible; only the conversation scrolls. */
.chat-prompt-debug {
    border: 1px dashed #9a7b23;
    background: #fff9df;
    color: #3f3519;
    font-size: 12px;
}

.chat-prompt-debug > strong {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
}

.chat-prompt-debug-label {
    margin-top: 10px;
    font-weight: 700;
}

.chat-prompt-debug pre {
    max-height: 220px;
    margin: 5px 0 0;
    padding: 8px;
    overflow: auto;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.72);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font: inherit;
}
html,
body.flout-agent-page {
    height: 100%;
    overflow: hidden;
}

body.flout-agent-page {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

.flout-agent-header {
    position: relative;
    flex: 0 0 auto;
}

.flout-agent-main {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.flout-agent-chat {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.flout-agent-chat > .container {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.chat_chat-container {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
}

/* The header, selected-image context and composer must all remain inside the
   iframe. Override legacy fixed/minimum chat heights and let only history flex. */
.flout-agent-page .flout-agent-chat {
    min-height: 0;
}

.flout-agent-page .chat_chat-container {
    min-height: 0;
}

.flout-agent-page .flout-agent-image-context {
    flex: 0 0 auto;
}

.chat_input-container {
    flex: 0 0 auto;
    width: 100%;
}

.flout-agent-profile {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

@media (max-height: 620px) {
    .flout-agent-header {
        min-height: 50px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .flout-agent-chat {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .chat_chat-container {
        margin-bottom: 8px;
        padding-top: 0;
        padding-bottom: 8px;
    }

    .chat_chat-message,
    .chat_ResponseContainer {
        margin-top: 8px;
        margin-bottom: 3px;
        padding: 9px 12px;
        font-size: 13px;
        line-height: 1.4;
    }

    #chat_user-input {
        min-height: 40px;
        max-height: 88px;
        padding: 9px 11px;
        overflow-y: auto;
    }

    .flout-agent-page .chat_input-container .button-2 {
        min-height: 34px;
        padding: 7px 12px;
    }
}

/* Keep examples below the persistent navigation; this final override wins over
   legacy modal rules retained above. */
.chat-inner-modal {
    top: var(--flout-agent-header-height);
    height: calc(100vh - var(--flout-agent-header-height));
    height: calc(100dvh - var(--flout-agent-header-height));
}

/* Persistent primary navigation and in-frame outfit view. */
:root {
    --flout-agent-header-height: 72px;
}

.flout-agent-header {
    position: relative;
    z-index: 2100;
}

.flout-agent-chat-button {
    width: auto !important;
    margin: 0 !important;
}

.flout-agent-chat-button.is-active,
.flout-agent-outfit-button.is-active,
.flout-agent-profile-button.is-active {
    border-color: var(--flout-ink) !important;
    background: var(--flout-ink) !important;
    color: #fff !important;
}

.flout-agent-outfit-button:not(.is-active) {
    border-color: var(--flout-line) !important;
    background: var(--flout-surface) !important;
    color: var(--flout-ink) !important;
}

.flout-agent-outfit-button:not(.is-active) span {
    border-color: var(--flout-line);
    background: var(--flout-soft);
    color: var(--flout-ink);
}

.flout-agent-outfit-view {
    flex: 1 1 auto;
    width: min(100%, 760px);
    min-height: 0;
    margin: 0 auto;
    padding: 28px 24px 54px;
    overflow-y: auto;
    color: var(--flout-ink);
}

.flout-agent-outfit-view[hidden] {
    display: none !important;
}

.flout-agent-outfit-view h2 {
    margin: 0 0 8px;
    color: var(--flout-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 7vw, 32px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.flout-agent-outfit-view .flout-agent-outfit-actions {
    margin-top: 20px;
}

.chat-inner-modal {
    top: var(--flout-agent-header-height);
    height: calc(100vh - var(--flout-agent-header-height));
    height: calc(100dvh - var(--flout-agent-header-height));
}

@media (max-width: 620px) {
    .flout-agent-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .flout-agent-header-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .flout-agent-outfit-view {
        padding: 22px 16px 42px;
    }
}

/* ==========================================================================
   Quiet premium skin — presentation only. Behaviour remains in the existing
   application scripts so every host, profile, chat and shopping flow is shared.
   ========================================================================== */

.flout-agent-page {
    --flout-ink: #1c1b18;
    --flout-ink-soft: #49463f;
    --flout-muted: #807b72;
    --flout-line: #dedbd3;
    --flout-line-soft: #ebe8e1;
    --flout-canvas: #fbfaf7;
    --flout-surface: #ffffff;
    --flout-soft: #f3f1eb;
    --flout-accent: #9b7f58;
    --flout-accent-soft: #eee6da;
    --flout-shadow: 0 20px 55px rgba(31, 29, 24, .14);
    color: var(--flout-ink);
    background: var(--flout-canvas);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

.flout-agent-page *,
.flout-agent-page *::before,
.flout-agent-page *::after {
    box-sizing: border-box;
}

.flout-agent-header {
    min-height: 72px;
    padding: 14px 22px;
    background: rgba(251, 250, 247, .96);
}

.flout-agent-header-actions {
    gap: 8px;
}

.flout-agent-page .button-2 {
    min-height: 42px;
    padding: 10px 17px;
    border: 1px solid var(--flout-line);
    border-radius: 10px;
    background: var(--flout-surface);
    color: var(--flout-ink);
    font-family: inherit;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .015em;
    line-height: 18px;
    text-transform: none;
    box-shadow: 0 1px 2px rgba(31, 29, 24, .03);
    transition: border-color .18s ease, background-color .18s ease,
        color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.flout-agent-page .button-2:hover,
.flout-agent-page .button-2:focus {
    border-color: #c6c1b7;
    background: var(--flout-soft);
    color: var(--flout-ink);
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(31, 29, 24, .08);
}

.flout-agent-page .button-2:focus-visible,
.flout-agent-page button:focus-visible,
.flout-agent-page a:focus-visible,
.flout-agent-page input:focus-visible,
.flout-agent-page textarea:focus-visible {
    outline: 3px solid rgba(155, 127, 88, .28);
    outline-offset: 2px;
}

.flout-agent-outfit-button,
.flout-agent-complete-button,
.flout-agent-help-done,
.flout-agent-outfit-preview-button,
#chat_send-btn,
#chat_gobutton {
    border-color: var(--flout-ink) !important;
    background: var(--flout-ink) !important;
    color: #fff !important;
}

.flout-agent-outfit-button:hover,
.flout-agent-complete-button:hover,
.flout-agent-help-done:hover,
.flout-agent-outfit-preview-button:hover,
#chat_send-btn:hover,
#chat_gobutton:hover {
    border-color: #34322d !important;
    background: #34322d !important;
    color: #fff !important;
}

.flout-agent-outfit-button span {
    min-width: 21px;
    height: 21px;
    margin-left: 7px;
    border: 1px solid rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .12);
    font-size: 11px;
}

.flout-agent-profile-button {
    background: transparent !important;
}

.flout-agent-main {
    max-width: 1040px;
}

.flout-agent-chat {
    padding: 24px;
}

.chat_chat-container {
    min-height: 280px;
    margin: 0 0 16px;
    padding: 10px 4px 20px;
    border: 0;
}

.chat_chat-message,
.chat_ResponseContainer {
    max-width: 84%;
    margin-top: 14px;
    margin-bottom: 5px;
    padding: 13px 16px;
    border-radius: 16px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.55;
}

.chat_chat-message {
    border-bottom-right-radius: 5px;
    background: var(--flout-ink);
    color: #fff;
    box-shadow: 0 5px 16px rgba(28, 27, 24, .12);
}

.chat_ResponseContainer {
    border: 1px solid var(--flout-line-soft);
    border-bottom-left-radius: 5px;
    background: var(--flout-surface);
    color: var(--flout-ink-soft);
    box-shadow: 0 4px 16px rgba(31, 29, 24, .045);
}

.chat-profile-tip {
    margin-top: 12px;
    padding: 10px 12px;
    border: 0;
    border-radius: 9px;
    background: var(--flout-accent-soft);
    color: #5d4b34;
}

.chat_input-container {
    display: flex;
    max-width: none;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 2px;
}

#chat_user-input {
    flex: 1 1 100%;
    width: 100% !important;
    min-height: 66px;
    max-height: 150px;
    margin: 0;
    padding: 14px 15px;
    border: 1px solid var(--flout-line) !important;
    border-radius: 12px !important;
    background: var(--flout-surface);
    color: var(--flout-ink);
    font-family: inherit;
    font-size: 15px !important;
    line-height: 1.45;
    box-shadow: inset 0 1px 1px rgba(31, 29, 24, .025);
    transition: border-color .18s ease, box-shadow .18s ease;
}

#chat_user-input::placeholder {
    color: #aaa59c;
    font-style: normal;
}

#chat_user-input:focus {
    border-color: var(--flout-accent) !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(155, 127, 88, .14);
}

.flout-agent-page .chat_input-container .button-2 {
    margin: 0 !important;
}

#chat_clear-btn,
#chat_shop-btn {
    background: transparent;
}

.chat-small-action-break {
    display: none !important;
}

.chat_spinner,
.chat_spinner2 {
    width: 25px;
    height: 25px;
    margin: 8px 0 0 5px;
    border-width: 3px;
    border-color: var(--flout-line-soft);
    border-top-color: var(--flout-accent);
}

.flout-agent-image-context {
    gap: 14px;
    margin-bottom: 18px;
    padding: 12px;
    border: 1px solid var(--flout-line-soft);
    border-radius: 14px;
    background: var(--flout-surface);
    box-shadow: 0 4px 16px rgba(31, 29, 24, .045);
}

.flout-agent-image-context img {
    border-radius: 10px;
}

.flout-agent-image-context strong {
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

.flout-agent-image-context .flout-context-outfit {
    width: auto;
    min-height: 32px;
    margin-top: 8px;
    padding: 6px 12px;
}

.chat-outfit-activity {
    width: fit-content;
    max-width: 92%;
    margin: 12px auto 4px;
    padding: 7px 12px;
    border: 1px solid var(--flout-line-soft);
    border-radius: 999px;
    background: var(--flout-accent-soft);
    color: var(--flout-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.chat-image-review-status {
    border-color: var(--flout-line-soft);
    border-radius: 14px;
    background: var(--flout-surface);
    box-shadow: 0 10px 30px rgba(31, 29, 24, .1);
}

/* Dialogs and overlay panels */
.flout-agent-help-dialog,
.flout-agent-outfit-dialog {
    border: 1px solid rgba(56, 52, 44, .08);
    border-radius: 18px;
    background: var(--flout-canvas);
    color: var(--flout-ink);
    box-shadow: var(--flout-shadow);
}

.flout-agent-help-dialog {
    padding: 36px 34px 30px;
}

.flout-agent-help-dialog::backdrop,
.flout-agent-outfit-dialog::backdrop {
    background: rgba(24, 23, 20, .56);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.flout-agent-help-close,
.chat-inner-close {
    padding: 7px 10px;
    border: 0;
    border-radius: 8px;
    background: var(--flout-soft);
    color: var(--flout-ink-soft);
    font-family: inherit;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .01em;
    line-height: 16px;
    text-transform: none;
    transition: background-color .16s ease, color .16s ease;
}

.flout-agent-help-close:hover,
.chat-inner-close:hover {
    background: #e8e4dc;
    color: var(--flout-ink);
}

.flout-agent-help-eyebrow {
    margin-bottom: 9px;
    color: var(--flout-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.flout-agent-help-dialog h2,
.flout-agent-outfit-dialog h2 {
    color: var(--flout-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 7vw, 32px);
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.flout-agent-help-tips p {
    padding: 14px 0;
    border-top-color: var(--flout-line-soft);
    color: var(--flout-ink-soft);
}

.flout-agent-profile-welcome-copy,
.flout-agent-outfit-intro {
    color: var(--flout-muted);
}

.flout-agent-profile-welcome-dialog {
    margin: 22px 0 0 22px;
}

.flout-agent-profile-required-actions {
    margin-top: 25px;
}

.flout-agent-profile-required-actions #agentProfileRequiredOK {
    border-color: var(--flout-ink);
    background: var(--flout-ink);
    color: #fff;
}

.flout-agent-outfit-dialog {
    padding: 38px 34px 30px;
}

.flout-agent-outfit-items {
    gap: 12px;
}

.flout-agent-outfit-item {
    gap: 12px;
    padding: 10px;
    border: 1px solid var(--flout-line-soft);
    border-radius: 13px;
    background: var(--flout-surface);
    box-shadow: 0 3px 12px rgba(31, 29, 24, .04);
}

.flout-agent-outfit-item img {
    border-radius: 9px;
}

.flout-agent-outfit-item-details strong {
    font-size: 13px;
}

.flout-agent-outfit-item-details button,
.flout-agent-outfit-preview-cancel {
    border-bottom: 0;
    color: var(--flout-muted);
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.flout-agent-outfit-empty {
    border: 1px dashed #cfc9be;
    border-radius: 13px;
    background: rgba(255, 255, 255, .45);
}

.flout-agent-outfit-preview-result img {
    border-radius: 13px;
    background: var(--flout-soft);
}

.flout-agent-outfit-preview-progress > span {
    border-color: var(--flout-line);
    border-top-color: var(--flout-accent);
}

.chat-inner-modal {
    background: rgba(24, 23, 20, .58);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.chat-inner-modal-content {
    width: min(94%, 920px);
    padding: 30px;
    border: 1px solid rgba(56, 52, 44, .08);
    border-radius: 18px;
    background: var(--flout-canvas);
    box-shadow: var(--flout-shadow);
}

.chat-checkbox-list ul {
    display: grid;
    gap: 8px;
    margin: 0;
}

.chat-checkbox-list ul li {
    margin: 0;
    padding: 11px 13px;
    border: 1px solid var(--flout-line-soft);
    border-radius: 10px;
    background: var(--flout-surface);
    color: var(--flout-ink-soft);
    line-height: 1.35;
}

.chat-checkbox-list ul li.chat-checkbox-group {
    padding: 14px;
}

.chat-checkbox-group-title {
    margin: 0 0 9px;
    color: var(--flout-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.chat-checkbox-group-items {
    display: grid;
    gap: 7px;
}

.chat-checkbox-group-items label {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 8px 9px;
    border-radius: 7px;
    background: var(--flout-canvas);
    cursor: pointer;
}

.chat-checkbox-group-items label:hover {
    background: var(--flout-line-soft);
}

.chat-checkbox-list input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
    vertical-align: -3px;
    accent-color: var(--flout-ink);
}

.chat-examples-actions {
    margin-top: 16px;
}

.chat-shopping-result-group {
    margin: 22px 0 30px;
    padding-top: 14px;
    border-top-color: var(--flout-line-soft);
}

.chat-shopping-result-group > h4 {
    margin: 0 4px 12px;
    color: var(--flout-ink);
    font: 650 14px/1.4 inherit;
}

.gallery-item {
    padding: 8px !important;
}

.gallery-item li {
    position: relative;
    height: 100%;
    padding: 8px;
    border: 1px solid var(--flout-line-soft);
    border-radius: 13px;
    background: var(--flout-surface);
}

.gallery-item .imageX {
    border-radius: 9px;
}

.flout-add-outfit {
    max-width: none;
    min-height: 36px;
    margin-top: 10px;
    border: 1px solid var(--flout-line);
    border-radius: 9px;
    background: var(--flout-surface);
    color: var(--flout-ink);
    font: 650 11px/1.2 inherit;
    letter-spacing: .01em;
    text-transform: none;
}

.flout-add-outfit:hover,
.flout-add-outfit:focus-visible,
.flout-add-outfit.is-added {
    border-color: var(--flout-ink);
    background: var(--flout-ink);
    color: #fff;
}

.flout-outfit-choice {
    display: flex;
    min-height: 57px;
    flex-direction: column;
    align-items: stretch;
}

.flout-stylist-recommendation {
    display: block;
    margin-top: 5px;
    color: #785b51;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .035em;
    line-height: 1.25;
    text-align: center;
}

/* Profile */
.flout-agent-profile {
    padding: 26px 24px 54px;
}

.flout-agent-profile > div {
    max-width: 880px;
}

.flout-agent-profile .accordion-box {
    border: 0;
}

.flout-agent-profile .accordion-box > h5#head1,
.flout-agent-profile .accordion-box > h5#head2 {
    margin: 0 0 10px !important;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--flout-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.02em;
    text-transform: none;
}

.flout-agent-profile .accordion-box > h5#head2 {
    margin-top: 28px !important;
}

.flout-agent-profile .accordion-box > h5#head2 + p {
    margin: -2px 0 14px;
    color: var(--flout-muted);
    font-size: 13px;
}

.flout-agent-profile .accordion-box > li:nth-of-type(-n+2),
.flout-agent-profile .accordion-box > li:nth-of-type(-n+2) .acc-btn,
.flout-agent-profile .accordion-box > li:nth-of-type(-n+2) .content {
    background: var(--flout-surface);
}

.flout-agent-profile .accordion-box > li:nth-of-type(-n+2) {
    border-right: 1px solid var(--flout-line-soft);
    border-left: 1px solid var(--flout-line-soft);
}

.flout-agent-profile .accordion-box > li:nth-of-type(1) {
    border-top: 1px solid var(--flout-line-soft);
    border-radius: 13px 13px 0 0;
}

.flout-agent-profile .accordion-box > li:nth-of-type(2) {
    margin-bottom: 14px;
    border-bottom: 1px solid var(--flout-line-soft);
    border-radius: 0 0 13px 13px;
}

.flout-agent-profile .accordion-box .block {
    margin: 0 0 8px;
    overflow: hidden;
    border: 1px solid var(--flout-line-soft);
    border-radius: 13px;
    background: var(--flout-surface);
}

.flout-agent-profile .accordion-box .block .acc-btn {
    min-height: 56px;
    padding: 13px 46px 13px 15px;
    color: var(--flout-ink);
    font-family: inherit !important;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .01em;
    line-height: 28px;
    text-transform: none;
    transition: background-color .18s ease;
}

.flout-agent-profile .accordion-box .block .acc-btn:hover {
    background: var(--flout-soft);
}

.flout-agent-profile .accordion-box .block .acc-btn:before {
    right: 15px;
    color: var(--flout-muted);
}

.flout-agent-profile .accordion-box .block .acc-btn.active,
.flout-agent-profile .accordion-box > li.block:nth-of-type(-n+2) .acc-btn.active {
    background: var(--flout-soft);
}

.flout-agent-profile .accordion-box .block .content,
.flout-agent-profile .accordion-box > li:nth-of-type(-n+2) .content {
    padding: 4px 10px 18px;
    background: var(--flout-surface);
}

.flout-agent-profile .question-group {
    padding: 8px 10px;
    color: var(--flout-ink-soft);
    font-size: 14px;
    line-height: 2.2;
}

.flout-agent-profile .question-group input[type="radio"],
.flout-agent-profile .question-group input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-right: 9px;
    vertical-align: -3px;
    accent-color: var(--flout-ink);
}

.flout-agent-profile .question-group input[type="text"],
.flout-agent-profile .question-group textarea {
    width: min(100%, 360px);
    padding: 10px 12px;
    border: 1px solid var(--flout-line);
    border-radius: 9px;
    background: var(--flout-surface);
    font-family: inherit;
}

#copywriteNote {
    margin: 42px 0 0;
    color: #aaa59c;
    font-size: 10px;
    text-align: center;
}

/* Existing confirmation alerts */
.flout-agent-page .custom-alert-content,
.flout-agent-page .custom-confirm-content {
    border: 1px solid rgba(56, 52, 44, .08) !important;
    border-radius: 16px !important;
    background: var(--flout-canvas) !important;
    box-shadow: var(--flout-shadow) !important;
}

.flout-agent-page .custom-alert-primary {
    border-color: var(--flout-ink);
    border-radius: 9px;
    background: var(--flout-ink);
}

.flout-agent-page .custom-alert-secondary {
    border-color: var(--flout-line);
    border-radius: 9px;
}

@media (max-width: 600px) {
    .flout-agent-header {
        min-height: 64px;
        padding: 10px 11px;
    }

    .flout-agent-header-actions {
        gap: 6px;
    }

    .flout-agent-page .button-2 {
        min-height: 40px;
        padding: 9px 12px;
        font-size: 11px;
    }

    .flout-agent-profile-view .flout-agent-header-actions .button-2 {
        border-radius: 8px;
        font-size: 10px !important;
        letter-spacing: 0;
        text-transform: none;
    }

    .flout-agent-chat,
    .flout-agent-profile {
        padding: 16px 12px 38px;
    }

    .chat_chat-message,
    .chat_ResponseContainer {
        max-width: 92%;
        padding: 11px 13px;
    }

    #chat_user-input {
        min-height: 58px;
    }

    .chat-inner-modal-content {
        width: calc(100% - 20px);
        margin: 10px auto;
        padding: 24px 16px 18px;
        border-radius: 15px;
    }

    .flout-agent-help-dialog,
    .flout-agent-outfit-dialog {
        width: calc(100% - 20px);
        padding: 32px 20px 22px;
        border-radius: 16px;
    }

    .flout-agent-profile-welcome-dialog {
        max-width: calc(100% - 24px);
        margin: 12px 0 0 12px;
    }

    .flout-agent-outfit-actions {
        gap: 7px;
        flex-wrap: wrap;
    }
}

@media (max-height: 620px) {
    .flout-agent-header {
        min-height: 54px;
    }

    .flout-agent-chat {
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .chat_chat-container {
        margin-bottom: 7px;
        padding-bottom: 7px;
    }

    #chat_user-input {
        min-height: 44px;
        max-height: 78px;
        padding: 9px 11px;
    }

    .flout-agent-image-context {
        gap: 9px;
        margin-bottom: 7px;
        padding: 7px;
    }

    .flout-agent-image-context img {
        width: 54px;
        height: 64px;
    }

    .flout-agent-image-context p {
        margin-top: 2px;
        font-size: 11px;
        line-height: 1.25;
    }
}

/* Final legacy override: examples occupy the view below persistent navigation. */
.chat-inner-modal {
    top: var(--flout-agent-header-height);
    height: calc(100vh - var(--flout-agent-header-height));
    height: calc(100dvh - var(--flout-agent-header-height));
}
