@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
    font-family: avenir;
    src: url(./assets/fonts/AvenirLTStd-Book.otf);
}

:root {
    --primary-clr: #000;
    --primary-hvr: rgba(0, 0, 0, .7);
    /* Shared “fancy” marketing pages (home, blog index, brands) — aligned with contact */
    --fancy-gold: #c4a574;
    --fancy-gold-soft: rgba(196, 165, 116, 0.35);
    --fancy-ink: #141414;
    --fancy-card-bg: rgba(255, 255, 255, 0.72);
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    color: var(--primary-clr) !important;
}

ul {
    margin: 0;
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    padding-inline: 0.5rem;
}

.logo-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

/* Logo lockup (icon + wordmark): height-led so stacked text stays readable */
.logo-img {
    width: auto;
    max-width: min(440px, 46vw);
    height: clamp(76px, 11vw, 112px);
    max-height: none;
    object-fit: contain;
}

.toggle-menu ul li {
    list-style: none;
    font-weight: 700;
    user-select: none;
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
}

.navbar-wrapper {
    border-top: 2px solid black;
}

.nav-header {
    padding-block: 1rem 1.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

/* Primary desktop nav — larger than Bootstrap .small */
.site-nav-main {
    gap: clamp(0.75rem, 2vw, 1.75rem);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-nav-main a {
    color: var(--primary-clr);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 0.4rem 0;
    white-space: nowrap;
}

.site-nav-main a:hover {
    color: var(--primary-hvr);
}

.searchbar {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.searchbar .bi-search {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.4rem;
}

.bi-search {
    font-weight: 700;
}

@media (min-width: 1200px) {
    .logo-img {
        max-width: min(480px, 40vw);
        height: clamp(88px, 9vw, 120px);
    }
    .site-nav-main a {
        font-size: 1rem;
    }
}

/* Smaller phones: avoid overflow while keeping logo visible */
@media (max-width: 575.98px) {
    .logo-img {
        max-width: min(300px, 78vw);
        height: clamp(56px, 18vw, 72px);
    }
}

.thumbnail-container {
    position: relative;
    margin-bottom: 2.2rem;
}

.thumbnail-container img {
    width: 100%;
    height: 200px;
}

.thumbnail-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(30%);
    right: 0;
    text-align: center;
}

.thumbnail-badge a {
    text-decoration: none;
    padding-block: 0.3rem;
    padding-inline: 0.8rem;
    border: 1px solid var(--primary-clr);
    color: var(--primary-clr);
    background-color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 0.7rem;
    letter-spacing: 2px;
}

.thumbnail-badge a:hover {
    color: var(--primary-hvr);
}

.thumbnail-badge a::before {
    background: var(--primary-clr);
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: -5px;
    font-size: 1rem;

}

.thumbnail-badge a::after {
    background: var(--primary-clr);
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 5px;
    left: 0px;
}

.left-card {
    margin-bottom: 3rem;
}


.intro-column-center .thumbnail-container {
    min-height: auto;
}

.intro-column-center {
    padding-inline: 40px;
}

.center-width img {
    height: 100%;
    width: auto;
}


.center-main-feature {
    height: 500px;
}

.card-para h4 {
    margin-bottom: 0.3rem;
    font-family: europa, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.card-para h4:hover {
    color: var(--primary-hvr);
}

.card-para p {
    line-height: 20px;
    font-size: 16px;
}

.card-para p:hover {
    color: var(--primary-hvr);
}

.thumbnail-center img {
    height: 420px;
    object-fit: cover;
}

.add-container {
    background-color: #f7f7f7;
    height: 630px;
    margin-bottom: 4rem;
}

.middle-content-wrapper {
    position: relative;
    display: flex;
    margin-top: 3rem;
}

.middle-content-wrapper .img-container img {
    width: 300px;
    height: 200px;
}

.middle-content-wrapper .content-wrapper p:hover {
    color: var(--primary-clr);
}

.bedge-btn a {
    text-decoration: none;
    color: var(--primary-clr);
    border: 1px solid black;
    padding-inline: 10px;
    padding-block: 6px;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
}

.bedge-btn a::before {
    position: absolute;
    content: '';
    border-left: 4px solid var(--primary-clr);
    top: 5px;
    left: -5px;
    width: 5px;
    height: 100%;
}

.middle-thumbnail-badge.bedge-btn a::before {
    left: -4px !important;
}

.bedge-btn a::after {
    background: var(--primary-clr);
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 5px;
    left: -2px;
}

.content-wrapper {
    padding-left: 20px;
}

.content-wrapper h2 {
    font-weight: 700;
    font-size: 30px;
}

.content-wrapper p {
    font-size: 16px;
    line-height: 20px;
}

.content-wrapper h2:hover,
.content-wrapper p:hover {
    color: var(--primary-hvr);
}

.bedge-btn {
    padding-right: 50px;
}

.bedge-btn h2 {
    line-height: 1.2;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.8rem;
}

.product-launch-container {
    background-color: #f7f7f7;
    margin-block: 3.5rem;
    padding: 2rem 0 2.8rem 0;
}

.product-launch-title h5 {
    margin-block: 1rem;
    text-align: center;
    padding-block: 1.2rem;
    padding-inline: 0.8rem;
    display: inline-block;
    position: relative;
    color: var(--primary-clr);
}

.product-launch-title h5::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(./assets/icons/corner-decoration-top-left.svg);
    background-repeat: no-repeat;
    top: 0;
    left: -9px;
}

.product-launch-title h5::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(./assets/icons/corner-decoration-top-left.svg);
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    right: -11px;
    rotate: 180deg;
}

.launch-product-desplay .product-container,
.toggle-category-post .product-container {
    display: flex;

}

.launch-product-desplay .product-container img {
    width: 100px;
    height: 100px;
}

.toggle-category-post .product-container img {
    width: 128px;
    height: auto;
}

.launch-product-desplay .product-container h3 {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.launch-product-desplay .product-container h3:hover {
    color: var(--primary-hvr);
}

.launch-product-desplay .product-detail,
.toggle-category-post .product-detail {
    padding-left: 1rem;
    text-align: left;

}

.toggle-category-post .product-detail h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}

.toggle-category-post .product-detail h3 {
    font-size: 22px;
    font-weight: 700;
}

.launch-product-desplay .product-detail p,
.toggle-category-pos .product-detail p {
    line-height: 1.3;
    font-size: 20px;
}

.launch-product-desplay .product-detail p:hover,
.toggle-category-pos .product-detail p:hover {
    color: var(--primary-hvr);
}

.recent-item-preview .preview-btn {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--primary-clr);
}

