/* global elements */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    font-family: 'Lexend Deca';
}

.kh_wrapper {
    overflow: hidden;
}

small,
.small {
    font-size: 70%;
    font-weight: 400;
    text-align: left;
    display: inline-block;

}

:root {

    --thm-font: 'Lexend Deca', sans-serif;
    --thm-font-two: 'Quantico', sans-serif;
    --thm-gray: #666666;
    --thm-gray-rgb: 102, 102, 102;
    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;
    --thm-black: #000000;
    --thm-black-rgb: 34, 34, 34;
    --thm-base: red;
    --fontblue: #931D69;
    --fontOrange: #00002D;

}

.sec_bg_grey {
    background-color: #f5f5f5;
}

section {
    padding: 60px 0;
}

h2 {

    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--fontOrange);
}

h3 {
    color: var(--fontOrange);
    font-size: 26px;
    line-height: 30px;
}

p {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 10px;
    line-height: 2rem;
    text-align: left;

}

.banner-sec span {
    color: var(--fontblue)
}

.banner-sec .colortextorange{
    color: var(--fontOrange);
}
.colortextorange{
    color: var(--fontOrange);
}
/* btn css */
.kh-btn {
    background: var(--fontblue);
    padding: 15px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-color: transparent;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer;
    z-index: 22;
    border-radius: 10px;
}

.kh-btn:hover {
    background: #fff;
    color: black;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    border-color: #000;
    border: 2px solid var(--fontblue);

}


/* header */
.kh_header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    color: #fff;
    position: fixed;
    z-index: 9999;

}

.kh_header .navbar {
    background: #fff;
    border-radius: 0;
    padding: 15px;
    margin: 0 0 0;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 60%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 30%);
}

.kh_header .navbar-brand {
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}

/* .kh_header .navbar-brand img {
    height: 120px;
    width: 200px;
  } */
.btn-elipse {
    background-color: white;
    display: inline;
    border-radius: 100%;
    padding: 8px;

}

