@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {

    font-family: 'Merriweather-bold';
    src: url('../../fonts/ms/Merriweather-Bold.ttf');


}

@font-face {

    font-family: 'Merriweather-Regular';
    src: url('../../fonts/ms/Merriweather-Regular.ttf');


}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #293241;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather-Regular', serif;
}

ul li {
    list-style: none;
}

.container {
    max-width: 1600px !important;
}

.top-menu {
    display: flex;
    padding: 10px 80px;
    align-items: center;
    justify-content: space-between;
    background-color: #322E2F;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    position: relative;
}

.top-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.top-icon:hover svg {
    fill: #fff;
}

.top-bg {
    background-image: url(https://backup.testlinkwebsite.store/lonseal-v1/wp-content/uploads/2023/06/lineee@2x-scaled.png);
    background-repeat: repeat;
    background-size: contain;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-position: center center;
    inset: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.icon-area,
.number-area {
    position: relative;
    z-index: 1;
}

.icon-area ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.icon-area ul li {
    padding: 0 16px !important;
}

.number-area {
    display: flex;
    align-items: center;
}

.number-area div {
    margin-left: 30px;
}

.number-area span {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}

.navbar-brand img {
    width: 190px;
}

.nav-button {
    align-items: center;
    background-color: #00234b;
    border: 1px solid #69727d;
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    padding: 9px 36px;
    margin-left: 20px !important;
    transition: 0.3s;
}

.nav-button:hover {
    background-color: #1d3557;
}

.nav-button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.nav-button {
    position: relative;
}

.nav-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e63329;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    pointer-events: none;
}

header nav {
    padding: 10px 80px;
    font-family: 'Outfit', sans-serif;
}

/* Base Nav Styling for both Bootstrap and Theme classes */
.navbar-nav,
.main-menu__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-item,
.menu-item {
    position: relative;
    list-style: none;
}

.nav-item .nav-link,
.menu-item>a {
    padding: 12px 20px;
    color: #293241 !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    font-family: 'Outfit', sans-serif;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.menu-item:hover>a,
.menu-item.current>a {
    background-color: #00234b;
    color: #fff !important;
}

/* Dropdown / Sub-menu Styling */
.dropdown-menu,
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Bootstrap Dropdown Show */
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Theme Sub-menu Show */
.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item,
.sub-menu li a {
    padding: 10px 25px;
    color: #293241;
    text-decoration: none;
    display: block;
    font-size: 15px;
    transition: 0.3s;
}

.dropdown-item:hover,
.sub-menu li a:hover {
    background-color: #00234b;
    color: #fff;
    padding-left: 30px;
}

.banner-sec {
    background-image: url("../images/banner-bg.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
}

.banner-box:before {
    content: '';
    position: absolute;
    height: 60%;
    width: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #00234b80;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0%, 100% 0, 85% 100%, 0% 100%);
}

.banner-box button {
    background-color: #00234b;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px !important;
    color: #fff;
    border: 1px solid transparent;
}

.banner-box .text-area {
    position: absolute;
    top: 35%;
    left: 6rem;
}

.banner-box .text-area h1 {
    font-family: 'Merriweather-Regular' !important;
    color: #fff;
    font-size: 68px;
    font-weight: 500;
}

.banner-box .text-area p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.about-sec {
    background: #f6f6f6;
    position: relative;
    padding: 108px 0;
}

.main-img {
    width: 100%;
    max-width: 628px;
    z-index: 1;
    position: relative;
    height: 456px;
    text-align: right;
}

.small-img {
    position: absolute;
    bottom: -54px;
    left: -24px;
    width: 310px;
    background: #f6f6f6;
    padding: 10px;
    z-index: 2;
}

.exp-box {
    position: absolute;
    top: 54px;
    left: -14px;
    background: #fff;
    padding: 7px 51px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 1px 14px 35px rgba(0, 0, 0, 0.09);
    z-index: 2;
}

.exp-box h2 {
    font-size: 80px;
    margin: 0;
    color: #2f4b6c;
    font-weight: 700;
    font-family: 'Outfit';
}

.exp-box p {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1;
    color: #00234b;
    text-align: left !important;
}

.sub-title {
    font-size: 18px;
    letter-spacing: 6px;
    color: black;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.sub-title::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #6c7a89;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    right: -50px;
}

.main-title {
    font-size: 40px;
    color: #00234b;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 1.7;
    color: #293241;
}

.app-title {
    font-size: 49px;
    color: #1d3557;
    margin-bottom: 30px;
}

.view-btn {
    display: inline-block;
    padding: 25px;
    background: transparent;
    color: #00234B;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    z-index: 2;
    font-weight: 500;
    transition: 1s;
}

.view-btn:hover:after {
    width: 100%;
    transition: 1s;
}

.about-bg-img::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/About-col-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 589px;
    width: 43%;
    z-index: 0;
    opacity: 0.2;
}

.manufacturing-sec {
    padding: 10px 0;
    background: #f6f6f6;
}

.app-sec {
    overflow: hidden;
    margin-bottom: 60px;
}

.app-wrapper {
    height: 600px;
}

.app-card {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
}

.app-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-wrapper:hover .app-card {
    flex: 0.8;
}

.app-wrapper .app-card:hover {
    flex: 2;
}

.app-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.4s;
}

.app-card:hover::after {
    background: rgba(0, 0, 0, 0.5);
}

.vertical-text {
    position: absolute;
    bottom: 20px;
    right: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 5px;
    z-index: 2;
}

.overlay-content {
    position: absolute;
    bottom: 80px;
    left: 30px;
    right: 30px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
    z-index: 2;
}

.overlay-content p {
    color: #fff;
    opacity: 1;
    max-width: 400px;
    font-size: 18px;
}

.app-card:hover .overlay-content {
    opacity: 1 !important;
    transform: translateY(0);
    text-align: end;
}

.read-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background: #5a7396;
    color: #fff;
    text-decoration: none;
}

