/* Header */
ul#menu-top-header-menu {
    display: flex;
}
.b2b-connect-header {
    padding-top: 8vh;
    width: 88%;
}

.b2b-account-link {
    color: #7A6B5B;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.b2b-account-link i {
    font-size: 20px;
}
.b2b-header-inner a:hover {
    color: #7A6B5B;
}
.b2b-account-dropdown {
    position: absolute;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
}
.b2b-account-link:hover {
    color: #D9C554;
    text-decoration: none;
    transition: 0.3s ease-out;
}
/* Dropdown menu */
.b2b-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 5px 0;
    z-index: 999;
    min-width: 160px;
    border-radius: 4px;
}
.b2b-dropdown-menu li {
    padding: 8px 16px;
}
.b2b-dropdown-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
}
.b2b-dropdown-menu li a:hover {
    color: #D9C554;
    text-decoration: none;
    transition: 0.3s ease-out;
}
.b2b-dropdown-menu li a:hover,
.b2b-dropdown-menu li a:focus {
    background: #f0f0f0;
    outline: none;
}
/* Show menu when parent has .show */
.b2b-account-dropdown.show .b2b-dropdown-menu {
    display: block;
}
/* Show menu on hover */
.b2b-account-dropdown:hover .b2b-dropdown-menu {
    display: block;
}

/* B2B CONNECT Archive */
.b2b-heading-wrapper h1 {
    position: relative;
    font-weight: 600;
    font-size: 80px;
    color: #fff;
    top: 0px;
}
.post-type-archive-b2b-project header.enl-header,
.tax-b2b-project-dev header.enl-header{
    display: none;
}
/* .page-id-11949 header.enl-header {
    display: none;
} */
.b2b-archive-banner-wrapper{
    position: relative;
    height: 450px;
    overflow: hidden;
    margin-top: 5vh;
    border-radius: 30px;
    margin-right: 6vw;
    margin-left: 6vw;
}
.b2b-connect-text {
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    flex-direction: column;
    margin: 0;
}
.b2b-heading-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 25%;
}
.banner-desc-wrapper p {
    font-weight: 300;
    font-size: 16px;
    color: white;
    padding-left: 6vw;
    width: 88%;
}
.development-title-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.development-title h2 {
    color: #7A6B5B;
    margin-top: 50px;
    margin-bottom: 50px;
}
.b2b-projects-top.row {
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.b2b-project-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.b2b-title-tabs .b2b-title {
    background: #FAFAFA;
    min-width: 181px;
    height: 45px;
}
.b2b-title p {
    margin: 0;
    font-size: 16px;
    color: #7A6B5B;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b2b-listing-container {
    padding-top: 50px;
    padding-bottom: 0;
}
.b2b-project-container>div:not(:last-child) {
    margin-right: 15px;
}
.b2b-title-tabs.active .b2b-title p {
    color: #8CA95F;
}

.b2b-title-tabs.active .b2b-title {
    justify-content: flex-start;
    padding-left: 22px;
}
.b2b-title {
    background: #FAFAFA;
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 3px;
    white-space: nowrap;
  width: 181px;
    transition:
        background-color 0.3s ease,
        padding 0.3s ease,
        border 0.3s ease,
        justify-content 0.3s ease,
        padding-left 0.3s ease;
}
.title-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #7A6B5B;
}
/* Close icon styles */
.b2b-close-icon {
    position: absolute;
    right: 10px;
    font-size: 19px;
    color: #8CA95F;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    transition: opacity 0.3s ease, right 0.3s ease, transform 0.3s ease;
}

.b2b-title-tabs.active .b2b-close-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    right: 20px;
}

.b2b-title {
    display: flex;
    align-items: center;
    justify-content: center; /* center by default */
    transition: justify-content 0.3s ease, padding-left 0.3s ease;
}
.b2b-item-holder {
    position: relative;
    padding-bottom: 40px;
}
.b2b-project-type-label {
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}
.b2b-learn-more {
    position: absolute;
    bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}
