* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-bar {
    background: #f5f5f5;
    padding: 8px 0;
    font-size: 14px;
    color: #333;
}

.top-bar p {
    margin: 0;
    text-align: center;
}

.top-bar a {
    color: #82151f;
    text-decoration: none;
}

.top-bar a:hover {
    text-decoration: underline;
}

.header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Sticky header styles */
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo-section {
    display: flex;
    align-items: center;
}

.header .logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header .logo img {
    height: 40px;
    width: auto;
}

.header .logo-text {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}

.header .menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}

.header .menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header .cart-item a {
    position: relative;
    padding-right: 30px;
}

.cart-item a {
    position: relative;
    display: flex;
    align-items: center;
}

.cart-item a:before {
    content: "";
    background-image: url(../images/icon-shopping-cart.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 0px;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -15px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .top-bar {
        font-size: 12px;
        padding: 10px;
    }
    
    .header {
        padding: 15px 0;
    }
    
    .header .logo-text {
        font-size: 14px;
    }
    
    .header .menu ul {
        gap: 15px;
    }
    
    .header .menu ul li a {
        font-size: 14px;
    }
}

.banner-section {
    height: 360px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.banner-section .collaboration {
    background: #006281;
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
}

.banner-section .banner-logos {
    background: url('../assets/Background_MembershipCenterPESG.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 80px;
}

.banner-section .banner-logos img {
    width: 40%;
}

.banner-section .banner-logos img:nth-child(3) {
    margin-top: -10px !important;
}

.banner-section .divider {
    background: #ffffff;
    min-height: 180px;
    width: 3px;
    margin-right: 20px;
}

.main-content {
    display: flex;
    justify-content: center;
    padding: 50px 100px;
    gap: 50px;
}

.main-content .accordion-section {
    width: 60%;
}

.main-content .content {
    width: 40%;
}

.content video {
    margin-bottom: 22px;
}

.accordion {
    padding: 30px;
    margin-bottom: 15px;
}

.accordion.active-accordion {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-content .acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content .acc-header .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.main-content .acc-header .brand img {
    width: 64px;
    height: 64px;
}

.main-content .acc-header .brand h3 {
    font-size: 24px;
    color: #111111;
}

.main-content .acc-header .icon i {
    font-size: 30px;
    cursor: pointer;
}

.main-content .acc-content {
    padding-top: 30px;
}

.acc-content a {
    color: #82151f;
}

.main-content .prices-area {
    padding: 30px 0;
}

.main-content .explore-link {
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #82151f;
}

.main-content .acc-prices-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
}

.main-content .pirce-details button {
    background: #82151f;
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    text-align: center;
}

.main-content .pirce-details button.item-added {
    background: #8c8c8c;
}

.main-content .pirce-details button:hover {
    opacity: 0.9;
}

.main-content .pirce-details button.inquiry {
    background: #82151f;
}

.main-content .pirce-details button.inquiry.item-added {
    background: #8c8c8c;
}

.main-content .content h2 {
    font-size: 33px;
    padding-bottom: 22px;
    color: #000000;
}

.main-content .content p {
    font-size: 18px;
    line-height: 25px;
}

.main-content .inner-accordion {
    display: none;
}

.main-content .inner-accordion.active {
    display: block !important;
}

.icon i {
    transition: transform 0.3s ease;
    transform: rotate(360deg);
}

.icon i.rotate {
    transform: rotate(180deg);
}

.uses-details {
    padding: 40px 0;
}

.uses-details div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uses-details p {
    color: #0b5f77;
    font-weight: 700;
    font-size: 19px !important;
}

.uses-details span {
    color: #000000;
    font-weight: 700;
    font-size: 19px !important;
}

.uses-details .cutoff {
    color: #999797;
    font-weight: 700;
    text-decoration: line-through;
    font-size: 19px !important;
}

.hr-line {
    background: #99979750;
    width: 100%;
    min-height: 4px;
}

.main-content .resources {
    padding: 30px 0;
}

.main-content .resources h2 {
    color: #000000 !important;
}

.main-content .resources p {
    color: #000000;
    font-size: 17px !important;
    margin: 20px 0;
}

.main-content .resources p strong {
    color: #006281 !important;
    font-size: 20px;
}

.footer {
    border-top: 4px solid #99979750;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
    padding: 30px 60px;
    gap: 20px;
}

.footer ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer ul li {
    list-style-type: none;
}

.footer ul li a {
    text-decoration: none;
    color: #111111;
    font-size: 18px;
    font-weight: 500;
}

.footer span {
    color: #99979799;
    font-size: 15px;
}

.label-new {
    background: #7fa830;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
    display: inline-block;
}

.popup {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border-radius: 10px;
    background: #ffffff !important;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid rgb(194, 191, 191);
    z-index: 99999999 !important;
}

.popup .popexit {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.popup__title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #111111;
}

.popup__action {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.popup__action .btn {
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.popup__action .btn:first-child {
    background: #ffffff;
    color: #111111;
    border: 1px solid #ddd;
}

.popup__action .btn.secondary {
    background: #82151f;
    color: #ffffff;
    border: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

@media only screen and (max-width: 600px) {
    .header .menu ul li a {
        font-size: 15px;
    }
    .header .logo-section img {
        width: 100%;
    }

    .header .logo img {
        height: 19px;
    }

    .header .menu ul {
        gap: 20px;
    }
    .banner-section {
        flex-direction: column !important;
        height: 100%;
    }
    .banner-section .collaboration {
        width: 100% !important;
        padding: 4%;
    }

    .banner-section .banner-logos {
        padding: 0 20px !important;
    }
    .banner-section .divider {
        min-height: 90px;
        margin-right: 10px;
    }
    .main-content .accordion-section {
        width: 100% !important;
    }
    .main-content {
        padding: 20px;
        gap: 30px;
        flex-direction: column !important;
    }
    .main-content .content {
        width: 100% !important;
    }
    .main-content .content h2 {
        font-size: 25px;
    }
    .main-content .acc-prices-sec {
        flex-direction: column;
        margin: 15px 0;
        gap: 20px;
    }
    .accordion {
        padding: 20px !important;
    }
    .main-content .acc-header .icon i {
        font-size: 25px;
    }
    .footer {
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 20px;
    }
}

/* Remove popup display */
/* 
.popup, .overlay {
    display: none !important;
}
*/

/* Cart icon styling */
.checkout-item a:before {
    content: "";
    background-image: url(../images/icon-shopping-cart.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 0px;
}

/* Exact cart count styling as provided */
.checkout-item.has-items a {
    position: relative;
}

.checkout-item.has-items a span {
    font-size: 13px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #95232e;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    right: -36px;
    top: -2px;
}

/* Footer cart styling */
.footer .checkout-item a:before {
    content: "";
    background-image: url(../images/icon-shopping-cart.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.footer .checkout-item.has-items a {
    position: relative;
}

.footer .checkout-item.has-items a span {
    font-size: 13px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #95232e;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    right: -36px;
    top: -2px;
}

/* Add padding to body when header is sticky */
body {
    transition: padding-top 0.3s ease;
}

/* Adjust banner when header is sticky */
body .banner-section {
    transition: margin-top 0.3s ease;
}

/* Remove default iframe styling */
iframe {
    border: none !important;
    overflow: hidden !important;
    overflow-clip-margin: unset !important;
    display: block;
    width: 100%;
}

/* Specific styling for iframes in content area */
.main-content .content iframe {
    margin-bottom: 20px;
    max-width: 100%;
} 