/* =========================================
   SHARED PAGE BANNER (about-banner / contact-banner / news-banner / product-banner)
   Ported from html-design about.html / contact.html / news.html / product.html
========================================= */

.about-banner,
.contact-banner,
.news-banner,
.product-banner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: #071b2f;
    color: #fff;
}

.about-banner { min-height: 380px; }
.contact-banner { min-height: 350px; }
.news-banner { min-height: 350px; }
.product-banner { min-height: 330px; position: relative; }

.about-banner-content,
.contact-banner-content,
.news-banner-content,
.product-banner-content {
    padding: 70px 0;
}

.about-banner-label,
.section-label {
    display: inline-block;
    color: #f4512b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-banner-label,
.news-banner-label,
.product-banner-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    background: #f4512b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.about-banner h1 { margin: 15px 0 20px; font-size: 52px; line-height: 1.15; font-weight: 700; }
.contact-banner h1,
.news-banner h1 { margin: 18px 0 20px; font-size: 50px; line-height: 1.15; font-weight: 700; }
.product-banner h1 { margin: 0 0 18px; font-size: 48px; line-height: 1.15; font-weight: 700; }

.about-breadcrumb,
.contact-breadcrumb,
.news-breadcrumb,
.product-breadcrumb { margin: 0; }

.about-breadcrumb .breadcrumb-item,
.contact-breadcrumb .breadcrumb-item,
.news-breadcrumb .breadcrumb-item,
.product-breadcrumb .breadcrumb-item { font-size: 14px; }

.about-breadcrumb a,
.contact-breadcrumb a,
.news-breadcrumb a,
.product-breadcrumb .breadcrumb-item a { color: rgba(255,255,255,.75); text-decoration: none; }
.product-breadcrumb .breadcrumb-item a:hover { color: #fff; }

.about-breadcrumb .breadcrumb-item.active,
.contact-breadcrumb .breadcrumb-item.active,
.news-breadcrumb .breadcrumb-item.active,
.product-breadcrumb .breadcrumb-item.active { color: #f4512b; }

.about-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.contact-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.news-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

@media (max-width: 991px) {
    .about-banner { min-height: 320px; }
    .about-banner h1 { font-size: 42px; }
    .contact-banner h1, .news-banner h1 { font-size: 42px; }
    .product-banner { min-height: 280px; }
    .product-banner h1 { font-size: 40px; }
}

@media (max-width: 575px) {
    .about-banner { min-height: 280px; }
    .about-banner-content, .contact-banner-content, .news-banner-content, .product-banner-content { padding: 50px 0; }
    .about-banner h1 { font-size: 32px; }
    .contact-banner h1, .news-banner h1 { font-size: 32px; }
    .product-banner { min-height: 250px; }
    .product-banner h1 { font-size: 32px; }
}

/* =========================================
   ABOUT PAGE — intro / why / values / stats
   Ported from html-design about.html
========================================= */

.about-intro { padding: 100px 0; background: #faf7ef; }
.about-image-wrap { position: relative; padding-right: 35px; padding-bottom: 35px; }
.about-main-image { width: 100%; height: 580px; display: block; object-fit: cover; border-radius: 18px; }
.about-experience {
    position: absolute; right: 0; bottom: 0; width: 170px; min-height: 150px; padding: 20px;
    display: flex; flex-direction: column; justify-content: center;
    background: #f4512b; color: #fff; border-radius: 15px; text-align: center;
}
.about-experience strong { display: block; font-size: 44px; line-height: 1; font-weight: 700; }
.about-experience span { margin-top: 8px; font-size: 14px; line-height: 1.4; }
.about-intro-content { padding-left: 25px; }
.about-intro-content h2, .values-section h2 { margin: 15px 0 25px; color: #071b2f; font-size: 40px; line-height: 1.2; font-weight: 700; }
.about-intro-content > p, .values-section p { color: #6d6d72; font-size: 16px; line-height: 1.8; }
.about-highlights { margin-top: 30px; }
.about-highlight { display: flex; gap: 15px; margin-bottom: 20px; }
.highlight-icon {
    width: 30px; height: 30px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: #f4512b; color: #fff; font-size: 14px;
}
.about-highlight h4 { margin: 0 0 5px; color: #071b2f; font-size: 17px; }
.about-highlight p { margin: 0; color: #777; font-size: 14px; line-height: 1.5; }

.why-section { padding: 100px 0; background: #fff; }
.section-title-lg { margin: 15px 0; color: #071b2f; font-size: 40px; line-height: 1.2; font-weight: 700; }
.section-description { color: #777; font-size: 16px; line-height: 1.7; }
.why-card { min-height: 290px; padding: 35px; border-radius: 18px; background: #eee9df; transition: .3s ease; }
.why-card:hover { transform: translateY(-6px); }
.why-card.dark { background: #302928; color: #fff; }
.why-icon {
    width: 58px; height: 58px; margin-bottom: 30px; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: #f4512b; color: #fff; font-size: 15px; font-weight: 700;
}
.why-card h3 { margin-bottom: 15px; font-size: 22px; font-weight: 700; }
.why-card p { margin: 0; color: #777; font-size: 15px; line-height: 1.7; }
.why-card.dark p { color: #ccc; }

.values-section { padding: 100px 0; background: #faf7ef; }
.values-section > .container > .row { align-items: center; }
.values-list { padding-left: 30px; }
.value-item { display: flex; gap: 25px; padding: 25px 0; border-bottom: 1px solid #ddd; }
.value-item:first-child { padding-top: 0; }
.value-number { color: #f4512b; font-size: 15px; font-weight: 700; }
.value-item h4 { margin: 0 0 7px; color: #071b2f; font-size: 19px; }
.value-item p { margin: 0; color: #777; font-size: 14px; line-height: 1.6; }

.about-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 15px; margin-top: 20px;
    min-height: 52px; padding: 0 25px; border-radius: 50px; background: #f4512b; color: #fff;
    text-decoration: none; font-size: 15px; font-weight: 600; transition: .3s ease;
}
.about-btn:hover { background: #071b2f; color: #fff; }
.about-btn span { font-size: 20px; }

.about-stats { padding: 75px 0; background: #302928; color: #fff; }
.stat-box { padding: 10px 25px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.stat-box:last-child { border-right: 0; }
.stat-box strong { display: block; margin-bottom: 8px; color: #f4512b; font-size: 42px; line-height: 1; font-weight: 700; }
.stat-box span { color: #ddd; font-size: 14px; }

@media (max-width: 991px) {
    .about-intro, .why-section, .values-section { padding: 70px 0; }
    .about-main-image { height: 500px; }
    .about-intro-content { padding-left: 0; }
    .about-intro-content h2, .values-section h2, .section-title-lg { font-size: 34px; }
    .values-list { padding-left: 0; }
}

@media (max-width: 575px) {
    .about-intro, .why-section, .values-section { padding: 55px 0; }
    .about-image-wrap { padding-right: 20px; padding-bottom: 25px; }
    .about-main-image { height: 400px; border-radius: 14px; }
    .about-experience { width: 135px; min-height: 120px; }
    .about-experience strong { font-size: 35px; }
    .about-intro-content h2, .values-section h2, .section-title-lg { font-size: 29px; }
    .why-card { min-height: auto; padding: 28px; }
    .value-item { gap: 15px; }
    .about-stats { padding: 50px 0; }
    .stat-box { margin-bottom: 30px; border-right: 0; }
    .stat-box strong { font-size: 34px; }
}

/* =========================================
   FAQ ACCORDION (replaces old .faq-list in style.css)
   Ported from html-design about.html
========================================= */

.faq-section { background: #faf7ef; padding: 35px 0 20px; }
.faq-heading { margin-bottom: 48px; }
.faq-heading h2 { margin: 0; color: #071b2f; font-size: 38px; line-height: 1.2; font-weight: 700; }
.faq-accordion { max-width: 720px; margin: 0 auto; }
.faq-item { background: transparent; border: 1px solid #b9c5cc !important; border-radius: 16px !important; overflow: hidden; margin-bottom: 24px; }
.faq-item:has(.accordion-collapse.show) { border-color: #f4512b !important; }
.faq-item .accordion-button {
    position: relative; background: transparent; color: #071b2f; box-shadow: none !important;
    padding: 25px 24px; font-size: 17px; font-weight: 600; display: flex; align-items: center; min-height: 74px;
}
.faq-item .accordion-button::after { display: none; }
.faq-question { padding-right: 45px; }
.faq-icon {
    position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
    width: 24px; height: 24px; border: 1px solid #f4512b; border-radius: 50%; flex-shrink: 0;
}
.faq-icon::before {
    content: ""; position: absolute; width: 10px; height: 1px; background: #f4512b;
    left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.faq-icon::after {
    content: ""; position: absolute; width: 1px; height: 10px; background: #f4512b;
    left: 50%; top: 50%; transform: translate(-50%, -50%); transition: opacity .25s ease;
}
.accordion-button:not(.collapsed) .faq-icon::after { opacity: 0; }
.faq-item .accordion-body { padding: 0 24px 27px; color: #72717a; font-size: 16px; line-height: 1.55; font-weight: 400; }

@media (max-width: 991px) {
    .faq-section { padding: 65px 0; }
    .faq-heading { margin-bottom: 40px; }
    .faq-heading h2 { font-size: 34px; }
    .faq-accordion { max-width: 90%; }
}

@media (max-width: 575px) {
    .faq-section { padding: 50px 15px; }
    .faq-heading { margin-bottom: 30px; }
    .faq-heading h2 { font-size: 28px; }
    .faq-accordion { max-width: 100%; }
    .faq-item { margin-bottom: 18px; border-radius: 13px !important; }
    .faq-item .accordion-button { padding: 20px 18px; min-height: 68px; font-size: 15px; }
    .faq-question { padding-right: 35px; }
    .faq-icon { right: 17px; width: 22px; height: 22px; }
    .faq-item .accordion-body { padding: 0 18px 22px; font-size: 14px; }
}

/* =========================================
   CONTACT PAGE
   Ported from html-design contact.html
========================================= */

.contact-section { padding: 100px 0; background: #faf7ef; }
.contact-info { height: 100%; padding: 15px 20px 15px 0; }
.contact-info h2 { max-width: 450px; margin: 15px 0 20px; color: #071b2f; font-size: 42px; line-height: 1.2; font-weight: 700; }
.contact-intro { max-width: 500px; margin-bottom: 35px; color: #737373; font-size: 16px; line-height: 1.8; }
.contact-item { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 25px; }
.contact-icon {
    width: 48px; height: 48px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: #f4512b; color: #fff; font-size: 21px;
}
.contact-item h4 { margin: 0 0 5px; color: #071b2f; font-size: 17px; font-weight: 700; }
.contact-item p { margin: 0; color: #777; font-size: 14px; line-height: 1.6; }
.contact-form-box { height: 100%; padding: 45px; border-radius: 20px; background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.06); }
.contact-form-heading { margin-bottom: 30px; }
.contact-form-heading h3 { margin: 12px 0 8px; color: #071b2f; font-size: 28px; font-weight: 700; }
.contact-form-heading p { margin: 0; color: #777; font-size: 15px; line-height: 1.6; }
.contact-field label { display: block; margin-bottom: 8px; color: #071b2f; font-size: 14px; font-weight: 600; }
.contact-field .form-control, .contact-field .form-select {
    min-height: 52px; padding: 12px 15px; border: 1px solid #d6dce0; border-radius: 9px; background: #fff; color: #071b2f; font-size: 14px; box-shadow: none;
}
.contact-field textarea.form-control { min-height: 150px; resize: vertical; }
.contact-field .form-control:focus, .contact-field .form-select:focus { border-color: #f4512b; box-shadow: 0 0 0 3px rgba(244,81,43,.10); }
.contact-submit {
    min-height: 54px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 15px;
    border: 0; border-radius: 50px; background: #f4512b; color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; transition: .3s ease;
}
.contact-submit:hover { background: #071b2f; }
.contact-map { border-radius: 20px; overflow: hidden; margin-top: 30px; border: 0; width: 100%; height: 320px; }

/* =========================================
   CAREERS PAGE
   Ported from html-design career.html
========================================= */

.career-section { padding: 100px 0; background: #faf7ef; }
.career-label { display: inline-block; margin-bottom: 12px; color: #f4512b; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.career-section h2 { margin: 0 0 18px; color: #071b2f; font-size: 42px; line-height: 1.2; font-weight: 700; }
.career-section > .container > .row:first-child p { margin: 0; color: #777; font-size: 16px; line-height: 1.8; }
.career-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0 10px; }
.career-filters .filter-btn {
    padding: 8px 20px; border-radius: 50px; border: 1px solid #d6dce0; background: #fff; color: #071b2f;
    font-size: 13px; font-weight: 600; text-decoration: none; transition: .2s ease;
}
.career-filters .filter-btn.active, .career-filters .filter-btn:hover { background: #071b2f; border-color: #071b2f; color: #fff; }
.career-job { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 35px; margin-bottom: 18px; border: 1px solid #e3ded5; border-radius: 14px; background: #fff; transition: .3s ease; }
.career-job:hover { transform: translateY(-3px); border-color: #f4512b; box-shadow: 0 12px 35px rgba(0,0,0,.06); }
.job-type { display: inline-block; margin-bottom: 9px; color: #f4512b; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.job-info h3 { margin: 0 0 12px; color: #071b2f; font-size: 21px; font-weight: 700; }
.job-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.job-meta span { color: #777; font-size: 13px; }
.apply-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 135px; height: 48px; padding: 0 20px; flex-shrink: 0; border-radius: 50px; background: #f4512b; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; transition: .3s ease; }
.apply-btn:hover { background: #071b2f; color: #fff; }
.apply-btn span { font-size: 18px; }
.career-bottom { max-width: 800px; margin: 60px auto 0; padding: 40px; border-radius: 16px; background: #071b2f; text-align: center; color: #fff; }
.career-bottom h3 { margin: 0 0 12px; font-size: 26px; font-weight: 700; }
.career-bottom p { max-width: 600px; margin: 0 auto 22px; color: #c9ced4; font-size: 15px; line-height: 1.7; }
.career-email { display: inline-flex; align-items: center; gap: 12px; padding: 13px 23px; border-radius: 50px; background: #f4512b; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; transition: .3s ease; }
.career-email:hover { background: #fff; color: #071b2f; }

/* Job application form */
.apply-form-box { padding: 45px; border-radius: 20px; background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.06); }

@media (max-width: 991px) {
    .career-section { padding: 75px 0; }
    .career-section h2 { font-size: 36px; }
}

@media (max-width: 575px) {
    .career-section { padding: 55px 0; }
    .career-section h2 { font-size: 30px; }
    .career-job { flex-direction: column; align-items: flex-start; padding: 25px 20px; gap: 20px; }
    .job-info h3 { font-size: 19px; }
    .job-meta { gap: 8px 15px; }
    .apply-btn { width: 100%; }
    .career-bottom { margin-top: 40px; padding: 30px 20px; }
    .career-bottom h3 { font-size: 22px; }
}

/* =========================================
   PRODUCTS LISTING PAGINATION
   Ported from html-design more-product.html
========================================= */

.pagination-section { padding: 45px 0 70px; background: #faf7ef; }
.custom-pagination { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; }
.custom-pagination .page-item { margin: 0; }
.custom-pagination .page-link {
    width: 45px; height: 45px; padding: 0; display: flex; align-items: center; justify-content: center;
    border: 1px solid #d5d5d5; border-radius: 50% !important; background: #fff; color: #071b2f;
    font-size: 14px; font-weight: 600; box-shadow: none; transition: all .3s ease;
}
.custom-pagination .page-link:hover { border-color: #f4512b; background: #f4512b; color: #fff; }
.custom-pagination .page-item.active .page-link { border-color: #f4512b; background: #f4512b; color: #fff; }
.custom-pagination .page-item.disabled .page-link { background: #eee9df; border-color: #eee9df; color: #aaa; cursor: not-allowed; }

@media (max-width: 575px) {
    .pagination-section { padding: 30px 0 50px; }
    .custom-pagination { gap: 6px; }
    .custom-pagination .page-link { width: 38px; height: 38px; font-size: 13px; }
}

/* Category filter pills on product listing */
.category-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 40px; }
.category-filters a {
    padding: 9px 22px; border-radius: 50px; border: 1px solid #d6dce0; background: #fff; color: #071b2f;
    font-size: 13px; font-weight: 600; text-decoration: none; transition: .2s ease;
}
.category-filters a.active, .category-filters a:hover { background: #071b2f; border-color: #071b2f; color: #fff; }

/* =========================================
   PRODUCT DETAILS
   Ported from html-design product.html
========================================= */

.product-details-section { padding: 90px 0; background: #faf7ef; }
.product-main-image { width: 100%; height: 570px; overflow: hidden; border-radius: 18px; background: #eee; }
.product-main-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity .3s ease; }
.product-thumbnails { display: flex; gap: 15px; margin-top: 18px; }
.product-thumb { width: 105px; height: 90px; padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: #fff; cursor: pointer; transition: .3s ease; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-thumb.active { border-color: #f4512b; }
.product-content { padding-top: 10px; }
.product-category { color: #f4512b; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.product-content h2 { margin: 15px 0 15px; color: #071b2f; font-size: 40px; line-height: 1.2; font-weight: 700; }
.product-description { margin-bottom: 30px; color: #666; font-size: 16px; line-height: 1.8; }
.product-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 30px; }
.product-feature { display: flex; align-items: center; gap: 10px; color: #27313a; font-size: 15px; font-weight: 600; }
.feature-icon { width: 25px; height: 25px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #f4512b; color: #fff; font-size: 13px; font-weight: 700; }
.product-info-box { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: 30px; }
.product-info-item { padding: 18px 15px; border-right: 1px solid #ddd; }
.product-info-item:last-child { border-right: 0; }
.product-info-item span { display: block; margin-bottom: 5px; color: #888; font-size: 13px; }
.product-info-item strong { color: #071b2f; font-size: 15px; }
.product-actions { display: flex; align-items: center; gap: 15px; }
.product-btn, .product-contact-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 50px; text-decoration: none; font-size: 15px; font-weight: 600; transition: .3s ease; }
.product-btn { gap: 15px; background: #f4512b; color: #fff; }
.product-btn:hover { background: #071b2f; color: #fff; }
.product-btn span { font-size: 20px; }
.product-contact-btn { border: 1px solid #071b2f; color: #071b2f; background: transparent; }
.product-contact-btn:hover { background: #071b2f; color: #fff; }

@media (max-width: 991px) {
    .product-details-section { padding: 65px 0; }
    .product-main-image { height: 500px; }
    .product-content h2 { font-size: 34px; }
}

@media (max-width: 575px) {
    .product-details-section { padding: 50px 0; }
    .product-main-image { height: 400px; border-radius: 14px; }
    .product-thumb { width: 85px; height: 75px; }
    .product-content h2 { font-size: 29px; }
    .product-description { font-size: 15px; line-height: 1.7; }
    .product-features { grid-template-columns: 1fr; gap: 13px; }
    .product-info-box { grid-template-columns: 1fr; }
    .product-info-item { border-right: 0; border-bottom: 1px solid #ddd; }
    .product-info-item:last-child { border-bottom: 0; }
    .product-actions { flex-direction: column; align-items: stretch; }
    .product-btn, .product-contact-btn { width: 100%; }
}

/* =========================================
   NEWS LISTING
   Ported from html-design news.html
========================================= */

.news-section { padding: 100px 0; background: #faf7ef; }
.news-section-title { max-width: 600px; margin: 14px 0 0; color: #071b2f; font-size: 40px; line-height: 1.2; font-weight: 700; }
.news-intro { max-width: 480px; margin: 0 0 5px auto; color: #737373; font-size: 16px; line-height: 1.8; }
.news-card { height: 100%; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.06); transition: transform .3s ease, box-shadow .3s ease; }
.news-card:hover { transform: translateY(-7px); box-shadow: 0 18px 45px rgba(0,0,0,.10); }
.news-image { position: relative; height: 260px; overflow: hidden; }
.news-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.news-card:hover .news-image img { transform: scale(1.06); }
.news-category { position: absolute; left: 20px; bottom: 18px; padding: 7px 14px; border-radius: 50px; background: #f4512b; color: #fff; font-size: 12px; font-weight: 600; }
.news-content { display: flex; gap: 20px; padding: 28px 25px 30px; }
.news-date { width: 55px; flex-shrink: 0; padding-right: 15px; border-right: 1px solid #ddd; text-align: center; }
.news-date span { display: block; color: #071b2f; font-size: 25px; line-height: 1; font-weight: 700; }
.news-date small { display: block; margin-top: 7px; color: #f4512b; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.news-text { flex: 1; }
.news-text h3 { margin: 0 0 12px; color: #071b2f; font-size: 19px; line-height: 1.4; font-weight: 700; }
.news-text p { margin: 0 0 18px; color: #777; font-size: 14px; line-height: 1.7; }
.news-read-more { display: inline-flex; align-items: center; gap: 10px; color: #f4512b; text-decoration: none; font-size: 14px; font-weight: 700; transition: .3s ease; }
.news-read-more span { font-size: 18px; transition: transform .3s ease; }
.news-read-more:hover { color: #071b2f; }
.news-read-more:hover span { transform: translateX(5px); }

@media (max-width: 991px) {
    .news-section { padding: 70px 0; }
    .news-section-title { font-size: 34px; }
}

/* =========================================
   NEWS DETAILS
   Ported from html-design news-details.html
========================================= */

.news-details-section { padding: 100px 0; background: #faf7ef; }
.news-details-content { padding: 0; }
.news-details-image { width: 100%; height: 540px; overflow: hidden; border-radius: 20px; margin-bottom: 28px; }
.news-details-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.news-details-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.news-details-meta span { color: #f4512b; font-size: 14px; font-weight: 700; }
.news-details-meta .meta-divider { width: 5px; height: 5px; border-radius: 50%; background: #b5b5b5; }
.news-details-content > h2 { max-width: 850px; margin: 0 0 25px; color: #071b2f; font-size: 42px; line-height: 1.25; font-weight: 700; }
.news-details-content p { color: #666; font-size: 16px; line-height: 1.9; }
.news-details-content .details-intro { color: #4e4e4e; font-size: 19px; line-height: 1.8; margin-bottom: 30px; }
.news-details-content h3 { margin: 45px 0 18px; color: #071b2f; font-size: 27px; line-height: 1.3; font-weight: 700; }
.news-highlight { display: flex; gap: 22px; margin: 40px 0; padding: 25px 30px; border-radius: 12px; background: #eee9df; }
.highlight-line { width: 4px; flex-shrink: 0; border-radius: 10px; background: #f4512b; }
.news-highlight p { margin: 0; color: #071b2f; font-size: 20px; line-height: 1.6; font-weight: 600; }
.news-content-image { width: 100%; height: 420px; overflow: hidden; margin: 35px 0; border-radius: 16px; }
.news-content-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.news-details-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 25px; border-top: 1px solid #d9d5cd; }
.news-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.news-tags span { color: #071b2f; font-size: 14px; font-weight: 700; }
.news-tags a { padding: 6px 13px; border-radius: 50px; background: #fff; color: #777; text-decoration: none; font-size: 12px; border: 1px solid #ddd; transition: .3s ease; }
.news-tags a:hover { border-color: #f4512b; color: #f4512b; }
.back-news-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 20px; border-radius: 50px; background: #f4512b; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; transition: .3s ease; }
.back-news-btn:hover { background: #071b2f; color: #fff; }

@media (max-width: 991px) {
    .news-details-section { padding: 70px 0; }
    .news-details-content > h2 { font-size: 34px; }
}

@media (max-width: 575px) {
    .news-details-image { height: 300px; }
    .news-details-content > h2 { font-size: 27px; }
    .news-details-footer { flex-direction: column; align-items: flex-start; }
}

/* =========================================
   GALLERY LIGHTBOX (new — static design had a broken "open" affordance with no lightbox)
========================================= */

.gallery-item a[data-lightbox] { cursor: zoom-in; }
.gallery-lightbox {
    position: fixed; inset: 0; z-index: 1080; display: none;
    align-items: center; justify-content: center; padding: 30px;
    background: rgba(7, 27, 47, .92);
}
.gallery-lightbox.open { display: flex; }
.gallery-lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 10px; object-fit: contain; }
.gallery-lightbox-close {
    position: absolute; top: 25px; right: 30px; width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,.15); color: #fff; border: 0; font-size: 22px; cursor: pointer;
}
.gallery-lightbox-close:hover { background: rgba(255,255,255,.3); }

/* Newsletter form status message */
.newsletter-status { font-size: 12px; margin-top: 6px; }

/* =========================================
   HOME — MODERN COLLECTIONS SLIDER
   Ported from html-design index.html
========================================= */

.collections-section { background: #f8f5ed; padding: 80px 0; overflow: hidden; }
.collections-badge { display: inline-flex; align-items: center; gap: 12px; background: #343a48; color: #fff; padding: 10px 20px; border-radius: 50px; font-size: 14px; font-weight: 700; }
.collections-badge span { width: 12px; height: 12px; background: #f4512b; border-radius: 50%; display: inline-block; }
.collections-title { margin: 30px 0 0; color: #071b2f; font-size: 38px; line-height: 1.35; font-weight: 700; }
.collections-arrows { display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.collections-arrows button { width: 58px; height: 58px; border: 0; border-radius: 50%; background: #f4512b; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; cursor: pointer; transition: all .3s ease; }
.collections-arrows button:hover { background: #071b2f; transform: scale(1.05); }
.collections-arrows button:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.collection-slider { width: 100%; overflow: hidden; }
.collection-track { display: flex; gap: 24px; transition: transform .5s ease; will-change: transform; }
.collection-slide { flex: 0 0 calc((100% - 48px) / 3); min-width: 0; }
.collection-card { min-height: 155px; background: #817775; border-radius: 14px; padding: 25px 36px; display: flex; align-items: center; gap: 38px; color: #fff; }
.collection-card.dark-card { background: #302928; }
.collection-image { flex: 0 0 105px; width: 105px; height: 105px; border-radius: 50%; overflow: hidden; border: 1px solid rgba(255,255,255,.8); }
.collection-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.collection-content h4 { margin: 0 0 8px; font-size: 20px; line-height: 1.2; font-weight: 700; }
.collection-content p { margin: 0; font-size: 16px; line-height: 1.55; font-weight: 500; }

@media (max-width: 991px) {
    .collections-section { padding: 65px 0; }
    .collections-title { font-size: 34px; }
    .collections-arrows { margin-top: 30px; justify-content: flex-start; }
    .collection-slide { flex: 0 0 calc((100% - 24px) / 2); }
    .collection-card { padding: 22px; gap: 20px; }
    .collection-image { flex: 0 0 85px; width: 85px; height: 85px; }
}

@media (max-width: 575px) {
    .collections-section { padding: 50px 0; }
    .collections-title { font-size: 29px; }
    .collections-badge { font-size: 13px; }
    .collections-arrows { gap: 15px; }
    .collections-arrows button { width: 50px; height: 50px; font-size: 22px; }
    .collection-slide { flex: 0 0 100%; }
    .collection-card { min-height: 140px; padding: 20px; gap: 18px; }
    .collection-image { flex: 0 0 80px; width: 80px; height: 80px; }
    .collection-content h4 { font-size: 18px; }
    .collection-content p { font-size: 14px; }
}