.app-card.active {
    flex: 2;
}

.app-card.active .overlay-content {
    opacity: 1;
    transform: translateY(0);
    text-align: end;
}

.app-wrapper:hover .app-card .overlay-content {
    opacity: 0;
}

.app-wrapper:hover .app-card:hover .overlay-content {
    opacity: 1 !important;
    transform: translateY(0);
    text-align: end;
}

.featured-sec {
    padding: 80px 0;
    background: #f4f1eb;
    background-image: repeating-linear-gradient(45deg,
            rgba(0, 0, 0, 0.02) 0px,
            rgba(0, 0, 0, 0.02) 2px,
            transparent 2px,
            transparent 12px);
}

.section-head {
    margin-bottom: 50px;
}

.sub-title-2 {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 6px;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}

.sub-title-2::before {
    content: "";
    width: 100px;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    right: 140px;
}

.sub-title-2:after {
    content: "";
    width: 100px;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 135px;
}

.sub-title::before {
    left: -50px;
}

.section-head h2 {
    font-size: 46px;
    color: #1d3557;
    margin: 0;
}

.product-card {
    background: #fff;
    overflow: hidden;
    transition: 0.3s;
}

.product-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.product-title {
    /* font-family: 'Merriweather', serif; */
    padding: 15px;
    font-size: 25px;
    color: #1d3557;
    background: #fff;
    font-weight: 600;
}

.product-card:hover {
    transform: translateY(-5px);
}

.section-wrapper {
    padding: 60px 0;
}

.card-wrapper {
    background: #fff;
    padding: 40px;
}

.image-box {
    position: relative;
    height: 710px;
    width: 100%;
}

.image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.call-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.call-icon {
    background: #0c2d57;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 20px;
}

.call-text small {
    display: block;
    color: #777;
    font-size: 13px;
}

.call-text strong {
    font-size: 1.25em;
    font-family: 'Merriweather-Regular';
    color: #0c2d57;
    font-weight: 500;
}

.content small {
    letter-spacing: 4px;
    color: #00234b;
    text-transform: uppercase;
    font-size: 16px;
}

.divider {
    width: 60px;
    height: 2px;
    background: #0c2d57;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #0c2d57;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.content p {
    color: #293241;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 560px;
}

.btn-custom {
    background: #2f2f2f;
    color: #fff;
    padding: 12px 40px;
    border: none;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 0;
}

.btn-custom:hover {
    background: #000;
    color: #fff;
}

.work-section {
    position: relative;
    background: url('../images/how-bg.jpg') center/cover no-repeat;
    padding: 100px 0;
    color: #fff;
}

.work-section::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.work-content {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 6px;
    color: #fff;
    text-align: center;
}

.section-subtitle::before,
.section-subtitle::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 0 10px;
    vertical-align: middle;
}

