/*
Theme Name: Navotix
Theme URI: https://gadgetsarena.in/your-theme
Author: Navneet Kumar
Author URI: https://gadgetsarena.in
Description: A custom WordPress theme for Navotix
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: navotix
*/


 

  .single {
    background: #161616;
    color: #fff;
    font-family: "Inter", sans-serif;
  }

  .single-container {

    padding: 3rem 2rem;
    margin: auto;
  }

  /* LEFT: Post area */
  .post-left {
    flex: 0 0 65%;
  }

  .post-left img {
    width: 100%;
    height: 411PX;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 2rem;
}

@media (max-width:991px){
  .post-left img {
    height: 411PX;
}
}

  .post-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .post-meta {
    color: #aaa;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .post-content p {
    color: #ddd;
    line-height: 1.8;
  }

  /* RIGHT: Sidebar */
  .post-right {
    flex: 0 0 33%;
    background: #1e1e1e;
    padding: 1.5rem;
    border-radius: 10px;
    height: fit-content;
  }

  .form-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #dcf763;
  }

  .contact-form input,
  .contact-form textarea {
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    border-radius: 6px;
    padding: 0.6rem 0.8rem;
    width: 100%;
    margin-bottom: 0.8rem;
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: #dcf763;
    outline: none;
  }

  .contact-form button {
    background: #dcf763;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 0.7rem 3.2rem 0.7rem 1.2rem;
    border-radius: 6px;
    transition: 0.2s;
  }

  .contact-form button:hover {
    opacity: 0.8;
  }

  /* Latest posts (sidebar) */
  .latest-posts {
    margin-top: 2rem;
  }

  .latest-posts h4 {
    color: #dcf763;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .latest-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .latest-posts li {
    margin-bottom: 0.8rem;
  }

  .latest-posts a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    line-height: 20px;
    font-size: 14px;
  }

  .latest-posts a:hover {
    color: #dcf763;
  }

  /* Bottom Recent Posts */
  .recent-posts {
    background: #1b1b1b;
    padding: 3rem 2rem;
    margin-top: 3rem;
  }

  .recent-posts h3 {
    color: #dcf763;
    margin-bottom: 2rem;
    font-weight: 700;
  }

  .recent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }

  .recent-card {
    background: #222;
    padding: 1rem;
    border-radius: 8px;
    transition: transform 0.2s;
  }

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

  .recent-card h5 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .recent-card p {
    color: #aaa;
    font-size: 0.9rem;
  }

  @media (max-width: 991px) {
    .post-left, .post-right {
      flex: 100%;
    }
  }

/* ============================================
   Single Service Page Styles
   ============================================ */

.service-detail-section {
    padding: 80px 0;
    background: #0a0a0a;
}

.service-sidebar {
    position: sticky;
    top: 100px;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #161616;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #222;
    transition: all 0.3s ease;
}

.sidebar-widget:hover {
    border-color: #DCF763;
}

.widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #DCF763;
}

/* Service List Widget */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    margin-bottom: 12px;
}

.service-list li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #0a0a0a;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.service-list li a:hover,
.service-list li.active a {
    background: #DCF763;
    color: #000;
    transform: translateX(5px);
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    font-size: 14px;
}

/* Contact Widget */
.sidebar-contact-widget {
    background: linear-gradient(135deg, #DCF763 0%, #b8d14f 100%);
    border: none;
}

.contact-widget-box {
    text-align: center;
}

.contact-widget-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #000;
}

