/* ==========================================================================
   SITI Cable Jind — custom overrides on top of the Broadx theme
   ========================================================================== */

/* ---- Header stacking: keep nav/logo strictly above the hero slider ---- */
header.tp-header-height {
   position: relative;
   z-index: 9999;
}

.tp-header-top-area,
.tp-header-area {
   position: relative;
   z-index: 9999;
}

/* Sticky header should win over everything too */
.header-sticky {
   z-index: 9999 !important;
   width: 100%;
}

/* Body overlay & offcanvas must sit ABOVE the header */
.body-overlay {
   z-index: 10000 !important;
}

.tpoffcanvas {
   z-index: 10001 !important;
}

.search__popup {
   z-index: 10002 !important;
}

/* Slider sits in its own, lower stacking context */
.tp-slider-area {
   position: relative;
   z-index: 1;
   overflow: hidden;
}

/* Header nav bar: solid background & touch-friendly on mobile */
.tp-header-area {
   background-color: #fff;
   touch-action: manipulation;
}

/* ---- Logo ---- */
.tp-header-logo .siti-logo {
   height: 56px;
   width: auto;
}

.header-sticky .tp-header-logo .siti-logo {
   height: 50px;
}

/* Footer / search / offcanvas logos sit on dark backgrounds: give them a clean white plate */
.siti-footer-logo,
.tpoffcanvas__logo img,
.search__logo img {
   background: #ffffff;
   padding: 10px 14px;
   border-radius: 10px;
   height: 64px;
   width: auto;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.search__logo img {
   height: 56px;
}

/* ---- Back to top ---- */
.back-to-top-wrapper {
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
}

.back-to-top-wrapper.back-to-top-btn-show {
   opacity: 1;
   visibility: visible;
}

/* ---- Active nav state ---- */
.tp-main-menu-content > ul > li.active > a {
   color: var(--tp-theme-1);
}

/* ---- Generic page intro spacing ---- */
.siti-section-text p {
   margin-bottom: 18px;
}

.siti-lead {
   font-size: 18px;
   line-height: 1.7;
   color: #5a5a6e;
}

/* ---- Premium plan / info tables ---- */
.siti-table-wrap {
   overflow-x: auto;
   border-radius: 16px;
   box-shadow: 0 20px 60px rgba(6, 7, 40, 0.08);
}

.siti-table {
   width: 100%;
   border-collapse: collapse;
   background: #fff;
   min-width: 560px;
}

.siti-table thead th {
   background: #060728;
   color: #fff;
   font-size: 15px;
   font-weight: 600;
   text-align: left;
   padding: 18px 24px;
   letter-spacing: 0.3px;
}

.siti-table tbody td {
   padding: 16px 24px;
   border-bottom: 1px solid #eef0f4;
   color: #4a4a5c;
   font-size: 15px;
   vertical-align: middle;
}

.siti-table tbody tr:last-child td {
   border-bottom: none;
}

.siti-table tbody tr:nth-child(even) {
   background: #f8f9fb;
}

.siti-table tbody td:first-child {
   font-weight: 600;
   color: #060728;
}

.siti-table .siti-speed {
   color: var(--tp-theme-1);
   font-weight: 600;
}

/* ---- Feature / suitable-for chips ---- */
.siti-chip-list {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   padding: 0;
   margin: 0;
   list-style: none;
}

.siti-chip-list li {
   background: #f3f4f8;
   color: #060728;
   padding: 9px 18px;
   border-radius: 30px;
   font-size: 14px;
   font-weight: 500;
}

/* ---- Bullet check lists ---- */
.siti-check-list {
   list-style: none;
   padding: 0;
   margin: 0;
}

.siti-check-list li {
   position: relative;
   padding-left: 32px;
   margin-bottom: 14px;
   color: #4a4a5c;
   font-size: 16px;
   line-height: 1.6;
}

.siti-check-list li::before {
   content: "\f00c";
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   position: absolute;
   left: 0;
   top: 2px;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
   font-size: 11px;
   border-radius: 50%;
   background: var(--tp-theme-1);
   color: #fff;
}

/* ---- Director cards ---- */
.siti-director-card {
   background: #fff;
   border-radius: 18px;
   padding: 40px 30px;
   text-align: center;
   box-shadow: 0 20px 60px rgba(6, 7, 40, 0.07);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   height: 100%;
}

.siti-director-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 30px 70px rgba(6, 7, 40, 0.12);
}

.siti-director-avatar {
   width: 110px;
   height: 110px;
   margin: 0 auto 24px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 40px;
   font-weight: 700;
   color: #fff;
   background: linear-gradient(135deg, var(--tp-theme-1), #ff7b54);
}

.siti-director-card h4 {
   margin-bottom: 4px;
}

.siti-director-role {
   display: inline-block;
   color: var(--tp-theme-1);
   font-weight: 600;
   margin-bottom: 18px;
}

/* ---- Combo highlight card ---- */
.siti-combo-card {
   background: linear-gradient(135deg, #060728, #1b1d4d);
   color: #fff;
   border-radius: 20px;
   padding: 56px 48px;
   position: relative;
   overflow: hidden;
}

.siti-combo-card h3,
.siti-combo-card h4 {
   color: #fff;
}

.siti-combo-card .siti-check-list li {
   color: rgba(255, 255, 255, 0.85);
}

.siti-combo-badge {
   display: inline-block;
   background: var(--tp-theme-1);
   color: #fff;
   padding: 7px 20px;
   border-radius: 30px;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-bottom: 20px;
}

/* ---- Contact info cards keep theme look, minor polish ---- */
.tp-contact-3-item {
   background: #fff;
   border-radius: 16px;
   padding: 44px 30px;
   box-shadow: 0 20px 60px rgba(6, 7, 40, 0.07);
   height: 100%;
   transition: transform 0.3s ease;
}

.tp-contact-3-item:hover {
   transform: translateY(-6px);
}

/* ---- Section helper ---- */
.siti-bg-grey {
   background: #f5f6f9;
}

@media (max-width: 575px) {
   .siti-combo-card {
      padding: 40px 26px;
   }
}

/* ==========================================================================
   Mobile / Responsive refinements
   ========================================================================== */

/* ---- Hamburger button fix ---- */
.tp-header-bar {
   display: flex;
   align-items: center;
}

.tp-menu-bar {
   padding: 0;
   line-height: 1;
}

/* ---- Ensure mobile menu container is always visible inside offcanvas ---- */
.tpoffcanvas .tp-main-menu-mobile {
   display: block !important;
}

/* ---- Mobile header adjustments ---- */
@media (max-width: 991px) {
   .tp-header-top-left ul li {
      font-size: 13px;
   }

   .tp-header-logo .siti-logo {
      height: 44px;
   }

   .header-sticky .tp-header-logo .siti-logo {
      height: 40px;
   }
}

@media (max-width: 767px) {
   .tp-header-top-area {
      display: none;
   }

   .tp-header-logo .siti-logo {
      height: 40px;
   }

   .tp-header-bar i {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 16px;
      margin-left: 15px;
   }

   .tp-btn-sm {
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      font-size: 13px;
   }

   .breadcrumb__title {
      font-size: 32px !important;
   }

   .breadcrumb__height {
      min-height: 200px;
   }

   .siti-plan-card {
      padding: 24px 18px;
   }
}

@media (max-width: 480px) {
   .tp-header-logo .siti-logo {
      height: 36px;
   }

   .tp-header-bar i {
      margin-left: 10px;
   }

   .tp-btn-sm {
      padding: 0 16px;
      font-size: 12px;
   }

   .breadcrumb__title {
      font-size: 24px !important;
   }
}
