            /**
            * Theme Name:     Astra Child
            * Author:         Brainstorm Force
            * Template:       astra
            * Text Domain:	   astra-child
            * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
            */


            .wc-content-form {
            max-width: 400px;
            margin: 50px auto;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            font-family: sans-serif;
            }

            .wc-content-title {
            background-color: #f15a30;
            color: white;
            text-align: center;
            padding: 20px;
            position: relative;
            border-bottom: none;
            }
            .page-id-11 .wc-content-title {
            background-color: #0274be;
            
            }

            .wc-content-title h4 {
            margin: 0;
            font-size: 20px;
            }

            .wc-content-content {
            padding: 20px;
            }

            .wc-content-content label {
            display: block;
            margin-bottom: -15px;
            }

            .wc-content-content input,
            .wc-content-content textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 15px;
            box-sizing: border-box;
            resize: none;
            }

            .wc-content-content textarea {
            height: 100px;
            }

            .wc-content-content button {
            display: block;
            width: 100%;
            background-color: #f15a30;
            color: white;
            border: none;
            padding: 14px 0;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            transition: background-color 0.3s ease;
            }

            .wc-content-content button:hover {
            background-color: #d9481b;
            }

            .wc-seo-features {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
            padding-top: 30px;
            border-top: 1px dashed #ddd;
            }

            .wc-feature-box {
            flex: 1 1 calc(33.333% - 30px);
            border-left: 1px dashed #ddd;
            padding: 0 15px;
            text-align: left;
            }

            .wc-feature-box:first-child {
            border-left: none;
            }

            .wc-feature-img img {
            max-width: 40px;
            height: auto;
            }

            .wc-feature-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 15px 0 10px;
            color: #0a1f44;
            }

            .wc-feature-box p {
            font-size: 15px;
            color: #222;
            line-height: 1.7;
            }


            .wc-stats-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            background-color: #0a1233;
            padding: 40px 20px;
            gap: 30px;
            }

            .wc-stat-box {
            flex: 1 1 calc(25% - 30px);
            text-align: center;
            color: #fff;
            }

            .wc-stat-icon img {
            max-width: 40px;
            margin-bottom: 10px;
            }

            .wc-stat-count {
            font-size: 32px;
            font-weight: 700;
            color: #ff5a3c;
            }

            .wc-stat-label {
            font-size: 16px;
            margin-top: 5px;
            }


            .wc-awards-wrapper {
            text-align: center;
            padding: 60px 20px;
            }

            .awards-heading {
            font-size: 32px;
            font-weight: 700;
            color: #0a0a23;
            margin-bottom: 10px;
            }

            .awards-subheading {
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto 40px;
            color: #333;
            }

            .awards-logos {
            display: grid;
            grid-template-columns: repeat(4, 1fr); /* 4 items per row */
            gap: 30px;
            justify-items: center;
            }

            .award-item img {
            max-width: 100%;
            height: auto;
            max-height: 120px;
            object-fit: contain;
            transition: transform 0.3s ease;
            }

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

            @media (max-width: 1024px) {
            .awards-logos {
            grid-template-columns: repeat(2, 1fr);
            }
            }

            @media (max-width: 600px) {
            .awards-logos {
            grid-template-columns: 1fr;
            }
            }


            .wc-testimonials {
            text-align: center;
            padding: 60px 20px;
            }

            .wc-testimonials-heading {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #0a0a23;
            }

            .wc-testimonials-subheading {
            max-width: 800px;
            margin: 0 auto 40px;
            font-size: 18px;
            color: #333;
            }

            .wc-testimonial-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            }

            .wc-testimonial-item {
            text-align: left;
            position: relative;
            padding: 20px;
            }

            .wc-testimonial-content p {
            border-left: 3px solid #dd4814;
            padding-left: 20px;
            font-size: 16px;
            line-height: 1.7;
            color: #333;
            }

            .wc-testimonial-author {
            display: flex;
            align-items: center;
            margin-top: 20px;
            }

            .wc-testimonial-author img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            }

            .wc-testimonial-meta strong {
            display: block;
            font-weight: 700;
            }

            .wc-testimonial-meta span {
            color: #666;
            font-size: 14px;
            }

            @media (max-width: 768px) {
            .wc-testimonial-grid {
            grid-template-columns: 1fr;
            }
            }


            .wc-logo-slider {
            padding: 20px 0;
            }

            .wc-logo-slider .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100px;
            }

            .wc-logo-slider .swiper-slide img {
            max-height: 60px;
            max-width: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
            }

            .swiper-pagination-bullet {
            background: #ccc;
            opacity: 1;
            }

            .swiper-pagination-bullet-active {
            background: #000;
            }


            .wc-accordion {
            border-top: 1px solid #ddd;
            }

            .wc-accordion .accordion-item {
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            padding: 20px 0;
            transition: all 0.3s ease;
            }

            .wc-accordion .accordion-header {
            font-size: 24px;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #000;
            transition: color 0.3s ease;
            }

            .wc-accordion .accordion-item.active .accordion-header {
            color: #FF4C29; /* Highlight active tab */
            }

            .wc-accordion .accordion-content {
            display: none;
            padding-top: 10px;
            font-size: 16px;
            color: #444;
            }

            .wc-accordion .accordion-item.active .accordion-content {
            display: block;
            }

            .wc-accordion .arrow {
            font-size: 20px;
            transform: rotate(0deg);
            transition: transform 0.3s ease;
            }

            .wc-accordion .accordion-item.active .arrow {
            transform: rotate(180deg);
            }


            .wc-accordion-wrapper {
            padding-top: 20px;
            }
            .wc-accordion-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            }
            .accordion-box {
            background: #f1f1f1;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid #e0e0e0;
            }
            .accordion-header {
            font-size: 18px;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
            }
            .accordion-content {
            margin-top: 10px;
            display: none;
            font-size: 15px;
            color: #333;
            }
            .accordion-box.active .accordion-content {
            display: block;
            }
            .accordion-box .arrow {
            transition: transform 0.3s ease;
            }
            .accordion-box.active .arrow {
            transform: rotate(180deg);
            }


            .wc-alt-layout {
            display: flex;
            flex-direction: column;
            gap: 40px;
            }

            .wc-alt-row {
            display: flex;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
            }

            .wc-alt-row.reverse {
            flex-direction: row-reverse;
            }

            .wc-alt-text {
            flex: 1;
            min-width: 300px;
            }

            .wc-step-number {
            font-size: 30px;
            color: #e03a3c;
            font-weight: bold;
            margin-bottom: 10px;
            }

            .wc-alt-text h3 {
            text-transform: uppercase;
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 700;
            }

            .wc-alt-text p {
            font-size: 16px;
            line-height: 1.6;
            }

            .wc-alt-image {
            flex: 1;
            min-width: 300px;
            }

            .wc-alt-image img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
            }

            .wc-casestudy-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
            }

            .wc-case-box {
            width: 30%;
            min-width: 280px;
            height: 460px;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: flex-end;
            color: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s;
            }

            .wc-case-box:hover {
            transform: scale(1.03);
            }

            .wc-case-content {
            background: rgba(0, 0, 0, 0.65);
            width: 100%;
            padding: 20px 15px;
            text-align: center;
            }

            .wc-case-percent {
            font-size: 32px;
            font-weight: bold;
            color: #00ff90;
            margin-bottom: 10px;
            }

            .wc-case-desc {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            }

            .wc-case-btn {
            display: inline-block;
            background-color: #ff5722;
            color: #fff;
            padding: 10px 22px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            margin-bottom: 15px;
            }

            .wc-case-title {
            font-size: 16px;
            font-weight: bold;
            }

            .wc-case-category {
            font-size: 14px;
            color: #ccc;
            margin-top: 5px;
            }

            /* 🔽 Tablet Responsive */
            @media (max-width: 1024px) {
            .wc-case-box {
            width: 45%;
            }
            }

            /* 🔽 Mobile Responsive */
            @media (max-width: 768px) {
            .wc-case-box {
            width: 90%;
            }

            .wc-case-percent {
            font-size: 26px;
            }

            .wc-case-desc {
            font-size: 16px;
            }

            .wc-case-btn {
            padding: 8px 18px;
            font-size: 14px;
            }
            }


            .wc-blog-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 30px;
            }
            .wc-blog-post {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
            transition: transform 0.3s;
            }
            .wc-blog-post:hover {
            transform: translateY(-5px);
            }
            .wc-blog-img {
            height: 180px;
            background-size: cover;
            background-position: center;
            }
            .wc-blog-content {
            padding: 15px;
            text-align: left;
            }
            .wc-blog-author {
            font-size: 13px;
            color: #888;
            margin-bottom: 5px;
            }
            .wc-blog-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #222;
            }
            .wc-blog-excerpt {
            font-size: 15px;
            color: #555;
            margin-bottom: 10px;
            }
            .wc-read-more {
            color: #e63e00;
            text-decoration: none;
            font-weight: 600;
            }
            @media (max-width: 1024px) {
            .wc-blog-grid {
            grid-template-columns: repeat(2, 1fr);
            }
            }
            @media (max-width: 768px) {
            .wc-blog-grid {
            grid-template-columns: 1fr;
            }
            }


            .wc-testimonial-carousel {
            margin: 40px auto;
            max-width: 900px;
            }

            .swiper-slide.testimonial-slide {
            text-align: center;
            background: #f5f5f5;
            padding: 30px 20px;
/*            border-radius: 12px;*/
/*            box-shadow: 0 4px 12px rgba(0,0,0,0.05);*/
            }

            .wc-testimonial-img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 50%;
            display: block;
            margin: 0 auto 15px;
            box-shadow: 0 0 10px rgba(0,0,0,0.08);
            }

            .wc-testimonial-name {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px;
            }

            .wc-testimonial-name span {
            font-weight: normal;
            font-style: italic;
            color: #555;
            }

            .wc-testimonial-title {
            color: #f44336;
            font-weight: 600;
            margin-bottom: 10px;
            }

            .wc-testimonial-content {
            font-size: 15px;
            line-height: 1.5;
            color: #444;
            margin-bottom: 10px;
            }

            .wc-testimonial-location {
            font-weight: bold;
            color: #f44336;
            font-size: 14px;
            }

            .wc-seo-packages {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.wc-seo-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0a1e3f;
}

