:root {
    --if-primary: #2f5be7;
    --if-secondary: #ff6b00;
    --if-dark: #1a237e;
    --if-light: #f8f9fa;
    --if-gray: #6c757d;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #333;
}



.btn-if-primary {
    background-color: var(--if-secondary) !important;
    border-color: var(--if-secondary);
    color: white !important;
    font-weight: 600 !important;
    padding: 10px 25px;
    border-radius: 4px;
}

.btn-if-primary:hover {
    background-color: #e05d00 !important;
    border-color: #e05d00;
    color: white;
}

.btn-if-outline {
    border: 2px solid var(--if-primary) !important;
    color: var(--if-primary);
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 4px;
}

.btn-if-outline:hover {
    background-color: var(--if-primary) !important;
    color: white;
}

.hero-section {
    background: linear-gradient(135deg, var(--if-primary), #1a3fc5) !important;
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
}

.hero-image {
    position: relative;
    z-index: 1;
}

.trust-badges {
    background-color: white;
    padding: 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.trust-badge-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.trust-badge-item img {
    max-height: 40px;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.trust-badge-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.section-title {
    font-weight: 700;
    color: var(--if-dark);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: var(--if-secondary);
}

.section-title.center:after {
    left: 50%;
    transform: translateX(-50%);
}

.feature-card {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 25px;
    height: 100%;
    transition: all 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--if-primary);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(47, 91, 231, 0.1) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 24px;
    color: var(--if-primary);
}

.process-step {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.process-step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: var(--if-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.pricing-card {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    background-color: var(--if-primary);
    color: white;
    padding: 20px;
    text-align: center;
}

.pricing-popular .pricing-header {
    background-color: var(--if-secondary) !important;
}

.pricing-price {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
}

.pricing-features {
    padding: 20px;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
}

.pricing-features li {
    padding: 8px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.testimonial-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    height: 100%;
}

.testimonial-rating {
    color: #ffc107;
    margin-bottom: 15px;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    background-color: #f8f9fa;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.faq-question:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--if-primary);
}

.faq-question.active:after {
    content: "-";
}

.faq-answer {
    padding: 0 20px;
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer.show {
    padding: 15px 20px;
    max-height: 500px;
}

.cta-section {
    background: linear-gradient(135deg, var(--if-primary), #1a3fc5);
    color: white;
    padding: 60px 0;
    text-align: center;
}



@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-image {
        margin-top: 30px;
    }
}


.hero-section {
    background: linear-gradient(rgba(47, 93, 148, 0.8), rgba(47, 93, 148, 0.8)),
        url("images/tax-hero-bg.jpg");
    background-size: cover;
    background-position: center;
    color: var(--light-color);
    padding: 80px 0;
    text-align: center;
}



.cta-button {
    background-color: var(--accent-color);
    color: var(--light-color);
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-button:hover {
    background-color: #e05d00;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}


.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.service-card-body {
    padding: 20px;
}

.service-card-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.benefit-icon {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.how-it-works-step {
    text-align: center;
    padding: 20px;
}

.step-number {
    background-color: var(--primary-color);
    color: var(--light-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-weight: 600;
}

.testimonial-card {
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-author {
    font-weight: 600;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.lead-form {
    background-color: var(--light-color);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.form-control {
    height: 45px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #1abc9c;
}

.btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #3498db;
    border-color: #3498db;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn-outline-primary {
    color: #3498db;
    border-color: #3498db;
}

.btn-outline-primary:hover {
    background-color: #3498db;
    color: #fff;
}

.btn-lg {
    padding: 12px 30px;
    font-size: 1.1rem;
}

/* Hero Section */
.hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hero-section h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.hero-section .lead {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #7f8c8d;
}

.cta-buttons .btn {
    margin-right: 15px;
    margin-bottom: 15px;
}

.trust-badges {
    margin-top: 30px;
}

.trust-badges span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #7f8c8d;
}

.trust-badges i {
    color: #2ecc71;
    margin-right: 5px;
}

/* Features Section */
.features-section {
    padding: 80px 0;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.feature-icon {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 20px;
}

.feature-item h3 {
    margin-bottom: 15px;
    color: #2c3e50;
}

/* Pricing Section */
.pricing-section {
    padding: 80px 0;
}

.pricing-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pricing-card.featured {
    border: 2px solid #3498db;
}

.pricing-card .card-header {
    background-color: #3498db;
    color: white;
    text-align: center;
    padding: 30px 20px;
}

.pricing-card .card-header h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.pricing-card .price {
    font-size: 2.5rem;
    font-weight: 700;
}

.pricing-card .price span {
    font-size: 1rem;
    font-weight: 400;
}

.pricing-card .card-body {
    padding: 30px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-card ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.pricing-card ul li i.fa-check {
    color: #2ecc71;
    position: absolute;
    left: 0;
}

.pricing-card ul li i.fa-times {
    color: #e74c3c;
    position: absolute;
    left: 0;
}

/* Process Section */
.process-section {
    padding: 80px 0;
}

.step {
    text-align: start;
    padding: 20px;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0px;
}

.step h3 {
    margin-bottom: 15px;
    color: #2c3e50;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 100%;
}

.testimonial-card .rating {
    color: #f1c40f;
    margin-bottom: 20px;
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 20px;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client-info h4 {
    margin-bottom: 5px;
    color: #2c3e50;
}

.client-info small {
    color: #7f8c8d;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
}

.card-header {
    background-color: white;
}

.card-header button {
    color: #2c3e50;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 15px;
}

.card-header button:hover {
    text-decoration: none;
}

.card-header button:focus {
    text-decoration: none;
    box-shadow: none;
}

.card-body {
    padding: 20px;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    color: white;
}

.cta-box {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-box h2 {
    color: white;
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 2.2rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
    }

    .cta-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .trust-badges span {
        display: block;
        margin-bottom: 10px;
    }
}

.form-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: -50px;
    position: relative;
}

.form-header {
    border-bottom: 2px solid var(--light-color);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.form-title {
    color: var(--primary-color);
    font-weight: 700;
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    padding: 10px 25px;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-right: 15px;
}

.price-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.price-card.featured {
    border: 2px solid var(--secondary-color);
}

.testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--secondary-color);
}

.eligibility-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: var(--accent-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.document-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}



.highlight-box {
    background-color: rgba(52, 152, 219, 0.1);
    border-left: 4px solid var(--secondary-color);
    padding: 20px;
    margin: 20px 0;
}


.main-content {
    background: #f8f9fa;
  }

  .title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
  }

  .tm-content-section {
    padding: 60px 0;
  }

  .content-wrapper {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }

  .sidebar-wrapper {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
  }

  .process-steps {
    margin-top: 30px;
  }

  .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #667eea;
  }

  .step-number {
    background: #667eea;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .step-content h4 {
    color: #333;
    margin-bottom: 10px;
  }

  .step-content p {
    color: #666;
    margin: 0;
  }

  .trademark-registration-form {
    margin-top: 20px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
  }

  .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
  }

  .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
  }

  .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
  }

  .tm-faq-section {
    padding: 60px 0;
    background: white;
  }

  .faq-container {
    margin-top: 30px;
  }

  .faq-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .faq-question {
    background: #f8f9fa;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
  }

  .faq-question:hover {
    background: #e9ecef;
  }

  .faq-question:after {
    display: none;
  }

  .faq-question h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }

  .faq-question i {
    color: #667eea;
    transition: transform 0.3s ease;
  }

  .faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-answer.active {
    padding: 20px;
    max-height: 200px;
  }

  .faq-answer p {
    margin: 0;
    color: #666;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .title {
      font-size: 2rem;
    }

    .content-wrapper,
    .sidebar-wrapper {
      padding: 20px;
    }

    .step {
      flex-direction: column;
      text-align: center;
    }

    .step-number {
      margin-right: 0;
      margin-bottom: 15px;
    }
  }