.recent-item-preview {
    background-color: #fff;
    color: var(--primary-clr);
    border: 2px solid black;
    display: inline-block;
    padding: 15px 20px 15px 20px;
    margin: 25px 0;
    outline: 1px dotted var(--primary-clr);

}

.recent-item-preview:hover {
    background-color: var(--primary-clr);
    color: #fff;
    transition: ease-in-out 0.3s;
    outline: none;
}

.recent-item-preview:hover .preview-btn {
    color: #fff;
}

.ytb-size {
    width: 100%;
    height: 100%;
}

.social-media-container>*+*,
.footer-social-icons>*+* {
    margin-left: 10px;
}

.gellary-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.big-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

footer {
    background-color: var(--primary-clr);
    color: #fff;
}

.footer-field form input[type=text] {
    padding: 20px 20px 20px 20px;
    width: 100%;
    border: none;
    text-align: left;
}

.footer-field form input[type=text]:focus {
    outline: none;
}

.footer-field form button {
    padding: 13px 20px;
    border: 2px solid #fff;
    color: #fff;
    background-color: var(--primary-clr);
}

.footer-social-icons {
    border-bottom: 1px solid #fff;
}

.ytb-video {
    height: 400px;
}

.bg-gray {
    background: #f7f7f7;
}



/* details page css ---------------------------------------------------------------------------------------------------------- */


