/* Modern UI/UX Color Scheme - Purple & White */
:root {
    --primary-gradient: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    --secondary-gradient: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    --accent-gradient: linear-gradient(135deg, #c084fc 0%, #a78bfa 100%);
    --dark-bg: #1e1b4b;
    --card-bg: rgba(255, 255, 255, 0.05);
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --accent-color: #8b5cf6;
    --accent-light: #a78bfa;
    --success-color: #10b981;
    --warning-color: #f59e0b;
}

[data-theme="dark"] {
    --text-primary: #ffffff;
    --text-secondary: #9ca3af;
    --card-bg: rgba(255, 255, 255, 0.08);
}

/* Modern Header */
.header {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
    border-bottom: 1px solid rgba(103, 126, 234, 0.1) !important;
}

[data-theme="dark"] .header {
    background: rgba(15, 15, 35, 0.95) !important;
    border-bottom: 1px solid rgba(103, 126, 234, 0.2) !important;
}

.navbar-nav .nav-item a::after {
    background: var(--primary-gradient) !important;
}

.header .contact_us {
    background: var(--primary-gradient) !important;
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.4) !important;
}

.header .contact_us:hover {
    background: var(--secondary-gradient) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(245, 87, 108, 0.5) !important;
}

/* Modern Banner */
.banner-con {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.52)), url(../images/secure-backgroundimage.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.banner-con::before {
    background: radial-gradient(circle at 30% 50%, rgba(139, 92, 246, 0.3) 0%, transparent 60%) !important;
}

.banner-con .banner_content {
    text-align: left !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.banner-con .banner_content h5 {
    color: #ffffff !important;
    letter-spacing: 4px !important;
}

.banner-con .banner_content h1 {
    color: #ffffff !important;
}

.banner-con .banner_content p {
    color: #ffffff !important;
}

.banner-con .banner_content .get_started {
    background: var(--accent-gradient) !important;
    box-shadow: 0 10px 40px rgba(79, 172, 254, 0.5) !important;
}

.banner-con .banner_content .get_started:hover {
    transform: translateY(-4px) scale(1.05) !important;
    box-shadow: 0 15px 50px rgba(79, 172, 254, 0.7) !important;
}

.banner-con .banner_content .learn_more_btn {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
}

/* Modern Buttons */
.all_button {
    background: var(--primary-gradient) !important;
    border: none !important;
    box-shadow: 0 8px 30px rgba(103, 126, 234, 0.4) !important;
    border-radius: 16px !important;
}

.all_button:hover {
    background: var(--secondary-gradient) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 40px rgba(245, 87, 108, 0.5) !important;
}

/* Modern Cards */
.benefit-con .benefit_wrapper ul li {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(103, 126, 234, 0.2) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.benefit-con .benefit_wrapper ul li:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 60px rgba(103, 126, 234, 0.3) !important;
    border-color: rgba(103, 126, 234, 0.5) !important;
}

.benefit-con .benefit_wrapper ul li .icon {
    background: var(--primary-gradient) !important;
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.3) !important;
}

.benefit-con .benefit_wrapper ul li:hover .icon {
    transform: translateY(-10px) rotate(5deg) !important;
    box-shadow: 0 15px 40px rgba(103, 126, 234, 0.5) !important;
}

/* Service Cards */
.service-con .service-box {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(103, 126, 234, 0.15) !important;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.06) !important;
    border-radius: 24px !important;
}

.service-con .service-box:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 25px 70px rgba(103, 126, 234, 0.25) !important;
    border-color: rgba(103, 126, 234, 0.4) !important;
    background: rgba(255, 255, 255, 0.95) !important;
}

.service-con .service-box .learn_more {
    color: var(--accent-color) !important;
    font-weight: 700 !important;
}

.service-con .service-box .learn_more:hover {
    color: #f5576c !important;
}

/* About Section */
.about-con .about_wrapper .box {
    background: var(--accent-gradient) !important;
    box-shadow: 0 15px 50px rgba(79, 172, 254, 0.4) !important;
    border-radius: 24px !important;
}

.about-con .about_content a {
    background: var(--primary-gradient) !important;
    box-shadow: 0 8px 30px rgba(103, 126, 234, 0.4) !important;
}