.section-title {
    font-size: 38px;
    margin: 15px 0 60px;
    margin-top: 5px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.process-card {
    background: #322f2fbf;
    padding: 35px 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.process-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.process-icon {
    font-size: 40px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.process-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.process-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
}

.process-link {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.process-link:hover {
    color: #ccc;
}

.process-icon svg {
    width: 56px;
    height: 70px;
    fill: #fff;
}

.faq-section {
    padding: 80px 0;
}

.faq-subtitle {
    font-size: 16px;
    letter-spacing: 3px;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.faq-subtitle::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #0b2a50;
    margin-left: 10px;
    vertical-align: middle;
}

.faq-title {
    font-size: 44px;
    color: #00234B;
    margin-bottom: 40px;
}

.faq-item {
    background: transparent;
    border: none;
    margin-bottom: 10px;
}

.faq-question {
    font-weight: 500;
    color: #0b2a50;
    padding: 18px 20px;
    background: #ddd;
    cursor: pointer;
}

.faq-question.active {
    background: transparent;
}

.faq-answer {
    padding: 15px 20px 25px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    display: none;
}

.faq-answer.show {
    display: block;
}

.faq-list {
    margin-top: 120px;
}

.faq-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: #3c4f6e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.faq-list-text {
    font-size: 16px;
    color: #333;
}

.faq-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.faq-image-wrapper {
    margin-top: 96px;
}

.blog-section {
    padding: 80px 0;
    background-image: url("../images/blog-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.serif-font {
    /* font-family: 'Playfair Display', serif; */
}

.section-label {
    font-size: 18px;
    letter-spacing: 6px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #fff;
}

.section-label-line {
    width: 45px;
    height: 2px;
    background-color: #FFF;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
}

.blog-card {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.img-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.date-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #4b6b8e;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 18px;
}

.blog-meta {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.blog-title {
    font-size: 27px;
    margin-bottom: 15px;
    color: #fff;
}

.blog-text {
    font-size: 16px;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 0;
}

.blog-section::after {
    content: "";
    position: absolute;
    background-color: rgb(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
}

.work-content h2.section-title {
    text-align: center;
}

.site-footer {
    background-color: #0d2141;
    background-image: repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.02) 0px,
            rgba(255, 255, 255, 0.02) 2px,
            transparent 2px,
            transparent 8px);
    color: #ffffff;
    padding: 60px 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.brand-col .footer-logo {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-top: 0;
    margin-bottom: 30px;
}

.brand-col .footer-logo sup {
    font-size: 12px;
    letter-spacing: 0;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 13px;
    color: #e0e0e0;
    line-height: 1.5;
}

.contact-info li i {
    margin-top: 4px;
    margin-right: 12px;
    width: 16px;
    text-align: center;
    color: #ffffff;
}

.footer-col h3 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
    color: #ffffff;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 15px;
    display: flex;
    gap: 1rem;
}

.footer-col ul li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

.footer-col ul li a i {
    width: 20px;
    margin-right: 8px;
    font-size: 19px;
}

.footer-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    font-size: 16px;
    color: #e0e0e0;
    margin: 0;
}

.payment-methods {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pay-badge {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 6px 15px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    min-width: 28px;
}

.pay-visa {
    color: #1434CB;
    font-style: italic;
}

.pay-mc {
    color: #EB001B;
}

.pay-paypal {
    color: #003087;
    font-style: italic;
}

.pay-skrill {
    color: #80194A;
}

.contact-info svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.contact-info span {
    font-size: 16px;
}

.footer-col svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .small-img {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

    .exp-box {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .content h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .faq-list {
        margin-top: 40px;
    }

    .faq-title {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}

.view-btn::after {
    width: 32%;
    height: 100%;
    position: absolute;
    content: '';
    background: #3d5a80;
    right: 0;
    top: 0;
    z-index: -1;
}

a.view-btn i {
    margin-left: 1rem;
    color: #fff;
}

/* Remove default Bootstrap dropdown toggle arrow if you want a cleaner look */
.dropdown-toggle::after {
    display: none;
}

/* Ensure the top menu and navbar container alignment is consistent */
.navbar {
    padding: 0 80px;
}

.navbar .container {
    padding: 0;
}

.view-btn:hover {
    color: white;
}

/* ==========================================================================
   Sub-Page Design System
   ========================================================================== */

/* Page Header */
.page-header {
    position: relative;
    padding: 120px 0;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header__title {
    color: #00234b;
    font-size: 56px;
    font-family: 'Merriweather-Regular', serif;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.floens-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floens-breadcrumb li a {
    color: rgb(0 35 75);
    text-decoration: none;
    transition: 0.3s;
}

.floens-breadcrumb li a:hover {
    color: #00234b;
}

.floens-breadcrumb li i {
    margin-right: 5px;
}

.floens-breadcrumb li span {
    color: #00234b;
}

/* Service Details & Content */
.section-space {
    padding: 100px 0;
}

.service-details__content h3,
.service-details__title {
    font-size: 36px;
    color: #00234b;
    margin-bottom: 30px;
    font-family: 'Merriweather-Regular', serif;
}

.service-details__text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.service-details__features-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.service-details__features-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #293241;
}

.service-details__features-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #3d5a80;
    font-size: 14px;
}

/* Jump Links (for FAQs and Resources) */
.jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.jump-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #f8f9fa;
    color: #00234b;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.jump-btn:hover {
    background: #00234b;
    color: #fff;
    border-color: #00234b;
    transform: translateY(-3px);
}

/* Sidebar Styles */
.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar__item {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.sidebar__title {
    font-size: 24px;
    color: #00234b;
    margin-bottom: 25px;
    font-family: 'Merriweather-Regular', serif;
    position: relative;
    padding-bottom: 15px;
}

.sidebar__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #3d5a80;
}

.sidebar__download-list {
    margin: 0;
    padding: 0;
}

.sidebar__download-list li {
    margin-bottom: 15px;
}

.sidebar__download-list li:last-child {
    margin-bottom: 0;
}

.sidebar__download-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f8f9fa;
    color: #293241;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
}

.sidebar__download-list a:hover {
    background: #00234b;
    color: #fff;
}

.sidebar__download-list i {
    font-size: 18px;
}

/* Accordion Styles (for FAQs) */
.accordion {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.accordion-title {
    padding: 20px 30px;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title h4 {
    margin: 0;
    font-size: 18px;
    color: #00234b;
    font-family: 'Merriweather-Regular', serif;
}

.accordion-title:hover {
    background: #f8f9fa;
}

.accordion-content {
    padding: 0 30px;
    /* max-height: 0; */
    overflow: hidden;
    transition: all 0.5s ease;
}

.accordion-content.show {
    padding: 20px 30px 35px;
    max-height: 1000px;
}

/* Lists on sub-pages */
.list-def {
    list-style: none;
    padding: 0;
}

.list-def li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.list-def li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #3d5a80;
    border-radius: 50%;
}

/* Responsive Overrides for Sub-pages */
@media (max-width: 767px) {
    .page-header__title {
        font-size: 36px;
    }

    .page-header {
        padding: 80px 0;
    }

    .section-space {
        padding: 60px 0;
    }
}

/* Premium Button Style */
.floens-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 40px;
    background-color: #fff;
    color: #00234b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
}

.floens-btn:hover {
    background-color: #3d5a80;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.floens-btn i {
    font-size: 18px;
}

/* Form Styling Refinement */
.form-one {
    position: relative;
    z-index: 1;
}

.form-one__group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-one__control input,
.form-one__control textarea,
.form-one__control select {
    width: 100%;
    padding: 15px 25px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #293241;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
}

.form-one__control input:focus,
.form-one__control textarea:focus,
.form-one__control select:focus {
    outline: none;
    border-color: #3d5a80;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-one__control textarea {
    height: 150px;
    resize: none;
}

.contact-one__form__title {
    font-size: 32px;
    color: #00234b;
    margin-bottom: 30px;
    font-family: 'Merriweather-Regular', serif;
}

.contact-one__form {
    background: #00234b;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.sub-page-section-header {
    background-color: #00234b;
    color: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    margin-bottom: 40px;
    font-family: 'Merriweather', serif;
    font-size: 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 35, 75, 0.1);
    letter-spacing: 0.5px;
}

.back-to-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #00234b;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.back-to-top-btn:hover {
    background-color: #3d5a80;
    color: #fff;
    transform: translateY(-2px);
}

.navbar ul.navbar-nav li a {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Product Filter Sidebar Premium Styles */
.panel.navigation {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.navigation .section {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px;
}

.navigation .section:last-child {
    border-bottom: none;
}

.navigation .header {
    font-size: 18px;
    font-weight: 700;
    color: #00234b;
    font-family: 'Merriweather-Regular', serif;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.navigation .header .arrow {
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #3d5a80;
}

.navigation .header .arrow.open {
    transform: rotate(90deg);
}

.navigation .content.search {
    position: relative;
    display: flex;
    align-items: center;
}

.navigation .content.search input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    background: #f9f9f9;
    transition: all 0.3s;
}

.navigation .content.search input:focus {
    border-color: #3d5a80;
    background: #fff;
    outline: none;
}

.navigation .content.search a {
    position: absolute;
    right: 15px;
    color: #3d5a80;
    font-size: 18px;
}

.navigation .listbox {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.navigation .listitem label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #444;
    cursor: pointer;
    transition: color 0.3s;
    font-family: 'Outfit', sans-serif;
}

.navigation .listitem label:hover {
    color: #00234b;
}

.navigation .listitem input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    accent-color: #00234b;
}

.navigation .subsection {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #eee;
}

.navigation .header-sub {
    font-size: 16px;
    font-weight: 600;
    color: #3d5a80;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.navigation .header-sub .arrow {
    font-size: 12px;
}

/* Product Page Premium Styles */
.product__item {
    background: #fff;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.product__item__image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.product__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product__item:hover .product__item__image img {
    transform: scale(1.1);
}

.product__item__content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__item__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Merriweather-Regular', serif;
    text-align: center;
}

.product__item__title a {
    color: #00234b !important;
    text-decoration: none;
    transition: color 0.3s;
}

.product__item__title a:hover {
    color: #3d5a80;
}

.product__item__price {
    font-size: 20px;
    color: #3d5a80;
    font-weight: 700;
    display: none;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
}

.product__item__ratings {
    margin-bottom: 15px;
    display: none;
    color: #f1c40f;
    font-size: 14px;
}

.product__item__link {
    width: 100%;
    justify-content: center;
    padding: 12px 25px !important;
    font-size: 14px !important;
}

.product__info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.product__showing-text {
    margin: 0;
    font-weight: 500;
    color: #777;
}

.product__showing-sort .selectpicker {
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f9f9f9;
    color: #333;
    font-weight: 500;
}

.navbar ul.navbar-nav {
    margin-left: 8rem !important;
    gap: 1rem;
}

.navbar ul.navbar-nav li a {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

header a:hover {
    color: white;
}

.top-icon svg:hover {
    color: white;
}

.number-area span:hover {
    color: #fff;
}

section.product-page.related-pro {
    margin-bottom: 5rem;
}

/* Premium List Styling for Documentation */
.serv-detials-lst {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.serv-detials-lst li {
    display: flex;
    gap: 15px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.serv-detials-lst li:hover {
    border-color: #00234b;
    box-shadow: 0 10px 30px rgba(0, 35, 75, 0.08);
    transform: translateY(-5px);
}

.serv-detials-lst li .icon-check {
    width: 28px;
    height: 28px;
    background: #00234b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 10px rgba(0, 35, 75, 0.2);
}

.serv-detials-lst .list-desc h6 {
    font-family: 'Merriweather-Regular', serif;
    font-size: 18px;
    color: #00234b;
    margin-bottom: 12px;
    font-weight: 700;
}

.serv-detials-lst .list-desc h6 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.serv-detials-lst .list-desc h6 a:hover {
    color: #3d5a80;
}

.serv-detials-lst .list-desc p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Jump Links Styling */
.jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 25px;
    background: #fdfdfd;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.jump-btn {
    padding: 10px 24px;
    background: #fff;
    color: #00234b;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}

.jump-btn:hover {
    background: #00234b;
    color: #fff;
    border-color: #00234b;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 35, 75, 0.15);
}

/* Sub Page Headers */
.sub-page-section-header {
    font-family: 'Merriweather-Regular', serif;
    font-size: 36px;
    color: #fff;
    /* border-bottom: 2px solid #f0f0f0; */
    padding-bottom: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

.sub-page-section-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    /* background: #00234b; */
}

/* Back to Top Button */
.back-to-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #3d5a80;
    text-decoration: none !important;
    transition: all 0.3s;
    padding: 5px 10px;
    border-radius: 5px;
}

.back-to-top-btn:hover {
    color: #00234b;
    background: rgba(0, 35, 75, 0.05);
}

.back-to-top-btn i {
    font-size: 14px;
    transition: transform 0.3s;
}

.back-to-top-btn:hover i {
    transform: translateY(-3px);
}

/* Select Downloader Premium */
.downloader.form-control {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.downloader.form-control:focus {
    border-color: #00234b;
    box-shadow: 0 5px 15px rgba(0, 35, 75, 0.1);
    outline: none;
}

section.product-page.related-pro {
    margin-bottom: 5rem;
}

section.service-details a {
    color: #fff;
    text-decoration: none;
}

.jump-links a {
    color: #00234b !important;
}

.jump-links a:hover {
    color: #fff !important;
}

ul.sidebar__download-list a {
    color: #00234b;
}

li.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    z-index: 999;
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

p.service-details__text a {
    color: #00234b;
}

/* Premium Accordion Styling */
.accordion {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.accordion.active {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-color: #00234b;
}

.accordion-title {
    padding: 20px 25px;
    cursor: pointer;
    background: #fdfdfd;
    transition: background 0.3s ease;
}

.accordion-title:hover {
    background: #f8f9fa;
}

.accordion-title h4 {
    margin: 0;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: #1d3557;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title__icon {
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.accordion-title__icon::before,
.accordion-title__icon::after {
    content: '';
    position: absolute;
    background: #00234b;
    transition: transform 0.3s ease;
    border-radius: 2px;
}

.accordion-title__icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}

.accordion-title__icon::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.accordion.active .accordion-title__icon::after {
    transform: rotate(90deg) scale(0);
}

.accordion.active .accordion-title__icon::before {
    transform: rotate(180deg);
}

.accordion-content {
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0;
}

.accordion.active .accordion-content {
    opacity: 1;
}

.accordion-content .inner {
    padding: 0 25px 25px;
    color: #293241;
}

/* ==========================================================================
   Shop Details Premium Styles
   ========================================================================== */

/* --- Tabs System --- */
.product-tabs-wrapper {
    margin-top: 35px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.product-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.product-tab-btn {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #00234b;
    padding: 10px 20px;
    border: 2px solid #00234b;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.product-tab-btn:hover {
    color: #293241;
}

.product-tab-btn.active {
    color: #fff;
    background: #00234b;
}

.product-tab-btn.active::after {
    /* content: ''; */
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #293241;
    border-radius: 2px;
}

.product-tab-btn--modal {
    /* display: none; */
}

.product-tab-panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.product-tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Downloads Grid --- */
.downloads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.download-card {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #293241;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.download-card:hover {
    background: #fff;
    border-color: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.download-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(41, 50, 65, 0.05);
    border-radius: 8px;
    margin-right: 15px;
    color: #293241;
}

.download-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.download-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.download-meta {
    font-size: 13px;
    color: #888;
}

.download-arrow {
    width: 20px;
    height: 20px;
    color: #293241;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.download-card:hover .download-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* --- Related Items / Sample Order Form --- */
.lonbead-related-items {
    margin-top: 60px;
    padding: 40px;
    background: #fafafa;
    border-radius: 12px;
}

.lonbead-grid {
    /* display: flex; */
    /* grid-template-columns: repeat(auto-fill, minmax(200px, 2fr)); */
    /* gap: 30px; */
    /* width: 100%; */
    margin-bottom: 30px;
    justify-content: center;
}

.lonbead-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    /* flex: 1; */
    transition: transform 0.3s ease;
}

.lonbead-item:hover {
    transform: translateY(-5px);
}

.lonbead-item img {
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.lonbead-sku {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 500;
}

.lonbead-name {
    font-size: 16px;
    font-weight: 700;
    color: #293241;
    margin-bottom: 15px;
}

.lonbead-qty-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.lonbead-qty-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}

.lonbead-qty-controls {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 30px;
    overflow: hidden;
}

.lonbead-qty-btn {
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #293241;
    transition: background 0.3s ease;
}

.lonbead-qty-btn:hover {
    background: #00234b;
    color: white;
}

.lonbead-qty-input {
    width: 40px;
    height: 35px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 600;
    -moz-appearance: textfield;
}

.lonbead-qty-input::-webkit-outer-spin-button,
.lonbead-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.lonbead-main-add-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 30px;
    background: #00234b;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lonbead-main-add-btn:hover {
    background: #1a202c;
    box-shadow: 0 10px 20px rgba(41, 50, 65, 0.2);
}

/* --- Media Section & Lightbox --- */
.lonbead-media-section {
    margin: 60px 0;
    text-align: center;
}

.lonbead-discover-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #ddd;
    color: #293241;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lonbead-discover-btn svg {
    width: 20px;
    height: 20px;
}

.lonbead-discover-btn:hover {
    background: #293241;
    color: #fff;
    border-color: #293241;
}

.lonbead-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lonbead-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lonbead-lightbox-content {
    max-width: 90%;
    max-height: 90%;
}

.lonbead-lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.lonbead-lightbox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.lonbead-lightbox-close:hover {
    transform: scale(1.1) rotate(90deg);
}

/* --- Recommended Section --- */
.lonbead-recommended-section {
    margin: 80px 0;
}

.lonbead-recommended-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.lonbead-recommended-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.lonbead-rec-card {
    text-decoration: none;
    color: inherit;
    display: block;
    group: hover;
}

.lonbead-rec-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.lonbead-rec-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.lonbead-rec-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 50, 65, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lonbead-rec-hover span {
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.lonbead-rec-card:hover .lonbead-rec-image img {
    transform: scale(1.05);
}

.lonbead-rec-card:hover .lonbead-rec-hover {
    opacity: 1;
}

.lonbead-rec-card:hover .lonbead-rec-hover span {
    transform: translateY(0);
}

.lonbead-rec-name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    transition: color 0.3s ease;
}

.lonbead-rec-card:hover .lonbead-rec-name {
    color: #d1b06b;
}

/* --- Mini Cart --- */
.lonseal-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: all 0.3s ease;
}

.lonseal-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lonseal-mini-cart {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.lonseal-mini-cart.active {
    right: 0;
}

.lonseal-mini-cart__header {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.lonseal-mini-cart__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.lonseal-mini-cart__close {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #888;
    transition: color 0.3s ease, transform 0.3s ease;
}

.lonseal-mini-cart__close:hover {
    color: #293241;
    transform: rotate(90deg);
}

.lonseal-mini-cart__body {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
}

.lonseal-mini-cart__item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.lonseal-mini-cart__item-thumb img {
    border-radius: 6px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.lonseal-mini-cart__item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lonseal-mini-cart__item-name {
    font-weight: 600;
    font-size: 15px;
    color: #293241;
    margin-bottom: 4px;
}

.lonseal-mini-cart__item-sku {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.lonseal-mini-cart__item-qty {
    font-size: 13px;
    font-weight: 500;
}

.lonseal-mini-cart__item-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    transition: color 0.3s ease;
}

.lonseal-mini-cart__item-remove:hover {
    color: #ff4757;
}

.lonseal-mini-cart__footer {
    padding: 30px;
    border-top: 1px solid #eee;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lonseal-mini-cart__btn {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lonseal-mini-cart__btn--primary {
    background: #293241;
    color: #fff;
}

.lonseal-mini-cart__btn--primary:hover {
    background: #1a202c;
    color: #fff;
}

.lonseal-mini-cart__btn--secondary {
    background: transparent;
    color: #293241;
    border: 2px solid #293241;
}

.lonseal-mini-cart__btn--secondary:hover {
    background: #293241;
    color: #fff;
}

.product-details__gallery-top .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.product-details__gallery-thumb-slide.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.product-details__gallery-thumb.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs {
    margin-top: 1rem;
}

.lonseal-cart-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

.lonseal-cart-overlay.open {
    display: block;
}

.lonseal-mini-cart {
    position: fixed;
    top: 0;
    right: -420px;
    width: 380px;
    max-width: 95vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.15);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.lonseal-mini-cart.open {
    right: 0;
}

.lonseal-mini-cart__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 2px solid #1a1a1a;
    flex-shrink: 0;
}

.lonseal-mini-cart__title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a1a1a;
}

.lonseal-mini-cart__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #1a1a1a;
}

.lonseal-mini-cart__close svg {
    width: 22px;
    height: 22px;
}

.lonseal-mini-cart__body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

.lonseal-mini-cart__empty {
    color: #888;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}

.lonseal-mini-cart__item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.lonseal-mini-cart__item:last-child {
    border-bottom: none;
}

.lonseal-mini-cart__item-thumb {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 3px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #e8e8e8;
}

.lonseal-mini-cart__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lonseal-mini-cart__item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    min-width: 0;
}

.lonseal-mini-cart__item-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lonseal-mini-cart__item-sku {
    font-size: 11px;
    color: #aaa;
    letter-spacing: 0.03em;
}

.lonseal-mini-cart__item-qty {
    font-size: 12px;
    color: #888;
}

.lonseal-mini-cart__item-remove {
    color: #bbb;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 12px;
    transition: color 0.2s ease;
}

.lonseal-mini-cart__item-remove:hover {
    color: #e74c3c;
}

.lonseal-mini-cart__item-remove svg {
    width: 16px;
    height: 16px;
}

.lonseal-mini-cart__footer {
    padding: 20px 24px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.lonseal-mini-cart__btn {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 2px;
    transition: background 0.2s ease, color 0.2s ease;
}

.lonseal-mini-cart__btn--secondary {
    background: #00234b;
    color: #fff !important;
}

.lonseal-mini-cart__btn--secondary:hover {
    background: #313233fc;
}

.lonseal-mini-cart__btn--primary {
    background: #00234b;
    color: #fff !important;
}

.lonseal-mini-cart__btn--primary:hover {
    background: #313233fc;
}

.lonseal-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #00234b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ==========================================================================
   Horizontal Filter Bar (Related Products)
   ========================================================================== */
.filter-bar {
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 35, 75, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border: 1px solid #e8edf5;
    position: relative;
    z-index: 100;
}

.filter-bar__item {
    position: relative;
}

.filter-bar__label {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00234b;
    padding: 10px 18px;
    background: #f0f4fa;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.filter-bar__item:hover .filter-bar__label {
    background: #e4eaf5;
    border-color: #00234b;
}

/* Dropdown Content */
.filter-bar__dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 240px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 35, 75, 0.15);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #edf0f7;
    z-index: 1000;
}

.filter-bar__item:hover .filter-bar__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filter-bar__dropdown .listitem {
    margin-bottom: 8px;
}

.filter-bar__dropdown .listitem:last-child {
    margin-bottom: 0;
}

.filter-bar__dropdown label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4a5568;
    cursor: pointer;
    transition: color 0.2s;
    user-select: none;
}

.filter-bar__dropdown label:hover {
    color: #00234b;
}

.filter-bar__dropdown input[type="checkbox"] {
    accent-color: #00234b;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Search Box specific */
.filter-bar__item.search-box {
    display: flex;
    background: #f0f4fa;
    border-radius: 8px;
    padding: 2px 5px 2px 15px;
    align-items: center;
    flex-grow: 1;
    min-width: 250px;
}

.filter-bar__item.search-box .filter-bar__label {
    background: transparent;
    padding: 0;
    margin-right: 10px;
    pointer-events: none;
    border: none;
}

.filter-bar__content {
    display: flex;
    width: 100%;
    align-items: center;
}

.filter-bar__content input {
    border: none;
    background: transparent;
    padding: 8px 0;
    font-size: 14px;
    width: 100%;
    outline: none;
    font-family: 'Outfit', sans-serif;
}

.filter-bar__content button {
    background: #00234b;
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    margin-left: 10px;
}

.filter-bar__content button:hover {
    background: #1a3a60;
}

/* Responsive */
@media (max-width: 767px) {
    .filter-bar {
        gap: 10px;
        padding: 15px;
    }

    .filter-bar__item.search-box {
        width: 100%;
        order: -1;
    }

    .filter-bar__item {
        flex: 1 1 auto;
    }

    .filter-bar__label {
        justify-content: center;
    }

    .filter-bar__dropdown {
        width: 100%;
    }
}


/* ==========================================================================
   Checkout Page
   ========================================================================== */

/* ---- Layout ---- */
.checkout-page {}

.checkout-page__form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ---- Section title ---- */
.checkout-page__title {
    font-family: 'Merriweather-Regular', serif;
    font-size: 22px;
    color: #00234b;
    font-weight: 700;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e8edf5;
    position: relative;
}

.checkout-page__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 48px;
    height: 2px;
    background: #00234b;
}

/* ---- Left card ---- */
.checkout-page__billing-address {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 35, 75, 0.07);
    border: 1px solid #edf0f7;
}