.detail-add-container {
    padding: 27px 20px 32px;
}

.blog-title h1 {
    font-weight: 800;
    max-width: 52rem;
    font-size: 3.7rem;
    margin: 0 auto;
    line-height: 1.29;
    color: var(--primary-clr);
}

/* Blog article (blog_detail) — readable title & body; avoids 3.7rem hero headline on long titles */
.blog-article-page .blog-article-header {
    max-width: 48rem;
}
.blog-article-page .blog-article-title {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    max-width: none;
}
.blog-article-page .blog-article-body {
    max-width: 48rem;
    margin-left: 0;
    margin-right: auto;
}
.blog-article-page .blog-article-body p {
    font-size: 1.0625rem;
    line-height: 1.75;
    line-break: normal;
    color: #333;
}
.blog-article-page .blog-article-body h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
    color: #1a1a1a;
}
.blog-article-page .blog-article-body h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 1.25rem;
    color: #252525;
}
.blog-article-page .breadcrumb {
    --bs-breadcrumb-divider: '/';
    font-size: 0.8125rem;
}
.blog-article-page .breadcrumb-item.active {
    color: #6c757d;
}

.div-line-center {
    width: 100%;
    height: 2px;
    background-color: var(--primary-clr);
    position: relative;
}

.div-line-center img {
    position: absolute;
    left: 49%;
    top: -10px;
}

.auther-detail>* {
    padding: 0px 8px;
    color: var(--primary-clr);
    font-size: 1.3rem;
}

.auther-detail :first-child {
    border-right: 3px solid var(--primary-clr);
}

.img-container {
    position: relative;
}

.img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.view-video-button {
    border: 2px solid #fff;
    background-color: var(--primary-clr);
    padding: 12px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
}

.view-video-button>* {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
}

.wp-content {
    max-width: 800px;
    margin: 0 auto;
}

.wp-content p {
    font-size: 1.2rem;
    line-break: anywhere;
}

.wp-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-add {
    min-height: 324px;
    width: 100%;
    background: #f7f7f7;
    padding: 22px;
}

.author-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.author-img-wrapper {
    width: 128px;
    height: 128px;
    margin: auto;
    position: relative;
}

.author-img-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary-clr);
    left: -10px;
    top: 10px;
    z-index: 0;
}

/* .author-img-wrapper::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 10px;
    background-color: var(--primary-clr);
    left: 0px;
    bottom: -10px;
    z-index: 2;
} */

.author-bio-container {
    margin: 0 auto;
    max-width: 540px;
    padding: 40px 20px 20px 40px;
    position: relative;
}

.author-bio-container p {
    font-family: europa, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.author-bio-container::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(./assets/icons/corner-decoration-top-left.svg);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.author-bio-container::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(./assets/icons/corner-decoration-top-left.svg);
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    right: 0px;
    rotate: 180deg;
}

.main-header.has-been-scrolled {
    box-shadow: 0 2px 8px 1px rgba(13, 43, 90, .1);
}

.main-header.scrolling-hide {
    transform: translateY(-100%);
}

.related-items .card-para {
    text-align: left;
}

/* Above Bootstrap .sticky-top (1020) so nav + Read mega-menu sit over page stickies (e.g. blog TOC) */
.main-header {
    background: #fff;
    border-top: 2px solid var(--primary-clr);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: .3s ease-in-out;
    z-index: 1050;
}

.categories {
    background: #f7f7f7;
    left: 0;
    padding: 50px 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: .3s ease-in-out;
    z-index: 10;
}

/* Read mega-menu — featured cards: flex text column must shrink + clamp long copy */
.read-menu-card {
    min-width: 0;
}
.read-menu-card__media {
    width: 112px;
    min-height: 100px;
    align-self: stretch;
}
.read-menu-card__img {
    width: 100%;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
    display: block;
}
.read-menu-card__body {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}
.read-menu-card__cat {
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}
.read-menu-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.25rem;
    color: #1a1a1a;
}
.read-menu-card__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
    margin-top: 0.35rem;
    margin-bottom: 0;
}

