:root {
      --brand-green: #11b14b;
      --brand-green-dark: #0a7a34;
      --brand-bg-deep: #01172f;
      --text-muted-soft: #c7d3e0;
    }

    * {
      box-sizing: border-box;
    }

@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
font-style: normal;
font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */

  font-display: swap;
}
/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "MilligramText-Regular", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
  /* zoom: 80%; */
}


@media (min-width: 992px) and (max-width: 1366px) {
  body {
    zoom: 80%;
  }
}
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */

h2 {
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 53px !important;
  color: #35332F !important;
}
p,
a,
div {
  font-size: 18px !important;
  font-family: "MilligramText-Regular", sans-serif !important;
}
h1{
  font-family: "CooperBTLight", sans-serif !important;
}
section {
  overflow: unset !important;
}
p {
  font-weight: 400 !important;
}

@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1140px !important;
  }
  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}
/* Default transparent background */
.header_area {
  transition: background-color 0.3s ease;
  background: transparent;
  
}

/* Sticky state after scroll */

.header_area.sticky {
  background: #021940; /* your background color */
}
header.fixed-top .nav-menu > li > a {
  color: #000000;
}
/* header.fixed-top .nav-menu > li > a > {
  color: #434343;
} */
.top_bavbar a {
  color: #000000 !important;
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

@media (min-width: 1199px) {
.nav-menu {
  min-height: 60px;       /* match your header height */
  display: flex;
  align-items: center;
}
}
@media (min-width: 1200px) {
  header.fixed-top img.img_show {
    width: 240px !important;
  }
  
}
.nav_style {
  display: none;
}
.top_bavbar {
  justify-content: end !important;
}
.top_bavbar a:after {
  border: 1px solid #000000 !important;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  font-size: 14px;
  text-align: left;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* space for the underline */
  text-decoration: none;
  color: #000000 !important; /* keep text color */
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* underline thickness */
  width: 0;
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu > li > a:hover::after {
  width: 100%;
}
/* Base styles for submenu / megamenu links */
.nav-dropdown li a,
.megamenu-list li a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
  z-index: 1; /* make sure text is above the pseudo-element */
  overflow: hidden; /* hide the overflow of the background animation */
}

li ul.nav-submenu li a:hover {
  color: #fff !important;
}
/* Background sweep effect */
.nav-dropdown li a::before,
.megamenu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* start invisible */
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  z-index: -1; /* behind the text */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover - expand background from left to right */
.nav-dropdown li a:hover::before,
.megamenu-list li a:hover::before {
  width: 100%;
}

/* Optional: smooth reverse on mouse out (already handled by transition) */
#header.header-scrolled img.img_show {
  display: block !important;
  width: 240px !important;
}
.navigation {
  display: flex !important;
  justify-content: space-between;
}

.megamenu-panel .megamenu-list > li > a:hover {
  color: #fff !important;
}

.megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (max-width: 1200px) {
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  header#header.header-scrolled {
    height: 120px !important;
  }
}
@media (min-width: 992px) {
  header.fixed-top .nav-menu > li > a {
    padding: 40px 10px !important;
  }
  .nav-menus-wrapper .nav-menu li a {
    font-size: 16px !important;
  }
  .fixed-top.topnav_bg a {
    font-size: 16px !important;
  }
  .hero-wrapper #header.header-scrolled img.img_show{
    width: 200px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
h1.hero-title{
  font-size: 50px !important;
  line-height: 65px !important;
}
header.fixed-top .nav-menu > li > a{
  font-size: 18px !important;
}

}

/* Menu end */



/* Header and hero*/

