/**
Theme Name: giz child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giz
Template: giz
*/

:root {
      --primary: #0a9396;
      --secondary: #94d2bd;
      --accent: #ee9ca7;
      --dark: #1a3a3a;
      --light: #f0f9ff;
      --gray: #e5e7eb;
      --text: #1f2937;
      --success: #22c55e;
}
#primary {
  margin: 0 0;
}
.trp-ls-shortcode-current-language{
	width:100px !important;
}
.trp-language-switcher-container .elementor-shortcode .trp-ls-shortcode-current-language{
		width:100px !important;

}
.trp_language_switcher_shortcode .elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
  width: 300px !important;
}
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language{
	width: 100px !important;
}
.pt-cv-content-item{
	background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.pt-cv-title a{
	color:#008590;
}
.pt-cv-colwrap{
	padding:30px 0 0 0;
}

	.pt-cv-rmwrap a {
  background-image: linear-gradient(90deg, #FCC50E 0%, #FFE9A2 100%) !important;
  border-radius: 0px 0px 0px 0px !important;
		color:#000 !important;
}
.search-translate .elementor-widget-wrap{
	flex-wrap:nowrap !important;
	gap:30px;
}
.search-translate .elementor-widget-wrap .elementor-element-4c40568{
	margin-bottom:0;
}

/*  SINGLE POST*/

/* cards on publication page  */
.category-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 25px;
    margin: 20px 0;
    transition: all 0.3s ease;
    border-left: 4px solid #3498db;
}

.category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.category-card h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-card li {
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.category-card li:last-child {
    border-bottom: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #3498db;
}

.category-card li:last-child a {
    font-weight: bold;
    color: #2c3e50;
}

.category-card a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.category-card a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.resource-item {
    background: #fff;
    border-radius: 6px;
    padding: 1.2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.resource-item:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.resource-item h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.resource-item p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.resource-item .btn {
    background: #3498db;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.85rem;
}

.resource-item .btn:hover {
    background: #2980b9;
}
#wpforms-form-1662{
	background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 3px #00000030;
    border-radius: 20px;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button{
	background-color: #179082 !important;
}
.tribe-common .tribe-common-c-btn-border{
	border: 1px solid #23977c;
    color: #22987b;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover
 {
    background-color: #118d85;
}
.gt_switcher{
	position:relative !important;
}
.gt_container--1c3rrr .gt_switcher .gt_option{
	position:absolute !important;
}














/* Awesome Posts Grid Styling - 8 Posts Per Page - Green Theme */
.simple-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.post-item {
    border: 1px solid var(--border-light);
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.post-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--green-gradient);
    z-index: 2;
}

.post-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-green);
}

.post-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    filter: brightness(0.95);
}

.post-item:hover .post-image img {
    transform: scale(1.08);
    filter: brightness(1);
}

.post-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 133, 144, 0.1) 100%);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.post-item:hover .post-image::before {
    opacity: 0.7;
}

.post-content {
    padding: 25px 20px;
    position: relative;
}

.post-content h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.post-content h4 a {
    text-decoration: none;
    color: var(--text-dark);
    transition: color 0.3s ease;
    display: block;
}

.post-content h4 a:hover {
    color: var(--primary-green);
}

.post-meta {
    font-size: 12px;
    color: var(--text-lighter);
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid var(--border-light);
    padding-top: 15px;
}

.post-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.post-meta span::before {
    content: 'â€¢';
    color: var(--primary-green);
    font-weight: bold;
    font-size: 16px;
}

.post-meta span:first-child::before {
    content: '';
}

/* Enhanced Category Badge */
.post-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--green-gradient);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 133, 144, 0.3);
}

/* Enhanced Pagination Styling */
.posts-pagination {
    text-align: center;
    grid-column: 1 / -1;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid var(--border-light);
}

.posts-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    margin: 0 6px;
    border: 2px solid var(--border-light);
    text-decoration: none;
    color: var(--text-light);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--white);
    min-width: 50px;
}

.posts-pagination .page-numbers:hover {
    background: var(--green-gradient);
    color: var(--white);
    border-color: var(--primary-green);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 133, 144, 0.35);
}

.posts-pagination .page-numbers.current {
    background: var(--green-gradient);
    color: var(--white);
    border-color: var(--primary-green);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 133, 144, 0.4);
}

.posts-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    box-shadow: none;
}

.posts-pagination .page-numbers.dots:hover {
    background: transparent;
    color: var(--text-light);
    transform: none;
    box-shadow: none;
}

