:root {
    --body-color : #141E23;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: var(--body-color) !important;
}

.container {
    max-width: 1536px !important;
    margin: 0 auto;
}


/* Header Base */

.header-logo {
    width: 156px;
}
header.main-header .container {
    padding: 10px 10px !important;
}
.logo-title {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
section.hero h1.display-4 {
    font-size: 60px;
    line-height: 60px;
}
.feature-card:hover h4 {
    color: #e5c246 !important;
}
.moving_top {
    padding-left: 20px;
    padding-top: 10px;
}
.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #bbbbbb;
}
section.hero p.lead {
    max-width: 38rem;
    color: rgb(209 213 219);
    opacity: 1 !important;
    font-weight: 400;
    font-size: 20px;
    padding: 15px 0;
}
/* Desktop Menu */
.menu-items a {
  color: hsl(0deg 0% 98% / 80%);
  margin-left: 32px;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
}

.menu-items a:hover {
  color: #ffd34e;
}



/* Mobile Toggle Button */
.mobile-toggle-btn {
    width: 23px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
}

.mobile-toggle-btn span {
    display: block;
    height: 3px;
    background: #ffffff;
    border-radius: 5px;
}

/* Sidebar */
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -270px;
  width: 270px;
  height: 100%;
  background: #0f1a20;
  padding: 40px 25px;
  box-shadow: 4px 0 20px rgba(0,0,0,0.3);
  transition: 0.4s ease;
  z-index: 9999;
}

.sidebar-menu a {
    display: block;
    color: #e6e6e6;
    padding: 14px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
}

.sidebar-menu a:hover {
  color: #ffd34e;
}

/* Close Button */
.close-btn {
  background: none;
  border: none;
  color: #ffd34e;
  font-size: 36px;
  position: absolute;
  right: 15px;
  top: 10px;
}

/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  display: none;
  z-index: 9000;
}
section.features-section {
    padding: 100px 0;
}
/* Sidebar Active */
.sidebar-active {
  left: 0 !important;
}

.overlay-active {
  display: block !important;
}



/* Gradient Text as per your screenshot */
.gradient-text {
    background: linear-gradient(to right, #D4AF37, #1C3C35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right-icon-img {
    width: 230px;        
    height: auto;
}

/* Responsive */
@media (max-width: 992px) {
    .right-icon-img {
        width: 180px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.3rem;
    }

    .dot-img {
        width: 30px;
        height: 30px;
    }
}

section.hero {
    height: 90vh;
    display: flex;
    align-items: center;
}



.feature-card:hover .icon-box i {
    transform: rotate(15deg);
    transition: 1s;
}

.feature-card:hover .icon-box {
    background: #e7c44742;
    transform: scale(1.1);
    transition: 1s;
}

/* Heading Glow Effect */
.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 35px rgba(255, 223, 100, 0.8);
}

/* Card Styling */
.feature-card {
    background: #122027;
    border: 1px solid rgb(255 222 100 / 45%);
    border-radius: 12px;
    transition: 0.3s ease;
    box-shadow: 0 0 17px 0 rgb(255 222 100 / 13%);
}

.feature-card:hover {
    border-color: #ffd84a;
    box-shadow: 0 0 15px rgba(255, 225, 90, 0.3);
}
.moving_top p {
    font-size: 0.875rem;
}
/* Icon Box */
.icon-box {
        width: 65px;
    height: 65px;
    background: rgb(255 215 0 / 10%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #e7c447;
}

.icon-box img {
    width: 26px;
}

/* Bullet List */
.feature-list {
    margin-top: 15px;
    padding-left: 0;
}
.feature-card p {
    font-size: 17px;
    color: #fff;
    opacity: 1;
    margin: 10px 0px;
}
.feature-list li {
    list-style: none;
    margin-bottom: 6px;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #d1d5db;
    margin-bottom: 12px;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    background: #ffe57a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 9px;
    box-shadow: 0 0 15px 0 #ffe57a9e;
}

.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #0f1a2000; /* अपनी header background color */
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  transition: 0.3s ease;
  backdrop-filter: blur(4px)
}
/* Responsive */
@media (max-width: 768px) {
    .main-title { font-size: 35px; }
}

section.features-section {
    max-width: 72rem;
    text-align: left;
    margin: 0 auto;
}
.feature-card {
    text-align: left;
}
.accordion-content p {
    color: #fff;
    padding: 0;
}
.accordion-content ul li {
    font-size: 14px;
    line-height: 23px;
    color: #ddd;
    padding: 2px 0;
}
.accordion-content ul {
    padding: 0 24px;
    color: #fff;
    margin-bottom: 25px;
}

.accordion-content ul li::marker {
    color: #ffd700;
    box-shadow: 0 0 10px rgba(255,215,0,0.5);
    font-size: 24px;
}




