.bot-spaceship {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaceship-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spaceship-illustration {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaceship-main {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    z-index: 2;
}

.spaceship-light {
    position: absolute;
    top: 190px;
    left: -80px;
    transform: translateX(-50%);
    animation: float 6s ease-in-out infinite;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.floating-item {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.item1 {
    top: 20%;
    left: 15%;
    animation: float 4s ease-in-out infinite;
}

.item2 {
    position: absolute;
    top: 40%;
    right: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 137px;
    height: 137px;
    animation: float 5s ease-in-out infinite;
    z-index: 3;
}

.item3 {
    bottom: 20%;
    left: 25%;
    animation: float 6s ease-in-out infinite;
}

.rectangle-4 {
    width: 137px;
    height: 137px;
    border-radius: 13.74px;
    background: #FFFFFF;
    border: 2.58px solid #0D0D2A;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item2-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.rectangle-4-inner {
    width: 68px;
    height: 68px;
    border-radius: 13.74px;
    background: #FFFFFF;
    border: 2.58px solid #0D0D2A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.group-1000003610 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.rectangle-9 {
    width: 35px;
    height: 40px;
    border-radius: 30px;
    background: #71758E;
    position: absolute;
}

.percentage {
    color: #71758E;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    z-index: 5;
    -webkit-text-stroke: 0.5px #71758E;
    color: transparent;
}

.vector-29 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.item-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.item-icon {
    position: relative;
    width: 20px;
    height: 20px;
}






@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.05);
    }
}






/* Main Theme Styles */
.your-component {
    width: 1440px;
    height: 1024px;
    background: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.your-component .header {
    width: 1440px;
    height: 1024px;
    background: #FFFFFF;
}

/* Desktop_Home page */
.desktop_home_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    isolation: isolate;
    position: relative;
    width: 1440px;
    height: 3734.81px;
}

/* ===== Header / Desktop Nav ===== */
.site-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #FFFFFF;
}

body.mega-menu-active::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    transition: opacity 0.2s ease;
}

.nav_bar {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    height: 80px;
    margin: 0 auto;
    background: #FFFFFF;
    border-bottom: 2px solid rgba(27, 31, 29, 0.05);
}

.nav_bar .context {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 91px;
    width: 100%;
    max-width: 1144px;
    padding: 0 24px;
}

.logo {
    flex-shrink: 0;
}

.logo a { display: inline-flex; }

.logo img {
    height: 20px;
    width: 117px;
}

/* ---- Top-level nav menu ---- */
.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    flex: 1;
}

.nav-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 28px 18px;
}

.nav-menu > li.bringits-has-mega-menu {
    position: static;
}

.nav-menu > li > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
    transition: font-weight 0.15s ease;
}

.nav-menu > li.mega-menu-open > a,
.nav-menu > li > a:hover {
    font-weight: 600;
}

.nav-chevron {
    display: inline-flex;
    align-items: center;
    transition: transform 0.25s ease;
}

.nav-chevron svg {
    width: 20px;
    height: 20px;
}

.nav-menu > li.mega-menu-open .nav-chevron {
    transform: rotate(180deg);
}

/* ---- Mega Menu Panel ---- */
.bringits-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 1440px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 100;
}

.mega-menu-open > .bringits-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-menu-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1144px;
    margin: 0 auto;
    padding: 24px 24px;
}

.mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 366px;
    flex-shrink: 0;
}

.mega-section-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #B0B0B0;
    text-transform: uppercase;
    padding: 0 16px;
    margin-bottom: 0;
}

.mega-cards {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ---- Product / Doc cards ---- */
.mega-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 4px 0 4px 12px;
    border-radius: 18px;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.mega-card:hover {
    background: #EDECF0;
}

.mega-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    min-width: 65px;
}

.mega-card-icon img {
    max-width: 100%;
    max-height: 100%;
}

.mega-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
    flex: 1;
    min-width: 0;
}

.mega-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.mega-card-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}

/* ---- Header actions (desktop) ---- */
.header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.btn-primary {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    height: 48px;
    background: var(--primary-color);
    border: 2px solid #262626;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.btn-primary span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.btn-primary:hover {
    background: var(--primary-hover);
    transform: translateY(-1px);
}

.btn-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    text-decoration: none;
}

/* ---- Mobile hamburger toggle (hidden on desktop) ---- */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 28px;
    height: 28px;
    color: #1B1F1D;
}

/* ---- Mobile menu overlay (hidden on desktop) ---- */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    z-index: 999;
    overflow-y: auto;
    flex-direction: column;
}

.mobile-menu-overlay.open {
    display: flex;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(27, 31, 29, 0.05);
    flex-shrink: 0;
}

.mobile-menu-header .logo img {
    height: 20px;
    width: 117px;
}

.mobile-menu-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B1F1D;
}

.mobile-menu-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

.mobile-navigation {
    flex: 1;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    border-top: 1px solid #E7E7E7;
}

