/* GLOBAL SETTINGS */
.z-50{z-index:99999 !important;}
body {
    font-family: 'Poppins', sans-serif;
    background: #f4f7fc;
    margin: 0;
    padding: 0;
}
.product-spec {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
}
.product-spec li {

    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    color: #444;

}

/* Optional check icon */
.product-spec li::before {

    content: "✓ ";
    color: #2563eb;
    font-weight: bold;

}
.product-container {

    position: relative;
    overflow: hidden;

}

.hover-info {

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.85);

    color: #fff;

    opacity: 0;

    transition: 0.4s;

    padding: 20px;

    text-align: left;

}

.product-container:hover .hover-info {

    opacity: 1;

}

.hover-info ul {

    padding-left: 15px;
    font-size: 14px;

}

.hover-info h6 {

    margin-bottom: 10px;

}

section {
    padding: 80px 0;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

.container {
    max-width: 1200px;
}

.products h2{
    margin-bottom:30px;
}
/* HEADER */

.header {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    padding: 15px 0;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-size: 24px;
    color: #fff !important;
}

.nav-link {
    color: #fff !important;
    margin-left: 15px;
}

.nav-link:hover {
    color: #ffd700 !important;
}

.btn-primary {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-outline-light {
    margin-left: 10px;
}


/* HERO SECTION */

.hero {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
    padding-top: 140px;
    padding-bottom: 80px;
}

.hero h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero img {
    max-width: 100%;
}


/* PAYMENT TRUST */

.payments {
    background: #fff;
    padding: 30px 0;
}

.payments img {
    margin: 10px;
    filter: grayscale(100%);
    transition: 0.3s;
}

.payments img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}


/* PRODUCTS */

.products {
    background: #f4f7fc;
}

.product-card {
    border: none;
    border-radius: 15px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card .product-container img {
    border-radius: 15px 15px 0 0;
}

.product-card .card-body {
    padding: 20px;
}

.product-card h5 {
    font-size: 20px;
}

.product-card p {
    font-size: 18px;
    font-weight: bold;
}


/* FEATURES */

.features {
    background: #fff;
}

.features h5 {
    margin-top: 20px;
}


/* PRICING */

.pricing {
    background: #f4f7fc;
}

.pricing .card {
    border: none;
    border-radius: 15px;
    padding: 30px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pricing .card:hover {
    transform: scale(1.05);
}

.pricing h3 {
    margin-bottom: 15px;
}


/* ORDER */

.order {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
}

.order form {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    color: #000;
}

.order .form-control {
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 12px;
}

.order button {
    margin-top: 10px;
}





/* FAQ */

.faq-section {

background: linear-gradient(135deg, #2563eb, #7c3aed);
padding: 80px 0;

}

.faq-container {

max-width: 800px;
margin: auto;

}

.faq-item {

background: #fff;
margin-bottom: 10px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);

}

.faq-question {

width: 100%;
padding: 18px;
border: none;
background: #fff;
font-size: 16px;
font-weight: 600;
text-align: left;
cursor: pointer;
display: flex;
justify-content: space-between;

}

.faq-question:hover {

background: #f1f5ff;

}

.faq-answer {

display: none;
padding: 15px;
font-size: 14px;
color: #555;

}

.faq-icon {

font-size: 20px;
color: #2563eb;

}


/* CONTACT */

.footer-section {

background: linear-gradient(135deg,#0f172a,#1e293b);
color: #fff;
padding: 60px 0;

}

.footer-title {

margin-bottom: 20px;
font-weight: 600;

}

.footer-links {

list-style: none;
padding: 0;

}

.footer-links li {

margin-bottom: 10px;

}

.footer-links a {

color: #cbd5e1;
text-decoration: none;

}

.footer-links a:hover {

color: #38bdf8;

}

.chat-btn {

background: linear-gradient(90deg,#2563eb,#7c3aed);
border: none;
padding: 10px 20px;
color: #fff;
border-radius: 8px;
cursor: pointer;

}

.chat-btn:hover {

opacity: 0.9;

}

.footer-bottom {

margin-top: 20px;
color: #94a3b8;

}

.floating-buttons {

position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;

display: flex;
flex-direction: column;
gap: 10px;

}

.float-btn {

display: flex;
align-items: center;
gap: 10px;

background: #25d366;
color: #fff;

padding: 10px 15px;

border-radius: 50px;

text-decoration: none;
border: none;

cursor: pointer;

box-shadow: 0 5px 20px rgba(0,0,0,0.3);

transition: 0.3s;

}

.float-btn img {

width: 25px;

}

.float-btn span {

font-size: 14px;

}

.float-btn:hover {

transform: scale(1.1);

}

/* Live Chat Button */

.chat-btn {

background: linear-gradient(90deg,#2563eb,#7c3aed);

}


/* FOOTER */

.footer {
    background: #0f172a;
    color: #fff;
    padding: 20px}
    
    .why-section {

background: linear-gradient(135deg, #6084ed, #8b59e9);
padding: 80px 0;

}

.section-title {

font-size: 36px;
font-weight: 700;
color: #fff;
}

.section-subtitle {

color: #fff;
margin-top: 10px;

}

.why-card {

background: #fff;
padding: 30px;
border-radius: 15px;
text-align: center;
transition: 0.3s;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);

}

.why-card:hover {

transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.15);

}

.why-icon {

font-size: 40px;
color: #2563eb;
margin-bottom: 15px;

}

.why-card h5 {

font-weight: 600;

}

.why-card p {

font-size: 14px;
color: #666;

}

.testimonial-section {

background: linear-gradient(135deg, #f8fafc, #eef2ff);
padding: 80px 0;

}

.testimonial-card {

background: #fff;
padding: 25px;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
transition: 0.3s;

}

.testimonial-card:hover {

transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.2);

}

.testimonial-header {

display: flex;
align-items: center;
margin-bottom: 10px;

}

.user-img {

width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 10px;

}

.verified {

color: green;
font-size: 12px;

}

.stars {

color: #fbbf24;
font-size: 18px;
margin-bottom: 10px;

}

.testimonial-card p {

color: #555;
font-size: 14px;

}
.testimonial-section .section-title {

font-size: 36px;
font-weight: 700;
color: #000;
}

.testimonial-section .section-subtitle {

color: #000;
margin-top: 10px;

}