/* =========================================================
   BARAD LOTTERY CENTER
   MAIN WEBSITE STYLES
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #f6f8fc;
    color: #1d2433;
    font-family: Arial, Helvetica, sans-serif;
}

/* Footer floating button code */

.float {
  position: fixed;
  width: auto; /* Adjust width to fit content */
  height: 42px;
  bottom: 40px;
  right: 20px;
  background-color: #25d366;
  text-decoration: none;
  color: #FFF;
  border-radius: 30px; /* Half the height for a rounded look */
  text-align: center;
  font-size: 16px; /* Adjust font size */
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex; /* Use Flexbox for alignment */
  align-items: center; /* Center vertically */
  padding: 0 10px; /* Add some padding */
}

.float-content {
  display: flex; /* Use Flexbox for child alignment */
  align-items: center; /* Center items vertically */
}

.my-float {
  font-size: 30px; /* Size for the icon */
  margin-right: 10px; /* Space between icon and text */
}

/* End Folating button code */

/* =========================================================
   NAVBAR
   ========================================================= */

.navbar {
    min-height: 76px;
    z-index: 1000;
}

.site-logo {
    width: 125px;
    height: 60px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    color: #252b3a !important;
    font-weight: 600;
    padding: 10px 16px !important;
    transition: all 0.25s ease;
}

.navbar-nav .nav-link:hover {
    color: #0066d6 !important;
}


/* =========================================================
   HERO SLIDER
   ========================================================= */

.hero-slider {
    position: relative;
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 1920 / 740;
    margin: 0 auto;
    overflow: hidden;
}

.hero-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.42) 45%,
        rgba(0, 0, 0, 0.12) 100%
    );
}

.hero-content {
    position: absolute;
    left: 7%;
    top: 50%;
    z-index: 3;
    max-width: 600px;
    color: #ffffff;
    transform: translateY(-50%);
}

.hero-content h1 {
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
}

.hero-content p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.6;
}

.hero-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.hero-btn:hover {
    color: #0066d6;
    transform: translateY(-2px);
}


/* =========================================================
   HERO CONTROLS
   ========================================================= */

.hero-control {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.hero-control:hover {
    background: rgba(255, 255, 255, 0.4);
}

.hero-control.prev {
    left: 20px;
}

.hero-control.next {
    right: 20px;
}


/* =========================================================
   HERO DOTS
   ========================================================= */

.hero-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 10;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.hero-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.hero-dot.active {
    width: 25px;
    border-radius: 10px;
    background: #ffffff;
}


/* =========================================================
   COMMON SECTION
   ========================================================= */

.section-wrap {
    padding: 60px 0;
}

.section-heading {
    margin-bottom: 40px;
    text-align: center;
}

.section-heading h2 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 800;
}

.section-heading p {
    margin: 0;
    color: #6b7280;
}


/* =========================================================
   CATEGORY
   ========================================================= */

.category-section {
    margin-bottom: 55px;
}

.category-title {
    position: relative;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 25px;
    font-weight: 800;
}

.category-title::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 4px;
    border-radius: 5px;
    background: #0066d6;
}


/* =========================================================
   PRODUCT CARD
   ========================================================= */

.product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 7px 25px rgba(20, 30, 50, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.product-card:hover {
    box-shadow: 0 15px 35px rgba(20, 30, 50, 0.12);
    transform: translateY(-5px);
}

.product-image-wrap {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f2f4f8;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.03);
}

.product-body {
    padding: 20px;
}