/* ---- Input boxes ---- */
.checkout-page__input-box {
    margin-bottom: 20px;
}

.checkout-page__input-box input,
.checkout-page__input-box select,
.checkout-page__input-box textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #e4e8f0;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: #293241;
    background: #f9fafc;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.checkout-page__input-box input::placeholder,
.checkout-page__input-box textarea::placeholder {
    color: #aab0be;
}

.checkout-page__input-box input:focus,
.checkout-page__input-box select:focus,
.checkout-page__input-box textarea:focus {
    border-color: #00234b;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 35, 75, 0.08);
}

.checkout-page__input-box select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300234b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 42px;
    cursor: pointer;
}

.checkout-page__input-box textarea {
    resize: vertical;
    min-height: 120px;
}

/* ---- Checkbox ---- */
.checkout-page__input-item .form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #c8d0de;
    border-radius: 4px;
    cursor: pointer;
    accent-color: #00234b;
    margin-top: 2px;
    flex-shrink: 0;
}

.checkout-page__input-item .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 20px;
    background: #f0f4fa;
    border-radius: 8px;
    border: 1px solid #dce4f0;
}

.checkout-page__input-item .form-check-label {
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    color: #293241;
}

/* ---- Additional Info ---- */
.checkout-page__additional-info {
    margin-top: 36px;
}

