 /* ===== TV Service Center Ardabil Page ===== */

 .toplead p {
     max-width: 900px;
 }

 .toplead .phone-link {
     color: #0078d7;
     text-decoration: none;
     font-weight: bold;
 }

 .toplead .phone-link:hover {
     text-decoration: underline;
 }

 .top-features {
     display: flex;
     flex-wrap: wrap;
     gap: 0.75rem;
     margin-top: 1rem;
 }

 .top-features span {
     display: inline-block;
     background: #eef6ff;
     color: #114a7a;
     border: 1px solid #cfe6ff;
     border-radius: 999px;
     padding: 0.45rem 0.9rem;
     font-size: 0.95rem;
     font-weight: 600;
 }

 .service-section {
     direction: rtl;
     text-align: right;
     padding: 2rem 0;
     background-color: #fff;
 }

 .service-section h1,
 .service-section h2,
 .service-section h3 {
     color: #111;
     font-weight: 700;
 }

 .service-section h1 {
     font-size: 1.8rem;
     margin-bottom: 1rem;
     border-right: 4px solid #0078d7;
     padding-right: 0.6rem;
 }

 .service-section h2 {
     font-size: 1.4rem;
     margin: 2rem 0 1rem;
     border-right: 3px solid #0078d7;
     padding-right: 0.5rem;
 }

 .service-section h3 {
     font-size: 1.05rem;
     margin-bottom: 0.7rem;
     color: #1d2b3a;
 }

 .service-section p {
     color: #555;
     line-height: 1.9;
     max-width: 900px;
     margin-bottom: 1rem;
 }

 /* Shared section containers */
 .quick-cta-box,
 .service-details,
 .intent-section,
 .brand-cluster,
 .brands-covered,
 .widget-section,
 .repair-process,
 .service-cta,
 .faq-section,
 .local-seo-section,
 .seo-content-block,
 .brand-support,
 .common-issues,
 .service-info-section {
     max-width: 950px;
     margin: 0 auto 2rem;
     background: #f9fafc;
     padding: 1.5rem 2rem;
     border-radius: 1rem;
     border: 1px solid #e3e3e3;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
 }

 .quick-cta-box {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 1rem;
     background: linear-gradient(135deg, #f4f9ff, #eef6ff);
     border-color: #dcecff;
 }

 .quick-cta-item {
     background: #fff;
     border: 1px solid #d8e8f8;
     border-radius: 0.9rem;
     padding: 1rem;
     color: #2f3a45;
     line-height: 1.8;
 }

 .quick-cta-item a {
     color: #0078d7;
     text-decoration: none;
     font-weight: bold;
 }

 .quick-cta-item a:hover {
     text-decoration: underline;
 }

 .service-details ul,
 .brand-cluster ul,
 .repair-process ol {
     padding: 0;
     margin: 1rem 0;
 }

 .service-details ul,
 .brand-cluster ul {
     list-style: none;
 }

 .service-details li,
 .brand-cluster li {
     margin-bottom: 0.7rem;
     color: #333;
     position: relative;
     padding-right: 1.2rem;
     line-height: 1.9;
 }

 .service-details li::before,
 .brand-cluster li::before {
     content: "•";
     position: absolute;
     right: 0;
     color: #0078d7;
     font-size: 1.2rem;
     line-height: 1;
 }

 .repair-process ol {
     padding-right: 1.2rem;
     color: #333;
     line-height: 2;
 }

 .mini-cta {
     margin-top: 1rem;
 }

 .service-cta a,
 .seo-content-block a,
 .local-seo-section a,
 .intent-section a,
 .brand-cluster a {
     color: #0078d7;
     font-weight: 600;
     text-decoration: none;
 }

 .service-cta a:hover,
 .seo-content-block a:hover,
 .local-seo-section a:hover,
 .intent-section a:hover,
 .brand-cluster a:hover {
     text-decoration: underline;
 }

 /* Buttons */
 .btn-service {
     display: inline-block;
     background-color: #0078d7;
     color: #fff !important;
     text-decoration: none;
     padding: 0.75rem 1.5rem;
     border-radius: 2rem;
     font-weight: bold;
     border: none;
     cursor: pointer;
     transition: background-color 0.2s, transform 0.1s ease, box-shadow 0.2s ease;
     box-shadow: 0 4px 12px rgba(0, 120, 215, 0.18);
 }

 .btn-service:hover {
     background-color: #005fa3;
     transform: scale(1.02);
     text-decoration: none;
 }

 .phone-call-btn {
     color: #0078d7;
     font-weight: bold;
     text-decoration: none;
 }

 .phone-call-btn:hover {
     text-decoration: underline;
 }

 /* Brand cards */
 .brand-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 1rem;
     margin-top: 1.5rem;
 }

 .brand-card {
     background: #fff;
     border: 1px solid #e3e9f0;
     border-radius: 0.9rem;
     padding: 1rem;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
     transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
 }

 .brand-card:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 14px rgba(0, 0, 0, 0.07);
     border-color: #cfe2f7;
 }

 .brand-card h3 {
     line-height: 1.8;
 }

 .brand-card p {
     margin: 0;
     font-size: 0.95rem;
     color: #666;
     line-height: 1.8;
 }

 /* Widget sections */
 .widget-box {
     background: #fff;
     border: 1px solid #dde7f1;
     border-radius: 1rem;
     padding: 1.25rem;
     margin-top: 1rem;
 }

 .widget-box label {
     display: block;
     margin-bottom: 0.5rem;
     color: #22313f;
     font-weight: 600;
 }

 .widget-box select,
 .widget-box input,
 .widget-box textarea {
     width: 100%;
     padding: 0.85rem 1rem;
     margin-bottom: 1rem;
     border: 1px solid #ccd8e4;
     border-radius: 0.8rem;
     background: #fff;
     color: #333;
     font: inherit;
     box-sizing: border-box;
 }

 .widget-box select:focus,
 .widget-box input:focus,
 .widget-box textarea:focus {
     outline: none;
     border-color: #0078d7;
     box-shadow: 0 0 0 3px rgba(0, 120, 215, 0.12);
 }

 .widget-result {
     margin-top: 1rem;
     background: #f3f8fe;
     border: 1px solid #d9e9fb;
     border-radius: 0.9rem;
     padding: 1rem;
     color: #334;
     line-height: 1.9;
 }

 .widget-result a {
     color: #0078d7;
     font-weight: bold;
     text-decoration: none;
 }

 .widget-result a:hover {
     text-decoration: underline;
 }

 /* Gallery */
 .repair-gallery {
     background: #f0f7ff;
     padding: 2rem;
     border-radius: 1rem;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
     max-width: 1100px;
     margin: 3rem auto;
     direction: rtl;
     text-align: right;
     border: 1px solid #dcecff;
 }

 .repair-gallery h2 {
     font-size: 1.4rem;
     color: #222;
     margin-bottom: 1rem;
 }

 .repair-gallery p {
     color: #555;
     margin-bottom: 1.5rem;
     line-height: 1.8;
 }

 .gallery-grid {
     columns: 3 280px;
     column-gap: 1rem;
 }

 .gallery-grid img {
     width: 100%;
     border-radius: 0.8rem;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
     transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
     cursor: pointer;
     margin-bottom: 1rem;
     display: block;
 }

 .gallery-grid img:hover {
     transform: scale(1.03);
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
     filter: brightness(1.04);
 }

 /* Video section */
 .video-showcase {
     max-width: 1100px;
     margin: 0 auto 2rem;
     background: #f9fafc;
     padding: 1.5rem 2rem;
     border-radius: 1rem;
     border: 1px solid #e3e3e3;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
 }

 .video-grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 1.25rem;
     margin-top: 1.5rem;
 }

 .video-card {
     background: #fff;
     border: 1px solid #e1e7ee;
     border-radius: 1rem;
     padding: 1rem;
 }

 .video-card video {
     width: 100%;
     border-radius: 0.8rem;
     background: #000;
     margin-top: 0.75rem;
 }

 /* FAQ */
 .faq-section details {
     background: #fff;
     border: 1px solid #e1e8ef;
     border-radius: 0.9rem;
     padding: 1rem 1.1rem;
     margin-bottom: 1rem;
 }

 .faq-section summary {
     cursor: pointer;
     font-weight: 700;
     color: #1d2b3a;
     line-height: 1.8;
     list-style: none;
 }

 .faq-section summary::-webkit-details-marker {
     display: none;
 }

 .faq-section summary::before {
     content: "+";
     color: #0078d7;
     font-size: 1.2rem;
     font-weight: bold;
     margin-left: 0.6rem;
 }

 .faq-section details[open] summary::before {
     content: "−";
 }

 .faq-section details p {
     margin-top: 0.9rem;
     margin-bottom: 0;
 }

 /* Brand cluster visual differentiation */
 .brand-samsung {
     border-right: 4px solid #1f6feb;
 }

 .brand-lg {
     border-right: 4px solid #c2185b;
 }

 .brand-sony {
     border-right: 4px solid #444;
 }

 .brand-daewoo {
     border-right: 4px solid #009688;
 }

 /* Responsive */
 @media (max-width: 992px) {

     .quick-cta-box,
     .brand-grid,
     .video-grid {
         grid-template-columns: 1fr 1fr;
     }
 }

 @media (max-width: 768px) {
     .service-section {
         padding: 1rem;
     }

     .quick-cta-box,
     .service-details,
     .intent-section,
     .brand-cluster,
     .brands-covered,
     .widget-section,
     .repair-process,
     .service-cta,
     .faq-section,
     .local-seo-section,
     .seo-content-block,
     .video-showcase {
         padding: 1rem 1.2rem;
     }

     .quick-cta-box,
     .brand-grid,
     .video-grid {
         grid-template-columns: 1fr;
     }

     .gallery-grid {
         columns: 2 150px;
     }

     .btn-service {
         width: 100%;
         text-align: center;
     }

     .service-section h1 {
         font-size: 1.5rem;
     }

     .service-section h2 {
         font-size: 1.2rem;
     }

     .service-section h3 {
         font-size: 1rem;
     }

     .top-features {
         gap: 0.5rem;
     }

     .top-features span {
         font-size: 0.88rem;
     }
 }

 @media (max-width: 480px) {
     .gallery-grid {
         columns: 1;
     }

     .repair-gallery {
         padding: 1rem;
     }

     .widget-box {
         padding: 1rem;
     }
 }