.wc-seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.wc-seo-card {
  border: 1px solid #dce1ea;
  border-radius: 10px;
  padding: 30px 20px;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}

.wc-seo-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.wc-seo-title {
  background: #0a1e3f;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 8px 8px 0 0;
  margin: -30px -20px 20px;
}

.wc-seo-icon {
  font-size: 45px;
  color: #0a1e3f;
  margin-bottom: 20px;
}

.wc-seo-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #0a1e3f;
  margin-bottom: 10px;
}

.wc-seo-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.wc-seo-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #0a1e3f;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.wc-seo-btn span {
  margin-left: 8px;
}

.wc-seo-btn:hover {
  background: #06152e;
}

.wc-services-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.wc-services-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0a1e3f;
  margin-bottom: 10px;
}

.wc-services-subheading {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 16px;
  color: #555;
}

.wc-services-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.wc-tab-btn {
  padding: 12px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #010101;
}

.wc-tab-btn.active {
  background: #f0572d;
  color: #fff;
  border-color: #f0572d;
}

.wc-tab-content {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.wc-tab-content.active {
  display: block;
}

.wc-tab-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.wc-tab-image img {
  max-width: 300px;
  border-radius: 8px;
}

.wc-tab-text {
  max-width: 600px;
}

.wc-tab-description {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.wc-know-more {
  font-weight: bold;
  color: #f0572d;
  text-decoration: none;
  font-size: 15px;
}

.wc-know-more span {
  font-size: 18px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .wc-tab-inner {
    flex-direction: column;
    text-align: center;
  }

  .wc-tab-text {
    max-width: 100%;
  }
}


.google-review-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.grw-sidebar {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 0 0 220px;
}

.grw-avatar-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.grw-avatar-box.active {
    background-color: #0e1d45;
    color: #fff;
    border-color: #0e1d45;
}

.grw-avatar-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.grw-name small {
    font-size: 12px;
    color: inherit;
}

.grw-content {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.grw-review-box {
    display: none;
}

.grw-review-box.active {
    display: block;
}

.grw-stars {
    color: gold;
    margin-bottom: 10px;
    font-size: 18px;
}

.grw-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 15px;
}

.grw-google-logo {
    width: 32px;
    height: 32px;
}

.grw-score {
    display: flex;
    align-items: center;
    gap: 5px;
    color: gold;
    font-weight: bold;
}

@media (max-width: 768px) {
    .google-review-wrapper {
        flex-direction: column;
    }
    .grw-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


/* Popup Overlay */
.quote-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; /* Hidden initially */
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.quote-popup-content {
  background: #fff;
  padding: 25px 20px;
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.quote-popup-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #c00000;
  margin-bottom: 10px;
}

.quote-popup-close {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-size: 14px;
  box-sizing: border-box;
}

.wpcf7 textarea {
  resize: vertical;
  min-height: 80px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #c00000;
  color: #fff;
  border: none;
  padding: 12px 0;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
.page-id-11 .wpcf7 input[type="submit"] { 
  background-color: #0274be;
}
.page-id-11 .wpcf7 input[type="submit"]:hover {
  background-color: #0274be;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #a30000;
}

.call-now-text {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  color: #333;
}

.call-now-text strong {
  display: block;
  font-size: 16px;
  color: #c00000;
}

@media (max-width: 500px) {
  .quote-popup-content {
    padding: 20px 15px;
  }

  .quote-popup-content h2 {
    font-size: 20px;
  }
}

.whatsapp-join-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-join-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.whatsapp-join-btn .wa-icon {
  width: 28px;
  height: 28px;
}

/* Responsive: Adjust size and position on smaller devices */
@media (max-width: 768px) {
  .whatsapp-join-btn {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-join-btn .wa-icon {
    width: 22px;
    height: 22px;
  }
}


.wc-digital-packages-table {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
}

.wc-digital-packages-table h2.wc-table-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wc-digital-packages-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.wc-digital-packages-table th,
.wc-digital-packages-table td {
  padding: 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}

.wc-digital-packages-table th {
  font-weight: 700;
}

.wc-digital-packages-table .package-link {
  color: red;
  font-weight: 500;
  text-decoration: none;
}

.wc-digital-packages-table .package-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .wc-digital-packages-table table,
  .wc-digital-packages-table thead,
  .wc-digital-packages-table tbody,
  .wc-digital-packages-table th,
  .wc-digital-packages-table td,
  .wc-digital-packages-table tr {
    display: block;
  }

  .wc-digital-packages-table thead tr {
    display: none;
  }

  .wc-digital-packages-table td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .wc-digital-packages-table td::before {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 45%;
    white-space: nowrap;
    font-weight: 700;
  }

  .wc-digital-packages-table td:nth-of-type(1)::before { content: "Service"; }
  .wc-digital-packages-table td:nth-of-type(2)::before { content: "Cost"; }
  .wc-digital-packages-table td:nth-of-type(3)::before { content: "Link"; }
}



/* WRAPPER GRID: 3 Columns Responsive */
.wc-pricing-table-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 Columns */
  gap: 20px;
  margin: 40px 0;
  padding: 0 15px;
}

/* INDIVIDUAL CARD STYLE */
.wc-pricing-table-wrapper .wc-pricing-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.wc-pricing-table-wrapper .wc-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* PLAN TITLE BAR */
.wc-pricing-table-wrapper .wc-pricing-card h3 {
  font-size: 22px;
  font-weight: 700;
  background: #f25022;
  color: white;
  padding: 10px;
  margin: -30px -20px 20px -20px;
  border-radius: 10px 10px 0 0;
}

/* SHORT DESCRIPTION */
.wc-pricing-table-wrapper .wc-sub {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

/* PRICE */
.wc-pricing-table-wrapper .wc-price {
  font-size: 26px;
  font-weight: bold;
  color: #f25022;
  margin-bottom: 15px;
}

/* SECTION LABEL FOR FEATURES */
.wc-pricing-table-wrapper .wc-feature-title {
  font-weight: bold;
  margin: 10px 0 8px;
  color: #222;
}

/* FEATURE LIST */
.wc-pricing-table-wrapper .wc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}

.wc-pricing-table-wrapper .wc-features li {
  margin-bottom: 10px;
  font-size: 15px;
}

.wc-pricing-table-wrapper .wc-features .check {
  color: #6d00ff;
  margin-right: 8px;
  font-weight: bold;
}

/* BUTTON */
.wc-pricing-table-wrapper .wc-btn {
  display: inline-block;
  padding: 12px 18px;
  background-color: #f25022;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.wc-pricing-table-wrapper .wc-btn:hover {
  background-color: #d3421c;
}

/* RESPONSIVE DESIGN */

/* Tablet: 2 Columns */
@media (max-width: 1024px) {
  .wc-pricing-table-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 Column */
@media (max-width: 768px) {
  .wc-pricing-table-wrapper {
    grid-template-columns: 1fr;
  }

  .wc-pricing-table-wrapper .wc-pricing-card {
    padding: 25px 15px;
  }

  .wc-pricing-table-wrapper .wc-pricing-card h3 {
    font-size: 20px;
    padding: 8px;
    margin: -25px -15px 15px -15px;
  }

  .wc-pricing-table-wrapper .wc-price {
    font-size: 22px;
  }

  .wc-pricing-table-wrapper .wc-btn {
    width: 100%;
    text-align: center;
  }
}


.real-estate-post-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

/* Post item styling */
.real-estate-post-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.real-estate-post-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Thumbnail with fixed aspect ratio */
.real-estate-post-item .post-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 6px;
}

.real-estate-post-item .post-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Post metadata */
.real-estate-post-item .post-meta {
    padding-top: 12px;
}

.real-estate-post-item .post-author {
    color: #ff5722;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}

.real-estate-post-item .post-title {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
    line-height: 1.4;
}

.real-estate-post-item .post-title a {
    color: #000;
    text-decoration: none;
}

.real-estate-post-item .post-title a:hover {
    color: #0073aa;
}

/* Responsive styling */
@media (max-width: 1024px) {
    .real-estate-post-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .real-estate-post-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .real-estate-post-item {
        padding: 12px;
    }

    .real-estate-post-item .post-title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .real-estate-post-item .post-title {
        font-size: 14px;
    }

    .real-estate-post-item .post-author {
        font-size: 11px;
    }
}

.real-estate-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.real-estate-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #333;
    border-radius: 50%;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.real-estate-pagination .page-numbers:hover {
    background-color: #f5f5f5;
    color: #000;
}

.real-estate-pagination .page-numbers.current {
    background-color: #f75b2a; /* Active color (orange-red) */
    color: #fff;
    border-color: #f75b2a;
}

.real-estate-pagination .page-numbers.dots {
    border: none;
    pointer-events: none;
}


.latest-articles-wrapper {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
}

.latest-articles-wrapper .latest-articles-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.latest-articles-wrapper .latest-article-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 15px;
  gap: 15px;
  transition: box-shadow 0.3s ease;
}

.latest-articles-wrapper .latest-article-box:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.latest-articles-wrapper .latest-article-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.latest-articles-wrapper .latest-article-content {
  flex: 1;
}

.latest-articles-wrapper .latest-article-link {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  display: block;
}

.latest-articles-wrapper .latest-article-link:hover {
  color: #0073aa;
}

/* ✅ Responsive Styles */
@media (max-width: 768px) {
  .latest-articles-wrapper .latest-article-box {
    flex-direction: row;
    align-items: flex-start;
  }

  .latest-articles-wrapper .latest-article-thumb img {
    width: 60px;
    height: 60px;
  }

  .latest-articles-wrapper .latest-article-link {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
 .latest-articles-wrapper .latest-article-box {
    flex-direction: column;
    text-align: center;
  }

  .latest-articles-wrapper .latest-article-thumb img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-bottom: 10px;
  }

  .latest-articles-wrapper .latest-article-content {
    text-align: center;
  }

 .latest-articles-wrapper .latest-article-link {
    font-size: 16px;
  }
}

.faq-wrapper {
            max-width: 800px;
            margin: 20px auto;
        }
       .faq-wrapper .faq-item {
            background: #3a3a3a;
            border-radius: 8px;
            margin-bottom: 10px;
        }
        .faq-wrapper .faq-question button {
            width: 100%;
            padding: 15px;
            background: none;
            border: none;
            text-align: left;
            font-weight: bold;
            cursor: pointer;
/*            color: #3a3a3a;*/
        }
        .faq-wrapper .faq-answer {
            background: #fff;
            padding: 15px;
            border-top: 1px solid #ddd;
        }

        
/*
        .wc-leff-site-content {
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 320px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .wc-leff-site-content {
    position: static !important;
    margin-top: 20px;
  }
}*/