/* Loading Animation for Better UX */
.simple-posts-grid {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Image Loading States */
.post-image img {
    background: linear-gradient(90deg, var(--border-light) 25%, #e0e0e0 50%, var(--border-light) 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Mobile Responsive */
@media (max-width: 1200px) {
    .simple-posts-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }
    
    .post-image {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .simple-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .post-image {
        height: 160px;
    }
    
    .post-content {
        padding: 20px 15px;
    }
    
    .post-content h4 {
        font-size: 15px;
    }
    
    .posts-pagination .page-numbers {
        padding: 12px 18px;
        margin: 0 4px;
        font-size: 14px;
        min-width: 45px;
    }
}

@media (max-width: 480px) {
    .simple-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .post-image {
        height: 180px;
    }
    
    .posts-pagination .page-numbers {
        padding: 10px 15px;
        margin: 0 3px;
        font-size: 13px;
        min-width: 40px;
    }
    
    .post-category {
        top: 12px;
        left: 12px;
        padding: 5px 12px;
        font-size: 9px;
    }
}

/* Print Styles */
@media print {
    .post-item:hover {
        transform: none;
        box-shadow: none;
    }
    
    .posts-pagination {
        display: none;
    }
}

/* Accessibility Improvements */
.post-content h4 a:focus {
    outline: 2px solid var(--primary-green);
    outline-offset: 2px;
}

.posts-pagination .page-numbers:focus {
    outline: 2px solid var(--primary-green);
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .post-item {
        border: 2px solid var(--text-dark);
    }
    
    .post-meta span::before {
        color: var(--text-dark);
    }
}





/* events css - Green Theme (#008590) */
/* Enhanced Color Variables */
:root {
    --primary-green: #7ABF46;
    --green-dark: #5A8F35;
    --green-light: #95D16A;
    --green-lighter: #E8F5E6;
    --green-gradient: linear-gradient(135deg, #5A8F35 0%, #7ABF46 100%);
    --text-dark: #1a202c;
    --text-light: #4a5568;
    --text-lighter: #718096;
    --bg-light: #f8fafc;
    --border-light: #e2e8f0;
    --white: #ffffff;
    --shadow: 0 4px 20px rgba(122, 191, 70, 0.08);
    --shadow-hover: 0 8px 30px rgba(122, 191, 70, 0.15);
}
/* Back to Events Link */
.event-back-link {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid var(--border-light);
}

.event-back-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: var(--bg-light);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid var(--border-light);
}

.event-back-button:hover {
    background: var(--white);
    color: var(--primary-green);
    border-color: var(--primary-green);
    transform: translateX(-5px);
}
/* Enhanced Events Page Styling */
.events-page-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Events Filter Section */
.events-filter-section {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    margin: 40px 0;
    border: 2px solid var(--green-lighter);
}

.events-filter-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 25px;
    text-align: center;
}

.events-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-weight: 600;
    color: var(--primary-green);
    margin-bottom: 8px;
    font-size: 14px;
}

.filter-select {
    padding: 12px 15px;
    border: 2px solid var(--border-light);
    border-radius: 10px;
    background: var(--white);
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-select:focus {
    outline: none;
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(122, 191, 70, 0.1);
}

.filter-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-button {
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.filter-apply {
    background: var(--green-gradient);
    color: var(--white);
}

.filter-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(122, 191, 70, 0.3);
}

.filter-reset {
    background: var(--bg-light);
    color: var(--text-light);
    border: 2px solid var(--border-light);
}

.filter-reset:hover {
    background: var(--white);
    border-color: var(--primary-green);
    color: var(--primary-green);
}

/* Enhanced Events Grid */
.events-section {
    margin: 80px 0;
}

.events-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.events-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--green-gradient);
    border-radius: 2px;
}

/* Awesome Events Grid */
.events-grid-awesome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* Enhanced Event Cards */
.event-card-awesome {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid var(--green-lighter);
    position: relative;
}

.event-card-awesome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--green-gradient);
    z-index: 2;
}

.event-card-awesome:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-green);
}

.event-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

/* Enhanced Featured Image Styling */
.event-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    filter: brightness(0.95);
}

.event-card-awesome:hover .event-image {
    transform: scale(1.1);
    filter: brightness(1);
}

.event-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(90, 143, 53, 0.1) 0%, transparent 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.event-card-awesome:hover .event-image-overlay {
    opacity: 1;
}

.event-content {
    padding: 25px;
    position: relative;
}

