body {
  font-family: Arial, sans-serif;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #02142f;
}
.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-weight: 800;
  font-size: 2rem;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-size: 1.75rem;
  color: #fff;
  font-family: cursive;
}
p {
  font-weight: 500;
  color: #212529;
  margin-bottom: 10px;
}
ul {
  padding: 0;
}
ul li {
  font-weight: 500;
  color: #ffffff;
}
a {
  text-decoration: none;
  color: #dc3545;
  font-weight: 700;
}
b {
  color: #ffc107;
  font-weight: 700;
}
.mt-50 {
  margin-top: 50px;
}
.text-justify p {
  text-align: justify;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 20px 0;
  /* background-color: #801015; */
  border-bottom: 5px solid #fff;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: 30px;
}
.navbar-toggler {
  border: none;
  background-color: transparent;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar li a:hover,
.navbar li.active a {
  background: #d80811;
}
.navbar li {
  float: left;
  line-height: 6px;
}
.navbar li a {
  display: block;
  padding: 20px 25px;
  font-size: 17px;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-shadow: 2px 2px 4px #000;
}
.navbar .navbar-nav {
  clear: none;
  float: right;
  max-height: none !important;
}
.left_detail {
  float: right;
  padding-left: 34px;
  border-left: 1px dotted #fff;
  margin-left: 50px;
}
.banner {
  border-bottom: 5px solid #fff;
}
p.sub_heading {
  font-size: 19px;
  font-weight: 700;
}
.section_one {
  /* background-color: #000; */
  padding: 50px 0;
}
.section_one h1,
.section_one h2 {
  color: #fff;
}
.section_one p {
  color: #fff;
}
.section_one p > a {
  color: #d80811 !important;
}
.btn {
  background: #6009f0;
  background: -o-linear-gradient(bottom, #6009f0 0, #8105f0 100%);
  background: linear-gradient(0deg, #6009f0 0, #8105f0 100%);
  border: none;
  transition: 0.3s;
  box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%),
    7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
  outline: 0;
  padding: 10px 30px;
  letter-spacing: 1px;
  cursor: pointer;
}
.btn,
.cta-box h4,
.light,
.light a {
  color: #fff;
}
.section_two {
  position: relative;
  padding: 30px 0;
  /* background-color: #9c0a1e; */
  overflow: hidden;
  border: 1px solid #fff;
}
.section_two img {
  max-height: 100px;
  object-fit: contain;
}
.section_two p {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.section_three {
  /* background-color: #000; */
  padding: 20px 0;
}
.section_three h2 {
  font-size: 35px;
  margin-bottom: 50px;
  color: #ffc703;
  text-shadow: 2px 2px 2px #000;
  line-height: 37px;
}
.section_three p {
  color: #fff;
}
.section_three .col-md-3 {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}
.card-img img {
  border: 5px solid #ff0000bf;
}
.card-img img {
  width: 100%;
}
.r-btn img {
  border: none;
}
.card-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0) 45.95%,
    rgba(146, 2, 2, 0.738) 89.32%
  );
}
.card-now:hover .card-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(61, 61, 61, 0) 45.95%, #666 89.32%);
  cursor: pointer;
}
.card-img {
  position: relative;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: auto;
}
.r-btn {
  position: absolute;
  top: 10px;
  left: 10px;
}
.card-now .card-body {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 10px 5px;
}
.card-now .feature {
  padding: 3px 7px;
  /* background-color: #f50e16; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0;
  top: -28px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.card-body p {
  color: #fff;
  font-size: 28px;
  text-shadow: 2px 2px 2px #000;
  line-height: 47px;
  padding: 0 15px;
}
.model-btm {
  margin-bottom: 20px;
}
.d-fx {
  display: flex;
  position: relative;
}
.section_four {
  /* background-color: #000; */
  padding: 0 0 20px;
}
.section_four h2 {
  color: #fff;
}
.section_four p {
  color: #fff;
}
.section_four p > a {
  color: #d80811 !important;
}
.section_five {
  background-color: #801015;
  padding: 20px 0;
}
.section_five h2 {
  color: #fff;
  margin-bottom: 20px;
}
.section_five p {
  color: #fff;
}
a.service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.7s;
  transform: translate(0, 0);
  text-decoration: none;
}
a.location,
a.service {
  height: 130px;
  min-width: 230px;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  padding-left: 40px;
  font-family: Aclonica, sans-serif;
}
a.location:hover,
a.service:hover {
  transform: translate(0, -8px);
  box-shadow: 0 0 50px 0 rgba(0, 119, 254, 0.25);
  /* background-color: #000; */
}
.service img {
  width: 106px;
  border-radius: 50px 20px;
  border: 2px dotted #fff;
}
.divider {
  width: 50px;
  height: 4px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section_six {
  /* background-color: #000; */
  padding: 20px 0;
}
.section_six h2 {
  color: #fff;
}
.section_six p {
  color: #fff;
}
.section_six p > a {
  color: #d80811 !important;
  text-decoration: none;
}
.full-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.divider {
  width: 60px;
  height: 4px;
  background-color: #d31119;
  margin: 20px 0;
}
.section_seven {
  background-color: #801015;
  padding: 20px 0;
}
.section_seven h2 {
  color: #fff;
  margin-bottom: 20px;
}
.section_seven p {
  color: #fff;
}
a.location:hover,
a.service:hover {
  transform: translate(0, -8px);
  box-shadow: 0 0 50px 0 rgba(0, 119, 254, 0.25);
  /* background-color: #000; */
}
a.location {
  background: #000;
  border: 2px solid #fff;
  box-shadow: 0 0 50px 0 rgba(21, 37, 55, 0.25);
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 20px;
  border-radius: 500px;
  transition: 0.7s;
  transform: translate(0, 0);
  padding: 10px 20px;
  align-items: center;
}
.location img {
  width: 136px;
  border-radius: 500px;
  box-shadow: 0 0 50px 0 rgba(21, 37, 55, 0.25);
}
footer {
  background: #000;
  overflow: auto;
  padding: 60px 0 0;
}
.list-inline li {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  display: inline-block;
  background: #801015;
}
.list-inline li a img {
  width: 25px;
}
.contact {
  margin: 50px 0 20px;
}
.contact .flex {
  margin: 0 20px;
  display: inline-flex;
}
.contact .flex img {
  width: 50px;
  position: relative;
}
.contnt-add {
  margin-left: 17px;
}
.contact .flex span {
  display: block;
  font-size: 18px;
  text-align: left;
  font-family: Aclonica, sans-serif;
}
.copyright p {
  margin: 50px 0 0;
  padding: 10px 0;
  color: #fff;
}
.copyright p {
  background: #801015;
}
@media (max-width: 768px) {
  p {
    margin-bottom: 7px;
  }
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  p {
    font-size: 14px;
  }
  ul li {
    font-size: 14px;
  }
  .py-4 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .px-4 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .navbar .navbar-nav {
    clear: none;
    float: none;
    margin-top: 10px;
  }
  .navbar {
    padding: 5px 0;
  }
  .navbar li a {
    text-align: center;
  }
  .section_three .col-md-3 {
    width: 50%;
  }
  .card-now .feature {
    padding: 0 3px;
    background-color: #f50e16;
    left: 6px;
    top: 0;
    font-size: 10px;
    line-height: 18px;
  }
  .card-body p {
    font-size: 18px;
  }
  .contact {
    text-align: left;
  }
  .contact .flex {
    margin: 0 20px 5px;
  }
}
 body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
} 

