@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');

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  background: #000;
}
a {
  text-decoration: none !important;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.site-title {
    font-weight: 700;
    background: linear-gradient(90deg, #5336ff 40%, #a1fccc 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.site-title.text-center {
    display: block;
}
.site-subtitle {
  font-weight: 700;
  background: #6d28d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.site-subtitle.text-center {
  display: block;
}
.btn-custom {
    font-weight: 600;
  background: linear-gradient(45deg, #6d28d9, #3b82f6);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  transition: 0.3s;
}
.btn-custom:hover {
background: linear-gradient(45deg, #3b82f6, #6d28d9);
  color: #fff;
}
.border-bottom-custom {
    border-bottom: 3px solid #326bf2;
}

/* Header Starts Here */
header {
  background: transparent;
  padding: 25px 0px;
  position: relative;
  z-index: 22;
}
header ul li a {
  color: #fff;
}
header ul li a:hover {
  color: #326bf2;
}
.logo-link {
  padding-right: 16px;
  width: 260px;
}
@media (max-width: 1399.98px) {
  .site-logo { width: 260px; height: 54px; }
}
@media (max-width: 991.98px) {
  .site-logo { width: 240px; height: 48px; }
}
@media (max-width: 575.98px) {
  .site-logo { width: 220px; height: 42px; }
}
.language img {
  max-width: 22px;
  margin-right: 5px;
}
.search i {
  font-size: 13px;
  margin-left: 3px;
}
/* Header Ends Here */

/* Banner Starts Here */
.banner {
  margin-top: -80px;
}
.banner .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .single-item {
  position: relative;
  height: 100%;
}
/* .banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
.banner .imgwrp img {
  min-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .owl-dot span {
  width: 14px;
  height: 14px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  margin: 0px 5px;
  border: 2px solid #fff;
}
.banner .owl-dot.active span,
.banner .owl-dot span:hover {
  background: #326bf2;
}
.banner h2 {
  font-weight: 700;
  font-size: 40px;
}
/* Banner Ends Here */

/* Footer Starts Here */
.top-footer {
  background: #326bf2;
  padding: 50px 0px;
}
.top-footer h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.top-footer h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}
.top-footer ul li a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
}
.top-footer ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.top-footer .col-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.top-footer ul.social-group li a {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 100%;
  line-height: 26px;
}
.top-footer ul.social-group li a:hover {
  background: #fff;
  color: #326bf2;
}
.bottom-footer {
  background: #326bf2;
  color: #fff;
}
.bottom-footer > .container > .row {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px 0px 20px;
  margin: 0;
}
.bottom-footer ul li a {
  color: #fff;
  font-size: 15px;
}
.top-footer ul li a:hover,
.bottom-footer ul li a:hover {
  text-decoration: underline !important;
}
.backtotop {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 22;
}
.top-footer > .container > .row {
  grid-row-gap: 30px;
}
/* Footer Ends Here */

/* Featured Services Starts Here */
.features-section .feature-img-wrapper {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 100%;
}
.features-section .feature-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.feature-text {
  font-size: 15px;
}
.feature-link {
  white-space: nowrap;
}
/* Featured Services Ends Here */

/* Business Resources Starts Here */
.business-resources .site-title {
    color: #326bf2 !important;
    background: transparent !important;
    background-clip: initial !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #326bf2 !important;
}
.business-resources .domain-list p {
    margin-bottom: 10px;
    font-weight: 600;
}
.business-resources .domain-list h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.business-resources .stats-box {
    background: repeating-linear-gradient(
        45deg,
        #f8f9fa,
        #f8f9fa 10px,
        #e9ecef 10px,
        #e9ecef 20px
    );
    padding: 25px;
    text-align: center;
    border-radius: 6px;
    height: 100%;
}
.business-resources .stats-box h2 {
    font-weight: bold;
    color: #6c757d;
}
.business-resources .stats-box p {
    margin: 0;
    font-weight: 600;
}
.business-resources .map-img {
    width: 100%;
    height: auto;
}
.business-resources .map-img-wrapper {
    position: relative;
}
.business-resources .map-bg-img {
    width: 100%;
    height: auto;
    opacity: 0.25;
    display: block;
}
.business-resources .domain-list-overlay {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 15px 0;
}
.business-resources .domain-list-overlay .domain-list {
    flex: 1 1 220px;
    min-width: 220px;
}
.business-resources .img-check {
    width: 45px;
    height: 30px;
    margin-right: 10px;
    object-fit: contain;
    vertical-align: middle;
}
@media (min-width: 1200px) {
    .business-resources .domain-list-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        gap: 40px;
        padding: 0 10px;
        z-index: 2;
    }
}
@media (min-width: 1600px) {
    .business-resources .domain-list-overlay {
        gap: 80px;
    }
}
@media (max-width: 1199.98px) {
    .business-resources .map-bg-img {
        display: none;
    }
}
@media (max-width: 575px) {
    .business-resources .domain-list-overlay {
        flex-direction: column;
        gap: 20px;
    }
    .business-resources .img-check {
        width: 35px;
        height: 24px;
    }
}
/* Business Resources Ends Here */

/* Companies Starts Here */
.companies .owl-prev,
.companies .owl-next {
  background: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.companies .owl-prev img,
.companies .owl-next img {
    filter: brightness(0);
}
.companies .owl-prev:hover img,
.companies .owl-next:hover img {
    filter: brightness(100);
}
.companies .owl-prev:hover,
.companies .owl-next:hover {
    background: #326bf2 !important;
}
.companies .owl-next {
  left: inherit;
  right: -25px;
}
/* Companies Ends Here */

/* Network Starts Here */
.network-list {
  background: transparent url(../images/banner-img.jpg) no-repeat scroll center center / cover;
}
/* Network Ends Here */

/* All Services Starts Here */
.listings .listing-title {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0px 0px;
}
.listings-row > div {
  display: flex;
  flex-direction: column;
}
.jobslist {
  background: #fff;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  flex: 1;
}
.jobslist ul {
  position: relative;
  z-index: 22;
}
.jobslist li a {
  color: #000;
  font-size: 16px;
  text-decoration: underline !important;
  display: inline-block;
  margin: 7px 0px;
}
.jobslist li a:hover {
  text-decoration: none !important;
}
/* All Services Ends Here */

/* Credit card form starts here */
.credit-card-form .form-control, .credit-card-form .form-select {
  background-color: #5b7287;
  border: none;
  color: #fff;
  height: 50px;
  padding: 12px 20px;
}
.credit-card-form .form-control::placeholder {
  color: #d1d9df;
}
.credit-card-form .form-control:focus, .credit-card-form .form-select:focus {
  box-shadow: none;
  background-color: #5b7287;
  color: #fff;
}
.credit-card-form .section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.credit-card-form .small-text {
  font-size: 13px;
  color: #d1d9df;
  font-style: italic;
}
/* Credit card form ends here */

/* Membership Plans Starts Here */
.membership-plans .gradient-title {
  background: linear-gradient(90deg, #7b5cff, #4bc0c8);
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
}
.membership-plans .highlight {
  color: yellow;
}
.membership-plans .note {
  color: yellow;
  font-style: italic;
}
.membership-plans .table td, .membership-plans .table th {
  vertical-align: middle;
  text-align: center;
  border-color: #555;
  padding: 15px;
}
.membership-plans .check {
  color: #06e506;
}
.membership-plans .cross {
  color: #e50606;
}
/* Membership Plans Ends Here */

/* Newsletter Starts Here */
.newsletter-section {
  position: relative;
  background: url('../images/banner-img.jpg') center/cover no-repeat;
  padding: 60px 0;
  color: #fff;
}

/* Dark overlay */
.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.newsletter-content {
  position: relative;
  z-index: 2;
}
.newsletter-title {
  font-size: 42px;
  font-weight: 600;
}
.newsletter-text {
  font-size: 18px;
  color: #ddd;
}
.newsletter-input {
  height: 50px;
  border: none;
  border-radius: 0;
}
.newsletter-btn {
  background: #326bf2;
  border: none;
  height: 50px;
  padding: 0 25px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}
.newsletter-btn:hover {
  background: #6d28d9;
}
/* Newsletter Ends Here */

/* Announcements Starts Here */
.announcements ul {
  margin-left: 30px;
}
.announcements li {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  list-style: disc;
}
/* Announcements Ends Here */

/* All Listings Starts Here */
.all-listings .listing-title {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0px 0px;
}
.listing-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.listing-header {
  background: linear-gradient(135deg, #326bf2, #5a8df5);
  color: #fff;
  padding: 20px;
  position: relative;
  flex: 1;
}
.listing-header h4 {
  margin-bottom: 10px;
  width: 55%;
}
.listing-header .link-light:hover {
  text-decoration: none !important;
}
.premium-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  color: #326bf2;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.premium-badge span {
  color: gold;
  font-size: 14px;
}
.listing-body {
  padding: 20px;
  color: #000;
}
.listing-body p {
  margin-bottom: 0px;
}
.listing-body a {
  color: #326bf2;
  text-decoration: none;
}
.listing-footer {
  padding: 0px 20px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.btn-primary-custom {
  background: #326bf2;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  color: #fff;
  margin: 0;
  transition: 0.3s;
  font-size: 14px;
  white-space: nowrap;
}
.btn-primary-custom:hover {
  background: #2454c9;
  color: #fff;
}
/* All Listings Ends Here */

/* Dashboard Starts Here */
.dashboard-section .nav-btn {
  background: linear-gradient(90deg, #5f2cff, #326bf2);
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  margin: 5px;
  display: inline-block;
  text-decoration: none;
}
.dashboard-section .nav-btn:hover {
  opacity: 0.9;
}
.dashboard-section .table-dark-custom {
  background: #141821;
  border-radius: 10px;
  overflow: hidden;
}
.dashboard-section .table-dark-custom th,
.dashboard-section .table-dark-custom td {
  color: #fff;
  vertical-align: middle;
  padding: 10px 20px;
}
.dashboard-section .action-btn {
  border: 2px solid #ccc;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.dashboard-section .update-btn {
  background: linear-gradient(90deg, #5f2cff, #326bf2);
  border: none;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  float: right;
}
.dashboard-section .card-dark {
  background: #141821;
  border-radius: 10px;
  padding: 20px;
}
.dashboard-section .cancel-link {
  color: red;
  text-decoration: none;
  font-weight: 500;
}
.cancel-link:hover {
  color: #ff4d4d;
}
/* Dashboard Ends Here */

/* Blog Starts Here */
.blog-section .post {
  margin-bottom: 40px;
}
.blog-section .post-title {
  color: #326bf2;
  font-weight: 600;
}
.blog-section .meta {
  font-size: 14px;
  color: #ccc;
}
.blog-section .pagination a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
}
.blog-section .pagination a:hover {
  color: #326bf2;
}
.blog-section .pagination a.active {
  color: #326bf2;
  font-weight: 600;
}
.blog-section .pagination .pagination-disabled {
  color: #fff;
  margin: 0 5px;
  opacity: 0.45;
  cursor: default;
  user-select: none;
}
/* Blog Ends Here */

/* Login Starts Here */
.login-section .auth-card {
  max-width: 420px;
  margin: auto;
  padding: 30px;
  border-radius: 12px;
  background: #252525;
  border: 1px solid #454545;
}
.login-section .auth-cards {
  max-width: 700px;
  margin: auto;
  padding: 30px;
  border-radius: 12px;
  background: #252525;
  border: 1px solid #454545;
}
.login-section .auth-card label, .login-section .auth-cards label{
  margin-bottom: 5px;
}
.login-section .auth-card .form-control, .login-section .auth-cards .form-control {
  /* background: #1a1a1a; */
  background: #000;
  border: 1px solid #333;
  color: #fff;
  height: 50px;
}
.login-section .auth-card select.form-control,
.login-section .auth-cards select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M3.204 5h9.592L8 10.481 3.204 5zm-.753.659l4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204c-.86 0-1.32 1.012-.753 1.659z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 12px;
  padding-right: 36px;
}
.login-section .auth-card select.form-control option,
.login-section .auth-cards select.form-control option {
  background: #000;
  color: #fff;
}

/* Auth-style modals (same size/colors as login auth-card) */
.modal-dialog.modal-auth {
  max-width: 420px;
}
.modal-content.auth-card-modal {
  background: #252525;
  border: 1px solid #454545;
  border-radius: 12px;
  color: #fff;
  padding: 10px 0 0;
}
.modal-content.auth-card-modal .modal-header,
.modal-content.auth-card-modal .modal-footer {
  border-color: #454545;
}
.modal-content.auth-card-modal .modal-body label,
.modal-content.auth-card-modal .form-label {
  margin-bottom: 5px;
  color: #fff;
}
.modal-content.auth-card-modal .form-control {
  background: #000;
  border: 1px solid #333;
  color: #fff;
  height: 50px;
}
.modal-content.auth-card-modal .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
/* Visible white/light calendar icon on dark date inputs (Chrome, Edge, Safari) */
.modal-content.auth-card-modal input[type="date"],
.login-section .auth-card input[type="date"],
.login-section .auth-cards input[type="date"] {
  color-scheme: dark;
}
.modal-content.auth-card-modal input[type="date"]::-webkit-calendar-picker-indicator,
.login-section .auth-card input[type="date"]::-webkit-calendar-picker-indicator,
.login-section .auth-cards input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(1.15);
  cursor: pointer;
  opacity: 1;
  padding: 2px 4px;
  margin-left: 4px;
}
.modal-content.auth-card-modal .btn-close {
  filter: invert(1);
  opacity: 0.7;
}
.modal-content.auth-card-modal .btn-close:hover {
  opacity: 1;
}
.modal-content.auth-card-modal .btn-auth-secondary {
  background: transparent;
  border: 1px solid #454545;
  color: #fff;
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
}
.modal-content.auth-card-modal .btn-auth-secondary:hover {
  border-color: #666;
  color: #fff;
}
/* Login & modal auth ends here */

@media (max-width: 1400px) {
  .banner .hero-title br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .business-resources .stats-box-wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .top-footer > .container > .row > div:last-child {
    order: 1;
  }
  .top-footer > .container > .row > div:nth-child(2) {
    order: 3;
  }
  .top-footer > .container > .row > div:nth-child(3) {
    order: 4;
  }
  .top-footer > .container > .row > div:nth-child(4) {
    order: 5;
  }
  .top-footer > .container > .row > div:first-child {
    order: 2;
  }
  .banner .single-item > .container > .row {
    flex-direction: column-reverse;
  }
  .banner .single-item > .container > .row .incnt {
    padding-bottom: 0px !important;
  }
  header .main-menu {
    border-right: none !important;
    margin: 20px 0px 35px 0px !important;
    width: 100% !important;
  }
  .header-wrapper .menu-wrapper, .header-wrapper .menu-wrapper .btn-group {
    width: 100% !important;
  }
  .listing-footer {
    flex-direction: column;
  }
  .premium-badge {
    position: static;
    display: table;
    margin-bottom: 15px;
  }
  .listing-header h4 {
    width: 100%;
  }
  .dashboard-section .table-dark-custom th, .dashboard-section .table-dark-custom td {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .companies .owl-prev, .companies .owl-next {
    left: 0;
  }
  .companies .owl-next {
    left: inherit;
    right: 0;
  }
  .features-section .feature-img-wrapper {
    width: 75px;
    height: 75px;
    flex: 0 0 75px;
  }
  .update-btn {
      float: none;
      width: 100%;
      margin-top: 15px;
  }
  .newsletter-title {
    font-size: 30px;
  }
  .newsletter-text {
    font-size: 16px;
  }
  .banner .single-item .btn-wrapper {
    flex-direction: column;
  }
  .business-resources .stats-box-wrapper {
    margin-top: 15px;
  }
  .announcements li {
    font-size: 16px;
  }
  .login-section .auth-card {
    padding: 20px;
  }
  .membership-plans .table {
    min-width: 800px;
  }
}

.listings .jobslist {
  border: 6px solid #326bf2;
}
.listings .listing-title {
  -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    background: linear-gradient(90deg, rgb(83, 54, 255) 40%, rgb(161, 252, 204) 65%) text;
}
.top-footer, .bottom-footer {
  background: #6d28d9;
}
.search-wrapper {
  background: #000;
}
.search-box {
  position: relative;
}
.search-input {
  height: 42px;
  padding-right: 60px;
  font-size: 15px;
  border-radius: 4px;
}
.search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
}
.search-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.faq-section {
  padding: 80px 0;
}
.faq-section .faq-title {
  text-align: center;
  margin-bottom: 50px;
}
.faq-section .faq-title h2 {
  font-weight: 700;
}
.faq-section .faq-title span {
  color: #6c63ff;
}
.faq-section .accordion-item {
  background: #222;
  border: 1px solid #333;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faq-section .accordion-button {
  background: #222;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border: none;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #6c63ff;
  background-color: #222;
  box-shadow: none;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-body {
  color: #ccc;
  background: #222;
}
.faq-section .accordion-button::after {
  filter: invert(1);
}
.faq-section .accordion-button:not(.collapsed)::after {
  filter: invert(0);
}
.faq-section .faq-contact {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .search-input {
    height: 50px;
    font-size: 16px;
  }
}

