/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra WordPress theme.
Author: ChatGPT
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below this line */
.text-highlight {
  position: relative;
  z-index: 1;
  span {
    display: inline-block;
    left: -3px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    bottom: 8px;
    opacity: 0.3;
    height: 7px !important;
    background-color: #007bff;
  }
}

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

/* Form Container */
.wpforms-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-faq::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(0, 174, 239, 0.1);
  filter: blur(140px);
  top: -250px;
  left: -200px;
  border-radius: 50%;
  z-index: 0;
}

/* Input Fields */
.wpforms-form input,
.wpforms-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.2s ease;
}

/* Focus Effect */
.wpforms-form input:focus,
.wpforms-form textarea:focus {
  border-color: #111827;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  outline: none;
}

/* Labels */
.wpforms-form label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}

/* Button */
.wpforms-form button {
  background: linear-gradient(90deg, #007bff, #7a3cff) !important;
  border-radius: 30px !important;
  color: #fff;
  padding: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Button Hover */
.wpforms-form button:hover {
  background: linear-gradient(90deg, #007bff, #7a3cff) !important;
  transform: translateY(-2px);
}

/* Remove ugly spacing */
.wpforms-form .wpforms-field {
  margin-bottom: 0;
}

input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.addon-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.insta-gradient .elementor-icon svg {
  background: linear-gradient(45deg, #833ab4, #e1306c, #f77737, #fcaf45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steps-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.gradient-text {
  background: linear-gradient(90deg, #2563eb, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.app-gradient-text {
  color: #7c3aed;
}

.service-card {
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.process-line1 {
  position: relative;
}

.process-line1::before {
  content: "";
  position: absolute;
  top: 85px;
  /* adjust this */
  left: 5%;
  width: 90%;
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}

.app-right-banner {
  position: relative;
}

/* Gradient glow behind image */
.app-right-banner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent);
  z-index: 0;
}

/* Make sure image stays above */
.app-right-banner {
  position: relative;
  z-index: 1;
}

.service-card:hover {
  border-left-color: #ec4899;
}

.ai-services-hero-image {
  position: relative;
}

.ai-services-hero-image::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.3), transparent);
  filter: blur(60px);
  z-index: -1;
}

.process-wrapper::before {
  content: "";
  position: absolute;
  top: 22%;
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(90deg, #1e90c2, #22d3ee);
}

.highlight {
  color: #007bff;
  font-weight: 600;
}

.digital-gradient-text {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.industry_list_hero_sec {
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.08),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 255, 255, 0.06),
      transparent 40%
    );
}

.wpr-grid-item {
  background: #ffffff;
  border-radius: 30px !important;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.wpr-grid-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.wpr-grid-image-wrap {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.wpr-grid-item-below-content {
  padding: 22px !important;
}

.wpr-grid-item-read-more {
  width: 105px;
  background: linear-gradient(135deg, #007bff, #7a3cff);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 22px;
}

.wpr-grid-item-read-more:hover {
  background: #2563eb;
}

.wpr-grid-item-read-more span {
  color: #fff;
}

.wpr-grid {
  margin-top: 80px;
}

.wpr-grid-item-above-content a {
  display: inline-block !important;
  background: #eef4ff;
  color: #007bff !important;
  font-size: 12px;
  padding: 5px 12px !important;
  border-radius: 50px !important;
  font-weight: 500;
  margin-top: 50%;
  position: absolute;
  z-index: 999;
  margin-left: 20px;
}

.wpr-grid-item-above-content a:hover {
  background: #2f80c1;
  color: #000;
}

.wpr-grid-extra-text-right {
  display: none !important;
}

.footer-page-link a {
  color: #fff;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ICON BOX */
.icon-box {
  width: 70px;
  height: 70px;
  background: #eef3ff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICON */
.icon-box i {
  font-size: 28px;
  color: #2f6bff;
}

/* TEXT */
.content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.content p {
  margin: 5px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.feature-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-item:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
}

.case-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 123, 255, 0.06);
  max-width: 420px;
  transition: 0.3s ease;
}

.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.case-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111827;
}

.case-section {
  margin-bottom: 14px;
}

.label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}

.text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

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

.results li {
  font-size: 14px;
  color: #2f6bff;
  font-weight: 500;
  margin-bottom: 6px;
}

.case-btn {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #2f6bff;
  text-decoration: none;
  transition: 0.3s ease;
}

.case-btn:hover {
  color: #1e40af;
}

/* Mobile (≤ 768px) */
/* 📱 Mobile (≤ 767px) → WHITE */
@media (max-width: 767px) {
  .icon-list-ai-services .elementor-icon-list-icon svg {
    fill: #fff !important;
  }

  .icon-list-ai-services .elementor-icon-list-text {
    color: #fff !important;
  }

  .digital-marketing-icon-list .elementor-icon-list-icon svg {
    fill: #fff !important;
  }

  .digital-marketing-icon-list .elementor-icon-list-text {
    color: #fff !important;
  }
}

/* 📲 Tablet (768px – 992px) → BLACK */
@media (min-width: 768px) and (max-width: 992px) {
  .icon-list-ai-services .elementor-icon-list-icon svg {
    fill: #000 !important;
  }

  .icon-list-ai-services .elementor-icon-list-text {
    color: #000 !important;
  }

  .elementor-icon-list-text {
    color: #000 !important;
  }

  .digital-marketing-icon-list .elementor-icon-list-icon svg {
    fill: #000 !important;
  }

  .digital-marketing-icon-list .elementor-icon-list-text {
    color: #000 !important;
  }
}

.gradient-text-p {
  background: linear-gradient(90deg, #00aeef, #4fd1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-contact-cards {
  transform: translateY(-8px);
  transition: 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 174, 239, 0.2);
}

.pricing-banner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(14, 165, 233, 0.12),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(59, 130, 246, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.pricing-banner::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(14, 165, 233, 0.08) 0%,
    rgba(14, 165, 233, 0.02) 60%,
    transparent 100%
  );
  filter: blur(70px);
  top: -100px;
  left: -100px;
  border-radius: 50%;
  z-index: 0;
}

