        html,
        body {
            overflow-x: hidden
        }

        /* Customer Testimonials Section Styles */
        .testimonials-section {
            padding: 60px 0;
            background-position: center;
            background-size: cover;
            position: relative;
            overflow: hidden;
        }

        .book-cover {
            width: 200px;
            height: 400px;
        }

        .testimonials-section .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 20px;
            line-height: 1.2;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .section-title .highlight {
            color: #e65100;
        }

        .testimonials-section .section-subtitle {
            font-size: 1.1rem;
            color: #6b7280;
            margin: 0 auto;
            line-height: 1.6;
            font-weight: 400;
        }

        .testimonials-slider {
            position: relative;
        }

        .testimonial-slide {
            padding: 0 20px;
        }

        .side-card {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            transform: scale(0.95);
            opacity: 0.8;
        }

        .pos-map {
            position: absolute;
            width: 90%;
            height: 90%;
            z-index: 0;
            left: 50%;
            transform: translateX(-50%);
            top: 40px;
        }

        .center-card {
            background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
            color: white;
            transform: scale(1.05);
            box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
            z-index: 2;
        }

        .center-card .customer-name {
            color: white;
        }

        .center-card .testimonial-text {
            color: rgba(255, 255, 255, 0.95);
        }

        .customer-avatar {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            position: relative;
        }

        .customer-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #e5e7eb;
            transition: all 0.3s ease;
        }

        .center-card .customer-avatar img {
            border-color: rgba(255, 255, 255, 0.3);
        }

        .customer-name {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 20px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .testimonial-text {
            font-size: 0.95rem;
            color: #4b5563;
            line-height: 1.6;
            margin: 0;
            font-weight: 400;
        }



        .side-card:hover {
            transform: translateY(-5px) scale(0.98);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .center-card:hover {
            transform: translateY(-5px) scale(1.08);
            box-shadow: 0 25px 50px rgba(37, 99, 235, 0.4);
        }

        :root {
            --primary-blue: #2E86C7;
            --accent-orange: #F5A623;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .navbar {
            padding: 0rem 0;
            background: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .navbar-brand img {
            max-width: 110px
        }

        .navbar-nav .nav-link {
            color: #333 !important;
            font-weight: 500;
            margin: 0 10px;
            position: relative;
        }

        .navbar-nav .nav-link.active {
            background: #1a237e;
            color: white !important;
            border-radius: 25px;
            padding: 8px 20px !important;
        }

        .btn-call-now {
            background: transparent;
            border: 2px solid #1a237e;
            color: #1a237e;
            border-radius: 25px;
            padding: 8px 20px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .btn-call-now:hover {
            background: #1a237e;
            color: white;
        }

        .hero-section {
            background: url('../lp/Banners/new-ban.jpg');
            background-position: center;
            background-size: cover;
            position: relative;
            overflow: hidden;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px 0px;
        }
        

        .hero-content {
            padding: 80px 0;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            background: -webkit-linear-gradient(#1a237e, #1a237e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-subtitle {
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .btn-consult {
            background: transparent;
            border: 2px solid #1a237e;
            color: #1a237e;
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            margin-right: 15px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .btn-consult:hover {
            background: #1a237e;
            color: white;
        }

        .btn-quote {
            background: #e65100;
            border: none;
            color: white;
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .btn-quote:hover {
            background: #2e3440;
            color: white;
        }

        .book-images {
            position: relative;
            height: 500px;
        }

        .book-image {
            position: absolute;
            border-radius: 10px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .book-image:hover {
            transform: translateY(-5px);
        }

        .book-1 {
            width: 160px;
            height: 220px;
            background: linear-gradient(135deg, #4a5568, #2d3748);
            top: 50px;
            left: 50px;
            z-index: 3;
        }

        .book-2 {
            width: 160px;
            height: 220px;
            background: linear-gradient(135deg, #2E86C7, #1e5f87);
            top: 120px;
            left: 120px;
            z-index: 2;
        }

        .book-3 {
            width: 160px;
            height: 220px;
            background: linear-gradient(135deg, #8b5a3c, #5d3e2a);
            top: 180px;
            left: 190px;
            z-index: 1;
        }

        .book-title {
            color: white;
            font-size: 0.9rem;
            font-weight: bold;
            text-align: center;
            padding: 20px 10px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        }

        .hero-title span {
            -webkit-text-fill-color: #e65100;
        }

        .lp1 .contact-form {
            background: linear-gradient(184deg, #1a237e, #2e2e2e);
            border-radius: 20px;
            padding: 40px;
            color: white;
            position: relative;
            z-index: 10;
        }

        .contact-form h3 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-align: center;
        }

        .contact-form p {
            text-align: center;
            margin-bottom: 1.5rem;
            opacity: 0.9;
        }

        .phone-number {
            text-align: center;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .form-control {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 25px;
            padding: 12px 20px;
            color: white;
            margin-bottom: 15px;
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .form-control:focus {
            background: rgba(255, 255, 255, 0.15);
            border-color: white;
            color: white;
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
        }

        .btn-connect {
            background: white;
            color: #1a237e;
            border: none;
            border-radius: 25px;
            padding: 12px 0;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
        }

        .btn-connect:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
            color: #000;
        }

        .partners-section {
            padding: 80px 0;
            background: white;
        }

        .partner-logos {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            gap: 40px;
            opacity: 0.6;
            margin-top: 15px;
        }

        .partner-logo {
            height: 40px;
            filter: grayscale(100%);
            transition: all 0.3s ease;
            filter: drop-shadow(1px 1px 1px #000);
        }

        .partner-logo:hover {
            filter: grayscale(0%);
            opacity: 1;
        }

        .floating-contact {
            position: fixed;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #e65100;
            color: white;
            padding: 15px 8px;
            border-radius: 10px 0 0 10px;
            writing-mode: vertical-lr;
            text-orientation: mixed;
            font-weight: 600;
            z-index: 1000;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .floating-contact:hover {
            background: #e65100;
            transform: translateY(-50%) translatey(-5px);
        }

        /* Process Section Styles */
        .process-section {
            padding: 60px 0;
            /* background: url('../lp/Group-1261152862.webp') #fff; */
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
        }

        .process-title {
            font-size: 3rem;
            font-weight: 700;
            color: #1a237e;
            margin-bottom: 2rem;
        }

        .process-description {
            font-size: 1.1rem;
            color: #000;
            line-height: 1.5;
            max-width: 1000px;
            margin: 0 auto;
        }

        .process-timeline {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            padding: 0px 0;
        }

        .process-step {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            z-index: 2;
        }

        .step-left {
            justify-content: flex-start;
            padding-right: 60px;
        }

        .step-right {
            justify-content: flex-end;
            padding-left: 60px;
        }

        .step-content {
            background: -webkit-linear-gradient(#1a237e, #2e2e2e);
            color: white;
            padding: 15px;
            border-radius: 15px;
            max-width: 500px;
            position: relative;
            box-shadow: 0 10px 30px rgba(46, 134, 199, 0.3);
            gap: 10px;
        }

        .step-left .step-content {
            margin-right: 40px;
        }

        .step-right .step-content {
            margin-left: 40px;
        }

        .step-left .step-content::after {
            content: '';
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 15px solid #1a237e;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }

        .step-right .step-content::after {
            content: '';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-right: 15px solid #1a237e;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }

        .step-header {
            font-size: 0.9rem;
            font-weight: 600;
            opacity: 1;
        }

        .step-content h4 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 6px;
        }

        .step-content p {
            font-size: 0.9rem;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .step-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: white;
            border: 4px solid #1a237e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
        }

        .step-icon i {
            font-size: 1.5rem;
            color: #1a237e;
        }

        .step-number {
            position: absolute;
            width: 40px;
            height: 40px;
            background: #e65100;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            z-index: 4;
        }

        .step-left .step-number {
            left: 6px;
        }

        .step-right .step-number {
            right: 6px;
        }

        .services-section {
            /* background: linear-gradient(169deg, #5EABFA, #003E7A); */
            background: url('../lp/Banners/banner 6.jpg');
            background-position: center;
            background-size: cover;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .services-background-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 8rem;
            font-weight: 900;
            color: rgba(255, 255, 255, 0.05);
            white-space: nowrap;
            z-index: 1;
            letter-spacing: 0.1em;
        }

        .services-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            position: relative;
            z-index: 2;
        }

        .services-description {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 2rem;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }

        .btn-looking-writer {
            background: transparent;
            border: 2px solid white;
            color: white;
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }

        .btn-looking-writer:hover {
            background: white;
            color: #1a237e;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            position: relative;
            z-index: 2;
        }

        .service-item {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 15px;
            padding: 10px 10px;
            text-align: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
        }

        .service-item:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .service-icon {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0px 10px;
            transition: all 0.3s ease;
        }

        .service-icon i {
            font-size: 1rem;
            color: white;
        }

        .service-item:hover .service-icon {
            background: white;
        }

        .service-item:hover .service-icon i {
            color: #1a237e;
        }

        .service-item span {
            font-size: 0.9rem;
            font-weight: 600;
            color: white;
        }

        .carousel-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }


        .book-card {
            margin: 0 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .book-card:hover {
            transform: translateY(-4px);
        }

        /* .slick-slide img {
            filter: drop-shadow(2px 3px 4px #737373);
        } */

        .book-cover {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .car-sec {
            background: url('../lp/slid-bg.png');
            background-position: center;
            background-size: cover;
            height: auto;
            padding: 90px 0px;
        }


        .book-title {
            text-align: center;
            margin-top: 15px;
            font-weight: 600;
            color: #333;
            font-size: 0.9rem;
            line-height: 1.4;
        }

        /* Custom Slick Arrows */
        .slick-prev,
        .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 50px;
            height: 50px;
            padding: 0;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: #2c5aa0;
            border-radius: 50%;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .slick-prev:hover,
        .slick-next:hover {
            background: #1e3d6f;
            transform: translate(0, -50%) scale(1.1);
        }

        .slick-prev:before,
        .slick-next:before {
            font-family: 'Arial', sans-serif;
            font-size: 20px;
            line-height: 1;
            opacity: 1;
            color: white;
            font-weight: bold;
        }

        .slick-prev {
            left: -25px;
        }

        .slick-prev:before {
            content: '‹';
        }

        .slick-next {
            right: -25px;
        }

        .slick-next:before {
            content: '›';
        }

        /* Custom Dots */
        .slick-dots {
            bottom: -50px;
        }

        .slick-dots li button:before {
            font-size: 12px;
            color: #2c5aa0;
            opacity: 0.5;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #2c5aa0;
        }

        /* Why Choose Us Section Styles */
        .why-choose-us-section {
            padding: 80px 0;
            background-color: #f8fafc;
            position: relative;
        }

        .container {
            max-width: 1200px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title {
            font-weight: 700;
            color: #1a237e;
            margin-bottom: 15px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .section-subtitle {
            font-size: 1rem;
            color: #374151;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.5;
            font-weight: 400;
        }

        .feature-card {
            background: #1a237e24;
            border-radius: 15px;
            padding: 30px 20px;
            text-align: center;
            height: 100%;
            border: 1px solid #bfdbfe;
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(30, 64, 175, 0.15);
        }

        .why-choose-us-section .icon-container {
            width: 60px;
            height: 60px;
            background: #1a237e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            transition: all 0.3s ease;
        }

        .why-choose-us-section .icon-container i {
            font-size: 1.5rem;
            color: white;
        }

        .feature-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1a237e;
            margin-bottom: 15px;
            line-height: 1.3;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .feature-description {
            font-size: 0.85rem;
            color: #374151;
            line-height: 1.5;
            margin: 0;
            font-weight: 400;
            text-align: center;
        }

        /* Genres We Cater To Section Styles */
        .genres-section {
            padding: 60px 0;
            background: url('../lp/Banners/banner 3.jpg');
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
        }

        .genres-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at top center, rgba(230, 81, 0, 0.1) 0%, transparent 70%);
            pointer-events: none;
        }

        .container {
            max-width: 1200px;
            position: relative;
            z-index: 2;
        }

        .section-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .services-description {
            color: rgba(255, 255, 255, 0.9) !important;
            font-size: 1.2rem;
            margin-bottom: 0;
            font-weight: 300;
        }

        .genre-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 15px;
            padding: 25px 20px;
            text-align: center;
            height: 100%;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        }

        .genre-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(230, 81, 0, 0.1) 0%, rgba(26, 35, 126, 0.1) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .genre-card:hover::before {
            opacity: 1;
        }

        .genre-card:hover {
            transform: translateY(-15px) scale(1.02);
            border-color: rgba(230, 81, 0, 0.6);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
            background: rgba(255, 255, 255, 0.15);
        }

        .icon-container {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .icon-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #e65100 0%, #1a237e 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .genre-card:hover .icon-container {
            transform: scale(1.15) rotate(5deg);
            border-color: rgba(230, 81, 0, 0.8);
        }

        .genre-card:hover .icon-container::before {
            opacity: 0.8;
        }

        .icon-container i {
            font-size: 1.5rem;
            color: white;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .genre-card:hover .icon-container i {
            color: white;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        }

        .genre-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            line-height: 1.3;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            transition: all 0.3s ease;
        }

        .genre-card:hover .genre-title {
            color: #e65100;
            text-shadow: 0 0 10px rgba(230, 81, 0, 0.3);
        }

        .genre-description {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.5;
            margin: 0;
            font-weight: 400;
            text-align: left;
            transition: all 0.3s ease;
        }

        .genre-card:hover .genre-description {
            color: rgba(255, 255, 255, 1);
        }

        /* Floating Animation */
        .floating-element {
            position: absolute;
            pointer-events: none;
            opacity: 0.1;
        }

        .floating-book {
            top: 10%;
            right: 10%;
            font-size: 2rem;
            color: #e65100;
            animation: float 6s ease-in-out infinite;
        }

        .floating-pen {
            bottom: 20%;
            left: 5%;
            font-size: 1.5rem;
            color: #1a237e;
            animation: float 8s ease-in-out infinite reverse;
        }

        .floating-star {
            top: 30%;
            left: 15%;
            font-size: 1.2rem;
            color: #e65100;
            animation: float 4s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(5deg);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .genres-section {
                padding: 40px 0;
            }

            .section-header {
                margin-bottom: 30px;
            }

            .section-title {
                font-size: 2rem;
            }

            .services-description {
                font-size: 1rem;
            }

            .genre-card {
                padding: 20px 15px;
                margin-bottom: 15px;
            }

            .icon-container {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
            }

            .icon-container i {
                font-size: 1.2rem;
            }

            .genre-title {
                font-size: 1.1rem;
                margin-bottom: 12px;
            }

            .genre-description {
                font-size: 0.8rem;
            }
        }

        /* Custom scroll animations */
        .aos-init.aos-animate .genre-card {
            animation: slideInUp 0.6s ease-out;
        }

        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .container {
            max-width: 1200px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .testimonial-content {
            text-align: center;
        }

        .testimonial-content .book-title {
            font-size: 1.4rem;
            font-weight: 700;
            background: -webkit-linear-gradient(#1a237e, #2e2e2e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
            padding: 0px;
        }

        .testimonial-content .author-info {
            color: #666;
            font-size: 1rem;
            margin-bottom: 25px;
        }

        .testimonial-content .author-name {
            font-weight: 600;
            color: #1a1a1a;
        }

        .shop-btn {
            color: #014e98;
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid #014e98;
        }

        .shop-btn:hover {
            color: #000;
            transform: translateY(-2px);
        }

        .shop-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .shop-btn:hover::before {
            left: 100%;
        }

        .book-showcase {
            overflow: hidden;
        }

        .book-showcase video {
            margin-left: -80px;
        }

        .sec-last {
            background: url('../lp/Banners/banner 1-min.jpg');
            background-position: center;
            background-size: cover;
            padding: 100px 0px;
        }

        .sec-last h2 {
            color: #fff;
        }

        .sec-last h4 {
            color: #F2B826;
        }

        .sec-last p {
            color: #fff;
        }

        .sec-last a {
            color: #fff;
            text-decoration: none;
        }

        /* Contact Section Styles */
        .contact-section {
            padding: 60px 0;
            background: #fff;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        /* Form Styles */

        .contact-section .form-control {
            width: 100%;
            padding: 15px 20px;
            font-size: 1rem;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            background: #f9fafb;
            transition: all 0.3s ease;
            font-family: inherit;
        }

        .contact-section .form-control:focus {
            outline: none;
            border-color: #3b82f6;
            background: white;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            transform: translateY(-2px);
        }

        .contact-section .form-control::placeholder {
            color: #9ca3af;
            font-weight: 400;
        }

        .contact-section textarea.form-control {
            resize: vertical;
            min-height: 120px;
        }

        .contact-section .btn-submit {
            width: 100%;
            padding: 16px 30px;
            background: linear-gradient(184deg, #2e3440, #1a237e);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 10px;
        }

        .contact-section .btn-submit:hover {
            background: linear-gradient(184deg, #1a237e, #2e3440);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(30, 64, 175, 0.3);
        }

        /* Cambridge Footer Styles */
        .bot-footer {
            background: linear-gradient(184deg, #2e3440, #1a237e);
            color: white;
            padding: 40px 0px;
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

        /* Logo Section */
        .logo-section {
            text-align: center;
            margin-bottom: 10px;
        }

        .logo-container {
            display: inline-flex;
            align-items: center;
            gap: 15px;
        }

        .logo-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .logo-icon:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.05);
        }

        .company-name {
            font-size: 1.8rem;
            font-weight: 700;
            margin: 0;
            color: white;
            letter-spacing: 1px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .company-tagline {
            font-size: 0.9rem;
            margin: 0;
            color: #fbbf24;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        /* Footer Content */
        .footer-content {
            margin-bottom: 40px;
        }

        .footer-column {
            margin-bottom: 30px;
        }

        .footer-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
            position: relative;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 30px;
            height: 2px;
            background: #fbbf24;
            border-radius: 1px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 400;
            transition: all 0.3s ease;
            position: relative;
            display: inline-block;
        }

        .footer-links a:hover {
            color: #fbbf24;
            transform: translateX(5px);
            text-decoration: none;
        }

        .footer-links a::before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 1px;
            background: #fbbf24;
            transition: width 0.3s ease;
        }

        .footer-links a:hover::before {
            width: 100%;
        }

        /* Social Media Section */
        .social-section {
            text-align: center;
            padding-top: 30px;
        }

        .social-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .social-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .social-icon:hover::before {
            left: 100%;
        }

        .social-icon:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.4);
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }

        .social-icon.facebook:hover {
            background: #1877f2;
            border-color: #1877f2;
        }

        .social-icon.instagram:hover {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            border-color: #e6683c;
        }

        .social-icon.linkedin:hover {
            background: #0077b5;
            border-color: #0077b5;
        }

        .social-icon.threads:hover {
            background: #000000;
            border-color: #000000;
        }

        .social-icon i {
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }

        .testi-vid {
            width: 400px;
            height: 400px;
            display: block;
            object-fit: cover;
            border-radius: 12px;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }

            .book-cover {
                height: 100%;
            }

            .slick-prev {
                left: -15px;
            }

            .slick-next {
                right: -15px;
            }

            .foot-slip p {
                font-size: 14px;
            }
        }

        /* Loading animation */
        .carousel-loading {
            text-align: center;
            padding: 50px 0;
        }

        .loading-spinner {
            display: inline-block;
            width: 40px;
            height: 40px;
            border: 4px solid #f3f3f3;
            border-top: 4px solid #2c5aa0;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* Modal Styles */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(5px);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            animation: fadeIn 0.3s ease;
        }

        .modal-overlay.active {
            display: flex;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translate(-50%, -60%) scale(0.9);
            }

            to {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1);
            }
        }

        ::-webkit-scrollbar {
            width: 5px;
            height: 8px;
            background-color: #000;
            /* or add it to the track */
        }

        /* Add a thumb */
        ::-webkit-scrollbar-thumb {
            background: #e65100;
        }

        .modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 20px;
            padding: 0;
            width: 90%;
            max-width: 500px;
            height: auto;
            overflow-y: auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            animation: slideIn 0.4s ease;
            z-index: 1001;
            display: block;
        }

        .modal-header {
            background: #fff;
            padding: 10px 10px;
            border: none;
            text-align: center;
            position: relative;
            flex-direction: column;
        }

        .modal-close {
            position: absolute;
            top: 15px;
            right: 20px;
            background: #e65100;
            color: #fff;
            font-size: 28px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-weight: 300;
            border-radius: 22px;
        }

        .modal-close:hover {
            opacity: 0.7;
        }

        .modal .form-group {
            margin-bottom: 10px;
        }

        .modal-title {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 8px;
            line-height: 1.1;
            padding: 0px 20px;
        }

        .modal-body {
            padding: 20px 20px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .modal .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }

        .modal .form-control {
            width: 100%;
            padding: 9px 20px;
            border: 1px solid #E5E7EB;
            border-radius: 50px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: white;
            color: #374151;
        }

        .modal .form-control:focus {
            outline: none;
            border-color: #3498DB;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

        .modal .form-control::placeholder {
            color: #9CA3AF;
            font-weight: 400;
        }

        .modal .form-control.textarea {
            border-radius: 20px;
            resize: vertical;
            min-height: 120px;
            font-family: inherit;
        }

        .modal .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }

        .modal .checkbox-group label {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 0;
            font-weight: 400;
            color: #666;
        }

        .modal .submit-btn {
            width: 100%;
            background: linear-gradient(184deg, #2e3440, #1a237e);
            color: white;
            padding: 9px 18px;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
            text-transform: none;
        }

        .modal .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(52, 152, 219, 0.4);
        }

        .modal .submit-btn:active {
            transform: translateY(0);
        }

        .urgency-badges {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 10px;
        }

        .urgency-badge {
            padding: 8px 16px;
            border: 2px solid #e1e5e9;
            border-radius: 25px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .urgency-badge.selected {
            background: #667eea;
            color: white;
            border-color: #667eea;
        }

        .urgency-badge:hover {
            border-color: #667eea;
        }

        /* File Upload Styles */
        .file-upload-container {
            margin: 20px 0;
        }

        .file-upload-info {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px 16px;
            background: #3395d6;
            border-radius: 11px;
            color: white;
            font-size: 14px;
            font-weight: 500;
        }

        .file-upload-info i {
            font-size: 16px;
            opacity: 0.9;
        }

        .file-upload-wrapper {
            position: relative;
            border: 2px dashed #E5E7EB;
            border-radius: 20px;
            background: #F9FAFB;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .file-upload-wrapper:hover {
            border-color: #3498DB;
            background: #F0F8FF;
        }

        .file-upload-wrapper.dragover {
            border-color: #3498DB;
            background: #EBF5FF;
            transform: scale(1.02);
        }

        .file-input {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
            z-index: 2;
        }

        .file-upload-label {
            display: block !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 5px 2px;
            cursor: pointer;
            transition: all 0.3s ease;
            height: auto;
        }

        .file-upload-label i {
            font-size: 32px;
            color: #3498DB;
            margin-top: 4px;
            transition: all 0.3s ease;
        }

        .file-upload-wrapper:hover .file-upload-label i {
            transform: translateY(-2px);
            color: #2E86C1;
        }

        .file-text {
            font-size: 16px;
            font-weight: 600;
            color: #374151;
            margin-bottom: 4px;
        }

        .file-subtext {
            font-size: 12px;
            color: #6B7280;
            font-weight: 400;
        }

        .file-selected {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 20px;
            background: white;
            border-radius: 18px;
            margin: 2px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            animation: slideInFile 0.3s ease;
        }

        @keyframes slideInFile {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .file-selected i {
            font-size: 20px;
            color: #10B981;
        }

        .file-name {
            flex: 1;
            font-size: 14px;
            font-weight: 500;
            color: #374151;
            word-break: break-word;
        }

        .file-remove {
            background: #EF4444;
            color: white;
            border: none;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 999;
        }

        .file-remove:hover {
            background: #DC2626;
            transform: scale(1.1);
        }

        /* File upload progress */
        .upload-progress {
            width: 100%;
            height: 4px;
            background: #E5E7EB;
            border-radius: 2px;
            overflow: hidden;
            margin-top: 10px;
        }

        .upload-progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #3498DB, #2E86C1);
            border-radius: 2px;
            transition: width 0.3s ease;
            width: 0%;
        }

        @media (max-width: 768px) {
            .btn-looking-writer {
                padding: 12px 10px;
            }

            .btn-consult {
                padding: 12px 10px;
            }

            .hero-title {
                font-size: 2.5rem;
            }

            .hero-content {
                padding: 20px 0;
            }

            .contact-form {
                padding: 30px 20px;
            }

            .partner-logos {
                gap: 20px;
            }

            .partner-logo {
                height: 30px;
            }

            .pos-map {
                display: none;
            }

            .services-background-text {
                font-size: 4rem;
            }

            .services-title {
                font-size: 2rem;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .service-item {
                padding: 25px 15px;
            }

            .process-title {
                font-size: 2rem;
            }

            .book-showcase video {
                margin-left: -180px;
            }

            .process-timeline {
                padding: 30px 0;
            }

            .process-step {
                flex-direction: column;
                margin-bottom: 40px;
                padding: 0 !important;
            }

            .step-left,
            .step-right {
                justify-content: center;
            }

            .step-content {
                max-width: 100%;
                margin: 20px 0 !important;
                order: 2;
            }

            .step-content::after {
                display: none;
            }

            .step-icon {
                position: relative;
                left: auto;
                transform: none;
                order: 1;
                margin-bottom: 15px;
            }

            .step-number {
                position: relative;
                left: auto;
                right: auto;
                transform: none;
                order: 3;
                margin-top: 0px;
            }

            .step-left .step-number {
                left: 0px;
            }

            .step-right .step-number {
                right: 0px;
            }

            .modal-title {
                font-size: 22px;
            }

            .partner-logos {
                display: none;
            }

            .navbar-collapse {
                text-align: center;
                margin-top: 15px;
            }

            .file-upload-info {
                font-size: 13px;
            }

            .modal-body {
                padding-top: 0px;
            }
        }

        .blue-grad {
            background: -webkit-linear-gradient(#1a237e, #2e2e2e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .sec-two {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            height: auto;
            padding: 60px 0px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .sec-two::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="50" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="30" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }

        .sec-two-content {
            position: relative;
            z-index: 2;
        }

        .sec-two-brand-tag {
            background: #e65100;
            color: #ffffff;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 2rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(230, 81, 0, 0.3);
        }

        .sec-two-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #ffffff;
            line-height: 1.2;
            margin-bottom: 2rem;
        }

        .sec-two-subtitle {
            font-size: 1.1rem;
            color: #ffffff;
            opacity: 0.9;
            line-height: 1.6;
            margin-bottom: 3rem;
            max-width: 90%;
        }

        .sec-two-cta-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 3rem;
        }

        .sec-two-btn-primary-custom {
            background: #e65100;
            border: none;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(230, 81, 0, 0.3);
            position: relative;
            overflow: hidden;
        }

        .sec-two-btn-primary-custom::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .sec-two-btn-primary-custom:hover::before {
            left: 100%;
        }

        .sec-two-btn-primary-custom:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(230, 81, 0, 0.4);
            color: #ffffff;
        }

        .sec-two-btn-secondary-custom {
            background: transparent;
            border: 2px solid #ffffff;
            color: #ffffff;
            padding: 13px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .sec-two-btn-secondary-custom:hover {
            background: #ffffff;
            color: #1a237e;
            transform: translateY(-2px);
        }

        .sec-two-features-list {
            list-style: none;
            padding: 0;
        }

        .sec-two-features-list li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            color: #ffffff;
            font-size: 1.1rem;
        }

        .sec-two-features-list li i {
            background: #e65100;
            color: #ffffff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            font-size: 0.9rem;
            box-shadow: 0 3px 10px rgba(230, 81, 0, 0.3);
        }

        .sec-two-floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .sec-two-floating-element {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: sec-two-float 6s ease-in-out infinite;
        }

        .sec-two-floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            right: 10%;
            animation-delay: 0s;
        }

        .sec-two-floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            right: 20%;
            animation-delay: 2s;
        }

        .sec-two-floating-element:nth-child(3) {
            width: 40px;
            height: 40px;
            top: 80%;
            right: 30%;
            animation-delay: 4s;
        }

        @keyframes sec-two-float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(180deg);
            }
        }

        @media (max-width: 768px) {
            .sec-two-title {
                font-size: 2.5rem;
            }

            .sec-two-subtitle {
                font-size: 1rem;
                max-width: 100%;
            }

            .sec-two-cta-buttons {
                flex-direction: column;
                align-items: stretch;
            }

            .sec-two-btn-primary-custom,
            .sec-two-btn-secondary-custom {
                text-align: center;
                width: 100%;
            }
        }

        .sec-two-pulse-animation {
            animation: sec-two-pulse 2s infinite;
        }

        @keyframes sec-two-pulse {
            0% {
                box-shadow: 0 6px 20px rgba(230, 81, 0, 0.3);
            }

            50% {
                box-shadow: 0 6px 20px rgba(230, 81, 0, 0.6);
            }

            100% {
                box-shadow: 0 6px 20px rgba(230, 81, 0, 0.3);
            }
        }

        .full-img {
            margin: 60px 0px;
        }

        .sec-three {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

        .sec-three::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(26,35,126,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
            opacity: 0.3;
        }

        .sec-three-container {
            position: relative;
            z-index: 2;
        }

        .sec-three-main-title {
            font-size: 3.2rem;
            font-weight: 700;
            color: #000000;
            text-align: center;
            line-height: 1.2;
            margin-bottom: 2rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .sec-three-highlight {
            color: #1a237e;
            position: relative;
            display: inline-block;
        }

        .sec-three-highlight::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #e65100, #ff9800);
            border-radius: 2px;
            animation: sec-three-underline-grow 2s ease-out;
        }

        @keyframes sec-three-underline-grow {
            0% {
                width: 0;
            }

            100% {
                width: 100%;
            }
        }

        .sec-three-stat-highlight {
            font-size: 1.3rem;
            font-weight: 600;
            color: #1a237e;
            text-align: center;
            margin-bottom: 3rem;
            padding: 20px;
            background: linear-gradient(135deg, rgba(26, 35, 126, 0.05) 0%, rgba(230, 81, 0, 0.05) 100%);
            border-radius: 15px;
            border-left: 5px solid #e65100;
            position: relative;
        }

        .sec-three-stat-highlight::before {
            content: '\f201';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            background: #e65100;
            color: #ffffff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

        .sec-three-content-block {
            background: #ffffff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(26, 35, 126, 0.1);
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(26, 35, 126, 0.08);
            transition: all 0.3s ease;
        }

        .sec-three-content-block:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 60px rgba(26, 35, 126, 0.15);
        }

        .sec-three-content-block::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #1a237e, #e65100);
        }

        .sec-three-content-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #000000;
            margin-bottom: 0;
            text-align: center;
        }

        .sec-three-emphasis {
            color: #1a237e;
            font-weight: 600;
        }

        .sec-three-podcast-highlight {
            color: #e65100;
            font-weight: 600;
        }

        .sec-three-final-message {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            padding: 50px 40px;
            border-radius: 25px;
            text-align: center;
            color: #ffffff;
            position: relative;
            overflow: hidden;
            margin-top: 40px;
        }

        .sec-three-final-message::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: sec-three-glow 4s ease-in-out infinite;
        }

        @keyframes sec-three-glow {

            0%,
            100% {
                transform: scale(1) rotate(0deg);
            }

            50% {
                transform: scale(1.1) rotate(180deg);
            }
        }

        .sec-three-final-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 2;
        }

        .sec-three-final-text {
            font-size: 1.2rem;
            line-height: 1.7;
            position: relative;
            z-index: 2;
            margin-bottom: 0;
        }

        .sec-three-decorative-element {
            position: absolute;
            width: 100px;
            height: 100px;
            background: linear-gradient(45deg, rgba(230, 81, 0, 0.1), rgba(26, 35, 126, 0.1));
            border-radius: 50%;
            top: 20%;
            right: 5%;
            animation: sec-three-float 6s ease-in-out infinite;
        }

        .sec-three-decorative-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 70%;
            left: 5%;
            animation-delay: 2s;
        }

        @keyframes sec-three-float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-20px) rotate(180deg);
            }
        }

        @media (max-width: 768px) {
            .sec-three {
                padding: 60px 0;
            }

            .sec-three-main-title {
                font-size: 2.2rem;
                margin-bottom: 1.5rem;
            }

            .sec-three-content-block {
                padding: 30px 20px;
            }

            .sec-three-final-message {
                padding: 40px 20px;
                margin-top: 30px;
            }

            .sec-three-final-title {
                font-size: 1.5rem;
            }

            .sec-three-final-text {
                font-size: 1.1rem;
            }
        }

        .sec-four {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

        .sec-four::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="25" height="25" patternUnits="userSpaceOnUse"><path d="M 25 0 L 0 0 0 25" fill="none" stroke="rgba(26,35,126,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.4;
        }

        .sec-four-container {
            position: relative;
            z-index: 2;
        }

        .sec-four-title {
            font-size: 3rem;
            font-weight: 700;
            color: #000000;
            text-align: center;
            line-height: 1.3;
            margin-bottom: 1.5rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .sec-four-highlight {
            color: #1a237e;
            position: relative;
        }

        .sec-four-subtitle {
            font-size: 1.1rem;
            color: #000000;
            text-align: center;
            line-height: 1.7;
            max-width: 900px;
            margin: 0 auto 4rem auto;
            padding: 0 20px;
        }

        .sec-four-emphasis {
            color: #e65100;
            font-weight: 600;
        }

        .sec-four-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            grid-template-rows: repeat(4, 1fr);
            gap: 15px;
            max-width: 1000px;
            margin: 0 auto;
            min-height: 500px;
        }

        .sec-four-publication {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 15px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .sec-four-publication::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s;
        }

        .sec-four-publication:hover::before {
            left: 100%;
        }

        .sec-four-publication:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .sec-four-blue {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            color: #ffffff;
        }

        .sec-four-white {
            background: #ffffff;
            color: #1a237e;
            border: 2px solid #1a237e;
        }

        .sec-four-publication-1 {
            grid-column: 1;
            grid-row: 1;
        }

        .sec-four-publication-2 {
            grid-column: 2;
            grid-row: 1;
        }

        .sec-four-publication-3 {
            grid-column: 3;
            grid-row: 1;
        }

        .sec-four-publication-4 {
            grid-column: 4;
            grid-row: 1;
        }

        .sec-four-publication-5 {
            grid-column: 5;
            grid-row: 1;
        }

        .sec-four-publication-6 {
            grid-column: 1;
            grid-row: 2;
        }

        .sec-four-publication-7 {
            grid-column: 2;
            grid-row: 2;
        }

        .sec-four-publication-8 {
            grid-column: 3;
            grid-row: 2;
        }

        .sec-four-publication-9 {
            grid-column: 4;
            grid-row: 2;
        }

        .sec-four-publication-10 {
            grid-column: 5;
            grid-row: 2;
        }

        .sec-four-publication-11 {
            grid-column: 1;
            grid-row: 3;
        }

        .sec-four-publication-12 {
            grid-column: 2;
            grid-row: 3;
        }

        .sec-four-publication-13 {
            grid-column: 3;
            grid-row: 3;
        }

        .sec-four-publication-14 {
            grid-column: 4;
            grid-row: 3;
        }

        .sec-four-publication-15 {
            grid-column: 5;
            grid-row: 3;
        }

        .sec-four-publication-16 {
            grid-column: 1;
            grid-row: 4;
        }

        .sec-four-publication-17 {
            grid-column: 2;
            grid-row: 4;
        }

        .sec-four-publication-18 {
            grid-column: 3;
            grid-row: 4;
        }

        .sec-four-publication-19 {
            grid-column: 4;
            grid-row: 4;
        }

        .sec-four-publication-20 {
            grid-column: 5;
            grid-row: 4;
        }

        .sec-four-decorative-icon {
            position: absolute;
            color: #e65100;
            font-size: 60px;
            opacity: 0.1;
            animation: sec-four-float 8s ease-in-out infinite;
        }

        .sec-four-decorative-icon:nth-child(1) {
            top: 10%;
            right: 5%;
            animation-delay: 0s;
        }

        .sec-four-decorative-icon:nth-child(2) {
            bottom: 10%;
            left: 5%;
            animation-delay: 4s;
        }

        @keyframes sec-four-float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-30px) rotate(180deg);
            }
        }

        @media (max-width: 1200px) {
            .sec-four-grid {
                grid-template-columns: repeat(4, 1fr);
                grid-template-rows: repeat(5, 1fr);
            }

            .sec-four-publication-5 {
                grid-column: 1;
                grid-row: 2;
            }

            .sec-four-publication-6 {
                grid-column: 2;
                grid-row: 2;
            }

            .sec-four-publication-7 {
                grid-column: 3;
                grid-row: 2;
            }

            .sec-four-publication-8 {
                grid-column: 4;
                grid-row: 2;
            }

            .sec-four-publication-9 {
                grid-column: 1;
                grid-row: 3;
            }

            .sec-four-publication-10 {
                grid-column: 2;
                grid-row: 3;
            }

            .sec-four-publication-11 {
                grid-column: 3;
                grid-row: 3;
            }

            .sec-four-publication-12 {
                grid-column: 4;
                grid-row: 3;
            }

            .sec-four-publication-13 {
                grid-column: 1;
                grid-row: 4;
            }

            .sec-four-publication-14 {
                grid-column: 2;
                grid-row: 4;
            }

            .sec-four-publication-15 {
                grid-column: 3;
                grid-row: 4;
            }

            .sec-four-publication-16 {
                grid-column: 4;
                grid-row: 4;
            }

            .sec-four-publication-17 {
                grid-column: 1;
                grid-row: 5;
            }

            .sec-four-publication-18 {
                grid-column: 2;
                grid-row: 5;
            }

            .sec-four-publication-19 {
                grid-column: 3;
                grid-row: 5;
            }

            .sec-four-publication-20 {
                grid-column: 4;
                grid-row: 5;
            }
        }
        @media (max-width: 768px) {
            .sec-four {
                padding: 60px 0;
            }
            .sec-four-title {
                font-size: 2.2rem;
            }
            .sec-four-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(10, 1fr);
                gap: 10px;
                min-height: 800px;
            }
            .sec-four-publication {
                font-size: 0.9rem;
                padding: 15px 10px;
            }
            .sec-four-publication-1 {
                grid-column: 1;
                grid-row: 1;
            }
            .sec-four-publication-2 {
                grid-column: 2;
                grid-row: 1;
            }
            .sec-four-publication-3 {
                grid-column: 1;
                grid-row: 2;
            }
            .sec-four-publication-4 {
                grid-column: 2;
                grid-row: 2;
            }
            .sec-four-publication-5 {
                grid-column: 1;
                grid-row: 3;
            }
            .sec-four-publication-6 {
                grid-column: 2;
                grid-row: 3;
            }
            .sec-four-publication-7 {
                grid-column: 1;
                grid-row: 4;
            }
            .sec-four-publication-8 {
                grid-column: 2;
                grid-row: 4;
            }
            .sec-four-publication-9 {
                grid-column: 1;
                grid-row: 5;
            }
            .sec-four-publication-10 {
                grid-column: 2;
                grid-row: 5;
            }
            .sec-four-publication-11 {
                grid-column: 1;
                grid-row: 6;
            }
            .sec-four-publication-12 {
                grid-column: 2;
                grid-row: 6;
            }
            .sec-four-publication-13 {
                grid-column: 1;
                grid-row: 7;
            }
            .sec-four-publication-14 {
                grid-column: 2;
                grid-row: 7;
            }
            .sec-four-publication-15 {
                grid-column: 1;
                grid-row: 8;
            }
            .sec-four-publication-16 {
                grid-column: 2;
                grid-row: 8;
            }
            .sec-four-publication-17 {
                grid-column: 1;
                grid-row: 9;
            }
            .sec-four-publication-18 {
                grid-column: 2;
                grid-row: 9;
            }
            .sec-four-publication-19 {
                grid-column: 1;
                grid-row: 10;
            }
            .sec-four-publication-20 {
                grid-column: 2;
                grid-row: 10;
            }
        }
        .sec-four-stagger-animation {
            opacity: 0;
            transform: translateY(30px);
            animation: sec-four-stagger-in 0.6s ease forwards;
        }
        @keyframes sec-four-stagger-in {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .sec-five {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        .sec-five::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 0 25 Q 12.5 15 25 25 T 50 25" stroke="rgba(26,35,126,0.05)" fill="none" stroke-width="2"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
            opacity: 0.4;
        }
        .sec-five-container {
            position: relative;
            z-index: 2;
        }
        .sec-five-title {
            font-size: 3.2rem;
            font-weight: 700;
            color: #000000;
            line-height: 1.2;
            margin-bottom: 2rem;
        }
        .sec-five-highlight {
            color: #1a237e;
            position: relative;
            display: block;
        }
        .sec-five-content-text {
            font-size: 1.1rem;
            color: #000000;
            line-height: 1.7;
            margin-bottom: 2.5rem;
            max-width: 500px;
        }
        .sec-five-emphasis {
            color: #e65100;
            font-weight: 600;
        }
        .sec-five-cta-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }
        .sec-five-btn-primary {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            border: none;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(26, 35, 126, 0.3);
            position: relative;
            overflow: hidden;
        }
        .sec-five-btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }
        .sec-five-btn-primary:hover::before {
            left: 100%;
        }
        .sec-five-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(26, 35, 126, 0.4);
            color: #ffffff;
        }
        .sec-five-btn-secondary {
            background: transparent;
            border: 2px solid #e65100;
            color: #e65100;
            padding: 13px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .sec-five-btn-secondary:hover {
            background: #e65100;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(230, 81, 0, 0.3);
        }
        .sec-five-decorative-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }
        .sec-five-floating-icon {
            position: absolute;
            color: #e65100;
            font-size: 40px;
            opacity: 0.1;
            animation: sec-five-float 6s ease-in-out infinite;
        }
        .sec-five-floating-icon:nth-child(1) {
            top: 15%;
            left: 10%;
            animation-delay: 0s;
        }
        .sec-five-floating-icon:nth-child(2) {
            bottom: 20%;
            right: 15%;
            animation-delay: 3s;
        }
        @keyframes sec-five-float {
            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
        }
        /* New styles for TV network display */
        .network-tabs {
            margin-top: 3rem;
        }
        .nav-pills .nav-link {
            background: transparent;
            border: 2px solid #1a237e;
            color: #1a237e;
            margin: 0 5px 10px 0;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .nav-pills .nav-link.active {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            border-color: #1a237e;
            color: #ffffff;
        }
        .nav-pills .nav-link:hover {
            background: #e65100;
            border-color: #e65100;
            color: #ffffff;
        }
        .network-card {
            background: #ffffff;
            border-radius: 15px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            box-shadow: 0 4px 15px rgba(26, 35, 126, 0.1);
            transition: all 0.3s ease;
            border-left: 4px solid #e65100;
        }
        .network-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(26, 35, 126, 0.15);
        }
        .network-logo {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a237e;
            margin-bottom: 0.5rem;
        }
        .network-locations {
            color: #000000;
            font-size: 0.9rem;
            line-height: 1.6;
        }
        .network-count {
            background: linear-gradient(135deg, #e65100 0%, #ff7043 100%);
            color: #ffffff;
            padding: 3px 10px;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 600;
            margin-left: 10px;
        }
        .coverage-stats {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            color: #ffffff;
            padding: 2rem;
            border-radius: 15px;
            margin-bottom: 2rem;
            text-align: center;
        }
        .coverage-stats h4 {
            margin-bottom: 1rem;
            font-weight: 700;
        }
        .stats-row {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
        .stat-item {
            text-align: center;
            margin: 10px;
        }
        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #ffffff;
        }
        .stat-label {
            font-size: 0.9rem;
            opacity: 0.9;
        }
        @media (max-width: 768px) {
            .sec-five {
                padding: 60px 0;
            }
            .sec-five-title {
                font-size: 2.5rem;
                margin-bottom: 1.5rem;
            }
            .sec-five-cta-buttons {
                flex-direction: column;
                align-items: stretch;
            }
            .sec-five-btn-primary,
            .sec-five-btn-secondary {
                text-align: center;
                width: 100%;
                margin-bottom: 1rem;
            }

            .stats-row {
                flex-direction: column;
            }

            .stat-item {
                margin: 5px 0;
            }
        }

        .sec-six {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }

        .sec-six::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="city" width="40" height="40" patternUnits="userSpaceOnUse"><rect x="5" y="20" width="8" height="15" fill="rgba(26,35,126,0.03)"/><rect x="15" y="10" width="6" height="25" fill="rgba(26,35,126,0.03)"/><rect x="25" y="15" width="10" height="20" fill="rgba(26,35,126,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23city)"/></svg>');
            opacity: 0.4;
        }

        .sec-six-container {
            position: relative;
            z-index: 2;
        }

        .sec-six-title {
            font-size: 3rem;
            font-weight: 700;
            color: #000000;
            text-align: center;
            line-height: 1.3;
            margin-bottom: 3rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .sec-six-highlight {
            color: #1a237e;
            position: relative;
        }

        .sec-six-intro {
            font-size: 1.1rem;
            color: #000000;
            line-height: 1.7;
            margin-bottom: 2rem;
        }

        .sec-six-link {
            color: #1a237e;
            text-decoration: underline;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .sec-six-link:hover {
            color: #e65100;
            text-decoration: none;
        }

        .sec-six-price-highlight {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            color: #ffffff;
            padding: 20px 30px;
            border-radius: 15px;
            font-size: 1.2rem;
            font-weight: 600;
            margin: 2rem 0;
            text-align: center;
            box-shadow: 0 8px 25px rgba(26, 35, 126, 0.2);
            position: relative;
            overflow: hidden;
        }

        .sec-six-price-highlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            animation: sec-six-shimmer 3s ease-in-out infinite;
        }

        @keyframes sec-six-shimmer {
            0% {
                left: -100%;
            }

            50% {
                left: 100%;
            }

            100% {
                left: 100%;
            }
        }

        .sec-six-price {
            color: #e65100;
            font-size: 1.8rem;
            font-weight: 700;
        }

        .sec-six-features-list {
            background: #ffffff;
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(26, 35, 126, 0.1);
            border: 1px solid rgba(26, 35, 126, 0.08);
            margin: 2rem 0;
        }

        .sec-six-features-list ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sec-six-features-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
            line-height: 1.6;
            color: #000000;
        }

        .sec-six-features-list li:last-child {
            margin-bottom: 0;
        }

        .sec-six-features-list li::before {
            content: '\f058';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #e65100;
            margin-right: 15px;
            font-size: 1.2rem;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .sec-six-billboard-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
            transform: perspective(1000px) rotateY(-5deg);
            transition: all 0.3s ease;
        }

        .sec-six-billboard-container:hover {
            transform: perspective(1000px) rotateY(0deg) scale(1.02);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
        }

        .sec-six-billboard-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 20px;
        }

        .sec-six-times-square-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(26, 35, 126, 0.1) 0%, rgba(230, 81, 0, 0.1) 100%);
            border-radius: 20px;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .sec-six-billboard-container:hover .sec-six-times-square-overlay {
            opacity: 1;
        }

        .sec-six-mock-billboard {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
        }

        .sec-six-mock-screen {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 60px;
            background: linear-gradient(135deg, #e65100 0%, #ff9800 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #ffffff;
            text-align: center;
            animation: sec-six-billboard-glow 4s ease-in-out infinite;
        }

        @keyframes sec-six-billboard-glow {

            0%,
            100% {
                box-shadow: 0 0 30px rgba(230, 81, 0, 0.5);
            }

            50% {
                box-shadow: 0 0 50px rgba(230, 81, 0, 0.8);
            }
        }

        .sec-six-mock-book-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .sec-six-mock-author {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 15px;
            opacity: 0.9;
        }

        .sec-six-mock-badge {
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 16px;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .sec-six-mock-support {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 30px;
            background: linear-gradient(145deg, #2c2c2c, #1a1a1a);
            border-radius: 15px;
        }

        .sec-six-decorative-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .sec-six-floating-icon {
            position: absolute;
            color: #e65100;
            font-size: 50px;
            opacity: 0.1;
            animation: sec-six-float 8s ease-in-out infinite;
        }

        .sec-six-floating-icon:nth-child(1) {
            top: 10%;
            right: 5%;
            animation-delay: 0s;
        }

        .sec-six-floating-icon:nth-child(2) {
            bottom: 15%;
            left: 8%;
            animation-delay: 4s;
        }

        @keyframes sec-six-float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-25px) rotate(180deg);
            }
        }

        @media (max-width: 768px) {
            .sec-six {
                padding: 60px 0;
            }

            .sec-six-title {
                font-size: 2.2rem;
                margin-bottom: 2rem;
            }

            .sec-six-mock-billboard {
                height: 300px;
            }

            .sec-six-mock-book-title {
                font-size: 1.5rem;
            }

            .sec-six-mock-author {
                font-size: 1rem;
            }

            .sec-six-billboard-container {
                transform: none;
                margin-top: 2rem;
            }

            .sec-six-billboard-container:hover {
                transform: scale(1.02);
            }
        }

        .ghost-write-two {
            background: #fff;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .main-heading {
            color: #1a237e;
            font-weight: 700;
            font-size: 2.5rem;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .highlight-text {
            color: #e65100;
            font-weight: 600;
            font-size: 27px;
        }

        .description-text {
            color: #333;
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 1rem;
        }

        .btn-custom-primary {
            background-color: #1a237e;
            border-color: #1a237e;
            color: white;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-custom-primary:hover {
            background-color: #0f1654;
            border-color: #0f1654;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(26, 35, 126, 0.3);
            color: white;
        }

        .btn-custom-secondary {
            background-color: transparent;
            border: 2px solid #1a237e;
            color: #1a237e;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-custom-secondary:hover {
            background-color: #1a237e;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(26, 35, 126, 0.3);
        }

        .btn-custom-accent {
            background-color: #e65100;
            border-color: #e65100;
            color: white;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-custom-accent:hover {
            background-color: #bf360c;
            border-color: #bf360c;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(230, 81, 0, 0.3);
            color: white;
        }

        .kindle-mockup {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-10px);
            }
        }

        .feature-icon {
            color: #e65100;
            font-size: 1.5rem;
            margin-right: 10px;
        }

        .stats-number {
            color: #1a237e;
            font-size: 2.5rem;
            font-weight: 700;
        }

        .stats-label {
            color: #666;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .testimonials-section {
            background-color: white;
            padding: 80px 0;
        }



        .review-platforms {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }

        .platform-logo {
            font-size: 1.5rem;
            color: #1a237e;
            font-weight: 600;
        }

        .trustpilot-logo {
            color: #00b67a;
        }

        .testimonial-card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 4px 20px rgba(26, 35, 126, 0.1);
            border: 1px solid #f0f0f0;
            height: 100%;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(26, 35, 126, 0.15);
        }

        .testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #1a237e, #e65100);
            border-radius: 12px 12px 0 0;
        }

        .star-rating {
            color: #e65100;
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }

        .testimonial-text {
            color: #333;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .client-name {
            color: #1a237e;
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 0;
        }

        .quote-icon {
            color: #e65100;
            font-size: 2rem;
            opacity: 0.3;
            position: absolute;
            top: 1rem;
            right: 1.5rem;
        }

        .carousel-indicators {
            bottom: -50px;
        }

        .carousel-indicators [data-bs-target] {
            background-color: #1a237e;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
        }

        .carousel-indicators .active {
            background-color: #e65100;
        }

        .carousel-control-prev,
        .carousel-control-next {
            color: #1a237e;
            font-size: 1.5rem;
            width: 5%;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            color: #e65100;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }

            .testimonial-card {
                padding: 1.5rem;
            }

            .review-platforms {
                gap: 1rem;
            }

            .platform-logo {
                font-size: 1.2rem;
            }
        }
        .book-mar-lp2-hero {
            background: url('../lp/banner.jpg');
            background-position: center;
            background-size: cover;
            height: auto;
            position: relative;
            overflow: hidden;
            padding: 4rem 0;
        }
        
        .book-mar-lp2-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 40%;
            height: 200%;
            background: linear-gradient(45deg, rgba(255, 193, 7, 0.1), rgba(255, 152, 0, 0.1));
            transform: rotate(15deg);
            z-index: 1;
        }
        .book-mar-lp2-hero .form-control::placeholder {
            color: black; /* Placeholder text color */
            opacity: 1;   /* Ensure full opacity for consistent color */
        }
        .book-mar-lp2-hero .form-control input {
        color: black !important; 
        }
        .content-wrapper {
            position: relative;
            z-index: 2;
            text-align: center;
        }
        
        .main-title {
            color: #2c5aa0;
            font-weight: 700;
            font-size: 3.4rem;
            line-height: 1.2;
            margin-bottom: 1.3rem;
        }
        
        .book-mar-lp2-hero .highlight-text {
            color: #ff6b35;
            font-weight: 700;
            font-size: 3.4rem;
            line-height: 1.2;
        }
        
        .sub-title {
            color: #ff6b35;
            font-size: 2.3rem;
            margin-bottom: 3rem;
            font-weight: 500;
        }
        
        .form-section {
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-top: 3rem;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .book-mar-lp2-hero .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 12px 16px;
            font-size: 1rem;
            margin-bottom: 0rem;
            color: #000;
        }
        
        .form-control:focus {
            border-color: #2c5aa0;
            box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.25);
        }
        
        .btn-submit {
            background-color: #2c5aa0;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .btn-submit:hover {
            background-color: #1e3a8a;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
        }
        
        .decorative-elements {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }
        
        .floating-book {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }
        
        .floating-book:nth-child(1) {
            top: 20%;
            right: 10%;
            animation-delay: 0s;
        }
        
        .floating-book:nth-child(2) {
            top: 60%;
            right: 5%;
            animation-delay: 2s;
        }
        
        .floating-book:nth-child(3) {
            top: 40%;
            right: 20%;
            animation-delay: 4s;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(5deg); }
        }
        
        .phone-input {
            position: relative;
        }
        
        .phone-flag {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            z-index: 5;
        }
        
        .phone-input .form-control {
            padding-left: 50px;
        }
        
       
        
        @media (min-width: 768px) {
            .form-row {
                display: flex;
                gap: 1rem;
                align-items: end;
            }
            
            .form-row .form-group {
                flex: 1;
                margin-bottom: 0;
            }
            
            .form-row .btn-submit {
                width: auto;
                min-width: 150px;
            }
        }
        .platforms{
            background: #f1f6ff;
            padding-bottom: 2rem;
        }
        .platforms .slider img{
            box-shadow:none !important;
        }
        .how-we-work-section {
            padding: 5rem 0;
            background-color: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .content-wrapper {
            position: relative;
            z-index: 2;
        }
        
        .books-image-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            min-height: 400px;
        }
        
        .placeholder-books {
            width: 100%;
            max-width: 500px;
            height: 350px;
            background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(44, 90, 160, 0.3);
        }
        
        .placeholder-books::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 193, 7, 0.1) 100%);
            animation: shimmer 3s infinite;
        }
        
        @keyframes shimmer {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }
        
        .book-icons {
            display: flex;
            gap: 2rem;
            align-items: center;
            position: relative;
            z-index: 2;
        }
        
        .book-icon {
            color: white;
            font-size: 4rem;
            opacity: 0.9;
            animation: float 4s ease-in-out infinite;
        }
        
        .book-icon:nth-child(1) {
            animation-delay: 0s;
        }
        
        .book-icon:nth-child(2) {
            animation-delay: 1s;
            color: #ffc107;
        }
        
        .book-icon:nth-child(3) {
            animation-delay: 2s;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }
        
        .content-box {
            background: white;
            border-radius: 0px 0px 20px 20px;
            padding: 3rem;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            border: 2px solid #e9ecef;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .content-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #2c5aa0 0%, #ffc107 100%);
            border-radius: 20px 20px 0 0;
        }
        
        .how-we-work-section .section-title {
            color: #000;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
            position: relative;
            text-align: left;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: #ffc107;
            border-radius: 2px;
        }
        
        .section-description {
            color: #495057;
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 2.5rem;
            text-align: justify;
        }
        
        .btn-get-quote {
            background-color: #ffc107;
            color: #2c5aa0;
            border: none;
            padding: 15px 35px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            width: fit-content;
        }
        
        .btn-get-quote:hover {
            background-color: #ffb300;
            color: #1e3a8a;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
        }
        
        .btn-get-quote i {
            transition: transform 0.3s ease;
        }
        
        .btn-get-quote:hover i {
            transform: translateX(5px);
        }
        
        .decorative-element {
            position: absolute;
            color: rgba(44, 90, 160, 0.1);
            font-size: 3rem;
            z-index: 1;
        }
        
        .decorative-element.top-right {
            top: 20px;
            right: 20px;
            animation: rotate 20s linear infinite;
        }
        
        .decorative-element.bottom-left {
            bottom: 20px;
            left: 20px;
            animation: rotate 15s linear infinite reverse;
        }
        
        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        @media (max-width: 768px) {
            .how-we-work-section {
                padding: 3rem 0;
            }
            
            .content-box {
                padding: 2rem;
                margin-top: 2rem;
            }
            
            .section-title {
                font-size: 2rem;
                text-align: center;
            }
            
            .section-description {
                text-align: left;
            }
            
            .btn-get-quote {
                width: 100%;
                justify-content: center;
            }
            
            .books-image-container {
                min-height: 300px;
            }
            
            .placeholder-books {
                height: 250px;
            }
            
            .book-icon {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 576px) {
            .book-icons {
                gap: 1rem;
            }
            
            .book-icon {
                font-size: 2.5rem;
            }
        }
        .we-slid-list li:nth-child(2),.we-slid-list li:nth-child(3) {
    display: none
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box ul.we-slid-list li:nth-child(2),.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box ul.we-slid-list li:nth-child(3) {
    display: block
}

.we-slider-box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-self: center;
    padding: 20px;
    border: 2px solid #dcdcdc;
    border-radius: 20px;
    border-bottom: 3px solid #e65100;
    margin-top: 80px;
    height: 200px;
    transition: .3s;
    background: #f2f7ff;
}

.we-slider-image img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(3823%) hue-rotate(354deg) brightness(104%) contrast(91%)
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-image img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(101%)
}

