:root {
    --bs-primary-color: #E30090;
    --bs-secontory-color: #008096;
    --bs-heading-color: #333333;
    --bs-text-color: #464646;
}



.section-heading h2 {
    color: var(--bs-heading-color);
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-heading h2 span {
    color: var(--bs-primary-color);
}

.section-sub-heading {
    line-height: 1.7;
    color: var(--bs-text-color);
    margin-bottom: 25px;
}

button {
    font-family: 'Poppins', sans-serif;

}

/* Nav Style */
nav {
    width: 100%;
    background-color: #F9F9F9;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

nav .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);

    /* position: -webkit-sticky; */
    position: sticky;
    top: 0;

}

.navbar .logo a {
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: var(--bs-heading-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    padding: 8px 20px;
}

.links ul,
ol {
    padding: 5px;
}

.links li:hover {
    background-color: var(--bs-primary-color);
}

.links li:hover a {
    color: #fff !important;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .fa-bars {
    display: none;
}

.spl-btn {
    background-color: var(--bs-primary-color);
    color: #fff !important;
    cursor: pointer;
}

@media (max-width: 920px) {
    nav .navbar {
        max-width: 100%;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media (max-width: 850px) {
    .navbar .fa-bars {
        display: block;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    nav .navbar {
        height: auto;
        justify-content: space-between;
        padding: 10px 20px;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 290px;
        width: 100%;
        background: var(--bs-heading-color);
        line-height: 40px;
        /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
        transition: all 0.5s ease;
        z-index: 1000;
        padding: 10px;
        overflow: scroll;
        height: 100vh;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav .navbar .links li a {
        color: #fff;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .fa-bars {
        font-size: 30px;
        color: rgb(0, 0, 0);
    }

    .sidebar-logo i {
        color: white;
    }

    nav .navbar .links {
        display: block;
        /* margin-top: 20px; */
    }

    nav .navbar .links li {
        display: block;
        line-height: 50px;
    }


}

@media only screen and (max-width: 768px) {

    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        /* background: rgba(255, 255, 255, 0.4); */
        /* box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%); */
        backdrop-filter: unset;
        /* -webkit-backdrop-filter: blur(10px) ; */
        /* border: 1px solid rgba(255, 255, 255, 0.18); */
        /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
        z-index: 99999;
    }

    nav .navbar .links li a {
        color: white;
        font-size: 18px;
    }

    .logo-img {
        padding: 3px;
    }
}


@media (max-width: 370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }

    .down {
        display: none;
    }
}

.logo-img {
    height: 40px;
}

/* top nav start */

.top-nav {
    background: var(--bs-primary-color);

}

.top-nav-inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.top-nav-contact {
    display: flex;
}

.top-nav-contact {
    gap: 20px;
}

.top-action {
    display: flex;
    align-items: center;
}

.top-action .call-btn {
    display: flex;
    gap: 10px;
    color: #fff;
}

.top-action p {
    color: #fff;
}

.top-action i {
    color: var(--bs-primary-color);
    padding: 8px;
    border: 1px dashed lightgray;
    background-color: #fff8ff;
    margin-right: 10px;
}

.get-quote {
    line-height: normal;
    padding: 10px 18px;
    background-color: var(--bs-primary-color);
    color: #fff;
}

/* top nav end */

/* Banner start */

.banner-section {
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    /* padding-top: 8rem; */
}

.banner-img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: translate3d(0px, -15.5px, 0px);
    visibility: inherit;
    opacity: 1;
}

.ban-img {
    background-repeat: no-repeat;
    background-image: url(../images/slider/9.jpg);
    background-size: cover;
    background-position: center 40%;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

.banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.banner-heading {
    width: 50%;
    padding: 30px;
    z-index: 99;
}

.banner-content h1 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-content h1 span {
    color: var(--bs-primary-color);
}

.banner-heading p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner-img-1 {
    width: 50%;
}

.banner-contact {
    gap: 20px;
    margin-top: 20px;
}

.banner-btn-1, .banner-btn-2 {
    padding: 12px 20px;
    font-size: 17px;
    cursor: pointer;
}

.banner-btn-1 {
    background-color: #222222;
    color: #fff;
}

.banner-btn-2 {
    background-color: #fff;
    color: var(--bs-primary-color);
}

/* Banner end */

/* Buy new DTH start */

.card-group {
    justify-content: center;
    gap: 20px;
}

.card-group .card {
    max-width: 22rem;
    overflow: hidden;
    border: 1px solid lightgray;
}

.card-group .card .card-header {
    background-color: var(--bs-primary-color);
    padding: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.card-footer {
    text-align: center;
}

.card-group .card .kn-btn {
    width: 100%;
    margin: 0 auto;
    background-color: var(--bs-primary-color);
    color: #fff;
    font-size: 16px;
    padding: 13px 10px;
    font-family: 'Poppins', sans-serif;
}

.card-footer .list li {
    text-align: center;
    padding: 10px 8px;
    border-bottom: 1px solid lightgray;
}

/* Buy new DTH end */


/* About us Start */

.about-us-section p {
    margin-bottom: 15px;
    color: var(--bs-text-color);
}

.about-us-btn {
    margin-top: 25px;
}

.about-us-btn .abt-btn:first-child {
    margin-right: 10px;
}

.abt-btn {
    background-color: var(--bs-primary-color);
    color: #fff;
    padding: 12px 20px;
}

/* About us End */

/* Connection Plan Start */

.toggle-container {
    display: flex;
    justify-content: center;
}

.toggle-button {
    background-color: #f0f0f0;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    width: 33%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.toggle-container .toggle-button:nth-child(2) {
    border-left: 1px solid rgb(210, 210, 210);
    border-right: 1px solid rgb(210, 210, 210);
}

.toggle-button.active {
    background-color: var(--bs-primary-color);
    color: #fff;
}

.content-container {
    display: flex;
}

.content {
    display: none;
    background-color: #f8f8f8;
    padding: 10px;
    margin: 5px;
    width: 100%;
}

.active {
    display: block;
}

.table {
    width: 100%;
}

thead {
    background: var(--bs-primary-color);
    color: #fff
}

.table th {
    padding: 5px 10px;
    font-weight: 400;
}

.table td {
    text-align: center;
    background-color: #fff;
    padding: 5px 10px;
}

.connection-points {
    margin-top: 30px;
}

.connection-points li {
    margin-bottom: 20px;
    color: var(--bs-text-color);
}

.connection-points li i {
    color: var(--bs-primary-color);
}

.pay-opt {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--bs-text-color);
}

.connection-btn {
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    background-color: var(--bs-primary-color);
    font-size: 16px;
}

/* Connection Plan end */


/* Location start */

.img-bg {
    background-image: url('../images/location-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
}

.location-content {
    z-index: 10;
    position: relative;
}

.locations a {
    padding: 10px;
}

/* Location end */

/* qustion start */

.q-contact-info {
    margin-top: 60px;
}

.q-contact-info .q-contact-detail {
    width: 30%;
    text-align: center;
}

.q-contact-detail i {
    font-size: 50px;
    color: var(--bs-primary-color);
    margin-bottom: 10px;
}

.q-contact-detail h4 {
    font-size: 20px;
    color: var(--bs-heading-color);
}

/* qustion end */

/* Quote Start */

.filed-group {
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    margin: 10px;
}

.filed-group .form-group {
    width: 48%;
}

.filed-group .form-group label {
    font-weight: 500;
}

.filed-group .form-group input {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 0;
    font-size: 16px;
}

.form-group textarea {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 0;
    resize: none;
    height: 10rem;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.form-group input:focus, .form-group textarea:focus {
    outline: none;
}

.quote-form-btn {
    width: 98%;
    background-color: var(--bs-primary-color);
    color: #fff;
    font-size: 17px;
    padding: 15px;
    margin: 20px 10px 0;

}

/* Quote End */

/* Footer Start */

footer {
    padding: 20px 10px;
    background-color: var(--bs-heading-color);
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer p {
    color: #fff;
}

.company-info {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}

.company-info a {
    color: #fff;
}

/* Footer end */

/* Call to action start */

.call-to-action {
    display: none;
}

/* Call to action end */


/* Modal Start */

#bookNowModal {
    display: none;
}

#getquotemodal {
    display: none;
}

#subscriptionemodal {
    display: none;
}

.show {
    display: block;
}

.modal {
    position: fixed;
    background-color: #222222d8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

.modal-content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    transform: translateY(50%);
    z-index: 9999;
    position: relative;
}


.modal-header {
    background-color: var(--bs-primary-color);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    color: #fff;
}

.modal-header i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.modal-body {
    background-color: #fff;
    padding: 20px;
}

.modal-filed-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.modal-filed-group .form-control {
    height: 42px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid rgb(169, 169, 169);
}

#bookNowModal .form-group {
    width: 47%;
    display: inline-flex;
    flex-wrap: wrap;
}

#getquotemodal .form-group {
    width: 47%;
    display: inline-flex;
    flex-wrap: wrap;
}

#subscriptionemodal .form-group {
    width: 47%;
    display: inline-flex;
    flex-wrap: wrap;
}