.nowcalling {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.p-6 p{ 
  color: #fff;
}
.lcol,
.rcol {
  float: left;
  width: 50%;
}
.lcol a,
.rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #e34a29;
}
.lcol {
  background-color: #37f886;
}
.rcol {
  background-color: #009999;
}
.media-left img {
  width: 90px;
}
.align-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  max-width: 1320px;
  margin: 0 auto;
  align-items: flex-start;
}

.align-left {
  flex: 0 0 30%;
  max-width: 30%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2rem;
  flex: 0 0 66%;
  max-width: 68%;
}

.card {
  background: #22252d;
  border-radius: 12px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .align-section {
    flex-direction: column;
    gap: 1.6rem;
  }
  .align-left,
  .card-grid {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem 0;
  }
}

/* Ensure all cards share same height and width */
.col-md-4.text-left > .media {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #22252d;
  border-radius: 12px;
  padding: 1.5rem 1rem;
  color: #fff;
  box-shadow: 0 8px 22px #bf9b3040;
  min-height: 260px; /* Adjust height as needed */
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1.5rem; /* spacing between cards */
}

/* Optional: To make image and text align nicely */
.media-left img {
  max-width: 48px;
  height: auto;
  margin-bottom: 0.8rem;
}


.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}

.howto_play .col-md-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.text-left {
  text-align: left;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .howto_play .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .howto_play .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .media-left img {
    width: 80px;
  }
  .media-body h4 {
    font-size: 1.1rem;
  }
  .media-body p {
    font-size: 0.9rem;
  }
}

