/* Custom CSS for InvestPro Canada */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

/* Navbar Toggler (Burger Menu) */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 6px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    margin-right: 10px;
    position: relative;
}

.navbar-toggler:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
    display: block;
}

/* Hero Section */
.slider_area {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/hero.webp');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.slider_text h3 {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.slider_text h3 span {
    color: #007bff;
}

.slider_text p {
    font-size: 1.2rem;
    color: #f8f9fa;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.boxed-btn3 {
    background: #007bff;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.boxed-btn3:hover {
    background: #0056b3;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Services Section */
.ftco-section {
    padding: 100px 0;
}

.heading-section .subheading {
    color: #007bff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.services {
    padding: 40px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.services:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.services .icon {
    width: 80px;
    height: 80px;
    background: #007bff;
    border-radius: 50%;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

.services h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.services p {
    color: #666;
    line-height: 1.6;
}

/* Features Section */
.feature-area {
    background: #f8f9fa;
    padding: 100px 0;
}

.section-padding2 {
    padding: 100px 0;
}

.single-feature {
    padding: 40px 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
}

.single-feature h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.secondary-btn {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.secondary-btn:hover {
    color: #0056b3;
    text-decoration: none;
}

/* About Section */
.about-section {
    padding: 100px 0;
}

.section-padding-80-0 {
    padding: 100px 0 0;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 10px;
}

.section-header span {
    color: #007bff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-text h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.about-text p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.akame-button {
    background: #007bff;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.akame-button:hover {
    background: #0056b3;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Pricing Section */
.pricing_area {
    background: #f8f9fa;
    padding: 100px 0;
}

.section_gap {
    padding: 100px 0;
}

.main_title {
    text-align: center;
    margin-bottom: 60px;
}

.main_title h2 {
    font-size: 1.2rem;
    color: #007bff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main_title h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.main_title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.pricing_item {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.pricing_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.pricing_item.active {
    border: 3px solid #007bff;
    transform: scale(1.05);
}

.p_title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.p_price {
    font-size: 3rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 30px;
}

.p_price span {
    font-size: 1rem;
    color: #666;
    font-weight: 400;
}

.pricing_item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing_item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.pricing_item ul li:last-child {
    border-bottom: none;
}

.gradient_btn {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.gradient_btn:hover {
    background: linear-gradient(45deg, #0056b3, #004085);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.faq-subheading {
    color: #007bff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 15px 0 20px;
}

.faq-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.faq-accordion {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    background: white;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question.active {
    background: #e3f2fd;
    border-left: 4px solid #007bff;
}

.faq-question-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.faq-question-content i {
    color: #007bff;
    font-size: 1.2rem;
}

.faq-question-content span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.faq-arrow {
    color: #666;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.faq-arrow.rotated {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fafafa;
}

.faq-answer.open {
    max-height: 200px;
}

.faq-answer-content {
    padding: 25px 30px 25px 60px;
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
}

/* Contact Section */
.ftco-appointment {
    background: linear-gradient(rgba(0,123,255,0.9), rgba(0,86,179,0.9)), url('../images/hero.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.appointment {
    background: rgba(255,255,255,0.95);
    padding: 40px;
    border-radius: 10px;
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
}

.appointment h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.btn-primary {
    background: #007bff;
    border: 1px solid #007bff;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

/* Footer */
footer {
    background: #212529 !important;
    color: #fff;
}

footer h5, footer h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

footer a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #007bff;
}

/* Cookie Notice */
.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: white;
    padding: 20px 0;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-notice.hidden {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .slider_text h3 {
        font-size: 2.5rem;
    }
    
    .slider_text p {
        font-size: 1rem;
    }
    
    .pricing_item.active {
        transform: none;
    }
    
    .appointment {
        padding: 30px 20px;
    }
    
    .form-group.ml-md-4 {
        margin-left: 0 !important;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Reduce section padding on mobile */
    .ftco-section,
    .feature-area,
    .about-section,
    .pricing_area,
    .faq-section,
    .ftco-appointment {
        padding: 60px 0;
    }
    
    .slider_area {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .slider_text h3 {
        font-size: 2rem;
    }
    
    .main_title h1 {
        font-size: 2rem;
    }
    
    .p_price {
        font-size: 2.5rem;
    }
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Further reduce section padding on very small screens */
    .ftco-section,
    .feature-area,
    .about-section,
    .pricing_area,
    .faq-section,
    .ftco-appointment {
        padding: 40px 0;
    }
    
    .slider_area {
        padding-top: 70px;
        padding-bottom: 30px;
        min-height: 90vh;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .navbar {
        padding: 0.5rem 0.5rem;
    }
    
    .navbar-toggler {
        border: 2px solid #fff;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 10px 14px;
        margin-right: 5px;
    }
    
    .navbar-toggler:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
}/* Services
 Page Styles */
.page-header {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/hero.webp');
    background-size: cover;
    background-position: center;
    padding: 150px 0 80px;
    color: white;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.services-detail {
    padding: 80px 0;
}

.service-item {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 1.8rem;
}

.service-item h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.service-item p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-item ul {
    list-style: none;
    padding: 0;
}

.service-item ul li {
    color: #666;
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.service-item ul li:before {
    content: "✓";
    color: #007bff;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.cta-section {
    background: #007bff !important;
}

.cta-section h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.btn-light {
    background: white;
    color: #007bff;
    border: 2px solid white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background: transparent;
    color: white;
    border-color: white;
}

/* Privacy and Terms Pages */
.content-page {
    padding: 150px 0 80px;
}

.content-page h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.content-page h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content-page h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-page p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.content-page ul {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.content-page ul li {
    margin-bottom: 8px;
}

.last-updated {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
    border-left: 4px solid #007bff;
}

.last-updated p {
    margin: 0;
    font-weight: 600;
    color: #333;
}/
* Thank You Page Styles */
.thank-you-section {
    padding: 150px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.thank-you-content, .error-content {
    padding: 60px 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.success-icon {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 30px;
}

.error-icon {
    font-size: 4rem;
    color: #dc3545;
    margin-bottom: 30px;
}

.thank-you-content h1, .error-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.thank-you-content .lead, .error-content .lead {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 25px;
}

.next-steps {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 40px 0;
}

.next-steps h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.step {
    text-align: center;
    padding: 20px;
}

.step i {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
}

.step h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.step p {
    color: #666;
    font-size: 0.95rem;
}

.contact-info {
    background: #e3f2fd;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #007bff;
}

.contact-info p {
    margin-bottom: 8px;
    color: #333;
}

.contact-info a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.contact-info a:hover {
    text-decoration: underline;
}/* A
nimation Styles */
.services, .single-feature, .pricing_item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.services.animate-in, .single-feature.animate-in, .pricing_item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Navbar styles */
.navbar {
    transition: all 0.3s ease;
    padding: 0.8rem 1rem;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-dark {
    background-color: rgba(33, 37, 41, 0.9) !important;
}

/* Navbar scroll effect */
.navbar.scrolled {
    background-color: rgba(33, 37, 41, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Loading animation */
body {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.loaded {
    opacity: 1;
}

/* Form validation styles */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Fix container overflow */
.container, .container-fluid {
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Additional responsive fixes */
@media (max-width: 991px) {
    .navbar {
        padding: 0.5rem 1rem;
    }
    
    .navbar .container {
        position: relative;
    }
    
    .navbar-brand {
        flex: 1;
    }
    
    .navbar-toggler {
        border: 2px solid rgba(255, 255, 255, 0.7);
        background-color: rgba(255, 255, 255, 0.15);
        padding: 8px 12px;
        margin-right: 0;
        margin-left: auto;
    }
    
    .navbar-collapse {
        background: rgba(33, 37, 41, 0.95);
        padding: 20px;
        border-radius: 8px;
        margin-top: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        color: rgba(255, 255, 255, 0.8);
        font-weight: 500;
    }
    
    .navbar-nav .nav-link:hover {
        color: #007bff;
        padding-left: 10px;
        transition: all 0.3s ease;
    }
    
    .navbar-nav .nav-link.active {
        color: #007bff;
        font-weight: 600;
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Hover effects */
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* FAQ Responsive */
@media (max-width: 768px) {
    .faq-title {
        font-size: 2rem;
    }
    
    .faq-question {
        padding: 20px 15px;
    }
    
    .faq-question-content {
        gap: 10px;
    }
    
    .faq-question-content span {
        font-size: 1rem;
    }
    
    .faq-answer-content {
        padding: 20px 15px 20px 40px;
        font-size: 0.95rem;
    }
    
    .faq-answer.open {
        max-height: 300px;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}