.modal-filed-group .form-control {
    width: 100%;
    height: 42px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid rgb(169, 169, 169);
}

.modal-filed-group .form-control:focus {
    border-radius: 0;
    outline: none;
    border: 1.8px solid gray;
}

.modal-filed-group .form-control::placeholder {
    color: rgb(149, 149, 149);
}

.modal-btn {
    padding: 15px;
    background-color: var(--bs-primary-color);
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

/* Modal end */


@Media only screen and (max-width:1024px) {

    nav .navbar .links li a {
        padding: 8px 10px;
    }

    .banner-heading {
        width: 100%;
    }

    .banner-img-1 {
        width: auto;
    }

    .card-group .card .card-img {
        height: 13rem;
    }

    .card-footer h4 {
        font-size: 18px;
    }
}

@Media only screen and (max-width:950px) {

    .banner-section {
        height: 35vh;
    }

    .banner-content {
        width: 100%;
    }

    nav .navbar .links li a {
        padding: 5px;
    }

    nav .navbar .nav-links {
        line-height: normal;
    }

    .filed-group .form-group {
        width: 45%;
    }

    .filed-group {
        justify-content: center;
    }
}

@Media only screen and (max-width:850px) {
    .col-4, .col-5, .col-6, .col-7, .col-8 {
        width: 100%;
    }

    .card-group .card .card-img {
        height: 15rem;
    }

    .card-footer h4 {
        font-size: 20px;
    }

    .section-sub-heading, .section-heading {
        text-align: center;
    }

    .quote-btn {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }

    .about-us-section p {
        text-align: center;
    }

    .about-us-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
    }

    .abt-btn {
        width: 45%;
        text-align: center;
    }

    .call-back-section h2, .call-back-section p {
        text-align: center;
    }

    .call-back-section .form-btn {
        width: 45%;
    }

    .connction-points ul li {
        width: 50%;
    }
}