.product-name {
    min-height: 48px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.product-price {
    margin-bottom: 17px;
    color: #111827;
    font-size: 21px;
    font-weight: 800;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.product-actions .btn {
    flex: 1;
    padding: 10px 8px;
    border-radius: 8px;
    font-weight: 700;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.btn-view-ticket {
    border: 1px solid #0066d6;
    background: #ffffff;
    color: #0066d6;
}

.btn-view-ticket:hover {
    background: #0066d6;
    color: #ffffff;
}

.btn-buy-ticket {
    border: 1px solid #198754;
    background: #198754;
    color: #ffffff;
}

.btn-buy-ticket:hover {
    border-color: #146c43;
    background: #146c43;
    color: #ffffff;
}


/* =========================================================
   MODAL
   ========================================================= */

#productModal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
}

#productModal .modal-header {
    border-bottom: 1px solid #edf0f4;
}

.modal-product-image {
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
    background: #f5f7fa;
    object-fit: contain;
}

.modal-product-price {
    font-size: 24px;
    font-weight: 800;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.empty-state {
    padding: 50px 20px;
    color: #6b7280;
    text-align: center;
}

.empty-state i {
    margin-bottom: 15px;
    font-size: 42px;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    margin-top: 30px;
    padding: 40px 0;
    background: #111827;
    color: #d1d5db;
}

.footer-title {
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 800;
}

.site-footer a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #ffffff;
}

.site-footer p {
    color: #d1d5db;
}


/* =========================================================
   INNER PAGE BANNER
   ========================================================= */

.lr-banner {
    padding: 56px 0 60px;
    border-bottom: 4px solid #E8B33A;
    background: #0F2440;
    color: #ffffff;
}

.lr-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.lr-banner__crumbs {
    margin: 0 0 12px;
    color: #B9C6DA;
    font-size: 14px;
}

.lr-banner__crumbs a {
    color: #E8B33A;
    text-decoration: none;
}

.lr-banner__crumbs a:hover,
.lr-banner__crumbs a:focus {
    text-decoration: underline;
}

.lr-banner__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}

.lr-banner__lead {
    max-width: 52ch;
    margin: 0;
    color: #D5DEEC;
    font-size: 17px;
    line-height: 1.6;
}


/* =========================================================
   TICKET STUB
   ========================================================= */

.lr-stub {
    position: relative;
    min-width: 230px;
    padding: 18px 28px;
    border-left: 6px solid #D62828;
    border-radius: 6px;
    background: #ffffff;
    color: #0F2440;
    text-align: left;
}

.lr-stub::before,
.lr-stub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-radius: 50%;
    background: #0F2440;
}

.lr-stub::before {
    left: -12px;
}

.lr-stub::after {
    right: -9px;
}

.lr-stub__label {
    display: block;
    color: #5A6A82;
    font-size: 13px;
}

.lr-stub__value {
    display: block;
    margin-top: 2px;
    color: #0F2440;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================================================
   TIMING CARD
   ========================================================= */

.lr-timing {
    min-width: 250px;
    padding: 20px 28px;
    border-left: 5px solid #E8B33A;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.lr-timing__label {
    display: block;
    margin-bottom: 5px;
    color: #66758A;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.lr-timing__value {
    display: block;
    color: #0F2440;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}


/* =========================================================
   CONTACT MAIN SECTION
   ========================================================= */

.lr-contact-section {
    padding: 70px 0;
    background: #F7F9FC;
}

.lr-contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: -15px;
    margin-left: -15px;
}

.lr-contact-column {
    padding-right: 15px;
    padding-left: 15px;
}


/* =========================================================
   CONTACT COMMON CARD
   ========================================================= */

.lr-contact-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #E5EAF1;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(15, 36, 64, 0.06);
}


/* =========================================================
   MAP CARD
   ========================================================= */

.lr-map-card {
    position: relative;
    height: 100%;
}

.lr-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 25px;
    border-bottom: 1px solid #E8ECF2;
    background: #ffffff;
}

.lr-card-header__left {
    display: flex;
    align-items: center;
    gap: 13px;
}

.lr-card-icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #F1F5F9;
    color: #0F2440;
    font-size: 18px;
    font-weight: 700;
}

.lr-card-header h2 {
    margin: 0;
    color: #0F2440;
    font-size: 20px;
    font-weight: 700;
}

.lr-card-header p {
    margin: 3px 0 0;
    color: #718096;
    font-size: 13px;
}