.gradient-texpricing-hero {
  background: linear-gradient(90deg, #0284c7 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-table::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(0, 174, 239, 0.12);
  filter: blur(140px);
  top: -200px;
  right: -200px;
  border-radius: 50%;
  z-index: 0;
}

.gradient-text-pricing {
  background: linear-gradient(90deg, #007bff, #7a3cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-p-faq {
  background: linear-gradient(90deg, #007bff, #7a3cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-table h2 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  color: #081120;
  margin-bottom: 18px;
  line-height: 1.2;
}

.pricing-table p {
  text-align: center;
  color: #6b7280;
  font-size: 17px;
  margin-bottom: 70px;
}

.middle-plan {
  transform: scale(1.05);
  border: 1px solid rgba(0, 153, 255, 0.4);
  box-shadow: 0 20px 50px rgba(0, 153, 255, 0.2);
}

.about-hero-sec {
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 32%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(122, 60, 255, 0.2) 0%,
      transparent 28%
    ),
    linear-gradient(135deg, #0062e6 0%, #007bff 35%, #009dff 65%, #00c2ff 100%) !important;
}

.about-hero-gradient-text {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #eaf4ff 25%,
    #d8b4fe 70%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

webkit-scrollbar {
  display: none;
}

.about-cta-sec {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(122, 60, 255, 0.18) 0%,
      transparent 28%
    ),
    linear-gradient(135deg, #0062e6 0%, #007bff 35%, #00aeef 70%, #00d4ff 100%);
}

.about-cta-sec::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(100px);
  border-radius: 50%;
  top: -100px;
  left: -100px;
}

.about-cta-sec::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(122, 60, 255, 0.18);
  filter: blur(100px);
  border-radius: 50%;
  bottom: -100px;
  right: -100px;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.12) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(122, 60, 255, 0.18) 0%,
      transparent 28%
    ),
    linear-gradient(135deg, #0057d9 0%, #007bff 40%, #00aeef 75%, #00d4ff 100%);
}

.portfolio_list_hero_sec {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 28%
    ),
    radial-gradient(
      circle at right,
      rgba(122, 60, 255, 0.2) 0%,
      transparent 24%
    ),
    radial-gradient(
      circle at bottom center,
      rgba(0, 212, 255, 0.12) 0%,
      transparent 30%
    ),
    linear-gradient(135deg, #0d1b2a 0%, #007bff 45%, #00d4ff 100%) !important;
  padding-top: 140px;
  padding-bottom: 180px;
}

/* Premium glow effect */
.portfolio_list_hero_sec::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.15), transparent 70%);
  top: 60px;
  left: 120px;
  filter: blur(40px);
  z-index: 0;
}

/* Keep content above glow */
.portfolio_list_hero_sec .elementor-container {
  position: relative;
  z-index: 2;
}