.event-meta-container {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-meta {
    background: var(--green-gradient);
    color: var(--white);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(122, 191, 70, 0.3);
}

.event-status {
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    text-transform: uppercase;
}

.event-status.upcoming {
    background: var(--green-lighter);
    color: var(--primary-green);
}

.event-status.past {
    background: #fef3cd;
    color: #d97706;
}

.event-date {
    font-size: 14px;
    color: var(--primary-green);
    margin: 0 0 15px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-date::before {
    content: 'ðŸ“…';
    font-size: 12px;
}

.event-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 700;
}

.event-title-text {
    color: var(--text-dark);
    transition: color 0.3s ease;
    display: block;
}

.event-card-awesome:hover .event-title-text {
    color: var(--primary-green);
}

.event-excerpt {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-green);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.event-cta:hover {
    gap: 12px;
    color: var(--green-dark);
}

/* Pagination Styling */
.events-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 2px solid var(--border-light);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-light);
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    min-width: 45px;
}

.page-numbers:hover {
    border-color: var(--primary-green);
    color: var(--primary-green);
    transform: translateY(-2px);
}

.page-numbers.current {
    background: var(--green-gradient);
    color: var(--white);
    border-color: var(--primary-green);
    transform: scale(1.05);
}

.page-numbers.dots {
    border: none;
    background: transparent;
}

.page-numbers.dots:hover {
    background: transparent;
    color: var(--text-light);
    transform: none;
}

/* No Events Message */
.no-events {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-light);
}

.no-events-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

/* Loading States */
.events-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--green-lighter);
    border-top: 4px solid var(--primary-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .events-grid-awesome {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

@media (max-width: 768px) {
    .events-filter-grid {
        grid-template-columns: 1fr;
    }
    
    .events-grid-awesome {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .events-section-title {
        font-size: 2rem;
    }
    
    .event-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .events-page-container {
        padding: 0 15px;
    }
    
    .events-filter-section {
        padding: 20px;
    }
    
    .events-section-title {
        font-size: 1.75rem;
    }
    
    .filter-actions {
        flex-direction: column;
    }
    
    .filter-button {
        width: 100%;
    }
}
/* ENHANCED EVENTS CSS - COMPLETE STYLING FOR BOTH MULTI AND SINGLE PAGES */
/* Green Theme (#008590) - Premium Design */

:root {
    --primary-green: #7ABF46;
    --green-dark: #5A8F35;
    --green-light: #95D16A;
    --green-lighter: #E8F5E6;
    --green-gradient: linear-gradient(135deg, #5A8F35 0%, #7ABF46 100%);
    --green-gradient-light: linear-gradient(135deg, #95D16A 0%, #7ABF46 100%);
    --text-dark: #1a202c;
    --text-light: #4a5568;
    --text-lighter: #718096;
    --bg-light: #f8fafc;
    --border-light: #e2e8f0;
    --white: #ffffff;
    --shadow: 0 4px 20px rgba(122, 191, 70, 0.08);
    --shadow-hover: 0 8px 30px rgba(122, 191, 70, 0.15);
    --shadow-large: 0 10px 40px rgba(122, 191, 70, 0.1);
}

/* ===== MULTI-PAGE EVENTS STYLING ===== */
.events-page-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Enhanced Filter Section - Premium Look */
.events-filter-section {
    background: var(--white);
    padding: 40px;
    border-radius: 25px;
    box-shadow: var(--shadow-large);
    margin: 50px 0;
    border: 2px solid var(--green-lighter);
    position: relative;
    overflow: hidden;
}

.events-filter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--green-gradient);
}

.events-filter-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.events-filter-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--green-gradient);
    border-radius: 2px;
}

.events-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-select {
    border: 2px solid var(--border-light);
    border-radius: 12px;
    background: var(--white);
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 500;
	height: 50px;
}

.filter-select:focus {
    outline: none;
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(122, 191, 70, 0.15);
    transform: translateY(-2px);
}

.filter-select:hover {
    border-color: var(--green-light);
}

.filter-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.filter-button {
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-apply {
    background: var(--green-gradient);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.filter-apply::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.filter-apply:hover::before {
    left: 100%;
}

.filter-apply:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(122, 191, 70, 0.35);
}

.filter-reset {
    background: var(--bg-light);
    color: var(--text-light);
    border: 2px solid var(--border-light);
}

.filter-reset:hover {
    background: var(--white);
    border-color: var(--primary-green);
    color: var(--primary-green);
    transform: translateY(-2px);
}

/* Awesome Events Grid - Premium Cards */
.events-section {
    margin: 80px 0;
}

.events-section-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.events-section-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: var(--green-gradient);
    border-radius: 3px;
}

.events-grid-awesome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 35px;
    margin-bottom: 60px;
	margin-top: 60px;
}