.hidden {
    opacity: 0;
    transition: .3s ease-in-out;
}

.category-link a {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    transition: .3s ease-in-out;
    color: var(--primary-clr);
    text-transform: capitalize;
}

.category-link h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
}

.category-link a:hover {
    text-decoration: underline;
    transition: 0.3s;

}

.video-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: #fff;
}

#search-overlay-desktop.hiding {
    margin-right: -500px;
    opacity: 0;
}

.hiding {
    opacity: 0;
}



#search-overlay-desktop {
    background: #f7f7f7;
    bottom: 0;
    margin-right: 0;
    opacity: 1;
    padding: 38px 45px 35px 60px;
    position: fixed;
    right: 0;
    top: 2px;
    transition: .3s ease-in-out;
    width: 500px;
    z-index: 1060;
}

.search-form-object {
    display: flex;
    flex-direction: row;
    position: relative;
}

#search-overlay-desktop .quick-links {
    margin-top: 50px;
}

#search-overlay-desktop h3 {
    margin-bottom: 20px;
}

.search-form-object input {
    background: #fff;
    border: 1px solid var(--primary-clr);
    flex-basis: calc(100% - 85px);
    font-family: europa, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    height: 60px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 85px);
}

#find-overlay-input,
#find-overlay-object button {
    height: 75px;
}

.search-form-object button {
    background: var(--primary-clr);
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    flex-basis: 85px;
    font-family: europa, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 85px;
}

.search-result {
    max-width: 785px;
    margin: 0 auto;
}


#search-overlay-desktop #search-overlay-close-button {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 60px;
}

#search-overlay-desktop .quick-links h4 {
    font-family: europa, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 14px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

#search-overlay-desktop .quick-links ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

#search-overlay-desktop .quick-links ul li {
    line-height: 24px;
    margin-bottom: 8px;
}

#search-overlay-desktop .quick-links ul li a {
    font-family: europa, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: var(--primary-clr);
}

.bi-list {
    font-size: 1.5rem;
}












#mobile-nav-container .mobile-nav-inner-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 110px 65px 25px;
}

#mobile-nav-container {
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
    z-index: 100;
}

#mobile-nav-container #mobile-nav-close-button {
    background: 0 0;
    border: none;
    height: 50px;
    position: absolute;
    right: 21px;
    top: 30px;
    width: 50px;
    z-index: 15;
}

#mobile-nav-container .mobile-nav-inner-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 110px 65px 25px;
}

#mobile-nav-container .mobile-nav-search {
    border-bottom: 1px solid var(--primary-clr);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

#mobile-nav-container .primary-menu-sections {
    border-bottom: 1px solid var(--primary-clr);
    padding-bottom: 30px;
}

#mobile-nav-container .footer-menu-items {
    padding-top: 40px;
}

#mobile-nav-container .mobile-nav-search a {
    display: block;
    height: 50px;
    color: var(--primary-clr);
    text-decoration: none;
}

#mobile-nav-container .mobile-nav-search a span:first-child {
    position: relative;
    top: -3px;
}

#mobile-nav-container .mobile-nav-search a span:last-child {
    font-family: europa, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-left: 15px;
}

#mobile-nav-container .primary-menu-sections ul {
    list-style: none;
    padding-left: 0;
}

#mobile-nav-container .primary-menu-sections ul li {
    display: block;
}

#mobile-nav-container .primary-menu-sections ul li a {
    font-family: europa, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    color: var(--primary-clr);
}

#mobile-nav-container .footer-menu-items ul {
    list-style: none;
    padding-left: 0;
}

#mobile-nav-container .footer-menu-items ul li a {
    font-family: europa, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-decoration: none;
    color: var(--primary-clr);
}


.bi-list {
    display: none;
}

.main-wrapper {
    position: relative;
}

