.elementor-2854 .elementor-element.elementor-element-51bfa2c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2854 .elementor-element.elementor-element-5a14aa7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.ob-postman blockquote{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.ob-postman blockquote cite{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri{writing-mode:inherit;}.elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri .elementor-heading-title{writing-mode:inherit;}.elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri div{writing-mode:inherit;}.elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > div, .elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > h1, .elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > h2, .elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > h3, .elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > h4, .elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > h5, .elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > h6, .elementor-2854 .elementor-element.elementor-element-707ca6e.ob-harakiri > p{transform:rotate(0deg);}.elementor-2854 .elementor-element.elementor-element-707ca6e > div{text-indent:0px;mix-blend-mode:inherit;}html, body{overflow-x:auto;}/* Start custom CSS for text-editor, class: .elementor-element-707ca6e *//* ===== DigiAide Blog / Freebie Section – FINAL FIXED ===== */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Inter:wght@500;600&family=Lato:wght@400;500&display=swap');

/* Wrapper */
.da-blog-wrapper {
  font-family: 'Lato', sans-serif;
  background: #ffffff;
  color: #333;
}

/* Container */
.da-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Header */
.da-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

/* Section Label (BLOG / FREE RESOURCES) */
.section-label {
  display: block;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9966CC;
  margin-bottom: 16px;
}

/* Main Heading */
.da-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #007BA7;
  line-height: 1.2;
  margin-bottom: 18px;
}

/* Intro Text */
.da-intro {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #444;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid */
.da-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* Card */
.da-blog-card {
  background: #F7F7E8;
  border: 2px solid #D1E231;
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

/* Card Hover */
.da-blog-card:hover {
  transform: translateY(-6px);
}

/* Card Title */
.da-blog-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #FF7F50;
  margin-bottom: 14px;
}

/* Card Text */
.da-blog-card p,
.da-blog-card {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Push button to bottom */
.da-blog-card a {
  margin-top: auto;
}

/* Button */
.da-blog-card a {
  display: inline-block;
  background: #007BA7;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}

/* Button Hover (CORAL + WHITE) */
.da-blog-card a:hover {
  background: #FF7F50;
  color: #ffffff;
}

/* CTA */
.da-cta {
  text-align: center;
  margin-top: 70px;
}

.da-cta-btn {
  background: #007BA7;
  color: #ffffff;
  padding: 16px 50px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.da-cta-btn:hover {
  background: #FF7F50;
  color: #ffffff;
}
/* ===== DigiAide Full Blog Section ===== */

.da-full-blog {
  padding: 100px 0;
  background: #F5F5DC; /* Beige base */
  font-family: 'Lato', sans-serif;
}

/* Header */
.da-blog-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
  color: #333;
}

.da-blog-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #007BA7; /* Deep Aqua */
  margin-bottom: 20px;
}

.da-blog-header {
  font-size: 17px;
  line-height: 1.6;
}

/* Categories */
.da-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 70px;
}

.da-categories span,
.da-categories > * {
  background: #ffffff;
  border: 2px solid #40E0D0; /* Turquoise */
  border-radius: 10px;
  padding: 14px 18px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #007BA7;
}

/* Post List */
.da-post-list {
  max-width: 900px;
  margin: 0 auto;
}

/* Single Post */
.da-post {
  background: #ffffff;
  border: 2px solid #eaeaea;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  transition: 0.3s ease;
}

.da-post:hover {
  border-color: #D1E231; /* Lime Sage */
}

/* Meta */
.da-meta {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}

/* Post Title */
.da-post h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  color: #007BA7;
  margin-bottom: 15px;
}

/* Post Text */
.da-post p,
.da-post {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Read More Link */
.da-post a {
  display: inline-block;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #FF7F50; /* Coral */
  text-decoration: none;
  transition: 0.3s ease;
}

.da-post a:hover {
  color: #007BA7;
}
/* ================================
   Modern Horizontal Blog Cards
================================ */
.da-blog-modern {
  background: #ffffff;
  padding: 100px 0;
}

/* Blog List */
.da-blog-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* Horizontal Card */
.da-blog-horizontal {
  display: flex;
  background: #F5F5DC; /* Beige */
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.da-blog-horizontal:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

/* Image Section */
.da-blog-image {
  position: relative;
  flex: 0 0 45%;
}

.da-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Read More Overlay Button */
.da-read-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #007BA7;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 10px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s ease;
}

.da-blog-horizontal:hover .da-read-overlay {
  opacity: 1;
}

.da-read-overlay:hover {
  background: #FF7F50;
}

/* Content */
.da-blog-content {
  padding: 50px;
  flex: 1;
}

/* Meta line */
.da-meta-line {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

.da-tag {
  color: #9966CC;
  font-weight: 600;
}

.da-date {
  color: #777;
}

/* Title */
.da-blog-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  color: #007BA7;
  margin-bottom: 16px;
}

/* Text */
.da-blog-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  max-width: 520px;
}

/* CTA Button Animation */
.da-animate-btn {
  position: relative;
  overflow: hidden;
}

.da-animate-btn::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: -120%;
  transition: 0.4s ease;
}

.da-animate-btn:hover::after {
  left: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .da-blog-horizontal {
    flex-direction: column;
  }

  .da-blog-image {
    flex: 0 0 auto;
  }

  .da-blog-content {
    padding: 30px;
  }
}/* End custom CSS */