.elementor-1799 .elementor-element.elementor-element-92e2f0a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1799 .elementor-element.elementor-element-93333f9 > .elementor-widget-container{background-color:transparent;margin:-10px -400px -10px -400px;background-image:linear-gradient(180deg, #0D47A1 0%, #f2295b 100%);}.elementor-1799 .elementor-element.elementor-element-9a81bad{--display:flex;}.elementor-1799 .elementor-element.elementor-element-f8f5fee > .elementor-widget-container{margin:-10px -400px -10px -400px;}.elementor-1799 .elementor-element.elementor-element-0b7ff22{--display:flex;}.elementor-1799 .elementor-element.elementor-element-cfbcf1b > .elementor-widget-container{margin:-10px -400px -10px -400px;}.elementor-1799 .elementor-element.elementor-element-e276db6{--display:flex;}.elementor-1799 .elementor-element.elementor-element-2722df3 > .elementor-widget-container{margin:-10px -400px -10px -400px;}.elementor-1799 .elementor-element.elementor-element-90f0e6a{--display:flex;}.elementor-1799 .elementor-element.elementor-element-4016b17{--display:flex;}.elementor-1799 .elementor-element.elementor-element-a792c12 > .elementor-widget-container{margin:-10px -400px -10px -400px;}.elementor-1799 .elementor-element.elementor-element-43904bf{--display:flex;}.elementor-1799 .elementor-element.elementor-element-4357245 > .elementor-widget-container{margin:-10px -400px -10px -400px;}@media(max-width:767px){.elementor-1799 .elementor-element.elementor-element-93333f9 > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-1799 .elementor-element.elementor-element-f8f5fee > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-1799 .elementor-element.elementor-element-cfbcf1b > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-1799 .elementor-element.elementor-element-2722df3 > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-1799 .elementor-element.elementor-element-a792c12 > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-1799 .elementor-element.elementor-element-4357245 > .elementor-widget-container{margin:-10px -10px -10px -10px;}}/* Start custom CSS for html, class: .elementor-element-93333f9 *//* ========= Digital Marketing — Hero ========= */
:root{
  --dm-bg-1:#1d4bb2;   /* top-left blue */
  --dm-bg-2:#222c88;   /* bottom-right indigo */
  --dm-white:#ffffff;
  --dm-muted:#cfe0ff;
  --dm-outline:rgba(255,255,255,.16);
  --dm-overlay:rgba(255,255,255,.06);

  /* brand gradients */
  --g-orange:linear-gradient(90deg,#ff6a2a 0%,#ff9b2f 100%);
  --g-blue:linear-gradient(135deg,#00c6ff 0%,#0072ff 100%);
  --g-pink:linear-gradient(135deg,#f857a6 0%,#ff5858 100%);
  --g-green:linear-gradient(135deg,#00b09b 0%,#96c93d 100%);
  --g-sun:linear-gradient(135deg,#ffb347 0%,#ffcc33 100%);
}

/* wrapper */
.dm-hero{
  position:relative;
  overflow:hidden;
  min-height:100vh; /* FULL SCREEN HEIGHT */
  display:flex;
  align-items:center; /* VERTICAL CENTER */
  padding: clamp(64px, 8vw, 120px) 24px;
  background:
    radial-gradient(1200px 1200px at 20% 10%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(135deg,var(--dm-bg-1),var(--dm-bg-2));
  color:var(--dm-white);
}

/* layout container */
.dm-wrap{
  max-width: 1180px;
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: clamp(32px, 4vw, 64px);
  flex-wrap:wrap;
  flex:1; /* fill hero height */
}

/* LEFT */
.dm-left{flex:1 1 520px; min-width: 300px;}

/* ===== BIGGER HEADLINE ===== */
.dm-title{
  margin:0 0 24px 0;
  line-height:1.05;
  font-weight:900;
  font-size: clamp(42px, 7.5vw, 80px);
  letter-spacing:-0.5px;
}

.dm-white {
  color: #ffffff;
  background: none !important;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.dm-mark{
  display:inline-block;
  padding: 0 .06em;
  background: var(--g-orange);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.dm-mark--shift{ text-shadow: 0 2px 0 rgba(0,0,0,0); }

/* ===== BIGGER SUBTEXT ===== */
.dm-sub{
  margin: 0 0 36px 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight:500;
  line-height:1.5;
  color: var(--dm-muted);
  max-width: 720px;
}

.dm-cta{
  display:flex;
  align-items:center;
  gap: 18px;
  flex-wrap: wrap;
}

/* ===== BIGGER BUTTONS ===== */
.dm-btn{
  --p: 16px 28px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: var(--p);
  font-weight:700;
  text-decoration:none;
  border-radius:14px;
  transition:.25s ease;
  line-height:1;
  font-size:18px;
}

.dm-btn--primary{
  background: var(--g-orange);
  color: #fff;
  box-shadow: 0 18px 40px -18px rgba(255,122,46,.8);
}
.dm-btn--primary:hover{ transform: translateY(-1px); opacity:.95; }

.dm-btn--ghost{
  color:#fff;
  border:2px solid #ffffff;
  background: transparent;
  transition: all 0.3s ease;
}
.dm-btn--ghost:hover {
  background: #ffffff;
  color: var(--dm-bg-2);
}
.dm-btn--ghost:hover i {
  color: var(--dm-bg-2);
}

/* RIGHT: stats panel */
.dm-stats{
  flex: 0 1 520px;
  min-width: 320px;
  padding: 22px;
  border-radius:18px;
  border:1px solid var(--dm-outline);
  background: var(--dm-overlay);
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:18px;
}

/* ===== BIGGER STATS ===== */
.dm-stat {
  padding: 20px 18px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.dm-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  z-index: 0;
}

.dm-g-blue::before   { background: var(--g-blue); }
.dm-g-pink::before   { background: var(--g-pink); }
.dm-g-orange::before { background: var(--g-sun);  }
.dm-g-green::before  { background: var(--g-green);}

.dm-stat h3,
.dm-stat small {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

.dm-stat h3{
  margin:0 0 6px 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight:900;
}

.dm-stat small{
  display:block;
  font-size: clamp(14px, 1.5vw, 16px);
  opacity:.95;
  font-weight:600;
}

/* decorative blobs */
.dm-blob{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter: blur(2px);
  opacity:.18;
}
.dm-blob--tl{
  width: 110px; height:110px;
  top: 38px; left: 38px;
  background: radial-gradient(circle at 30% 30%, #6aa1ff, transparent 60%);
}
.dm-blob--br{
  width: 130px; height:130px;
  bottom: 48px; right: 48px;
  background: radial-gradient(circle at 70% 70%, #9c6bff, transparent 55%);
  opacity:.22;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .dm-wrap { flex-direction: column; text-align: center; }
  .dm-left { max-width: 100%; }
  .dm-title { font-size: clamp(36px, 8vw, 64px); }
  .dm-sub { margin-bottom: 28px; }
  .dm-cta { justify-content: center; }
  .dm-stats { max-width: 420px; }
  .dm-blob--tl{ top:10px; left:10px; opacity:.12; }
  .dm-blob--br{ bottom:20px; right:20px; opacity:.15; }
}

@media (max-width: 480px) {
  .dm-stats { grid-template-columns: 1fr; }
  .dm-cta { flex-direction: column; gap:12px; }
  .dm-btn { justify-content: center; width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8f5fee *//* ===== Services Section ===== */
.services-section {
  padding: 80px 20px;
  background: #f8f9fb;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.services-header {
  margin-bottom: 50px;
}

.services-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.services-subtitle {
  font-size: clamp(15px, 2vw, 18px);
  color: #555;
  margin: 0;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.service-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}
.service-link:hover {
  color: #1d4ed8;
}

/* Gradient Colors for Icons */
.gradient-blue {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}
.gradient-pink {
  background: linear-gradient(135deg, #f857a6, #ff5858);
}
.gradient-orange {
  background: linear-gradient(135deg, #ff6a2a, #ff9b2f);
}
.gradient-green {
  background: linear-gradient(135deg, #00b09b, #96c93d);
}

/* ===== Mobile Responsive ===== */
@media (max-width: 991px) {
  .services-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .services-title {
    font-size: 26px;
  }
  .services-subtitle {
    font-size: 15px;
  }
  .service-card {
    padding: 26px 20px;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .services-section {
    padding: 50px 14px;
  }
  .service-card {
    text-align: center;
    padding: 22px 18px;
  }
  .service-icon {
    margin: 0 auto 16px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .service-card p {
    font-size: 14px;
  }
  .service-link {
    display: inline-block;
    margin-top: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfbcf1b *//* ===== Why Choose Us Section ===== */
.why-section {
  padding: 80px 20px;
  background: #f5f6f8;
}

.why-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* Left Image */
.why-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Right Content */
.why-content {
  flex: 1;
  min-width: 300px;
}

.why-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
}

.why-subtitle {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Feature List */
.why-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.why-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  color: #111;
}

.why-feature p {
  margin: 0;
  line-height: 1.3;
}

.why-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

/* Stats */
.why-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat {
  text-align: center;
  flex: 1;
}

.stat h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 6px;
}

.stat p {
  font-size: 18px;
  color: #555;
}

/* Gradient Colors */
.gradient-blue   { background: linear-gradient(135deg,#00c6ff,#0072ff); }
.gradient-purple { background: linear-gradient(135deg,#8e2de2,#4a00e0); }
.gradient-pink   { background: linear-gradient(135deg,#f857a6,#ff5858); }

.blue   { color: #0072ff; }
.purple { color: #8e2de2; }
.orange { color: #ff6a2a; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .why-container {
    flex-direction: column;
    text-align: center;
  }
  .why-features {
    align-items: center;
    width: 100%;
  }
  .why-feature {
    flex-direction: column;   /* icon above text */
    gap: 8px;
    justify-content: center;
    text-align: center;
  }
  .why-stats {
    justify-content: center;
  }
}

/* ===== Responsive Triangle Layout for Stats ===== */
@media (max-width: 767px) {
  .why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr; /* two columns */
    grid-template-areas:
      "first first"
      "second third";
    gap: 20px;
    justify-items: center;
  }

  .stat:nth-child(1) { grid-area: first; }   /* 500+ top center */
  .stat:nth-child(2) { grid-area: second; }  /* 98% bottom left */
  .stat:nth-child(3) { grid-area: third; }   /* 24/7 bottom right */
}

@media (max-width: 480px) {
  .why-section { padding: 60px 16px; }
  .why-title { font-size: 24px; }
  .stat h3 { font-size: 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2722df3 *//* ===== Results Section ===== */
.results-section {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.results-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Title */
.results-title {
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.results-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards Container */
.results-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 50px;
}

/* Individual Card */
.result-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  text-align: left;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.result-card:hover {
  transform: translateY(-6px);
}

.result-card img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  aspect-ratio: 16 / 9;
  display: block !important;
}

/* Card Content */
.card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
  line-height: 1.3;
}

.card-content .company {
  font-size: 14px;
  color: #777;
  margin-bottom: 14px;
}

/* Stats inside cards */
.card-stats {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1 1 45%;
  text-align: center;
  min-width: 100px;
}

.stat-item span {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  display: block;
}

.stat-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* Bottom Stats Row */
.results-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.results-stats .stat {
  text-align: center;
  min-width: 120px;
}

.results-stats h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 6px;
}

.results-stats p {
  font-size: 18px;
  color: #555;
}

/* Colors */
.purple { color: #7b2ff7; }
.pink   { color: #e94057; }
.orange { color: #ff6a00; }
.green  { color: #00b894; }

/* ======= Responsive Fix ======= */

/* Tablet and below */
@media (max-width: 991px) {
  .results-cards {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .result-card {
    max-width: 100%;
    width: 100%;
  }
  .results-stats {
    gap: 24px;
  }
}

/* Mobile: 600px and below */
@media (max-width: 600px) {
  .results-section {
    padding: 40px 12px;
  }
  .results-title {
    font-size: 28px;
    line-height: 1.25;
  }
  .results-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .result-card {
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
  }

  .result-card img {
    aspect-ratio: 16 / 9;
    max-height: 220px;
  }

  .card-content {
    padding: 14px;
    text-align: center;
  }

  .card-content h3 {
    font-size: 18px;
  }
  .card-content .company {
    font-size: 13px;
    margin-bottom: 12px;
  }

  /* Stats grid */
  .card-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-items: center;
    width: 100%;
  }

  .stat-item {
    flex: unset;
    width: 100%;
  }

  .stat-item span {
    font-size: 16px;
  }

  /* Bottom stats stacked */
  .results-stats {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .results-stats h3 {
    font-size: 26px;
  }
}

/* Very small devices: <400px */
@media (max-width: 400px) {
  .results-title { font-size: 20px; }
  .results-subtitle { font-size: 13px; }
  .card-stats { grid-template-columns: 1fr; }
  .results-stats h3 { font-size: 22px; }
}

/* Elementor overrides fix */
.results-section img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e4b0f6 */.testimonial-section {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.testimonial-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.testimonial-section p {
  color: #555;
  margin-bottom: 40px;
}

.testimonial-card {
  background: #fff;
  padding: 40px 60px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-card .stars {
  color: #f9c300;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.testimonial-card blockquote {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.client-info h4 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 3px;
}

.client-info p {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}

.arrow:hover {
  background: #1d4ed8;
}

.arrow.left {
  left: -25px;
}

.arrow.right {
  right: -25px;
}

/* Dots */
.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}

.dots span.active {
  background: #2563eb;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 30px 20px;
  }

  .arrow.left {
    left: -15px;
  }

  .arrow.right {
    right: -15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a792c12 *//* === CTA Section === */
.cta-section {
  background: linear-gradient(90deg, #1e40af 0%, #9333ea 50%, #be185d 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  color: #fff; /* default white text */
}

/* Ensure headline and stats text are white */
.cta-section h2,
.cta-section h2 span,
.cta-stat h3,
.cta-stat p {
  color: #fff !important;
}

/* Subtle background circles */
.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.cta-section::before {
  top: 40px;
  left: 40px;
}
.cta-section::after {
  bottom: 40px;
  right: 40px;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.cta-section h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
}

.cta-subtext {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Button styling */
.cta-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1e293b;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 25px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
}
.cta-icon {
  font-size: 20px;
}
.cta-arrow {
  font-size: 20px;
}

.cta-note {
  font-size: 14px;
  margin-top: 8px;
  opacity: 0.8;
}

/* Stats Row */
.cta-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.cta-stat h3 {
  font-size: 28px;
  margin: 0;
  font-weight: 700;
}
.cta-stat p {
  margin: 4px 0 0;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 32px;
  }
  .cta-subtext {
    font-size: 16px;
  }
  .cta-stats {
    gap: 30px;
  }
  .cta-stat h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4357245 *//* === Latest Insights Section === */
.insights-section {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}

.insights-container {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.insights-subtitle {
  font-size: 18px;
  color: #4b5563;
  margin-bottom: 50px;
}

/* === Cards Grid === */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.insight-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Image + Tag */
.insight-image {
  position: relative;
}
.insight-image img {
  width: 100%;
  height: auto;
  display: block;
}
.insight-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
}
.insight-tag.seo { background: #1d4ed8; }
.insight-tag.social { background: #3b82f6; }
.insight-tag.ppc { background: #9333ea; }

/* Content */
.insight-content {
  padding: 20px 22px 30px;
  text-align: left;
}
.insight-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.insight-content p {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 20px;
  line-height: 1.5;
}

.insight-meta {
  font-size: 14px;
  color: #6b7280;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.read-more {
  font-size: 15px;
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}

/* Button Below */
.insights-button-wrapper {
  text-align: center;
}

.insights-button {
  display: inline-block;
  background: #4f46e5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
}
.insights-button:hover {
  background: #4338ca;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .insights-title {
    font-size: 32px;
  }
  .insights-subtitle {
    font-size: 16px;
  }
}/* End custom CSS */