.img-slider-contianer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    transition: .3s ease-in-out;
    z-index: 1000000;
}




.gallery-inner {
    height: 100%;
}

.gallery-inner-left {
    width: calc(100% - 400px);
    min-width: calc(100% - 400px);
    max-width: calc(100% - 400px);
}


.wrapper {
    padding: 70px 0;
    overflow-x: hidden;
}


.my-slider {
    padding: 0 70px;
}

.slick-initialized .slick-slide {
    background-color: #b32532;
    color: #FFF;
    height: 200px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: var(--primary-clr);
    font-size: 26px;
}

.slick-prev {
    left: 96px !important;
}

.slick-next {
    right: 120px !important;
}


/* privacy page */

.privacy-content-wrapper p,
.about-intro p,
.about-content table tr td p,
.about-content table tr td h2,
.contact-wrapper h4,
.contact-wrapper p {
    font-family: avenir, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;
}

.contact-wrapper h4 {
    font-weight: 700;
}

.about-content table tr td h2 {
    margin-bottom: 15px;
}

.privacy-content-wrapper p a,
.privacy-content-wrapper ul li a,
.about-wrapper p a,
.about-content table tr td h2 a,
.contact-wrapper p a {
    color: var(--primary-clr);
    text-decoration: none;
    font-weight: 300;
    word-break: break-all;

}

.privacy-content-wrapper p a:hover,
.privacy-content-wrapper ul li a:hover,
.about-wrapper p a:hover,
.about-content table tr td h2 a:hover,
.contact-wrapper p a:hover {
    color: #000000bb;
}

.privacy-content-wrapper p a span,
.privacy-content-wrapper ul li a span,
.about-wrapper p a span,
.about-content table tr td h2 a span,
.contact-wrapper p a span {
    border-bottom: 1px solid var(--primary-clr);
}

.privacy-content-wrapper ul li {
    font-size: 20px;
    margin-bottom: 0.5rem;
}


.privacy-content-wrapper h4 {
    margin-bottom: 30px;
    font-weight: bolder;
}

.device-info-wrapper ul {
    margin: 0 0 20px 1.5em;
    padding-left: 2rem;
}


.privacy_add {
    width: 100%;
    padding: 20px;
    min-height: 380px;
    background-color: #f7f7f7;
    margin-block: 15px;
}

.privacy_page_address p {
    margin-bottom: 0;
}

.privacy-ad-container {
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 22px;
    min-height: 350px;
}

.privacy-sticky-ad-container {
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 22px;
    min-height: 350px;
    padding-bottom: 30px;
    position: sticky;
    top: 115px;
}

/* ABOUT PAGE  */

.about-content>h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 700;
}

.about-content table tr td {
    padding: 10px;
}

.privacy-content-wrapper,
.contact-wrapper {
    padding-right: 150px;
}

.pagination {
    padding: 0 20px;
}

