/* Section backgrounds */
#infopage-intel .section-wrapper {
    position: relative;
}

#infopage-intel .section-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/download/b2c_be_nl/pic/intel/bp-intel/element.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Text box styling */
#infopage-intel .text-box {
    background-color: rgba(59, 145, 245, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    min-height: 400px;
}

/* Text padding - 3 media queries */
@media (min-width: 1200px) {
    #infopage-intel .text-box {
        padding: 75px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #infopage-intel .text-box {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    #infopage-intel .text-box {
        padding: 25px;
        min-height: auto;
    }
}

/* Section text styles */
#infopage-intel .section-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 20px 0;
}

#infopage-intel .section-text {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

#infopage-intel .text-box a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: bold;
}

#infopage-intel .text-box a:hover {
    color: #ffffff !important;
    opacity: 0.9;
}

/* Image box backgrounds */
#infopage-intel .image-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    min-height: 400px;
}

.cpu-section .image-box {
    background-image: url('/download/b2c_be_nl/pic/intel/bp-intel/hero-cpu.webp');
}

.gpu-section .image-box {
    background-image: url('/download/b2c_be_nl/pic/intel/bp-intel/hero-gpu.webp');
}

.pc-section .image-box {
    background-image: url('/download/b2c_be_nl/pic/intel/bp-intel/hero-pc.webp');
}

.laptop-section .image-box {
    background-image: url('/download/b2c_be_nl/pic/intel/bp-intel/hero-laptop.webp');
}

@media (max-width: 767px) {
    #infopage-intel .image-box {
        min-height: 250px;
    }
}

/* Intro section */
#infopage-intel .intro-section {
    text-align: center;
    background-color: #f5f7fa;
}

#infopage-intel .hero-content {
    max-width: 600px;
    margin: 0 auto;
}

#infopage-intel .hero-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

#infopage-intel .hero-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 30px 0;
    color: #001f3f;
}

#infopage-intel .hero-button {
    background-color: #0071C5;
    color: white;
    border: 2px solid #0071C5;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

#infopage-intel .hero-button:hover {
    background-color: #005a9e;
    border-color: #005a9e;
    transform: translateY(-1px);
}

/* Intro section padding */
@media (min-width: 1200px) {
    #infopage-intel .intro-section {
        padding: 75px 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #infopage-intel .intro-section {
        padding: 50px 20px;
    }
}

@media (max-width: 767px) {
    #infopage-intel .intro-section {
        padding: 25px 20px;
    }
    
    #infopage-intel .hero-logo {
        max-width: 120px;
        margin-bottom: 15px;
    }
    
    #infopage-intel .hero-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    #infopage-intel .hero-button {
        padding: 10px 25px;
        font-size: 15px;
    }
}

/* Z-index for carousel cards */
#infopage-intel .section-wrapper .product-card {
    position: relative;
    z-index: 2;
}

/*Product carousel swiper css*/
/* Now using original product-card structure */

/* Carousel section wrapper with overlay */
#infopage-intel .carousel-section {
    position: relative;
    z-index: 2;
    margin: 0;
}

#infopage-intel .carousel-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f7fa;
    z-index: -1;
}

/* Clean responsive carousel - one slide at a time */
#infopage-intel .promoCards {
    margin: 0;
    padding: 40px 0 0 0;
    justify-content: flex-start;
    position: relative;
}

#infopage-intel .promoCards.row {
    margin-bottom: 0 !important;
}

#infopage-intel .promoCards .highlight-carousel-container {
    position: relative;
    padding: 0 60px; /* Space for navigation buttons */
    overflow: hidden;
}

#infopage-intel .promoCards .swiper {
    position: static;
    user-select: none;
    overflow: hidden;
}

#infopage-intel .product-carousel .swiper-slide {
    height: auto;
    margin-bottom: 0;
    padding: 0 15px; /* Consistent padding between cards */
    width: calc(25% - 30px); /* 4 cards on desktop - accounting for padding */
    flex: 0 0 auto;
    box-sizing: border-box;
}

#infopage-intel .product-carousel .swiper-wrapper {
    align-items: stretch;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}


/* Clickable card link wrapper */
#infopage-intel .product-carousel .product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

