/* Big Data Recovery Infotech - Main Stylesheet */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --primary: #00124d; --accent: #0b5fbc; --light: #62c6e8; --bg: #eaf6ff; --text: #333; --white: #fff; }
body { font-family: 'Segoe UI', Arial, sans-serif; color: var(--text); background: var(--white); }
a { text-decoration: none; color: inherit; }
.header { background: rgba(234, 246, 255, 0.96); padding: 8px 0; position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 12px rgba(0,0,0,.3); }
.header .container { margin: auto; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 63px; object-fit: contain; }
.logo p { color: #00124d; font-weight: 700; font-size: 1.1rem; line-height: 1.3; margin-bottom: 0px !important; font-size: 28px; }
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    text-decoration: none;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    z-index: 9999;
    animation: pulse 2s infinite;
    transition: transform 0.2s;
}
.fab {
    font-weight: 400;
}
 .fab {
    font-family: "Font Awesome 6 Brands";
}
.fab {
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.navbar { display: flex; align-items: center; }
.nav-links { display: flex; list-style: none; gap: 6px; margin: 0; padding: 0; }
.nav-links a { color: #00124d; padding: 7px 14px; border-radius: 6px; font-size: .92rem; font-weight: 500; transition: background .2s, color .2s; text-decoration: none; }
.nav-links a:hover { background: var(--accent); color: #fff; }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; cursor: pointer; border: 1px solid rgba(0,18,77,.18); border-radius: 8px; align-items: center; }
.hamburger .line { width: 24px; height: 3px; background: var(--primary); border-radius: 3px; }
.hero-slider { position: relative; overflow: hidden; height: 520px; }
.slider-track { display: flex; transition: transform .7s cubic-bezier(.77,0,.18,1); height: 100%; }
.slide { min-width: 100%; position: relative; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide::after { content:''; position:absolute; inset:0; background:linear-gradient(to right,rgba(0,18,77,.75) 40%,rgba(0,18,77,.2)); }
.hero-content { position: absolute; top: 50%; left: 8%; transform: translateY(-50%); z-index: 5; max-width: 560px; color: #fff; }
.hero-content h2 { font-size: 2.6rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.hero-content p { font-size: 1.1rem; opacity: .9; margin-bottom: 28px; line-height: 1.6; }
.btn-recover { background: var(--accent); color: #fff; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 1rem; border: 2px solid transparent; transition: all .2s; text-decoration: none; }
.btn-recover:hover { background: transparent; border-color: #fff; color: #fff; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.2); color: #fff; border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.1rem; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.slider-arrow:hover { background: var(--accent); }
.prev-arrow { left: 20px; } .next-arrow { right: 20px; }
.slider-dots { position:absolute; bottom:18px; left:50%; transform:translateX(-50%); display:flex; gap:8px; z-index:10; }
.dot { width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,.5); cursor:pointer; transition: background .2s; }
.dot.active { background:#fff; }
.container { max-width: 1200px; margin: auto; padding: 0 20px; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-size: 2rem; font-weight: 800; color: var(--primary); margin-bottom: 10px; }
.section-header p { color: #666; font-size: 1.05rem; max-width: 600px; margin: auto; }
.services { padding: 80px 0; background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 24px; }
.service-card { background: var(--bg); border-radius: 14px; padding: 28px 24px; transition: transform .25s, box-shadow .25s; border: 1px solid #d5e9f7; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(11,95,188,.15); }
.service-icon { width: 58px; height: 58px; border-radius: 14px; background: linear-gradient(135deg,var(--primary),var(--accent)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; }
.service-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.service-card p { font-size: .9rem; color: #555; line-height: 1.6; margin-bottom: 14px; }
.service-link { color: var(--accent); font-weight: 600; font-size: .9rem; }
.service-link:hover { text-decoration: underline; }
.why-us { padding: 80px 0; background: linear-gradient(135deg,var(--primary),var(--accent)); color: #fff; }
.why-us .section-header h2 { color: #fff; }
.why-us .section-header p { color: rgba(255,255,255,.8); }
.why-us-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 24px; margin-bottom: 40px; }
.why-card { background: rgba(255,255,255,.1); border-radius: 14px; padding: 28px 24px; border: 1px solid rgba(255,255,255,.2); transition: background .2s; }
.why-card:hover { background: rgba(255,255,255,.18); }
.why-icon { font-size: 2rem; margin-bottom: 12px; color: var(--light); }
.why-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: .9rem; opacity: .85; line-height: 1.6; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.badge { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); border-radius: 30px; padding: 10px 22px; display: flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; }
.pricing { padding: 80px 0; background: var(--bg); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: 24px; margin-bottom: 40px; }
.pricing-card { background: #fff; border-radius: 16px; border: 2px solid #d5e9f7; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.pricing-card.featured { border-color: var(--accent); box-shadow: 0 8px 30px rgba(11,95,188,.2); }
.pricing-header { background: linear-gradient(90deg, #00124d, #0b5fbc, #62c6e8); border-radius: 4px; box-shadow: 0 0 18px rgba(98, 198, 232, 0.5); color: #fff; padding: 28px 24px; text-align: center; }
.pricing-card.featured .pricing-header { background: linear-gradient(90deg, #00124d, #0b5fbc, #62c6e8); border-radius: 4px; box-shadow: 0 0 18px rgba(98, 198, 232, 0.5); }
.pricing-header h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.price { margin: 12px 0; }
.price .currency { font-size: 1.4rem; font-weight: 700; vertical-align: top; margin-top: 6px; display: inline-block; }
.price .amount { font-size: 2rem; font-weight: 800; }
.pricing-header p { opacity: .85; font-size: .9rem; }
.pricing-features { list-style: none; padding: 24px; }
.pricing-features li { padding: 8px 0; border-bottom: 1px solid #f0f4f8; font-size: .92rem; display: flex; align-items: center; gap: 8px; }
.pricing-features li:last-child { border: none; }
.pricing-features li i { color: #27ae60; }
.pricing-card .btn { display: block; margin: 0 24px 24px; padding: 12px; text-align: center; border-radius: 8px; font-weight: 700; transition: all .2s; }
.btn-primary { background: var(--accent); color: #fff; border: 2px solid var(--accent); }
.btn-primary:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.btn-outline { background: transparent; color: var(--accent); border: 2px solid var(--accent); }
.btn-outline:hover { background: var(--accent); color: #fff; }
.btn-secondary { background: var(--primary); color: #fff; border: 2px solid var(--primary); padding: 12px 32px; border-radius: 8px; font-weight: 700; display: inline-block; }
.btn-secondary:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.raid-pricing { background: #fff; border-radius: 14px; padding: 32px; text-align: center; border: 2px solid #d5e9f7; }
.raid-pricing h3 { font-size: 1.4rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.raid-pricing p { color: #555; margin-bottom: 20px; font-size: 1rem; }
.raid-pricing .highlight { color: var(--accent); font-weight: 800; font-size: 1.3rem; }
.testimonials { padding: 80px 0; background: #fff; }
.testimonials-slider { position: relative; min-height: 220px; }
.testimonial-card { display: none; }
.testimonial-card.active { display: block; animation: fadeIn .4s ease; }
@keyframes fadeIn { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:none; } }
.testimonial-content { background: var(--bg); border-radius: 16px; padding: 36px 40px; max-width: 820px; margin: auto; border: 1px solid #d5e9f7; }
.stars { color: #f39c12; font-size: 1.1rem; margin-bottom: 14px; }
.testimonial-content > p { font-size: 1rem; color: #444; line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.client-info { display: flex; align-items: center; gap: 14px; }
.client-avatar { font-size: 2.4rem; color: var(--accent); }
.client-details h4 { font-weight: 700; color: var(--primary); font-size: .95rem; }
.client-details p { color: #666; font-size: .85rem; }
.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.slider-btn { background: var(--primary); color: #fff; border: none; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 1rem; transition: background .2s; }
.slider-btn:hover { background: var(--accent); }
.contact { padding: 80px 0; background: var(--bg); }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-icon { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: linear-gradient(135deg,var(--primary),var(--accent)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.info-content h4 { font-weight: 700; color: var(--primary); margin-bottom: 4px; font-size: .95rem; }
.info-content p { color: #555; font-size: .88rem; line-height: 1.6; }
.contact-form { background: #fff; border-radius: 16px; padding: 36px; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.form-group { margin-bottom: 16px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #d5e9f7; border-radius: 8px; font-size: .95rem; outline: none; background: #f9fbfd; transition: border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); background: #fff; }
.contact-form .btn { width: 100%; padding: 14px; font-size: 1rem; border: none; cursor: pointer; border-radius: 8px; }
.footer { background: var(--primary); color: rgba(255,255,255,.85); padding: 60px 0 0; }
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo img { height: 61px; }
.footer-logo p { color: #fff; font-weight: 700; font-size: .95rem; margin-bottom: 0px !important; }
.footer-section > p { font-size: .88rem; line-height: 1.7; opacity: .8; margin-bottom: 16px; color: white; }
.footer-section h3 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 14px;     padding-left: 2rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: .88rem; opacity: .8; transition: opacity .2s; color: white; text-decoration: none; }
.footer-links a:hover { opacity: 1; color: var(--light); }
.footer-contact { list-style: none; }
.footer-contact li { font-size: .88rem; opacity: .8; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; color: white; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: .9rem; transition: background .2s; color: white; text-decoration: none;}
.social-links a:hover { background: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; text-align: center; font-size: .85rem; opacity: .7; }
.alert { padding: 14px 18px; border-radius: 8px; margin-bottom: 20px; font-weight: 500; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-danger { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
@media (max-width: 992px) { .footer-content { grid-template-columns: 1fr 1fr; } .contact-wrapper { grid-template-columns: 1fr; } .hero-content h2 { font-size: 2rem; } }
@media (max-width: 768px) { .header { padding: 8px 0; } .header .container { position: relative; padding: 0 14px; } .logo { min-width: 0; gap: 8px; } .logo img { height: 42px; } .logo p { font-size: .92rem; line-height: 1.2; } .navbar { margin-left: auto; padding: 0; } .nav-links { display: none; flex-direction: column; position: absolute; top: calc(100% + 8px); left: 14px; right: 14px; background: var(--primary); padding: 10px; z-index: 999; border-radius: 8px; box-shadow: 0 12px 28px rgba(0,0,0,.22); gap: 2px; } .nav-links.open { display: flex; width: 180px; left: auto; right: -13px; } .nav-links li { width: 100%; } .nav-links a { display: block; width: 100%; color: #fff; padding: 11px 12px; border-radius: 6px; font-size: .95rem; } .nav-links a:hover { background: rgba(255,255,255,.14); color: #fff; } .hamburger { display: flex; flex-shrink: 0; } .hero-slider { height: 380px; } .hero-content h2 { font-size: 1.5rem; } .hero-content { left: 5%; max-width: 90%; } .footer-content { grid-template-columns: 1fr; } .section-header h2 { font-size: 1.6rem; } }
