.dropdown_menu, .dropdown-menu {
    min-width: 10rem !important;
    transition: 0.3s !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: var(--primary-color) !important;
   
}
.dropdown_menu {
    display: flex !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) !important;
}
.dropdown_item,
.dropdown-item,
.dropItemEnternal {
    position: relative !important;
    padding: 10px !important;
    line-height: 1 !important;
}

    .dropdown_item:not(:last-child),
    .dropdown-item:not(:last-child),
    .dropItemEnternal:not(:last-child) {
        border-bottom: 1px solid #fdfbfa4b !important;
    }

.dropdownItem_link, .dropItemEnternal_link {
    line-height: 1 !important;
    padding: 0 !important;
    color: var(--white) !important;
    font-size: 13px !important;
    display: inline-block !important;
    width: 100% !important;
}
.dropdown-item {
    color: var(--white) !important;
    display: inline-block !important;
    width: 100% !important;
    background: var(--primary-color) !important;
    font-size: 13px !important;
    text-align: right !important;
}

    .dropdownItem_link:hover,
    .dropdown-item:hover,
    .dropItemEnternal_link:hover {
        color: var(--accent-color) !important;
    }
    .dropdownItem_link::after,
    .dropItemEnternal_link::after {
        display: none !important;
    }

.dropdown_Internal {
    position: relative !important;
}

.dropdown_menuEnternal {
    position: absolute !important;
    top: 0 !important;
    right: 100% !important;
    min-width: 10rem !important;
    transition: 0.3s !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: var(--primary-color) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) !important;
}



.mainNav ul li a {
    position: relative;
    width: 100%;
}

@media (min-width: 993px) {
    .dropdown_menu {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
    }

    .dropdown_Internal:hover .dropdown_menuEnternal,
    .dropdownBtn:hover .dropdown_menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

@media (max-width: 992px) {
    .dropdown_menu {
        display: none !important;
    }

        .dropdown_menu.show {
            display: flex !important;
            opacity: 1 !important;
            visibility: visible !important;
            transform: translateY(0) !important;
        }
}


.card_logoPartner {
    text-align: center;
    margin: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 30px 2px #f5e0eb86;
    background: var(--white);
}

    .card_logoPartner img {
        max-height: 90%;
        max-width: 90%;
        width: 90%;
    }

.partners_sectionlogos .swiper-wrapper {
    align-items: center;
}

@media (max-width: 991px) {
    .card_logoPartner {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 767px) {
    .card_logoPartner {
        width: 120px;
        height: 120px;
    }
    .card_logoPartner img {
        max-width: 100px;
    }
}

@media (max-width: 567px) {
    .card_logoPartner {
        width: 100px;
        height: 100px;
    }
    .card_logoPartner img {
        max-width: 85px;
    }
}

.president__section {
    padding: 90px 0;
    background: linear-gradient(180deg, #fffdfb 0%, #faf7f2 50%, #f5f0e8 100%);
    position: relative;
    overflow: hidden;
}

.president__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.president__shape--1 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(102,32,70,0.04) 0%, transparent 70%);
    top: -80px;
    left: -60px;
}

.president__shape--2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(126,114,90,0.05) 0%, transparent 70%);
    bottom: -40px;
    right: -40px;
}

.president__shape--3 {
    width: 120px;
    height: 120px;
    border: 2px solid rgba(102,32,70,0.06);
    top: 40%;
    right: 5%;
}

.president__badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(102,32,70,0.08), rgba(126,114,90,0.06));
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1rem;
    border: 1px solid rgba(102,32,70,0.12);
}

.president__content {
    text-align: right;
    direction: rtl;
    position: relative;
    z-index: 2;
}

.president__title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

    .president__title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        right: 0;
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        border-radius: 2px;
    }

.president__text {
    font-size: 1.05rem;
    color: var(--text-color);
    line-height: 1.9;
    margin-bottom: 1.1rem;
}

.president__signature {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px dashed rgba(102,32,70,0.15);
}

.president__greeting {
    font-size: 0.95rem;
    color: var(--primary-color);
    font-weight: 500;
}

.president__name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
}

.president__role {
    font-size: 1rem;
    color: var(--secondary-color);
    font-weight: 500;
}

.president__image-wrapper {
    display: inline-block;
    max-width: 420px;
    position: relative;
    z-index: 2;
}