#infopage-intel .product-carousel .product-card-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Ensure carousel product cards match original styling */
#infopage-intel .product-carousel .product-card {
    background-color: white;
    height: 100%;
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

#infopage-intel .product-carousel .product-card-link:hover .product-card {
    transform: translateY(-2px);
}

#infopage-intel .product-carousel .product-image {
    padding: 24px 20px 20px 20px;
    background-color: white;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#infopage-intel .product-carousel .product-image img {
    width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: contain;
}

#infopage-intel .product-carousel .product-info {
    padding: 28px 24px 24px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#infopage-intel .product-carousel .product-brand {
    font-size: 12px;
    color: #666;
    margin: 0 0 8px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#infopage-intel .product-carousel .product-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
    line-height: 1.4;
    min-height: 44px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Product title styling - no longer needs anchor styles since whole card is clickable */


/* New price structure matching the example */
#infopage-intel .promoPrices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#infopage-intel .promoStrikeprice {
    text-decoration: line-through;
    font-size: 12px;
    color: #666;
    margin: 0 0 4px 0;
    min-height: 16px; /* Reserve space even when empty */
    display: block;
}

#infopage-intel .promoPrice {
    font-size: 18px;
    font-weight: 700;
    color: #AD0109;
    margin: 0;
}

/* 2 cards - tablets and below desktop */
@media (max-width: 1200px) {
    #infopage-intel .promoCards .highlight-carousel-container {
        padding: 0 50px;
    }
    
    #infopage-intel .product-carousel .swiper-slide {
        width: calc(50% - 30px) !important; /* 2 cards - accounting for padding */
        flex: 0 0 auto;
        padding: 0 15px;
        max-width: calc(50% - 30px) !important;
    }
}

/* 2 cards - medium tablets (enforce 2 cards, not 3) */
@media (max-width: 900px) and (min-width: 601px) {
    #infopage-intel .product-carousel .swiper-slide {
        width: calc(50% - 30px) !important; /* Force 2 cards */
        flex: 0 0 auto;
        padding: 0 15px;
        max-width: calc(50% - 30px) !important;
    }
}

/* 1 card - mobile (full width) */
@media (max-width: 600px) {
    #infopage-intel .promoCards .highlight-carousel-container {
        padding: 0 30px;
    }
    
    #infopage-intel .product-carousel .swiper-slide {
        width: calc(100% - 30px) !important; /* 1 card - accounting for padding */
        flex: 0 0 auto;
        padding: 0 15px;
        max-width: calc(100% - 30px) !important;
    }
    
    #infopage-intel .product-carousel .product-info {
        padding: 22px 18px 18px 18px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    #infopage-intel .product-carousel .product-title {
        font-size: 15px;
        min-height: 36px;
    }
    
    #infopage-intel .product-carousel .product-image {
        padding: 20px 16px 16px 16px;
        min-height: 180px;
    }
    
    #infopage-intel .product-carousel .product-image img {
        max-height: 140px;
    }
    
}


/* Carousel navigation button styles */
#infopage-intel .swiper-button-prev,
#infopage-intel .swiper-button-next {
    margin: 0 5px;
    color: #ffffff;
    background-color: #0071C5;
    height: 35px;
    width: 35px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#infopage-intel .swiper-button-prev {
    left: 14px !important;
}

#infopage-intel .swiper-button-next {
    right: 14px !important;
}

#infopage-intel .swiper-button-prev:after {
    margin-left: -4px;
    transform: scale3d(0.5, 0.4, 0.5);
}

#infopage-intel .swiper-button-next:after {
    margin-left: 4px;
    transform: scale3d(0.5, 0.4, 0.5);
}

/* Navigation button responsive adjustments */
@media only screen and (max-width: 1300px) {
    #infopage-intel .swiper-button-prev {
        left: 8px !important;
    }

    #infopage-intel .swiper-button-next {
        right: 8px !important;
    }
}


/* Carousel buttons under each carousel */
#infopage-intel .carousel-button-container {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px 0;
    position: relative;
}

#infopage-intel .carousel-button-link {
    text-decoration: none;
    display: inline-block;
}

#infopage-intel .carousel-button {
    background-color: #0071C5;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 250px;
    border-radius: 4px;
}