.about-con .about_content a:hover {
    background: var(--accent-gradient) !important;
    box-shadow: 0 12px 40px rgba(79, 172, 254, 0.5) !important;
}

/* Choose Section */
.choose-con {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
}

.choose-con::before {
    opacity: 30% !important;
}

/* FAQ Section */
.faq-con .accordion-card .btn-link {
    background: rgba(103, 126, 234, 0.1) !important;
    border: 2px solid rgba(103, 126, 234, 0.3) !important;
    color: var(--accent-color) !important;
    border-radius: 16px !important;
}

.faq-con .accordion-card .collapsed {
    background: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid rgba(103, 126, 234, 0.1) !important;
}

.faq-con .accordion-card:has(.show) .btn-link {
    background: var(--primary-gradient) !important;
    color: white !important;
    box-shadow: 0 8px 30px rgba(103, 126, 234, 0.4) !important;
}

/* Testimonial Section */
.testimonial-con {
    background: linear-gradient(180deg, #f8f9ff 0%, #e8ecff 100%) !important;
}

[data-theme="dark"] .testimonial-con {
    background: linear-gradient(180deg, #0f0f23 0%, #1a1a2e 100%) !important;
}

.testimonial-con .carousel-indicators .active figure {
    border: 3px solid var(--accent-color) !important;
    box-shadow: 0 0 20px rgba(103, 126, 234, 0.5) !important;
}

/* Footer */
.footer-con {
    background: linear-gradient(180deg, #0f0f23 0%, #000000 100%) !important;
}

.footer-con .middle_portion .social-icons a:hover i {
    background: var(--primary-gradient) !important;
    transform: translateY(-5px) rotate(10deg) !important;
}

/* Contact Form */
.contact-con .contact_form input,
.contact-con .contact_form select,
.contact-con .contact_form textarea {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(15px) !important;
    border: 2px solid rgba(103, 126, 234, 0.2) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
}

.contact-con .contact_form input:focus,
.contact-con .contact_form select:focus,
.contact-con .contact_form textarea:focus {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 30px rgba(103, 126, 234, 0.3) !important;
}

.contact-con .contact_form .submit_now {
    background: var(--primary-gradient) !important;
    box-shadow: 0 8px 30px rgba(103, 126, 234, 0.4) !important;
    border-radius: 16px !important;
}

.contact-con .contact_form .submit_now:hover {
    background: var(--secondary-gradient) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 40px rgba(245, 87, 108, 0.5) !important;
}

/* Back to Top */
#button {
    background: var(--primary-gradient) !important;
    box-shadow: 0 10px 35px rgba(103, 126, 234, 0.4) !important;
    border-radius: 20px !important;
}

#button:hover {
    background: var(--accent-gradient) !important;
    transform: translateY(-6px) scale(1.1) !important;
    box-shadow: 0 15px 50px rgba(79, 172, 254, 0.6) !important;
}

/* Modern Typography */
h1, h2, h3, h4, h5, h6 {
    background: linear-gradient(135deg, #000 0%, #6d28d9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    color: #ffffff !important;
}

/* Smooth Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.benefit-con .benefit_wrapper ul li .icon {
    animation: pulse 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.service-con .service-box:hover {
    background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(103,126,234,0.1) 50%, rgba(255,255,255,0.8) 100%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}


/* Hero Banner White Headings */
.banner-con h1,
.banner-con h2,
.banner-con h3,
.banner-con h4,
.banner-con h5,
.banner-con h6 {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    color: #ffffff !important;
}


/* Choose Section White Headings */
.choose-con h1,
.choose-con h2,
.choose-con h3,
.choose-con h4,
.choose-con h5,
.choose-con h6 {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    color: #ffffff !important;
}


/* Website Max Width 1440px */
.container {
    max-width: 1440px !important;
}

/* Center Service Section */
.service-con {
    text-align: center;
}

.service-con .row {
    justify-content: center;
}

.service-con h1,
.service-con h2,
.service-con h5,
.service-con p {
    text-align: center;
}


/* Footer White Headings */
.footer-con h1,
.footer-con h2,
.footer-con h3,
.footer-con h4,
.footer-con h5,
.footer-con h6 {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    color: #ffffff !important;
}