.event-card-awesome {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid var(--green-lighter);
    position: relative;
}

.event-card-awesome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--green-gradient);
    z-index: 2;
}

.event-card-awesome:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-green);
}

.event-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.event-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
    filter: brightness(0.9);
}

.event-card-awesome:hover .event-image {
    transform: scale(1.15);
    filter: brightness(1);
}

.event-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(90, 143, 53, 0.3) 0%, transparent 50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-card-awesome:hover .event-image-overlay {
    opacity: 1;
}

.event-content {
    padding: 25px;
    position: relative;
}

.event-meta-container {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-meta {
    background: var(--green-gradient);
    color: var(--white);
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(122, 191, 70, 0.3);
}

.event-status {
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-status.upcoming {
    background: var(--green-lighter);
    color: var(--primary-green);
    border: 1px solid var(--green-light);
}

.event-status.past {
    background: #fef3cd;
    color: #d97706;
    border: 1px solid #fcd34d;
}

.event-date {
    font-size: 15px;
    color: var(--primary-green);
    margin: 0 0 18px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-date::before {
    content: '📅';
    font-size: 14px;
}

.event-title {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 15px;
}

.event-title-text {
    color: var(--text-dark);
    transition: color 0.3s ease;
    display: block;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--text-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-card-awesome:hover .event-title-text {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--green-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-excerpt {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-green);
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.event-cta:hover {
    gap: 12px;
    color: var(--green-dark);
    border-bottom-color: var(--primary-green);
}

/* ===== SINGLE EVENT PAGE STYLING ===== */
.events-single-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.single-event-container {
    background: var(--white);
    border-radius: 25px;
    box-shadow: var(--shadow-large);
    overflow: hidden;
    border: 2px solid var(--green-lighter);
    position: relative;
    animation: fadeInUp 0.8s ease-out;
}

.single-event-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--green-gradient);
    z-index: 2;
}

/* Event Header */
.event-header {
    padding: 50px 50px 30px;
    text-align: center;
    border-bottom: 2px solid var(--border-light);
    background: linear-gradient(135deg, var(--green-lighter) 0%, transparent 100%);
    position: relative;
}

.event-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: var(--green-gradient);
}

.event-meta {
    background: var(--green-gradient);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(122, 191, 70, 0.4);
    margin-bottom: 25px;
}

.event-title-single {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.1;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--text-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-title-single::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: var(--green-gradient);
    border-radius: 2px;
}

/* Event Details Grid */
.event-details-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 50px;
    padding: 50px;
}

.event-image-single {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-large);
    transition: all 0.4s ease;
    position: relative;
}

.event-image-single:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.event-image-single img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.event-image-single:hover img {
    transform: scale(1.08);
}

/* Event Info Sidebar */
.event-info-sidebar {
    background: var(--bg-light);
    border-radius: 20px;
    padding: 35px;
    border: 2px solid var(--border-light);
    align-self: start;
    position: sticky;
    top: 30px;
    box-shadow: var(--shadow);
}

.event-detail-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-light);
}

.event-detail-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.event-detail-label {
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-green);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-detail-label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: var(--green-gradient);
    border-radius: 50%;
    opacity: 0.8;
}

.event-detail-value {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.5;
}

/* Registration Button */
.event-registration-button {
    display: block;
    width: 100%;
    padding: 18px 25px;
    background: var(--green-gradient);
    color: var(--white);
    text-decoration: none;
    border-radius: 15px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(122, 191, 70, 0.4);
    border: none;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

.event-registration-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.event-registration-button:hover::before {
    left: 100%;
}

.event-registration-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(122, 191, 70, 0.5);
}

/* Event Content */
.event-content-single {
    padding: 0 50px 50px;
}

.event-content-single h2 {
    color: var(--text-dark);
    font-size: 2rem;
    font-weight: 800;
    margin: 50px 0 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--green-lighter);
    position: relative;
}

.event-content-single h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--primary-green);
}

.event-content-single h3 {
    color: var(--text-dark);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 20px;
}

.event-content-single p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 17px;
}

.event-content-single ul,
.event-content-single ol {
    color: var(--text-light);
    margin-bottom: 25px;
    padding-left: 25px;
}