#infopage-intel .carousel-button:hover {
    background-color: #005a9e;
    border-color: #005a9e;
    transform: translateY(-1px);
}

/* Mobile responsive for carousel buttons */
@media (max-width: 767.98px) {
    #infopage-intel .carousel-button-container {
        padding: 20px 20px 40px 20px;
    }
    
    #infopage-intel .carousel-button {
        padding: 12px 30px;
        font-size: 15px;
        min-width: 200px;
    }
}











/* MENU SETTINGS */

#infopage-intel .navBar,
#infopage-intel .navBar .navItem,
#infopage-intel .navBar .navItem .navDropdownButton {
    background-color: #EFEFEF;
    color: #7d7d7d;
    font-size: 16px;
}

#infopage-intel .navBar .navItem:hover,
#infopage-intel .navBar .navItem:hover .navDropdownButton,
#infopage-intel .navBar .navActive .navDropdownButton {
    background-color: #0071C5;
    color: white;
}

#infopage-intel .navBar .navDropdownContent a {
    background-color: white;
    color: #7d7d7d;
}

#infopage-intel .navBar .navDropdownContent a:hover {
    background-color: #0071C5;
    color: white;
}

@media screen and (min-width: 767px) {
    #infopage-intel .navBar .navCurrentPage {
        background-color: #0071C5;
        color: white;
        pointer-events: none;
    }
}

@media screen and (min-width: 767px) and (max-width: 1300px) {
    #infopage-intel .navBar {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 54px;
        grid-gap: 2px;
        background-color: #e9e9e9;
        border-top: 2px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
    }
}

@media screen and (min-width: 1300px) {
    #infopage-intel .navBar {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-auto-rows: 54px;
        grid-gap: 2px;
        background-color: #e9e9e9;
        border-top: 2px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
    }

    #infopage-intel .navBar .navDropdownContent a {
        min-width: 184px;
    }
}

/* ALGEMENE MENU CSS */

#infopage-intel .navBar {
    overflow: hidden;
}

#infopage-intel .navBar .navItem {
    float: left;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

#infopage-intel .navBar .navItem:hover {
    transition: background-color 0.3s;
}

#infopage-intel .navBar .navDropdownButton {
    border: none;
    outline: none;
    color: #7d7d7d;
    background-color: inherit;
    font-family: inherit;
    width: 100%;
    transition: background-color 0.3s;
}

#infopage-intel .navBar .navDropdownContent {
    display: none;
    position: absolute;
    background-color: #f89828;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

#infopage-intel .navBar .navDropdownContent a {
    float: none;
    padding: 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: background-color 0.3s;
}

#infopage-intel .navBar .navIcon {
    display: none;
}

#infopage-intel .navBar .navDropdown.navActive .navDropdownContent {
    display: block;
}

@media screen and (max-width: 767px) {

    #infopage-intel .navBar .navItem:not(:first-child):not(:last-child),
    #infopage-intel .navBar .navDropdownButton {
        display: none;
    }

    #infopage-intel .navBar .navItem {
        padding: 15px;
    }

    #infopage-intel .navBar.navMenuOpen {
        position: relative;
    }

    #infopage-intel .navBar .navIcon {
        float: right;
        display: block;
    }

                #infopage-intel .navBar.navMenuOpen .navIcon {
        position: absolute;
        right: 0;
        top: 0;
    }

    #infopage-intel .navBar.navMenuOpen .navItem,
    #infopage-intel .navBar.navMenuOpen .navDropdownButton {
        float: none;
        display: block !important;
        text-align: left;
    }

    #infopage-intel .navBar.navMenuOpen .navDropdown {
        float: none;
    }

    #infopage-intel .navBar.navMenuOpen .navDropdownButton {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    #infopage-intel .navBar.navMenuOpen .navDropdownContent {
        position: relative;
        margin-top: 15px;
    }
}

@media screen and (min-width: 767px) {
    #infopage-intel .navBar a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #infopage-intel .navBar .navDropdown a {
        justify-content: start;
    }

    #infopage-intel .navBar .navDropdownButton {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    #infopage-intel .navBar .navIcon {
        display: none !important;
    }

    #infopage-intel .navBar .navDropdownContent a {
        padding: 15px !important;
    }
}