/* exit effects mapped to animate.css */
.swiper-slide.fadeOut        { animation: fadeOut 1s forwards; }
.swiper-slide.zoomOut        { animation: zoomOut 1s forwards; }
.swiper-slide.slideOutUp     { animation: slideOutUp 1s forwards; }
.swiper-slide.rotateOut      { animation: rotateOut 1s forwards; }
.swiper-slide.lightSpeedOut  { animation: lightSpeedOutRight 1s forwards; }



/* wrap your table in this class */
.table-responsive-custom {
  width: 100%;
  overflow-x: auto;
  /* Smooth mobile scroll */
  -webkit-overflow-scrolling: touch;
  /* Optionally, always show a horizontal scrollbar on small screens: */
  /* scrollbar-width: thin; */    /* for Firefox */
  /* overflow-y: hidden; */        /* prevents vertical scroll if not needed */
}

.table-responsive-custom table {
  min-width: 600px; /* Or whatever your table needs, usually > mobile width */
}

@media (max-width: 767px) {
  .table-responsive-custom table {
    min-width: 700px; /* or as needed */
    font-size: 13px;  /* optional, for readability */
  }
}

table.dark {
  width: 100%;
  border-collapse: collapse;
  background-color: #0a0a0a;
  /* overall dark background */
  color: aliceblue;
  /* default text color */
}

/* header cells: a slightly lighter/different shade */
table.dark th {
  padding: 10px 20px;
  background-image: linear-gradient(#13216c, #0a0e23);
  /* a bit lighter than table bg */
  color: #e0e0e0;
  text-align: left;
  border-bottom: 1px solid #0f386d;
}

table.dark td {
  padding: 16px 20px;
  border: none;
}

table.dark tbody tr {
  border-bottom: 1px solid #0f386d;
}

table.dark tbody tr:last-child {
  border-bottom: none;
}

#shares-pagination button {
  padding: 0 10px;
  border: 1px solid #0f386d;
}


.text-right {
  text-align: right;
}


.text-green {
  color: #4caf50 !important;
}

.text-red {
  color: #f44336 !important;
}

.banner__content-5 {padding-top: 40px;}
.gold-outliner {
  font-style: normal;
  background: -webkit-linear-gradient(45deg, #bb8019, #be811a 25%, #f4d48d 55%, #f3b62e 80%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #062144;
  white-space: nowrap;
  letter-spacing: 2px;
  padding-left: 2px;
}


.style-border {

  border-radius: 12px;
  /* optional */
  padding: 4px;
  border: double 1px transparent;
  background-image: linear-gradient(#212121, #212121), linear-gradient(to right, rgb(101, 73, 213), rgb(251, 81, 65));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* Home Page */

.home-lines {
  background: url('../imgs/bg/striped-bg-alt.png') no-repeat top;
}

.style-border-boxes {
  border-radius: 12px;
  /* optional */
  padding: 20px;
  border: double 1px transparent;
  background-image: linear-gradient(#212121, #212121), linear-gradient(to right, rgb(101, 73, 213), rgb(251, 81, 65));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.style-border-boxes .Key-features__icon {
  width: 56px;
}

.homewhyus {
  padding: 20px;
}


.bordered_box {
  position: relative;
  padding: 0;
  border: 1px solid var(--bd-border-primary);
  border-radius: 20px;
  border: double 2px transparent;
  background-image:
    linear-gradient(#212121, #212121cc),
    linear-gradient(to right, rgb(101, 73, 213), rgb(251, 81, 65));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  height: 400px;
  width: 400px;
  overflow: hidden;
}

/* make sure the image sits behind our overlay */
.bordered_box img {
  display: block;
  /* remove inline-img whitespace */
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/* this creates the gradient “layer” on top of the image */
.bordered_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  /* match the box’s rounded corners */
  pointer-events: none;
  /* so clicks go through to the image if needed */
  z-index: 1;
  background:
    linear-gradient(to right, rgba(101, 73, 213, 0.35), rgba(251, 80, 65, 0.35));

}
.service__content h4 {margin: 10px 0;}


.textborder_box {
  position: relative;
  padding: 40px;
  border: 1px solid var(--bd-border-primary);
  border-radius: 20px;
  border: double 2px transparent;
  border: double 2px transparent;
  background-image:
    linear-gradient(#212121, #212121cc),
    linear-gradient(to right, rgb(101, 73, 213), rgb(251, 81, 65));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  overflow: hidden;

}

.textborder_box h4 {
  margin-bottom: 10px;
}

.benefits__app-wrapper {   padding-top: 30px; 
    padding-left: 30px; 
     padding-right: 30px;}

.bd__faq .accordion-button {font-size: 18px;}

.smallbutton .bd-gradient-btn {
  height: 45px;
  padding: 0 25px;
}

.our-values__icon span img {width: 35px; }



.footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}
.footer__widget-4 {
  flex: 1 1 160px; /* Minimum width per column */
  min-width: 120px;
}
.footer__widget-title {
  margin-bottom: 14px;
  font-weight: 600;
}
.footer-links {
  display: block; /* Stack vertically on desktop */
}
.footer-link-col {
  display: block;
}


.footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}
.footer__widget-4 {
  flex: 1 1 170px;
  min-width: 120px;
}
.footer-links {
  display: block;
}
.footer-link-col {
  display: block;
}

/* MOBILE: headings full width, links in 2 columns under heading */
@media (max-width: 767px) {
  .footer__grid {
    display: block !important;
  }
  .footer__widget-4 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .footer__widget-title {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    text-align: left;
  }
  .footer-links {
    display: flex !important;
    gap: 8px;
    width: 100%;
  }
  .footer-link-col {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-link-col li {
    margin-bottom: 6px;
  }
}
