.membership-btn{
    color: white;
    padding: 10px 42px;
    border-radius: 9.06px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
}
.title-padding{
    padding: 40px 20px;
}
.membership-nav {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    /* flex-direction: column; */
}
.hero-membership-section {
    width: 100%;
    height: 667px;
    position: relative;
    overflow: hidden;
}

.aci-benefits-section{
    background: linear-gradient(to bottom, #F7FBFB, #F1EEFF);
}

.aci-benefits-title {
    font-family: 'Sansita One', sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #26264F;
}

.aci-benefits-subtitle {
    font-weight: 600;
    color: #4F4F4F;
    max-width: 700px;
    margin: auto;
}

.benefit-card {
    border: 2px solid #856D1F;
    border-radius: 12px;
    background-color: #fff;
    padding-top: 50px;
    position: relative;
    min-height: 250px;
}

.benefit-icon {
    position: absolute;
    top: -25px;
    left: 20%;
    transform: translateX(-50%);
}

.icon-circle {
    background: linear-gradient(to bottom, #FCC200, #856D1F);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.benefit-title {
    font-weight: 700;
    color: #3A2D83;
    margin-top: 10px;
}

.benefit-desc {
    font-size: 15px;
    color: #4F4F4F;
    margin-top: 10px;
    line-height: 1.6;
}

.exclusive-offers-section {
    margin-top: 0 !important;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    color: #fff;
}

.exclusive-background {
    /* background: url('{{ asset('img/gradient.jpeg') }}') no-repeat center center; */
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 1;
}

.exclusive-content {
    position: relative;
    z-index: 1;
}

.exclusive-title {
    font-family: 'Sansita One', sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    color: white;
}

.exclusive-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 25px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    color: white;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exclusive-text {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.join-offer-btn {
    background-color: #DF1A22;
    color: white;
    padding: 12px 43px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.join-offer-btn:hover {
    background-color: #b0151b;
    color: #fff;
    text-decoration: none;
}

.aci-certifications-section {
    background: linear-gradient(to bottom, #F7FBFB, #F1EEFF);
    padding: 60px;
}

.aci-certifications-title {
    font-family: 'Sansita One', sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #26264F;
}

.aci-certifications-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 1000px;
}

.aci-certifications-table th {
    background-color: #5757B5;
    color: #FFD700;
    font-weight: bold;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.aci-certifications-table th:first-child {
    border-top-left-radius: 20px;
}

.aci-certifications-table th:last-child {
    border-top-right-radius: 20px;
}

.aci-certifications-table td {
    padding: 14px;
    font-size: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    vertical-align: middle;
    color: #333;
}

.aci-certifications-table td:first-child {
    font-weight: bold;
    color: #26264F;
}

.membership-rates-section {
    background: linear-gradient(to bottom right, #f8f9fa, #f2f2ff);
    margin-top: 0 !important;
}

.membership-title {
    font-family: 'Sansita One', sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #26264F;
}

.membership-subtitle {
    font-weight: 600;
    color: #3b3b5c;
}

.bg-gradient-purple {
    background: linear-gradient(180deg, #26264F 0%, #5757B5 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
}

.membership-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.membership-card-body {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.membership-card-body ul{
    min-height: 43vh;

}

.price {
    font-size: 24px;
    color: #000;
}

.join-btn {
    background-color: #26264F;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px 25px;
    transition: background 0.3s ease;
}

.join-btn:hover {
    background-color: #1b1b3d;
    color: #fff;
}


@media (max-width: 991px) {
    .aci-certifications-table {
        min-width: 1000px;
    }
    .aci-certifications-section {
        padding: 0;
    }

    .table-responsive {
        overflow-x: auto;
    }
}


@media (max-width: 768px) {
    .exclusive-card {
        min-height: auto;
        text-align: left;
    }

    .exclusive-title {
        font-size: 28px;
    }

    .join-offer-btn {
        width: 100%;
    }
}


/* Responsive tweak */
@media (max-width: 576px) {
    .icon-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .benefit-title {
        font-size: 16px;
    }

    .benefit-desc {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
    .membership-nav {
        flex-direction: column;
        align-items: center;
    }
    .hero-membership-section {
        height: 86vh;
    }
}




/**************** Course Registration blade  **************/
.payment-form-section {
    background-size: cover;
    /* min-height: 100vh; */
}

.payment-card {
    background: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
    border-radius: 30px;
    border: 2px solid #ffc107;
    max-width: 800px;
    width: 100%;
}

.form-title {
    font-family: 'Sansita One', sans-serif;
    font-style: italic;
    color: #26264F;
}

.custom-input {
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    padding: 10px 12px;
}

.pay-btn {
    background-color: #26264F;
    color: white;
    padding: 12px 0;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
}

.pay-btn:hover {
    background-color: #1a1a3a;
}

.error-page-section {
    margin-top: 0 !important;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-image {
    max-width: 450px;
    width: 100%;
    height: auto;
}

.error-message {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
}

.error-btn {
    background-color: #26264F;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-size: 16px;
}

.error-btn:hover {
    background-color: #1a1a3f;
    color: #fff;
}

/* Modal Container */
.membership-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
}

/* Modal Content Box */
.membership-modal-content {
    background: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    max-width: 600px;
    width: 90%;
    border: 2px solid #F2C100;
    position: relative;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    border: 2px solid #F2C100;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

/* Checkmark Image */
.membership-check-icon {
    max-width: 300px;
    height: auto;
    margin: 20px auto;
}

/* Title */
.membership-welcome {
    font-family: 'Sansita One', sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #3cc73c;
    font-size: 24px;
}

/* Paragraph */
.membership-description {
    max-width: 600px;
    margin: 20px auto;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* CTA Button */
.membership-go-btn {
    background-color: #26264F;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-size: 16px;
    text-decoration: none;
}

.membership-go-btn:hover {
    background-color: #1a1a3f;
    color: #fff;
}

/**************** Course blade  **************/
.aci-courses-title {
    font-family: 'Sansita One', sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #26264F;
}

.aci-courses-subtitle {
    color: #4F4F4F;
    font-size: 15px;
}

.aci-course-card {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}

.aci-course-card:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.aci-course-description {
    height: 60px;
    overflow: hidden;
}

.course-img{
    width: 550px;
    height: 270px;
}

.course-container{
    padding: 50px;
}
.btn-course-view{
    background-color: #26264F;
    color: white;
    padding: 14px 24px;
    border-radius: 6px;
}

@media (max-width: 1188px) {
    .course-container{
        padding: 20px;
    }
}


/********************* bylaws ******************/
.bylaws-title{
    font-family: 'Sansita One' !important;
    font-size: 38px;
    font-style: italic;
    font-weight: bold;
    color: #26264F;
}
.carousel-inner {
    padding: 20px 0;
}

.bylaws-card {
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s;
}

.bylaws-swiper{
    padding: 20px;
}

.swiper.bylawsSwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
    padding: 35px;
}

.bylaws-card:hover {
    transform: scale(1.03);
}

.bylaws-card .card-img-top {
    height: 260px;
    object-fit: cover;
    padding: 0 7px;
    border-radius: 18px 18px 0 0;
}

.card-title-container {
    background-color: #061e44;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.bylaws-border {
    padding: 0 5px;
}

.card-body {
    padding: 20px !important;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1.25px solid #06163A;
    border-top: none !important;
    border-radius: 0 0 19px 19px;
}

.read-more-btn {
    align-self: center;
}
/* Make arrows on both edges */
#bylawsCarousel {
    position: relative;
}

#bylawsCarousel .carousel-control-prev,
#bylawsCarousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white !important;
    opacity: 1;
    z-index: 5;
}

#bylawsCarousel .carousel-control-prev {
    left: 0px;
}

#bylawsCarousel .carousel-control-next {
    right: 0px;
}

/* Responsive image height */
@media (max-width: 767px) {
    .bylaws-card .card-img-top {
        height: 200px;
    }

    .card-body {
        padding: 15px !important;
        min-height: auto;
    }
}
/* Optional: Make arrows more visible */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

h3.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    margin-bottom: 2rem;
}

.section-subtitle {
    color: #061e44;
    font-weight: 600;
    margin-top: 2rem;
}

/* .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23061e44' class='bi bi-plus-lg' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5V7.5H13a.5.5 0 0 1 0 1H8.5V13a.5.5 0 0 1-1 0V8.5H3a.5.5 0 0 1 0-1h4.5V2.5A.5.5 0 0 1 8 2Z'/></svg>");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23061e44' class='bi bi-dash-lg' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8Z'/></svg>");
} */
/* إخفاء السهم الأصلي */
.accordion-button::after {
    display: none !important;
}

/* رمز + افتراضيًا */
.custom-accordion-btn::before {
    content: '+';
    font-weight: bold;
    font-size: 24px;
    color: #061e44;
    margin-right: 10px;
    transition: all 0.3s ease;
}

/* لما يكون مفتوح، يظهر − */
.custom-accordion-btn:not(.collapsed)::before {
    content: '−';
    color: #0d6efd;
}

/* تنسيق الزر المفتوح */
.custom-accordion-btn:not(.collapsed) {
    color: #0d6efd !important;
    background-color: #f8f9fa;
    box-shadow: none;
}

/* شكل حواف كل عنصر */
.accordion-item {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.bylaws-submit-btn {
    padding: 10px 44px !important;
    background: #26264F !important;
    color: white !important;
    font-size: 20.84px !important;
    border-radius: 9.44px;
}

.Suggestion-title {
    font-size: 30.73px;
    font-weight: bold;
    text-align: center;
    font-family: 'Sansita One';
    margin-bottom: 70px;
    background: linear-gradient(to right, #26264F, #5757B5); /* Gradient from dark blue to purple */
    -webkit-background-clip: text; /* Clip the background to text */
    color: transparent; /* Make the text color transparent so the background is visible */
}

.Suggestion-card{
    padding: 40px;
}

.Suggestion-text{
    color: #6F6969;
    font-size: 30px;
    line-height: 140%;
}

.suggestion-section{
    padding: 40px;
}
@media screen and (max-width: 768px) {

    .suggestion-section{
        padding: 5px;
    }
    .Suggestion-text{
        font-size: 20px;
        line-height: 120%;
    }
}
.bylaws-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    background-color: #d32027; /* نفس درجة الأحمر */
    border: none;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.bylaws-btn:hover {
    background-color: #b5171d;
    color: white;
}

.bylaws-btn .pdf-icon {
    width: 32px;
    height: auto;
}