.event-content-single li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.event-content-single a {
    color: var(--primary-green);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.event-content-single a:hover {
    color: var(--green-dark);
    border-bottom-color: var(--primary-green);
}

/* VOD Notice */
.vod-notice {
    background: linear-gradient(135deg, var(--green-lighter) 0%, transparent 100%);
    border: 3px solid var(--primary-green);
    border-radius: 20px;
    padding: 40px;
    margin: 50px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vod-notice::before {
    content: '▶';
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 2.5rem;
    color: var(--primary-green);
    opacity: 0.15;
}

.vod-notice h3 {
    color: var(--primary-green);
    margin-top: 0;
    font-size: 1.75rem;
    font-weight: 800;
}

.vod-notice p {
    color: var(--text-dark);
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
}

/* Enhanced Back to Events Link */
.event-back-link {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid var(--border-light);
	margin-bottom: 20px;
}

.event-back-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    background: var(--bg-light);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.4s ease;
    border: 2px solid var(--border-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.event-back-button:hover {
    background: var(--white);
    color: var(--primary-green);
    border-color: var(--primary-green);
    transform: translateX(-8px);
    box-shadow: var(--shadow);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .events-grid-awesome {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
    
    .event-details-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .event-info-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .events-filter-grid {
        grid-template-columns: 1fr;
    }
    
    .events-grid-awesome {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .events-section-title {
        font-size: 2.25rem;
    }
    
    .event-title-single {
        font-size: 2.25rem;
    }
    
    .event-details-grid {
        padding: 30px;
        gap: 30px;
    }
    
    .event-content-single {
        padding: 0 30px 30px;
    }
    
    .event-header {
        padding: 30px 25px 20px;
    }
}

@media (max-width: 480px) {
    .events-page-container {
        padding: 0 15px;
    }
    
    .events-filter-section {
        padding: 25px 20px;
    }
    
    .events-section-title {
        font-size: 2rem;
    }
    
    .event-title-single {
        font-size: 1.75rem;
    }
    
    .filter-actions {
        flex-direction: column;
    }
    
    .filter-button {
        width: 100%;
    }
    
    .event-details-grid {
        padding: 20px;
    }
    
    .event-content-single {
        padding: 0 20px 20px;
    }
    
    .event-info-sidebar {
        padding: 25px;
    }
}
.ast-single-post.ast-page-builder-template .site-main > article{
	padding:0;
}
/* Print Styles */
@media print {
    .event-registration-button,
    .event-back-link {
        display: none;
    }
    
    .single-event-container {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
.stats-section {
    margin-bottom: 4rem;
    max-width: 1200px;
    width: 100%;
}
.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.stat-card {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.stat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, #0a9396, #94d2bd);
    border-radius: 0.75rem 0.75rem 0 0;
}
.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.stat-icon {
    font-size: 2.5rem;
    color: #0a9396;
    margin-bottom: 1rem;
}
.stat-number {
    color: #0a9396;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}
.stat-label {
    color: #6b7280;
    font-size: 1.1rem;
    font-weight: 500;
}
@keyframes countUp {
    from { opacity:0; transform:translateY(20px); }
    to   { opacity:1; transform:translateY(0); }
}
.stat-number { animation: countUp 0.8s ease-out forwards; }

@media (min-width: 768px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        padding: 0 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #0a9396;
    margin-bottom: 2rem;
}
.bg-element {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}
.bg-1 {
    width: 200px; height: 200px;
    background: #0a9396;
    top: 10%; left: 5%;
}
.bg-2 {
    width: 150px; height: 150px;
    background: #94d2bd;
    bottom: 10%; right: 5%;
}

.stats-section { padding: 2rem 0; }

/* Title with animated underline */
.section-title {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
}
.section-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a9396, #94d2bd);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    animation: underlineGrow 1s ease-out forwards;
}
@keyframes underlineGrow { from { width:0; } to { width:80px; } }

/* Card entrance (staggered) */
.stat-card {
    opacity: 0;
    transform: translateY(30px);
}
.stat-card.visible {
    opacity: 1;
    transform: translateY(0);
    animation: cardFadeIn 0.6s ease-out forwards;
}
@keyframes cardFadeIn {
    to { opacity:1; transform:translateY(0); }
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 25px 35px rgba(10,147,150,.15);
}
.stat-card:hover::before { height:7px; }
.stat-card:hover .stat-icon { transform: scale(1.15) rotate(4deg); }

.stat-number { font-size: 2.7rem; }

.bg-element.parallax {
    transition: transform .6s ease-out;
}

@media (min-width: 1024px) {
    .section-title { font-size: 2.8rem; }
}
    #home.hero {
      min-height: 100vh;
      background: linear-gradient(-45deg, #0a9396, #1e6b6f, #94d2bd, #0a9396);
      background-size: 400% 400%;
      animation: gradientShift 15s ease infinite;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
      overflow: hidden;
    }

    @keyframes gradientShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    .hero::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,30 L100,100 L0,100 Z" fill="rgba(255,255,255,0.05)"/></svg>') bottom/100% 30% no-repeat;
      opacity: 0.3;
    }

    .hero h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(2.5rem, 8vw, 4.5rem);
      font-weight: 800;
      margin-bottom: 1.5rem;
      text-shadow: 0 4px 15px rgba(0,0,0,0.3);
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 1s ease-out forwards;
    }

    .hero p {
      font-size: 1.25rem;
      max-width: 700px;
      margin: 0 auto 2rem;
      opacity: 0;
      transform: translateY(20px);
      animation: fadeUp 1s ease-out 0.3s forwards;
    }

    .hero a {
      opacity: 0;
      animation: fadeUp 1s ease-out 0.6s forwards;
    }
.section {
      padding: 5rem 5%;
      max-width: 100%;
      margin: 0 auto;
    }
    .section h3{
        margin-top:80px;
    }
    .bg-gray-100 {
      background: var(--light);
    }

    #research h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 3rem;
      color: var(--dark);
      position: relative;
    }

    #research h2::after {
      content: '';
      position: absolute;
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    /* Cards */
    .grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    @media (min-width: 768px) {
      .grid { grid-template-columns: repeat(3, 1fr); }
      .grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
    }

    .section .card {
      background: white;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      /*opacity: 0;*/
      transform: translateY(40px);
    }

    .section .card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 5px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      border-radius: 1rem 1rem 0 0;
    }

    .section .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(10,147,150,0.15);
    }

    .section .card h3 {
      font-family: 'Poppins', sans-serif;
      color: var(--primary);
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .card i {
      color: var(--secondary);
      font-size: 1.5rem;
    }

    /* Table */
    # research table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 2rem;
      background: white;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    #research th {
      background: var(--primary);
      color: white;
      padding: 1rem;
      text-align: left;
      font-weight: 600;
    }

    #research td {
      padding: 1rem;
      border-bottom: 1px solid #eee;
    }

    #research tr:hover {
      background: #f8fffe;
    }

    /* List */
    .list-disc {
      list-style: disc inside;
      padding-left: 0.5rem;
    }

    .list-disc li {
      margin-bottom: 0.75rem;
      padding-left: 0.5rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
      #research h2 { font-size: 2rem; }
      .section { padding: 3rem 5%; }
    }
    @keyframes fadeUp {
      to { opacity: 1; transform: translateY(0); }
    }