.b2b-project-type-label {
    left: 45px;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
    bottom: 70px;
}
.b2b-learn-more {
    right: 70px;
    bottom: 73px;
}
.b2b-learn-more a {
    color: white;
    text-decoration: none;
}
.b2b-learn-more a:hover {
    text-decoration: underline;
    color: white;
}
.learn-more-icon,
.view-marketing-mat-icon {
    margin-left: 6px;
    font-size: 14px; 
    vertical-align: middle; 
    font-weight: 100;
}
.learn-more-text,
.b2b-child-cta {
    text-decoration: underline;
}
.learn-more-icon,
.view-marketing-mat-icon {
    margin-left: 6px;
    vertical-align: middle; 
}
/* .col-md-4.col-listing-b2b.b2b-project.b2b-item.b2b-post-item:last-child .b2b-project-type-label,
.col-md-4.col-listing-b2b.b2b-project.b2b-item.b2b-post-item:last-child .learn-more-text,
.col-md-4.col-listing-b2b.b2b-project.b2b-item.b2b-post-item:last-child .learn-more-icon {
  color: #7A6B5B;
} */
.b2b-post-item {
    cursor: pointer;
}
/* Taxonomy Archive */
.tax-b2b-project-type header.enl-header {
    display: none;
}
/* .tax-b2b-project-type header,
.postid-11839 header{
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.tax-b2b-project-type header.enl-header.fixed-header,
.postid-11839 header.enl-header.fixed-header{
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
} */
.b2b-taxonomy-project-type {
    display: block;
}
.b2b-project-type-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    /* margin-top: 5vh; */
    min-height: 5vh;
}
.b2b-project-archive-wrapper {
    margin-top: 50px; 
    margin-bottom: 50px; 
}
.b2b-project-logo img {
    max-width: 80%;
    height: auto;
    display: block;
}
.b2b-project-type-title h1 {
    color: #70755f;
    font-weight: 700;
}
.b2b-project-type-desc p {
    color: #70755f;
}
.b2b-divider {
    border: 1px;
    height: 1px;
    background-color: #004F92;
    margin: 8px 0;
    margin-left: 12vw;
    width: 77%;
}
/* .term-lph .b2b-project-text.flex-grow-1 {
    margin-top: 7vh;
} */
.b2b-child-terms {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-items: center;
}
.b2b-child-terms > li {
    min-width: 200px;
}
.b2b-child-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
}
.b2b-archive-child-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}
.b2b-child-term-name {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    white-space: normal;             
    text-align: center;
    max-width: 90%;
    max-height: 1.2em;                
    line-height: 1.2;
    transition:  transform 0.3s ease;
    z-index: 2;
}
.b2b-archive-child-image img {
    width: 452px;
    height: 592px;
    object-fit: cover;
    display: block;
    transition: border-radius 0.3s ease-in-out, filter 0.3s ease-in-out,transform 0.3s ease-in-out;
}
.b2b-archive-child-image img {
    display: block;
    width: 100%;
    border-radius: 56px;
}

.b2b-archive-child-image:hover img {
    filter: blur(2px) brightness(0.7);
}
.b2b-archive-child-image:hover .b2b-child-term-name {
    top: 46%;
    bottom: auto;
    transform: translate(-50%, -50%);
    font-size: 26px;
    padding: 6px 12px;
    max-width: 40%;
    max-height: 3em;
}
/* .b2b-archive-child-image:first-child::after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 27px;
    width: 89%;
    height: 117px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 80%, transparent 100%);
    backdrop-filter: blur(0.7px);
    -webkit-backdrop-filter: blur(0.7px);
    border-radius: 0 0 30px 27px;
    z-index: 1;
}
.b2b-archive-child-image::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 27px;
    width: 89%;
    height: 117px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 80%, transparent 100%);
    backdrop-filter: blur(0.7px);
    -webkit-backdrop-filter: blur(0.7px);
    border-radius: 0 0 56px 56px;
    z-index: 1;
} */