.success-story-cards {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(122, 60, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

/* ===== BLOG HERO SECTION ===== */
.blog-list-hero {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(
    135deg,
    #0f172a 0%,
    #1e3a8a 45%,
    #7c3aed 100%
  ) !important;
  padding: 120px 20px 180px !important;
}

/* ===== GLOW EFFECTS ===== */
.blog-list-hero::before {
  content: "" !important;
  position: absolute !important;
  width: 500px !important;
  height: 500px !important;
  background: rgba(37, 99, 235, 0.25) !important;
  border-radius: 50% !important;
  filter: blur(120px) !important;
  top: -180px !important;
  left: -120px !important;
  z-index: 0 !important;
}

.blog-list-hero::after {
  content: "" !important;
  position: absolute !important;
  width: 450px !important;
  height: 450px !important;
  background: rgba(124, 58, 237, 0.25) !important;
  border-radius: 50% !important;
  filter: blur(120px) !important;
  bottom: -180px !important;
  right: -120px !important;
  z-index: 0 !important;
}

/* ===== CONTENT ABOVE BACKGROUND ===== */
.blog-list-hero .elementor-container,
.blog-list-hero .elementor-widget-wrap {
  position: relative !important;
  z-index: 2 !important;
}

/* ===== TITLE ===== */
.blog-list-hero h1 {
  font-size: 72px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -2px !important;
  color: #ffffff !important;
  margin-bottom: 25px !important;
}

/* Gradient Word */
.blog-list-hero h1 span {
  background: linear-gradient(135deg, #60a5fa, #c084fc) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* ===== SUBTITLE ===== */
.blog-list-hero p {
  font-size: 20px !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 950px !important;
  margin: 0 auto 40px !important;
}

/* ===== SEARCH BAR ===== */
.blog-list-hero .search-form,
.blog-list-hero .elementor-search-form {
  max-width: 720px !important;
  margin: auto !important;
}

.blog-list-hero input[type="search"] {
  border-radius: 18px 0 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(14px) !important;
  color: #ffffff !important;
  padding-left: 24px !important;
  font-size: 18px !important;
  box-shadow:
    0 10px 35px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

/* Placeholder */
.blog-list-hero input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* ===== SEARCH BUTTON ===== */
.blog-list-hero button,
.blog-list-hero .elementor-search-form__submit {
  width: 78px !important;
  border-radius: 0 18px 18px 0 !important;
  border: none !important;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.35) !important;
  transition: all 0.35s ease !important;
}

/* Hover */
.blog-list-hero button:hover,
.blog-list-hero .elementor-search-form__submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.45) !important;
}

/* ===== CATEGORY BUTTONS ===== */
.blog-list-hero .blog-filter-btn,
.blog-list-hero .elementor-button {
  border-radius: 999px !important;
  padding: 14px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(10px) !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

/* Hover */
.blog-list-hero .blog-filter-btn:hover,
.blog-list-hero .elementor-button:hover {
  transform: translateY(-3px) !important;
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.35) !important;
}

/* Active */
.blog-list-hero .active {
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.35) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .blog-list-hero h1 {
    font-size: 56px !important;
  }

  .blog-list-hero p {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .blog-list-hero {
    padding: 90px 20px 140px !important;
  }

  .blog-list-hero h1 {
    font-size: 40px !important;
    line-height: 1.2 !important;
  }

  .blog-list-hero p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .blog-list-hero input[type="search"] {
    font-size: 16px !important;
  }
}

/* MAIN BLOG CARD */
.wpr-grid-item {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06) !important;
  transition: all 0.35s ease !important;
}

/* HOVER */
.wpr-grid-item:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 25px 60px rgba(124, 58, 237, 0.18) !important;
}

/* IMAGE */
.wpr-grid-item img {
  height: 240px !important;
  width: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

/* IMAGE HOVER */
.wpr-grid-item:hover img {
  transform: scale(1.06) !important;
}

/* CONTENT SPACING */
.wpr-grid-item .wpr-grid-content {
  padding: 24px !important;
}

/* TITLE */
.wpr-grid-item h2,
.wpr-grid-item h3 {
  font-size: 30px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 12px !important;
}

/* EXCERPT */
.wpr-grid-item p {
  color: #64748b !important;
  line-height: 1.8 !important;
}

/* BUTTON */
.wpr-grid-item .wpr-button,
.wpr-grid-item .wpr-grid-read-more {
  border-radius: 999px !important;
  padding: 14px 24px !important;
  background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

/* BUTTON HOVER */
.wpr-grid-item .wpr-grid-read-more:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.25) !important;
}

.blog-detail-container {
  position: relative !important;
  overflow: hidden !important;
  min-height: 800px !important;
  padding-top: 180px !important;
  padding-bottom: 140px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 140px !important;
}

/* PREMIUM CINEMATIC OVERLAY */
.blog-detail-container::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    120deg,
    rgba(2, 6, 23, 0.82) 0%,
    rgba(15, 23, 42, 0.68) 35%,
    rgba(30, 41, 59, 0.45) 60%,
    rgba(15, 23, 42, 0.72) 100%
  ) !important;
  z-index: 1 !important;
}

/* CONTENT ABOVE OVERLAY */
.blog-detail-container .elementor-widget-wrap,
.single-blog-hero .elementor-container {
  position: relative !important;
  z-index: 2 !important;
}