.lr-map-wrapper {
    width: 100%;
    height: 430px;
    overflow: hidden;
    background: #EEF2F6;
}

.lr-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


/* =========================================================
   CONTACT DETAILS CARD
   ========================================================= */

.lr-details-card {
    height: 100%;
}

.lr-details-body {
    padding: 10px 25px 25px;
}

.lr-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 22px 0;
    border-bottom: 1px solid #E9EDF3;
}

.lr-detail-item:last-child {
    padding-bottom: 5px;
    border-bottom: 0;
}

.lr-detail-icon {
    display: flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #F1F5F9;
    color: #0F2440;
    font-size: 17px;
}

.lr-detail-content {
    min-width: 0;
    flex: 1;
}

.lr-detail-label {
    display: block;
    margin-bottom: 5px;
    color: #7A8799;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.lr-detail-value {
    margin: 0;
    color: #26364A;
    font-size: 15px;
    line-height: 1.65;
    word-break: break-word;
}

.lr-detail-value a {
    color: #0F2440;
    font-weight: 600;
    text-decoration: none;
}

.lr-detail-value a:hover {
    color: #D62828;
}


/* =========================================================
   ABOUT PAGE
   ========================================================= */

.lr-about-page {
    background: #ffffff;
    color: #243447;
}

.lr-about-page *,
.lr-about-page *::before,
.lr-about-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   ABOUT BANNER
   ========================================================= */

.lr-about-banner {
    position: relative;
    overflow: hidden;
    padding: 72px 0 78px;
    border-bottom: 4px solid #E8B33A;
    background: #0F2440;
}

.lr-about-banner::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(232, 179, 58, 0.18);
    border-radius: 50%;
}

.lr-about-banner::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -190px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.lr-about-banner__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.lr-about-breadcrumb {
    margin: 0 0 18px;
    color: #AEBBCB;
    font-size: 14px;
}

.lr-about-breadcrumb a {
    color: #E8B33A;
    font-weight: 500;
    text-decoration: none;
}

.lr-about-breadcrumb a:hover {
    text-decoration: underline;
}

.lr-about-banner__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(28px, 6vw, 48px);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -1.2px;
}

.lr-about-banner__description {
    max-width: 680px;
    margin: 0;
    color: #D6DFEA;
    font-size: 18px;
    line-height: 1.75;
}

.lr-about-banner__line {
    width: 55px;
    height: 4px;
    margin-top: 28px;
    border-radius: 4px;
    background: #E8B33A;
}


/* =========================================================
   STATISTICS
   ========================================================= */

.lr-stats-section {
    position: relative;
    z-index: 5;
    margin-top: -45px;
    padding-bottom: 15px;
}

.lr-stats-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid #E5EAF0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 36, 64, 0.10);
}

.lr-stat {
    position: relative;
    padding: 30px 25px;
    text-align: center;
}

.lr-stat + .lr-stat {
    border-left: 1px solid #E7EBF0;
}

.lr-stat__number {
    margin: 0 0 7px;
    color: #0F2440;
    font-size: 32px;
    font-weight: 750;
    line-height: 1.1;
}

.lr-stat__label {
    margin: 0;
    color: #68778A;
    font-size: 14px;
    font-weight: 500;
}

.lr-stat__accent {
    width: 30px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 3px;
    background: #E8B33A;
}


/* =========================================================
   ABOUT INTRODUCTION
   ========================================================= */

.lr-about-intro {
    padding: 80px 0 70px;
}

.lr-about-intro__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 65px;
}

.lr-about-intro__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 35px;
    overflow: hidden;
    border: 1px solid #E4EAF0;
    border-radius: 14px;
    background: #F3F6F9;
}

.lr-about-intro__visual::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -90px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(232, 179, 58, 0.13);
}

.lr-about-intro__visual::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -50px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(15, 36, 64, 0.08);
    border-radius: 50%;
}