.mobile-nav-item:last-child {
    border-bottom: 1px solid #E7E7E7;
}

.mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 32px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1B1F1D;
    text-align: left;
}

.mobile-nav-toggle .nav-chevron {
    display: inline-flex;
    align-items: center;
    transition: transform 0.25s ease;
}

.mobile-nav-toggle .nav-chevron svg {
    width: 20px;
    height: 20px;
}

.mobile-nav-item__row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.mobile-nav-link--expandable-primary {
    flex: 1;
    min-width: 0;
}

.mobile-nav-toggle--split {
    width: auto;
    flex-shrink: 0;
    padding: 16px 32px 16px 12px;
}

.mobile-nav-item--expandable.expanded > .mobile-nav-toggle,
.mobile-nav-item--expandable.expanded .mobile-nav-toggle--split {
    font-weight: 600;
}

.mobile-nav-item--expandable.expanded > .mobile-nav-toggle .nav-chevron,
.mobile-nav-item--expandable.expanded .mobile-nav-toggle--split .nav-chevron {
    transform: rotate(180deg);
}

.mobile-nav-submenu {
    display: none;
    padding-bottom: 8px;
}

.mobile-nav-item--expandable.expanded > .mobile-nav-submenu {
    display: block;
}

.mobile-nav-link {
    display: block;
    padding: 16px 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F1D;
    text-decoration: none;
}

.mobile-nav-link--top {
    font-size: 18px;
    line-height: 28px;
}

/* Mobile section labels */
.mobile-mega-section .mega-section-label {
    padding: 2px 32px;
    margin-bottom: 4px;
    margin-top: 8px;
}

/* Mobile product/doc cards */
.mobile-mega-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 0 12px 32px;
    text-decoration: none;
}

.mobile-mega-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
}

.mobile-mega-card-icon img {
    max-width: 100%;
    max-height: 100%;
}

.mobile-mega-card-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-mega-card .mega-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F1D;
}

.mobile-mega-card .mega-card-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1B1F1D;
}

/* Nested accordion (Docs inside Resources) */
.mobile-nav-item--nested {
    border-top: none;
}

.mobile-nav-item--nested:last-child {
    border-bottom: none;
}

.mobile-nav-toggle--sub {
    padding: 16px 32px;
    font-size: 16px;
    line-height: 24px;
}

.mobile-nav-item--nested.expanded > .mobile-nav-toggle--sub {
    font-weight: 600;
}

.mobile-nav-item--nested.expanded > .mobile-nav-toggle--sub .nav-chevron {
    transform: rotate(180deg);
}

.mobile-nav-item--nested > .mobile-nav-submenu {
    display: none;
}

.mobile-nav-item--nested.expanded > .mobile-nav-submenu {
    display: block;
}

/* Mobile CTAs */
.mobile-menu-ctas {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 32px;
    border-top: 2px solid rgba(27, 31, 29, 0.05);
    flex-shrink: 0;
}

.mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 8px;
    border: 2px solid #1B1F1D;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F1D;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.mobile-cta--primary {
    background: #FFE482;
}

.mobile-cta--secondary {
    background: #FFFFFF;
    flex: 1;
}

/* Footer Styles */
.site-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #F7F7F7;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 0px 32px;
    gap: 32px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: #F7F7F7;
}

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    gap: 27px;
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 100%;
    max-width: 555px;
}