/* ---- Right column ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Order Summary ---- */
.checkout-page__your-order {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 35, 75, 0.07);
    border: 1px solid #edf0f7;
    position: sticky;
    top: 110px;
}

.checkout-page__your-order__title {
    font-family: 'Merriweather-Regular', serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8895ae;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e8edf5;
}

/* ---- Order items ---- */
.checkout-page__order-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.checkout-page__order-item {
    padding: 16px 0;
    border-bottom: 1px solid #f0f3fa;
}

.checkout-page__order-item:last-child {
    border-bottom: none;
}

.checkout-page__order-img {
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e8edf5;
}

.checkout-page__order-img img {
    display: block;
}

.checkout-page__order-name {
    font-weight: 700;
    font-size: 15px;
    color: #00234b;
    margin-bottom: 4px;
    font-family: 'Outfit', sans-serif;
}

.checkout-page__order-sku {
    font-size: 12px;
    color: #9aa3b2;
    letter-spacing: 0.04em;
}

.checkout-page__order-qty {
    font-size: 16px;
    color: #00234b;
    font-family: 'Outfit', sans-serif;
}

/* ---- Totals ---- */
.checkout-page__order-totals {
    font-family: 'Outfit', sans-serif;
}

.checkout-page__order-totals span {
    font-size: 15px;
}

