    /* global elements */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    * {
        -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;.price-value h2
        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;
        --fontGreen: #0F72AC;
        --fontredorange: #fb4e03;
        --fontOrange: #ff5e14;
        --fontWhite: #fff;
        --fontBlue: #064259;

    }

    .sec_bg_grey {
        background-color: #f5f5f5;
    }

    section {
        padding: 100px 0;
        background-color: #dfff949c;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 20%);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 20%);
    }

    .sectionbgwhite {
        background-color: #fff;
    }

    h2 {

        font-size: 2.5rem;
        margin-bottom: 20px;
        color: var(--fontBlue);
    }

    h3 {
        color: var(--fontGreen);
        font-size: 26px;
        line-height: 30px;
    }

    p {
        font-size: 1rem;
        color: #666;
        margin-bottom: 10px;
        line-height: 2rem;
        text-align: left;
        font-family: "Roboto", sans-serif;

    }

    ul ,ol{
        font-size: 1rem;
        color: #666;
        font-family: "Roboto", sans-serif;
    }
    /* Style for the unordered list */
    ul {
        list-style-type: none; /* Removes default bullets */
        padding: 0; /* Removes padding */
        margin: 0; /* Removes margin */
        font-family: 'Arial', sans-serif; /* Clean, modern font */
        line-height: 1.6; /* Increases line height for readability */
    }

    section ul li {
        background-color: #f2f2f2;
        border-left: 4px solid #FF5733;
        padding: 12px 24px;
        margin-bottom: 12px;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }
    
    section ul li:hover {
        background-color: #FFD700;
        transform: translateX(8px);
    }
    
    section ul li::before {
        content: '➤';
        color: #FF5733;
        margin-right: 12px;
        font-size: 20px;
    }
    

    .banner-sec span {
        color: var(--fontGreen)
    }

    .banner-sec img {
        -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 15%);
        box-shadow: 0 0 3px 1px rgb(39 27 27 / 51%);
    }
    .homesec1-img, .homesec2-img {
        border-radius: 12px;
        object-fit: cover;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border: 3px solid #f1f1f1;  /* Soft light border for better contrast */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    .homesec1-img:hover, .homesec2-img:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); /* Slightly stronger shadow on hover */
    }
    
    .homesec2 {
        background-color: #ffda61; /* A warm coral color */
    }
    

    .banner-sec .btn-elipse img {
        box-shadow: none;
    }

    .btn-elipse {
        display: none !important;
    }

    .banner-sec .colortextorange {
        color: var(--fontGreen);
    }

    .colortextorange {
        color: var(--fontGreen);
    }

    .kh-btn {
        background: linear-gradient(135deg, #F2652A, #C7242A);
        padding: 16px 30px;
        display: inline-block;
        border-radius: 40px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        z-index: 22;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
        position: relative;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        outline: none;
    }
    
    .kh-btn:hover {
        background: linear-gradient(135deg, #8b75d5, #18ABE3);
        color: #fff;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        transform: translateY(-4px);
    }
    
    .kh-btn:active {
        transform: scale(0.98);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.1s ease-in-out;
    }
    
    .kh-btn:focus {
        outline: 3px solid #18ABE3;
        outline-offset: 2px;
    }
    
    .kh-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        transition: transform 0.4s ease, opacity 0.4s ease;
        border-radius: 40px;
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    
    .kh-btn:hover::before {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    
    .kh-btn:active::before {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(1.2);
    }
    
    /* Media query for responsive design */
    @media (max-width: 768px) {
        .kh-btn {
            padding: 14px 30px; /* Adjust padding for smaller screens */
            font-size: 14px; /* Slightly smaller text */
        }
    }

    .kh_header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #fff;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        color: #fff;
    }
    
    .kh_header .navbar-brand {
        font-size: 24px;
        font-weight: bold;
        margin-left: 10px;
        color: #333;
    }
    
    .btn-elipse {
        background-color: white;
        display: inline-block;
        border-radius: 50%;
        padding: 8px;
        transition: all 300ms ease-in-out;
    }
    
    .btn-elipse img {
        transform: rotate(-40deg);
        transition: all 300ms ease-in-out;
    }
    
    .kh-btn:hover img {
        transform: rotate(0deg);
    }
    
    .kh_header .nav-section {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
    
    .kh_header .nav-number {
        position: absolute;
        top: 7px;
        font-weight: bold;
        font-size: 16px;
    }
    
    .navbar-main li a {
        color: #333;
        font-weight: 500;
        font-size: 18px;
        transition: color 0.3s;
    }
    
    .navbar-main li a:hover {
        color: var(--fontGreen);
    }
    
    .kh_header .navbar-nav .nav-link {
        color: var(--thm-black);
    }
    
    .kh_header .navbar-nav .nav-link.active,
    .kh_header .navbar-nav .nav-link.show.active {
        color: var(--fontWhite);
        background: var(--fontOrange);
        padding: 10px;
        border-radius: 10px 10px 0 0;
    }
    
    .kh_header .head-call {
        text-decoration: none;
    }
    
    .kh_header .head-call span {
        color: #000;
    }
    
    .tile {
        background-color: white;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    }
    
    .Ttvfeaturetile {
        background-color: #fff;
        padding: 30px;
    }
    
    section.banner-sec, 
    section.banner-sec-internet, 
    section.banner-sec-mobile, 
    section.banner-sec-homephone {
        background-color: #18abe38f;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    
    section.banner-sec {
        background-image: url(./assets/images/front-view-friends-making-grimaces-studio_23-2150172220.jpg);
        background-size: auto;
        background-position: 100% 0%;

    }
    
    section.banner-sec-internet {
        background-image: url(./assets/images/one-redhead-girl-is-whispering-another-caucasian-girl-ear_8353-9741.jpg);
        background-size: 56% 100%;
        background-position: 100% 18%;
    }
    
    section.banner-sec-mobile {
        background-image: url(./assets/images/portrait-pretty-charming-girls-casual-outfits-isolated-green-studio-background-two-female-models-as-girlfriends-lesbians-concept-lgbt-equality-human-emotions-love-relation_155003.jpg);
        background-size: 50% 100%;
        background-position: 100% 18%;
    }
    
    section.banner-sec-homephone {
        background-image: url(./assets/images/beautiful-young-couple-s-half-length-portrait-isolated-green-space-woman-man-are-astonished-shocked-brilliant-news_155003-26620.jpg);
        background-size: 50% 100%;
        background-position: 100% 18%;
    }
    
    .kh-banner-text h1 {
        font-size: 40px;
        color: #e9e9e9;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 2px;
    }
    
    .kh-banner-text p {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        color: #151515;
    }
    
    .kh-banner-text .bannerprice {
        font-weight: 800;
        color: var(--fontGreen);
        font-size: 65px;
        margin: 0;
        line-height: 60px;
    }
    
    .kh-banner-text .bannertag {
        color: var(--fontGreen);
        font-size: 22px;
    }
    
    section .bannertag {
        color: var(--fontGreen);
        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;
    }
    
    .kh_section_title h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        color: var(--fontGreen);
    }
    

    /* Updated Pricing Tile */
    .price-table {
        padding: 25px;
        position: relative;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 30px;
        border: 2px solid #16d2ff;
    }
    
    .price-table:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }
    
    .price-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .price-header h1 {
        font-size: 2em;
        color: #2d2e6e;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .price-header p {
        font-size: 1em;
        color: #757b8a;
        margin: 5px 0 0;
    }
    
    .price-value {
        padding: 20px 0;
        font-size: 1.3em;
        font-weight: bold;
        color: #2d2e6e;
    }
    
    .price-value h2 {
        font-size: 3rem;
        line-height: 1.2;
        color: #ff7b00;
        margin: 15px 0;
        font-weight: 700;
    }
    
    .price-value h3 {
        font-size: 1.2em;
        color: #7a7f8a;
        margin: 5px 0;
    }
    
    .price-value p {
        font-size: 1em;
        color: #5a5e6e;
        text-align: center;
        margin: 12px 0;
    }
    
    .price-value span {
        display: block;
        margin: 12px 0;
        font-size: 1.2em;
        color: #ff7b00;
        font-weight: 600;
    }
    
    .price-list {
        margin-top: 20px;
        width: 100%;
    }
    
    .price-list ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    
    .price-list ul li {
        font-size: 1em;
        color: #6c757d;
        padding: 12px 20px;
        border-bottom: 1px solid #f1f1f1;
        transition: background 0.3s ease;
    }
    
    .price-list ul li:hover {
        background: #f8f8f8;
        cursor: pointer;
    }
    
    .price-list ul li:last-child {
        border-bottom: none;
    }
    
    /* Responsive Design */
    @media screen and (max-width: 768px) {
        .price-table {
            padding: 20px;
        }
    
        .price-header h1 {
            font-size: 1.6em;
        }
    
        .price-value h2 {
            font-size: 2.5em;
        }
    
        .price-value p {
            font-size: 0.95em;
        }
    
        .price-list ul li {
            font-size: 0.95em;
            padding: 10px 15px;
        }
    }
    

    /* featuretv */
    .featuretv {}








    /* 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 {
        margin-top: 10px;
    }

    .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;
    }

    .internetoffersec .offer .offerimg {
        height: 300px;
        width: 100%;
    }


    /* 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: #fff;
        text-decoration: none;
        font-size: 1rem;
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 20px;
        background-color: var(--fontGreen);
        border: none;
        font-weight: 500;
        transition: background-color 0.3s ease;
    }

    .accordion .btn:hover,
    .accordion .btn:focus {
        background-color: var(--fontGreen);
        outline: none;
    }

    .accordion .btn.collapsed {
        color: var(--fontWhite);
    }

    .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 */

    .package-card {
        padding: 30px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        background: #fff;
        text-align: center;
        transition: all 0.5s ease-in-out 0s;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: 20px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
        flex-grow: 1;
    }

    .package-card:hover {
        transform: translateY(-10px);
    }

    .package-card h4 {
        font-size: 1.5rem;
        color: var(--fontGreen);
        margin-bottom: 15px;
    }

    .package-card img {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .package-card p {
        color: #555;
        font-size: 1rem;
    }

    .packagecontent {
        padding: 10px;
    }

    .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, 32%);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 32%);
        padding: 20px;
        margin: 20px;
        transition: transform 0.3s;
    }

    .feature-card:hover {
        transform: translateY(-10px);
    }

    .feature-card h4 {
        font-size: 1.2rem;
        color: var(--fontGreen);
        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: f2f2f2;
    }

    .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: var(--fontGreen);
        padding: 25px 0px 22px 0px;
    }

    .footer-bottom .copyright,
    .footer-bottom .copyright a,
    .footer-bottom .footer-nav li a {
        position: relative;
        color: #fff;
    }

    .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 a{color:#fff;}
    .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: var(--fontGreen);
        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;
    }

    .triple-img {
        border-radius: 20px 50px;
    }

    /* chart */


    /* Animation Keyframes */
    @keyframes slideIn {
        from {
            transform: translateY(-50%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    /* speed test animate */

    .wrapper {
        width: 600px;
        margin: 0 auto;
    }

    .rang {
        text-align: center;
    }

    .rang-title {
        display: inline-block;
        width: 200px;
    }

    .rang-number {
        width: 100%;
        margin-top: 40px;
        text-align: center;
        border-width: 0;
        font-size: 50px;
        font-weight: 900;
        background-color: #fff;
        color: #0093d7;
    }

    .rang-slider[type=range] {
        width: 400px;
        margin-top: 40px;
        -webkit-appearance: none;
    }

    .rang-slider[type=range]:focus {
        outline: none;
    }

    .rang-slider[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 20px;
        border-radius: 25px;
        background: #0093d7;
        cursor: pointer;
    }

    .rang-slider[type=range]::-webkit-slider-thumb {
        width: 50px;
        height: 20px;
        margin-top: 0;
        border-radius: 25px;
        background: #ffc815;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .rang-slider[type=range]:focus::-webkit-slider-runnable-track {
        background: #a3cd3b;
    }

    .meter {
        display: block;
        width: 273px;
        height: 155px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .meter-left {
        transform: skewX(-2deg) skewY(1deg);
        stroke-width: 10;
        stroke-dashoffset: 253;
        stroke-dasharray: 120 400;
        stroke: var(--fontGreen);
        fill: none;
    }

    .meter-center {
        stroke-width: 10;
        stroke-dashoffset: 128;
        stroke-dasharray: 120 400;
        stroke: #4ccbbe;
        fill: none;
    }

    .meter-right {
        transform: skewX(2deg) skewY(1deg);
        stroke-width: 10;
        stroke-dashoffset: 5;
        stroke-dasharray: 120 400;
        stroke: var(--fontBlue);
        fill: none;
    }

    .meter-clock {
        transform: rotate(-54deg);
        transform-origin: 137px 146px;
        fill: black;
    }

    .meter-circle {
        fill: black;
    }

    /* 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;
        }

        .banner-sec img {
            border-radius: 137px 20px 20px 20px;
        }
    }

    @media (max-width: 767px) {
        section.banner-sec{
            height: 100%;
            align-items: start;
        }
        .banner-sec img {
            border-radius: 0;
        }

        .kh-btn {
            padding: 10px 20px;
        }

        .kh_header .container {
            padding: 0;
            border-radius: 0;
        }

        .kh_header .nav-section {
            flex-direction: column;
        }

        section.banner-sec {
            background: #F29F37;
        }

        .accordion .btn {
            padding: 12px 15px;
            font-size: 0.95rem;
        }

        .accordion .card-body {
            padding: 15px;
        }

        .kh-banner-text h1 {
            margin-top: 10px;
            font-size: 27px;
            line-height: 34px;

        }

        .kh-banner-text {
            margin: 10px 0;
        }

        .kh-banner-text p {
            font-size: 14px;
        }

        section.banner-sec {
            padding: 150px 0 70px;
        }

        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;
        }


    }