/* Fix single brand container */
.single_brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 120px; /* adjust based on your design */
    background: #f7f7f7; /* light contrast background */
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
}

/* Fix the brand-thumb to center logo */
.brand-thumb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.25));
}

/* Ensure images fit nicely & keep clarity */
.brand-thumb img {
    max-height: 80px; /* adjust size */
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2)); /* optional for clarity */
}


.section8 {
    /* padding: 80px 0; */
    /* background: black; */
  }
  .section8 .sec8_head, .terms-page .terms_item {
    text-align: center;
  }
  .section8 .sec8_head h3 {
    font-size: 50px;
    font-weight: 800;
    color: black;
    text-align: center;
  }
  @media screen and (max-width: 1550px) {
    h3 {
      font-size: 35px !important;
    }
  }
  @media screen and (max-width: 1650px) {
    h3 {
      font-size: 40px !important;
    }
  }
  @media screen and (max-width: 1250px) {
    .sec8_content {
      margin-top: 2rem;
    }
  }
@media screen and (max-width: 767px) {
  .section8 {
    /* padding: 40px 0; */
  }
  h3 {
    font-size: 23px !important;
  }
}
  .sec8_content{
    /* margin-top: 5rem; */
  }
  .sec8_content #pills-tab {
    justify-content: space-around;
    margin-bottom: 60px;
  }
  ul {
    padding: 0;
      padding-left: 0px;
    margin: 0;
      margin-bottom: 0px;
  }
  li {
    list-style-type: none;
  }
  .sec8_content #pills-tab .nav-item button, .sec8_content #pills-tab .nav-item button.nav-link.active {
    color: #fff;
    padding: 15px 55px;
    /* -webkit-clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 80% 100%, 10% 100%, 0% 80%, 0% 10%); */
    /* clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 80% 100%, 10% 100%, 0% 80%, 0% 10%); */
  }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fcb900;
  }
  .nav-pills .nav-item {
    width: 0%;
    /* color: #fff;
    background-color: #fcb900; */
  }
  .sec8-dis{
    display: flex;
  }
  .tab-content > .active {
    display: block;
  }
  .sec8_pricing .sec8_box_left .box_left {
    background: black bottom right;
    border-radius: 15px;
    padding: 2rem 1rem 11rem;
    position: relative;
  }
  .sec8_pricing .sec8_box_left .box_right {
    padding: 2rem;
    background: black 100%;
    border-radius: 15px;
  }
  .sec8_pricing .sec8_box_left .box_right h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }
  .sec8_pricing .sec8_box_left .box_right ul {
    margin-top: 2rem;
    overflow-y: scroll;
    height: 250px;
  }
  .sec8_pricing .sec8_box_left .box_right ul li {
    margin-bottom: 12px;
    padding-left: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
  }
  .sec8_pricing .sec8_box_left .box_right ul li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #00d11e;
    position: absolute;
    left: 0;
    top: 0;
  }
  @media screen and (max-width: 767px) {
    .sec8_box_right, .sec8_pricing .sec8_box_left .box_left, .sec8_pricing .sec8_box_left .box_right {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1250px) {
    .sec8_pricing .sec8_box_left .box_right {
      padding: 15px;
    }
  }
  .sec8_pricing .sec8_box_left .box_right {
    padding: 2rem;
    /* background: blueviolet 100%; */
    border-radius: 15px;
  }
  @media screen and (max-width: 767px) {
    .sec8_content #pills-tab {
      margin-bottom: 30px;
    }
  }
  .sec8_content #pills-tab {
    justify-content: space-around;
    margin-bottom: 60px;
    display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }
  @media screen and (max-width: 767px) {
    .sec8_content #pills-tab .nav-item button {
      padding: 13px 10px;
    }
  }
  @media screen and (max-width: 991px) {
    .sec8_content #pills-tab .nav-item button {
      padding: 13px 23px;
    }
  }
  @media screen and (max-width: 1200px) {
    .sec8_content #pills-tab .nav-item button {
      padding: 15px 35px;
    }
  }
  #pills-tab .nav-item button.nav-link.active, .sec8_content #pills-tab .nav-item button, .sec8_content #pills-tab .nav-item button.nav-link.active {
    color: #fff;
    padding: 15px 55px;
    /* -webkit-clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 80% 100%, 10% 100%, 0% 80%, 0% 10%); */
    /* clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 80% 100%, 10% 100%, 0% 80%, 0% 10%); */
  }
  .sec8_box_right .nav-pills .nav-link.active {
    border: 2px solid #ffbb00;;
    background-image: -webkit-linear-gradient(-90deg, #ffbb00 0, #dbaa25 100%);
  }
  .sec8_box_right .nav-pills .nav-link {
    padding: 20px;
    border-radius: 8px;
    border: 2px solid transparent;
    background: #FE6B0C;
      background-image: none;
    display: flex;
    color: black;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
  }



  /* ********************************************************** */
  .component-tabs {
    border-radius: 3px 3px 0 0;
    border-bottom: 0 !important;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  .component-tabs .nav-link {
    color: var(--c-black) !important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
  }
  .component-tabs .nav-link {
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color) !important;
    color: var(--secondary-text) !important;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px !important;
    min-width: 150px;
    text-align: center;
    white-space: nowrap;
  }
  .nav-link {
    display: block;
    padding: .5rem 1rem;
  }
  .component-tabs .nav-link i {
    margin-right: 5px;
  }
  
element {
}
*, ::after, ::before {
  box-sizing: border-box;

  margin: 0;

  padding: 0;

}
*, ::after, ::before {
  box-sizing: border-box;

  margin: 0;

  padding: 0;

}
*, ::after, ::before {
  box-sizing: border-box;

}
.component-tabs .nav-link {
  color: var(--c-black) !important;

  font-weight: bold;

  font-size: 16px;

  text-align: center;

  white-space: nowrap;

}


/* ************************************custom.css */
.services{
  font-family: "Rajdhani", Sans-serif;
  /* font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #33354B;
  color: #33354B; */
  background-color: #FFBB00;
  /* border-radius: 0px 0px 0px 0px;
  padding: 18px 30px 18px 32px; */
  width: 100%;
  display: inline-block;
  padding: 15px;
}


@media screen and (max-width: 991px) {
  .sec8_box_right .nav-pills .nav-link {
    padding: 14px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .sec8_box_right .nav-pills .nav-link {
    padding: 20px;
    font-size: 20px;
  }
}

/* Skip link: visible on keyboard focus (accessibility) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 100000;
  padding: 0.75rem 1.25rem;
  background: #ffbb00;
  color: #232434;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.skip-link:focus {
  left: 0;
  top: 0;
  outline: 2px solid #232434;
  outline-offset: 2px;
}