.pagination-btn {
    display: inline-block;
    background-color: var(--primary-clr);
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.mission-title {
    font-size: 38px !important;
}

.mission-cls h3 {
    font-size: 20px;
    font-weight: 800;
}

.mission-cls p {
    text-align: justify;
}

.mission-footer {
    color: #000000e8;
    font-size: 14px;
    margin-top: 60px;
}

.left-card .card-para h4 a,
.left-card .card-para p a,
.launch-product-desplay .product-container .product-detail p a,
.middle-content-wrapper .content-wrapper h2 a {

    color: var(--primary-clr);
    text-decoration: none;
}

.left-card .card-para h4 a:hover,
.left-card .card-para p a:hover,
.launch-product-desplay .product-container .product-detail p a:hover,
.middle-content-wrapper .content-wrapper h2 a:hover {
    color: var(--primary-hvr);
}

.chat-page {
    min-height: 58vh;
    display: grid;
    place-items: center;
}

.chat-page .chat-input {
    max-width: 700px !important;
}

.info-wrapper {
    display: flex;
    width: 100%;
}

.contact-title {
    padding: 20px 0;
}

.about-wrapper .content h2 {
    font-weight: 500;
    font-size: 32px;
}

.about-wrapper .content h3 {
    font-weight: 600;
    font-size: 20px;
}

.contact-form {
    margin-bottom: 30px;
}

.contact-form input {
    width: 100%;
    padding: 5px 10px;
}
.contact-form textarea {
    width: 100%;
    padding: 5px 10px;
}

.contact-form .label {
    margin-bottom: 10px;
}

.form-area form .submit-btn {
    padding: 5px 15px;
    margin-bottom: 25px;
    color: #FFF;
    background-color: #000;
    border: none;
    font-size: 15px;
}

.info-wrapper .info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info,
.form-area {
   padding: 0 30px;
}

.contact-info .heading {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 13px;
}

.contact-conclusion {
    margin: 50px 0;
}

.contact-info .info,
.contact-info .form-area {
    width: 50%;
}


@keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  

@media screen and (max-width:450px) {
    .mission-cls h3 {
        text-align: center;
    }

    .mission-title {
        font-size: 27px !important;
    }
}

/* --- Fancy surfaces: home hub, blog index, brand list (matches contact page tone) --- */
.fancy-page-wrap {
    --fancy-gold: #c4a574;
    --fancy-gold-soft: rgba(196, 165, 116, 0.35);
    --fancy-ink: #141414;
}

.fancy-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 1.75rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.04),
        0 24px 64px rgba(80, 60, 40, 0.07);
}

@media (min-width: 768px) {
    .fancy-hero {
        padding: 2rem 2.25rem 2.25rem;
    }
}

.fancy-hero--warm {
    background: linear-gradient(145deg, #fffdfb 0%, #faf6f0 38%, #f3f6fb 72%, #eef2f9 100%);
}

.fancy-hero__glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.fancy-hero__glow--1 {
    width: 260px;
    height: 260px;
    right: -70px;
    top: -90px;
    background: radial-gradient(circle, var(--fancy-gold-soft) 0%, transparent 68%);
}

.fancy-hero__glow--2 {
    width: 180px;
    height: 180px;
    left: 8%;
    bottom: -50px;
    background: radial-gradient(circle, rgba(100, 149, 237, 0.12) 0%, transparent 70%);
}

.fancy-hero__accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--fancy-gold) 0%, rgba(196, 165, 116, 0.35) 50%, transparent 100%);
    border-radius: 4px 0 0 4px;
    opacity: 0.9;
}

.fancy-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5c4a3a;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(196, 165, 116, 0.45);
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.fancy-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0.75rem;
}

.fancy-breadcrumb a {
    color: rgba(20, 20, 20, 0.55);
    text-decoration: none;
}

.fancy-breadcrumb a:hover {
    color: var(--fancy-ink);
}

.fancy-breadcrumb .active,
.fancy-breadcrumb .breadcrumb-item.active {
    color: var(--fancy-ink);
}

.fancy-hero__title {
    letter-spacing: -0.035em;
    color: var(--fancy-ink);
    line-height: 1.15;
}

.fancy-hero__lead {
    font-size: 1.0625rem;
    line-height: 1.7;
}

/* Home: CTA cards */
.fancy-cta-card .fancy-cta-inner {
    position: relative;
    height: 100%;
    border-radius: 1rem;
    padding: 1.5rem 1.35rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(252, 251, 248, 0.98) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
}

.fancy-cta-card .fancy-cta-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fancy-gold), #8b9dc3, var(--fancy-gold));
    opacity: 0.75;
}

.fancy-cta-card:hover .fancy-cta-inner,
.fancy-cta-card:focus-visible .fancy-cta-inner {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.09);
    border-color: rgba(196, 165, 116, 0.45);
}

.fancy-cta-card:focus-visible {
    outline: 2px solid rgba(196, 165, 116, 0.8);
    outline-offset: 3px;
}

