/* ==========================================
   SLIDER BUTTON & LAYOUT FIX
========================================== */

/* Slider Content */
.tv-slider-content {
    max-width: 550px;
    padding-left: 60px;
}

/* Slider Title */
.tv-slider-title {
    margin-bottom: 25px;
}

/* Slider Text */
.tv-slider-text {
    margin-bottom: 35px;
}

/* Button */
.tv-slider-btn {
    margin-top: 30px;
}

/* Primary Button */
.tv-btn-primary {
    min-width: 180px;
}

/* Pagination */
.swiper-pagination {
    right: 40px !important;
}

/* Hero Image */
.tv-slider-bg {
    background-position: right center;
    background-size: cover;
}

/* ==========================================
   OUR POPULAR FEATURE SECTION ALIGNMENT FIX
========================================== */
.popular-feature-row {
    display: flex;
    flex-wrap: wrap;
}

.popular-feature-row>[class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.popular-feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 35px 28px;
    background: var(--tv-common-white, #ffffff);
    border-radius: 50px 0 50px 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    margin-bottom: 0 !important;
}

.popular-feature-card .service-section-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    min-height: 52px;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
}

.popular-feature-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--tv-text-body, #666);
    flex-grow: 1;
}

.popular-feature-card:hover {
    border-color: var(--tv-theme-1, #2b4dff);
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(43, 77, 255, 0.12);
}

/* ==========================================
   WE SUPPORT SECTION ALIGNMENT & STYLING FIX
========================================== */
.we-support-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.we-support-row>[class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.we-support-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 38px 30px;
    background: var(--tv-common-white, #ffffff);
    border-radius: 50px 0 50px 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    margin-bottom: 0 !important;
}

.we-support-card span.service-icon {
    background: var(--tv-gray-1, #f4f6f8);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 8px 0 8px 0;
    transition: background-color 0.3s ease;
}

.we-support-card .service-section-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    min-height: 52px;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
}

.we-support-card p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--tv-text-body, #666);
    flex-grow: 1;
}

.we-support-card:hover {
    border-color: var(--tv-theme-1, #2b4dff);
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(43, 77, 255, 0.12);
}

.we-support-card:hover span.service-icon {
    background-color: var(--tv-theme-1, #2b4dff);
}

.we-support-card:hover span.service-icon i {
    color: var(--tv-common-white, #ffffff) !important;
}

/* ==========================================
   COUNTER SECTION IMPROVEMENTS & STYLING FIX
========================================== */
.counter-section-fix {
    padding-top: 140px;
    padding-bottom: 140px;
}

.counter-row>[class*="col-"] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .counter-row>[class*="col-"] {
        margin-bottom: 0;
    }
}

.counter-col-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.counter-circle-box {
    width: 280px !important;
    height: 280px !important;
    border-radius: 50% !important;
    background: var(--tv-common-white, #ffffff);
    border: 2px solid var(--tv-theme-1, #2b4dff);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transform: none !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.counter-circle-box:hover {
    transform: translateY(-8px) scale(1.04) !important;
    box-shadow: 0 18px 40px rgba(43, 77, 255, 0.18) !important;
    border-color: var(--tv-theme-1, #2b4dff);
}

.counter-circle-box:after {
    display: none !important;
}

.counter-inner {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.counter-icon {
    font-size: 38px !important;
    color: var(--tv-theme-1, #2b4dff);
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.counter-circle-box:hover .counter-icon {
    transform: scale(1.15);
}

.counter-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--tv-common-black, #0f313a);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.counter-number {
    font-size: 52px !important;
    font-weight: 700;
    line-height: 1;
    margin: 4px 0 0 0 !important;
    color: var(--tv-theme-1, #2b4dff);
    text-align: center;
    white-space: nowrap;
}