.president__image-frame {
    position: relative;
    border-radius: 0 0 45% 45%;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(102,32,70,0.12), 0 0 0 8px var(--primary-color);
    transition: all 0.4s ease;
}

    .president__image-frame::before {
        content: "";
        position: absolute;
        inset: -4px;
        border-radius: 0 0 47% 47%;
        border: 3px solid rgba(102,32,70,0.12);
        pointer-events: none;
    }

.president__image-wrapper:hover .president__image-frame {
    box-shadow: 0 30px 70px rgba(102,32,70,0.18);
    transform: translateY(-5px);
}

.president__image {
    width: 100%;
    height: auto;
    border-radius: 0 0 45% 45%;
    object-fit: cover;
    aspect-ratio: 1;
    display: block;
}

@media (max-width: 991px) {
    .president__section {
        padding: 60px 0;
    }

    .president__image-wrapper {
        max-width: 320px;
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .president__section {
        padding: 50px 0;
    }

    .president__title {
        font-size: 1.6rem;
    }

    .president__image-wrapper {
        max-width: 260px;
    }
}

.brands-section-mix {
    overflow: hidden;
}

.brands-mix__dark {
    padding: 70px 0 100px;
    background: linear-gradient(135deg, #3d1f3d 0%, #4a2540 25%, #5c2d4e 50%, #4a2540 100%);
    position: relative;
}

.brands-mix__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.brands-mix__shape--1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    top: -80px;
    right: -60px;
}

.brands-mix__shape--2 {
    width: 180px;
    height: 180px;
    border: 2px solid rgba(255,255,255,0.05);
    bottom: 20%;
    left: -40px;
}

.brands-mix__header {
    text-align: center;
    position: relative;
    z-index: 2;
}

.brands-mix__badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 1rem;
    backdrop-filter: blur(8px);
}

.brands-mix__title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.brands-mix__desc {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem;
    max-width: 550px;
    margin: 0 auto;
}

.brands-mix__light {
    margin-top: -60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}
/* .brands-mix__slider { padding: 0 10px 50px; } */
.brand-card-mix {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.5); */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .brand-card-mix:hover {
        transform: translateY(-5px);
        /* box-shadow: 0 30px 60px rgba(0,0,0,0.3); */
    }

.brand-card-mix__top {
    background: linear-gradient(135deg, var(--primary-color), #8b2d5e);
    padding: 1.3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.brand-card-mix__icon {
    width: max-content;
    height: 50px;
    padding: 0 8px;
    background: var(--white);
    border-radius: 15px;
    align-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

.brand-card-mix:hover .brand-card-mix__icon {
    transform: scale(1.1);
}

.brand-card-mix__discount {
    background: var(--white);
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 800;
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: discount-pulse 2s ease-in-out infinite;
}

@keyframes discount-pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.brand-card-mix__body {
    padding: 2rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.brand-card-mix__name {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.brand-card-mix__body .brand-card-mix__desc {
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex: 1;
}

.brand-card-mix__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .brand-card-mix__actions .btn {
        flex: 1;
    }

.brand-card-mix__eye {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102,32,70,0.1);
    color: var(--primary-color);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .brand-card-mix__eye:hover {
        background: var(--primary-color);
        color: var(--white);
        transform: scale(1.05);
    }

@media (max-width: 576px) {
    .brands-mix__dark {
        padding: 50px 0 80px;
    }

    .brands-mix__title {
        font-size: 1.75rem;
    }

    .brands-mix__light {
        margin-top: -45px;
    }
}


.workshops-section-v2 {
    padding: 80px 0;
    /* background: linear-gradient(180deg, #fffdfb 0%, #f8f5f0 100%); */
    background: white;
    position: relative;
    overflow: hidden;
}

.workshops-shape {
    position: absolute;
    pointer-events: none;
}

.workshops-shape--1 {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(102,32,70,0.05) 0%, transparent 70%);
    border-radius: 50%;
    top: -60px;
    right: -40px;
}

.workshops-shape--2 {
    width: 150px;
    height: 150px;
    border: 2px solid rgba(102,32,70,0.06);
    border-radius: 50%;
    bottom: 15%;
    left: -30px;
}

.workshops-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 2;
}

.workshops-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(102,32,70,0.08), rgba(126,114,90,0.06));
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1rem;
    border: 1px solid rgba(102,32,70,0.1);
}

.workshops-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.workshops-desc {
    color: var(--text-color);
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto;
}

.workshop-card-v2 {
    background: var(--white);
    border-radius: 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(102,32,70,0.08);
    border: 1px solid rgba(102,32,70,0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: workshop-fade-in 0.6s ease-out forwards;
    opacity: 0;
}

@keyframes workshop-fade-in {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.workshop-card-v2:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 55px rgba(102,32,70,0.15);
}

.workshop-card-v2__accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    transition: width 0.3s ease;
}

.workshop-card-v2:hover .workshop-card-v2__accent {
    width: 8px;
}

.workshop-card-v2__date-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--primary-color), #8b2d5e);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(102,32,70,0.25);
    animation: date-float 3s ease-in-out infinite;
}