.wigh-container {
    --primary-green: #2E8B57;
    --green-dark: #1F6B45;
    --green-light: #4CAF7A;
    --green-lighter: #E8F5E9;
    --accent-gold: #FFD700;
    --accent-teal: #20B2AA;
    --text-dark: #1a202c;
    --text-light: #4a5568;
    --white: #ffffff;
    --shadow: 0 8px 30px rgba(46, 139, 87, 0.12);
    --shadow-hover: 0 15px 40px rgba(46, 139, 87, 0.2);
    --border-radius: 20px;
}

.wigh-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wigh-container {
    font-family: 'Poppins',sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    width: 100%;
    overflow-x: hidden;
}

/* Hero Section */
.wigh-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--primary-green) 50%, var(--green-light) 100%);
    color: var(--white);
    padding: 0 2rem;
}

.wigh-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.wigh-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    width: 100%;
    position: relative;
}

.wigh-hero-title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-weight: 800;
}

.wigh-hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 600px;
    font-weight: 300;
}

.wigh-cta-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.wigh-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    background-color: var(--accent-gold);
    color: var(--green-dark);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.4s ease;
    border: 2px solid var(--accent-gold);
    box-shadow: var(--shadow);
}

.wigh-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.wigh-btn-outline {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--accent-gold);
}

.wigh-btn-outline:hover {
    background-color: var(--accent-gold);
    color: var(--green-dark);
}

/* Section Styles */
.wigh-section {
    padding: 8rem 2rem;
}

