.btn-reset,
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active {
    all: unset;
    cursor: pointer;
    color: #ddd;
}

.btn-reset.active {
    color: #fff;
    font-weight: 500;

}

.hero-image-container {
    height: 560px;
    /* background-image: url(../images/tv1.webp?12); */
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
	    background-color: #000214;

}

.hero-section {
    background-color: #000;
    color: #ffffff;
    padding-bottom: 40px;
    text-align: center;
}

.hero-section h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
}

.hero-section p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-section .btn-primary,
.logos-section .btn-default,
.faq-section .btn-default,
.featured-plans-section .btn-default {
    text-align: center;
    color: #fff;
    background: #b83088;
    border-radius: 5px;
    padding: 12px 70px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #b83088;
    font-size: 16px;
}

.hero-section .btn-primary:active,
.logos-section .btn-default:active,
.faq-section .btn-default,
.featured-plans-section .btn-default:active {
    background: #b83088;
    border: 1px solid #b83088;
    opacity: 0.8;
    color: #fff;
}

.logos-section {
    padding: 40px 0;
    text-align: center;
}

.imgBoxW {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-height: 240px;
    overflow: hidden;
    margin-bottom: 40px;
}

.imgBoxW.active {
    justify-content: center;
}

.imgBoxW .imgBox {
    margin: 10px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 10px;
    box-shadow: 0 0 5px 1px #e6c5da;
}

.imgBoxW .imgBox img {
    width: 100%;
    height: 100%;
}

.features-section {
    padding: 60px 0;
}

.feature-item {
    text-align: center;
    margin-bottom: 30px;
}

.feature-item .glyphicon {
    font-size: 40px;
    margin-bottom: 20px;
}

.faq-section {
    padding: 60px 15px;
}

.search-wrapper {
    position: relative;
}

.search-wrapper .glyphicon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.search-wrapper .form-control {
    padding: 10px 15px 10px 35px;
    line-height: 20px;
    height: auto;
    font-size: 16px;
}

.plan-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.plan-tabs>li {
    margin: 0 5px;
    flex-grow: 1;
    max-width: 200px;
}

.plan-tabs>li>a {
    border: 1px solid #ddd !important;
    border-radius: 5px 5px 0 0 !important;
    text-align: center;
    background-color: #f1f1f1;
    color: #333;
    font-weight: bold;
    margin-right: 0;
}

.plan-tabs>li.active>a,
.plan-tabs>li.active>a:hover,
.plan-tabs>li.active>a:focus {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-bottom-color: transparent !important;
}

.plan-tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 30px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

/* question */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border: 0;
}

.panel-title {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    cursor: pointer;
}

.panel-title>a,
.panel-title .accordion-trigger {
    font-size: 18px;
    padding: 15px 5px;
    text-decoration: none;
}

.panel-title .rightIcon {
    width: 40px;
    height: 40px;
}

.panel-body {
    padding: 15px;
}

/* diolag */
.wrap .wrapCon {
    min-height: 60%;
}

.wrap .wrapCon .wrapConW {
    width: 1040px;
}

.panel-body .imgBoxW {
    overflow: auto;
    margin-bottom: 0;
}

.wrapCon .form-control {
    background: #fff;
    border-radius: 4px;
}

.wrapCon .panel-title {
    padding: 0;
}

.wrapCon .panel-title>a,
.wrapCon .panel-title .accordion-trigger {
    display: block;
    position: relative;
}

