/**
 * New Landing Page Styles
 *
 * All component styles for the new landing page combined into one file
 */

/* ============================================
   COMMON STYLES
   ============================================ */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #001489;
    text-align: left;
    font-family: "Figtree", sans-serif;
    line-height: 101%;
    letter-spacing: 0.32px;
    margin-bottom: 90px;
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }
}

/* ============================================
   BREADCRUMB
   ============================================ */
.new-landing-breadcrumb {
    background-color: #fff;
    padding: 20px 0 10px 0;
}

.new-landing-breadcrumb__container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.new-landing-breadcrumb__link {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #696264;
    text-decoration: none;
    transition: color 0.2s ease;
}

.new-landing-breadcrumb__link:hover {
    color: #001489;
}

.new-landing-breadcrumb__separator {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #696264;
    margin: 0 4px;
}

.new-landing-breadcrumb__current {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 768px) {
    .new-landing-breadcrumb {
        padding: 15px 0 8px 0;
    }

    .new-landing-breadcrumb__link,
    .new-landing-breadcrumb__separator,
    .new-landing-breadcrumb__current {
        font-size: 11px;
    }
}

/* ============================================
   HERO BANNER
   ============================================ */
.new-landing-hero {
    background-color: #fff;
    padding: 20px 0 40px 0;
    overflow-x: hidden;
}

.new-landing-hero__container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 20px;
}

.new-landing-hero__wrapper {
    display: flex;
    align-items: center;
    gap: 93px;
    margin-right: calc(-50vw + 50%);
}
.new-landing-hero__breadcrumb {
    padding-top: 120px;

}
.new-landing-hero__content {
    flex: 0 0 auto;
    max-width: 600px;
}

.new-landing-hero__breadcrumb {
    margin-bottom: 15px;
}

.new-landing-hero__breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.new-landing-hero__breadcrumb ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    margin-left: 0;
    padding-left: 0;
}

.new-landing-hero__breadcrumb ul li::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M1.47666 0.220306C1.1066 -0.103499 0.544111 -0.0659996 0.220306 0.304062C-0.103498 0.674124 -0.066 1.23661 0.304063 1.56042L0.890363 0.890363L1.47666 0.220306ZM5.6389 5.04534L6.2252 5.7154L6.99098 5.04534L6.2252 4.37528L5.6389 5.04534ZM0.304063 8.53025C-0.0659988 8.85405 -0.1035 9.41654 0.220306 9.7866C0.54411 10.1567 1.1066 10.1942 1.47666 9.87036L0.890363 9.2003L0.304063 8.53025ZM0.890363 0.890363L0.304063 1.56042L5.0526 5.7154L5.6389 5.04534L6.2252 4.37528L1.47666 0.220306L0.890363 0.890363ZM5.6389 5.04534L5.0526 4.37528L0.304063 8.53025L0.890363 9.2003L1.47666 9.87036L6.2252 5.7154L5.6389 5.04534Z' fill='%23929292'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.new-landing-hero__breadcrumb ul li:last-child::after {
    display: none;
}

.new-landing-hero__breadcrumb ul li a {
    color: #929292;
    text-decoration: none;
    transition: color 0.2s ease;
}

.new-landing-hero__breadcrumb ul li a:hover {
    color: #001489;
}

.new-landing-hero__breadcrumb ul li .current {
    color: #000000;
}

.new-landing-hero__title {
    font-family: 'Figtree', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #001489;
    letter-spacing: 0.54px !important;
    line-height: 101%;
    margin: 0 !important;
}

.new-landing-hero__subtitle {
    margin-top: 25px;
    margin-bottom: 35px;
}

.new-landing-hero__subtitle p {
    letter-spacing: 0.20px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    line-height: 135%;
    margin: 0 !important;
}

.new-landing-hero__description {
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.20px;
    color: #000000;
    font-size: 20px;
    font-family: 'Figtree', sans-serif;
}

.new-landing-hero__description p {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.20px;
    font-family: 'Figtree', sans-serif;
}

.new-landing-hero__description p:last-child {
    margin-bottom: 0;
}

.new-landing-hero__images {
    flex: 1;
    display: flex;
    gap: 15px;
    min-width: 0;
    padding-right: 0;
}

