
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

video {
    width: 100%;
    height: auto;
}

/* ============================================
   CLUBIGO BANNER STYLES
   ============================================ */

/* Full-Screen Image Banner */
.clbg_image {
    position: relative;
    height: 65vh;
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.clbg_image::before {
    position: absolute;
    height: 100vh;
    width: 100vw;
    right: 0;
    top: 0;
    z-index: 1;
    content: '';
    background-image: linear-gradient(to right, rgba(92, 80, 118, 0.6), rgba(92, 80, 118, 1));
}
.clbg_image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.clbg_image_container {
    position: relative;
    z-index: 1;
    max-width: 700px;
    padding: 2em;
    text-align: right;
}

.clbg_image_title {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.clbg_image_text {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.clbg_image_button {
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin: 1em 0 0;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.clbg_image_button:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.clbg_image_button:active {
    transform: scale(0.98);
}

/* Override WordPress and theme containers */
.entry-content,
.wp-block-post-content,
.site-content,
.wp-site-blocks {
    overflow-x: hidden !important;
}

/* Make banner break out of container */
.is-layout-constrained > .clbg_image,
.wp-block-group > .clbg_image {
    max-width: 100vw !important;
}

.tpost, .tpage {
    display: flex;
    flex-direction: column;
    max-width: 1340px !important;
    margin: 0 auto;
    padding: 0 1em;
}

.tpost .tpost_thumbnail,
.tpage .tpage_thumbnail {
    width: 100%;
}

.tpost .tpost_thumbnail img,
.tpage .tpage_thumbnail img {
    width: 100%;
    border-radius: 1em;
    height: auto;
}

.tpost .tpost_content,
.tpage .tpage_content {
    width: 100%;
    padding: 1em 0 0;
}

.tpost h2,
.tpage h2 {

}

.tpost p,
.tpage p {
    padding: 0;
    margin: 0 0 1.5em;
}


.tpage_title,
.tpost_title{
    margin: 0 0 15px;
    padding: 0;
}

.tpage strong,
.tpost strong{
    font-weight: bold;
}
ol{
    margin: 1.5em 15px;
}
ul{
    list-style: square;
    margin: 1.5em 0;
}

/* Banner Responsive Design */
@media (max-width: 768px) {


    .clbg_image_container {
        padding: 1.5em;
    }

    .clbg_image_title {
        font-size: 2em;
    }

    .clbg_image_text {
        font-size: 1em;
    }

    .clbg_image_button {
        font-size: 1rem;
        padding: 12px 0;
    }

    /* Remove WordPress container paddings */
    body {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .wp-site-blocks {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .entry-content,
    .wp-block-post-content,
    main,
    article,
    .site-content,
    #content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Fix for Twenty Twenty-Five theme */
    /* .wp-block-group.is-layout-constrained {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */

    /* Make header transparent over banner */
    /* body:has(.clbg_image) .clubigo-header {
        position: absolute !important;
        background: transparent !important;
        border-bottom: none !important;
    } */
}

@media (max-width: 480px) {
    .clbg_image_title {
        font-size: 1.5em;
    }

    .clbg_image_text {
        font-size: 0.9em;
    }

    .clbg_image_button {
        font-size: 0.9rem;
        max-width: 180px;
    }
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    /* max-width: 100% !important; */
}
h1, h2, h3 {
    font-weight: 700;
}
h1, h2, h3, p {
    font-family: 'Heebo', sans-serif;
}
p, li, a {
    font-size: 1rem;
}
h2 {
    margin-bottom: 15px;
}
ul {
    padding: 0 20px;
}
/* ------------------------------ start header --------------------------- */
.clubigo-header {
    /* background: transparent; */
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    backdrop-filter: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    direction: rtl;
    width: 100%;
    max-width: 100%;
}

.clubigo-header.clubigo-sticky.clubigo-scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
    width: 100%;
}

.clubigo-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1400px; */
    margin: 0 auto;
}

.clubigo-logo {
    text-decoration: none;
    transition: all 0.3s ease;
}

.clubigo-logo-img {
    height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.clubigo-logo-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    transition: color 0.3s ease;
}

.clubigo-header.clubigo-scrolled .clubigo-logo-text {
    color: #fb6b24;
}

.clubigo-logo:hover .clubigo-logo-text {
    color: #fb6b24;
}

.clubigo-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.clubigo-nav-menu {
    display: flex;
    list-style: none;
    gap: 1rem;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.clubigo-nav-item {
    margin: 0;
}

.clubigo-nav-link {
    text-decoration: none;
    color: #222;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.clubigo-nav-link:hover {
    color: #6cc6c9;
}

.clubigo-header.clubigo-scrolled .clubigo-nav-link {
    color: #333;
}

.clubigo-header.clubigo-scrolled .clubigo-nav-link:hover {
    color: #6cc6c9;
}

.clubigo-mobile-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    gap: 4px;
}

.clubigo-hamburger {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.clubigo-mobile-toggle::focous{
    outline: none;
}
.clubigo-header.clubigo-scrolled .clubigo-hamburger {
    background: #333;
}

.clubigo-mobile-toggle.active .clubigo-hamburger:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.clubigo-mobile-toggle.active .clubigo-hamburger:nth-child(2) {
    opacity: 0;
}

.clubigo-mobile-toggle.active .clubigo-hamburger:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Styles */
@media (max-width: 768px) {
    .clubigo-header-container {
        padding: 0;
    }

    .clubigo-nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        height: calc(100vh - 0px);
        overflow-y: auto;
    }

    .clubigo-nav-menu.clubigo-mobile-open {
        right: 0;
    }

    .clubigo-nav-link {
        color: #333;
        text-shadow: none;
        padding: 1rem;
        border-radius: 8px;
        display: block;
        text-align: center;
    }

    .clubigo-nav-link:hover {
        background: rgba(37, 99, 235, 0.1);
        color: #2563eb;
    }

    .clubigo-mobile-toggle {
        display: flex;
    }
}

@media (max-width: 480px) {
    .clabigo-icon-container .material-icons, .clabigo-icon-container .material-symbols-outlined {
        font-size: 2rem;
    }
    .clabigo-icon-container {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
    }
    .clubigo-header {
        padding: 0.5rem 1rem;
    }

    .clubigo-logo-img {
        height: 40px;
    }

    .clubigo-logo-text {
        font-size: 1.5rem;
    }
}

/*---------------------------------end header ------------------------- */

/*---------------------------------end footer ------------------------- */
.clubigo-footer {
    background:#5c5076;
    color: white;
    padding: 5rem 1rem 2rem;
    text-align: center;
    direction: rtl;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.clubigo-footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.clubigo-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    text-align: right;
}

.clubigo-footer-section {
    padding: 0;
}

.clubigo-footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #f9fafb;
    font-weight: 600;
}

.clubigo-contact-info p,
.clubigo-footer-links p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
}

.clubigo-contact-info,
.clubigo-footer-links {
    color: #d1d5db;
}

.clubigo-footer a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.clubigo-footer a:hover {
    color: #60a5fa;
}

.clubigo-footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 1rem;
    color: #9ca3af;
    text-align: center;
    margin-top: 2rem;
}

.clubigo-footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .clubigo-footer {
        padding: 5rem 1rem 2rem;
    }

    .clubigo-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .clubigo-footer-section {
        padding: 1rem 0;
        border-bottom: 1px solid #374151;
    }

    .clubigo-footer-section:last-child {
        border-bottom: none;
    }

    .clubigo-footer-section h4 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .clubigo-contact-info p,
    .clubigo-footer-links p {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }
}