.workshops-grid .col-lg-4:nth-child(2) .workshop-card-v2__date-badge {
    animation-delay: 0.5s;
}

.workshops-grid .col-lg-4:nth-child(3) .workshop-card-v2__date-badge {
    animation-delay: 1s;
}

@keyframes date-float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

.workshop-card-v2__day {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.workshop-card-v2__month {
    font-size: 0.65rem;
    font-weight: 600;
    opacity: 0.95;
}

.workshop-card-v2__content {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    padding-top: 4.5rem;
}

.workshop-card-v2__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.workshop-card-v2:hover .workshop-card-v2__title {
    color: #8b2d5e;
}

.workshop-card-v2__desc {
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.workshop-card-v2__stats {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px dashed rgba(102,32,70,0.12);
}

.workshop-card-v2__stat {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: var(--secondary-color);
}

    .workshop-card-v2__stat i {
        color: var(--primary-color);
        font-size: 0.85rem;
    }

.workshop-card-v2__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .workshop-card-v2__actions .btn {
        flex: 1;
    }

.workshop-card-v2__link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102,32,70,0.08);
    color: var(--primary-color);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .workshop-card-v2__link:hover {
        background: var(--primary-color);
        color: var(--white);
        transform: scale(1.05);
    }

@media (max-width: 991px) {
    .workshops-section-v2 {
        padding: 60px 0;
    }

    .workshops-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 576px) {
    .workshops-section-v2 {
        padding: 50px 0;
    }

    .workshops-title {
        font-size: 1.6rem;
    }
}

.member_section {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--primary-color) 0%, #ac3476 134.53%);
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}