@Media only screen and (max-width:780px) {
    .top-nav {
        display: none;
    }

    .banner-section {
        margin-top: 40px;
    }

    .footer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 0;
    }

    .footer p {
        text-align: center;
    }

    .call-to-action {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: var(--bs-primary-color);
        z-index: 20;
    }

    .call-to-action .quick-btn {
        width: 33%;
        text-align: center;
        padding: 5px 10px;
        color: #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background-color: transparent;
        font-size: 14px;
    }
}

@Media only screen and (max-width:580px) {
    .banner-section {
        height: 70vh;
    }

    .banner-content h1 {
        font-size: 3rem;
    }

    .q-contact-info .q-contact-detail {
        width: 100%;
        margin-bottom: 40px;
    }

    .connction-points ul li {
        width: 100%;
    }

    #bookNowModal .form-group {
        width: 100%;
    }

    #subscriptionemodal .form-group  {
        width: 100%;
    }

    #getquotemodal .form-group {
        width: 100%;
    }
}

@Media only screen and (max-width:420px) {
    .banner-content h1 {
        font-size: 2.6rem;
    }

    .about-us-btn {
        flex-wrap: wrap;
    }

    .abt-btn {
        width: 100%;
    }

    .about-us-btn .abt-btn:first-child {
        margin: 10px 0;
    }

    .call-back-section form input, .call-back-section .form-btn {
        width: 100%;
    }

    .filed-group .form-group {
        width: 100%;
    }

    .company-info {
        flex-wrap: wrap;
    }

    .toggle-button {
        font-size: 15px;
    }

    .modal-filed-group .form-control {
        width: 100%;
    }

    .modal-content {
        transform: translateY(15%);
    }

    #getquotemodal .modal-content, 
    #subscriptionemodal .modal-content {
        transform: translateY(30%);

    }
}

@Media only screen and (max-width:375px) {
    .banner-content h1 {
        font-size: 2rem;
    }
}