/* CMS Pages Styling */

/* ============================================
   Banner Actions Styling (Tabbed Pages)
   ============================================ */
.inner-banner .pageTitle {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    text-align: left;
}

.inner-banner .pageTitle > div {
    position: relative;
    z-index: 10;
    text-align: center;
}

.inner-banner .theme-btn{width: auto;}

.inner-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 58%);
    z-index: 1;
    pointer-events: none; /* Allow clicks to pass through overlay */
}

.banner-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

.banner-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.banner-link:hover {
    color: #FFD700;
    text-decoration: none;
}

/* Theme button styling for banner */
.inner-banner .theme-btn.btn-style-three {
    position: relative;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

/* ============================================
   CMS Content Styling (Simple Pages)
   ============================================ */
.cms-content {
    line-height: 1.8;
}

.cms-content img {
    max-width: 100%;
    height: auto;
}

.cms-content h1, 
.cms-content h2, 
.cms-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #1d2758;
}

.cms-content p {
    margin-bottom: 1rem;
}

.cms-content ul, 
.cms-content ol {
    margin-bottom: 1rem;
    padding-left: 0.7rem;
}

.cms-content li{
  
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--black-color);
    font-size: 14px;
    line-height: 1.6;
}
.cms-content li::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}




/* Ensure table background colors are preserved in CMS content */
.cms-content table td[style*="background-color"],
.cms-content table th[style*="background-color"],
.cms-content table td[style*="background"],
.cms-content table th[style*="background"] {
    /* Preserve inline background colors - don't override */
}

/* Ensure sponsorship-table background colors work */
.cms-content .sponsorship-table td[style*="background-color"],
.cms-content .sponsorship-table th[style*="background-color"] {
    /* Inline styles will work */
}

/* ============================================
   Business One Section (Intro)
   ============================================ */
.business-one {
    padding : 40px 0px;
}

.business-one:first-child {
    padding-top: 0;
  }

.business-one_text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.business-one_bold {
    color: #1d2758;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.business-one_block {
    margin-bottom: 20px;
}

.business-one_block-inner {
    text-align: center;
}

.icon-about {
    width: 90px;
    height: 90px;
    background: var(--color-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
}

.icon-about img {    
   max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}

.icon-about i {
    font-size: 36px;
    color: #1d2758;
}

.business-one_block-text {
    display: block;
    color: #1d2758;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* ============================================
   Info Cards
   ============================================ */
.info-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
}

/* ============================================
   CMS Sponsors Section
   ============================================ */
.cms-sponsors {
    padding: 60px 0;
}

.cms-sponsors-grid {
    margin-top: 10px;
}

.cms-sponsor-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cms-sponsor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.cms-sponsor-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.cms-sponsor-logo {
    background: #f7f8fb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.cms-sponsor-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.cms-sponsor-placeholder {
    font-size: 13px;
    color: #8a8f99;
}

.cms-sponsor-body {
    padding: 16px 16px 14px;
}

.cms-sponsor-title {
    font-size: 16px;
    font-weight: 600;
    color: #1d2758;
    margin: 0 0 6px;
    line-height: 1.25;
}

.cms-sponsor-desc {
    margin: 0 0 10px;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    min-height: 38px;
}

.cms-sponsor-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
}

.cms-sponsor-url {
    color: rgba(29, 39, 88, 0.75);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 75%;
}

.cms-sponsor-visit {
    font-weight: 600;
    color: #0a2b7a;
    background: rgba(10, 43, 122, 0.08);
    padding: 6px 10px;
    border-radius: 999px;
}

@media (max-width: 575px) {
    .cms-sponsor-logo {
        height: 120px;
    }
}

/* ============================================
   Sponsors - Category Grouped Layout
   ============================================ */
.sponsors-page-section {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #fdf6e3 0%, #e8f0fe 50%, #f0f4ff 100%);
    min-height: 50vh;
}

.sponsors-page-section .sec-title_heading {
    font-size: 36px;
    font-weight: 700;
    color: #1d2758;
}