.member_section::before {
    content: "";
    background-image: url(../Img/how-it-work-bg-prime.png);
    background-position: top -110px right -50px;
    background-repeat: no-repeat;
    background-size: 440px auto;
    max-width: 440px;
    max-height: 440px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.membershape_senna {
    position: absolute;
    max-width: 200px;
    height: auto;
    bottom: 10px;
    left: 0;
}

.member_section__container {
    max-width: 1150px !important;
}

.member_section__content {
    text-align: right;
    direction: rtl;
    position: relative;
    z-index: 4;
}

.member_section__title {
    color: var(--white);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.member_section__text {
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.member_section__btn {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

    .member_section__btn:hover {
        background: var(--white);
        color: var(--primary-color);
        border-color: var(--white);
    }

.card_member {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.5rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

    .card_member:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

.card_member__img {
    width: 140px;
    height: 140px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
}

    .card_member__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card_member__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
}

.card_member__role {
    font-size: 0.9rem;
    color: var(--text-color);
    font-weight: 400;
}

.swiper_members .swiper-slide {
    height: auto;
}
swiper_membersV2 .swiper-slide {
    height: auto;
}

@media (max-width: 991px) {
    .member_section__title {
        font-size: 1.5rem;
    }

    .member_section__content {
        text-align: center;
    }

    .card_member__img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 576px) {
    .member_section__title {
        font-size: 1.25rem;
    }

    .card_member__img {
        width: 100px;
        height: 100px;
    }
}

.news-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #fdfbfa 0%, #f5f0eb 100%);
    position: relative;
    overflow: hidden;
}

.news-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(102, 32, 70, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.news-section::after {
    content: "";
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(126, 114, 90, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.news-section__header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.news-section__badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), #8b2d5e);
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.news-section__title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.news-section__desc {
    color: var(--text-color);
    font-size: 1.05rem;
    max-width: 550px;
    margin: 0 auto;
    opacity: 0.9;
}

.news-card-v2 {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

    .news-card-v2:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 50px rgba(102, 32, 70, 0.15);
    }

.news-card-v2__link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.news-card-v2__img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.news-card-v2__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card-v2:hover .news-card-v2__img {
    transform: scale(1.08);
}

.news-card-v2__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-card-v2:hover .news-card-v2__overlay {
    opacity: 1;
}

.news-card-v2__category {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--white);
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    z-index: 2;
}

.news-card-v2__date {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: var(--white);
    font-size: 0.8rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.news-card-v2__body {
    padding: 1.5rem 1.5rem 1.75rem;
}

.news-card-v2__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.news-card-v2:hover .news-card-v2__title {
    color: #8b2d5e;
}

.news-card-v2__excerpt {
    font-size: 0.95rem;
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.news-card-v2__cta {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.news-card-v2:hover .news-card-v2__cta {
    gap: 12px;
}

.news-card-v2__cta i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.news-card-v2:hover .news-card-v2__cta i {
    transform: translateX(-4px);
}

.news-section__btn {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, var(--primary-color), #8b2d5e);
    color: var(--white);
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 32, 70, 0.25);
}

    .news-section__btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(102, 32, 70, 0.35);
        color: var(--white);
    }

@media (max-width: 991px) {
    .news-section__title {
        font-size: 1.85rem;
    }

    .news-card-v2__img-wrap {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .news-section {
        padding: 50px 0;
    }

    .news-section__title {
        font-size: 1.5rem;
    }

    .news-card-v2__img-wrap {
        height: 180px;
    }
}

.achievements-section-v2 {
    padding: 80px 0;
    background: linear-gradient(135deg, #662046 0%, #4a1740 50%, #3d1235 100%);
    position: relative;
    overflow: hidden;
}

.achievements-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.achievements-shape--1 {
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    top: -100px;
    right: -80px;
}

.achievements-shape--2 {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.03);
    bottom: -50px;
    left: -60px;
}

.achievements-shape--3 {
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255,255,255,0.08);
    top: 50%;
    left: 10%;
}

.achievements-shape--4 {
    width: 100px;
    height: 100px;
    background: rgba(240,232,217,0.1);
    bottom: 20%;
    right: 15%;
}

.achievements-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.achievements-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

.achievements-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1rem;
}

.achievements-desc {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem;
    max-width: 550px;
    margin: 0 auto;
}

.achievement-card {
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    overflow: hidden;
}

    .achievement-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, var(--primary-color), transparent);
        opacity: 0.08;
        border-radius: 0 0 0 100%;
    }

    .achievement-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 25px 60px rgba(0,0,0,0.2);
        background: var(--white);
    }

.achievement-card__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, var(--primary-color), #8b2d5e);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--white);
    transition: transform 0.3s ease;
}

.achievement-card:hover .achievement-card__icon {
    transform: rotate(-5deg) scale(1.1);
}

.achievement-card__value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.achievement-card__label {
    font-size: 1rem;
    color: var(--text-color);
    font-weight: 500;
}

@media (max-width: 991px) {
    .achievements-section-v2 {
        padding: 60px 0;
    }

    .achievements-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 576px) {
    .achievements-section-v2 {
        padding: 50px 0;
    }

    .achievements-title {
        font-size: 1.5rem;
    }
}

.gallery_section-v2 {
    padding: 70px 0;
    background: linear-gradient(180deg, #fefcf9 0%, #faf7f2 100%);
    position: relative;
    overflow: hidden;
}

.gallery-shape {
    position: absolute;
    pointer-events: none;
}

.gallery-shape--1 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(102,32,70,0.05) 0%, transparent 70%);
    border-radius: 50%;
    top: -50px;
    left: -40px;
}

.gallery-shape--2 {
    width: 150px;
    height: 150px;
    border: 2px solid rgba(102,32,70,0.06);
    border-radius: 50%;
    bottom: 10%;
    right: -30px;
}

.gallery-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 2;
}

.gallery-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(102,32,70,0.08), rgba(126,114,90,0.06));
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1rem;
    border: 1px solid rgba(102,32,70,0.1);
}

.gallery-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.gallery-desc {
    color: var(--text-color);
    font-size: 1rem;
    opacity: 0.9;
}