@media (max-width: 480px) {
    .clubigo-footer {
        padding: 5rem 1rem 2rem;
    }

    .clubigo-footer-section h4 {
        font-size: 1rem;
    }

    .clubigo-contact-info p,
    .clubigo-footer-links p {
        font-size: 0.85rem;
    }

    .clubigo-footer-bottom p {
        font-size: 0.8rem;
    }
}

/*---------------------------------end footer ------------------------- */
.clubigo-header-container br{
    display: none;
}
p:empty {
    position: absolute;
    visibility: hidden;
    height: 0;
    width: 0;
}
/* -------------- tp_banner1 --------------- */
.tp_banner1 {
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    display: flex;
    background-image: url(https://images.unsplash.com/photo-1497366216548-37526070297c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80) !important;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    overflow: hidden;
    justify-content: center;
    height: 80vh;
    align-items: center;
    color: #fff;
    text-align: center;
    max-width: 100vw !important;
    box-sizing: border-box;
    padding: 0 1rem;
}
.cta-button {
    display: inline-block;
    background: #f99a54;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.tp_banner1 h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.tp_banner1 p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}
/* ---------------------------------------------------------- */
/* Reviews Carousel Base Styles */
.reviews-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 2rem 0;
    direction: rtl;
}

.reviews-section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 3rem 0 1rem;
    padding: 0;
}

.reviews-carousel .review-item {
    padding: 30px 25px;
    margin: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    background: #f7f7f7;
    /* box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0; */
}

.reviews-carousel .review-rating {
    text-align: right;
    margin-bottom: 15px;
}

.reviews-carousel .review-rating .star {
    color: #ff6b35;
    font-size: 1.2rem;
    margin: 0 2px;
}

.reviews-carousel .review-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: right;
    line-height: 1.5;
    color: #1a1a1a;
}

.reviews-carousel .review-text {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: right;
    flex-grow: 1;
    color: #666;
}

.reviews-carousel .reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.reviews-carousel .reviewer-image {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.reviews-carousel .reviewer-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.reviews-carousel .reviewer-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.reviews-carousel .reviewer-details {
    text-align: right;
    flex-grow: 1;
}

.reviews-carousel .reviewer-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
    color: #1a1a1a;
}

.reviews-carousel .reviewer-office {
    font-size: 0.85rem;
    color: #999;
}