.footer-logo {
    width: 225px;
    height: 50px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer-tagline {
    width: 100%;
    max-width: 555px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1F233D;
    text-align: center;
}

.social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 31.59px;
    width: 100%;
    height: 35.78px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.social-icon {
    width: 35.78px;
    height: 35.78px;
    flex: none;
    flex-grow: 0;
}

.social-icon img {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.social-icon:hover img {
    filter: grayscale(0%);
}

.social-icon.linkedin img {
    border: none;
}

.footer-divider {
    width: 100%;
    max-width: 1144px;
    height: 0px;
    border: 1px solid #F0F0F0;
    margin: 0 auto;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    width: 100%;
    max-width: 1144px;
    margin: 0 auto;
}

.copyright {
    width: 341px;
    height: 32px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Responsive Styles */
@media (max-width: 1440px) {
    .footer-content {
        padding: 64px 20px 0px;
    }
}

@media (max-width: 768px) {
    .nav_bar {
        height: 60px;
    }

    .nav_bar .context {
        padding: 0 16px;
    }

    .main-navigation {
        display: none;
    }

    .header-actions {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Footer Mobile Styles */
    .footer-content {
        gap: 24px;
    }
    
    .footer-main {
        padding: 0;
        gap: 20px;
        max-width: 100%;
    }
    
    .footer-logo-section {
        gap: 16px;
        padding: 0 20px;
    }
    
    .footer-logo {
        width: 180px;
        height: auto;
        max-width: 100%;
    }
    
    .footer-tagline {
        padding: 0 20px;
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }
    
    .social-icons {
        gap: 20px;
        width: auto;
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .social-icon {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }
    
    .social-icon img {
        border-width: 2px;
    }
    
    .footer-bottom {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .copyright {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px;
    }
    
    .copyright a {
        display: inline-block;
        margin: 0 4px;
        word-break: break-word;
    }
    
    .copyright-text {
        display: block;
        margin-bottom: 4px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        gap: 20px;
    }
    
    .footer-main {
        gap: 16px;
    }
    
    .footer-logo-section {
        gap: 12px;
        padding: 0 16px;
    }
    
    .footer-logo {
        width: 150px;
    }
    
    .footer-tagline {
        padding: 0 16px;
        font-size: 14px;
        line-height: 22px;
    }
    
    .social-icons {
        gap: 16px;
    }
    
    .social-icon {
        width: 28px;
        height: 28px;
    }
    
    .footer-bottom {
        padding: 16px;
    }
    
    .copyright {
        font-size: 11px;
        line-height: 18px;
        padding: 0 8px;
    }
    
    .copyright a {
        margin: 0 3px;
    }
}

@media (max-width: 375px) {
    .footer-content {
        gap: 16px;
    }
    
    .footer-logo {
        width: 130px;
    }
    
    .footer-tagline {
        padding: 0 12px;
        font-size: 13px;
        line-height: 20px;
    }
    
    .social-icons {
        gap: 12px;
    }
    
    .social-icon {
        width: 26px;
        height: 26px;
    }
    
    .footer-bottom {
        padding: 12px;
    }
    
    .copyright {
        font-size: 10px;
        line-height: 16px;
        padding: 0 6px;
    }
    
    .copyright a {
        display: block;
        margin: 4px 0;
    }
    
    .copyright-text {
        display: block;
        margin-bottom: 6px;
    }
}

/* --- Featured Blogs Section --- */
.featured-blogs-section {
    width: 100%;
    background: rgba(244, 249, 255, 0.6);
    padding: 80px 0 110px;
}

.featured-blogs-container {
    max-width: 1144px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.featured-blogs-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.featured-blogs-chip {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-blogs-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid #413bb4;
    color: #413bb4;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.featured-blogs-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary, #000000);
    margin: 20px;
    max-width: 740px;
}

.featured-blogs-title strong {
    font-weight: 800;
}

.featured-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 317px);
    justify-content: center;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.featured-blogs-card {
    width: 100%;
    min-width: 0;
    box-shadow: none;
    border: 2px solid black;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.featured-blogs-card .learn-blog-card-image-wrapper {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.33%; /* 167.81/253 - fixed aspect ratio */
    overflow: hidden;
}

.featured-blogs-card .learn-blog-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    border-radius: 28px 28px 0 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-blogs-card .learn-blog-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    flex: 1;
    min-width: 0;
    min-height: 0;
}

.featured-blogs-card .learn-blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    display: block;
}

.featured-blogs-card .learn-blog-card-content-wrapper {
    padding: 24px 20px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.featured-blogs-card .learn-blog-card-meta {
    margin-bottom: 0;
    flex-shrink: 0;
}

.featured-blogs-card .learn-blog-card-date {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

.featured-blogs-card .learn-blog-card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #383838;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.featured-blogs-card .learn-blog-card-title a {
    display: block;
    text-align: left;
}

.featured-blogs-card .learn-blog-card-author {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    margin-top: auto;
    flex-shrink: 0;
}

.featured-blogs-actions {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.featured-blogs-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #413bb4;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    min-height: auto;
    transition: opacity 0.2s ease;
}

.featured-blogs-link:hover {
    opacity: 0.85;
    color: #413bb4;
    text-decoration: underline;
}

.featured-blogs-empty-state {
    margin: 32px 0 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #5d5d5d;
}

@media (max-width: 991px) {
    .featured-blogs-section {
        padding: 56px 0 80px;
    }

    .featured-blogs-container {
        padding: 0 24px;
        gap: 40px;
    }

    .featured-blogs-grid {
        grid-template-columns: repeat(2, minmax(0, 317px));
        justify-content: center;
    }

    .featured-blogs-card {
        max-width: 317px;
    }

    .featured-blogs-card .learn-blog-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .featured-blogs-title {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .featured-blogs-section {
        padding: 40px 0 64px;
        overflow-x: hidden;
    }

    .featured-blogs-container {
        padding: 0 16px;
        gap: 32px;
    }

    .featured-blogs-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        width: 100%;
    }

    .featured-blogs-card {
        width: 100%;
        max-width: 317px;
    }

    .featured-blogs-card .learn-blog-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .featured-blogs-title {
        font-size: 30px;
    }
} /* Email Form Styles */
.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.mail-input input.error {
    border-color: #dc3545;
}

.success-message {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    margin: 20px auto;
    padding: 20px;
    background: transparent;
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
