/* ============================================
   GLOBAL RESET & BASE
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  background-color: #f7f7f7;
  color: #333333;
}

html, body {
  height: 100%;
  width: 100%;
}

.container.cust-padding {
    padding: 0 100px 0 100px;
}

.col-sm-6.cust-center {
    text-align: -webkit-center;
}
.banner-section{
    width: 100%;
    position: relative;
}

.banner-section .img-fluid{
    width: 100%;
}

.content-section{
    width: 100%;
    padding: 20px 0 22px 0;
    position: relative;
}
.formsection{
    width: 100%;
    padding: 0 0 50px 0;
    position: relative;
}
.formcont {
    box-shadow: 0 0 10px #d2d2d2;
    width: 100%;
}
.call-to-action{
    position: relative;
    width: 100%;
    padding: 30px 0;
    background-color: #f42434;
    margin-bottom: 10px;
}
.footer-section{
    background-color: #f42434;
    padding: 10px 0;
    position: relative;
    color: #fff;
}
.terms-section{
    position: relative;
    width: 100%;
    padding: 50px 0;
}
p.cust-text {
    margin-bottom: 0px;
    font-size: 20px;
}

.cust-head6 {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 0;
    color: #333333;
}

.cust-head5 {
    font-weight: bold;
    font-size: 30px;
    color: #f42434;
}

.card.shadow.cust-border {
    border: 0;
}

.pad {
    border: 5px solid #000;
}

.card-body {
    padding: .50rem;
}

.pay1{
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 32px;
    color: #f42434;
}

.get-shop{
    font-family: Source Sans Pro;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 25px;
}
.pay2{
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 60px;
    color: #f42434;
}

.container.form-cont {
    padding: 0 100px 0 100px;
}

.form-head{
    background:#f42434;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: Source Sans Pro;
}

h3.secure-txt {
    margin: 18px 0 18px 0;
    font-size: 15px;
    text-align: center;
    color: #a8a8a8;
}

.red{
    color:#f42434;
}

.container-fluid.full-wth {
    padding: 30px 0 30px 0;
    background: #f42434;
    color: #fff;
    text-align: center;
}

.container-fluid.colr {
    padding: 20px;
    background: #f0f0f0;
}

.wrapper.form-txt {
    background: #fff;
    padding: 40px 40px 20px 40px;
}

h2.for-details {
    font-size: 20px;
    font-family: Source Sans Pro;
    font-weight: 600;
}

a.btn.btn-primary.cust-shape {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 44px;
    font-size: 25px;
    padding: 5px 50px 5px 50px;
    font-weight: 600;
}

a.btn.btn-primary.pay-now {
    width: 100%;
    background: #f42434;
    border-color: #f42434;
    font-weight: 200;
    font-family: Source Sans Pro;
    border-radius: 0;
    letter-spacing: 1px;
}

.fa-arrow-right:before{
    margin-left: 5px;
}

.container-fluid.footer {
    background: #f42434;
    color: #fff;
    font-size: 10px;
}

.col-sm-6.txt-right {
    text-align: right;
}

.pad-footer{
    padding: 20px 20px 20px 20px;
}

.wrapper.faq-sec {
    margin: 15px;
}

.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align:center;
    border-bottom: 1px solid #000;
    font-weight: 600;
  }

  .active, .accordion:hover {
    background-color: #fff;
  }

  .accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    content: "\2212";
  }

  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #555555;
  }

  .thank-you{
    font-weight: bold;
    font-size: 90px;
    color: #333333;
  }

  .thank-txt{
    font-size: 45px;
    font-weight: 400;
    color: #666666;
  }

  .cont-head{
    padding: 15px;
    background: red;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }

  .cont-data{
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .total-amount{
    padding: 15px;
    font-weight: bold;
    font-size: 22px;
    background: #000;
    color: #fff;
  }

  .cancel-btn{
    font-size: 18px;
    padding: 8px 25px 8px 25px;
    background: #b12b2b;
    border-color: #b12b2b;
    border-radius: 0;
  }

  ul#per-detail li {
    display:inline;
  }
.per-name{
    font-size: 20px;
    font-weight: 600;
}

/* ============================================
   INDEX PAGE — FULL SCREEN BANNER
   ============================================ */
.full-screen-img {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  object-position: top;
  background-color: #140d0c;
  display: block;
}

/* ============================================
   INDEX PAGE — FLOATING CONTACT BUTTON
   ============================================ */