.term-178 .b2b-archive-child-image:first-child::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 435px;
    height: 117px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 80%, transparent 100%);
    backdrop-filter: blur(0.7px);
    -webkit-backdrop-filter: blur(0.7px);
    border-radius: 0 0 30px 27px;
    z-index: 1;
}
.term-178 .b2b-archive-child-image::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 435px;
    height: 117px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 80%, transparent 100%);
    backdrop-filter: blur(0.7px);
    -webkit-backdrop-filter: blur(0.7px);
    border-radius: 0 0 56px 56px;
    z-index: 1;
}
.b2b-archive-child-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 117px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 80%, transparent 100%);
    backdrop-filter: blur(0.7px);
    -webkit-backdrop-filter: blur(0.7px);
    border-radius: 0 0 56px 56px;
    z-index: 1;
}
.b2b-child-cta {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    color: white;
    font-size: 16px;
    top: 59%;
    bottom: auto;
    transform: translate(-50%, -50%);
    font-size: 18px;
    padding: 6px 12px;
    max-width: 50%;
    max-height: 3em;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
}
.b2b-archive-child-image:hover .b2b-child-cta {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.b2b-child-cta .cta-text {
    text-decoration: underline;
}
.b2b-breadcrumbs-tax {
    font-size: 1rem;
    position: relative;
    top: calc(16vh + 10%);
    left: 50.5%;
    transform: translateX(-50%);
    z-index: 2;
    color: #004F92;
    white-space: nowrap;
}
.b2b-breadcrumbs-tax a {
    color: #004F92;
    text-decoration: none;
}
.b2b-breadcrumbs-tax span {
    margin: 0 5px
}

.b2b-project-text.flex-grow-1 {
   margin-top: 5vh;
}

/* New part */

.b2b-project-logo img {
    max-width: 200px;
    height: auto;
    min-height: 18vh;
    object-fit: contain;
}
.b2b-child-project-list {
    list-style-type: none;
    padding-left: 15px;
    margin: 0;
    font-size: 18px;
    padding-top: 40px;
    max-width: 400px;
}
.project-link {
    font-weight: bold; 
}
.download-label {
    white-space: nowrap; 
    font-size: 14px;     
}

.b2b-child-project-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
    padding-right: 0; 
    position: relative;
}
.b2b-child-project-item .project-title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.b2b-child-project-item a.download-link {
    color: white;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}
.b2b-child-project-item a.download-link:hover {
    text-decoration: underline;
    color: white; 
}
.download-link {
    display: inline-block;       
    background-color: #0A3B63;   
    color: #fff;               
    padding: 10px 10px;       
    border-radius: 20px;          
    text-decoration: none;       
    font-weight: bold;     
    transition:  0.3s ease; 
}

/* Hover effect for the link */
.download-link:hover {
    color: #fff;               
}
/* B2B Single */
.single-b2b-project header.enl-header {
    display: none;
}
.b2b-single-banner-wrapper {
    position: relative;
    height: 450px;
    overflow: hidden;
    margin-top: 5vh;
    border-radius: 30px;
    margin-right: 6vw;
    margin-left: 6vw;
}