.card_gallery {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(102,32,70,0.08);
    transition: all 0.4s ease;
}

    .card_gallery img {
        width: 100%;
        height: auto;
        /* object-fit: cover; */
        display: block;
        transition: transform 0.5s ease;
    }

    .card_gallery:hover img {
        transform: scale(1.05);
    }

@media (max-width: 576px) {
    .gallery_section-v2 {
        padding: 50px 0;
    }

    .gallery-title {
        font-size: 1.6rem;
    }

    .card_gallery img {
        height: 180px;
    }
}

.certificates-section-v2 {
    padding: 90px 0;
    background: linear-gradient(160deg, #2d1b2e 0%, #3d2540 25%, #4a2d4e 50%, #3a2238 100%);
    position: relative;
    overflow: hidden;
}

.certificates-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

.certificates-shape {
    position: absolute;
    pointer-events: none;
}

.certificates-shape--1 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(102,32,70,0.4) 0%, transparent 70%);
    border-radius: 50%;
    top: -150px;
    right: -100px;
}

.certificates-shape--2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(126,114,90,0.2) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
}

.certificates-shape--3 {
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255,255,255,0.06);
    border-radius: 50%;
    top: 25%;
    left: 8%;
}

.certificates-shape--4 {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    transform: rotate(45deg);
    bottom: 30%;
    right: 12%;
}

.certificates-shape--5 {
    width: 200px;
    height: 200px;
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.certificates-header {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 2;
}

.certificates-header__line {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3));
}

.certificates-header__line--r {
    right: calc(50% + 180px);
}

.certificates-header__line--l {
    left: calc(50% + 180px);
    transform: scaleX(-1);
}

@media (max-width: 768px) {
    .certificates-header__line {
        display: none;
    }
}

.certificates-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.95);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 1.25rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
}

    .certificates-badge i {
        font-size: 0.85rem;
    }

.certificates-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.certificates-desc {
    color: rgba(255,255,255,0.8);
    font-size: 1.1rem;
    max-width: 550px;
    margin: 0 auto;
}

.certificate-card {
    position: relative;
    z-index: 2;
    height: 100%;
}

.certificate-card__frame {
    background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 100%);
    border-radius: 24px;
    padding: 2.25rem 1.75rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.1) inset;
}

    .certificate-card__frame::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(102,32,70,0.03) 0%, transparent 50%, rgba(126,114,90,0.03) 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .certificate-card__frame::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        transition: left 0.6s ease;
    }

.certificate-card:hover .certificate-card__frame {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.2) inset;
}

    .certificate-card:hover .certificate-card__frame::before {
        opacity: 1;
    }

    .certificate-card:hover .certificate-card__frame::after {
        left: 100%;
    }

.certificate-card__seal {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(145deg, #662046, #8b2d5e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(102,32,70,0.4), 0 0 0 4px rgba(102,32,70,0.2);
    transition: all 0.4s ease;
}

.certificate-card:hover .certificate-card__seal {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(102,32,70,0.5);
}

.certificate-card__verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #22c55e;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
}

    .certificate-card__verified i {
        font-size: 0.9rem;
    }

.certificate-card__value {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.certificate-card__label {
    font-size: 0.95rem;
    color: var(--secondary-color);
    font-weight: 500;
    margin: 0;
}

@media (max-width: 991px) {
    .certificates-section-v2 {
        padding: 70px 0;
    }

    .certificates-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .certificates-section-v2 {
        padding: 55px 0;
    }

    .certificates-title {
        font-size: 1.65rem;
    }
}

.cta-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #faf7f2 0%, #f5f0e8 100%);
    position: relative;
    overflow: hidden;
}

.cta-content {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    gap: 1.5rem;
    /* flex-wrap: wrap; */
    text-align: center;
}

.cta-text {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--primary-color), #8b2d5e);
    color: var(--white);
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(102,32,70,0.2);
    animation: cta-pulse 2.5s ease-in-out infinite;
}

    .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(102,32,70,0.3);
        color: var(--white);
    }

    .cta-btn i {
        font-size: 0.85rem;
        transition: transform 0.3s ease;
    }

    .cta-btn:hover i {
        transform: translateX(-4px);
    }