.contact-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 50px;
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  text-decoration: none;
  overflow: hidden;
  animation: border-glow 3s infinite linear;
}

@keyframes border-glow {
  0% {
    border-color: rgba(255, 167, 0, 0.2);
    box-shadow: 0 0 5px rgba(255, 167, 0, 0.3);
  }
  50% {
    border-color: rgb(122, 32, 32);
    box-shadow: 0 0 20px rgba(80, 20, 20, 0.8);
  }
  100% {
    border-color: rgba(255, 167, 0, 0.2);
    box-shadow: 0 0 5px rgba(255, 167, 0, 0.3);
  }
}

.contact-btn:hover {
  transform: scale(1.05);
  background-color: rgb(122, 32, 32);
}

/* ============================================
   INDEX PAGE — OPT-IN POPUP
   ============================================ */
.kg-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9998;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow-y: auto;
}
.kg-overlay.kg-active {
  display: flex;
}
.kg-popup {
  background: #fff;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.28);
  position: relative;
  margin: auto;
  animation: kgSlideIn 0.3s ease;
}
@keyframes kgSlideIn {
  from { opacity: 0; transform: translateY(-24px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.kg-popup-header {
  background: #992929;
  color: #fff;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.kg-popup-header-left {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  flex: 1;
  min-width: 0;
}
.kg-popup-bell {
  font-size: 20px;
  color: #fff;
  margin-top: 2px;
  flex-shrink: 0;
}
.kg-popup-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
.kg-popup-subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 4px;
  line-height: 1.45;
}
.kg-popup-x {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.kg-popup-x:hover { opacity: 1; }
.kg-popup-body {
  padding: 22px 26px 18px;
}
.kg-fg {
  margin-bottom: 12px;
}
.kg-row {
  display: flex;
  gap: 12px;
}
.kg-row .kg-fg {
  flex: 1;
  min-width: 0;
}
.kg-label {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}
.kg-req { color: #992929; }
.kg-opt {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 12px;
}
.kg-input {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  padding: 8px 11px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #333333;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.kg-input:focus {
  border-color: #992929;
  box-shadow: 0 0 0 2px rgba(244, 36, 52, 0.1);
}
.kg-input.kg-err { border-color: #992929; }
.kg-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6'%3E%3Cpath d='M1 1l4.5 4L10 1' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  padding-right: 30px;
  cursor: pointer;
}
.kg-errmsg {
  display: none;
  color: #992929;
  font-size: 11.5px;
  margin-top: 3px;
  font-family: 'Source Sans Pro', sans-serif;
}
.kg-errmsg.kg-show { display: block; }
.kg-cb-wrap {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12.5px;
  color: #555555;
  line-height: 1.5;
}
.kg-cb {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #992929;
  cursor: pointer;
}
.kg-link {
  color: #992929;
  text-decoration: underline;
  font-weight: 600;
}
.kg-link:hover { color: #7a1f1f; }
.kg-btn {
  width: 100%;
  background: #992929;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 11px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s;
  text-transform: uppercase;
  margin-top: 4px;
}
.kg-btn:hover { background: #7a1f1f; }
.kg-success {
  padding: 44px 26px 36px;
  text-align: center;
}
.kg-success-icon {
  font-size: 58px;
  color: #992929;
  margin-bottom: 14px;
  line-height: 1;
}
.kg-success-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 10px;
}
.kg-success-msg {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  color: #666666;
  margin: 0 0 24px;
  line-height: 1.65;
}

/* ============================================
   CONTACT PAGE — REDESIGN
   ============================================ */
.contact-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.contact-info-block {
  background: #fff;
  box-shadow: 0 0 10px #d2d2d2;
  padding: 28px 32px;
  margin-bottom: 24px;
}

.contact-info-block:last-child { margin-bottom: 0; }

.contact-info-block h2 {
  font-size: 17px;
  font-weight: 700;
  color: #992929;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f7f7f7;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14.5px;
  color: #555555;
  line-height: 1.55;
}

.contact-detail-item:last-child { margin-bottom: 0; }

.contact-detail-icon {
  color: #992929;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

.contact-detail-text strong {
  display: block;
  color: #333333;
  margin-bottom: 2px;
}

.contact-detail-text a {
  color: #555555;
  text-decoration: none;
}

.contact-detail-text a:hover { color: #992929; }

.store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.store-item {
  border: 1px solid #f0f0f0;
  padding: 16px;
  background: #fafafa;
}

.store-item h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: #992929;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.store-item p {
  font-size: 12.5px;
  color: #666666;
  margin: 0 0 10px;
  line-height: 1.55;
}

.store-direction-link {
  font-size: 12.5px;
  color: #992929;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.store-direction-link:hover { color: #7a1f1f; text-decoration: underline; }

.contact-form-col {
  background: #fff;
  box-shadow: 0 0 10px #d2d2d2;
  padding: 32px 36px;
  position: sticky;
  top: 20px;
}

.contact-form-title {
  font-size: 19px;
  font-weight: 700;
  color: #992929;
  margin: 0 0 6px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f7f7f7;
}

.contact-form-subtitle {
  font-size: 13px;
  color: #888888;
  margin: 8px 0 20px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-col { position: static; }
}

@media (max-width: 575px) {
  .contact-content { padding: 28px 16px 48px; }
  .contact-form-col { padding: 22px 18px; }
  .contact-info-block { padding: 18px 16px; }
  .store-grid { grid-template-columns: 1fr; }
}

/* ============================================
   LEGAL PAGES — SHARED (PRIVACY POLICY & T&C)
   ============================================ */
.kg-topbar {
  background: #992929;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.kg-topbar-brand {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.kg-topbar-brand:hover { color: #fff; }
.kg-back-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.kg-back-link:hover { color: #fff; }
.kg-page-hero {
  background: #992929;
  color: #fff;
  padding: 36px 24px 32px;
  text-align: center;
}
.kg-page-hero h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
.kg-page-hero p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.kg-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}
.kg-card {
  background: #fff;
  box-shadow: 0 0 10px #d2d2d2;
  padding: 36px 40px;
}
.kg-section {
  margin-bottom: 32px;
}
.kg-section:last-child { margin-bottom: 0; }
.kg-section h2 {
  font-size: 19px;
  font-weight: 700;
  color: #992929;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f7f7f7;
}
.kg-section h3 {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  margin: 16px 0 6px;
}
.kg-section p {
  font-size: 14.5px;
  color: #555555;
  line-height: 1.7;
  margin: 0 0 10px;
}
.kg-section ul {
  padding-left: 20px;
  margin: 6px 0 10px;
}
.kg-section ul li {
  font-size: 14.5px;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 4px;
}
.kg-table-wrap {
  overflow-x: auto;
  margin: 12px 0;
}
.kg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}
.kg-table th {
  background: #992929;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.kg-table td {
  padding: 9px 14px;
  border-bottom: 1px solid #f0f0f0;
  color: #555555;
  vertical-align: top;
}
.kg-table tr:last-child td { border-bottom: none; }
.kg-table tr:nth-child(even) td { background: #fafafa; }
.kg-highlight {
  background: #fff5f5;
  border-left: 3px solid #992929;
  padding: 12px 16px;
  margin: 14px 0;
  font-size: 14px;
  color: #555555;
  line-height: 1.65;
}
.kg-updated {
  font-size: 13px;
  color: #a8a8a8;
  margin-bottom: 28px;
}
.kg-footer {
  background: #992929;
  color: #fff;
  text-align: center;
  padding: 18px 20px;
  font-size: 13px;
}
.kg-footer a { color: rgba(255, 255, 255, 0.85); text-decoration: underline; }
.kg-footer a:hover { color: #fff; }
.kg-footer p { margin: 0 0 4px; }
.kg-footer p:last-of-type { margin-bottom: 0; }

/* ============================================
   UTILITY
   ============================================ */
.kg-hidden { display: none; }
.kg-color-brand { color: #992929; }

/* Thank-you page */
.ty-btn {
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 12px 40px;
  margin-top: 8px;
}

.ty-countdown {
  font-size: 14px;
  color: #888888;
  margin: 0 0 22px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media only screen and (max-width: 575px) {
  .kg-card { padding: 22px 18px; }
  .kg-page-hero h1 { font-size: 24px; }
  .kg-content { padding: 24px 12px 40px; }
}

@media only screen and (max-width: 479px) {
  .cust-head6 { font-size: 35px; }
  .thank-you { font-size: 55px; }
  .thank-txt { font-size: 24px; }
  .footer-section,
  .footer-section .col-sm-6.txt-right { text-align: center; }
  .kg-popup-body { padding: 16px 14px 14px; }
  .kg-row { flex-direction: column; gap: 0; }
  .kg-popup-title { font-size: 15px; }
  .kg-popup-subtitle { font-size: 12px; }
}
