body {
      background-color: #fff; 
      overflow-x: hidden; 
}
.page-container {
       padding: 0; 
      padding-top: 0;
}
.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 19px 10px 19px;
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar-nav .nav-link:hover {
    color: #ff4977;
}

.main-navbar {
  position: sticky;
  top: 0;
  z-index: 1050;      
  background: #ffffff;
}
.main-navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;                 
  height: 2px;
  background-color: #ff4977;
  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.18),
    0 12px 20px rgba(0, 0, 0, 0.12);
}
.slider {
  margin-top: 40px;
  border-radius: 14px;
  overflow: hidden;  
}
.content {
  margin-top: 40px;
  text-align: center;
  font-size: 26px !important;
  font-weight: 500 !important;
  font-family: lato;
}

.store-card {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid #e5e7eb;  
  background-color: #ffffff;
  transition: border-color 0.25s ease;
}
.store-card:hover {
  border-color: #ff4977;
}
.store-logo {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  padding: 10px;
}
.coupons-section {
  margin-top: 40px;
  text-align: center;
  font-size: 26px ;
  font-weight: 500 ;
  
}

.coupon-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px 20px;
}
.coupon-logo {
  width: 80px;
  height: 60px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-logo img {
  max-width: 60px;
  max-height: 36px;
  object-fit: contain;
}

.coupon-desc {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.more-text {
  color: #ff4977;
  cursor: pointer;
}

.coupon-expiry {
  font-size: 11px;
  color: #6b7280;
  margin-top: 6px;
}

.coupons-section .card {
  border: 1px solid #e5e7eb;        
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06); 
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.coupons-section .card h6 {
  font-size: 18px;        
  font-weight: 700;         
  color: #111827;         
  text-align: left;        
  margin-bottom: 4px;
}
.coupons-section .card p {
  font-size: 14px;         
  font-weight: 400;   
  color: #6b7280;         
  text-align: left;         
  margin-bottom: 0;
  line-height: 1.4;
}
.coupons-section .card p span {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.more-content {
  display: none;
  color: #6b7280;   
  font-weight: 400;
}
.dots {
  color: #6b7280;
  display: inline;
}
.toggle-more {
  color: #ff4977;
  font-weight: 500;
  cursor: pointer;
  margin-left: 4px;
}
.deal-code {
  text-align: right;
  min-width: 160px;
}


.coupons-section .coupon-expiry,
.coupons-section .text-muted.small {
  font-size: 13px;   
}

.coupons-section .btn-warning {
    width: 168px;
    height: 45px;
    border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.coupons-section .btn-warning i {
  margin-left: 6px;
  font-size: 14px;
}
.coupons-section .card:hover .btn-warning {
  background-color: #f59e0b;
  border-color: #f59e0b;
}
.coupons-section .card {
  border: 1px solid #e5e7eb;
  transition: border-color 0.25s ease;
}

.coupons-section .card:hover:has(.ap-coupon-wrap) {
  border-color: #ff4977;
}

.coupons-section .card:hover:has(.btn-warning) {
  border-color: #f59e0b;
}

.coupon-row {
  display: inline-flex;

  justify-content: center;
  max-width: 420px;
}

.btn-yellow:hover {
  background-color: #e63e68;
  color: #fff;
}

.clear {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clr {
    display: flex;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    
}
.another {
    color : #666666;
    text-align:right;
}
.another:hover{
    color: #e63e68;
}
.spear {
    margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-size: 12px;
}

.share {
  cursor: pointer;
}
.btn-yellow {
  display: flex;
  margin-left: auto;
  background-color: #ff4d7a;
  color: white;
}
/* ================= NEW GET CODE BUTTON ================= */

/* ===== BUTTON ===== */
.ap-coupon-wrap {
  display: inline-flex;
  align-items: center;
 
}

.ap-coupon-btn {
  position: relative;
  background: #ff4977;
  color: #fff;
  border: none;
  padding: 6px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}


/* Arrow */
.ap-coupon-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 32px;
  height: 100%;
  background: #ff4977;
  transform: skewX(-35deg);
  transition: right 0.3s ease;
}

.ap-coupon-btn:hover::after {
  right: -6px;
}


/* Coupon text */
.ap-coupon-text {
  border: 2px dashed #ff4977;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-left: -16px;
  border-radius: 4px;
}

/* Tooltip */
.coupon-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #111827;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.coupon-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111827;
}

.ap-coupon-btn:hover .coupon-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ===== MODAL ===== */
.ap-coupon-code-box-wrapper {
  max-width: 480px;
  margin: auto;
}

.ap-code-copy-row {
  display: flex;
}

.ap-coupon-code-box {
  flex: 1;
  padding: 14px 18px;
  border: 2px dashed #ff4977;
  border-radius: 6px 0 0 6px;
}

.ap-coupon-code-text {
  font-size: 22px;
  letter-spacing: 1px;
}

.ap-copy-btn {
  padding: 0 18px;
  background: #ff4977;
  color: #fff;
  border: none;
  border-radius: 0 6px 6px 0;
}

.ap-copy-btn.copied {
  background: #22c55e;
}

.ap-store-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.ap-go-store-btn {
  padding: 10px 22px;
  background: #ff4977;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.coupon-detail {
  cursor: pointer;
  font-size: 12px;
  text-align: right;
  color: #777;
}


.coupon-detail-content {
  display: none;
  margin-top: 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

.coupon-detail.active i {
  transform: rotate(180deg);
}

.coupon-detail i {
  transition: transform 0.3s ease;
}