/* ---- Payment box ---- */
.checkout-page__payment-box {
    background: #f0f4fa;
    border-radius: 10px;
    border: 1px solid #dce4f0;
}

.checkout-page__payment-text {
    font-size: 13px !important;
    line-height: 1.7;
    color: #7d8899 !important;
}

.checkout-page__payment-text a {
    color: #00234b;
    text-decoration: underline;
    transition: color 0.2s;
}

.checkout-page__payment-text a:hover {
    color: #3d5a80;
}

/* ---- Place Order Button ---- */
.checkout-page__place-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 30px;
    background: #00234b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.checkout-page__place-order-btn:hover {
    background: #0a3570;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 35, 75, 0.22);
}

.checkout-page__place-order-btn:active {
    transform: translateY(0);
}

/* ---- Shipping section hidden/show ---- */
#shipping_address_fields {
    overflow: hidden;
    transition: all 0.35s ease;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .checkout-page__your-order {
        position: static;
        margin-top: 40px;
    }

    .checkout-page__billing-address,
    .checkout-page__your-order {
        padding: 28px 22px;
    }
}

@media (max-width: 575px) {
    .checkout-page__title {
        font-size: 19px;
    }

    .checkout-page__place-order-btn {
        font-size: 14px;
        padding: 15px 20px;
    }
}