.sponsors-page-section .sec-title_light {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

/* Category Block */
.sponsor-category-block {
    margin-bottom: 40px;
}

/* Category Header */
.sponsor-category-header {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
}

.sponsor-category-header::before,
.sponsor-category-header::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: calc(50% - 120px);
    border-radius: 2px;
    background: var(--line-bg, linear-gradient(90deg, transparent, #5c6bc0, transparent));
}

.sponsor-category-header::before {
    left: 0;
}

.sponsor-category-header::after {
    right: 0;
}

.sponsor-category-label {
    display: inline-block;
    padding: 8px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #5c6bc0 0%, #3949ab 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(57, 73, 171, 0.35);
}

/* Gold Sponsors */
.sponsor-cat-gold-sponsors .sponsor-category-label {
    background: linear-gradient(135deg, #f5c842 0%, #d4a017 100%);
    box-shadow: 0 4px 15px rgba(212, 160, 23, 0.35);
}
.sponsor-cat-gold-sponsors::before,
.sponsor-cat-gold-sponsors::after {
    background: linear-gradient(90deg, transparent, #d4a017, transparent);
}

/* Silver Sponsors */
.sponsor-cat-silver-sponsors .sponsor-category-label {
    background: linear-gradient(135deg, #c0c0c0 0%, #8a8a8a 100%);
    box-shadow: 0 4px 15px rgba(140, 140, 140, 0.35);
}
.sponsor-cat-silver-sponsors::before,
.sponsor-cat-silver-sponsors::after {
    background: linear-gradient(90deg, transparent, #aaa, transparent);
}

/* Platinum Sponsors */
.sponsor-cat-platinum-sponsors .sponsor-category-label {
    background: linear-gradient(135deg, #e5e4e2 0%, #8a9a9e 100%);
    color: #333;
    box-shadow: 0 4px 15px rgba(138, 154, 158, 0.35);
}
.sponsor-cat-platinum-sponsors::before,
.sponsor-cat-platinum-sponsors::after {
    background: linear-gradient(90deg, transparent, #8a9a9e, transparent);
}

/* Bronze Sponsors */
.sponsor-cat-bronze-sponsors .sponsor-category-label {
    background: linear-gradient(135deg, #cd7f32 0%, #a0522d 100%);
    box-shadow: 0 4px 15px rgba(160, 82, 45, 0.35);
}
.sponsor-cat-bronze-sponsors::before,
.sponsor-cat-bronze-sponsors::after {
    background: linear-gradient(90deg, transparent, #a0522d, transparent);
}

/* Supporting Sponsors */
.sponsor-cat-supporting-sponsors .sponsor-category-label {
    background: linear-gradient(135deg, #607d8b 0%, #455a64 100%);
    box-shadow: 0 4px 15px rgba(69, 90, 100, 0.35);
}
.sponsor-cat-supporting-sponsors::before,
.sponsor-cat-supporting-sponsors::after {
    background: linear-gradient(90deg, transparent, #607d8b, transparent);
}

/* Default/Other Sponsors - Fallback for any category not matching above */
.sponsor-category-header:not(.sponsor-cat-gold-sponsors):not(.sponsor-cat-silver-sponsors):not(.sponsor-cat-platinum-sponsors):not(.sponsor-cat-bronze-sponsors):not(.sponsor-cat-supporting-sponsors) .sponsor-category-label {
    background: linear-gradient(135deg, #4a69bd 0%, #3b5998 100%);
    box-shadow: 0 4px 15px rgba(59, 89, 152, 0.35);
}
.sponsor-category-header:not(.sponsor-cat-gold-sponsors):not(.sponsor-cat-silver-sponsors):not(.sponsor-cat-platinum-sponsors):not(.sponsor-cat-bronze-sponsors):not(.sponsor-cat-supporting-sponsors)::before,
.sponsor-category-header:not(.sponsor-cat-gold-sponsors):not(.sponsor-cat-silver-sponsors):not(.sponsor-cat-platinum-sponsors):not(.sponsor-cat-bronze-sponsors):not(.sponsor-cat-supporting-sponsors)::after {
    background: linear-gradient(90deg, transparent, #4a69bd, transparent);
}

/* Sponsor Logos Grid */
.sponsor-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 10px 20px;
}

.sponsor-logo-item {
    background: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 80px;
    max-width: 200px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsor-logo-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.sponsor-logo-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.sponsor-logo-img {
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
    display: block;
}

.sponsor-logo-text {
    font-size: 14px;
    font-weight: 600;
    color: #1d2758;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .sponsors-page-section {
        padding: 50px 0 40px;
    }

    .sponsor-category-header::before,
    .sponsor-category-header::after {
        width: calc(50% - 90px);
    }

    .sponsor-category-label {
        font-size: 13px;
        padding: 6px 24px;
    }

    .sponsor-logos-grid {
        gap: 16px;
        padding: 10px 10px;
    }

    .sponsor-logo-item {
        min-width: 110px;
        min-height: 65px;
        padding: 12px 16px;
    }

    .sponsor-logo-img {
        max-width: 120px;
        max-height: 50px;
    }
}

@media (max-width: 480px) {
    .sponsor-category-header::before,
    .sponsor-category-header::after {
        width: calc(50% - 70px);
    }

    .sponsor-logos-grid {
        gap: 12px;
    }

    .sponsor-logo-item {
        min-width: 90px;
        padding: 10px 12px;
    }

    .sponsor-logo-img {
        max-width: 100px;
        max-height: 45px;
    }
}

.info-card .icon {
    margin-bottom: 15px;
}

.info-card .icon i {
    font-size: 40px;
    color: #f5c002;
    margin-bottom: 10px;
    display: block;
}

.info-card .icon img {
    /* margin-bottom: 10px; */
}

.info-card .icon h3 {
    color:var(--black-color);
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.info-card .content {
    color: #555;
    line-height: 1.7;
    /* max-height: 250px;
    min-height: 109px;
    overflow: auto; */
}

.info-card .content ul {
    padding-left: 20px;
}

.info-card .content ul li {
    margin-bottom: 8px;
}

/* ============================================
   Goals/Objectives List Style
   ============================================ */
.goals-list ul,
.info-card .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.goals-list ul li,
.info-card .content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

/* .info-card .content ul li:before */
/* .goals-list ul li:before
 {
    content: "•";
    color: #f5c002;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
} */

/* ============================================
   Background & CTA
   ============================================ */
.gray-bg {
    background-color: #f8f9fa;
}

.cta-section {
    background: linear-gradient(135deg, #1d2758 0%, #2a3a7c 100%);
    color: #fff;
    border-radius: 8px;
    padding: 40px;
}

.cta-section h3 {
    color: #fff;
}

.cta-section .content {
    color: rgba(255,255,255,0.9);
}


.inner-banner h4{
	line-height: 1.4em;
    font-weight: 700;
    font-size: var(--font-24);
	color: var(--white-color);
}

.inner-banner p{
    position: relative;
    line-height: 1.7em;
    font-size: var(--font-16);
    color: var(--white-color);
}

.inner-banner .pageDetails{    position: relative;
    z-index: 2;}


.content ul li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--black-color);
    font-size: 14px;
    line-height: 1.6;
}
.content ul li::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.content-tab h5 a{
    background: var(--gradientBtn);
    text-align: center;
    border-radius: 100px;
    padding: 10px 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: var(--white-color);
    display: inline-table;
}