@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css);

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 600;
    font-family: roboto, sans-serif
}

.btn,
.header p i {
    border-radius: 50px
}

.inner-page ul li,
.para,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: roboto, sans-serif
}

:root {
    --clr1: #90162f;
    --clr2: #f8c1d8;
    --clr3: #E12454;
    --clr-dark: #165528;
    --clr-dark1: #3D1234;
    --grad-red: linear-gradient(45deg, #ff9800, #f52213);
    --grad-orange: linear-gradient(45deg, #f52213, #ff9800);
    --grad-yellow: linear-gradient(45deg, #ffc107, #ff9800);
    --grad-green: linear-gradient(45deg, #4caf50, #cddc39);
    --grad-blue: linear-gradient(45deg, #3f51b5, #00bcd4);
    --grad-purple: linear-gradient(45deg, #6f42c1, #d63384);
    --bs-body-color: #3D1234;
    --theam-color: #a92682;
    --light-text: #6c757d;
    --primary-color: #1a4f8b;
    --secondary-color: #d4af37;
    --accent-color: #e67e22;
    --light-bg: #f8f9fa;
    --dark-text: #333;
    --light-bg: #f8f9fa;
            
            --footer-bg: #a92682;

}

.text-color {
    color: #a92682
}

h1,
h2,
h3 {
    color: var(--clr-dark1)
}

.sticky-lg-top {
    background-color: #f0f8ff
}

.header {
    padding: 1rem 0
}

.navbar {
    background-color: #a92682 importent
}

.logo a {
    display: flex;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--clr3);
    text-align: left;
    align-items: center
}

.logo h1 {
    font-weight: 800;
    margin-left: 1rem
}

.logo h1 span {
    display: block;
    font-size: 16px;
    color: var(--bs-gray-500);
    font-weight: 500
}

.logo img {
    max-width: 100px
}

.header p {
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.header p i {
    margin-right: .8rem;
    width: 40px;
    height: 40px;
    background: var(--bs-gray-100);
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: var(--clr3)
}

.header p a {
    color: var(--clr-dark1);
    font-weight: 600
}

.btn.btn-theme1 {
    background: var(--theam-color);
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn.btn-theme-dark,
.btn.btn-theme2 {
    background: var(--clr-dark);
    color: #fff
}

.msg-bg,
.q-links .q-link-box {
    background-repeat: no-repeat;
    background-size: cover
}

.btn.btn-theme1:hover,
.btn.btn-theme2:hover {
    background: var(--clr-dark1);
    color: #fff
}

.btn.btn-theme-dark:hover {
    background: var(--clr3);
    color: var(--clr-dark)
}

.btn.btn-theme1::before,
.btn.btn-theme2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--clr-dark1);
    z-index: -1;
    transition: 1s cubic-bezier(.28, .01, 0, .94)
}

.btn.btn-theme1:hover::before,
.btn.btn-theme2:hover::before {
    width: 100%
}

.msg-bg {
    background-position: center;
    color: #000;
    background: radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px/calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px/calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0/calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0/calc(2 * 32px) calc(2 * 32px), repeating-conic-gradient(#fff 0 25%, #0000 0 50%) 0 0/calc(2 * 32px) calc(2 * 32px), radial-gradient(#0000 66%, #def3ff 68% 70%, #0000 72%) 0 calc(32px / 2)/32px 32px #fff
}

.msg {
    border-radius: .5rem;
    border: 2px solid #692161;
    background: radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px/calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 32px 32px/calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 100% 25%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0/calc(2 * 32px) calc(2 * 32px), radial-gradient(35.36% 35.36% at 0 75%, #0000 66%, #def3ff 68% 70%, #0000 72%) 0 0/calc(2 * 32px) calc(2 * 32px), repeating-conic-gradient(#fff 0 25%, #0000 0 50%) 0 0/calc(2 * 32px) calc(2 * 32px), radial-gradient(#0000 66%, #def3ff 68% 70%, #0000 72%) 0 calc(32px / 2)/32px 32px #fff;
    backdrop-filter: blur(10px);
    color: #000
}

.msg-head,
.msg-user {
    background-color: #692161
}

.msg-head,
.q-links .q-link-box:hover {
    color: #fff
}

.msg-user {
    border-radius: 50%;
    padding: 20px 10px 0
}

.msg-head {
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
    margin: 0;
    box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px, rgba(10, 37, 64, .35) 0 -2px 6px 0 inset
}

.specialize-box,
.team-box {
    background: var(--bs-gray-200)
}

.para {
    text-align: justify;
    line-height: 1.5
}

.q-links .q-link-box {
    position: relative;
    padding: 2rem;
    z-index: 1;
    color: #fff;
    display: flex;
    margin: 0
}

.q-links .q-link-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
    transition: .2s ease-in-out
}

.q-links .q-link-box:first-child::before {
    opacity: .6;
    background-color: #223645
}

.q-links .q-link-box:nth-child(2)::before {
    opacity: .7;
    background-color: #e12454
}

.q-links .q-link-box:nth-child(3)::before {
    opacity: .8;
    background-color: #90162f
}

.q-links .q-link-box i {
    font-size: 42px;
    margin-right: 1rem
}

.q-links .q-link-box:hover::before {
    opacity: .9;
    background-color: #223645
}

.specialize {
    color: var(--clr-dark1);
    text-align: center
}

.specialize p {
    color: var(--bs-gray-600)
}

.specialize-box:nth-child(2) {
    background-color: var(--bs-gray-200)
}

.specialize-box .icon {
    font-size: 42px;
    line-height: 84px;
    margin: 0 auto 1rem;
    color: var(--clr3);
    transition: .5s;
    background-color: #fff;
    box-shadow: inset 0 0 0 40px var(--bs-gray-100)
}

.team-box {
    border: 2px solid var(--bs-gray-200);
    border-radius: 60px
}

.specialize-box h4 {
    color: var(--clr-dark1);
    font-size: 18px
}

.specialize-box:hover {
    background: var(--bs-gray-300);
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15)
}

.specialize-box:hover .icon {
    color: var(--clr3);
    box-shadow: inset 0 0 0 2px var(--clr3)
}

.specialize-box:hover .icon i {
    transition: .3s
}

.goals-objectives {
    color: #fff;
    background-color: var(--clr3)
}

.membership-banner {
    color: #fff;
    background-color: var(--clr-dark1)
}

.membership-banner h3 span {
    font-weight: 300
}

.membership-banner p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300
}

.inner-page ul li {
    list-style: none;
    font-size: 20px;
    line-height: 2
}



.section-title {
    position: relative;
    margin-bottom: 3rem;
    text-align: center
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary-color);
    margin: 15px auto
}

.specialize-box {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: transform .3s, box-shadow .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-top: 5px solid var(--primary-color)
}

.specialize-box .icon {
    width: 70px;
    height: 70px;
    background: rgba(26, 79, 139, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.specialize-box .icon i {
    font-size: 2rem;
    color: var(--primary-color)
}

.specialize-box h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color)
}

.specialize-box p {
    color: #666;
    margin-bottom: 1.5rem;
    flex-grow: 1
}

.btn-theme1 {
    background-color: var(--primary-color);
    color: #fff;
    padding: .6rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
    border: 2px solid var(--primary-color);
    align-self: flex-start
}

.btn-theme1:hover {
    background-color: transparent;
    color: var(--primary-color)
}

.quick-links-section {
    
    padding-top: 3rem;
    border-top: 1px solid #eaeaea;
    
}

.quick-link-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    transition: transform .3s;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: block
}

.quick-link-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: inherit
}

.quick-link-img {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative
}

.quick-link-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 100%)
}