.sub-title::before {
    content: "";
    width: 60px;
    height: 1px;
    background: #6c7a89;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    right: -50px;
}

/* ---- Description Modal ---- */
.lonseal-desc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lonseal-desc-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lonseal-desc-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 90%;
    max-width: 800px;
    height: auto;
    max-height: 85vh;
    background: #fff;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.lonseal-desc-modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.lonseal-desc-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #e0e0e0;
}

.lonseal-desc-modal__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}

.lonseal-desc-modal__close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.lonseal-desc-modal__close svg {
    width: 20px;
    height: 20px;
}

.lonseal-desc-modal__close:hover {
    color: #00234b;
}

.lonseal-desc-modal__body {
    padding: 30px;
    overflow-y: auto;
    flex-grow: 1;
}

/* Scrollbar for modal body */
.lonseal-desc-modal__body::-webkit-scrollbar {
    width: 6px;
}

.lonseal-desc-modal__body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.lonseal-desc-modal__body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.lonseal-desc-modal__body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Modal text styling to match image */
.lonseal-desc-modal__body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.lonseal-desc-modal__body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Outfit', sans-serif;
}

.lonseal-desc-modal__body h6 {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Outfit', sans-serif;
}

.lonseal-desc-modal__body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.lonseal-desc-modal__body ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
    line-height: 1.5;
}