/* Hero Section Styling */
/* WRAPPER: same background for menu + hero */
    .hero-wrapper {
      position: relative;
      color: #fff;
      /* 👇 use your banner image here */
      background:linear-gradient(180deg, #ecf7e6 0%, #d7edcb 10%, #f5faf1 40%, #ffffff 50%, #ffffff 100%);
      
      /* background-image: url("/assets/img/Erp-Accounting-Integration-banner-bg.png"); */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    /* Dark gradient overlay for better text contrast */
    /* .hero-wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, #1fd0a0 0, #003b32 55%, #001d20 100%);
      mix-blend-mode: multiply;
      opacity: 0.9;
    } */


.gradient-btn {
    background: linear-gradient(90deg, rgb(22 163 74), #059669);
    color: #fff !important;
    padding: 20px 40px !important;
    border-radius: 12px;
    font-weight: 700 !important;
    text-decoration: none;
    transform: scale(1);
}

.gradient-btn:not(:hover) {
    animation: zoomOut 0.6s forwards;
}
.gradient-btn:hover {
  animation: zoomIn 0.6s forwards;
  box-shadow: 0 25px 50px -12px rgb(34 197 94 / 25%);
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
    .hero-wrapper > * {
      position: relative;
      z-index: 1;
    }

    /* Top skinny bar (RouteMizer | bMobile Sales) */
    .top-links {
      font-size: 0.9rem;
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
    }

    .top-links a {
      color: #ffffff;
      text-decoration: none;
    }

    .top-links a:hover {
      text-decoration: underline;
    }

    /* Navbar tweaks */
    .navbar-brand img {
      max-height: 48px;
    }

    .navbar-nav .nav-link {
      color: #ffffff;
      font-weight: 500;
      margin-left: 0.75rem;
      margin-right: 0.75rem;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: #b4ffda;
    }

    .navbar {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
    }

    .navbar-toggler {
      border-color: rgba(255, 255, 255, 0.5);
    }

    .navbar-toggler-icon {
      filter: invert(1);
    }

    /* Hero section */
    .hero-section {
      padding: 4.5rem 0 5.5rem;
      text-align: center;
    }

    .hero-title {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      letter-spacing: 0.03em;
      margin-bottom: 1.5rem;
    }

    .hero-btn {
      background-color: #13a949;
      border-color: #13a949;
      font-weight: 600;
      padding: 0.7rem 2.6rem;
      border-radius: 999px;
    }

    .hero-btn:hover {
      background-color: #0c7b34;
      border-color: #0c7b34;
    }

    /* Footer placeholder demo (optional) */
    .content-after-hero {
      padding: 3rem 1rem;
    }

    @media (max-width: 575.98px) {
      .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0.25rem;
      }
    }

    

      /* ===== FORM CARD End ===== */

      /* .main-top-blog-details{
        padding-bottom: unset !important;
      } */

      .main-content-section{
        padding-top: unset !important;
        color:#1B1139;
      }

      .keytakeaways{
        margin-top: 25px;
      }


      /* BLOG FORM ERRORS */
.blog-form-card .error-text {
  color: #dc2626;
  font-size: 12px;
}

/* Loading */
.blog-form-card .form-loading {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}


/* CAPTCHA WRAPPER */
.blog-captcha-wrap {
  max-width: 100%;
  overflow: hidden;          /* 🔥 stops overflow */
}

/* Proper scaling */
.blog-captcha-wrap .g-recaptcha {
  transform: scale(0.88);    /* adjust if needed */
  transform-origin: left top;
}

/* Error */
.blog-captcha-wrap .captcha-error {
  display: none;
  color: #dc2626;
  font-size: 12px;
  margin-top: 6px;
}

.blog-form-card .g-recaptcha {
  transform: unset !important;
}


.blog-form-success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.blog-form-success h5 {
  color: #15803d;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-form-success p {
  color: #166534;
  font-size: 14px;
  margin: 0;
}





      /* BLOG HERO */
.blog-category-badge {
  background: #101828;
  color: #71BF44 !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}

.blog-hero-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.r-d-btn{
background: linear-gradient(90deg, #15A24B 20.19%, #13A050 50%, #0F9D57 75%, #069668 100%);
}
.r-d-btn:hover{
background: linear-gradient(90deg, #069668 20.19%, #0F9D57 50%, #13A050 75%, #15A24B 100%);
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
}

.blog-meta .user {
color: #101828;
font-weight: 600;
}
.blog-meta .gray {
color: #667085;
}

.blog-author-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}


.blog-hero-image img {
  border-radius: 16px;
}

/* KEY TAKEAWAYS */
.blog-key-takeaways {
  background: linear-gradient(180deg, #ddf7e5, #b5e3b7);
  border-radius: 16px;
  padding: 24px;
}

.blog-key-takeaways h5 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.blog-key-takeaways p {
  margin-bottom: 6px;
  color: #000000;
}


/* CONTENT */
.blog-content h2 {
  margin-top: unset !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 35px !important;

}

/* LEFT CONTENT – STEP 1 */
.blog-section-title {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #35332F;
}

.blog-section-paragraph {
  font-size: 15px;
  line-height: 1.8;
  color: #35332F;
  margin-bottom: 16px;
}

.blog-section-paragraph a{
  color: #0290c9;
  text-decoration: none;
}



/* SIDEBAR */
.blog-sidebar {
  background: #f8fafc;
  padding: 24px;
  border-radius: 16px;
  position: sticky;
  top: 100px;
}

.blog-sidebar h5{
  font-weight: 600;
}

.blog-sidebar .validation{
color: #dc2626;
font-size: 16px !important;
}

.blog-sidebar button{
background: linear-gradient(90deg, #15A24B 20.19%, #13A050 50%, #0F9D57 75%, #069668 100%);
width: auto !important;

}
.blog-sidebar button:hover{
background: linear-gradient(90deg, #069668 20.19%, #0F9D57 50%, #13A050 75%, #15A24B 100%);
}

/* MOBILE FIX */
@media (max-width: 767px) {
  .blog-sidebar {
    position: static;
  }

  .blog-hero-title {
    font-size: 28px;
  }
}




.blog-icon-callout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 0px 10px 10px 0px;
  margin: 30px 0;
}

/* ICON */
.callout-icon-wrap img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

/* CONTENT */
.callout-content strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

/* RED */
.blog-icon-callout-red {
  background: #fef2f2;
  border-left: 4px solid #f87171;
  color: #7f1d3f;
}

/* BLUE */
.blog-icon-callout-light-blue {
  background: #eff6ff;
  border-left: 4px solid #60a5fa;
  color: #1e3a8a;
}

/* GREEN */
.blog-icon-callout-green {
  background: #f0fdf4;
  border-left: 4px solid #4ade80;
  color: #14532d;
}
/* PURPLE */
.blog-icon-callout-light-purple {
  background: #faf5ff;
  border-left: 4px solid #c084fc;
  color: #581c87;
}
/* PURPLE */
.blog-icon-callout-blue {
  background: #eef2ff;
  border-left: 4px solid #818cf8;
  color: #312e81;
}

/* YELLOW */
.blog-icon-callout-yellow {
  background: #fefce8;
  border-left: 4px solid #facc15;
  color: #713f12;
}
/* CYAN */
.blog-icon-callout-cyan {
  background: #ecfeff;
  border-left: 4px solid #22d3ee;
  color: #164e63;
}



.blog-self-audit {
  border-radius: 14px;
  overflow: hidden;
  background: #f8fafc;
  margin: 40px 0;
  border: 1px solid #e2e8f0;
}

.audit-header {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  background: #eef5ff;
  font-weight: 600;
  border-bottom: 2px solid #b6d0f7;
}

.audit-title {
  color: #1a237e;
}

.audit-subtitle {
  display: flex;
  gap: 8px;
}

.audit-score {
  padding: 12px 20px;
  font-size: 14px;
  background: #f1f5f9;
  border-bottom: 1px dashed #cbd5f5;
}

.audit-body {
  background: #fff;
}

.audit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.25s ease, transform 0.15s ease;
}

.audit-row:nth-child(even) {
  background: #f3f8ff;
}
.audit-row:hover {
  background: #e3f2fd;
}

.audit-text {
  /* font-size: 15px; */
}

.audit-actions {
  display: flex;
  gap: 10px;
}

.audit-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #e5e7eb;
}

.audit-btn.yes {
  color: #43b97f;
}

.audit-row.yes .audit-btn.yes {
  color: #16a34a;
}

.audit-btn.no {
  color: #e57373;
}

.audit-row.no .audit-btn.no {
  color: #dc2626;
}

.audit-row.yes {
  background: #ecfdf5;
}

.audit-row.no {
  background: #fff1f2;
}

.blog-self-audit.completed {
  box-shadow: 0 0 0 3px #22c55e33;
}

.audit-cta {
  padding: 20px;
  background: #f0fdf4;
}






/* CTA BLOCK */
.blog-cta-block {
 background: linear-gradient(90deg, #2563ea, #22c45d);
  border-radius: 18px;
  padding: 36px 24px;
  text-align: center;
  margin: 48px 0;
 
}
.blog-cta-block a{
background-color: #000000;
color: #ffffff;
border: 1px solid #000000;

}
.blog-cta-block a:hover{
background-color: #ffffff;
color: #000000;
}

.blog-cta-block p {
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
}

.blog-cta-block h4 {
  font-size: 22px !important;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}

.blog-bullets {
  padding-left: 20px;
  margin: 24px 0;
}

.blog-bullets li {
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
}

.blog-numbered li{
margin-bottom: 10px;
}

.blog-subtitle {
  margin: 36px 0 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #35332F;
}

.blog-smalltitle{
font-size: 20px !important;
}

.blue-text-blog{
  color: #0085cd;
}
.red-text-blog-bd{
  color: red;
  font-weight: 600;
}


/* Mobile spacing */
@media (max-width: 767px) {
  .blog-cta-block {
    padding: 28px 18px;
  }
}


.blog-icon-text-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0px;
  border-radius: 12px;
}

.blog-icon-text-highlight .icon-wrap img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.blog-icon-text-highlight .text-wrap {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 576px) {
  .blog-icon-text-highlight {
    flex-direction: column;
    text-align: center;
  }
}




/* ALTERNATING BLOCK */
.alt-title {
  font-size: 20px;
  font-weight: 600;
  color: #1B1139;
  margin-bottom: 8px;
}

.alt-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #1B1139;
}

.alt-img {
  max-width: 260px;
  border-radius: 20px;
  background: #e5e7eb; /* placeholder look */
}

/* FINAL SUMMARY */
.alt-summary {
  font-size: 14px;
  color: #1B1139;
  margin-top: 24px;
  font-style: italic;
}

/* MOBILE */
@media (max-width: 767px) {
  .alt-img {
    max-width: 200px;
    margin-bottom: 16px;
  }
}



/* SWIPER BLOCK */
.blog-swiper-block {
  background: linear-gradient(180deg, #ddf7e5, #bee6bf);
  border-radius: 20px;
  padding: 32px;
  margin: 48px 0;
}

.swiper-img {
  max-width: 220px;
  border-radius: 16px;
  background: #e5e7eb;
}

.swiper-title {
  font-size: 20px;
  font-weight: 600;
  color: #1B1139;
  margin-bottom: 10px;
}

.swiper-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #1B1139;
}

/* NAVIGATION */
.swiper-button-prev,
.swiper-button-next {
  color: #0f172a;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
}

/* MOBILE */
@media (max-width: 767px) {
  .blog-swiper-block {
    padding: 24px 16px;
  }

  .swiper-img {
    margin-bottom: 16px;
  }
}



/* SMALL TITLE + PARAGRAPH BLOCK */
.blog-steps {
  margin: 40px 0;
}

.blog-step {
  margin-bottom: 24px;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: #1B1139;
  margin-bottom: 6px;
}

.step-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #1B1139;
}





/* CALLOUT BLOCK */
.blog-callouts {
  margin: 40px 0;
}

.callout-title {
  font-size: 20px;
  font-weight: 600;
  color: #1B1139;
  margin-bottom: 6px;
}

.callout-intro {
  font-size: 14px;
  color: #1B1139;
  margin-bottom: 16px;
}

/* ITEMS */
.callout-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 16px;
}

.callout-item {
  text-align: center;
}

.callout-icon {
  width: 36px;
  height: 36px;
  background: #d1d5db;
  border-radius: 50%;
  margin: 0 auto 8px;
}

.callout-item p {
  font-size: 13px;
  color: #1B1139;
}

/* OUTRO */
.callout-outro {
  font-size: 14px;
  color: #1B1139;
}

/* MOBILE */
@media (max-width: 767px) {
  .callout-items {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}



/* IMAGE ONLY BLOCK */
.blog-image-block {
  margin: 48px 0;
}

.blog-image-block img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}


/* IMAGE CENTER ONLY BLOCK */
.blog-center-image-block {
  margin: 48px 0;
}

.blog-center-image-block img {
  width: 75%;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}






/* BENEFITS GRID */
.blog-benefits {
  margin: 48px 0;
}

/* Card */
.benefit-card {
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

/* Header */
.benefit-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.benefit-header h6 {
  font-size: 20px;
  font-weight: 600;
  color: #1B1139;
  margin: 0;
}

/* Icon */
.benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-icon img {
  max-width: 20px;
  max-height: 20px;
}

/* Description */
.benefit-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #1B1139;
  /* margin-top: auto;  */
}

/* MOBILE */
@media (max-width: 767px) {
  .benefit-card {
    padding: 16px;
  }
}






/* INDUSTRY CARDS */
.blog-industries {
  margin: 48px 0;
}

.industry-card {
  position: relative;
  background: #e5e7eb;
  border-radius: 18px;
  padding: 40px 20px 20px;
  height: 100%;
}

/* Rounded icon (top-left) */
.industry-icon {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-icon img {
  max-width: 22px;
  max-height: 22px;
}

/* Text */
.industry-card h6 {
  font-size: 20px;
  font-weight: 600;
  color: #1B1139;
  margin-bottom: 8px;
}

.industry-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #1B1139;
  margin: 0;
}

/* MOBILE */
@media (max-width: 767px) {
  .industry-card {
    padding: 36px 16px 16px;
  }
}







.blog-final-cta {
  padding: 64px 0;
}

.final-cta-section {
  background: linear-gradient(90deg, #2563ea, #22c45d);
  border-radius: 18px;
  padding: 48px 24px;
  text-align: center;
}

.final-cta-section a{
background-color: #000000;
color: #ffffff;
}
.final-cta-section a:hover{
background-color: #ffffff;
color: #000000;
}

.final-cta-section h5 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
}






.blog-image-block.center {
  text-align: center;
}


.blog-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 10px;
}
.blog-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}