.lr-about-visual-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 330px;
    padding: 35px 30px;
    border-radius: 12px;
    background: #0F2440;
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(15, 36, 64, 0.18);
}

.lr-about-visual-card__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #E8B33A;
    color: #0F2440;
    font-size: 25px;
    font-weight: 800;
}

.lr-about-visual-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.lr-about-visual-card p {
    margin: 0;
    color: #D4DDEA;
    font-size: 14px;
    line-height: 1.7;
}

.lr-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #B27C08;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lr-about-intro__content h2 {
    margin: 0 0 20px;
    color: #0F2440;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.lr-about-intro__content > p {
    margin: 0 0 18px;
    color: #59697C;
    font-size: 16px;
    line-height: 1.8;
}

.lr-about-subsection {
    margin-top: 28px;
}

.lr-about-subsection h3 {
    margin: 0 0 9px;
    color: #0F2440;
    font-size: 21px;
    font-weight: 700;
}

.lr-about-subsection p {
    margin: 0;
    color: #657487;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   FEATURES
   ========================================================= */

.lr-features-section {
    padding: 75px 0;
    border-top: 1px solid #E9EDF2;
    border-bottom: 1px solid #E9EDF2;
    background: #F7F9FC;
}

.lr-section-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.lr-section-heading h2 {
    margin: 0 0 12px;
    color: #0F2440;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 750;
}

.lr-section-heading p {
    margin: 0;
    color: #68778A;
    font-size: 16px;
    line-height: 1.7;
}

.lr-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.lr-feature-card {
    height: 100%;
    padding: 30px 24px;
    border: 1px solid #E3E8EF;
    border-radius: 10px;
    background: #ffffff;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.lr-feature-card:hover {
    border-color: #D7DEE7;
    box-shadow: 0 12px 28px rgba(15, 36, 64, 0.08);
    transform: translateY(-4px);
}

.lr-feature-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 9px;
    background: #F0F4F8;
    color: #0F2440;
    font-size: 18px;
    font-weight: 800;
}

.lr-feature-card h3 {
    margin: 0 0 10px;
    color: #0F2440;
    font-size: 19px;
    font-weight: 700;
}

.lr-feature-card p {
    margin: 0;
    color: #68778A;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   WHY CHOOSE US
   ========================================================= */

.lr-why-section {
    padding: 80px 0;
    background: #ffffff;
}

.lr-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 25px;
    margin-top: 45px;
}

.lr-why-card {
    display: flex;
    gap: 18px;
    padding: 25px;
    border: 1px solid #E4E9EF;
    border-radius: 10px;
    background: #ffffff;
}

.lr-why-card__number {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #0F2440;
    color: #E8B33A;
    font-size: 14px;
    font-weight: 700;
}

.lr-why-card h3 {
    margin: 0 0 7px;
    color: #0F2440;
    font-size: 18px;
    font-weight: 700;
}

.lr-why-card p {
    margin: 0;
    color: #68778A;
    font-size: 14px;
    line-height: 1.7;
}


/* =====================================================
   ORDER PAGE BANNER (classes prefixed ord- so they only
   ever apply on order.php, never on another page)
   ===================================================== */

.ord-banner {
    background: #0F2440;
    border-bottom: 4px solid #E8B33A;
    color: #ffffff;
    padding: 48px 0 52px;
}

.ord-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ord-banner__crumbs {
    margin: 0 0 10px;
    font-size: 14px;
    color: #B9C6DA;
}

.ord-banner__crumbs a {
    color: #E8B33A;
    text-decoration: none;
}

.ord-banner__crumbs a:hover,
.ord-banner__crumbs a:focus {
    text-decoration: underline;
}

.ord-banner__crumbs .ord-banner__current {
    color: #D5DEEC;
}

.ord-banner__title {
    margin: 0 0 8px;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
}

.ord-banner__lead {
    margin: 0;
    max-width: 52ch;
    font-size: 16px;
    line-height: 1.6;
    color: #D5DEEC;
}