.quick-link-content {
    padding: 1.5rem;
    background: #fff
}

.quick-link-content h5 {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: .5rem;
    
}

.quick-link-content p {
    color: #666;
    font-size: .95rem
}

.img-life-member {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&auto=format&fit=crop&w=400&q=80')
}

.img-advertisement {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&auto=format&fit=crop&w=400&q=80')
}

.img-matrimonial {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-4.0.3&auto=format&fit=crop&w=400&q=80')
}

@media (max-width:768px) {

    .quick-link-card,
    .specialize-box {
        margin-bottom: 1.5rem
    }
}


.events-section {
            padding: 4rem 0;
        }
        
        .events-container {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border-radius: 20px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
            padding: 3rem;
            position: relative;
            overflow: hidden;
        }
        
        .events-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
        }
        
        .section-title {
            position: relative;
            margin-bottom: 3rem;
            text-align: center;
        }
        
        .section-title h2 {
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .section-title p {
            color: #666;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .event-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            height: 100%;
            position: relative;
        }
        
        .event-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .event-image {
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        
        .event-date {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--primary-color);
            color: white;
            padding: 8px 15px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        
        .event-content {
            padding: 1.5rem;
        }
        
        .event-title {
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            font-size: 1.3rem;
        }
        
        .event-details {
            color: #666;
            margin-bottom: 1rem;
            font-size: 0.95rem;
        }
        
        .event-meta {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            color: #777;
            font-size: 0.9rem;
        }
        
        .event-meta i {
            margin-right: 5px;
            color: var(--secondary-color);
        }
        
        .event-button {
            background: var(--primary-color);
            color: white;
            padding: 0.6rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            border: 2px solid var(--primary-color);
        }
        
        .event-button:hover {
            background: transparent;
            color: var(--primary-color);
        }
        
        .events-navigation {
            display: flex;
            justify-content: center;
            margin-top: 3rem;
            gap: 1rem;
        }
        
        .nav-button {
            background: white;
            color: var(--primary-color);
            border: 2px solid var(--primary-color);
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .nav-button:hover {
            background: var(--primary-color);
            color: white;
        }
        
        .view-all {
            background: var(--secondary-color);
            border-color: var(--secondary-color);
            color: white;
        }
        
        .view-all:hover {
            background: transparent;
            color: var(--secondary-color);
        }
        
        /* Decorative elements */
        .decoration {
            position: absolute;
            z-index: 0;
            opacity: 0.05;
        }
        
        .decoration-1 {
            top: 20%;
            left: 5%;
            font-size: 8rem;
            color: var(--primary-color);
        }
        
        .decoration-2 {
            bottom: 10%;
            right: 5%;
            font-size: 6rem;
            color: var(--secondary-color);
        }
        
        @media (max-width: 768px) {
            .events-container {
                padding: 2rem 1.5rem;
            }
            
            .event-card {
                margin-bottom: 1.5rem;
            }
            
            .events-navigation {
                flex-wrap: wrap;
            }
        }

        .office-bearers {
            padding: 1rem 0;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 1rem;
            position: relative;
        }
        
        
        
        .section-subtitle {
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .team-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
        }
        
        .team-member {
            width: 280px;
            perspective: 1000px;
        }
        
        .team-card {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            cursor: pointer;
        }
        
        /* .team-member:hover .team-card {
            transform: rotateY(180deg);
        } */
        
        .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .card-front {
            background-color: white;
        }
        
        .card-back {
            background: linear-gradient(135deg, var(--primary-color) 0%, #2c6bac 100%);
            color: white;
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 2rem;
            text-align: center;
        }
        
        .member-image {
            height: 280px;
            overflow: hidden;
            border-radius: 2rem;
        }
        
        .member-image img {
            width: 100%;
            height: 100%;
            border-radius: 2rem;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .team-member:hover .member-image img {
            transform: scale(1.1);
            border-radius: 2rem;
        }
        
        .member-info {
            padding: 1.5rem 1rem;
            text-align: center;
        }
        
        .member-name {
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
        }
        
        .member-position {
            color: var(--secondary-color);
            font-weight: 600;
            margin-bottom: 0.5rem;
            position: relative;
            display: inline-block;
        }
        
        .member-position::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background: var(--secondary-color);
        }
        
        .back-content {
            padding: 1rem;
        }
        
        .back-name {
            font-weight: 700;
            margin-bottom: 0.5rem;
            font-size: 1.2rem;
        }
        
        .back-position {
            color: var(--secondary-color);
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        .contact-info {
            margin-top: 1.5rem;
            width: 100%;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 0.8rem;
            font-size: 0.9rem;
        }
        
        .contact-item i {
            margin-right: 10px;
            color: var(--secondary-color);
            width: 20px;
        }
        
        .social-links {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background: var(--secondary-color);
            transform: translateY(-3px);
        }
        
        .role-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--secondary-color);
            color: white;
            padding: 5px 12px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.8rem;
            z-index: 10;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        
        @media (max-width: 768px) {
            .team-container {
                gap: 1.5rem;
            }
            
            .team-member {
                width: 100%;
                max-width: 320px;
            }
        }
        
        /* Filter buttons */
        .filter-buttons {
            display: flex;
            justify-content: center;
            margin-bottom: 2rem;
            flex-wrap: wrap;
            gap: 1rem;
        }
        
        .filter-btn {
            background: white;
            color: var(--primary-color);
            border: 2px solid var(--primary-color);
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .filter-btn.active, .filter-btn:hover {
            background: var(--primary-color);
            color: white;
        }

        /* -------- */

        .membership-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .membership-banner {
            background: linear-gradient(135deg, var(--primary-color) 0%, #2c6bac 100%);
            border-radius: 20px;
            padding: 3rem 2rem;
            margin-bottom: 3rem;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .membership-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: rgba(255, 255, 255, 0.05);
            transform: rotate(-15deg);
            z-index: 1;
        }
        
        .banner-content {
            position: relative;
            z-index: 2;
        }
        
        .membership-banner h3 {
            font-weight: 800;
            color: white;
            margin-bottom: 1.5rem;
            font-size: 2.2rem;
            position: relative;
            display: inline-block;
        }
        
        .membership-banner h3 span.highlight {
            color: var(--secondary-color);
            position: relative;
        }
        
        .membership-banner h3 span.highlight::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .membership-banner p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 2rem;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin-bottom: 2rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: center;
            color: white;
        }
        
        .benefit-icon {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .benefit-icon i {
            color: var(--secondary-color);
            font-size: 1.2rem;
        }
        
        .join-button {
            background: var(--secondary-color);
            color: white;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
            border: 2px solid var(--secondary-color);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .join-button:hover {
            background: transparent;
            color: var(--secondary-color);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
        
        .join-button i {
            margin-left: 0.5rem;
            transition: transform 0.3s ease;
        }
        
        .join-button:hover i {
            transform: translateX(5px);
        }
        
        .goals-section {
            background: white;
            border-radius: 20px;
            padding: 3rem 2rem;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        
        .goals-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 8px;
            height: 100%;
            background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
            border-radius: 20px 0 0 20px;
        }
        
        .goals-title {
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-size: 2rem;
            position: relative;
            display: inline-block;
        }
        
        .goals-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .goals-content {
            color: #555;
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 2rem;
        }
        
        .objectives-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }
        
        .objective-item {
            background: var(--light-bg);
            padding: 1.5rem;
            border-radius: 12px;
            border-left: 4px solid var(--primary-color);
            transition: all 0.3s ease;
        }
        
        .objective-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .objective-item h4 {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
        }
        
        .objective-item h4 i {
            color: var(--secondary-color);
            margin-right: 0.5rem;
        }
        
        .objective-item p {
            color: #666;
            margin-bottom: 0;
        }
        
        /* Decorative elements */
        .decorative-circle {
            position: absolute;
            width: 200px;
            height: 200px;
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            z-index: 1;
        }
        
        .circle-1 {
            top: -100px;
            right: -100px;
        }
        
        .circle-2 {
            bottom: -50px;
            left: -50px;
            width: 150px;
            height: 150px;
        }
        
        @media (max-width: 992px) {
            .benefits-grid,
            .objectives-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .membership-banner,
            .goals-section {
                padding: 2rem 1.5rem;
            }
            
            .membership-banner h3,
            .goals-title {
                font-size: 1.8rem;
            }
        }