.fancy-cta-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff 0%, #faf8f5 100%);
    border: 1px solid rgba(196, 165, 116, 0.35);
    color: #7a5e3a;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fancy-cta-title {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--fancy-ink);
    margin-bottom: 0.5rem;
}

.fancy-cta-text {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #5a5a5a;
    margin-bottom: 1rem;
}

.fancy-btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.45rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.fancy-cta-card:hover .fancy-btn-pill {
    background: linear-gradient(135deg, #2a2a2a 0%, #3d3d3d 100%);
}

.fancy-cta-card .btn-outline-dark.fancy-btn-pill {
    background: #fff;
    color: var(--fancy-ink);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
}

.fancy-cta-card:hover .btn-outline-dark.fancy-btn-pill {
    background: #fafafa;
    border-color: rgba(0, 0, 0, 0.35);
}

/* Home: brand spotlight tiles */
.fancy-brand-spotlight {
    position: relative;
    border-radius: 1rem;
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: var(--fancy-card-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fancy-brand-spotlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.fancy-brand-spotlight .ratio {
    background: linear-gradient(145deg, #fafafa 0%, #f3f3f3 100%);
}

/* Home: “just added” chips */
.fancy-mini-tile {
    border-radius: 0.75rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.fancy-mini-tile:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    border-color: rgba(196, 165, 116, 0.35);
}

/* Sidebar panels (home) */
.fancy-panel {
    border-radius: 1rem;
    padding: 1.35rem 1.4rem;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 249, 252, 0.95) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.fancy-panel h2,
.fancy-panel .fancy-panel-title {
    letter-spacing: -0.02em;
    color: var(--fancy-ink);
}

.fancy-panel-list li {
    border-color: rgba(0, 0, 0, 0.06) !important;
}

.fancy-panel-list a {
    color: var(--fancy-ink);
    text-decoration: none;
}

.fancy-panel-list a:hover {
    color: #5c4a3a;
    text-decoration: underline;
}

/* Blog index cards */
.fancy-blog-card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    border-radius: 1rem !important;
    background: #fff;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.fancy-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.fancy-blog-card .ratio {
    background: linear-gradient(145deg, #ececec 0%, #f5f5f5 100%);
}

.fancy-blog-card .fancy-blog-card__body {
    position: relative;
}

.fancy-blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fancy-gold), #8b9dc3, var(--fancy-gold));
    opacity: 0.85;
    z-index: 1;
    pointer-events: none;
}

.fancy-blog-cat {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #7a5e3a;
}

/* Blog pagination */
.fancy-pagination-bar {
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.fancy-pagination-bar .pagination .page-link {
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--fancy-ink);
}

.fancy-pagination-bar .pagination .page-link:hover {
    background: rgba(196, 165, 116, 0.15);
    border-color: rgba(196, 165, 116, 0.4);
}

/* Brand list tiles */
.fancy-brand-grid-card {
    position: relative;
    border-radius: 1rem;
    padding: 1.35rem 1.25rem;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: linear-gradient(180deg, #fff 0%, #fcfcfd 100%);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
}

.fancy-brand-grid-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fancy-gold), #8b9dc3);
    opacity: 0.85;
}

.fancy-brand-grid-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.09);
    border-color: rgba(196, 165, 116, 0.35);
}

.fancy-brand-grid-card h2 {
    letter-spacing: -0.02em;
    color: var(--fancy-ink);
}

.fancy-brand-grid-meta {
    font-size: 0.875rem;
    color: #5a5a5a;
}

@media (prefers-reduced-motion: reduce) {
    .fancy-cta-card .fancy-cta-inner,
    .fancy-brand-spotlight,
    .fancy-mini-tile,
    .fancy-blog-card,
    .fancy-brand-grid-card {
        transition: none;
    }

    .fancy-cta-card:hover .fancy-cta-inner,
    .fancy-brand-spotlight:hover,
    .fancy-blog-card:hover,
    .fancy-brand-grid-card:hover {
        transform: none;
    }
}