.btn-elipse img {
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.kh-btn:hover img {
    -moz-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.kh_header .nav-section {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0 !important;
}

.kh_header .nav-number {
    position: absolute;
    top: 7px;
    font-weight: bold;
    font-size: 16px;
}

.navbar-main li a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.navbar-main li a:hover {
    color: var(--fontblue)
}

.kh_header .navbar-nav .nav-link.active,
.kh_header .navbar-nav .nav-link.show.active {
    color: var(--fontblue);
}

.kh_header .head-call {
    text-decoration: none;

}

.kh_header .head-call span {
    color: #000;
}

/* banner */
/* section.internet-bannersec .kh-banner-resposive-img {
    background: url(./assets/images/internetbannersec.jpg);
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;

} */
.bg-light {
    background-color: #cee1f5 !important;
}

section.banner-sec {
    background-color: #3A8CAF;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 140px 0 70px;
    /* background: url(./assets/images/bannerhomebg.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 135%;
}





.kh-banner-text h1 {
    font-size: 50px;
    color: #e9e9e9;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -5.12px;
    letter-spacing: 2px;
}

.kh-banner-text h1,
.kh-banner-text p {
    color: #fff;
}

.kh-banner-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.kh-banner-text .bannerprice {
    font-weight: 800;
    color: var(--fontblue);
    font-size: 65px;
    margin: 0;
    line-height: 60px;
}

.kh-banner-text .bannertag {
    color: var(--fontOrange);
    font-size: 22px;
}

.kh-banner-text .bannerprice small {
    font-weight: 500;
    font-size: 16px;
    color: #4c4c4c;
}

.kh-banner-text .bannerprice span {
    font-weight: 600;
    font-size: 16px;
}


/* section  */
.kh_section_title h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: var(--fontOrange );
}


/* pricing tile */
.price-table {
    padding: 50px 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

/* .price-table.active {
    padding: 70px 30px;
    margin: -18px 0 0;
} */

.price-header {
    text-align: left;
}

.price-value h2 {
font-size: 35px;
    line-height: 44px;
    text-align: left;
    font-weight: 800;
    color: #24a76a;
    text-align: center;
    margin-bottom: 0;
    position: relative;

}


.price-value span {
    margin: 15px 0;

}

.price-list ul {
    text-align: left;
    padding: 0;
}

.price-list ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}












/* internet */
/* .internetoffersec .offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}


.internetoffersec .offer img {
    max-width: 150px;
    height: auto;
    border-radius: 10px;
} */
.internetoffersec .offer {
    margin-bottom: 20px;
}

.internetoffersec .offer .text {
    flex: 1;
    margin-left: 20px;
}

.internetoffersec .offer .text h2 {
    margin: 0;
    color: #333;
    font-size: 1.3rem;
}

.internetoffersec .offer .text p {
    margin: 10px 0;
    font-size: 1.2rem;
    color: #666;
}



/* faq */
.faq-section {
    background-color: #f9f9f9;

}

.faq-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

/* Accordion Styles */
.accordion .card {
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.accordion .card-header {
    background-color: #f7f7f7;
    padding: 0;
    border: none;
    border-radius: 0;
}

.accordion .card-header h5 {
    margin: 0;
}

.accordion .btn {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    background-color: transparent;
    border: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.accordion .btn:hover,
.accordion .btn:focus {
    background-color: #e6e6e6;
    outline: none;
}

.accordion .btn.collapsed {
    color: #333;
}

.accordion .btn i {
    float: right;
    transition: transform 0.3s ease;
}

.accordion .btn.collapsed i {
    transform: rotate(180deg);
}

.accordion .card-body {
    background-color: #fff;
    padding: 20px;
    line-height: 1.6;
    font-size: 0.95rem;
    color: #555;
}

/* package section */

.Tvpackagesec .package-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s;
    margin-bottom: 10px;
}

.Tvpackagesec .package-card:hover {
    transform: translateY(-10px);
}

.Tvpackagesec .package-card h4 {
    font-size: 1.5rem;
    color: var(--fontOrange);
    margin-bottom: 15px;
}

.Tvpackagesec .package-card img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.Tvpackagesec .package-card p {
    color: #555;
    font-size: 1rem;
}

.Tvpackagesec .package-card .channels {
    font-size: 1.1rem;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

/* feature section */
.features-section {
    padding: 60px 0;
    text-align: center;
}

.feature-card {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 10%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 10%);
    padding: 20px;
    margin: 20px;
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card h4 {
    font-size: 1.4rem;
    color: #007bff;
    margin-bottom: 15px;
}

.feature-card img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.feature-card p {
    color: #555;
    font-size: 1rem;
}


/* footer */

.main-footer {
    position: relative;
    background: #1e2129;
}

.main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-content {
    position: relative;
    padding: 85px 0px 80px 0px;
}

.footer-content:before {
    position: absolute;
    content: '';
    width: 744px;
    height: 365px;
    top: 50px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-content .logo-widget {
    position: relative;
    margin-top: -5px;
}

.footer-content .logo-widget .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 9px;
}

.footer-content .logo-widget .footer-social li:last-child {
    margin-right: 0px;
}

.footer-content .logo-widget .footer-social li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #2e3138;
    color: #9ea0a9;
    text-align: center;
    border-radius: 50%;
}

.footer-content .logo-widget .footer-social li a:hover {
    color: #ffffff;
    background: #ff5e14;
}

.footer-content .logo-widget .logo-box {
    margin-bottom: 25px;
}

.footer-content .logo-widget .text p {
    color: #9ea0a9;
    margin-bottom: 32px;
}

.footer-content .footer-title {
    position: relative;
    font-size: 24px;
    z-index: 99999;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 27px;
}

.footer-content .service-widget .list li {
    display: block;
    margin-bottom: 12px;
}

.footer-content .service-widget .list li a {
    position: relative;
    display: inline-block;
    color: #9ea0a9;
}

.footer-content .service-widget .list li a:hover {
    color: #ff5e14;
}

.footer-content .contact-widget p {
    color: #9ea0a9;
    margin-bottom: 15px;
    position: relative;
}

.footer-content .contact-widget {
    margin-left: 90px;
}

.footer-content .contact-widget .footer-title {
    margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom {
    position: relative;
    background: #13151a;
    padding: 25px 0px 22px 0px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
    position: relative;
    color: #9ea0a9;
}

.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
    color: #ff5e14;
}

.footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

.footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 29px;
}

.footer-bottom .footer-nav li:first-child {
    margin-left: 0px;
}

.footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #9ea0a9;
    width: 1px;
    height: 14px;
    top: 7px;
    left: -18px;
}

.footer-bottom .footer-nav li:first-child:before {
    display: none;
}

.logo-box img {
    max-width: 220px;
}

.tfn-bar {
    background-color: #E39000;
    color: white;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    /* Hide by default */
}

.tfn-bar button {
    background-color: #fff;
    color: #4CAF50;
    border: none;
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;
}

/* Popup styles */
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* popup */

/* Modal Styles */
#popupModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    padding: 200px 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.5s ease-in-out;
}

#popupModal h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

#popupModal .modal-content {
    position: relative;
    margin: 15% auto;
    padding: 61px 20px;
    gap: 10px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    animation: slideIn 0.5s ease-in-out;
}

/* Close Button */
#popupModal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#popupModal .close-btn:hover,
#popupModal .close-btn:focus {
    color: black;
}


/* Animation Keyframes */
@keyframes slideIn {
    from {
        transform: translateY(-50%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/* Media query for mobile devices */
@media (max-width: 767px) {
    .tfn-bar {
        display: block;
        /* Show TFN bar on mobile */
    }
}

@media (max-width:991px) {
    .kh_section_title h2 {
        font-size: 1.8rem;
    }

    .internetoffersec .offer .text h2 {
        font-size: 1.4rem;
    }

    .internetoffersec .offer .text p {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .kh_header .navbar {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        margin: 0 !important;
        -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 60%);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 30%);
    }

    .kh_header .container {
        padding: 0;
        border-radius: 0;
    }

    .kh_header .nav-section {
        flex-direction: column;
    }

    /* section.banner-sec {
        background: none;
    } */

    .accordion .btn {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .accordion .card-body {
        padding: 15px;
    }

    .kh-banner-text h1 {
        font-size: 33px;

    }

    .kh-banner-text p {
        font-size: 14px;
    }

    section.banner-sec {

        padding: 128px 0 6px;

    }

    p {
        font-size: 1rem;

    }

    .kh_section_title h2 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .internetoffersec .offer .offerimg {
        height: 300px;
        width: 100%;
    }

    .internetoffersec .offer .text {
        margin: 10px 0;
    }

    .internetoffersec .offer .text h2 {
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .features-section h2 {
        text-align: left;
    }


}