/* OWL Carousel Navigation Styles */
.reviews-carousel-wrapper {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

.reviews-carousel-wrapper .owl-nav {
    position: absolute;
    top: -60px;
    left: 0;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.reviews-carousel-wrapper .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.reviews-carousel-wrapper .owl-nav button:hover {
    background: #6cc6c9;
    color: #fff;
    border-color: #6cc6c9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108,198,201,0.3);
}

.reviews-carousel-wrapper .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.reviews-carousel-wrapper .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reviews-carousel-wrapper .owl-dots .owl-dot.active,
.reviews-carousel-wrapper .owl-dots .owl-dot:hover {
    background: #007cba;
    transform: scale(1.2);
}

/* Style 1 - Classic Card Design */
.reviews-carousel-wrapper.style-1 .review-item {
    background: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: none;
}

.reviews-carousel-wrapper.style-1 .review-title {
    color: #1a1a1a;
}

.reviews-carousel-wrapper.style-1 .review-text {
    color: #666;
}

.reviews-carousel-wrapper.style-1 .reviewer-name {
    color: #1a1a1a;
}

.reviews-carousel-wrapper.style-1 .reviewer-office {
    color: #999;
}

/* Style 2 - Gradient Background */
.reviews-carousel-wrapper.style-2 .review-item {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.reviews-carousel-wrapper.style-2 .review-title {
    color: white;
}

.reviews-carousel-wrapper.style-2 .review-text {
    color: rgba(255,255,255,0.9);
}

.reviews-carousel-wrapper.style-2 .reviewer-name {
    color: white;
    font-weight: bold;
}

.reviews-carousel-wrapper.style-2 .reviewer-office {
    color: rgba(255,255,255,0.8);
}

.reviews-carousel-wrapper.style-2 .review-date {
    color: rgba(255,255,255,0.7);
}

.reviews-carousel-wrapper.style-2 .reviewer-image img,
.reviews-carousel-wrapper.style-2 .reviewer-placeholder {
    border: 3px solid rgba(255,255,255,0.3);
}

/* Style 3 - Modern Minimal */
.reviews-carousel-wrapper.style-3 .review-item {
    background: #f7f7f7;
    border: none;
    border-radius: 1em;
}

.reviews-carousel-wrapper.style-3 .reviewer-image {
    width: 60px;
    height: 60px;
}

.reviews-carousel-wrapper.style-3 .review-title {
    color: #2c3e50;
    font-size: 1.1rem;
}

.reviews-carousel-wrapper.style-3 .review-text {
    color: #5a6c7d;
    font-style: italic;
}

.reviews-carousel-wrapper.style-3 .reviewer-name {
    font-size: 1rem;
}

.reviews-carousel-wrapper.style-3 .reviewer-office {
    color: #95a5a6;
    font-size: 0.85rem;
}

.reviews-carousel-wrapper.style-3 .review-rating .star {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .reviews-carousel .review-item {
        min-height: 300px;
        padding: 15px;
    }
    
    .reviews-carousel .reviewer-image {
        width: 60px;
        height: 60px;
    }
    
    .reviews-carousel .review-title {
        font-size: 1.1rem;
    }
    
    .reviews-carousel .review-text {
        font-size: 0.9rem;
    }
    
    .reviews-carousel-wrapper .owl-nav {
        top: -50px;
    }

    .reviews-carousel-wrapper .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .reviews-carousel-wrapper {
        padding: 1rem;
    }
    
    .reviews-carousel .review-item {
        min-height: 280px;
        padding: 12px;
        margin: 5px;
    }
    
    .reviews-carousel .reviewer-image {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .reviews-section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .reviews-carousel .review-rating .star {
        font-size: 1.2rem;
        margin: 0 1px;
    }

    .reviews-carousel .review-title {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .reviews-carousel .review-text {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    
    .reviews-carousel-wrapper .owl-nav {
        display: none;
    }
}

/* Empty State */
.reviews-carousel-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 1.1rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px dashed #ddd;
}

/* RTL Support */
.reviews-carousel-wrapper[dir="rtl"] .owl-nav {
    left: auto;
    right: 0;
}

/* Print Styles */
@media print {
    .reviews-carousel-wrapper .owl-nav,
    .reviews-carousel-wrapper .owl-dots {
        display: none;
    }
    
    .reviews-carousel .review-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
/* ---------------------------------------------------------- */

@media (min-width: 992px) {

    .tpost,
    .tpage {
        flex-direction: row-reverse;
    }
    .tpost .tpost_thumbnail,
    .tpage .tpage_thumbnail {
        width: 45%;
    }
    .tpost .tpost_thumbnail img,
    .tpage .tpage_thumbnail img {
        border-radius: 1em;
    }
    .tpost .tpost_content,
    .tpage .tpage_content {
        width: 55%;
        padding: 0 0 0 3em;
    }
    .tpage_content.thumbnail_empty {
        width: 100%;
        padding: 0;
    }
}