 
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 2px solid red; */
}
:root {
    --color-white: #fff;
    --color-black: #0a0102;
    --color-gray: #f7f5f1;
    --color-orange: #fe9043;
    --color-skyblue: #089fac;
    --color-lightblack: #30353a;
}
body{
   font-family: "Manrope", sans-serif;
    transition: all .3s;
}

.just{
    text-align: justify;
}
a{
    text-decoration: none;
}

/* header_section---ends----here  */
/* navbar_section---start----here  */
.navbar{
    background: linear-gradient(90deg,var(--color-skyblue),var(--color-orange));
}
.nav-link{
    color: var(--color-white);
    font-weight: 500;
    transition: all .3s;
}
.nav-link:hover,.nav-link.active{
    color: var(--color-black);
}
.navbar-brand{
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
}
.login_btn{
    color: var(--color-white);
    border-radius: 22px;
    background-color: var(--color-skyblue);
    border: 2px solid var(--color-skyblue);
    transition: all .3s;
}
.login_btn:hover{
    background-color: var(--color-lightblack);
    color: var(--color-white);
    border: 2px solid var(--color-lightblack);
} 
/* navbar_section---ends----here  */
/* .banner_section---start---here  */
.banner_section{
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_title span{
    color: var(--color-skyblue);
}
.search_wrap input{
    max-width: 50%;  
    border-radius: 22px;
}
.search_wrap input::placeholder{
    font-size: 16px;
}
.search_btn{
      color: var(--color-white);
    border-radius: 22px;
    background-color: var(--color-orange);
    border: 2px solid var(--color-orange);
    transition: all .3s;
}
.search_btn:hover{
    background-color: var(--color-lightblack);
    color: var(--color-white);
    border: 2px solid var(--color-lightblack);
}
/* .banner_section---ends---here  */
/* hero_section---start----here   */
.hero_section .row{
    background: var(--color-skyblue);
}
.hero_logos{
    color: #0000009c;
    font-style: italic;
}
.globe {
    position: absolute;
    bottom: 0;
    right: 50px;
    opacity: 0.6;
     animation: float-bob-x 2s linear infinite alternate;
}
@keyframes float-bob-x {
    from {
        transform: translateX(-10px);
    }
    to {
        transform: translateX(10px);
    }
}
.service-shape{
    position: absolute;
    top: 0px;
    left: 0px;
}
/* hero_section---ends----here   */
 /* logo_section---start----here  */
 .logo_section{
    background: var(--color-gray);  
    position: relative;
}
.service-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    animation: float-bob-y-2 0.5s linear infinite alternate;
}
.service-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    animation: float-bob-y 0.5s linear infinite alternate;
}
@keyframes float-bob-y-2 {
    from {
        transform: translateY(-20px);
    }

    to {
        transform: translateY(-10px);
    }
}
@keyframes float-bob-y {
    from {
        transform: translateX(-10px);
    }

    to {
        transform: translateX(0px);
    }
}
.logo-box{
    background: #fff;
    border: 1px solid #0000005e;
    border-radius: 8px;
    padding: .9rem .75rem;
    transition: border-color .2s, box-shadow .2s;
    height: 130px;
    width: 130px;
}

 /* logo_section---ends----here  */
