.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #fff;
    text-align: center;
    padding: 15px;
    display: block;
    z-index: 9999;
}

.cookie-banner button {
    margin-left: 10px;
    background: #03818F;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}

/* Hero Benefits */
.hero-benefit i {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hero-benefit h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.hero-benefit small {
  color: #666;
  font-size: 0.85rem;
}

/* Add to your existing CSS if needed for perfect alignment */
.solution-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.problem-content .ud-single-feature,
.solution-content .ud-single-pricing {
    height: 100%;
}

/* Use Case Cards */
.use-case-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.use-case-card:hover {
  transform: translateY(-5px);
}

.use-case-icon i {
  font-size: 2.5rem;
  color: #03818F;
}

.use-case-features {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.use-case-features li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.use-case-features li:before {
  content: "✓";
  color: #03818F;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Trust Signals */
.trust-stat h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.trust-stat p {
  color: #666;
  margin: 0;
}

/* Integrations Section Styles - FIXED */
/* Integrations Section Styling */
.ud-white-badge {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: none !important;
    backdrop-filter: blur(10px);
}

.integration-item {
    transition: transform 0.3s ease;
    padding: 10px;
}

.integration-item:hover {
    transform: translateY(-5px);
}

.logo-placeholder {
    transition: all 0.3s ease;
}

.integration-item:hover .logo-placeholder {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Ensure text sizes match your design */
.integrations-content .ud-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.integrations-content .ud-feature-subhead {
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .integrations-content .ud-section-title {
        font-size: 2rem;
        text-align: center !important;
    }

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

    .integrations-benefits {
        text-align: left;
        display: inline-block;
    }
}

/* Why Choose Section Styles */
.whychoose-image {
    padding: 20px;
}

.whychoose-content {
    padding: 30px;
}

.whychoose-benefits {
    list-style: none;
    padding-left: 0;
}

.whychoose-benefits li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.whychoose-benefits i {
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
}

.additional-benefit {
    transition: transform 0.3s ease;
}

.additional-benefit:hover {
    transform: translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 991px) {

    .whychoose-content,
    .whychoose-image {
        text-align: center;
        padding: 15px;
    }

    .whychoose-benefits {
        display: inline-block;
        text-align: left;
    }
}

/* Blog layout and sidebar */
.blog-layout {
  display: flex;
  gap: 32px;
}

.blog-main {
  flex: 0 0 70%;
  max-width: 70%;
}

.blog-sidebar {
  flex: 0 0 30%;
  max-width: 30%;
}

.blog-list .ud-single-blog {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 24px;
}

.blog-sidebar-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 24px;
}

.blog-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.topic-pill {
  border: 1px solid rgba(3, 129, 143, 0.2);
  background: #f3fbfb;
  color: #035f68;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.topic-pill.active,
.topic-pill:hover {
  background: #03818f;
  color: #ffffff;
  border-color: #03818f;
}

.blog-link-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.blog-link-list li {
  margin-bottom: 10px;
}

.ud-pagination .page-link {
  color: #03818f;
  border-radius: 10px;
  border: 1px solid rgba(3, 129, 143, 0.15);
  margin-right: 6px;
}

.ud-pagination .page-item.active .page-link {
  background: #03818f;
  border-color: #03818f;
  color: #ffffff;
}

@media (max-width: 991px) {
  .blog-layout {
    flex-direction: column;
  }

  .blog-main,
  .blog-sidebar {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Dropdown styling */
.navbar-nav .nav-item .ud-submenu {
    background: #ffffff;
    border: 1px solid rgba(3, 129, 143, 0.12);
    border-radius: 12px;
    padding: 12px;
    min-width: 240px;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.12);
}

.navbar-nav .nav-item .ud-submenu li {
    list-style: none;
}

.navbar-nav .nav-item .ud-submenu a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #263b47;
    font-weight: 600;
    transition: all 0.2s ease;
}

.navbar-nav .nav-item .ud-submenu a:hover {
    background: rgba(3, 129, 143, 0.12);
    color: #03818F;
}

.navbar-nav .nav-item.nav-item-has-children > a::after {
    border-color: #cfd8df;
}

/* Feature screenshots */
.feature-media {
    background: #ffffff;
    border: 1px solid rgba(3, 129, 143, 0.12);
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.feature-shot {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Blog editorial layout */
.blog-editorial-header {
    padding: 128px 0 44px;
    background: linear-gradient(180deg, #f4fbfc 0%, #ffffff 100%);
}

.blog-overline {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #03818f;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-main-title {
    max-width: 880px;
    font-size: 42px;
    line-height: 1.12;
    color: #263b47;
    margin-bottom: 18px;
}

.blog-main-intro {
    max-width: 760px;
    color: #51606d;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.blog-toolbar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-toolbar .form-control {
    max-width: 420px;
    border-radius: 12px;
    border: 1px solid rgba(3, 129, 143, 0.2);
    padding: 12px 16px;
}

.blog-hero-clean .ud-hero-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.blog-page-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #03818f;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-hero-clean .ud-hero-title {
    font-size: 46px;
    line-height: 1.12;
    margin-bottom: 16px;
}

.blog-hero-clean .ud-hero-desc {
    max-width: 760px;
    margin: 0 auto;
    /* color: #4f5f6c; */
    font-size: 18px;
    line-height: 1.7;
}

.blog-section-head {
    margin: 16px 0 20px;
}

.blog-section-head h2 {
    font-size: 30px;
    margin-bottom: 8px;
}

.blog-section-head p {
    color: #5a6975;
    margin-bottom: 0;
}

.editorial-blog-grid {
    padding-top: 48px;
    padding-bottom: 80px;
}

.blog-shell {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 34px;
    align-items: start;
}

.blog-featured-card {
    border-radius: 20px;
    background: linear-gradient(140deg, #033f46 0%, #035f68 55%, #03818f 100%);
    color: #ffffff;
    padding: 34px;
    margin-bottom: 24px;
}

.blog-card-label {
    display: inline-flex;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 16px;
}

.blog-featured-card h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.blog-featured-card h2 a {
    color: inherit;
}

.blog-featured-card p {
    color: rgba(255, 255, 255, 0.9);
}

.blog-card-meta {
    font-size: 14px;
    color: #8c9aa6;
    margin-bottom: 10px;
}

.blog-featured-card .blog-card-meta {
    color: rgba(255, 255, 255, 0.85);
}

.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.blog-post-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.07);
    padding: 24px;
    height: 100%;
}

.blog-post-card h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.blog-post-card h3 a {
    color: #22313c;
}

.blog-post-card h3 a:hover {
    color: #03818f;
}

.blog-post-card p {
    color: #556370;
}

.blog-read-link {
    display: inline-flex;
    margin-top: 10px;
    color: #03818f;
    font-weight: 700;
}

.blog-read-link:hover {
    color: #026a75;
}

.blog-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.blog-listing-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-listing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 35px rgba(15, 23, 42, 0.12);
}

.blog-listing-image {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: #eff5f7;
}

.blog-listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-listing-content {
    padding: 18px 18px 20px;
}

.blog-listing-content h3 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.blog-listing-content h3 a {
    color: #22313c;
}

.blog-listing-content h3 a:hover {
    color: #03818f;
}

.blog-listing-content p {
    color: #556370;
    margin-bottom: 14px;
}

.blog-card-cta {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    background: #03818f;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 16px;
    transition: background 0.2s ease;
}

.blog-card-cta:hover {
    color: #ffffff;
    background: #026974;
}

.blog-secondary-column .blog-sidebar-card {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
    margin-bottom: 22px;
}

.blog-subscribe-card {
    background: #f4fbfc;
}

.blog-empty-state {
    margin-top: 20px;
    color: #586573;
}

.blog-cover-media {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
    margin-bottom: 24px;
}

.blog-cover-media img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1199px) {
    .blog-main-title {
        font-size: 36px;
    }

    .blog-hero-clean .ud-hero-title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .blog-editorial-header {
        padding-top: 112px;
    }

    .blog-shell {
        grid-template-columns: 1fr;
    }

    .blog-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-featured-card h2 {
        font-size: 28px;
    }

    .blog-listing-image {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .blog-main-title {
        font-size: 30px;
    }

    .blog-main-intro {
        font-size: 16px;
    }

    .blog-hero-clean .ud-hero-title {
        font-size: 31px;
    }

    .blog-featured-card,
    .blog-post-card {
        padding: 20px;
    }

    .blog-listing-grid {
        grid-template-columns: 1fr;
    }

    .blog-listing-image {
        height: 190px;
    }
}

/* Blog article polish */

.blog-article-page .ud-blog-meta span {
    background: #f3fbfb;
    border: 1px solid rgba(3, 129, 143, 0.18);
    border-radius: 999px;
    padding: 8px 14px;
    color: #2e4756;
    font-weight: 600;
}

.blog-article-page .article-prose {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
    padding: 34px;
}

.blog-article-page .article-prose figure img {
    border-radius: 14px;
    border: 1px solid rgba(3, 129, 143, 0.14);
}

.blog-article-page .article-prose .ud-blog-details-subtitle {
    color: #1f323d;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 14px;
}

.blog-article-page .article-prose .ud-blog-details-para {
    font-size: 17px;
    line-height: 1.82;
    color: #465866;
    margin-bottom: 15px;
}

.blog-article-page .article-prose ul.ud-blog-details-para,
.blog-article-page .article-prose ol.ud-blog-details-para {
    background: #f8fcfd;
    border: 1px solid rgba(3, 129, 143, 0.13);
    border-radius: 12px;
    padding: 16px 20px 16px 34px !important;
    margin: 16px 0 22px;
}

.blog-article-page .article-prose li {
    margin-bottom: 8px;
}

.blog-article-page .article-prose a {
    color: #027884;
    font-weight: 600;
    text-decoration-color: rgba(2, 120, 132, 0.35);
    text-underline-offset: 2px;
}

.blog-article-page .article-prose a:hover {
    color: #035f68;
}

.blog-article-page .article-prose .table {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog-article-page .article-prose .table thead th {
    background: #e9f8fa;
    border-color: rgba(3, 129, 143, 0.25);
    color: #1f323d;
}

.blog-article-page .article-prose .table td {
    color: #415462;
}

@media (max-width: 991px) {
    .blog-article-page .article-prose {
        padding: 24px;
    }
}

/* Feature detail pages only (does not affect home page) */
.feature-detail-page .ud-single-feature.wow {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
    padding: 24px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.feature-detail-page .ud-single-feature.wow:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(15, 23, 42, 0.1);
}

.feature-detail-page .ud-single-feature.wow .ud-feature-icon {
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-detail-page .ud-single-feature.wow .ud-feature-title,
.feature-detail-page .ud-single-feature.wow .ud-feature-desc {
    text-align: center;
}

.feature-detail-page .feature-card-grid {
    row-gap: 24px;
}

.feature-detail-page .ud-section-title {
    max-width: 860px;
}

.feature-detail-page .ud-section-title h2 {
    color: #213741;
    line-height: 1.2;
}

.feature-detail-page .ud-feature-subhead {
    color: #4f6270;
    line-height: 1.75;
}

.feature-detail-page .ud-single-feature .ud-feature-title {
    color: #223641;
    line-height: 1.35;
}

.feature-detail-page .ud-single-feature .ud-feature-desc {
    color: #576b79;
    line-height: 1.75;
}

.feature-detail-page .feature-media-abstract {
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.feature-detail-page .feature-media-abstract::before {
    content: "";
    position: absolute;
    width: 74%;
    height: 52%;
    left: -8%;
    top: -10%;
    background: radial-gradient(circle at 40% 50%, rgba(149, 227, 171, 0.7) 0%, rgba(149, 227, 171, 0.24) 58%, rgba(149, 227, 171, 0) 100%);
    border-radius: 54% 46% 62% 38% / 40% 55% 45% 60%;
    z-index: 0;
    transform: rotate(-8deg);
}

.feature-detail-page .feature-media-abstract::after {
    content: "";
    position: absolute;
    width: 68%;
    height: 50%;
    right: -6%;
    bottom: -14%;
    background: radial-gradient(circle at 60% 45%, rgba(3, 129, 143, 0.33) 0%, rgba(3, 129, 143, 0.12) 58%, rgba(3, 129, 143, 0) 100%);
    border-radius: 48% 52% 45% 55% / 60% 38% 62% 40%;
    z-index: 0;
    transform: rotate(10deg);
}

.feature-detail-page .feature-media-abstract .feature-shot {
    position: relative;
    z-index: 2;
}

.feature-detail-page .feature-media-abstract .media-note {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(3, 129, 143, 0.2);
    color: #1f444a;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    max-width: 78%;
    text-align: center;
}

.feature-detail-page .feature-media-abstract .media-note-top {
    top: -18px;
    right: -12px;
}

.feature-detail-page .feature-media-abstract .media-note-bottom {
    bottom: -18px;
    left: -12px;
}

@media (max-width: 991px) {
    .feature-detail-page .feature-media-abstract::before,
    .feature-detail-page .feature-media-abstract::after {
        width: 62%;
        height: 46%;
    }

    .feature-detail-page .feature-media-abstract .media-note {
        position: static;
        margin: 0 auto 10px;
        max-width: 100%;
    }
}
