/* GLOBAL STYLES */
:root {
    /* Colors based on the image (Dark background, neon highlights) */
    --dark-bg: #000000; 
    --card-bg: #1e1e1e; 
    --neon-pink: #ff6e7f;
    --neon-orange: #fbb380;
    --text-light: #ffffff;
    --text-muted: #aaaaaa;
}

body {
    background-color: var(--dark-bg);
    color: var(--text-light);
    font-family: 'Poppins', sans-serif; 
    line-height: 1.6;
}

/* GRADIENT CLASSES */
.text-neon-gradient {
    background: linear-gradient(to right, var(--neon-pink), var(--neon-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.text-neon-pink {
    color: var(--neon-pink) !important;
}

/* BUTTONS */
.btn-neon, .cust_btns button {
    background-image: linear-gradient(to right, #FD2EAC, #FFB21B);
    color: black;
    border: none;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    border-radius: 8px !important;
    border: 1px solid #fff;
    padding: 13px 26px !important;
    font-size: 18px !important;
    color: #fff !important;
}
 
.btn-neon-outline {
    background: transparent;
    border: 2px solid var(--neon-pink);
    color: var(--neon-pink);
    transition: all 0.3s ease;
}
.btn-neon:hover {
    box-shadow: 0 0 15px rgba(255, 110, 127, 0.7);
    background-image: linear-gradient(to right, #000, #FD2EAC);
    border: 1px solid #fff;
}
.cust_btns button.btn-neon-outline {
    border-color: #fff !important;
    color: #fff !important;
    background-image: unset !important;
}

/* HEADER/NAVBAR */
header {
    background-color: var(--dark-bg);
    border-bottom: 1px solid #111;
}

header a.navbar-brand img {
    max-width: 153px;
}

header a.nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/* HERO SECTION */
.hero-section {
    /* Assuming a subtle dark texture or image in the background */
    background: url('https://via.placeholder.com/1920x800/000000/1a1a1a?text=DARK+BACKGROUND+TEXTURE') center center no-repeat;
    background-size: cover;
    padding-bottom: 100px !important;
}

p.lead {
    color: #fff !important;
    font-size: 28px;
    font-weight: 400;
}
h5.head_sunbtitle {
    text-align: center;
    color: #9C9C9C;
}
h3.main_head {
    font-size: 32px !important;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 64px !important;
    color: #fff !important;
}
.features-section p {
    font-size: 20px;
    color: #9C9C9C;
}

.features-section p strong {
    font-weight: 500;
    color: #fff;
}

.image-exchange {
    border-radius: 0 !important;
}
.cust_btns {
    margin-top: 40px;
}
/* FEATURES CARDS */
.feature-cards-row {
    background-color: #0d0d0d; /* Slightly lighter background than the body for contrast */
    padding: 30px 10px;
    border-radius: 5px;
}
.feature-card {
    background-color: #1e1e1e; /* Dark card background */
    border: 1px solid #333;
    border-radius: 5px;
    position: relative;
    padding-bottom: 40px !important; 
    height: 100%;
}
.feature-card-active {
    /* This creates the glow/highlight effect seen on the third card */
    /* border: 1px solid var(--neon-pink); 
    box-shadow: 0 0 10px rgba(255, 110, 127, 0.5); */
}
.feature-card a {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/* BENEFITS LISTS (01, 02, 03 style) */
.list-benefits li {
    border-radius: 0;
    border-bottom: 1px solid #ffffff21;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 40px;
    margin-bottom: 40px;
    line-height: 44px;
}
.icon-circle {
    display: inline-block;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    font-weight: 400 !important;
    font-size: 28px;
    width: 36px;
    height: 44px;
    margin-right: 50px !important;
}
.benefits-consumers .col-lg-7 {
    padding-left: 50px;
}

.list-benefits li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-benefits li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}
.benefits-consumers .container {
    padding: 30px 30px 100px !important;
    background: #1E1E1E;
}

/* TESTIMONIALS & CTA */
.bg-darker {
    background-color: #151515;
}
blockquote {
    border: none;
    font-style: italic;
    color: var(--text-muted);
    font-size: 1.1rem;
}
.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid var(--neon-pink);
    color: var(--neon-pink);
}

.testimonial-card {
    display: flex;
    gap: 50px;
}

.textimonial_txt h4 {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.textimonial_txt p {
    font-size: 16px !important;
    font-weight: 400;
}

span.carousel-control-next-icon {
    background: unset;
}

span.carousel-control-prev-icon {
    background-image: unset;
}

.feature-card img.img-fluid {
    margin-bottom: 40px;
}

.feature-card h5 {
    padding-bottom: 40px;
    margin-bottom: 35px !important;
    position: relative;
}
.feature-card:hover {
    border: 1px solid var(--neon-pink);
    box-shadow: 0 0 10px rgba(255, 110, 127, 0.5);
}
.feature-card h5:after {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0;
    height: 2px;
    width: 140px;
    left: 0;
}

.feature-card p {
    font-size: 18px;
    color: #fff !important;
    line-height: 28px;
}

/* FOOTER */
.footer {
    background-color: #000;
}
.footer-input {
    background-color: #ffffff !important;
    border: unset;
    color: #000000 !important;
    border-radius: 8px !important;
}
.footer-hr {
    border-top: 1px solid #333;
    opacity: 1; 
}
.footer form {
    display: flex;
    background: #fff;
}
.footer a:hover {
    color: var(--text-light) !important;
}

.features-section .container, .benefits-business .container {
    background: #1E1E1E;
    padding: 100px 70px !important;
}

.features-section {
    padding: 0 !important;
}

.features-section .container .row .col-lg-7 {
    padding-left: 48px;
}

.features-section .container .row {
    margin-bottom: 0 !important;
}

.cta-section p {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 44px;
}

.cta-section h3 {
    font-size: 32px;
    font-weight: 500;
}

button.carousel-control-prev {
    top: 100%;
    left: 39%;
}

button.carousel-control-next {
    top: 100%;
    right: 39%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin: auto;
    }
    button.btn.btn-neon.rounded-pill.px-4.py-2.text-uppercase {
        margin-left: auto;
    }
}


@media (max-width: 767px) {
.features-section .container, .benefits-business .container {
    padding: 30px 15px !important;
}
h3.main_head {
    font-size: 24px !important;
    margin-top: 8px;
    margin-bottom: 28px !important;
}

h5.head_sunbtitle {
    font-size: 18px;
}

.features-section .container .row .col-lg-7
 {
    padding-left: 12px;
}
.features-section p {
    font-size: 16px;
}
.btn-neon, .cust_btns button {
    padding: 10px 20px !important;
    font-size: 16px !important;
}
.slider_sec.py-5 {
    padding: 0 !important;
}
.feature-card img.img-fluid {
    margin-bottom: 20px;
}
.feature-card h5 {
    padding-bottom: 20px;
    margin-bottom: 15px !important;
}
.feature-card p {
    font-size: 16px;
}
.list-benefits li {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}
.icon-circle {
    font-size: 22px;
    margin-right: 10px !important;
}
.benefits-consumers .col-lg-7 {
    padding-left: 0;
}
section.benefits-consumers.py-5 {
    padding: 12px !important;
}
.benefits-consumers .container {
    padding: 30px 15px 40px !important;
}
.cta-section h3 {
    font-size: 24px;
    font-weight: 500;
}
.cta-section p {
    font-size: 16px !important;
    line-height: 28px;
}
section.cta-section.text-center.py-5 {
    padding: 0 !important;
}
section.testimonials.py-5.bg-darker {
    padding: 0 !important;
}
.testimonial-card {
    gap: 0px;
    padding: 0 !important;
}
button.carousel-control-prev {
    left: 0;
}
button.carousel-control-next {
    right: 12px;
}
header a.navbar-brand img
 {
    max-width: 105px;
}
p.lead {
    font-size: 18px;
}
.hero-section h1 {
    font-size: 32px;
}

.hero-section h2 {
    font-size: 28px;
    line-height: 36px;
}
.hero-section {
    padding-bottom: 50px !important;
}
.hero-section .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}