.footer-section {
    background: #172125;
}

/* Logo Image Size */
.footer-logo {
    width: 190px;
    height: auto;
}
.contact_details p {
    padding-bottom: 10px;
}
.contact_details p i {
    margin-right: 7px;
}
/* Footer Links */
.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 8px;
}
input.form-control.footer-input {
    background: #2c353a;
    box-shadow: none;
    outline: none;
    border: 1px solid #dddddd42;
    color: #fff;
    font-size: 12px;
    height: 42px;
}

input.form-control.footer-input::placeholder {
    color: #a5a2a2;
}
.footer-links a {
    text-decoration: none;
    color: #d6d6d6;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #ffdd66;
}

/* Newsletter input */
.footer-input {
    background: #1d2a30;
    border: 1px solid #2f3c42;
    color: #fff;
}

.footer-input::placeholder {
    color: #8c9a9f;
}

/* Button */
.footer-btn {
    border-color: #cfcfcf;
    color: #ffffff;
}

.footer-btn:hover {
    background: #ffffff;
    color: #000;
}

/* Bottom line */
.footer-line {
    border-color: rgba(255, 255, 255, 0.1);
}

p.footer_col_box {
    max-width: 23rem;
}






/* Privacy Policy Page Css */

.privacy-container {
    text-align: center;
    padding: 80px 20px 100px;
}
.privacy-container .title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 12px #ffd700;
    z-index: 999;
    position: relative;
}

.privacy-container p.subtitle {
    font-size: 20px;
    color: #fff;
    max-width: 48rem;
    margin: 20px auto;
}
.accordion:hover button.accordion-header span {
    color: #ffd700;
}
.faq-box {
    background: transparent;
    margin: 120px auto 0;
    max-width: 48rem;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #ffd70038;
    box-shadow: 0 0 20px rgba(255, 255, 0, 0.1);
}
.updated {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    color: #dbdbdb;
}

.accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 27px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.faq-box .accordion:last-child {
    border: none;
}
.icon {
    background: #ffd70030;
    padding: 10px 10px;
    border-radius: 8px;
    margin-right: 10px;
    color: #ffd700;
}

.arrow {
    transition: transform 0.3s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.4s ease;
    text-align: left;
}

.accordion-content p {
    opacity: 0.8;
}





/* moving blur glow */

.glow {
    position: fixed;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255,255,0,0.20) 0%, rgba(0,0,0,0) 70%);
    filter: blur(80px);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out; /* smooth movement */
}
section.hero.py-5 a.btn.btn-light {
    background: transparent;
    color: #fff;
    border: none;
    padding: 10px 25px !important;
    font-size: 14px;
}
a.btn.btn-outline-light {
    border: 1px solid #ffffff36;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 25px !important;
    margin-left: 20px;
}
section.hero.py-5 a.btn.btn-light i {
    font-size: 13px;
    position: relative;
    left: 7px;
    top: 1px;
}
section.features-section .row {
    margin-top: 10px;
}
section.hero.py-5 a.btn.btn-light:hover i {
    transition: 1s;
    transform: translate(4px, 0px);
}
 /* 🔷 Animation Box */
 #particle-box {
        width: 300px;
        height: 180px;
        position: absolute;
        top: 48px;
        left: 20px;
        border-radius: 10px;
        overflow: hidden;
        background: transparent;
    }

canvas {
    display: block;
    filter: blur(0.3px); /* light glow */
}

    .moving_top {
        animation: smoothFloat 5s cubic-bezier(.4,0,.2,1) infinite;
        display: inline-block;
    }

    @keyframes smoothFloat {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-22px);
        }
        100% {
            transform: translateY(0px);
        }
    }
section.features-section p.text-light.lead {
    font-size: 22px;
    max-width: 40rem;
    margin: 0 auto;
    color: #fff !important;
    z-index: 99;
    position: relative;
    font-weight: 400;
}

.content_div {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.group h1.main-title {
    position: relative;
    z-index: 99;
    max-width: 42rem;
}
.privacy_last {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: linear-gradient(to right, #FFD700, #FFA500, #FFD700);
  opacity: 0.5;
  filter: blur(20px); /* blur-lg approx */
  transition: all 0.5s ease;
}

/* Hover effect (group-hover) */
.content_div:hover .privacy_last {
  opacity: 0.75;
}

.group {
  position: relative;
  width: fit-content;
  margin: auto;
}

.gold-gradient {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: linear-gradient(to right, #FFD700, #FFA500, #FFD700);
  opacity: 0.75;
  filter: blur(40px); /* blur-2xl (approx 32–40px) */
  transition: all 0.5s ease;
}

/* Hover effect: group-hover */
.group:hover .gold-gradient {
  opacity: 1;
  filter: blur(60px); /* blur-3xl (approx 48–60px) */
}