.ord-banner__stub {
    position: relative;
    min-width: 220px;
    padding: 16px 26px;
    background: #ffffff;
    color: #0F2440;
    border-radius: 6px;
    border-left: 6px solid #E8B33A;
    text-align: left;
}

.ord-banner__stub-label {
    display: block;
    font-size: 12px;
    color: #5A6A82;
}

.ord-banner__stub-value {
    display: block;
    margin-top: 2px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #0F2440;
}



.order-wrap {
    max-width: 1100px;
    margin: 0 auto 35px;
    padding-top: 35px;
    flex: 1 0 auto;
}

.card-modern {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.product-image {
    max-height: 330px;
    width: 100%;
    object-fit: contain;
}

.secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #eaf8ef;
    color: #177245;
    border-radius: 30px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
}

.total-box {
    background: #f1f8f4;
    border-radius: 12px;
    padding: 14px;
    font-size: 20px;
    font-weight: 700;
}

.btn-order {
    border-radius: 10px;
    padding: 11px 24px;
    font-weight: 700;
}

.success-box {
    border-radius: 16px;
    background: #eaf8ef;
    border: 1px solid #bce8c9;
    padding: 22px;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}


/* =========================================================
   PRIVACY POLICY
   ========================================================= */

.privacy-page {
    background: #f7f9fc;
    color: #172033;
}


/* =========================================================
   PRIVACY HERO
   ========================================================= */

.privacy-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 76px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(232, 179, 58, 0.14),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #0f2440 0%,
            #102d4e 55%,
            #0b1d34 100%
        );
}

.privacy-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -140px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.privacy-hero::after {
    content: "";
    position: absolute;
    right: -250px;
    bottom: -390px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.privacy-hero__content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.privacy-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 13px;
    border: 1px solid rgba(232, 179, 58, 0.35);
    border-radius: 999px;
    background: rgba(232, 179, 58, 0.1);
    color: #f2c75d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.privacy-hero__title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.privacy-hero__description {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.8;
}

.privacy-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 28px;
}

.privacy-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 500;
}

.privacy-hero__meta i {
    color: #e8b33a;
    font-size: 15px;
}


/* =========================================================
   PRIVACY MAIN LAYOUT
   ========================================================= */

.privacy-content {
    padding: 70px 0 90px;
}

.privacy-layout {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    align-items: start;
    gap: 42px;
}

.privacy-sidebar {
    position: sticky;
    top: 30px;
}

.privacy-sidebar__card {
    overflow: hidden;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(15, 36, 64, 0.06);
}

.privacy-sidebar__heading {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 18px 20px;
    border-bottom: 1px solid #edf0f4;
    color: #0f2440;
    font-size: 14px;
    font-weight: 750;
}

.privacy-sidebar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: rgba(232, 179, 58, 0.13);
    color: #b17c00;
}

.privacy-navigation {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.privacy-navigation a {
    display: grid;
    grid-template-columns: 27px 1fr;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    border-radius: 9px;
    color: #596579;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.privacy-navigation a span {
    color: #a3acb9;
    font-size: 11px;
    font-weight: 800;
}

.privacy-navigation a:hover {
    background: #f5f7fa;
    color: #0f2440;
    transform: translateX(2px);
}

.privacy-navigation a:hover span {
    color: #c28a08;
}

.privacy-sidebar__notice {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    padding: 17px;
    border: 1px solid rgba(232, 179, 58, 0.22);
    border-radius: 14px;
    background: #fffaf0;
}

.privacy-sidebar__notice-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(232, 179, 58, 0.15);
    color: #b17c00;
}

.privacy-sidebar__notice strong {
    display: block;
    margin-bottom: 4px;
    color: #253047;
    font-size: 13px;
}