.row-vm {
  align-items: center;
  display: flex;
}
.font5 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffc703;
  text-shadow: 2px 2px 2px #fff;
  line-height: 50px;
}
.font-pd .font3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.howto_play .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  background: #2c2c2c;
  padding: 20px;
}

button {
  background-color: #139b22;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 14.5px;
  text-align: center;
  border-right: 2px solid #ffffff;
}
td {
  color: #f0f8ff !important;
  align-content: center;
}
td,
th {
  text-align: center;
  border: 1px solid #ddd;
  color: #fff !important;
}
table,
th,
td {
  border: 2px solid white;
}
table th {
  font-size: 20px;
  letter-spacing: 3px;
  background-image: linear-gradient(#0cff00c2, #0000009e) !important;
  color: #fff;
  font-family: philosopher, sans-serif !important;
  font-weight: 700;
}

td,
th {
  text-align: center;
  border: 1px solid #ddd;
  color: #fff !important;
}
.col-md-2 {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}
.model-btm {
  margin-bottom: 20px;
}
.profileGal {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.parties-escorts {
  background: #fff;
  border: 4px double #e67e22;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  padding: 15px;
}
.parties-escorts:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.parties-escorts img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.3s;
}
.parties-escorts:hover img {
  transform: scale(1.05);
}
.catergorie-col {
  padding: 12px 0;
  text-align: left;
}
.coltext4 p a {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
  transition: 0.3s;
}
.coltext4 p a:hover {
  color: #e67e22;
}
.catergorie-col p {
  font-size: 14px;
  color: #555;
  margin: 6px 0;
  line-height: 1.5;
}
.col-md-3 {
  flex: 1 1 calc(25% - 20px);
}
@media (max-width: 991px) {
  .col-md-3 {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .col-md-3 {
    flex: 1 1 100%;
  }
}
.card-actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
  width: 100%;
}
.card-actions a {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.btn-whatsapp {
  background: #25d366;
}
.btn-whatsapp:hover {
  background: #1ebe57;
  transform: scale(1.03);
}
.btn-call {
  background: #dc3545;
}
.btn-call:hover {
  background: #0056b3;
  transform: scale(1.03);
}

/* footer  */
.footer {
  background: #000;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 40px 20px 10px 20px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-brand {
  flex: 1 1 200px;
  min-width: 200px;
}

.logo {
  width: 180px;
  margin-bottom: 14px;
}

.secure-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.ssl-icon {
  width: 60px;
  height: auto;
}

.footer-columns {
  display: flex;
  gap: 36px;
  flex: 3 1 490px;
  min-width: 390px;
}

.footer-col h3 {
  color: #ffd700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  border-bottom: 2px solid #ffd700;
  display: inline-block;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #ffd700;
}

.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons img {
  background: #444;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  transition: background 0.2s;
}

.social-icons img:hover {
  background: #ffd700;
}

.footer-side {
  min-width: 190px;
}

.payment-icons {
  display: flex;
  gap: 18px;
  margin-top: 8px;
}

.payment-icons img {
  width: 52px;
  height: auto;
}

.footer-middle {
  margin: 28px 0 14px 0;
}

.footer-middle h3 {
  color: #ffd700;
  margin-bottom: 10px;
  border-bottom: 2px solid #ffd700;
  display: inline-block;
  font-size: 1.05rem;
}

.responsible-icons {
  display: flex;
  gap: 26px;
}

.responsible-icons img {
  width: 44px;
  height: 44px;
}

.footer-bottom {
  margin-top: 18px;
  font-size: 0.96rem;
  color: #ccc;
}

.footer-bottom strong {
  color: #fff;
}

/* Responsive */

@media (max-width: 900px) {
  .footer-top {
    flex-direction: column;
    gap: 28px;
  }
  .footer-columns {
    flex-direction: column;
    gap: 20px;
    min-width: 0;
  }
  .footer-side {
    margin-top: 22px;
  }
}

/* header */



.da-header {
      background: #000;
      border-bottom: 4px solid #bf9b30;
    }
    .nav-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 14px;
      position: relative;
    }
    .brand img {
      height: 36px;
    }
    .nav-toggle {
      display: none;
    }
    .nav-toggle-label {
      display: none;
      font-size: 2.1rem;
      color: #ffd700;
      cursor: pointer;
      z-index: 1010;
    }
    .nav-menu {
      display: flex;
      gap: 18px;
      list-style: none;
      margin: 0;
      padding: 0;
      align-items: center;
    }
    .nav-menu li {
      position: relative;
    }
    .nav-menu a {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      padding: 8px 14px;
      font-size: 1rem;
      transition: color 0.18s;
      display: block;
    }
    .nav-menu a:hover {
      color: #ffd700;
    }
    .nav-active a {
      color: #ffd700;
      border-bottom: 3px solid #ffd700;
      padding-bottom: 2px;
    }
    .nav-dropdown .dropdown-arrow {
      font-size: 0.9em;
      margin-left: 4px;
      color: #ffd700;
    }
    .dropdown-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 110%;
      background: #181818;
      border-radius: 8px;
      min-width: 150px;
      box-shadow: 0 4px 18px #bf9b3028;
      z-index: 12;
    }
    .nav-dropdown:hover .dropdown-menu,
    .nav-dropdown:focus-within .dropdown-menu {
      display: block;
    }
    .dropdown-menu li a {
      padding: 10px 14px;
      color: #fff;
    }
    .dropdown-menu li a:hover {
      background: #bf9b30;
      color: #181818;
    }

    /* Responsive Hamburger below 750px */
    @media (max-width: 749px) {
      .nav-toggle-label {
        display: block;
        position: absolute;
        right: 12px;
        top: 15px;
      }
      .nav-toggle {
        display: block;
      }
      .nav-menu {
        flex-direction: column;
        gap: 0;
        background: #000;
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        width: 100vw;
        border-bottom: 4px solid #bf9b30;
        display: none;
        z-index: 999;
      }
      .nav-menu li {
        width: 100%;
        text-align: left;
      }
      .nav-menu a {
        font-size: 1.05rem;
        padding: 15px 18px;
        border-bottom: 1px solid #222;
      }
      .nav-toggle:checked ~ .nav-menu {
        display: flex;
      }
      .nav-dropdown .dropdown-menu {
        position: static;
        border-radius: 0;
        min-width: 100%;
        box-shadow: none;
      }
    }

    /* Login page CSS */
    body {
      background: #02142f;
      min-height: 100vh;
      margin: 0;
      font-family: 'Montserrat', Arial, sans-serif;
      display: flex;
      flex-direction: column;
    }
    main {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .login-container {
      background: #181818;
      border: 2px solid #bf9b30;
      border-radius: 14px;
      padding: 40px 32px 28px 32px;
      box-shadow: 0 8px 34px #bf9b3040;
      width: 330px;
      max-width: 94vw;
      text-align: center;
      margin: 0 auto;
    }
    .login-container h2 {
      color: #ffd700;
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 22px;
      font-family: 'Montserrat', Arial, sans-serif;
    }
    .login-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .login-input {
      padding: 13px 14px;
      border: 1.5px solid #212529;
      border-radius: 7px;
      font-size: 1.1rem;
      background: #262a47;
      color: #fff;
      font-weight: 600;
      outline: none;
      transition: border-color 0.22s;
    }
    .login-input:focus {
      border-color: #ffd700;
      background: #181818;
    }
    .login-btn {
      padding: 11px 24px;
      background: linear-gradient(90deg, #bf9b30 0%, #805c00 100%);
      color: #02142f;
      font-weight: 800;
      border-radius: 8px;
      font-size: 1.08rem;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 14px #bf9b3070;
      transition: background 0.18s;
    }
    .login-btn:hover {
      background: linear-gradient(90deg, #ffd700 0%, #393800 100%);
      color: #181818;
    }
    .login-footer {
      margin-top: 21px;
      color: #aaa;
      font-size: 1.01rem;
    }
    .login-footer a {
      color: #ffd700;
      text-decoration: none;
      font-weight: 700;
      margin-left: 4px;
    }

    .nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nav-toggle-label {
  cursor: pointer;
  /* existing styles */
}

/* extra */
.brand {
  display: flex;
  align-items: center; /* vertically center logo and text */
}

.brand img {
  height: 44px;
  width: auto;
  object-fit: contain;
  vertical-align: middle; /* helps align inside inline blocks */
  margin-right: 12px; /* add some spacing between logo and text */
}

/* For smaller screens to shrink the logo smoothly */
@media (max-width: 500px) {
  .brand img {
    height: 38px;
  }
}




.nav-bar, .brand {
  align-items: center;
  display: flex;
}




/* score section */

.match-section {
  background: #181818;
  border: 4px solid #bf9b30;
  border-radius: 6px;
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 0 32px 0;
  font-family: 'Montserrat', 'Playfair Display', Arial, sans-serif;
}

.match-tabs {
  display: flex;
  justify-content: center;
  background: #000;
  border-bottom: 2px solid #bf9b30;
}

.tab {
  flex: 1;
  padding: 16px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s;
  border: none;
}

.tab.active {
  color: #bf9b30;
}

.match-list {
  padding: 28px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.match-card {
  background: #eaeaea;
  border-radius: 10px;
  box-shadow: 0 2px 8px #bf9b3080;
  padding: 30px 0 16px 0;
  margin: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score-box {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-bottom: 10px;
}

.team {
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #222;
  font-weight: 500;
  display: block;
  text-align: left;
}

.score {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  text-align: left;
}

.match-info {
  text-align: center;
  color: #181818;
  margin-bottom: 18px;
}

.match-title {
  font-size: 1.04rem;
  margin-bottom: 6px;
}

.btn-details, .btn-embed {
  background: #283845;
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 7px;
  border: none;
  margin: 6px 5px 0 5px;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 1rem;
  transition: background 0.2s;
}

.btn-details:hover {
  background: #bf9b30;
  color: #181818;
}

.btn-row {
  display: flex;
  gap: 8px;
}

.btn-embed {
  background: #AD2626;
  color: #fff;
  font-weight: 600;
}

.btn-embed:hover {
  background: #790505;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .match-section {
    padding: 0 0 14px 0;
    max-width: 99vw;
    border-width: 3px;
  }

  .match-card {
    margin: 0 8px;
    padding: 16px 0 10px 0;
  }
  .score-box {
    width: 92%;
  }
  .match-list {
    gap: 18px;
    padding: 18px 0 0 0;
  }
}


.match-section {
  background: #181818;
  border: 4px solid #bf9b30;
  border-radius: 6px;
  max-width: 1400px;
  margin: 40px auto;
  padding-bottom: 64px; /* Space for sticky footer */
  position: relative;
}

.match-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  border-top: 2px solid #bf9b30;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0;
  z-index: 2;
  border-radius: 0 0 6px 6px;
}

.btn-details, .btn-embed {
  background: #283845;
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 7px;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 1rem;
  transition: background 0.2s;
}

.btn-details:hover {
  background: #bf9b30;
  color: #181818;
}

.btn-embed {
  background: #AD2626;
}

.btn-embed:hover {
  background: #790505;
  color: #fff;
}

/* header and footer border */
.da-header {
  border-bottom: 10px solid #bf9b30; /* gold line */
  /* Or for subtler shadow line */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}



footer {
  border-top: 10px solid #bf9b30; /* gold line */
  /* Or for soft raised effect */
   box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); 
}


/* scrollable */
.match-list {
  max-height: 400px; /* Adjust height as needed */
  overflow-y: auto;
  padding-right: 10px; /* To avoid content cutoff behind scrollbar */
}

.match-list::-webkit-scrollbar {
  width: 8px;
}

.match-list::-webkit-scrollbar-thumb {
  background-color: #bf9b30;
  border-radius: 10px;
}

.match-list::-webkit-scrollbar-track {
  background: #181818;
}

.match-list {
  max-height: 400px; /* Set desired height */
  overflow-y: auto;
  padding-right: 10px; /* To prevent cutoff due to scrollbar */
}

/* how online cricket id works */
.id-steps-section {
  background: #02142f;
  padding: 60px 0 48px 0;
  text-align: center;
}
.steps-title {
  color: #bf9b30;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 35px;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 1px;
}
.steps-title.main-title {
  font-size: 2.5rem;
  margin-top: 30px;
  margin-bottom: 18px;
}
.steps-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.step-card {
  background: #fff;
  min-width: 220px;
  max-width: 260px;
  box-shadow: 0 4px 16px #bf9b3020;
  border-radius: 18px;
  padding: 24px 16px 20px 16px;
  position: relative;
  font-family: 'Montserrat', Arial, sans-serif;
  flex: 1 1 220px;
}
.step-card:not(:last-child) {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}
.step-badge {
  background: #bf9b30;
  color: #02142f;
  font-weight: 800;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  border-radius: 8px;
  padding: 7px 18px;
  display: inline-block;
  margin-bottom: 17px;
}
.step-desc {
  color: #212529;
  font-size: 1.15rem;
  font-weight: 500;
  text-align: left;
}
.steps-desc {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .steps-row {
    gap: 22px;
    flex-wrap: wrap;
  }
  .steps-title,
  .steps-title.main-title {
    font-size: 2rem;
  }
}

@media (max-width: 800px) {
  .steps-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .step-card {
    min-width: 90vw;
    max-width: 95vw;
    margin: 0 auto;
  }
}







/* faq */

.faq-section {
  max-width: 900px;
  margin: 60px auto 40px auto;
  padding: 36px 18px;
  background: #02142f;
  border-radius: 14px;
  box-shadow: 0 8px 32px #bf9b3040;
  font-family: 'Montserrat', Arial, sans-serif;
}

.faq-title {
  color: #bf9b30;
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 34px;
  text-align: center;
  letter-spacing: 1px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  border-radius: 8px;
  background: #041a60;
  box-shadow: 0 2px 8px #0003;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.faq-item.open {
  box-shadow: 0 4px 18px #bf9b3035;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  padding: 20px 24px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  border-bottom: 2px solid #bf9b30;
  transition: background 0.2s, color 0.2s;
  user-select: none;
}

.faq-question:hover,
.faq-item.open .faq-question {
  background: #bf9b30;
  color: #02142f;
}

.faq-icon {
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 24px 20px 24px;
  color: #cccbd0;
  font-size: 1.07rem;
  line-height: 1.7;
  background: #03092e;
  display: none;
  border-top: 1px solid #bf9b30;
}

.faq-item.open .faq-answer {
  display: block;
}

@media (max-width: 700px) {
  .faq-section {
    padding: 22px 6px;
  }
  .faq-title {
    font-size: 1.35rem;
  }
  .faq-answer,
  .faq-question {
    padding: 14px 10px;
    font-size: 1rem;
  }
}

/* types of betting */

.betting-types-section {
  background: #02142f;
  color: #fff;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 15px #bf9b3070;
}
.section-title {
  font-size: 2.3rem;
  color: #bf9b30;
  margin-bottom: 32px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.betting-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 24px;
}
.betting-card {
  background: #142d6f;
  border-radius: 12px;
  padding: 28px 15px 28px 15px;
  box-shadow: 0 3px 10px #0008;
  transition: transform 0.25s ease;
  cursor: default;
}

.betting-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px #bf9b3080;
}

.card-icon {
  font-size: 40px;
  margin-bottom: 14px;
  color: #bf9b30;
}

.betting-card h3 {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: #fff;
}

.betting-card p {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #ddd;
}

@media (max-width: 600px) {
  .betting-types-section {
    padding: 30px 10px;
  }
  .section-title {
    font-size: 1.8rem;
  }
}


/* floating button */
.floating-btn-group {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10000;
}

.floating-btn {
  background: linear-gradient(90deg, #bf9b30 0%, #805c00 100%);
  color: #02142f;
  padding: 12px 22px;
  font-weight: bold;
  font-family: 'Montserrat', Arial, sans-serif;
  border-radius: 28px;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(191,155,48,0.7);
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s;
  border: none;
  outline: none;
  text-align: center;
}

.floating-btn:hover,
.floating-btn:focus {
  background: linear-gradient(90deg, #ffd700 0%, #bf9b30 100%);
  color: #02142f;
  box-shadow: 0 8px 24px rgba(255,215,0,0.18);
}

.call-btn {
  background: linear-gradient(90deg, #3ba745 0%, #0b6623 100%);
  color: #fff;
}
.call-btn:hover,
.call-btn:focus {
  background: linear-gradient(90deg, #08ff70 0%, #3ba745 100%);
  color: #124419;
}

@media (max-width: 500px) {
  .floating-btn-group {
    right: 10px;
    bottom: 10px;
    gap: 10px;
  }
  .floating-btn {
    padding: 10px 10px;
    font-size: 1rem;
    width: 120px;
  }
}

/* 4 images at the end   */
.step-box {
  height: 350px !important;  /* taller cards */
}

.col-md-3 {
  width: 33.33% !important; /* bigger width */
}

/* For tablets and smaller screens */
@media (max-width: 991px) {
  .col-md-3 {
    width: 50%;
  }
}


.step-box {
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  height: 350px; /* increased from 250px */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  width: 100%; /* make sure it fills the column width */
  /* height: 00px; */
}

.step-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* our exchanges */
.exchanges-section {
  background: #000;
  padding: 28px 0 28px 0;
  text-align: center;
  width: 100%;
}
.ex-title {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: 1px;
}
.ex-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
}
.ex-card {
  background: #02142f;
  border: 3px solid #fff;
  border-radius: 22px;
  color: #fff;
  padding: 18px 18px 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0; /* for overflow fix */
  box-sizing: border-box;
  transition: box-shadow 0.22s;
}
.ex-card:hover {
  box-shadow: 0 8px 40px #ffd70050;
}
.ex-logo {
  width: 130px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 18px;
}
.ex-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.ex-detail p {
  margin-bottom: 4px;
  font-size: 1.08rem;
  color:#fff
}
.ex-id {
  background: #3b3bff;
  color: #fff;
  border-radius: 4px;
  padding: 1px 8px;
  font-weight: 700;
  margin: 0 3px 0 1px;
  font-size: 1em;
}
@media (max-width: 1200px) {
  .ex-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .ex-grid { grid-template-columns: repeat(2, 1fr); }
  .ex-title { font-size: 2rem; }
}
@media (max-width: 600px) {
  .ex-grid { grid-template-columns: 1fr; }
  .ex-card { margin-bottom: 10px; }
  .ex-logo { width: 72px; height: 32px; }
  .ex-title { font-size: 1.5rem; }
}

