       
        /* Gradient Text */
      .wp_dev_page  .gradient-text {
            background: linear-gradient(135deg, #00d4aa 0%, #0099ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Buttons */
       .wp_dev_page .btn {
            display: inline-block;
            padding: 14px 32px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

       .wp_dev_page .btn-primary {
            background: linear-gradient(135deg, #00d4aa 0%, #0099ff 100%);
            color: white;
        }

      .wp_dev_page  .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 212, 170, 0.3);
        }

        /* Hero Section */
      .wp_dev_page  .hero {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        }

       .wp_dev_page .hero-content {
            display: flex;
            align-items: center;
            gap: 60px;
        }

       .wp_dev_page .hero-text {
            flex: 1;
        }

       .wp_dev_page .hero-text h1 {
            font-size: 3.5rem;
            line-height: 1.2;
            margin-bottom: 20px;
            font-weight: 700;
        }

       .wp_dev_page .hero-text p {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 30px;
            line-height: 1.8;
        }

       .wp_dev_page .hero-image {
            flex: 1;
        }

      .wp_dev_page  .hero-image img {
            width: 100%;
            height: auto;
        }

        /* Awards Section */
      .wp_dev_page  .awards {
            padding: 60px 0;
            background: white;
            text-align: center;
        }

     .wp_dev_page   .awards h3 {
            font-size: 2rem;
            margin-bottom: 40px;
            font-weight: 600;
        }

       .wp_dev_page .awards-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
        }

      .wp_dev_page  .award-item img {
            max-width: 120px;
            height: auto;
        }

      .wp_dev_page  .stars {
            color: #00d4aa;
            font-size: 1.5rem;
        }

        /* WordPress Development Section */
      .wp_dev_page  .wordpress-dev {
            padding: 80px 0;
            background: #1a2b3c;
        }

       .wp_dev_page .dev-box {
            background: linear-gradient(135deg, #2d4356 0%, #1a2b3c 100%);
            border-radius: 15px;
            padding: 60px;
        }

      .wp_dev_page  .dev-content {
            display: flex;
            gap: 60px;
            color: white;
        }

      .wp_dev_page  .dev-left {
            flex: 0 0 40%;
        }

      .wp_dev_page  .dev-left h2 {
            font-size: 2rem;
            margin-bottom: 30px;
            line-height: 1.3;
            color: #ffffff;
        }

      .wp_dev_page  .check-list {
            list-style: none;
            margin-bottom: 30px;
        }

      .wp_dev_page  .check-list li {
            padding: 10px 0;
            padding-left: 30px;
            position: relative;
        }

      .wp_dev_page  .check-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #00d4aa;
            font-weight: bold;
        }

      .wp_dev_page  .highlight-text {
            font-size: 1.1rem;
            margin-bottom: 30px;
            line-height: 1.6;
        }

      .wp_dev_page  .dev-right {
            flex: 1;
        }

       .wp_dev_page .dev-right p {
            margin-bottom: 20px;
            line-height: 1.8;
            color: #e0e0e0;
        }

        /* Brands Section */
      .wp_dev_page  .brands {
            padding: 80px 0;
            background: white;
            text-align: center;
        }

      .wp_dev_page  .brands h3 {
            font-size: 2rem;
            margin-bottom: 50px;
            font-weight: 600;
        }

      .wp_dev_page  .brands h3 span {
            font-style: italic;
        }

      .wp_dev_page  .brands-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 40px;
            align-items: center;
        }

       .wp_dev_page .brand-item img {
            max-width: 140px;
            height: auto;
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }

      .wp_dev_page  .brand-item img:hover {
            opacity: 1;
        }

        /* Building Section */
      .wp_dev_page  .building {
            padding: 80px 0;
            background: #f8f9fa;
        }

      .wp_dev_page  .building-content {
            display: flex;
            gap: 60px;
            align-items: center;
        }

     .wp_dev_page   .building-images {
            flex: 0 0 45%;
        }

      .wp_dev_page  .image-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

      .wp_dev_page  .image-grid img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 10px;
        }

     .wp_dev_page   .building-text {
            flex: 1;
        }

      .wp_dev_page  .building-text h2 {
            font-size: 2.2rem;
            margin-bottom: 25px;
            line-height: 1.3;
        }

      .wp_dev_page  .building-text p {
            margin-bottom: 20px;
            color: #666;
            line-height: 1.8;
        }

        /* Services Section */
      .wp_dev_page  .services {
            padding: 80px 0;
            background: white;
        }

      .wp_dev_page  .services h2 {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 20px;
        }

     .wp_dev_page   .services-intro {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
            color: #666;
            font-size: 1.1rem;
            line-height: 1.8;
        }

     .wp_dev_page   .services-list {
            max-width: 1000px;
            margin: 0 auto;
        }

      .wp_dev_page  .service-item {
            display: flex;
            gap: 30px;
            margin-bottom: 50px;
            align-items: flex-start;
        }

      .wp_dev_page  .service-icon {
            flex: 0 0 80px;
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #00d4aa 0%, #0099ff 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

      .wp_dev_page  .service-icon img {
            width: 40px;
            height: 40px;
            filter: brightness(0) invert(1);
        }

      .wp_dev_page  .service-content h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #1a2b3c;
        }

      .wp_dev_page  .service-content p {
            color: #666;
            line-height: 1.8;
        }

        /* Testimonial Section */
      .wp_dev_page  .testimonial {
            padding: 80px 0;
            background: #f8f9fa;
        }

      .wp_dev_page  .testimonial-box {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            background: white;
            padding: 60px;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
        }

      .wp_dev_page  .testimonial-box .stars {
            margin-bottom: 30px;
            font-size: 1.8rem;
        }

      .wp_dev_page  .testimonial-box blockquote {
            font-size: 1.4rem;
            line-height: 1.8;
            margin-bottom: 40px;
            font-style: italic;
            color: #333;
        }

      .wp_dev_page  .testimonial-author {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

       .wp_dev_page .author-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #00d4aa 0%, #0099ff 100%);
        }

      .wp_dev_page  .author-info {
            text-align: left;
        }

      .wp_dev_page  .author-name {
            font-weight: 700;
            font-size: 1.1rem;
            color: #1a2b3c;
        }

      .wp_dev_page  .author-title {
            color: #666;
            font-size: 0.95rem;
        }

        /* Portfolio Section */
       .wp_dev_page .portfolio {
            padding: 80px 0;
            background: white;
        }

      .wp_dev_page  .portfolio h2 {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 60px;
        }

      .wp_dev_page  .portfolio h2 span {
            font-style: italic;
        }

      .wp_dev_page  .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

      .wp_dev_page  .portfolio-item img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

      .wp_dev_page  .portfolio-item img:hover {
            transform: scale(1.05);
        }

        /* CTA Section */
      .wp_dev_page  .cta-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #00d4aa 0%, #0099ff 100%);
        }

      .wp_dev_page  .cta-box {
            display: flex;
            gap: 60px;
            align-items: center;
        }

       .wp_dev_page .cta-content {
            flex: 1;
            color: white;
        }

      .wp_dev_page  .cta-content h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            background: #ffff36e8;
    padding: 20px;
    border-radius: 4px;
        }

       .wp_dev_page .cta-content p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0.95;
        }

      .wp_dev_page  .cta-list {
            list-style: none;
            margin-bottom: 30px;
        }

     .wp_dev_page   .cta-list li {
            padding: 10px 0;
            padding-left: 30px;
            position: relative;
            font-size: 1.1rem;
        }

      .wp_dev_page  .cta-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            font-weight: bold;
        }

      .wp_dev_page  .cta-section .btn-primary {
            background: white;
            color: #0099ff;
        }

      .wp_dev_page  .cta-section .btn-primary:hover {
            background: #f8f9fa;
        }

      .wp_dev_page  .cta-image {
            flex: 0 0 40%;
        }

       .wp_dev_page .cta-image img {
            width: 100%;
            border-radius: 15px;
        }

        /* Final CTA Section */
       .wp_dev_page .final-cta {
            padding: 80px 0;
            background: #f8f9fa;
        }

       .wp_dev_page .final-cta-content {
            display: flex;
            gap: 60px;
            align-items: center;
        }

       .wp_dev_page .final-cta-image {
            flex: 0 0 45%;
        }

       .wp_dev_page .final-cta-image img {
            width: 100%;
            border-radius: 15px;
        }

       .wp_dev_page .final-cta-text {
            flex: 1;
        }

      .wp_dev_page  .final-cta-text h2 {
            font-size: 2.5rem;
            margin-bottom: 30px;
            line-height: 1.3;
        }

        /* Responsive Design */
        @media (max-width: 968px) {
          .wp_dev_page  .hero-content,
          .wp_dev_page  .dev-content,
           .wp_dev_page .building-content,
          .wp_dev_page  .cta-box,
          .wp_dev_page  .final-cta-content {
                flex-direction: column;
            }

          .wp_dev_page  .hero-text h1 {
                font-size: 2.5rem;
            }

          .wp_dev_page  .dev-left {
                flex: 1;
            }

          .wp_dev_page  .brands-grid {
                grid-template-columns: repeat(3, 1fr);
            }

          .wp_dev_page  .portfolio-grid {
                grid-template-columns: repeat(2, 1fr);
            }

          .wp_dev_page  .service-item {
                flex-direction: column;
            }
        }

        @media (max-width: 640px) {
          .wp_dev_page  .hero-text h1 {
                font-size: 2rem;
            }

         .wp_dev_page   .awards-grid {
                gap: 30px;
            }

          .wp_dev_page  .brands-grid {
                grid-template-columns: repeat(2, 1fr);
            }

           .wp_dev_page .portfolio-grid {
                grid-template-columns: 1fr;
            }

          .wp_dev_page  .dev-box {
                padding: 30px;
            }

         .wp_dev_page   .testimonial-box {
                padding: 30px;
            }

          .wp_dev_page  .testimonial-box blockquote {
                font-size: 1.1rem;
            }

          .wp_dev_page  .image-grid {
                grid-template-columns: 1fr;
            }
        }