.privacy-sidebar__notice p {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   PRIVACY DOCUMENT
   ========================================================= */

.privacy-document {
    min-width: 0;
    padding: 42px;
    border: 1px solid #e6eaf0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 45px rgba(15, 36, 64, 0.06);
}

.privacy-intro {
    padding-bottom: 34px;
    border-bottom: 1px solid #edf0f4;
}

.privacy-section-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #b17c00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.privacy-intro h2 {
    margin: 0 0 15px;
    color: #0f2440;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.privacy-intro p,
.privacy-section p {
    color: #5d6878;
    font-size: 15px;
    line-height: 1.85;
}

.privacy-intro p {
    margin: 0 0 12px;
}

.privacy-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   PRIVACY SECTIONS
   ========================================================= */

.privacy-section {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 20px;
    padding: 42px 0;
    border-bottom: 1px solid #edf0f4;
    scroll-margin-top: 30px;
}

.privacy-section__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #0f2440;
    color: #e8b33a;
    font-size: 13px;
    font-weight: 800;
}

.privacy-section__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #b17c00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.privacy-section__content h2 {
    margin: 0 0 14px;
    color: #172033;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
}

.privacy-section__content > p {
    margin: 0 0 17px;
}

.privacy-section__content > p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   PRIVACY INFORMATION CARDS
   ========================================================= */

.privacy-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.privacy-info-card {
    padding: 22px;
    border: 1px solid #e7ebf0;
    border-radius: 14px;
    background: #fbfcfe;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.privacy-info-card:hover {
    border-color: #dfe4ea;
    box-shadow: 0 10px 25px rgba(15, 36, 64, 0.07);
    transform: translateY(-2px);
}

.privacy-info-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: rgba(232, 179, 58, 0.13);
    color: #b17c00;
    font-size: 17px;
}

.privacy-info-card h3 {
    margin: 0 0 8px;
    color: #172033;
    font-size: 15px;
    font-weight: 750;
}

.privacy-info-card p {
    margin: 0;
    color: #697586;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   PRIVACY HIGHLIGHT
   ========================================================= */

.privacy-highlight {
    display: flex;
    gap: 16px;
    margin-top: 23px;
    padding: 20px;
    border-left: 4px solid #e8b33a;
    border-radius: 0 12px 12px 0;
    background: #fffaf0;
}

.privacy-highlight__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(232, 179, 58, 0.15);
    color: #b17c00;
}

.privacy-highlight h3 {
    margin: 0 0 5px;
    color: #253047;
    font-size: 15px;
    font-weight: 750;
}

.privacy-highlight p {
    margin: 0;
    font-size: 13px;
}


/* =========================================================
   PRIVACY CHECK LIST
   ========================================================= */

.privacy-check-list {
    display: grid;
    gap: 12px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.privacy-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #596579;
    font-size: 14px;
    line-height: 1.65;
}

.privacy-check-list i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #27966b;
    font-size: 15px;
}


/* =========================================================
   PRIVACY SECURITY GRID
   ========================================================= */

.privacy-security-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 24px 0;
}

.privacy-security-grid > div {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #e7ebf0;
    border-radius: 13px;
    background: #fbfcfe;
}

.privacy-security-grid i {
    margin-bottom: 14px;
    color: #0f2440;
    font-size: 22px;
}

.privacy-security-grid strong {
    margin-bottom: 6px;
    color: #202b3c;
    font-size: 14px;
}

.privacy-security-grid span {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.65;
}

.privacy-muted {
    color: #7a8492 !important;
    font-size: 13px !important;
}


/* =========================================================
   PRIVACY GENERAL NOTICE
   ========================================================= */

.privacy-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 17px 18px;
    border: 1px solid #e2e7ed;
    border-radius: 12px;
    background: #f7f9fc;
}

.privacy-notice i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #0f2440;
    font-size: 17px;
}

.privacy-notice p {
    margin: 0 !important;
    color: #667085;
    font-size: 13px !important;
    line-height: 1.7 !important;
}


/* =========================================================
   PRIVACY AGE NOTICE
   ========================================================= */