.we-slid-list {
    margin-top: 5px
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box {
    margin: 0px -20px 0 -60px;
    background: #e65100;
    border-color: #e65100;
    padding: 22px;
    z-index: 1;
    transform: scale(1.1);
    position: relative;
    text-align: center;
    border-radius: 30px;
    height: 100%;
    transition: .5s ease-in-out;
    box-shadow: -20px 20px 30px 0 #00000045;
    color: #fff!important
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active ul.we-slid-list h5 {
    color: #fff
}

.we-do-slider .slick-slide {
    margin: 20px 10px 50px 10px;
    opacity: 1
}
.process-section {
            padding: 5rem 0;
            background: url(../lp/submit-ban.jpg);
            position: relative;
            overflow: hidden;
        }
        
        
        .content-wrapper {
            position: relative;
            z-index: 2;
        }
        
        .section-title {
            color: #000000;
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 4rem;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #2c5aa0 0%, #ffc107 100%);
            border-radius: 2px;
        }
        
        .process-steps {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: center;
            margin-bottom: 4rem;
        }
        
        .process-card {
            background: white;
            border: 3px solid #2c5aa0;
            border-radius: 20px;
            padding: 2.5rem 2rem;
            text-align: center;
            position: relative;
            flex: 1;
            min-width: 280px;
            max-width: 320px;
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        .process-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(44, 90, 160, 0.2);
            border-color: #ffc107;
        }
        
        .process-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 193, 7, 0.05) 0%, rgba(44, 90, 160, 0.05) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
        }
        
        .process-card:hover::before {
            opacity: 1;
        }
        
        .process-card-content {
            position: relative;
            z-index: 2;
        }
        
        .step-number {
            color: #ffc107;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .step-title {
            color: #2c5aa0;
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            line-height: 1.3;
        }
        
        .step-description {
            color: #6c757d;
            font-size: 1rem;
            line-height: 1.6;
        }
        
        .cta-section {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }
        
        .phone-number {
            color: #ff6b35;
            font-size: 1.5rem;
            font-weight: 700;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }
        
        .phone-number:hover {
            color: #e55a2b;
            transform: scale(1.05);
        }
        
        .phone-number i {
            animation: ring 2s infinite;
        }
        
        @keyframes ring {
            0%, 20%, 50%, 80%, 100% { transform: rotate(0deg); }
            10%, 30%, 70% { transform: rotate(-10deg); }
            40%, 60% { transform: rotate(10deg); }
        }
        
        .btn-lets-started {
            background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
            color: white;
            border: none;
            padding: 15px 35px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            text-transform: uppercase;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
        }
        
        .btn-lets-started:hover {
            background: linear-gradient(135deg, #1e3a8a 0%, #2c5aa0 100%);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(44, 90, 160, 0.4);
        }
        
        .btn-lets-started i {
            transition: transform 0.3s ease;
        }
        
        .btn-lets-started:hover i {
            transform: translateX(5px);
        }
        
        .chat-now {
            color: #ff6b35;
            font-size: 1.2rem;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .chat-now:hover {
            color: #e55a2b;
            transform: scale(1.05);
        }
        
        .chat-now::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #ff6b35;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .chat-now:hover::after {
            transform: scaleX(1);
        }
        
        .chat-now i {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2.5rem;
            }
            
            .process-steps {
                flex-direction: column;
                align-items: center;
            }
            
            .process-card {
                max-width: 100%;
                margin-bottom: 1rem;
            }
            
            .cta-section {
                flex-direction: column;
                gap: 1.5rem;
            }
            
            .phone-number {
                font-size: 1.3rem;
            }
            
            .process-section {
                padding: 3rem 0;
            }
        }
        
        @media (max-width: 576px) {
            .section-title {
                font-size: 2rem;
            }
            
            .process-card {
                padding: 2rem 1.5rem;
                min-width: auto;
            }
            
            .step-number {
                font-size: 2.5rem;
            }
            
            .step-title {
                font-size: 1.2rem;
            }
            
            .btn-lets-started {
                padding: 12px 25px;
                font-size: 1rem;
            }
        }
        .faq-contact-section {
            padding: 5rem 0;
            background-color: #fff;
            position: relative;
        }
        
        .content-wrapper {
            position: relative;
            z-index: 2;
        }
        
        /* FAQ Section */
        .faq-section {
            background: white;
            border-radius: 15px;
            padding: 2.5rem 1rem;
            height: fit-content;
        }
        
        .faq-title {
            color: #2c5aa0;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
        }
        
        .faq-title .highlight {
            color: #ffc107;
        }
        
        .faq-item {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            margin-bottom: 1rem;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .faq-item:hover {
            border-color: #2c5aa0;
            box-shadow: 0 5px 15px rgba(44, 90, 160, 0.1);
        }
        
        .faq-item.active {
            border-color: #ffc107;
        }
        
        .faq-question {
            background: #f8f9fa;
            padding: 1.5rem 1rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0;
            transition: all 0.3s ease;
        }
        
        .faq-question:hover {
            background: rgba(44, 90, 160, 0.05);
        }
        
        .faq-question h3 {
            color: #2c5aa0;
            font-size: 1rem;
            font-weight: 600;
            margin: 0;
            text-transform: uppercase;
            flex: 1;
            text-align: left;
        }
        
        .faq-icon {
            color: #2c5aa0;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
            margin-left: 1rem;
        }
        
        .faq-item.active .faq-icon {
            transform: rotate(180deg);
            color: #ffc107;
        }
        
        .faq-answer {
            padding: 0 1.5rem;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            background: white;
            text-align: left;
        }
        
        .faq-item.active .faq-answer {
            padding: 1.5rem;
            max-height: 200px;
        }
        
        .faq-answer p {
            color: #6c757d;
            margin: 0;
            line-height: 1.6;
        }
        
        /* Contact Section */
        .contact-section {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        
        .promo-banner {
            background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
            border-radius: 15px;
            padding: 2rem;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .promo-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 40%;
            height: 200%;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
            transform: rotate(15deg);
            z-index: 1;
        }
        
        .promo-content {
            position: relative;
            z-index: 2;
        }
        
        .promo-discount {
            color: #ffc107;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        }
        
        .promo-text {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 1rem;
        }
        
        .promo-icon {
            position: absolute;
            top: 1rem;
            right: 1.5rem;
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.3);
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-10px) rotate(5deg); }
        }
        
        .contact-form {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .form-group {
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 12px 45px 12px 16px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: #2c5aa0;
            box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.25);
        }
        
        .form-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #ffc107;
            font-size: 1.1rem;
        }
        
        .phone-input {
            position: relative;
        }
        
        .phone-flag {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            z-index: 5;
        }
        
        .phone-input .form-control {
            padding-left: 50px;
        }
        
        .message-group .form-icon {
            top: 20px;
            transform: none;
        }
        
        .btn-submit {
            background-color: #ffc107;
            color: #2c5aa0;
            border: none;
            padding: 12px 30px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 1.1rem;
            text-transform: uppercase;
            transition: all 0.3s ease;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }
        
        .btn-submit:hover {
            background-color: #ffb300;
            color: #1e3a8a;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
        }
        
        .chat-button {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
            color: white;
            border: none;
            border-radius: 50px;
            padding: 12px 20px;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
            transition: all 0.3s ease;
            z-index: 1000;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .chat-button:hover {
            background: linear-gradient(135deg, #1e3a8a 0%, #2c5aa0 100%);
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(44, 90, 160, 0.4);
            color: white;
        }
        
        .chat-button i {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
        
        @media (max-width: 768px) {
            .faq-contact-section {
                padding: 3rem 0;
            }
            
            .faq-section,
            .contact-form {
                padding: 1.5rem;
                margin-bottom: 2rem;
            }
            
            .faq-title {
                font-size: 2rem;
            }
            
            .promo-discount {
                font-size: 2.5rem;
            }
            
            .faq-question h3 {
                font-size: 1rem;
            }
            
            .chat-button {
                bottom: 1rem;
                right: 1rem;
                padding: 10px 16px;
            }
        }
        
        @media (max-width: 576px) {
            .faq-question {
                padding: 1rem;
            }
            
            .faq-question h3 {
                font-size: 0.9rem;
            }
            
            .promo-banner {
                padding: 1.5rem;
            }
            
            .promo-discount {
                font-size: 2rem;
            }
        }
        .faq-contact-section .form-control::placeholder {
            color: #474747; /* Placeholder text color */
            opacity: 1;   /* Ensure full opacity for consistent color */
        }
        .faq-contact-section .form-control input {
        color: #474747 !important; 
        }
        .faq-contact-section .form-control{
        color: black !important; 
        }
        .form-lp2{
        display: flex;
        align-items: center;
        background: linear-gradient(45deg, #ffc10724, #eff4ff);
        padding: 20px;
        border-radius: 22px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
         @media (max-width: 768px) {
            .main-title {
                font-size: 2.5rem;
            }
            .highlight-text{
                font-size: 2.5rem;
            }
            .book-mar-lp2-hero .highlight-text{
                font-size: 2.5rem;
            }
            .form-section {
                margin: 2rem 1rem;
                padding: 1.5rem;
            }
            
            .navbar-nav {
                text-align: center;
            }
            
            .navbar-nav .nav-link {
                margin: 0.5rem 0;
            }

            .sub-title{
                    padding-bottom: 11px;
                    font-size: 1.5rem;
            }
        }
        .contact-form {
            background: linear-gradient(184deg, #1a237e, #2e2e2e);
            border-radius: 20px;
            padding: 40px;
            color: white;
            position: relative;
            z-index: 10;
        }
        
        .contact-form h3 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-align: center;
        }
        
        .contact-form p {
            text-align: center;
            margin-bottom: 1.5rem;
            opacity: 0.9;
        }
        .service-primary-color {
            color: #1a237e;
        }

        .service-accent-color {
            color: #e65100;
        }

        .service-bg-primary-custom {
            background-color: #1a237e;
        }

        .service-bg-accent-custom {
            background-color: #e65100;
        }

        .service-hero-section {
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            background: url('../lp/Banners/banner7.jpg');
            background-position: center;
            background-size: cover;
            color: white;
            padding: 80px 0;
            margin-bottom: 60px;
        }

        .service-hero-section h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .service-hero-section p {
            font-size: 1.2rem;
            opacity: 0.9;
        }

        .nav-tabs {
            border-bottom: 3px solid #e65100;
            margin-bottom: 50px;
        }

        .nav-tabs .nav-link {
            color: #1a237e;
            font-weight: 600;
            padding: 15px 30px;
            margin-right: 10px;
            border: none;
            border-radius: 8px 8px 0 0;
            transition: all 0.3s ease;
            background-color: #f5f5f5;
        }

        .nav-tabs .nav-link:hover {
            background-color: #e3f2fd;
            transform: translateY(-2px);
        }

        .nav-tabs .nav-link.active {
            background-color: #e65100;
            color: white;
            border: none;
        }

        .service-icon {
            font-size: 4rem;
            color: #e65100;
            margin-bottom: 30px;
        }

        .service-feature-box {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 30px;
            border-left: 4px solid #e65100;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .service-feature-box:hover {
            transform: translateX(10px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .benefit-card {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            height: 100%;
            transition: transform 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .benefit-card i {
            color: #1a237e;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .service-process-step {
            position: relative;
            padding: 20px;
            margin-bottom: 30px;
        }

        .service-process-step::before {
            content: attr(data-step);
            position: absolute;
            left: -15px;
            top: 20px;
            width: 25px;
            height: 25px;
            background-color: #e65100;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .service-cta-section {
            background: linear-gradient(135deg, #e65100 0%, #ff8a65 100%);
            color: white;
            padding: 60px 0;
            margin-top: 60px;
            border-radius: 20px;
        }

        .service-btn-custom {
            background-color: #1a237e;
            color: white;
            padding: 15px 40px;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .service-btn-custom:hover {
            background-color: #0d47a1;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        .service-testimonial-box {
            background-color: #f5f5f5;
            padding: 30px;
            border-radius: 10px;
            font-style: italic;
            position: relative;
        }

        .service-testimonial-box::before {
            content: '"';
            font-size: 4rem;
            color: #e65100;
            position: absolute;
            top: -10px;
            left: 20px;
        }

        @media (max-width: 768px) {
            .service-hero-section h1 {
                font-size: 2rem;
            }
            
            .nav-tabs .nav-link {
                padding: 10px 15px;
                font-size: 0.9rem;
            }
        }
        .new-service-banner-container {
            position: relative;
            width: 100%;
            min-height: 600px;
            background: linear-gradient(135deg, #000000 0%, #1a237e 50%, #3949ab 100%);
            background: url('../lp/Banners/banner10.webp');
            background-position: center;
            background-size: cover;
            overflow: hidden;
        }

        /* Animated background elements */
        .new-service-bg-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .new-service-floating-icon {
            position: absolute;
            opacity: 0.1;
            animation: float 20s infinite ease-in-out;
        }

        .new-service-floating-icon:nth-child(1) {
            top: 10%;
            left: 10%;
            font-size: 60px;
            animation-delay: 0s;
        }

        .new-service-floating-icon:nth-child(2) {
            top: 60%;
            right: 15%;
            font-size: 80px;
            animation-delay: 5s;
        }

        .new-service-floating-icon:nth-child(3) {
            bottom: 20%;
            left: 20%;
            font-size: 70px;
            animation-delay: 10s;
        }

        .new-service-floating-icon:nth-child(4) {
            top: 30%;
            right: 30%;
            font-size: 50px;
            animation-delay: 15s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            25% {
                transform: translateY(-20px) rotate(10deg);
            }
            50% {
                transform: translateY(10px) rotate(-5deg);
            }
            75% {
                transform: translateY(-10px) rotate(5deg);
            }
        }

        /* Main content */
        .new-service-banner-content {
            position: relative;
            z-index: 10;
            padding: 80px 0;
        }

        .new-service-service-label {
            color: #e65100;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
            animation: fadeInUp 0.8s ease-out;
        }

        .new-service-main-heading {
            color: #ffffff;
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
            animation: fadeInUp 1s ease-out;
        }

        .new-service-main-heading .highlight {
            color: #e65100;
        }

        .new-service-sub-text {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.2rem;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 600px;
            animation: fadeInUp 1.2s ease-out;
        }

        .new-service-cta-buttons {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            animation: fadeInUp 1.4s ease-out;
        }

        .new-service-btn-primary-custom {
            background-color: #e65100;
            color: white;
            padding: 15px 25px;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .new-service-btn-primary-custom:hover {
            background-color: #ff6f00;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(230, 81, 0, 0.4);
            color: white;
        }

        .new-service-btn-secondary-custom {
            background-color: transparent;
            color: white;
            padding: 15px 27px;
            font-weight: 600;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .new-service-btn-secondary-custom:hover {
            background-color: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
            transform: translateY(-3px);
            color: white;
        }

        /* Visual showcase */
        .new-service-visual-showcase {
            position: relative;
            animation: fadeInRight 1.5s ease-out;
        }

        .new-service-mockup-container {
            position: relative;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transform: perspective(1000px) rotateY(-10deg);
            transition: transform 0.3s ease;
        }

        .new-service-mockup-container:hover {
            transform: perspective(1000px) rotateY(-5deg);
        }

        .brand-elements {
            display: grid;
            gap: 20px;
        }

        .brand-element {
            background: rgba(255, 255, 255, 0.05);
            padding: 20px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .brand-element:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateX(10px);
        }

        .brand-element i {
            color: #e65100;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .brand-element h4 {
            color: white;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .brand-element p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            margin: 0;
        }

        /* Stats section */
        .stats-strip {
            position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            background: url('../lp/Banners/banner 4.jpg');
            background-position: center;
            background-size: cover;
            backdrop-filter: blur(10px);
            padding: 40px 0;
        }

        .stat-item {
            text-align: center;
            color: white;
        }

        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #e65100;
        }

        .stat-label {
            font-size: 0.9rem;
            opacity: 0.8;
            color: #000;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .new-service-main-heading {
                font-size: 2.5rem;
            }
            
            .new-service-visual-showcase {
                margin-top: 50px;
            }
            
            .new-service-mockup-container {
                transform: none;
            }
            
            .new-service-cta-buttons {
                justify-content: center;
            }
        }
        .channels-section {
            background: linear-gradient(135deg, #f5f5ff 0%, #e8eaf6 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            margin: 40px 0px;
        }

        .channels-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(230, 81, 0, 0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .section-heading {
            color: #1a237e;
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 60px;
            line-height: 1.3;
        }

        .channel-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            height: 100%;
            position: relative;
            transition: all 0.3s ease;
            border: 1px solid rgba(26, 35, 126, 0.1);
            overflow: hidden;
        }

        .channel-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #1a237e 0%, #e65100 100%);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .channel-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(26, 35, 126, 0.15);
        }

        .channel-card:hover::before {
            transform: scaleX(1);
        }

        .channel-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 25px;
            position: relative;
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.3s ease;
        }

        .channel-card:hover .icon-wrapper {
            background: linear-gradient(135deg, #e65100 0%, #ff8a65 100%);
            transform: rotate(5deg);
        }

        .icon-wrapper i {
            font-size: 36px;
            color: white;
        }

        .accent-dot {
            position: absolute;
            width: 20px;
            height: 20px;
            background: #e65100;
            border-radius: 50%;
            top: -5px;
            right: -5px;
            border: 3px solid white;
        }

        .channel-card:hover .accent-dot {
            background: #1a237e;
        }

        .channel-title {
            color: #1a237e;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .channel-description {
            color: #666;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .channel-features {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .channel-features li {
            color: #444;
            font-size: 0.9rem;
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
        }

        .channel-features li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 15px;
            height: 2px;
            background: #e65100;
        }

        .learn-more {
            color: #e65100;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .learn-more:hover {
            color: #1a237e;
            gap: 12px;
        }

        .learn-more i {
            transition: transform 0.3s ease;
        }

        .learn-more:hover i {
            transform: translateX(4px);
        }

        /* Background decoration */
        .bg-decoration {
            position: absolute;
            opacity: 0.05;
            z-index: 0;
        }

        .bg-decoration-1 {
            top: 10%;
            left: 5%;
            font-size: 150px;
            color: #1a237e;
            transform: rotate(-15deg);
        }

        .bg-decoration-2 {
            bottom: 10%;
            right: 5%;
            font-size: 120px;
            color: #e65100;
            transform: rotate(15deg);
        }

        @media (max-width: 768px) {
            .section-heading {
                font-size: 2rem;
            }
            
            .channel-card {
                margin-bottom: 30px;
            }
        }
         .transformation-section {
            padding: 80px 0;
            background-color: #ffffff;
        }

        .transformation-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .transformation-grid {
            display: grid;
            grid-template-columns: 1fr 1.2fr 1fr;
            gap: 0;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        }

        /* Left Panel - Story */
        .story-panel {
            background: linear-gradient(135deg, #1a237e 0%, #0d1854 100%);
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .story-panel::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(230, 81, 0, 0.1) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(0.8);
            }
            50% {
                transform: scale(1.2);
            }
        }

        .story-title {
            color: #ffffff;
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 1.3;
            position: relative;
            z-index: 1;
        }

        .story-quote {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            line-height: 1.6;
            font-style: italic;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }

        .story-quote::before {
            content: '"';
            position: absolute;
            top: -20px;
            left: -30px;
            font-size: 4rem;
            color: #e65100;
            opacity: 0.5;
        }

        .story-author {
            color: #e65100;
            font-weight: 600;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
        }

        .story-btn {
            background-color: #e65100;
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
            width: fit-content;
        }

        .story-btn:hover {
            background-color: #ff6f00;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(230, 81, 0, 0.3);
            color: white;
        }

        /* Middle Panel - Image */
        .image-panel {
            position: relative;
            overflow: hidden;
            background-color: #f5f5f5;
        }

        .image-panel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(26, 35, 126, 0.8) 0%, transparent 100%);
            padding: 40px;
            color: white;
        }

        .overlay-stat {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .transformation-stat-icon {
            width: 50px;
            height: 50px;
            background-color: #e65100;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .transformation-stat-icon i {
            font-size: 24px;
            color: white;
        }

        .transformation-stat-text {
            flex: 1;
        }

        .transformation-stat-number {
            font-size: 1.8rem;
            font-weight: 700;
            color: white;
            margin: 0;
        }

        .transformation-stat-label {
            font-size: 0.9rem;
            color: #fff;
        }

        /* Right Panel - Results */
        .results-panel {
            background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }

        .results-title {
            color: #1a237e;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .results-description {
            color: #333;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .results-list {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .results-list li {
            color: #1a237e;
            font-weight: 600;
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
        }

        .results-list li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            position: absolute;
            left: 0;
            color: #e65100;
            font-size: 18px;
        }

        .results-btn {
            background-color: #1a237e;
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            width: fit-content;
        }

        .results-btn:hover {
            background-color: #0d47a1;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(26, 35, 126, 0.3);
            color: white;
        }

        .brand-showcase {
            position: absolute;
            bottom: 30px;
            right: 30px;
            width: 200px;
            height: 150px;
            background: white;
            border-radius: 15px;
            padding: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            align-items: center;
        }

        .brand-item {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #1a237e 0%, #e65100 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .brand-item:hover {
            transform: scale(1.1);
        }


        /*  */

        .channel-sub-add{
            color: #1a237e;
            font-size: 1.3rem;
            font-weight: 400;
            margin-bottom: 15px;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .transformation-grid {
                grid-template-columns: 1fr;
            }

            .story-panel,
            .results-panel {
                padding: 40px;
            }

            .image-panel {
                height: 400px;
            }

            .brand-showcase {
                position: relative;
                bottom: auto;
                right: auto;
                margin-top: 20px;
            }
        }

        @media (max-width: 768px) {
            .story-title {
                font-size: 1.8rem;
            }

            .results-title {
                font-size: 1.5rem;
            }

            .story-panel,
            .results-panel {
                padding: 30px;
            }
        }
        .glass-bg{
                padding: 20px;
                background: #0000006e;
                border-radius: 16px;
                box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
                backdrop-filter: blur(5px);
                -webkit-backdrop-filter: blur(5px);
                border: 1px solid rgba(255, 255, 255, 0.3);
        }