.b2b-single-banner-wrapper:before {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.b2b-single-logo {
    position: absolute;
    top: 10vh;
    left: 3vw;
    z-index: 2;
    max-width: 108px;
}
.b2b-single-logo img {
    width: 100%;
    height: auto;
}
.b2b-banner-title{
    position: absolute;
    top: calc(10vh + 120px);
    left: 3vw;
    z-index: 2;
    color: white;
}
.b2b-banner-subtitle {
    position: absolute;
    top: calc(10vh + 165px);
    left: 3vw;
    font-weight: 700;
    z-index: 2;
    color: white;
}
.b2b-post-title {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}
/* Brochure */
.b2b-brochure-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 40px;
    padding-bottom: 40px;
}
.b2b-brochure-box {
    height: 255px;
    border: 1px solid #0A3B63;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b2b-brochure-title {
    font-weight: 700;
    font-size: 18px;
    padding-top: 8vh;
    color: #004080;
    padding-left: 35px;
}
.b2b-brochure-link{
    display: inline-block;
    padding: 19px 16px;
    background-color: #0A3B63;
    text-decoration: none;
    border-radius: 0px 0px 16px 16px;
    text-align: left;
    padding-left: 35px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
/* Floor plan */
.b2b-floor-plan-box {
    height: 255px;
    border: 1px solid #707070;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b2b-floor-plan-title {
    font-weight: 700;
    font-size: 18px;
    padding-top: 8vh;
    color: #707070;
    padding-left: 35px;
    word-wrap: break-word;
}
.b2b-floor-plan-link {
    display: inline-block;
    padding: 19px 16px;
    background-color: #707070;
    text-decoration: none;
    border-radius: 0px 0px 16px 16px;
    text-align: left;
    padding-left: 35px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
/* Price List */
.b2b-price-list-box{
    height: 255px;
    border: 1px solid #8ACDD3;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b2b-price-list-title{
    font-weight: 700;
    font-size: 18px;
    padding-top: 8vh;
    color: #8ACDD3;
    padding-left: 35px;
    word-wrap: break-word;
}
.b2b-price_list-link {
    display: inline-block;
    padding: 19px 16px;
    background-color: #8ACDD3;
    text-decoration: none;
    border-radius: 0px 0px 16px 16px;
    text-align: left;
    padding-left: 35px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.b2b-price-list-date {
    margin-bottom: 72px;
    font-size: 15px;
    font-weight: 400;
    color: #8ACDD3;
    padding-left: 35px;
    word-wrap: break-word;
}

/* All Marketing Materials */
.b2b-all-marketing-box {
    position: relative;
    height: 255px;
    border: 1px solid #6A85B8;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #6A85B8; 
    color: white; 
}
.b2b-all-marketing-box::before {
    display: none;
}
.b2b-all-marketing-box > * {
    position: relative;
    z-index: 1;
    color: white;
}
.b2b-all-marketing-title {
    padding: 8vh 37px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    transition: none;
}

.b2b-all-marketing-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 19px 16px;
    background-color: #6A85B8;
    border-radius: 0 0 16px 16px;
    text-decoration: none;
    text-align: left;
    padding-left: 35px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    transition: none;
}
.b2b-all-marketing-box:hover,
.b2b-all-marketing-box:hover .b2b-all-marketing-title,
.b2b-all-marketing-box:hover .b2b-all-marketing-link {
    background-color: #6A85B8;
    color: white;
}

a.b2b-brochure-link,
a.b2b-floor-plan-link, 
a.b2b-price_list-link,
a.b2b-all-marketing-link,
a.b2b-additional-material-link{
    color: white;
}
a.b2b-brochure-link:hover,
a.b2b-floor-plan-link:hover, 
a.b2b-price_list-link:hover,
a.b2b-all-marketing-link:hover,
a.b2b-additional-material-link:hover{
    color: white;
}
.download-text {
    text-decoration: underline;
    font-weight: 400;
    margin-right: 10px;
}
.b2b-download-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
    padding: 40px 6vw;
}
.b2b-download-box {
    height: 260px; 
    border-radius: 20px;
    border: 1px solid #ccc; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}
img.download-icon {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-bottom: 2px;
    vertical-align: middle;
}
.images h2 {
    text-align: center;
    color: #0A3B63;
    font-weight: 700;
    font-size: 25px;
}
.b2b-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
    min-height: 95vh;
    padding: 75px 7vw;
}

/* .b2b-gallery-box {
    width: 100%;
    max-width: 100%;
}
.b2b-gallery-image-wrapper {
    position: relative;
}
.b2b-gallery-image-wrapper img {
    border-radius: 30px;
} */
.b2b-gallery-box {
    width: 100%;
    max-width: 100%;
    height: 360px;
    overflow: hidden; 
}
.b2b-gallery-image-wrapper {
    width: 100%;
    height: 100%; 
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.b2b-gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 30px;
    display: block;
}
.single-gallery-view-icon,
.single-gallery-download-icon {
    position: absolute;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 30px;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.single-gallery-view-icon:hover,
.single-gallery-download-icon:hover {
    background-color: transparent;
    box-shadow: none;
}
.single-gallery-view-icon img,
.single-gallery-download-icon img {
    width: 24px;
    height: 24px;
    display: block;
}
.single-gallery-view-icon {
    right: 60px;
}
.single-gallery-download-icon {
    right: 10px;
}
.b2b-single-gallery {
    position: relative;
}
.gallery-image-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0; 
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    z-index: 5;
    pointer-events: none;
}

.b2b-gallery-box:hover .gallery-image-title {
    opacity: 1;
}

.b2b-single-gallery-modal {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}
.gallery-modal-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.modal-download-icon {
    position: absolute;
    bottom: 22%;
    right: 17%;
}
.postid-12118 .modal-download-icon {
    position: absolute;
    bottom: 29%;
    right: 17%;
}
.postid-11837 .modal-download-icon {
    position: absolute;
    bottom: 39%;
    right: 17%;
}
.gallery-modal-content {
    display: block;
    width: 70%;
    height: 800px;;
    object-fit: cover;
    border-radius: 0;
    animation: zoomIn 0.25s ease;
}
.b2b-download-image-buttons {
    text-align: center;
    position: relative;
    margin-bottom: 13vh;
    height: auto; 
}

.download-all-btn-images,
.download-selected-btn-images {
    padding: 12px 19px;
    background-color: #0A3B63;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: background-color 0.3s ease;
    min-width: 255px;
    max-width: 255px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.download-selected-btn-images {
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

button#download-selected-images:hover,
.download-all-btn-images:hover {
    background-color: #155480; 
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.gallery-modal-close {
    position: absolute;
    top: 25%;
    right: 17%;
    color: white;
    font-size: 25px;
    font-weight: 300;
    cursor: pointer;
    z-index: 11;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;  
    box-sizing: border-box; 
}
/* Vivea */
.postid-11837 .gallery-modal-close {
    position: absolute;
    top: 40%;
    right: 17%;
    color: white;
    font-size: 25px;
    font-weight: 300;
    cursor: pointer;
    z-index: 11;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    box-sizing: border-box;
}
/* Les verges */
.postid-12118 .gallery-modal-close {
    position: absolute;
    top: 29%;
    right: 17%;
    color: white;
    font-size: 25px;
    font-weight: 300;
    cursor: pointer;
    z-index: 11;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    box-sizing: border-box;
}
/* .download-all-btn-images {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 12px 19px;
    background-color: #0A3B63;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 8vh;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: background-color 0.3s ease;
    display: block;
    max-width: 220px;
} */
.download-icon-btn {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 7px;
    margin-bottom: 2px;
}
.download-all-text {
  text-decoration: underline;
}
.images {
    padding-top: 50px;
}
/* For the Navigation feature */
.b2b-gallery-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 2.0rem;
    padding: 0 1rem;
    cursor: pointer;
    z-index: 10001;
    user-select: none;
}
.b2b-gallery-nav.prev {
    left: 40px;
}
.b2b-gallery-nav.next {
    right: 40px;
}
/* Checkbox */
.gallery-image-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: white;
    border: 2px solid #333;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.b2b-gallery-image-wrapper:hover .gallery-image-checkbox {
    opacity: 1;
}

.gallery-checkbox-visible .gallery-image-checkbox {
    opacity: 1 !important;
}
@media (max-width: 768px) {
    .b2b-gallery-nav {
        display: none !important;
    }
}
.b2b-breadcrumbs-single{
    font-size: 1rem;
    position: absolute;
    top: calc(27vh + 10%);
    left: 3vw;
    z-index: 2;
    color: white;
    white-space: nowrap;
}
.b2b-breadcrumbs-single a {
    color: white;
    text-decoration: none;
}
.b2b-breadcrumbs-single span {
    margin: 0 5px
}
/* // my account b2b menu  */
.b2b-account-link a span {
    color: #7A6B5B;
}
/* .my-account-row {
    padding-top: 60px !important;
} */
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--b2b-home a:before {
    content: '\f1ad';
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
}
.signup-b2b {
    padding-top: 5px;
}

.b2b-login-connect, .b2b-register-connect {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
h2.b2b-connect-title {
    color: #70755f !important;
    font-size: 55px !important;
}

/* Speak up */
.speak-up-cta {
    margin-top: 15px;
}

/* Other Materials */
.b2b-additional-material-box {
    height: 255px;
    border: 1px solid #707070;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b2b-additional-material-box {
    border: 1px solid #8ACDD3;
    background-color: #fff;
}
.b2b-additional-material-title {
    font-weight: 700;
    font-size: 18px;
    padding-top: 8vh;
    color: #8ACDD3; 
    padding-left: 35px;
}
.b2b-additional-material-link {
    display: inline-block;
    padding: 19px 16px;
    background-color: #8ACDD3; 
    text-decoration: none;
    border-radius: 0px 0px 16px 16px;
    text-align: left;
    padding-left: 35px;
    font-weight: 600;
    font-size: 1
}