.contact-widget-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.contact-widget-content p {
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-number {
    margin: 20px 0;
}

.contact-number a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.contact-widget-content .btn-default {
    background: #000;
    color: #DCF763;
    border: none;
    margin-top: 15px;
}

.contact-widget-content .btn-default:hover {
    background: #222;
}

/* Download Widget */
.download-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.download-btn {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #0a0a0a;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.download-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCF763;
    color: #000;
    border-radius: 8px;
    margin-right: 15px;
    font-size: 20px;
}

.download-btn:hover .download-icon {
    background: #000;
    color: #DCF763;
}

.download-text {
    display: flex;
    flex-direction: column;
}

.download-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.download-size {
    font-size: 12px;
    opacity: 0.7;
}

/* Main Service Content */
.service-detail-content {
    background: #161616;
    border-radius: 12px;
    padding: 40px;
    border: 1px solid #222;
}

/* All images in service detail - responsive */
.service-detail-content img {
    max-width: 100%;
    height: auto;
}

.service-detail-section img {
    max-width: 100%;
    height: auto;
}

.related-services img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-detail-image {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

.service-detail-body h3 {
    font-size: 28px;
    font-weight: 700;
    color: #DCF763;
    margin-bottom: 25px;
    margin-top: 40px;
}

.service-detail-text {
    color: #ddd;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 40px;
}

.service-detail-text p {
    margin-bottom: 20px;
}

/* Key Features */
.service-features {
    background: #0a0a0a;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCF763;
    color: #000;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.feature-content p {
    color: #aaa;
    font-size: 14px;
    margin: 0;
}

/* Development Process */
.service-process {
    background: #0a0a0a;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.process-timeline {
    position: relative;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: #DCF763;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-number {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCF763;
    color: #000;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    margin-right: 25px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.process-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.process-content p {
    color: #aaa;
    font-size: 15px;
    margin: 0;
}

/* Technologies */
.service-technologies {
    background: #0a0a0a;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.tech-stack {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #161616;
    border-radius: 12px;
    border: 1px solid #222;
    transition: all 0.3s ease;
}

.tech-item:hover {
    border-color: #DCF763;
    transform: translateY(-5px);
}

.tech-item img {
    width: auto;
    height: 60px;
    max-width: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}

.tech-item span {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

/* FAQ Section */
.service-faq {
    margin-bottom: 40px;
}

.faq-accordion .accordion-item {
    background: #0a0a0a;
    border: 1px solid #222;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: #0a0a0a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #DCF763;
    color: #000;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq-accordion .accordion-button:focus {
    border-color: #DCF763;
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 20px 25px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.7;
}

/* CTA Box */
.service-cta-box {
    background: linear-gradient(135deg, #DCF763 0%, #b8d14f 100%);
    padding: 50px;
    border-radius: 12px;
    text-align: center;
}

.cta-box-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.cta-box-content p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.cta-box-content .btn-default {
    background: #000;
    color: #DCF763;
    border: none;
}

.cta-box-content .btn-default:hover {
    background: #222;
}

/* Related Services */
.related-services {
    padding: 80px 0;
}

.related-services .section-title {
    margin-bottom: 50px;
}

.related-services .section-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #DCF763;
    margin-bottom: 15px;
}

.related-services .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.related-services .section-title h2 span {
    color: #DCF763;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .service-sidebar {
        position: relative;
        top: 0;
    }
    
    .service-detail-content {
        padding: 25px;
    }
    
    .service-features,
    .service-process,
    .service-technologies {
        padding: 25px;
    }
    
    .service-cta-box {
        padding: 35px 25px;
    }
    
    .cta-box-content h3 {
        font-size: 26px;
    }
    
    .service-detail-body h3 {
        font-size: 24px;
    }
    
    .tech-stack {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

@media (max-width: 767px) {
    .service-detail-section {
        padding: 50px 0;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
    
    .service-detail-content {
        padding: 20px;
    }
    
    .service-features,
    .service-process,
    .service-technologies {
        padding: 20px;
    }
    
    .process-timeline::before {
        left: 25px;
    }
    
    .process-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin-right: 15px;
    }
    
    .tech-stack {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .tech-item img {
        height: 50px;
        max-width: 70px;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .related-services {
        padding: 50px 0;
    }
    
    .related-services .section-title h2 {
        font-size: 32px;
    }
    
    /* Mobile image optimizations */
    .service-detail-image {
        margin-bottom: 25px;
    }
    
    .service-detail-image img {
        max-height: 300px;
    }
    
    .related-services img {
        max-height: 250px;
    }
}