.elementor-2849 .elementor-element.elementor-element-d92ca57{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2849 .elementor-element.elementor-element-3c26590{--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-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri{writing-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri .elementor-heading-title{writing-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri div{writing-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > div, .elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > h1, .elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > h2, .elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > h3, .elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > h4, .elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > h5, .elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > h6, .elementor-2849 .elementor-element.elementor-element-8f9cc2f.ob-harakiri > p{transform:rotate(0deg);}.elementor-2849 .elementor-element.elementor-element-8f9cc2f > div{text-indent:0px;mix-blend-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-9e3f3fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2849 .elementor-element.elementor-element-a9701ef{--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-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri{writing-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri .elementor-heading-title{writing-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri div{writing-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > div, .elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > h1, .elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > h2, .elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > h3, .elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > h4, .elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > h5, .elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > h6, .elementor-2849 .elementor-element.elementor-element-4a9b44e.ob-harakiri > p{transform:rotate(0deg);}.elementor-2849 .elementor-element.elementor-element-4a9b44e > div{text-indent:0px;mix-blend-mode:inherit;}.elementor-2849 .elementor-element.elementor-element-07d672a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for hero-banner, class: .elementor-element-533436f *//* =================================
   Google Font Imports
================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Outfit:wght@600&family=Inter:wght@500;600&family=Lato:wght@400&family=Open+Sans:wght@400&family=Cormorant:ital,wght@1,400&display=swap');

/* =================================
   Animations
================================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================================
   HERO WRAPPER (Optional if section exists)
================================= */
.hero-section {
  padding: 100px 20px 60px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(0,123,167,0.08), transparent 60%);
}

/* =================================
   MAIN HEADLINE
================================= */
.maintext {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.15;
  color: #007BA7;
  display: block;
  max-width: 900px;
  margin: 0 auto 18px;
  animation: fadeUp 0.8s ease forwards;
}

/* Accent underline */
.maintext::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #FF7F50;
  margin: 22px auto 0;
  border-radius: 6px;
}

/* =================================
   SUB HEADLINE
================================= */
.headline {
  font-family: 'Inter', sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.6;
  color: #2c2c2c;
  max-width: 820px;
  margin: 0 auto 22px;
  display: block;
  animation: fadeUp 0.9s ease forwards;
}

/* =================================
   MICROLINE
================================= */
.microline {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.75;
  color: #444;
  max-width: 780px;
  margin: 0 auto 38px;
  display: block;
  animation: fadeUp 1s ease forwards;
}

/* =================================
   BUTTON GROUP
================================= */
.button-group {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  animation: fadeUp 1.1s ease forwards;
}

/* =================================
   BUTTONS
================================= */
.btn {
  font-family: 'Inter', sans-serif;
  padding: 16px 42px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.35s ease;
  background: linear-gradient(135deg, #FF7F50, #ff956f);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(255, 127, 80, 0.35);
}

/* Hover */
.btn:hover {
  background: linear-gradient(135deg, #007BA7, #0099cc);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 123, 167, 0.45);
  color: #ffffff;
}

/* Secondary button */
.button-group .btn:last-child {
  background: transparent;
  color: #007BA7;
  border: 2px solid #007BA7;
  box-shadow: none;
}

.button-group .btn:last-child:hover {
  background: #007BA7;
  color: #ffffff;
}

/* =================================
   URGENCY BADGE
================================= */
.urgency-wrapper {
  display: block;
  text-align: center;
  margin-top: 30px;
  animation: fadeUp 1.2s ease forwards;
}

.urgency-badge {
  font-family: 'Inter', sans-serif;
  display: inline-block;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  background: #F5F5DC;
  color: #007BA7;
  border: 2px solid #007BA7;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* =================================
   ACCENT TEXT
================================= */
.accent-text {
  font-family: 'Cormorant', serif;
  font-style: italic;
  color: #9966CC;
}

/* =================================
   RESPONSIVE
================================= */
@media (max-width: 768px) {
  .maintext {
    font-size: 2.4rem;
  }

  .headline {
    font-size: 1.15rem;
  }

  .microline {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8f9cc2f *//* ===== DigiAide Freebies Section ===== */

/* Prevent horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* Container */
.da-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  font-family: 'Lato', sans-serif; /* Body font */
  color: #2c2c2c;
}

/* Section */
.da-freebies-home {
  padding: 100px 0;
}

/* Header */
.da-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.da-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-family: 'Inter', sans-serif; /* Subhead font */
  color: #9966CC; /* Accent 1 */
  font-weight: 600;
}

.da-title {
  font-size: 48px;
  font-family: 'Poppins', sans-serif; /* Headline font */
  font-weight: 700;
  color: #007BA7; /* Primary Brand */
  margin: 20px 0;
}

.da-intro {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* Grid */
.da-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
  align-items: stretch; /* Align all cards equally */
}

/* Cards */
.da-card {
  background: #F5F5DC; /* Neutral Base */
  border: 2px solid #D1E231; /* Accent 2 for subtle border */
  border-radius: 12px; /* Consistent radius */
  padding: 35px;
  transition: all 0.3s ease;

  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push button to bottom */
}

.da-card:hover {
  border-color: #FF7F50; /* Secondary Brand on hover */
  box-shadow: 0 15px 30px rgba(255, 127, 80, 0.15);
  transform: translateY(-4px);
}

.da-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #FF7F50; /* Secondary Brand */
  margin-bottom: 15px;
}

/* Small Button – properly aligned at bottom */
.da-btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #007BA7; /* Primary Brand */
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 28px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: auto; /* Push to bottom */
  transition: all 0.3s ease;
}

.da-btn-small:hover {
  background: #40E0D0; /* Tertiary Brand */
  color: #007BA7;
  transform: translateY(-2px);
}

/* Center Button */
.da-center {
  text-align: center;
  margin-top: 60px;
}

.da-btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF7F50; /* Secondary Brand */
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 16px 45px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.da-btn-main:hover {
  background: #007BA7; /* Primary Brand */
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .da-title {
    font-size: 32px;
  }

  .da-grid {
    grid-template-columns: 1fr;
  }

  .da-btn-small,
  .da-btn-main {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for about, class: .elementor-element-3d57fec *//* ================================
   Google Font Imports
================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Outfit:wght@600&family=Inter:wght@500&family=Lato:wght@400&family=Open+Sans:wght@400&family=Cormorant:ital,wght@1,400&display=swap');

/* ================================
   Root Animation
================================ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   MAIN HEADING
================================ */
.main-heading {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #007BA7;
  text-align: center;
  margin: 0 auto 35px;
  max-width: 900px;
  animation: fadeUp 0.8s ease forwards;
}

/* Accent underline */
.main-heading::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #FF7F50;
  margin: 22px auto 0;
  border-radius: 4px;
}

/* ================================
   ABOUT SECTION WRAPPER
================================ */
.about-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 25px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  animation: fadeUp 1s ease forwards;
}

/* Decorative background glow */
.about-section::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle, rgba(0,123,167,0.08), transparent 60%);
  z-index: -1;
}

/* ================================
   ABOUT PARAGRAPHS
================================ */
.about-paragraph {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #222;
  margin-bottom: 28px;
  display: block;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

/* Staggered animation */
.about-paragraph:nth-child(1) { animation-delay: 0.2s; }
.about-paragraph:nth-child(2) { animation-delay: 0.35s; }
.about-paragraph:nth-child(3) { animation-delay: 0.5s; }
.about-paragraph:nth-child(4) { animation-delay: 0.65s; }

.about-paragraph:last-child {
  margin-bottom: 0;
}

/* ================================
   HIGHLIGHT BRAND TEXT
================================ */
.highlight {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #007BA7;
  position: relative;
}

/* Underline animation */
.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #FF7F50;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.about-paragraph:hover .highlight::after {
  transform: scaleX(1);
}

/* ================================
   ACCENT / QUOTE STYLE
================================ */
.accent-text {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-size: 1.05em;
  color: #555;
}

/* ================================
   RESPONSIVE DESIGN
================================ */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2.2rem;
  }

  .about-section {
    padding: 35px 20px;
  }

  .about-paragraph {
    font-size: 16px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4a9b44e *//* ================================
   GOOGLE FONT IMPORTS
================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Outfit:wght@600&family=Inter:wght@500;600&family=Lato:wght@400;700&family=Open+Sans:wght@400&family=Cormorant:ital,wght@1,400&display=swap');

/* ================================
   PAGE SCOPE
================================ */
.digiaide-about {
  font-family: 'Lato', sans-serif;
  color: #2c2c2c;
  line-height: 1.8;
  background: #F5F5DC; /* Beige */
}

/* ================================
   CONTAINER
================================ */
.digiaide-about .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* ================================
   CARD
================================ */
.digiaide-about .about-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
}

/* Top accent bar */
.digiaide-about .about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #007BA7;
}

/* Decorative shape */
.digiaide-about .about-card::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: #40E0D0;
  opacity: 0.08;
  border-radius: 50%;
}

/* ================================
   CONTENT
================================ */
.digiaide-about .content-wrapper {
  position: relative;
  z-index: 1;
}

/* ================================
   SECTION LABEL
================================ */
.digiaide-about .section-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #007BA7;
  margin-bottom: 25px;
  font-weight: 500;
}

/* ================================
   MAIN HEADLINE
================================ */
.digiaide-about .main-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8em;
  color: #007BA7;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
}

/* ================================
   ACCENT LINE
================================ */
.digiaide-about .accent-line {
  width: 80px;
  height: 3px;
  background: #FF7F50;
  margin: 30px 0 40px;
}

/* ================================
   BODY TEXT
================================ */
.digiaide-about .intro-text {
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 25px;
  line-height: 1.9;
}

/* ================================
   HIGHLIGHT BOX (FIXED)
================================ */
.digiaide-about .highlight-box {
  background: #ffffff;
  border-left: 4px solid #FF7F50;
  padding: 30px 35px;
  margin: 40px 0;
  border-radius: 8px;
  font-size: 1.35em;
  font-weight: 700;
  color: #000000;      /* Black text */
  font-style: normal;  /* No italic */
}

/* ================================
   CAPABILITIES INTRO
================================ */
.digiaide-about .capabilities-intro {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* ================================
   CAPABILITY LIST (BULLETS)
================================ */
.digiaide-about .capability-list {
  display: block;
  margin: 25px 0 40px;
  padding-left: 25px;
}

/* Individual bullet item */
.digiaide-about .capability-item {
  background: #F5F5DC;   /* Beige */
  padding: 18px 22px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 1.05em;
  position: relative;
}

/* Bullet dot */
.digiaide-about .capability-item::before {
  content: "•";
  position: absolute;
  left: -18px;
  top: 18px;
  font-size: 1.4em;
  color: #007BA7;
}

/* Disable hover effect */
.digiaide-about .capability-item:hover {
  background: #F5F5DC;
  transform: none;
}

/* ================================
   MISSION STATEMENT
================================ */
.digiaide-about .mission-statement {
  background: #007BA7;
  color: #ffffff;
  padding: 40px 45px;
  border-radius: 12px;
  margin: 50px 0 40px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
}

.digiaide-about .mission-statement strong {
  color: #D1E231;
}

/* ================================
   CTA
================================ */
.digiaide-about .cta-section {
  text-align: center;
  margin-top: 50px;
}

.digiaide-about .cta-button {
  display: inline-block;
  padding: 18px 50px;
  font-family: 'Inter', sans-serif;
  font-size: 1.05em;
  font-weight: 600;
  color: #ffffff;
  background: #FF7F50;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s ease;
}

.digiaide-about .cta-button:hover {
  background: #007BA7;
  transform: translateY(-3px);
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .digiaide-about .about-card {
    padding: 40px 30px;
  }

  .digiaide-about .main-headline {
    font-size: 2em;
  }
}/* End custom CSS */
/* Start custom CSS for services, class: .elementor-element-dd27283 *//* Container for Right-Aligned Buttons */
.services-column {
    position: relative;
    max-width: 180px;
    margin-left: auto;
    padding-right: 10px;
}

/* Service Buttons */
span.service-btn {
    display: block;
    background: #007BA7;        /* Primary Brand – Deep Aqua */
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    font-size: 0.85rem;
    margin: 0.35rem 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

/* Hover Effect */
span.service-btn:hover {
    background: #FF7F50;        /* Secondary – Coral */
    transform: translateX(3px);
    box-shadow: 0 5px 15px rgba(0, 123, 167, 0.25);
}/* End custom CSS */