.new-landing-hero__image-wrapper {
    flex: 1;
    overflow: hidden;
    min-width: 500px;
    max-height: 420px;
}

.new-landing-hero__image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    display: block;
    object-fit: cover;
}

/* Hero Banner - Responsive */
@media (max-width: 1024px) {
    .new-landing-hero__wrapper {
        gap: 60px;
    }
    
    .new-landing-hero__breadcrumb {
        padding-top: 80px;
    }
    .new-landing-hero__content {
        max-width: 450px;
    }

    .new-landing-hero__image-wrapper {
        min-width: 350px;
        max-height: 350px;
    }

    .new-landing-hero__image-wrapper img {
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .new-landing-hero {
        padding: 15px 0 30px 0;
    }

    .new-landing-hero__wrapper {
        flex-direction: column;
        gap: 38px;
        margin-right: 0;
        padding-right: 0;
    }

    .new-landing-hero__content {
        max-width: 100%;
        order: 2;
    }

    .new-landing-hero__images {
        flex: none;
        width: 100%;
        order: 1;
    }

    .new-landing-hero__image-wrapper {
        min-width: 0;
        max-height: none;
    }

    .new-landing-hero__image-wrapper img {
        max-height: none;
        height: 228px;
    }

    .new-landing-hero__title {
        font-size: 32px;
    }

    .new-landing-hero__subtitle {
        font-size: 16px;
        margin-top: 27px;
        margin-bottom: 26px;
    }

    .new-landing-hero__description {
        font-size: 16px;
    }
}

/* ============================================
   CONTENT LIST
   ============================================ */
.new-landing-content-list {
    padding: 60px 0;
    background-color: #fff;
    font-family: "Figtree", sans-serif;
}

.new-landing-content-list .container-content-list  {
    max-width: 1270px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.new-landing-content-list .section-title {
    color: #001489;
    font-family: "Figtree", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 40px 0;
    text-align: left;
}

/* Grid layout for 2 columns */
.content-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

/* Item styling */
.content-list-item {
    display: flex;
    align-items: flex-start;
    gap: 16.5px;
}

.content-list-item-image {
    flex: 0 0 180px;
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.content-list-item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.content-list-item-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-list-item-image a:hover img {
    transform: scale(1.05);
}

.content-list-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.content-list-item-content h2 {
    color: #001489;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.content-list-item-content h2 a {
    color: #001489;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.content-list-item-content h2 a:hover {
    color: #1a3278;
}

.content-list-item-description {
    color: #393733;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.content-list-item-description p {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 120%;
}

.content-list-item-description p:last-child {
    margin-bottom: 0;
}

/* Content List - Tablet - 1 column */
@media only screen and (max-width: 1024px) {
    .new-landing-content-list {
        padding: 50px 0;
    }

    .new-landing-content-list .section-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    .content-list-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .content-list-item-content h2 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Content List - Mobile - 2 columns with vertical items */
@media only screen and (max-width: 767px) {
    .new-landing-content-list {
        padding: 40px 0;
    }

    .new-landing-content-list .section-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .content-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }

    .content-list-item {
        flex-direction: column;
        gap: 12px;
    }

    .content-list-item-description p {
        font-size: 13px;
    }

    .content-list-item-image {
        flex: 0 0 160px;
        width: 100%;
        height: 160px;
    }

    .content-list-item-content h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .content-list-item-description {
        font-size: 14px;
        line-height: 21px;
    }
}

/* ============================================
   RELATED PRODUCTS
   ============================================ */
.new-landing-related-products {
    padding: 60px 0;
    background: #fff;
    font-family: "Figtree", sans-serif !important;
}

.new-landing-related-products .responsivegrid .section-title {
    border-top: 1px solid #D5D5D5;
    padding-top: 58px;
}
.new-landing-related-products .container-related-products  {
    max-width: 1270px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Related Products Grid */
.related-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 120px 8px;
}

/* Product Item */
.related-product-item {
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    display: flex;
    height: 100%;
    gap: 6px;
}

/* Product Image */
.related-product-image {
    flex-shrink: 0;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-product-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    color: #001489;
}

.related-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* Product Content Area */
.related-product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.related-product-content-top {
    flex: 1;
}

/* Product Title */
.related-product-content h3 {
    margin: 0;
    line-height: 20px;
}

.related-product-content h3 a {
    font-family: "Figtree", sans-serif !important;
    color: #001489;
    text-decoration: none;
    letter-spacing: 0.16px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.related-product-content h3 a:hover {
    color: #0066cc;
}

.related-product-description {
    margin-top: 5px;
    margin-bottom: 9px;
}

.related-product-description p {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    letter-spacing: 0.1px;
    margin: 0 !important;
}

/* Product Features List */
.related-product-features {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.related-product-features li {
    position: relative;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.1px;
    color: #000000;
    margin-left: 12px;
}

.related-product-features li:before {
    content: '';
    position: absolute;
    left: -12px;
    top: -3px;
    width: 20px;
    height: 20px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9.30287 1.25679C9.58276 0.951455 9.56214 0.477028 9.2568 0.197134C8.95146 -0.0827594 8.47703 -0.0621314 8.19714 0.243207L8.75 0.75L9.30287 1.25679ZM3.25 6.75L2.69714 7.25679C2.8392 7.41177 3.03977 7.5 3.25 7.5C3.46023 7.5 3.66081 7.41177 3.80287 7.25679L3.25 6.75ZM1.30287 3.51593C1.02298 3.2106 0.548551 3.18997 0.243212 3.46986C-0.0621285 3.74976 -0.0827554 4.22418 0.197139 4.52952L0.750005 4.02273L1.30287 3.51593ZM8.75 0.75L8.19714 0.243207L2.69714 6.24321L3.25 6.75L3.80287 7.25679L9.30287 1.25679L8.75 0.75ZM3.25 6.75L3.80287 6.24321L1.30287 3.51593L0.750005 4.02273L0.197139 4.52952L2.69714 7.25679L3.25 6.75Z' fill='%2389C4A3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Related Products - Responsive: Below 1024px - 2 columns */
@media screen and (max-width: 1023px) {
    .new-landing-related-products {
        padding-top: 0 !important;
    }
    .related-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    /* Change to vertical layout */
    .related-product-item {
        flex-direction: column;
        gap: 0;
    }

    .related-product-image {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .related-product-content {
        margin: 0px 0 16px 0;
    }

    .related-product-content h3 a {
        font-size: 16px;
    }
    /* Hide feature list on smaller screens */
    .related-product-features {
        display: none;
    }

    .related-product-description {
    }

    .related-product-content h3 {
        font-size: 16px;
        margin: 5px 0 16px 0;
        line-height: 120%;
    }
}

/* ============================================
   GUIDE LIST
   ============================================ */
.new-landing-guide-list {
    padding: 60px 0 129px 0;
    background: #fff;
    font-family: "Figtree", sans-serif !important;
}

.new-landing-guide-list .responsivegrid .section-title {
    border-top: 1px solid #D5D5D5;
    padding-top: 58px;
}

.new-landing-guide-list .container-guide-list {
    max-width: 1270px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Guide List Grid */
.guide-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

/* Guide Item */
.guide-list-item {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.guide-list-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* Guide Image */
.guide-list-image {
    width: 100%;
    height: 150px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
}

.guide-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.guide-list-item:hover .guide-list-image img {
    transform: scale(1.05);
}

/* Guide Content */
.guide-list-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.guide-list-content h3 {
    font-family: "Figtree", sans-serif !important;
    color: #001489;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 12px 0 16px 0;
    letter-spacing: 0.16px;
}

.guide-list-item:hover .guide-list-content h3 a {
    text-decoration: none;
}
.guide-list-item:hover .guide-list-link{
    text-decoration: none;
}

.guide-list-description {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin: 0;
}

.guide-list-description p {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #000000;
    margin: 0 !important;
}

/* Guide List - Responsive: Tablet - 2 columns */
@media screen and (max-width: 1023px)  {
    .new-landing-guide-list {
        padding-top: 0 !important;
        padding-bottom: 89px !important;
    }
    .guide-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .new-landing-guide-list .section-title {
        font-size: 24px;
        margin: 0 0 30px 0;
        border-top: 0 !important;
        padding-top: 0 !important;
    }


    .guide-list-content h3 {
        font-size: 16px;
        margin: 17px 0 17px 0;
    }
    .guide-list-image {
        height: 160px;
    }
}
