﻿/* =============================================================
   hugo-custom.css — Hugo structural overrides for Paheli theme
   Spacing / sizing / font values sourced from Paheli's
   existing style.css and responsive.css only.
   ============================================================= */

/* ---------------------------------------------------------------
   1. GLOBAL DARK-BLUE BACKGROUND
   Dark navy matching Paheli's footer (#1B2336).
   --------------------------------------------------------------- */
body {
  background-color: #1B2336;
  color: #d1d3d7;
}

.navbar-area,
.navbar-area.style-2_2c83771304084d42 {
  background-color: #1B2336;
}
.navbar-area.is-sticky,
.navbar-area.style-2_2c83771304084d42.is-sticky {
  background-color: #1B2336;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.page-title-area_d325c46ae0db13b8 {
  background-color: #141c2b;
}

.services-details-area_ba02a41d813da86f {
  background-color: #1B2336;
}

.modal-content_c990f7c09ef6d942 {
  background-color: #242C3E;
  color: #d1d3d7;
}
.modal-content_c990f7c09ef6d942 .modal-body .form-group .form-control_5ba95c5cba75fa84 {
  background-color: #2e3748;
  color: #d1d3d7;
  border-color: #3a4560;
}
.modal-content_c990f7c09ef6d942 .modal-body .form-group .form-control_5ba95c5cba75fa84::placeholder {
  color: #8892a4;
}
.modal-content_c990f7c09ef6d942 .modal-body .form-group button {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/* ---------------------------------------------------------------
   2. CONTENT VISIBILITY ON DARK BACKGROUND
   --------------------------------------------------------------- */
.hp-content_75c654a316ffaa83 {
  color: #d1d3d7;
}

.hp-content_75c654a316ffaa83 h1,
.hp-content_75c654a316ffaa83 h2,
.hp-content_75c654a316ffaa83 h3,
.hp-content_75c654a316ffaa83 h4,
.hp-content_75c654a316ffaa83 h5,
.hp-content_75c654a316ffaa83 h6 {
  color: #ffffff;
}

.hp-content_75c654a316ffaa83 p {
  color: #d1d3d7;
}

.hp-content_75c654a316ffaa83 a {
  color: var(--secondaryColor);
}

.hp-content_75c654a316ffaa83 a:hover {
  color: var(--primaryColor);
}

.hp-content_75c654a316ffaa83 strong,
.hp-content_75c654a316ffaa83 b {
  color: #ffffff;
  font-weight: 600;
}

.hp-content_75c654a316ffaa83 ul,
.hp-content_75c654a316ffaa83 ol {
  color: #d1d3d7;
}

.hp-content_75c654a316ffaa83 li {
  color: #d1d3d7;
}

.hp-content_75c654a316ffaa83 blockquote {
  border-left: 3px solid var(--primaryColor);
  padding-left: 1rem;
  color: #aab2c0;
}

.hp-content_75c654a316ffaa83 img {
  max-width: 100%;
  height: auto;
}

.hp-content_75c654a316ffaa83 .hp-content-img_5d17c7599a46a06b {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.page-title-content_03dd493bcdb0887d h1 {
  color: #ffffff;
}

.page-title-content_03dd493bcdb0887d ul li {
  color: var(--secondaryColor);
}

.page-title-content_03dd493bcdb0887d ul li a {
  color: #d1d3d7;
}

.page-title-content_03dd493bcdb0887d ul li a:hover {
  color: var(--secondaryColor);
}

.page-title-content_03dd493bcdb0887d ul li::before {
  color: #d1d3d7;
}

/* ---------------------------------------------------------------
   3. TABLE STYLING — dark theme with purple gradient header
   --------------------------------------------------------------- */
.hp-table-scroll_57f98fc202478824 {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #2e3a52;
}

.hp-table-inner_418fb6a9c243f87a {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hp-table-inner_418fb6a9c243f87a table,
.hp-content_75c654a316ffaa83 table {
  min-width: 540px;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #d1d3d7;
  background-color: #242C3E;
}

.hp-content_75c654a316ffaa83 table thead,
.hp-table-inner_418fb6a9c243f87a table thead {
  background: linear-gradient(96deg, #6600FC 0%, #796eff 100%);
}

.hp-content_75c654a316ffaa83 table thead th,
.hp-table-inner_418fb6a9c243f87a table thead th {
  color: #ffffff;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  white-space: nowrap;
  border: none;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hp-content_75c654a316ffaa83 table tbody tr,
.hp-table-inner_418fb6a9c243f87a table tbody tr {
  border-bottom: 1px solid #2e3a52;
  transition: background-color 0.15s ease;
}

.hp-content_75c654a316ffaa83 table tbody tr:last-child,
.hp-table-inner_418fb6a9c243f87a table tbody tr:last-child {
  border-bottom: none;
}

.hp-content_75c654a316ffaa83 table tbody tr:hover,
.hp-table-inner_418fb6a9c243f87a table tbody tr:hover {
  background-color: #2a3450;
}

.hp-content_75c654a316ffaa83 table tbody td,
.hp-table-inner_418fb6a9c243f87a table tbody td {
  padding: 12px 16px;
  color: #d1d3d7;
  border: none;
  vertical-align: middle;
}

.hp-content_75c654a316ffaa83 table tbody td strong,
.hp-table-inner_418fb6a9c243f87a table tbody td strong {
  color: #ffffff;
  font-weight: 600;
}

/* ---------------------------------------------------------------
   4. MOBILE NAV — dark theme + always-visible play button
   --------------------------------------------------------------- */

/* Mobile bar background matches body */
.mobile-responsive-nav_3c11e203381ec189 {
  background-color: #1B2336;
}

/* Container needs relative positioning to anchor the absolute CTA */
.hp-mobile-nav-container_bf28eccc27c9769e {
  position: relative;
}

/* Play button: always visible, sits between logo and hamburger.
   meanmenu-reveal is 35px wide at right:0. We sit at right:45px. */
.hp-mobile-cta_84dd67d6069981cf {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.hp-mobile-cta_84dd67d6069981cf .default-btn_3c13402f7869aec3 {
  font-size: 12px;
  padding: 10px 25px;
  white-space: nowrap;
  /* shrink the icon circle that desktop style adds */
  line-height: 1.4;
  right: 12px;
}

.hp-mobile-cta_84dd67d6069981cf .default-btn_3c13402f7869aec3 i {
  display: none; /* hide icon on tiny screens to save space */
}

/* Meanmenu dropdown — dark themed */
.mobile-responsive-nav_3c11e203381ec189 .mobile-responsive-menu.mean-container .mean-nav {
  background-color: #1B2336;
  margin-top: 52px;
}

.mobile-responsive-nav_3c11e203381ec189 .mobile-responsive-menu.mean-container .mean-nav ul {
  background-color: #1B2336;
  border: none !important;
}

.mobile-responsive-nav_3c11e203381ec189 .mobile-responsive-menu.mean-container .mean-nav ul li a {
  color: #d1d3d7 !important;
  border-top-color: #2e3a52;
}

.mobile-responsive-nav_3c11e203381ec189 .mobile-responsive-menu.mean-container .mean-nav ul li a:hover {
  color: #ffffff !important;
  background-color: rgba(102, 0, 252, 0.15);
}

.mobile-responsive-nav_3c11e203381ec189 .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
  color: #ffffff !important;
  font-weight: 600;
}

/* Hamburger lines visible on dark bg */
.mobile-responsive-nav_3c11e203381ec189 .mobile-responsive-menu.mean-container a.meanmenu-reveal {
  color: var(--secondaryColor);
}

.mobile-responsive-nav_3c11e203381ec189 .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
  background-color: var(--secondaryColor);
}

/* Tablet dot-menu popup — dark themed */
.others-option-for-responsive .others-options {
  background-color: #1B2336;
  border: 1px solid #2e3a52;
  border-radius: 6px;
  padding: 12px;
}

.others-option-for-responsive .dot-menu .inner_baefa4e3e9c67e39 .circle_05e7c75cd4821e39 {
  background-color: var(--secondaryColor);
}

/* ---------------------------------------------------------------
   FOOTER LAYOUT FIX
   Paheli's style.css applies margin-left: 148px / 110px to
   nth-child(2/3) .single-footer-info_641c06c67acec66d. The inner sub-cols are
   children of .col-lg-8_97052158687bb34b > .row_a51ef7af5cc54499, so we scope the reset tightly.
   --------------------------------------------------------------- */
.footer-area_b494b6050e8e5278 .col-lg-8_97052158687bb34b .col-lg-4_02a05b9dbbf38fec:nth-child(2) .single-footer-info_641c06c67acec66d,
.footer-area_b494b6050e8e5278 .col-lg-8_97052158687bb34b .col-lg-4_02a05b9dbbf38fec:nth-child(3) .single-footer-info_641c06c67acec66d {
  margin-left: 0;
  float: none;
}

/* ---------------------------------------------------------------
   5. CONTENT BODY PLAY BUTTON (#PlayButton shortcode)
   --------------------------------------------------------------- */
.hp-content_75c654a316ffaa83 #PlayButton,
.hp-content_75c654a316ffaa83 a.default-btn_3c13402f7869aec3,
.hp-content_75c654a316ffaa83 a.theme-btn_1f0be55049700a11 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(96deg, #6600FC 0%, #FA3988 51.56%, #FF8408 100%);
  color: #ffffff !important;
  padding: 14px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: opacity 0.2s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.hp-content_75c654a316ffaa83 #PlayButton:hover,
.hp-content_75c654a316ffaa83 a.default-btn_3c13402f7869aec3:hover,
.hp-content_75c654a316ffaa83 a.theme-btn_1f0be55049700a11:hover {
  opacity: 0.9;
  color: #ffffff !important;
}

.hp-content_75c654a316ffaa83 #PlayButton i,
.hp-content_75c654a316ffaa83 a.default-btn_3c13402f7869aec3 i,
.hp-content_75c654a316ffaa83 a.theme-btn_1f0be55049700a11 i {
  font-size: 16px;
  line-height: 1;
}

/* ---------------------------------------------------------------
   6. BREADCRUMB SECTION — SMALLER
   Reduce from 105px top/bottom to compact sizes.
   h1 from 40px to 26px.
   --------------------------------------------------------------- */
.page-title-area_d325c46ae0db13b8 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-title-content_03dd493bcdb0887d h1 {
  font-size: 36px;
  margin-bottom: 8px;
}

.page-title-content_03dd493bcdb0887d ul li {
  font-size: 13px;
}

/* ---------------------------------------------------------------
   7. RESPONSIVE IFRAMES — used by {{< demo >}} shortcode
   --------------------------------------------------------------- */
.demo-iframe-container_7841556d3b1f9d03 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.demo-iframe-container_7841556d3b1f9d03 iframe,
.hp-demo-iframe_f16d7a37e77f3866 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

/* ---------------------------------------------------------------
   8. CASINO LOGOS — footer copyright strip
   --------------------------------------------------------------- */
.hp-casino-logos_8f849c86886c9c50 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.hp-casino-logos_8f849c86886c9c50 li {
  display: inline-flex;
  align-items: center;
}

.hp-casino-logos_8f849c86886c9c50 img {
  height: 28px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(1);
  transition: opacity 0.2s ease;
}

.hp-casino-logos_8f849c86886c9c50 img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.copyright-area_429684b9545b5473 .lower-wrap_ff4d39a743132426 .copyright-content_bd5e6e6ad60d26bd p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hp-casino-logos_8f849c86886c9c50 {
    justify-content: center;
    margin-top: 12px;
  }

  .copyright-area_429684b9545b5473 .lower-wrap_ff4d39a743132426 .copyright-content_bd5e6e6ad60d26bd {
    text-align: center;
  }
}

/* ---------------------------------------------------------------
   FOOTER LINKS ROW — single horizontal row at the top of col-2
   --------------------------------------------------------------- */
.hp-footer-links-row_05142495e8335b78 {
  margin-bottom: 1.25rem;
}

.hp-footer-links-row_05142495e8335b78 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------
   FOOTER DISCLAIMERS — stacked one above the other
   --------------------------------------------------------------- */
.hp-footer-disclaimers_e0f535dd995236db {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hp-footer-disclaimer-item_8503133de8cb6161 {
  margin-left: 0 !important;
  float: none !important;
}

/* ---------------------------------------------------------------
   DISCLAIMER & CASINO LOGOS — centered on mobile and tablet
   --------------------------------------------------------------- */
@media (max-width: 991px) {
  .copyright-content_bd5e6e6ad60d26bd {
    text-align: center;
  }

  .hp-footer-links-row_05142495e8335b78 ul {
    justify-content: center;
  }

  .hp-footer-logos-wrap_db7c47eea04aa64a {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }

  .hp-casino-logos_8f849c86886c9c50 {
    justify-content: center;
  }

  .copyright-area_429684b9545b5473 .lower-wrap_ff4d39a743132426 .copyright-content_bd5e6e6ad60d26bd {
    text-align: center;
  }
}

/* ---------------------------------------------------------------
   CONTACT CARDS — equal height regardless of content
   --------------------------------------------------------------- */
.contact-area_bca2239730e14861 .row_a51ef7af5cc54499.justify-content-center_a17dc4c01c3aee6c {
  display: flex;
  flex-wrap: wrap;
}

.contact-area_bca2239730e14861 .row_a51ef7af5cc54499.justify-content-center_a17dc4c01c3aee6c > [class*="col-"] {
  display: flex;
}

.contact-area_bca2239730e14861 .single-contact-card_4fc5c5e2f0a88d44 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact-area_bca2239730e14861 .single-contact-card_4fc5c5e2f0a88d44 p,
.contact-area_bca2239730e14861 .single-contact-card_4fc5c5e2f0a88d44 ul {
  flex: 1;
}

/* ---------------------------------------------------------------
   9. FAQ — dark themed
   --------------------------------------------------------------- */
.hp-faq-section_8db22e90dc9e88bb {
  margin-top: 2rem;
}

.hp-faq-title_04b8cdf6b8801a29 h2 {
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.hp-faq-item_717175f63ea38fe3 {
  border-bottom: 1px solid #2e3a52;
  padding: 1rem 0;
}

.hp-faq-item-first_e317017dcf5e523a {
  border-top: 1px solid #2e3a52;
}

.hp-faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  user-select: none;
  color: #ffffff;
}

.hp-faq-question-text_8396f9369a855d63 {
  flex: 1;
  padding-right: 1rem;
}

.hp-faq-icon_63e6bddabf89a9a4 {
  flex-shrink: 0;
  line-height: 1;
  color: var(--secondaryColor);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.hp-faq-answer {
  padding-bottom: 0.75rem;
  color: #d1d3d7;
}

.hp-faq-answer-inner_eee3feac05a9c007 p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------
   10. TOC — dark themed
   --------------------------------------------------------------- */
.toc-container {
  border: 1px solid #2e3a52;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #242C3E;
}

.toc-title_8f0cf94d7f82861e {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.toc-header-content_fd4fe26de469d07e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.toc-header-content_fd4fe26de469d07e p {
  margin-bottom: 0;
  color: #ffffff;
}

.toc-toggle-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: var(--secondaryColor);
}

.toc-toggle-icon svg {
  width: 20px;
  height: 20px;
}

.toc-content {
  padding-top: 0.75rem;
}

.toc-content ul {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.toc-content li {
  margin-bottom: 0.25rem;
  color: #d1d3d7;
}

.toc-content a {
  color: #d1d3d7;
}

.toc-content a:hover {
  color: var(--secondaryColor);
}

/* ---------------------------------------------------------------
   11. CONTACT PAGE — dark themed
   --------------------------------------------------------------- */
.contact-area_bca2239730e14861.pages-style_1e02e83944b1f2af {
  background-color: #1B2336;
}

.single-contact-card_4fc5c5e2f0a88d44 {
  background-color: #242C3E;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}

.single-contact-card_4fc5c5e2f0a88d44 h3 {
  color: #ffffff;
}

.single-contact-card_4fc5c5e2f0a88d44 p,
.single-contact-card_4fc5c5e2f0a88d44 ul li,
.single-contact-card_4fc5c5e2f0a88d44 a {
  color: #d1d3d7;
}

.single-contact-card_4fc5c5e2f0a88d44 .icon_c0c7ba37a9c7c859 i {
  color: var(--primaryColor);
  font-size: 2rem;
}

.contact-form-area_61470294e5d4f923 {
  background-color: #1B2336;
}

.section-title_b03ee0628bbe200e h2 {
  color: #ffffff;
}

.contact-form-info_f9ba4aa31e29e10f .form-group .form-control_5ba95c5cba75fa84,
.contact-form-info_f9ba4aa31e29e10f .form-control_5ba95c5cba75fa84 {
  background-color: #242C3E;
  color: #d1d3d7;
  border-color: #3a4560;
}

.contact-form-info_f9ba4aa31e29e10f .form-group .form-control_5ba95c5cba75fa84::placeholder,
.contact-form-info_f9ba4aa31e29e10f .form-control_5ba95c5cba75fa84::placeholder {
  color: #8892a4;
}

.contact-form-info_f9ba4aa31e29e10f button[type="submit"] {
  background: linear-gradient(96deg, #6600FC 0%, #FA3988 51.56%, #FF8408 100%);
  color: var(--whiteColor);
  border: none;
  padding: 14px 40px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-top: 0.5rem;
  display: block;
}

.contact-form-info_f9ba4aa31e29e10f button[type="submit"]:hover {
  opacity: 0.9;
}

/* ---------------------------------------------------------------
   12. 404 ERROR PAGE — dark themed
   --------------------------------------------------------------- */
.error-area_f5bd5a13b0381292 {
  background-color: #1B2336;
}

.error-content_328259b632e8f1f5 h1 {
  color: #ffffff;
}

.error-content_328259b632e8f1f5 h1 span {
  color: var(--primaryColor);
}

.error-content_328259b632e8f1f5 h3 {
  color: #d1d3d7;
}

.error-content_328259b632e8f1f5 p {
  color: #8892a4;
}

/* ---------------------------------------------------------------
   13. GO-TO-TOP BUTTON
   --------------------------------------------------------------- */
.go-top {
  background-color: var(--primaryColor);
  color: #ffffff;
}

/* ---------------------------------------------------------------
   14. RESPONSIVE
   --------------------------------------------------------------- */
@media (max-width: 767px) {
  .page-title-content_03dd493bcdb0887d h1 {
    font-size: 32px;
  }

  .page-title-area_d325c46ae0db13b8 {
    padding-bottom: 24px;
  }

  .hp-content_75c654a316ffaa83 #PlayButton,
  .hp-content_75c654a316ffaa83 a.default-btn_3c13402f7869aec3,
  .hp-content_75c654a316ffaa83 a.theme-btn_1f0be55049700a11 {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* -----------------------------------------------------------
   Disable header reappear animation + fix layout offset
   ----------------------------------------------------------- */

/* 1. Kill ALL show/hide animations and transforms */
.navbar-area,
.navbar-area.is-sticky {
  position: sticky;
  top: 0;
  transform: none !important;
  animation: none !important;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

/* 2. Ensure no "hidden" or slide-in states exist */
.navbar-area.hide,
.navbar-area.hidden,
.navbar-area.nav-up_2fff278286775480,
.navbar-area.nav-down_62d5f04456e4e3bf {
  opacity: 1 !important;
  visibility: visible !important;
}
