.t-hero {
           background: linear-gradient(135deg, #145a96 0%, #1E73BE 50%, #2890e0 100%);
            padding: 80px 0;
            color: #fff;
        }

        .t-hero h1, .t-hero h2 {
            font-weight: 700;
        }
        .t-hero h1 {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
        }
        .t-hero h2 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
        }
        .t-hero p {
            font-size: 1.125rem;
            max-width: 800px;
            margin: 0 auto 3rem auto;
            opacity: 0.9;
        }
        .stats-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        .stat-item {
            background-color: rgba(255, 255, 255, 0.15);
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            flex-grow: 1;
            flex-basis: 200px;
            max-width: 250px;
        }
        .stat-item .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            display: block;
            margin-bottom: 0.25rem;
        }
        .stat-item .stat-label {
            font-size: 1rem;
            opacity: 0.9;
        }
        @media (max-width: 991.98px) {
            .t-hero {
                padding: 60px 0;
            }
            .t-hero h1 {
                font-size: 2rem;
            }
            .t-hero h2 {
                font-size: 3rem;
            }
            .t-hero p {
                font-size: 1rem;
            }
        }
        @media (max-width: 767.98px) {
            .stats-container {
                flex-direction: column;
                align-items: center;
            }
            .stat-item {
                width: 100%;
                max-width: 300px;
            }
        }
         @media (max-width: 575.98px) {
            .t-hero {
                padding: 40px 0;
            }
            .t-hero h1 {
                font-size: 1.75rem;
            }
            .t-hero h2 {
                font-size: 2.5rem;
            }
        }


        
          #random-section {
            padding-top: rem;
          
        }
        .cta-card {
            background-color: #1E73BE;
            border-radius: 20px;
            color: white;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .cta-card h2 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
        }
        .cta-card p {
            font-size: 1.125rem;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto 2rem;
        }
        .cta-button {
            background-color: #1a1a1a;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
        }
        .cta-button .arrow {
            margin-left: 10px;
            transition: transform 0.2s;
        }
        .cta-button:hover .arrow {
            transform: translateX(5px);
        }
        .social-proof {
            display: flex;
            align-items: center;
            margin-top: 2rem;
        }
        .avatar-group {
            display: flex;
        }
        .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 3px solid #d9232d;
            margin-left: -15px;
            background-color: #f7b731;
        }
        .avatar:first-child {
            margin-left: 0;
        }
        .social-proof-text {
            margin-left: 15px;
            font-size: 1rem;
            font-weight: 500;
        }
        .stats-section {
            padding-top: 4rem;
            padding-bottom: 4rem;
            text-align: center;
        }
        .stat-item {
            margin-bottom: 2rem;
        }
        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: #1a1a1a;
        }
        .stat-label {
            font-size: 1rem;
            color: #6c757d;
        }
        @media (max-width: 768px) {
            .cta-card h2 {
                font-size: 2rem;
            }
            .social-proof {
                flex-direction: column;
                align-items: center;
            }
            .cta-button {
                margin-bottom: 1rem;
            }
        }




        
    .t-cards {
      padding: 60px 0;
    }
    .t-card {
      background-color: #ffffff;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 30px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .t-card:hover {
      transform: translateY(-5px);
    }
    .t-card-header {
      background-color: #1E73BE;
      color: #ffffff;
      padding: 30px;
      position: relative;
    }
    .t-card-header .featured-badge {
      position: absolute;
      top: 20px;
      left: 20px;
      background-color: #ffc107;
      color: #212529;
      font-size: 12px;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 20px;
      text-transform: uppercase;
    }
    .t-card-header .title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 5px;
    }
    .t-card-header .subtitle {
      font-size: 16px;
      font-weight: 400;
    }
    .t-card-body {
      padding: 30px;
    }
    .t-card-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      font-size: 14px;
    }
    .t-card-info .duration {
      background-color: #fbe9ea;
      color: #dc3545;
      padding: 5px 15px;
      border-radius: 20px;
    }
    .t-card-info .category {
      color: #6c757d;
    }
    .t-card-section-title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #dc3545;
    }
    .t-card-section-content {
      font-size: 16px;
      color: #6c757d;
      line-height: 1.6;
    }
    .t-card-stats {
      margin-top: 30px;
    }
    .t-card-stat {
      text-align: center;
    }
    .t-card-stat .icon {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .t-card-stat .value {
      font-size: 28px;
      font-weight: 700;
      color: #28a745;
    }
    .t-card-stat .value.negative {
      color: #dc3545;
    }
    .t-card-stat .label {
      font-size: 14px;
      color: #6c757d;
    }
    .t-card-footer {
      padding: 30px;
      border-top: 1px solid #dee2e6;
    }




    .c-hero {
                  background: linear-gradient(135deg, #145a96 0%, #1E73BE 50%, #2890e0 100%);
            padding: 80px 0;
            color: white;
        }
        .c-hero .container {
            max-width: 960px;
        }
        .c-hero h1 {
            font-size: 2.25rem; 
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .c-hero h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .c-hero p {
            max-width: 600px;
            margin: 0 auto 3rem;
            line-height: 1.6;
            font-size: 1.2rem;
        }
        .c-hero .stat-card {
            background-color: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: 0.75rem; 
            text-align: center;
        }
        .c-hero .stat-card .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
        }
        .c-hero .stat-card .stat-label {
            font-size: 1rem;
            opacity: 0.8;
        }
        @media (min-width: 768px) {
            .c-hero h1 {
                font-size: 2.5rem;
            }
            .c-hero h2 {
                font-size: 4rem;
            }
        }



        .c-cards {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
        .c-cards .container {
            max-width: 1140px;
        }
        .c-cards h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #212529;
        }
        .c-cards .subtitle {
            font-size: 1.125rem;
            color: #6c757d;
            margin-bottom: 1.5rem;
        }
        .title-underline {
            width: 80px;
            height: 4px;
            background-color: #1E73BE;
            margin: 0 auto 3rem auto;
            border-radius: 2px;
        }
        .testimonial-card {
            background-color: #ffffff;
            border: 1px solid #dee2e6;
            border-radius: 0.5rem;
            padding: 2rem;
            margin-bottom: 2rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        }
        .featured-badge {
            display: inline-block;
            background-color: #1E73BE;
            color: #ffffff;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.25rem 0.75rem;
            border-radius: 0.25rem;
            margin-bottom: 1rem;
        }
        .rating .star {
            color: #ffc107;
            font-size: 1.25rem;
            margin-right: 0.25rem;
        }
        .quote-icon {
            font-size: 2rem;
            color: #adb5bd;
            margin-bottom: 1rem;
        }
        .testimonial-text {
            font-size: 1rem;
            color: #495057;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            font-style: italic;
        }
        .author-info {
            display: flex;
            align-items: center;
        }
        .author-avatar {
            width: 50px;
            height: 50px;
            background-color: #1E73BE;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 1.25rem;
            margin-right: 1rem;
        }
        .author-details {
            line-height: 1.2;
        }
        .author-name {
            font-weight: 600;
            color: #212529;
            margin: 0;
        }
        .author-title {
            font-size: 0.875rem;
            color: #6c757d;
            margin: 0;
        }
     






          .blogs1 {
            padding: 60px 0;
        }
        .blogs1 .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .blogs1 .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #212529;
            position: relative;
            padding-bottom: 10px;
        }
        .blogs1 .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 80px;
            height: 3px;
            background: #1E73BE;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        .card {
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .card:hover {
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .card-img-top {
            background-color: #c02c2c;
            padding: 8rem 1rem 1rem;
            position: relative;
            color: white;
            border-bottom: 1px solid #dee2e6;
        }
        .card-img-top .badge-container {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            display: flex;
            gap: 0.5rem;
        }
        .card-img-top .badge {
            background-color: rgba(0,0,0,0.2);
            padding: 0.35em 0.65em;
            font-size: .75em;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25rem;
        }
        .card-body {
            padding: 24px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #212529;
            margin-bottom: 1rem;
        }
        .card-text {
            color: #6c757d;
            flex-grow: 1;
            margin-bottom: 1.5rem;
        }
        .card-footer {
            padding: 1rem 1.5rem;
            background-color: transparent;
            border-top: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.875rem;
            color: #6c757d;
        }
        .card-footer .author-info, .card-footer .date-info {
            display: flex;
            align-items: center;
        }
        .card-footer .author-info span, .card-footer .date-info span {
           margin-left: 0.3rem;
        }
        .card-footer-left {
            display: flex;
            gap: 1rem;
        }
        .arrow-icon {
            color: #d9534f;
            font-size: 1.2rem;
            transition: transform 0.2s;
        }
        .card-footer:hover .arrow-icon {
            transform: translateX(5px);
        }
        .material-symbols-outlined {
            vertical-align: middle;
        }




        .blogs2 {
            padding: 60px 0;
        }
        .card {
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            background-color: #ffffff;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
        }
        .card-img-top {
            background-color: #6c757d;height: 200px;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            position: relative;
        }
        .badge {
            position: absolute;
            top: 16px;
            left: 16px;
            padding: 6px 12px;
            font-size: 0.75rem;
            font-weight: 600;
            border-radius: 6px;
        }
        .badge.bg-ppc { background-color: #dc3545; }
        .badge.bg-seo { background-color: #0d6efd; }
        .badge.bg-paid-social { background-color: #198754; }
        .badge.bg-cro { background-color: #dc3545; }
        .badge.bg-amazon { background-color: #6c757d; }
        .badge.bg-email-marketing { background-color: #dc3545; }
        .card-body {
            padding: 24px;
        }
        .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 12px;
            color: #212529;
        }
        .card-text {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 24px;
            line-height: 1.6;
        }
        .card-footer {
            background-color: transparent;
            border-top: none;
            padding: 0 24px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.8rem;
            color: #6c757d;
        }
        .author, .read-time {
            display: flex;
            align-items: center;
        }
        .author .material-icons,
        .read-time .material-icons {
            font-size: 16px;
            margin-right: 6px;
        }






        
         .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-title {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }

        .faq-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .faq-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background-color: #1E73BE;
            border-radius: 2px;
        }

        .faq-item {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            margin-bottom: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .faq-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .faq-question {
            padding: 24px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            border: none;
            width: 100%;
            text-align: left;
            transition: background-color 0.3s ease;
        }

        .faq-question:hover {
            background-color: #f8f9fa;
        }

        .faq-question h5 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c3e50;
            flex: 1;
            padding-right: 20px;
        }

        .faq-icon {
            color: #dc3545;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            background-color: #f8f9fa;
        }

        .faq-answer.show {
            max-height: 300px;
            padding: 0 24px 24px 24px;
        }

        .faq-answer p {
            margin: 0;
            color: #6c757d;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            .faq-title h2 {
                font-size: 2rem;
            }
            
            .faq-question {
                padding: 20px;
            }
            
            .faq-question h5 {
                font-size: 1rem;
                padding-right: 15px;
            }
            
            .faq-answer.show {
                padding: 0 20px 20px 20px;
            }
        }

        @media (max-width: 576px) {
           
            
            .faq-title h2 {
                font-size: 1.75rem;
            }
            
            .faq-question {
                padding: 18px;
            }
            
            .faq-answer.show {
                padding: 0 18px 18px 18px;
            }
        }






        .about-section {
            padding: 6rem 0;
        }
        .about-section .content h2 {
            font-size: 3rem;
            font-weight: 700;
            color: #1a1a1a;
            position: relative;
            padding-bottom: 1rem;
            margin-bottom: 2rem;
        }
        .about-section .content h2::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 4px;
            background-color: #1E73BE;
        }
        .about-section .content p {
            color: #555;
            line-height: 1.8;
            margin-bottom: 2rem;
            font-size: 17px;
        }
        .btn-work {
            background-color: #1E73BE;
            color: #fff;
            padding: 0.75rem 1.5rem;
            border-radius: 0.375rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: background-color 0.3s;
        }
        .btn-work:hover {
            background-color: #1E73BE;
            color: #fff;
        }
        .btn-work .material-icons {
            margin-left: 0.5rem;
            font-size: 1.25rem;
        }
        .features-grid {
            background-color: #fceeee;
            border-radius: 1rem;
            padding: 2rem;
        }
        .feature-card {
            background-color: #fff;
            border-radius: 0.75rem;
            padding: 2rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            text-align: left;
        }
        .feature-card .icon {
            font-size: 2.5rem;
            color: #1E73BE;
            margin-bottom: 1rem;
        }
        .feature-card h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.5rem;
        }
        .feature-card p {
            color: #555;
            font-size: 0.9rem;
            line-height: 1.6;
        }
        @media (min-width: 992px) {
            .feature-card {
                margin-bottom: 0;
            }
        }


          .values-section {
            padding: 80px 0;
            text-align: center;
        }
        .values-section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            color: #212529;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 20px;
        }
        .values-section h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background-color: #1E73BE;
            margin: 20px auto 0;
        }
        .values-section .lead {
            font-size: 1.25rem;
            color: #6c757d;
            max-width: 800px;
            margin: 0 auto 60px;
        }
        .value-item {
            margin-bottom: 40px;
        }
        .value-icon {
            width: 80px;
            height: 80px;
            background-color: #1E73BE;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        .value-icon .material-icons {
            font-size: 40px;
            color: #fff;
        }
        .value-item h3 {
            font-size: 1.5rem;
            font-weight: bold;
            color: #212529;
            margin-bottom: 15px;
        }
        .value-item p {
            font-size: 1rem;
            color: #6c757d;
            padding: 0 15px;
        }



        .team-section {
            padding: 60px 0;
        }
        .section-title {
            text-align: center;
            margin-bottom: 20px;
        }
        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
        }
        .section-title h2::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 50px;
            height: 4px;
            background-color: #1E73BE;
        }
        .section-subtitle {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 50px auto;
            font-size: 1.1rem;
            color: #666;
        }
        .team-card {
            background-color: #fff;
            border: 1px solid #e9ecef;
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .team-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .team-avatar {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background-color: #1E73BE;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 700;
            margin: 0 auto 20px auto;
        }
        .team-member-name {
            font-size: 1.25rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }
        .team-member-title {
            font-size: 0.9rem;
            font-weight: 600;
            color: #1E73BE;
            margin-bottom: 15px;
        }
        .team-member-bio {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        .team-member-tags {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
        }
        .tag {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
            border-radius: 20px;
            padding: 5px 15px;
            font-size: 0.8rem;
            font-weight: 500;
        }




        .partnerships-section {
            padding: 60px 0;
            text-align: center;
        }
        .partnerships-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #212529;
        }
        .divider {
            width: 80px;
            height: 4px;
            background-color: #1E73BE;
            margin: 0 auto 30px;
        }
        .partnerships-section p {
            font-size: 1.1rem;
            color: #495057;
            max-width: 800px;
            margin: 0 auto 50px;
        }
        .partner-card {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 30px 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .partner-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        .partner-icon-wrapper {
            width: 80px;
            height: 80px;
            background-color: #fde8e8;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }
        .partner-icon-wrapper .material-icons {
            font-size: 36px;
            color: #1E73BE;
        }
        .partner-card h3 {
            font-size: 1rem;
            font-weight: 600;
            color: #212529;
            margin: 0;
        }



         
        .contact-h {
            
           background: linear-gradient(135deg, #145a96 0%, #1E73BE 50%, #2890e0 100%);
            padding: 80px 0;
            text-align: center;
            color: #ffffff;
        }
        .contact-h h2 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 24px;
        }
        .contact-h p {
            font-size: 18px;
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        .contact-h .btn-contact {
            background-color: #ffffff;
            color: #000000;
            padding: 12px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        .contact-h .btn-contact .material-icons {
            margin-left: 8px;
            font-size: 20px;
        }
        .contact-h .btn-contact:hover {
            background-color: #f0f0f0;
        }
        @media (max-width: 768px) {
            .contact-h {
                padding: 60px 0;
            }
            .contact-h h2 {
                font-size: 36px;
            }
            .contact-h p {
                font-size: 16px;
                padding: 0 15px;
            }
        }