.privacy-age-notice {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 23px;
    padding: 18px;
    border: 1px solid #eadfd0;
    border-radius: 13px;
    background: #fffaf5;
}

.privacy-age-notice__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0f2440;
    color: #e8b33a;
    font-size: 16px;
    font-weight: 800;
}

.privacy-age-notice strong {
    display: block;
    margin-bottom: 5px;
    color: #253047;
    font-size: 14px;
}

.privacy-age-notice p {
    margin: 0 !important;
    color: #6b7280;
    font-size: 13px !important;
}


/* =========================================================
   PRIVACY FINAL NOTICE
   ========================================================= */

.privacy-final-notice {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 42px;
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        #0f2440,
        #163554
    );
}

.privacy-final-notice__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: rgba(232, 179, 58, 0.13);
    color: #e8b33a;
    font-size: 23px;
}

.privacy-final-notice h2 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 750;
}

.privacy-final-notice p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   RESPONSIVE
   991.98px AND BELOW
   ========================================================= */

@media (max-width: 991.98px) {

    /* HERO */

    .hero-slider {
        height: 380px;
    }

    .hero-content {
        left: 6%;
        right: 6%;
    }

    .hero-content h1 {
        font-size: 36px;
    }


    /* CONTACT */

    .lr-contact-column {
        width: 100%;
        margin-bottom: 25px;
    }

    .lr-contact-column:last-child {
        margin-bottom: 0;
    }

    .lr-map-wrapper {
        height: 400px;
    }


    /* ABOUT */

    .lr-about-intro__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lr-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lr-why-grid {
        grid-template-columns: 1fr;
    }


    /* PRIVACY */

    .privacy-content {
        padding: 55px 0 70px;
    }

    .privacy-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .privacy-sidebar {
        position: static;
    }

    .privacy-navigation {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .privacy-sidebar__notice {
        display: none;
    }

    .privacy-info-grid,
    .privacy-security-grid {
        grid-template-columns: 1fr;
    }

    .privacy-document {
        padding: 32px;
    }
}


/* =========================================================
   RESPONSIVE
   767.98px AND BELOW
   ========================================================= */

@media (max-width: 767.98px) {

    /* NAVBAR */

    .site-logo {
        width: 105px;
        height: 50px;
    }


    /* HERO */

    .hero-slider {
        aspect-ratio: 16 / 9;
    }

    .hero-content {
        left: 25px;
        right: 25px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-control {
        width: 38px;
        height: 38px;
    }

    .hero-control.prev {
        left: 10px;
    }

    .hero-control.next {
        right: 10px;
    }


    /* GENERAL SECTIONS */

    .section-wrap {
        padding: 40px 0;
    }

    .section-heading h2 {
        font-size: 27px;
    }

    .category-title {
        font-size: 22px;
    }

    .product-image-wrap {
        height: 220px;
    }


    /* ABOUT BANNER */

    .lr-about-banner {
        padding: 55px 0 70px;
    }

    .lr-about-banner__title {
        font-size: 40px;
    }

    .lr-about-banner__description {
        font-size: 16px;
    }


    /* ABOUT STATISTICS */

    .lr-stats-section {
        margin-top: -35px;
    }

    .lr-stats-card {
        grid-template-columns: 1fr;
    }

    .lr-stat + .lr-stat {
        border-top: 1px solid #E7EBF0;
        border-left: 0;
    }


    /* ABOUT INTRO */

    .lr-about-intro {
        padding: 60px 0;
    }

    .lr-about-intro__visual {
        min-height: 350px;
    }


    /* ABOUT SECTIONS */

    .lr-features-section,
    .lr-why-section {
        padding: 60px 0;
    }


    /* PRIVACY HERO */

    .privacy-hero {
        padding: 62px 0 58px;
    }

    .privacy-hero__title {
        font-size: 38px;
    }

    .privacy-hero__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .privacy-hero__meta {
        flex-direction: column;
        gap: 10px;
    }


    /* PRIVACY CONTENT */

    .privacy-content {
        padding: 40px 0 55px;
    }

    .privacy-document {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .privacy-navigation {
        grid-template-columns: 1fr;
    }

    .privacy-section {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 34px 0;
    }

    .privacy-section__number {
        width: 42px;
        height: 42px;
    }

    .privacy-section__content h2 {
        font-size: 22px;
    }

    .privacy-intro h2 {
        font-size: 27px;
    }

    .privacy-info-grid,
    .privacy-security-grid {
        gap: 12px;
    }

    .privacy-final-notice {
        align-items: flex-start;
        padding: 20px;
    }
}


/* =========================================================
   RESPONSIVE
   575.98px AND BELOW
   ========================================================= */

@media (max-width: 575.98px) {

    /* HERO */

    .hero-slider {
        height: 320px;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .product-actions {
        flex-direction: column;
    }


    /* INNER PAGE BANNER */

    .lr-banner {
        padding: 40px 0 44px;
    }

    .lr-banner__inner {
        gap: 24px;
    }

    .lr-stub {
        width: 100%;
        min-width: 0;
    }

    .lr-timing {
        width: 100%;
        min-width: 0;
    }

    .lr-timing__value {
        font-size: 21px;
    }


    /* CONTACT */

    .lr-contact-section {
        padding: 45px 0;
    }

    .lr-card-header {
        padding: 18px 20px;
    }

    .lr-details-body {
        padding: 8px 20px 20px;
    }

    .lr-map-wrapper {
        height: 320px;
    }

    .lr-detail-item {
        gap: 13px;
        padding: 18px 0;
    }

    .lr-detail-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }


    /* ABOUT BANNER */

    .lr-about-banner {
        padding: 45px 0 60px;
    }

    .lr-about-banner__title {
        font-size: 35px;
        letter-spacing: -0.5px;
    }

    .lr-about-banner__description {
        font-size: 15px;
        line-height: 1.7;
    }


    /* ABOUT STATISTICS */

    .lr-stat {
        padding: 25px 20px;
    }

    .lr-stat__number {
        font-size: 28px;
    }


    /* ABOUT FEATURES */

    .lr-feature-grid {
        grid-template-columns: 1fr;
    }


    /* ABOUT INTRO */

    .lr-about-intro__visual {
        min-height: 300px;
        padding: 25px;
    }

    .lr-about-visual-card {
        padding: 28px 24px;
    }

    .lr-about-intro__content h2 {
        font-size: 30px;
    }


    /* WHY CHOOSE US */

    .lr-why-card {
        padding: 20px;
    }


    /* PRIVACY HERO */

    .privacy-hero {
        padding: 50px 0 48px;
    }

    .privacy-hero__title {
        font-size: 32px;
    }

    .privacy-hero__badge {
        font-size: 10px;
    }

    .privacy-hero__meta span {
        font-size: 12px;
    }


    /* PRIVACY CONTENT */

    .privacy-content {
        padding: 30px 0 45px;
    }

    .privacy-document {
        padding: 22px 16px;
        border-radius: 12px;
    }

    .privacy-intro {
        padding-bottom: 28px;
    }

    .privacy-intro h2 {
        font-size: 24px;
    }

    .privacy-intro p,
    .privacy-section p {
        font-size: 14px;
        line-height: 1.75;
    }

    .privacy-section {
        padding: 30px 0;
    }

    .privacy-section__content h2 {
        font-size: 20px;
    }

    .privacy-info-card,
    .privacy-security-grid > div {
        padding: 18px;
    }

    .privacy-highlight,
    .privacy-notice {
        padding: 16px;
    }

    .privacy-age-notice {
        align-items: flex-start;
        padding: 16px;
    }

    .privacy-final-notice {
        flex-direction: column;
        gap: 14px;
        margin-top: 30px;
        padding: 18px;
    }

    .ord-banner { 
        padding: 36px 0 40px; 
    }

    .ord-banner__stub { 
        width: 100%; 
    }

}