.cf-ecb-card,
.cf-facility-card {
    border-radius: 12px;
    transition: .3s
}

.cf-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #f8f9fa 0, #fff 100%);
    position: relative
}

.cf-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: linear-gradient(135deg, rgba(0, 123, 255, .03) 0, rgba(102, 126, 234, .03) 100%);
    pointer-events: none
}

.cf-container {
    max-width: var(--custom-max-width);
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

.cf-ecb-grid,
.cf-ecb-header,
.cf-ecb-subsection {
    position: relative;
    z-index: 2
}

.cf-header {
    text-align: center;
    margin-bottom: 40px
}

.cf-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--title-color);
    margin-bottom: 12px;
    position: relative;
    display: inline-block
}

.cf-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #00d88a 65%, transparent 100%) !important;
    border-radius: 2px
}

.cf-intro-text {
    font-size: 16px;
    color: var(--text-color);
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6
}

.cf-facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.cf-facility-card {
    background: #fff;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.cf-ecb-section::after,
.cf-ecb-section::before {
    content: '';
    border-radius: 50%;
    position: absolute
}

.cf-facility-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--secondary-color), var(--theme-color));
    opacity: 0;
    transition: opacity .3s
}

.cf-facility-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

.cf-facility-card:hover::before {
    opacity: 1
}

.cf-facility-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px
}

.cf-facility-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0
}

.cf-facility-card:nth-child(2) .cf-facility-icon {
    background: linear-gradient(135deg, #f093fb 0, #f5576c 100%)
}

.cf-facility-card:nth-child(3) .cf-facility-icon {
    background: linear-gradient(135deg, #4facfe 0, #00f2fe 100%)
}

.cf-facility-card:nth-child(4) .cf-facility-icon {
    background: linear-gradient(135deg, #43e97b 0, #38f9d7 100%)
}

.cf-facility-card:nth-child(5) .cf-facility-icon {
    background: linear-gradient(135deg, #fa709a 0, #fee140 100%)
}

.cf-facility-card:nth-child(6) .cf-facility-icon {
    background: linear-gradient(135deg, #a18cd1 0, #fbc2eb 100%)
}

/* LC Bill Discounting Highlight Design */
.cf-lc-highlight {
    background: linear-gradient(135deg, #fff8e1 0, #fff 100%);
    border: 1px solid #ffc107;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.15);
}

.cf-lc-highlight .cf-facility-icon {
    background: linear-gradient(135deg, #ffc107 0, #ff9800 100%);
}

.cf-lc-highlight .cf-facility-title {
    color: #856404;
}

.cf-facility-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    margin: 8px 0 0 0;
    line-height: 1.3
}

.cf-facility-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0;
    flex: 1
}

.cf-ecb-card ul,
.cf-facility-desc ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.cf-facility-desc ul li {
    padding: 3px 0 3px 16px;
    position: relative;
    font-size: 16px;
    color: #555;
    line-height: 1.5
}

.cf-facility-desc ul li::before {
    content: '•';
    color: var(--secondary-color);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 3px
}

/* ECB Intro Block */
.cf-ecb-intro-block {
    background: #f8f9fa;
    border-left: 4px solid #ffc107;
    padding: 20px 25px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 30px;
}

.cf-ecb-intro-block p {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.cf-ecb-intro-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf-ecb-intro-block ul li {
    padding: 4px 0 4px 16px;
    position: relative;
    font-size: 15px;
    color: #555;
}

.cf-ecb-intro-block ul li::before {
    content: '•';
    color: #ffc107;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 4px;
}

.cf-ecb-section {
    background: linear-gradient(135deg, #1a3a5c 0, #2d5a87 100%);
    border-radius: 16px;
    padding: 30px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.cf-ecb-section::before {
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, .05)
}

.cf-ecb-section::after {
    bottom: -30%;
    left: -5%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .03)
}

.cf-ecb-header {
    margin-bottom: 20px
}

.cf-ecb-header h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px
}

.cf-ecb-header h3 i {
    color: #4facfe
}

.cf-ecb-header p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .9);
    margin: 0
}

.cf-ecb-card h4,
.cf-ecb-subsection h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

/* ECB Grid - Full Width (1 Column) */
.cf-ecb-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

.cf-ecb-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .15)
}

.cf-ecb-card:hover {
    background: rgba(255, 255, 255, .15);
    transform: translateY(-3px)
}

.cf-ecb-card h4 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.cf-ecb-card ul li {
    padding: 6px 0 6px 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .9)
}

.cf-ecb-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 6px;
    color: #4facfe;
    font-weight: 700;
    font-size: 16px
}

.cf-ecb-subsection {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.cf-ecb-subsection h4 {
    margin-bottom: 15px
}

.cf-contact-bar {
    background: linear-gradient(135deg, #fff3cd 0, #ffeaa7 100%);
    border-radius: 12px;
    padding: 20px 30px;
    border-left: 4px solid #ffc107;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 30px;
}

.cf-contact-bar-title {
    font-size: 16px;
    font-weight: 700;
    color: #856404;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.cf-contact-bar-title i {
    font-size: 18px
}

.cf-contact-bar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    flex: 1
}

.cf-contact-bar-item {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.cf-contact-bar-item strong {
    color: #856404;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px
}

.cf-contact-bar-item a,
.cf-contact-bar-item span {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4
}

.cf-contact-bar-item a {
    color: #555;
    text-decoration: none
}

.cf-contact-bar-item a:hover {
    text-decoration: underline
}

@media (max-width:991px) {
    .cf-facilities-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .cf-ecb-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:768px) {
    .cf-section {
        padding: 30px 0
    }
    .cf-header h2 {
        font-size: 28px
    }
    .cf-facilities-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }
    .cf-ecb-section,
    .cf-facility-card {
        padding: 20px
    }
    .cf-contact-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px
    }
    .cf-contact-bar-grid {
        width: 100%
    }
}

@media (max-width:480px) {
    .cf-header h2 {
        font-size: 24px
    }
    .cf-intro-text {
        font-size: 16px
    }
    .cf-facility-header {
        gap: 10px
    }
    .cf-facility-icon {
        width: 40px;
        height: 40px;
        font-size: 18px
    }
    .cf-facility-title {
        font-size: 16px
    }
}

p.wow.fadeInUp.granding-section.animated {
    color: #fff;
    margin-bottom: 20px;
}

/* === Forms Page Title Backgrounds === */
#tf-page-title .bg-layer {
    background-image: url(../images/background/innerbanner09.webp);
}
#tf-page-title .pattern-1 {
    background-image: url(../images/shape/shape-18.png);
}
#tf-page-title .pattern-2 {
    background-image: url(../images/shape/shape-17.png);
}