.blog-fa-points-image {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.blog-fa-points-image li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.blog-fa-points-image img {
  width: 18px;
  height: 18px;
}

.blog-fa-points-image p{
  margin-bottom: 0px !important;
}



.blog-section-title.green { color: #28a745; }
.blog-section-title.orange { color: #ff9800; }
.blog-section-title.red { color: #e53935; }



.blog-fa-bullets {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.blog-fa-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}



.blog-fa-bullets i {
  margin-top: 7px;
  font-size: 20px;
}

.blog-center-button {
  text-align: center;
  margin: 40px 0;
}

.blog-center-button .btn {
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #15A24B 20.19%, #13A050 50%, #0F9D57 75%, #069668 100%) !important;
  color: #ffffff;
}
.blog-center-button .btn:hover {
  background: linear-gradient(90deg, #069668 20.19%, #0F9D57 50%, #13A050 75%, #15A24B 100%) !important;
  color: #ffffff;
}









/* FAQ SECTION */
.blog-faq {
  padding: 72px 0;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700 !important;
  color: #35332F;
  margin-bottom: 40px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* FAQ GRID */
.faq-item {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  cursor: pointer;

  display: grid;
  grid-template-columns: 32px 1fr; /* LEFT ICON | CONTENT */
  column-gap: 12px;

  /* IMPORTANT */
  height: 140px;
  overflow: hidden;
  align-items: center; /* 🔥 centers icon + question */
}



/* LEFT ICON COLUMN */
.faq-left {
  display: flex;
  align-items: center; /* 🔥 stays aligned with top, spans height */
}

/* ICON */
.faq-icon {
  font-size: 22px;
  font-weight: 500;
  color: #1B1139;
  transition: color 0.3s ease;
}


/* RIGHT CONTENT */
.faq-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* QUESTION */
.faq-question {
  font-size: 15px;
  font-weight: 600;
  color: #1B1139;
}



/* ANSWER */
.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: #363049;
  margin-top: 12px;
}

/* ACTIVE STATE */
.faq-item.active {
  border: 1px solid #1fb05d;
  height: auto; /* 🔥 expands downward only */
  align-items: flex-start; /* keeps top alignment */
}

.faq-item.active .faq-right {
  justify-content: flex-start;
}

/* ACTIVE STATE */
.faq-item.active .faq-question,
.faq-item.active .faq-icon {
  color: #1fb05d;
}

.faq-answer ul {
  padding-left: 20px;
  margin-top: 10px;
}

.faq-answer li {
  margin-bottom: 6px;
}



/* MOBILE */
@media (max-width: 767px) {

  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-title {
    font-size: 24px;
  }
.faq-item {
    height: auto;
    align-items: flex-start;
  }
  .faq-item:not(.active) {
    height: auto;
  }
}






/* RECENT BLOGS SECTION */

.blog-card-exact {
 background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.25s ease;
  min-height: 540px;
  /* --- ADDED LINES --- */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}


.arrow-exact {
  font-size: 14px;
  color: #0f172a;
  margin-top: 3px;
  transform: rotate(315deg)
}

.blog-card-exact:hover {
  transform: translateY(-4px);
}

/* IMAGE */
.blog-image-wrap {
  padding: 14px;
}

.blog-image-wrap img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
}

/* BODY */
.blog-body {
  padding: 6px 18px 18px;
  
  /* --- ADDED LINES --- */
  display: flex;        /* Turns body into a column layout */
  flex-direction: column; 
  flex: 1; 
}

/* CATEGORY */
.blog-category-exact {
  font-size: 12px;
  color: #71BF44;
  margin-bottom: 6px;
}

/* TITLE */
.blog-title-exact {
  font-size: 17px;
  font-weight: 600;
  color: #101828;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
}

.arrow-exact {
  font-size: 14px;
  color: #101828;
  margin-top: 3px;
}

/* DESCRIPTION */
.blog-desc-exact {
  font-size: 14px;
  color: #667085;
  margin-top: 10px;
  line-height: 1.55;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* FOOTER */
.blog-footer-exact {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  
  /* --- CHANGED LINE --- */
  margin-top: auto; 
}

/* AUTHOR */
.blog-author {
  display: flex;
  gap: 10px;
  align-items: center;
}

.author-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-name {
  font-size: 13px;
  font-weight: 500;
  color: #101828;
}

.author-date {
  font-size: 11px;
  color: #667085;
}

/* READ TIME */
.blog-readtime {
  font-size: 12px;
  color: #667085;
}

.blog-link-wrapper {
 text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.blog-link-wrapper:hover {
  text-decoration: none;
  color: inherit;
}



.pagination .page-link {
  color: #1fb05d;
  border-radius: 8px;
  margin: 0 4px;
}

.pagination .active .page-link {
  background-color: #1fb05d;
  border-color: #1fb05d;
}

.pagination .page-link:hover {
  background: #e9f7ef;
}


.blog-recent {
  padding: 72px 0;
}

.recent-title {
  font-size: 28px;
  font-weight: 700 !important;
  color: #35332F;
  margin-bottom: 32px;
}

/* Fix Swiper slide height to match cards */
.recentBlogsSwiper .swiper-slide {
  height: auto;
  display: flex;
}


/* RECENT BLOGS – CIRCULAR ARROWS */
.recentBlogsSwiper .swiper-button-prev,
.recentBlogsSwiper .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #d1d5db;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #64748b;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  top: 50%;
  transform: translateY(-50%);
}

.recentBlogsSwiper .swiper-button-prev {
  left: 8px;
}

.recentBlogsSwiper .swiper-button-next {
  right: 8px;
}

/* Remove default arrow styling */
.recentBlogsSwiper .swiper-button-prev::after,
.recentBlogsSwiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}

/* Hover state */
.recentBlogsSwiper .swiper-button-prev:hover,
.recentBlogsSwiper .swiper-button-next:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #0f172a;
}






/* Mobile adjustment */
@media (max-width: 767px) {
  .recentBlogsSwiper .swiper-button-prev,
  .recentBlogsSwiper .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}














      

/* Footer section */

.footer-section {
  background: #000;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #333;
}

.footer-logo-img {
  height: 100px;
  max-width: 100%;
}

.footer-title {
  color: #7fff00;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}

.footer-address {
  font-style: normal;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 18px;
}
.footer-address a {
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #0085cd;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.2s;
  display: inline-block;
}
.footer-social a i {
  font-size: 25px;
}

.footer-social a:hover {
  color: #0085cd;
}

.footer-bg-logo-img {
  /* opacity: 0.08; */
  width: 60%;
  max-width: 220vw;
  height: auto;
  margin: 0 auto;
  display: block;
}

.footer-copyright {
  color: #fff;
  font-size: 18px;
  margin: 18px 0 0 0;
  letter-spacing: 0.01em;
  padding: 20px 0px;
}

@media (max-width: 767.98px) {
  .footer-logo-img {
    height: 40px;
  }
  .footer-bg-logo-img {
    width: 180px;
  }
  .footer-title {
    margin-top: 18px;
  }
}
.bg-dark-gray {
  background: url(/assets/img/Black-Background.png);
  padding: 20px 0px;
}

/* Footer section */



/* Common style start */

h1 {
  font-size: 50px !important;
  font-weight: normal !important;
  line-height: 60px !important;
}
h2 {
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}
p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}
/* a {
  font-size: ;
  font-weight: ;
  line-height: ; 
}*/
@media (min-width: 300px) and (max-width: 767px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1920px) and (max-width: 6000px) {
  p, a, div{
  font-size: 20px !important;
  }
}
/* Common style end */