@keyframes cta-pulse {
    0%, 100% {
        box-shadow: 0 6px 20px rgba(102,32,70,0.2);
    }

    50% {
        box-shadow: 0 8px 28px rgba(102,32,70,0.3);
    }
}

@media (max-width: 576px) {
    .cta-section {
        padding: 30px 0;
    }

    .cta-content {
        flex-direction: column;
        gap: 1rem;
    }

    .cta-text {
        font-size: 1rem;
    }
}

.members-breadcrumb-bar {
    padding: 1rem 0;
    background: linear-gradient(135deg, rgba(102,32,70,0.06) 0%, rgba(126,114,90,0.04) 100%);
    border-bottom: 1px solid rgba(102,32,70,0.08);
}

.members-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.members-breadcrumb .breadcrumb-item {
    font-size: 0.95rem;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 6px;
}

    .members-breadcrumb .breadcrumb-item a {
        color: var(--primary-color);
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: all 0.2s;
    }

        .members-breadcrumb .breadcrumb-item a:hover {
            color: #8b2d5e;
        }

        .members-breadcrumb .breadcrumb-item a i {
            font-size: 0.85rem;
            opacity: 0.8;
        }

    .members-breadcrumb .breadcrumb-item.active {
        color: var(--text-color);
        font-weight: 600;
    }

        .members-breadcrumb .breadcrumb-item.active i {
            color: var(--primary-color);
        }

    .members-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "";
        display: none;
    }

    .members-breadcrumb .breadcrumb-item:not(:last-child)::after {
        content: "›";
        margin-right: 0.5rem;
        color: var(--secondary-color);
        opacity: 0.6;
        font-size: 1rem;
    }

.members-page {
    padding: 50px 0 80px;
    background: linear-gradient(180deg, #fefcf9 0%, #f9f6f1 50%, #f5f0e8 100%);
    position: relative;
    overflow: hidden;
}

.members-page__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.members-page__shape--1 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(102,32,70,0.05) 0%, transparent 70%);
    top: -80px;
    left: -60px;
}

.members-page__shape--2 {
    width: 180px;
    height: 180px;
    border: 2px solid rgba(102,32,70,0.06);
    bottom: 10%;
    right: -40px;
}

.members-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.members-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(102,32,70,0.1), rgba(126,114,90,0.08));
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1rem;
    border: 1px solid rgba(102,32,70,0.12);
}

.members-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.members-desc {
    color: var(--text-color);
    font-size: 1.05rem;
}

.member-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 30px rgba(102,32,70,0.06);
    border: 1px solid rgba(102,32,70,0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

    .member-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(102,32,70,0.12);
        border-color: rgba(102,32,70,0.12);
    }

.member-card__img-wrap {
    width: 150px;
    height: 150px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f0e8, #ebe5dc);
    padding: 4px;
    box-shadow: 0 4px 15px rgba(102,32,70,0.08);
    transition: transform 0.3s ease;
}

.member-card:hover .member-card__img-wrap {
    transform: scale(1.03);
}

.member-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.member-card__name {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
}

.member-card__role {
    font-size: 0.9rem;
    color: var(--secondary-color);
}

@media (max-width: 576px) {
    .members-page {
        padding: 35px 0 60px;
    }

    .members-title {
        font-size: 1.65rem;
    }

    .member-card__img-wrap {
        width: 130px;
        height: 130px;
    }
}

.hawkama_policy {
    padding: 60px 0 70px;
    background: white;
    position: relative;
}

.card_policyhawcama {
    padding: 0;
    border: 0;
    border-radius: 1px;
    position: relative;
    background: var(--white);
    text-align: center;
    box-shadow: 0 0 10px rgba(25, 18, 22, 0.1);
    transition: all 0.35s ease;
    cursor: pointer;
    overflow: visible;
    white-space: wrap;
}

    .card_policyhawcama:hover::after {
        opacity: 1;
        transform: translateX(0);
    }

.top_imageHawcama {
    position: relative;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    overflow: hidden;
}

    .top_imageHawcama img {
        height: auto;
        object-fit: contain;
        opacity: 0.9;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

.card_policyhawcama:hover .top_imageHawcama img {
    transform: scale(1.05);
    opacity: 1;
}

.cardbody_hawcama {
    padding: 0.9rem 0.75rem 1.1rem !important;
}

.hawcama_title {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .top_imageHawcama {
        height: 170px;
    }
}