/* PREMIUM HERO HEADING */
.blog-detail-container h1 {
  font-size: 88px !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: -4px !important;
  max-width: 1050px !important;
  margin: auto !important;
  text-align: center !important;
  color: #ffffff !important;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.38) !important;
}

/* CATEGORY + DATE */
.blog-detail-container .elementor-heading-title,
.blog-detail-container .elementor-post-info {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* GLASSMORPHISM BLOG CONTENT CARD */
.single-blog-content .elementor-container {
  max-width: 980px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(22px) !important;
  -webkit-backdrop-filter: blur(22px) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 32px !important;
  padding: 80px !important;
  box-shadow:
    0 25px 80px rgba(15, 23, 42, 0.12),
    0 10px 30px rgba(15, 23, 42, 0.08) !important;
  margin-top: -120px !important;
  position: relative !important;
  z-index: 5 !important;
}

/* BLOG PARAGRAPH */
.single-blog-content p {
  font-size: 18px !important;
  line-height: 1.9 !important;
  color: #334155 !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .blog-detail-container {
    min-height: 580px !important;
    padding-top: 110px !important;
  }

  .blog-detail-container h1 {
    font-size: 72px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -3px !important;
    max-width: 820px !important;
    margin: auto !important;
    color: #ffffff !important;
    text-shadow: 0 6px 30px rgba(0, 0, 0, 0.45) !important;
  }

  .single-blog-content .elementor-container {
    padding: 35px !important;
    border-radius: 24px !important;
    margin-top: -70px !important;
  }

  .single-blog-content p {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
}

.single-blog-content h2,
.single-blog-content h3 {
  font-size: 40px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-top: 60px !important;
  margin-bottom: 24px !important;
}

.single-author-box .elementor-container {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(248, 250, 252, 0.92)
  ) !important;
  border-radius: 30px !important;
  padding: 40px !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08) !important;
}

.related-posts-section::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 180px !important;
  height: 2px !important;
  background: linear-gradient(
    90deg,
    transparent,
    #7c3aed,
    transparent
  ) !important;
}

.related-posts-section .wpr-grid-item {
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  transition: all 0.35s ease !important;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06) !important;
}

.related-posts-section .wpr-grid-item:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 25px 60px rgba(124, 58, 237, 0.16) !important;
}

/* MOBILE RESPONSIVE IMPROVEMENTS */
@media (max-width: 768px) {
  .related-posts-section article.wpr-grid-item {
    min-height: 600px !important;
    margin-top: 20px;
  }

  .related-posts-section {
    padding: 50px 18px !important;
  }

  .related-posts-section .wpr-grid-item {
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08) !important;
    transition: all 0.35s ease !important;
  }

  /* IMAGE */
  .related-posts-section .wpr-grid-item img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 24px 24px 0 0 !important;
  }

  /* CONTENT AREA */
  .related-posts-section .wpr-grid-item .wpr-grid-item-content {
    padding: 24px 22px 28px !important;
  }

  /* TITLE */
  .related-posts-section .wpr-grid-item h2,
  .related-posts-section .wpr-grid-item h3,
  .related-posts-section .wpr-grid-item .wpr-post-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
    margin-bottom: 14px !important;
    color: #0f172a !important;
  }

  /* DATE */
  .related-posts-section .wpr-grid-item .wpr-post-meta {
    font-size: 13px !important;
    color: #64748b !important;
    margin-bottom: 14px !important;
  }

  /* DESCRIPTION */
  .related-posts-section .wpr-grid-item p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #475569 !important;
    margin-bottom: 24px !important;
  }

  /* BUTTON */
  .related-posts-section .wpr-grid-item .wpr-button,
  .related-posts-section .wpr-grid-item .elementor-button {
    border-radius: 999px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #2563eb, #7c3aed) !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22) !important;
  }

  /* HOVER */
  .related-posts-section .wpr-grid-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.14) !important;
  }
}

.single-blog-cta {
  background: linear-gradient(135deg, #0f172a, #1e3a8a, #7c3aed) !important;
  overflow: hidden !important;
  position: relative !important;
  padding: 60px 60px !important;
}

.pricing-table-cards {
  align-items: stretch !important;
}

.pricing-table-cards > .e-con {
  display: flex;
  align-self: stretch;
}

.pricing-table-cards > .e-con > * {
  height: 100%;
}

/* Dropdown menu UI changes */
.elementor-2892 .elementor-element.elementor-element-1d30ebf9 .elementskit-navbar-nav .elementskit-submenu-panel > li > a{
	padding: 8px 8px 8px 8px;
}
.elementor-2892 .elementor-element.elementor-element-1d30ebf9 .elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover {
    background: #d1e5fc;
}
/* pricing table svg icon */
svg.wpr-pricing-table-feature-icon {
    width: 18px;
}