.wigh-container .wigh-section-title {
    text-align: center;
    margin-bottom: 5rem;
    color: var(--green-dark);
    font-size: 3rem;
    font-weight: 800;
    position: relative;
}

.wigh-container .wigh-section-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: linear-gradient(90deg, var(--accent-teal), var(--accent-gold));
    margin: 1.5rem auto;
    border-radius: 3px;
}

.wigh-container .wigh-section-subtitle {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    max-width: 700px;
    margin: -3rem auto 4rem;
    font-weight: 300;
}

/* About Section */
.wigh-about {
    background: linear-gradient(135deg, #f8fafc 0%, var(--white) 100%);
    position: relative;
}

.wigh-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.wigh-about-text h3 {
    margin-bottom: 1.5rem;
    color: var(--green-dark);
    font-size: 2rem;
    font-weight: 700;
}

.wigh-about-text p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
}

.wigh-about-image {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    transition: all 0.4s ease;
}

.wigh-about-image:hover {
    transform: translateY(-10px);
}

.wigh-about-image img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}

/* Team Section */
.wigh-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.wigh-team-member {
    text-align: center;
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 3rem 2rem;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--green-lighter);
}

.wigh-team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--primary-green) 50%, var(--green-light) 100%);
}

.wigh-team-member:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-hover);
}

.wigh-member-photo {
    width: 450px;
    height: 300px !important;
    object-fit: cover;
    object-position: top;
    margin: 0 auto 2rem;
    border: 5px solid var(--green-lighter);
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
}

.wigh-team-member:hover .wigh-member-photo {
    border-color: var(--accent-teal);
    transform: scale(1.05);
}

.wigh-member-name {
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: var(--green-dark);
    font-size: 1.4rem;
}

.wigh-member-role {
    color: var(--accent-teal);
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    display: inline-block;
}

.wigh-member-role::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--accent-gold);
}

.wigh-member-bio {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Why Join Section */
.wigh-why-join {
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--primary-green) 50%, var(--green-light) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.wigh-why-join .wigh-section-title {
    color: var(--white);
}

.wigh-benefits-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wigh-benefit-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius);
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.wigh-benefit-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.wigh-benefit-icon {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    color: var(--accent-gold);
    transition: all 0.4s ease;
}

.wigh-benefit-card:hover .wigh-benefit-icon {
    transform: scale(1.2);
}

.wigh-benefit-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.wigh-benefit-card p {
    opacity: 0.9;
    line-height: 1.7;
}

/* Tabs Section */
.wigh-tabs-container {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    max-width: 1200px;
    margin: 0 auto;
}

.wigh-tabs {
    display: flex;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--primary-green) 50%, var(--green-light) 100%);
    position: relative;
}

.wigh-tab {
    flex: 1;
    padding: 1.8rem;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wigh-tab::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: var(--accent-gold);
    transition: width 0.4s ease;
}

.wigh-tab.active {
    color: var(--white);
}

.wigh-tab.active::before {
    width: 80%;
}

.wigh-tab-content {
    display: none;
    padding: 4rem 3rem;
}

.wigh-tab-content.active {
    display: block;
    animation: wigh-fadeInUp 0.6s ease;
}

@keyframes wigh-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Events Tab */
.wigh-events-section {
    margin-bottom: 4rem;
}

.wigh-events-section h3 {
    margin-bottom: 2rem;
    color: var(--green-dark);
    padding-bottom: 1rem;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 3px solid var(--accent-teal);
}

.wigh-event-card {
    background: var(--green-lighter);
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-left: 5px solid var(--accent-teal);
    transition: all 0.4s ease;
}

.wigh-event-card:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow);
}

.wigh-event-date {
    font-weight: bold;
    color: var(--green-dark);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.1rem;
}

.wigh-event-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--green-dark);
    font-weight: 700;
}

/* Partners Slider */
.wigh-partners-slider {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
    margin: 3rem 0;
    background: var(--green-lighter);
    border-radius: 15px;
}

.wigh-slider-track {
    display: flex;
    animation: wigh-slide 30s linear infinite;
}

.wigh-partner-logo {
    flex: 0 0 200px;
    margin: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
}