.lonseal-desc-modal__body ul li::before {
    content: "â€”";
    position: absolute;
    left: 0;
    color: #00234b;
    font-weight: 700;
}

button.product-tab-btn--modal {
    background: 0;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #00234b;
    color: #00234b;
    border-radius: 4px;
}

section.product-page.section-space .product__item__link {
    background: #002351;
    color: white;
}


/* Contact Page Styles */
.contact-card {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.contact-card:hover {
    transform: translateY(-10px);
    border-color: #00234b;
    box-shadow: 0 20px 40px rgba(0, 35, 75, 0.1);
}

.contact-card__icon {
    width: 70px;
    height: 70px;
    background: #00234b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-card__icon {
    background: #3d5a80;
    transform: rotateY(360deg);
}

.contact-card__content h3 {
    font-size: 22px;
    color: #00234b;
    margin-bottom: 15px;
    font-family: 'Merriweather-Regular', serif;
}

.contact-card__content p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #555;
}

.contact-card__content p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-card__content p a:hover {
    color: #00234b;
    font-weight: 600;
}

.contact-one__form-wrapper {
    padding-right: 30px;
}

.contact-one__form {
    padding: 50px;
}

.contact-map {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.section-space-bottom {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .contact-one__form-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact-map {
        min-height: 400px;
    }
}

/* Section Titles */
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title--center {
    text-align: center;
}

.sec-title__tagline {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #3d5a80;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.sec-title--border .sec-title__tagline {
    padding-left: 60px;
}

.sec-title--border .sec-title__tagline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background: #00234b;
}

.sec-title__title {
    font-size: 42px;
    color: #00234b;
    font-family: 'Merriweather-Regular', serif;
    margin: 0;
    line-height: 1.2;
}

.sec-title--center .sec-title__tagline::before,
.sec-title--center .sec-title__tagline::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #00234b;
    vertical-align: middle;
    margin: 0 10px;
}

section.page-header .breadcrumb {
    justify-content: center;
}

.product-details__gallery-thumb-slide.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible {
    width: 150px;
    height: 150px;
}

.product-details__gallery-thumb-slide.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible img {
    width: 100%;
}

button.lonseal-mini-cart__item-remove.mc-remove {
    background: 0;
    border: 0;
    color: #00234b;
}

button.lonseal-mini-cart__item-remove.mc-remove svg {
    width: 20px;
    height: 20px;
    background: #00234b;
    color: white;
    border-radius: 5px;
}

.product-details__gallery-top {
    position: relative;
}

.gallery-download-btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 4px;
    color: #fff;
    transition: background 0.25s ease, transform 0.25s ease;
}

.gallery-download-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: translateY(-2px);
}

.gallery-download-btn svg {
    width: 18px;
    height: 18px;
}