/* card_section----start----here  */
.card{
    background-color: var(--color-lightblack);
    cursor: pointer;
    color: #fff;
    position: relative;
    transition: all .3s;
}
.card:hover{
    background-color: var(--color-gray);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    color: var(--color-black);
}
.card:hover .card-icon{
    background-color: var(--color-orange);
    color: var(--color-white);
}
.card-globe{
    position: absolute;
    right:0;
    opacity: 0.1;
}
.card-icon{
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background: var(--color-gray);
    color: var(--color-orange);
    font-size: 44px;
}
.card_btn{
    color: var(--color-white);
    border-radius: 22px;
    background-color: var(--color-orange);
    border: 2px solid var(--color-orange);
    transition: all .3s;
}
.card_btn:hover{
    background-color: var(--color-skyblue);
    color: var(--color-white);
    border: 2px solid var(--color-skyblue);
} 
.btn-hover:hover{
 background-color: var(--color-black);
    color: var(--color-white);
    border: 2px solid var(--color-black);
}
/* card_section----ends----here  */
/* table_section---start---here   */
.table_section{
    position: relative;
    display: block;
    background-color: var(--color-lightblack);
    z-index: 1;
}
.all-time-hit-bg-shape {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.02;
    z-index: -1;
    background-position: center center;
}
.provider-table-wrapper{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.provider-table{
    margin:0;
    min-width:900px;
}

.provider-table thead{
    background:#c7642c;
}

.provider-table thead th{
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;
    padding:18px 20px;
    border:none;
    white-space:nowrap;
}

.provider-table tbody tr{
    transition:0.3s;
}

.provider-table tbody tr:hover{
    background:var(--color-skyblue);
}

.provider-table tbody td{
    padding:20px;
    vertical-align:middle;
    border-bottom:1px solid #ffffff23;
    font-size:15px;
    color:var(--color-gray);
    white-space:nowrap;
}
.deal-btn{
    border:1px solid var(--color-orange);
    padding:10px 22px;
    border-radius:50px;
    text-decoration:none;
    color:var(--color-white);
    font-size:13px;
    font-weight:600;
    display:inline-block;
    transition:0.3s;
}

.deal-btn:hover{
    background:#c7642c;
    color:#fff;
    border-color:#c7642c;
}

.table-responsive::-webkit-scrollbar{
    height:6px;
}

.table-responsive::-webkit-scrollbar-thumb{
    background:#c7642c;
    border-radius:10px;
}
/* table_section---ends---here   */
/* main_section---start---here  */
.main_section h2{
    color: var(--color-orange);
}
.main_section h5{
    color: var(--color-skyblue);
}
/* main_section---ends---here  */
/* faq_section---start---here   */
.faq_section{
    background-image: url("../images/faq-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.faq_section h2{
    color: var(--color-orange);
}
/* Accordion Main */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-bg: transparent;
}

/* Accordion Item */
.accordion-item {
    background: var(--color-white);
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.06) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.accordion-item:hover{
    transform: translateY(-3px);
}

/* Accordion Button */
.accordion-button {
    background: var(--color-white);
    color: var(--color-lightblack);
    font-size: 18px;
    font-weight: 700;
    padding: 22px 25px;
    border: none;
    box-shadow: none !important;
    position: relative;
}

/* Active Button */
.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, var(--color-orange), #ffb06f);
    color: var(--color-white);
}

/* Remove Bootstrap Icon Background */
.accordion-button::after {
    filter: brightness(0) invert(1);
    transform: scale(0.9);
}

/* Collapsed Arrow */
.accordion-button.collapsed::after{
    filter: none;
}

/* Accordion Body */
.accordion-body {
    padding: 25px;
    color: #666;
    line-height: 1.9;
    font-size: 15px;
    background: #fffaf6;
    border-top: 1px solid rgba(0,0,0,0.05);
}

/* Decorative Left Border */
/* .accordion-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background: linear-gradient(
        to bottom,
        var(--color-orange),
        var(--color-skyblue)
    );
} */

/* Mobile Responsive */
@media(max-width:768px){

    .accordion-button{
        font-size:16px;
        padding:18px 20px;
    }

    .accordion-body{
        padding:20px;
        font-size:14px;
    }

}
/* faq_section---ends---here   */
 /* footer SECTION ---start---here  */
.site-footer {
  background: var(--color-lightblack);
  color: #ffffff;
  padding: 50px 20px 20px;
  position: relative;
  overflow: hidden;
}
.site-footer-shape-bg {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.09;

  pointer-events: none;   /* IMPORTANT */
  z-index: 0;
}
.site-footer .container {
  position: relative;
  z-index: 2;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--color-orange);
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #e2e8f0;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #facc15;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #334155;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
}
.footer_end{
  background-color: var(--color-red);
  color: var(--color-white);
}
 /* footer SECTION ---ends---here  */

 /* contact page-----start-------here  */
.contact-choose_section{
    background-color: var(--color-gray);
}
.contact-choose-card{
    border: 1px solid var(--color-orange);
    background-color: var(--color-orange);
    border-radius: 22px;
    transition: all .3s;
    cursor: pointer;
    height: 100%;
}
.contact-choose-card:hover{
    background-color: var(--color-skyblue);
     border: 1px solid var(--color-skyblue);
}
.icon-logo{
    width: 60px;
    height: 60px;
    background-color: var(--color-skyblue);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 24px;
}
.addr{
    color: #6b7280;
    font-size: 12px;
}

 /* contact page-----ends-------here  */
 /* internet page-----start-------here  * */
 .plan_card{
    background-color: var(--color-white);
    cursor: pointer;
    transition: all .3s;
     border: 1px solid var(--color-gray);
     border-radius: 22px;
     padding: 20px;
 }
.plan_card:hover{
    background-color: var(--color-skyblue);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    color: var(--color-white);
}
 .plan_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan_list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.7;
}
.plan_list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: var(--color-orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}
.internet_plan_card{
    border: 1px solid var(--color-skyblue);
}
.top-band{
    background-color: var(--color-skyblue);
}
.data-card{
    border: 1px solid var(--color-orange);
    background-color: var(--color-orange);
    color: var(--color-white);
}
 /* internet page-----ends-------here  * */
 
.price_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.price {
    font-size: 42px;
    font-weight: 700;
    color: #fe9043;
    margin-bottom: 0;
    line-height: 1;
}
.per_month {
    color: #000000;
    font-size: 15px;
}
.save_badge {
    color: var(--color-green);
    padding: 10px 16px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