.wigh-partner-logo:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.wigh-partner-logo img {
    max-width: 100%;
    max-height: 70px;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.wigh-partner-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

@keyframes wigh-slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Contacts Tab */
.wigh-contact-list {
    list-style: none;
}

.wigh-contact-list li {
    margin-bottom: 2rem;
    padding: 2rem;
    background: var(--green-lighter);
    border-radius: 15px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-left: 4px solid transparent;
}

.wigh-contact-list li:hover {
    transform: translateX(10px);
    background: var(--green-light);
    color: var(--white);
    border-left-color: var(--accent-gold);
}

.wigh-contact-list li:hover .wigh-contact-icon {
    background: var(--white);
    color: var(--green-dark);
    transform: scale(1.1);
}

.wigh-contact-list li:hover .wigh-contact-name,
.wigh-contact-list li:hover .wigh-contact-email {
    color: var(--white);
}

.wigh-contact-icon {
    font-size: 1.5rem;
    color: var(--green-dark);
    width: 60px;
    height: 60px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
    box-shadow: var(--shadow);
}

.wigh-contact-details {
    flex: 1;
}

.wigh-contact-name {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--green-dark);
    font-size: 1.2rem;
    transition: all 0.4s ease;
}

.wigh-contact-email {
    color: var(--primary-green);
    transition: all 0.4s ease;
}

/* Call to Action */
.wigh-cta-section {
    text-align: center;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--primary-green) 50%, var(--green-light) 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.wigh-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
    opacity: 0.1;
}

.wigh-cta-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-weight: 800;
    position: relative;
}

.wigh-cta-subtitle {
    font-size: 1.3rem;
    margin-bottom: 4rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    font-weight: 300;
    position: relative;
}

.wigh-cta-buttons-section {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    position: relative;
}

/* Responsive Design */
@media (max-width: 992px) {
    .wigh-about-content {
        grid-template-columns: 1fr;
    }

    .wigh-hero-title {
        font-size: 3rem;
    }

    .wigh-section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .wigh-hero {
        height: 90vh;
    }

    .wigh-hero-title {
        font-size: 2.5rem;
    }

    .wigh-hero-subtitle {
        font-size: 1.2rem;
    }

    .wigh-section-title {
        font-size: 2.2rem;
    }

    .wigh-tabs {
        flex-direction: column;
    }

    .wigh-cta-buttons-section {
        flex-direction: column;
        align-items: center;
    }

    .wigh-cta-btn {
        width: 100%;
        max-width: 300px;
    }

    .wigh-benefits-container {
        grid-template-columns: 1fr;
    }
    section #pt-cv-view-f1dc8924kn .pt-cv-thumb-wrapper:not(.miniwrap) {
    width: 100% !important;
    }
    section #pt-cv-view-f1dc8924kn .pt-cv-thumbnail:not(.pt-cv-thumbnailsm) {
    height: 180px;
}
}

@media (max-width: 576px) {
    .wigh-section {
        padding: 6rem 1rem;
    }

    .wigh-tab-content {
        padding: 2rem 1.5rem;
    }

    .wigh-team-grid {
        grid-template-columns: 1fr;
    }

    .wigh-hero-title {
        font-size: 2rem;
    }

    .wigh-cta-title {
        font-size: 2.5rem;
    }
}
.wigh-wrapper .e-con{
    padding:0 !important;
}
.wigh-hero-content h1{
    font-size: 52px;
  color: #fff;
  font-family: "Poppins",sans-serif;
}
.wigh-container p{
      font-family: "Poppins",sans-serif;

}
.pt-cv-content-item:hover{
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--border);
}
.pt-cv-content-item{
   transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); 
}
.pt-cv-thumb-wrapper img{
    height: 300px;
    width: 200px;
    
}
#pt-cv-view-f1dc8924kn .pt-cv-thumb-wrapper:not(.miniwrap) {
    width: 30% !important;
}
.pt-cv-colwrap{
    padding-right: 20px;
    padding-left: 20px;
}
.pt-cv-blockgrid>.pt-cv-page{
   grid-gap: 35px !important;
}
.sticky-nav {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s ease,
                background 0.4s ease;
    z-index: 9999;
}

/* Hidden above the fold (will slide in when scrolling down) */
.sticky-nav:not(.is-stuck) {
    position: relative !important;
}

/* Fixed + visible when scrolled */
.sticky-nav.is-stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.97) !important;
    backdrop-filter: blur(12px);
}

/* Optional: tiny slide-down effect */
.sticky-nav {
    transform: translateY(-120%);
}
.sticky-nav.is-stuck {
    transform: translateY(0);
}
.elementor-3577 .elementor-element.elementor-element-68d53ed{
padding:0 !important;
}
.wigh-hero-content img{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.wigh-benefit-title{
    color:#fff !important;
}
.wigh-tab.active{
    background-color: #92d151;
}