.wrapCon .panel-title>a:after,
.wrapCon .panel-title .accordion-trigger:after {
    content: "\e113";
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.wrapCon .panel-title>a[aria-expanded="true"]:after,
.wrapCon .panel-title .accordion-trigger[aria-expanded="true"]:after {
    content: "\e114";
}

/* Plans */
.titleW {
    display: flex;
    align-items: center;
}

.titleBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.title {
    border: 3px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    min-width: 150px;
    width: 70%;
    cursor: pointer;
}

.title.active {
    border: 3px solid #b83088;
}

.title1 {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title2 {
    font-size: 20px;
    font-weight: 600;
    width: 95%;
}

.offBox {
    background: #b83088;
    color: #fff;
    margin: 10px auto;
    border-radius: 3px;
    padding: 3px 10px;
    display: inline-block;
    font-size: 12px;
}

.planC {
    margin-bottom: 40px;
}

.planLogo {
    width: 60px;
}

.planCItem {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 12px;
    flex-wrap: wrap;
}

.planCItem .name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.planCItem .name.text-left {
    align-items: flex-start;
    padding-left: 0;
}

.oldPrice {
    text-decoration: line-through;
    font-size: 18px;
    color: #666;
}

.newPrice {
    font-weight: 600;
    font-size: 24px;
    color: #b83088;
}

.info {
    font-size: 12px;
    color: #1e9fff;
}

.bInfo {
    font-size: 14px;
    color: #666;
}

.planSelect {
    display: flex;
    align-items: center;

}

.planSelect div {
    padding: 2px 10px;
    background: #f5f5f5;
    color: #666;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #eee;
}

.planSelect div.active {
    background: #b83088;
    color: #fff;
    border: 1px solid #b83088;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
    border-radius: 6px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.plan-skeleton {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: 40px 0;
}

.plan-skeleton-card {
    width: 35%;
}

.plan-skeleton-card .s-title {
    height: 20px;
    margin-bottom: 12px;
}

.plan-skeleton-card .s-price {
    height: 36px;
    margin-bottom: 8px;
}

.plan-skeleton-card .s-row {
    height: 14px;
    margin-bottom: 8px;
}

.plan-skeleton-card .s-row.w60 {
    width: 60%;
}

/* Error state */
.plan-error {
    display: none;
    text-align: center;
    padding: 32px 16px;
    color: #a32d2d;
    background: #fcebeb;
    border-radius: 8px;
    margin-bottom: 24px;
}

.plan-error a {
    color: #a32d2d;
    text-decoration: underline;
    cursor: pointer;
}

.trust-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 18px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
    /* for dark hero background */
}

.trust-icon {
    font-size: 15px;
}

/* Light background variant (for plans section) */
.trust-bar-light .trust-item {
    color: #555;
}

.accordion-trigger {
    background: #fff;
    display: flex;
    width: 100%;
    border: 0;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.planSelect button {
    padding: 2px 10px;
    background: #f5f5f5;
    color: #666;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #eee;

}

.planSelect button.active {
    background: #b83088;
    border-color: #b83088;
    color: #fff;
}

.planSelect button:hover {
    border-color: #b83088;
    color: #b83088;
}

.customers-say-section {
    background-color: #f8fafc;
    padding: 70px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.say-section-title {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
}

.say-section-title .star-icon {
    font-size: 28px;
    color: #b83088;
    letter-spacing: 4px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.say-section-title h2,
.channels-section-title h2,
.featured-section-title h2,
.faq-section-title h2 {
    display: inline-block;
    color: #1e2a3e;
    margin: 0;
    vertical-align: middle;
    background: linear-gradient(135deg, #1e2a3e 0%, #2c3e50 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
}

.channels-section-title:after,
.featured-section-title:after,
.faq-section-title:after,
.say-section-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #b83088;
    margin: 20px auto 0;
    border-radius: 4px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 28px;
    margin-bottom: 30px;
    box-shadow:
        0 10px 25px -5px rgba(0, 0, 0, 0.05),
        0 8px 10px -6px rgba(0, 0, 0, 0.02);
    transition:
        transform 0.25s ease,
        box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.12);
    border-color: #f0e6d2;
}

.rating-stars {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 5px;
    color: #f5b342;
    line-height: 1;
}

.rating-stars span {
    color: #f5b342;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3e50;
    margin-bottom: 24px;
    font-weight: 400;
    position: relative;
    font-style: normal;
    letter-spacing: 0.2px;
}

.testimonial-text::before {
    content: "“";
    font-size: 44px;
    font-family: serif;
    color: #e2e8f0;
    position: absolute;
    left: -12px;
    top: -10px;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

.testimonial-text p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 450;
}

.customer-info {
    margin-top: 5px;
    border-top: 1px solid #f0f2f5;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
}

.customer-name {
    font-weight: 700;
    font-size: 17px;
    color: #1f2a3e;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
}

.customer-location {
    font-size: 14px;
    color: #7f8c8d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.customer-location::before {
    content: "📍";
    font-size: 12px;
    margin-right: 4px;
    opacity: 0.7;
    display: inline-block;
}


@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card {
    animation: fadeSlideUp 0.5s ease-out forwards;
    opacity: 0;
    animation-delay: 0.1s;
}

.testimonial-card:nth-child(2) {
    animation-delay: 0.25s;
}

.testimonial-card {
    opacity: 1;
}

.iconCon img {
    height: 100%;
}

@media (max-width: 991px) {
    .testimonial-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .hero-image-container {
        height: 470px;
    }

    .title {
        padding: 10px;
    }

    .wrap .wrapCon {
        width: 90%;
    }

    .wrap .wrapCon .wrapConW {
        width: auto;
    }
}

@media (max-width: 767px) {
    .hero-image-container {
        height: 360px;
        background-size: 100% 100%;
        background-image: url(../images/tv3.webp?1);
    }

    .hero-section h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .title hr {
        margin: 10px 0;
    }

    .planCItem .name.text-left {
        margin-bottom: 5px;
        align-items: center;
    }

    .imgBoxW {
        max-height: 270px;
    }

    .imgBoxW.active2 .imgBox {
        width: 21%;
        margin: 5px 2%;
        height: auto;
        position: relative;
    }

    .wrap {
        z-index: 1001;
    }

    .panel-body {
        padding: 5px;
    }

    .imgBoxW.active2 .imgBox::after {
        content: "";
        display: block;
        padding-bottom: 100%;
        width: 100%;
    }

    .imgBoxW .imgBox {
        width: 80px;
        height: 80px;
        margin: 5px;
    }

    .trust-bar {
        gap: 4px;
    }

    .customers-say-section {
        padding: 50px 0;
    }

    .say-section-title .star-icon {
        font-size: 24px;
    }

    .testimonial-card {
        padding: 24px 20px;
    }

    .rating-stars {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .customer-name {
        font-size: 16px;
    }
}