/* Blog Layout Styles */
.content-area {
    padding: 60px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-8 {
    width: 66.66667%;
    padding: 0 15px;
}

.col-md-4 {
    width: 33.33333%;
    padding: 0 15px;
}

article {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-thumbnail {
    margin-bottom: 20px;
}

.entry-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.entry-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.3;
}

.entry-title a {
    color: #1B1F1D;
    text-decoration: none;
    transition: color 0.3s;
}

.entry-title a:hover {
    color: #413BB4;
}

.entry-meta {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
}

.posted-on {
    margin-right: 10px;
}

.entry-content {
    font-size: 16px;
    line-height: 1.6;
    color: #4B5563;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #413BB4;
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.entry-footer {
    margin-top: 20px;
    font-size: 14px;
}

.entry-meta-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cat-links, .tags-links {
    color: #6c757d;
}

.cat-links a, .tags-links a {
    color: #413BB4;
    text-decoration: none;
}

.cat-links a:hover, .tags-links a:hover {
    text-decoration: underline;
}

.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination .nav-links {
    display: flex;
    gap: 10px;
}

.pagination a, .pagination span {
    padding: 8px 16px;
    background: #f8f9fa;
    border-radius: 4px;
    color: #1B1F1D;
    text-decoration: none;
}

.pagination a:hover {
    background: #e9ecef;
}

.pagination .current {
    background: #413BB4;
    color: #fff;
}

/* Sidebar Styles */
.widget-area {
    background: #f9fafb;
    padding: 30px;
    border-radius: 8px;
}

.widget {
    margin-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1B1F1D;
    font-weight: 600;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: #4B5563;
    text-decoration: none;
    transition: color 0.3s;
}

.widget ul li a:hover {
    color: #413BB4;
}

.search-form {
    display: flex;
}

.search-form .search-field {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.search-form .search-submit {
    padding: 10px 15px;
    background: #413BB4;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

/* Responsive blog layout */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    
    .col-md-8, .col-md-4 {
        width: 100%;
    }
    
    .col-md-4 {
        margin-top: 40px;
    }
    
    .entry-title {
        font-size: 24px;
    }
}

/* Form Success Message */
.quick-start-success-message {
    color: white;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Learn Page Hero Section */
.learn-hero-section {
    width: 100%;
    min-height: 520px;
    background: linear-gradient(120deg, #EDF9FF 0%, #FFFFFF 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.learn-hero-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 48px;
    position: relative;
    z-index: 1;
}
.learn-hero-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}
.learn-hero-title-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.learn-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 1.125em;
    color: #262626;
    margin: 0;
}
.learn-hero-title-bold-part {
    font-weight: 700;
}
.learn-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33em;
    color: #262626;
    margin: 0;
}
.learn-hero-graphics {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 320px;
    height: 100%;
}
.learn-hero-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 320px;
    opacity: 0.7;
    z-index: 1;
}
@media (max-width: 991px) {
    .learn-hero-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 24px;
    }
    .learn-hero-content {
        align-items: center;
        width: 100%;
        margin-bottom: 32px;
    }
    .learn-hero-title {
        font-size: 40px;
        text-align: center;
    }
    .learn-hero-subtitle {
        font-size: 18px;
        text-align: center;
    }
    .learn-hero-graphics {
        min-height: 180px;
    }
    .learn-hero-vector {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 600px) {
    .learn-hero-section {
        padding: 40px 0 24px 0;
    }
    .learn-hero-title {
        font-size: 28px;
    }
    .learn-hero-subtitle {
        font-size: 14px;
    }
    .learn-hero-vector {
        width: 100px;
        height: 100px;
    }
}

/* Learn Page Blog Grid Styles */
.learn-blog-section {
    width: 100%;
    background: #fff;
    padding: 60px 0 80px 0;
    display: flex;
    justify-content: center;
}
.learn-blog-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 48px;
    margin: 0 auto;
}
.learn-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 32px;
}
.learn-blog-card {
    background: #FFFFFF; /* fill_PDOMYU */
    border: 2px solid #383838; /* stroke_NITQX8 */
    border-radius: 18px; /* borderRadius */
    box-shadow: 4px 4px 0px 0px rgba(17, 17, 17, 1); /* effect_35ZZB5 */
    display: flex;
    flex-direction: column;
    /* layout_SW6UF7: mode: column, sizing: hug */
    overflow: hidden; /* To ensure border-radius is respected by children */
}
.learn-blog-card:hover {
    box-shadow: 0 8px 32px 0 rgba(65, 59, 180, 0.10);
    transform: translateY(-4px) scale(1.01);
    border-color: #27bab4;
}
.learn-blog-card-image-wrapper {
    /* Implicit from Figma: This wraps the image part */
    width: 100%;
    aspect-ratio: 253 / 167.81; /* dimensions from layout_GW661S and layout_H98QT5 */
    overflow: hidden;
}
.learn-blog-thumbnail {
    width: 100%;
    height: 100%;
    background: #686AFF; /* fill_B32AJW for BG rectangle */
    display: flex;
    align-items: center;
    justify-content: center;
}
.learn-blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.placeholder-thumbnail img {
    /* Specific styles if needed for the SVG, assuming it might not fill like a raster image */
    object-fit: contain; /* Or scale-down, depending on SVG nature */
    padding: 20px; /* Example padding */
}
.learn-blog-card-content-wrapper {
    padding: 24px 20px; /* layout_NRTZ3H padding */
    display: flex;
    flex-direction: column;
    gap: 4px; /* layout_NRTZ3H gap */
    flex-grow: 1; /* Allow content to fill available space */
}
.learn-blog-card-meta {
    /* Corresponds to Frame 532050 in Figma */
    margin-bottom: 4px; /* Part of layout_LC303M gap */
}
.learn-blog-card-date {
    font-family: 'Poppins', sans-serif; /* style_2GAXOE fontFamily */
    font-weight: 300; /* style_2GAXOE fontWeight */
    font-size: 12px; /* style_2GAXOE fontSize */
    line-height: 1.5em; /* style_2GAXOE lineHeight */
    color: #999999; /* fill_0ZQBEM */
}
.learn-blog-card-title {
    font-family: 'Poppins', sans-serif; /* style_SRHPWH fontFamily */
    font-weight: 600; /* style_SRHPWH fontWeight */
    font-size: 18px; /* style_SRHPWH fontSize */
    line-height: 1.4444444444444444em; /* style_SRHPWH lineHeight */
    color: #383838; /* fill_MZYXAB */
    margin: 0; /* Reset default margins */
    /* layout_F0NN78 gap is 12px, title itself doesn't have margin-bottom here based on Figma structure */
}
.learn-blog-card-title a {
    color: inherit;
    text-decoration: none;
}
.learn-blog-card-author {
    font-family: 'Poppins', sans-serif; /* style_7EEVX7 fontFamily */
    font-weight: 400; /* style_7EEVX7 fontWeight */
    font-size: 12px; /* style_7EEVX7 fontSize */
    line-height: 1.5em; /* style_7EEVX7 lineHeight */
    color: #999999; /* fill_0ZQBEM */
    margin-top: auto; /* Pushes author to the bottom if there's an excerpt */
}
.learn-blog-excerpt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px; /* Or adjust as needed */
    color: #4B5563;
    margin: 12px 0; /* Add some space around excerpt */
    flex-grow: 1; /* Allows excerpt to take up space */
}
.learn-blog-readmore {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px; /* Or adjust as needed */
    color: #413BB4;
    background: #EDF9FF;
    border: 1px solid #413BB4; /* Adjusted border */
    border-radius: 6px; /* Adjusted radius */
    padding: 8px 18px; /* Adjusted padding */
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
    align-self: flex-start;
    margin-top: 10px; /* Space above read more */
}
.learn-blog-readmore:hover {
    background: #413BB4;
    color: #fff;
    border-color: #413BB4;
}
.learn-blog-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
/* Responsive Styles */
@media (max-width: 991px) {
    .learn-blog-container {
        padding: 0 16px;
    }
    .learn-blog-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .learn-blog-content {
        padding: 24px 16px 20px 16px;
    }
    .learn-blog-title {
        font-size: 20px;
    }
}
@media (max-width: 600px) {
    .learn-blog-section {
        padding: 32px 0 40px 0;
    }
    .learn-blog-container {
        padding: 0 8px;
    }
    .learn-blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .learn-blog-content {
        padding: 16px 8px 12px 8px;
    }
    .learn-blog-title {
        font-size: 16px;
    }
    .learn-blog-excerpt {
        font-size: 13px;
        margin: 10px 0;
    }
    .learn-blog-readmore {
        font-size: 13px;
        padding: 7px 15px;
    }
}

/* Single Post Page Styles (Figma-inspired) */
.single-post-page {
    width: 100%;
    background: #fff;
}
.single-hero-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    padding: 0 32px;
    position: relative;
    z-index: 1;
    gap: 48px;
}
.single-hero-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    gap: 18px;
}
.single-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.125em;
    color: #262626;
    margin: 0;
}
.single-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.33em;
    color: #262626;
    margin: 0 0 12px 0;
}
.single-hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #71758E;
}
.single-hero-author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-hero-author img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-right: 6px;
}
.single-hero-date {
    color: #B6B3B3;
    font-size: 15px;
}
.single-hero-image {
    flex: 1 1 0;
    min-width: 220px;
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(39, 186, 180, 0.07);
    background: #eaf6fa;
}
.single-hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
@media (max-width: 991px) {
    .single-hero-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px;
        gap: 24px;
    }
    .single-hero-title {
        font-size: 32px;
    }
    .single-hero-subtitle {
        font-size: 16px;
    }
    .single-hero-image {
        min-width: 120px;
        max-width: 100%;
    }
}
.single-content-section {
    width: 100%;
    background: #fff;
    padding: 32px 0 48px 0;
    display: flex;
    justify-content: center;
}
.single-content-container {
    width: 100%;
    max-width: 900px;
    padding: 0 32px;
    margin: 0 auto;
}
.single-post-content {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #262626;
    line-height: 1.7;
}
.single-post-content h2, .single-post-content h3, .single-post-content h4 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}
.single-post-content p {
    margin-bottom: 18px;
}
.single-related-section {
    width: 100%;
    padding: 72px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    gap: 32px;
}
.single-related-container {
    flex: 1 1 0;
    max-width: 701px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 rgba(39, 186, 180, 0.07);
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 0;
    background: var(--Green-G400, #48C295);
}
.single-related-section .single-related-second-column {
    flex: 1 1 0;
    max-width: 510px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
    padding: 24px 0 24px 0;
}
.cta-content-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 0;
    text-align: left;
}
.cta-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #71758E;
    margin-bottom: 10px;
    text-align: left;
}
.cta-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 340px;
    position: relative;
}
.cta-rocket {
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-width: 34px;
    max-width: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 4.4px 0 0 4.4px;
    position: relative;
    z-index: 2;
}
.cta-rocket img {
    width: 28px;
    height: auto;
    display: block;
}
.cta-input {
    border-radius: 0 0 0 0;
    border-left: none;
}
.cta-form .cta-input:first-of-type {
    border-radius: 0 4.4px 4.4px 0;
}
.cta-input {
    flex: 1 1 0;
    padding: 8px 16px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #1B1F1D;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #1B1F1D;
    background: #fff;
    outline: none;
    height: 34px;
}
.cta-input::placeholder {
    color: #B6B3B3;
    font-size: 13px;
}
.cta-btn {
    padding: 8px 24px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #0D0D2A;
    background: #0D0D2A;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    height: 34px;
    text-transform: lowercase;
}
.cta-btn:hover {
    background: #413BB4;
    color: #FFD950;
}
.cta-rocket {
    min-width: 76px;
    max-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-rocket img {
    display: block;
    width: 76.995px;
    height: 108.16px;
    flex-shrink: 0;
    aspect-ratio: 77.00/108.16;
}
@media (max-width: 991px) {
    .single-related-container {
        padding: 0 8px;
    }
    .cta-content-row {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .cta-rocket {
        max-width: 80px;
        min-width: 60px;
    }
}
@media (max-width: 600px) {
    .single-related-section {
        padding: 24px 0;
    }
    .single-related-container {
        padding: 0 4px;
        border-radius: 10px;
    }
    .cta-stars-row {
        gap: 4px;
        margin-top: 8px;
        margin-bottom: 6px;
    }
    .cta-star {
        width: 16px;
        height: 16px;
    }
    .cta-title {
        font-size: 16px;
    }
    .cta-subtitle {
        font-size: 10px;
    }
    .cta-form {
        flex-direction: column;
        max-width: 100%;
    }
    .cta-input, .cta-btn {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 4px;
        font-size: 11px;
        height: 28px;
    }
    .cta-btn {
        margin-bottom: 0;
    }
    .cta-rocket {
        max-width: 40px;
        min-width: 30px;
    }
}

/* --- Figma-inspired Single Hero Section --- */
.single-hero-section {
    width: 100%;
    min-height: 560px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0 80px 0;
    position: relative;
    overflow: hidden;
}
.single-hero-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1144px;
    padding: 0 48px;
    gap: 48px;
}
.single-hero-content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: 0;
}
.single-hero-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #1A8786;
    color: #1A8786;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 18px;
    margin-bottom: 16px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.single-hero-back-btn:hover {
    background: #1A8786;
    color: #fff;
    border-color: #1A8786;
}
.back-icon {
    font-size: 18px;
    margin-right: 4px;
    display: inline-block;
}
.single-hero-date {
    color: #B6B3B3;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.single-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.17;
    color: #262626;
    margin: 0 0 8px 0;
    word-break: break-word;
}
.single-hero-author {
    color: #71758E;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-top: 8px;
}
.single-hero-image-figma {
    flex: 1 1 0;
    min-width: 220px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 4px 24px 0 rgba(39, 186, 180, 0.07);
}
.single-hero-image-figma img {
    height: 400px; 
    width: 600px;
    object-fit: fill;
    display: block;
}
@media (max-width: 991px) {
    .single-hero-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px;
        gap: 24px;
    }
    .single-hero-title {
        font-size: 32px;
    }
    .single-hero-image-figma {
        box-sizing: border-box; /* Ensure padding/border don't expand beyond 100% width */
    }
    .single-hero-image-figma img {
        height: 200px; 
        width: 700px;
    }
}
@media (max-width: 600px) {
    .single-hero-section {
        padding: 16px 0 16px 0; 
        align-items: flex-start; 
        min-height: auto; 
    }
    .single-hero-title {
        font-size: 22px;
    }
    .single-hero-image-figma {
        box-sizing: border-box; /* Ensure padding/border don't expand beyond 100% width */
    }
    .single-hero-image-figma img {
        height: 200px; 
        width: 400px;
    }
    
    .single-hero-back-btn {
        font-size: 14px;
        padding: 6px 12px;
    }

    /* Hide the side banner on mobile devices */
    .single-side-banner {
        display: none !important;
    }
}

/* --- Figma-inspired Single Content Section --- */
.single-content-figma-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 78px;
    max-width: 1128px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}
.single-main-content {
    flex: 1 1 0;
    max-width: 688px;
    display: flex;
    flex-direction: column;
}
.single-content-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}
.single-content-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #262626;
    margin: 0 0 12px 0;
    line-height: 1.36;
}
.single-content-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #262626;
    margin: 0 0 8px 0;
    line-height: 1.21;
}
.single-content-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 1.5;
}
.single-content-image {
    margin: 32px 0 0 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(39, 186, 180, 0.07);
    background: #eaf6fa;
    max-width: 100%;
}
.single-content-image img {
    width: 100%;
    height: auto;
    display: block;
}
.single-side-banner {
    width: 332px;
    min-width: 268px;
    background: #1C8FFF;
    border-radius: 18px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 24px 0 rgba(39, 186, 180, 0.07);
    color: #fff;
    margin-top: 0;
    gap: 32px;
    position: relative; /* Added for background image positioning */
    overflow: hidden; /* Added to contain background */
}

.side-banner-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Adjusted from 0 to 8px based on Figma */
    margin-bottom: 24px;
    z-index: 1; /* Above background */
}

.side-banner-title span {
    font-family: 'Poppins', sans-serif;
    font-size: 28px; /* Figma: Dont want to miss */
    font-weight: 300; /* Figma: Dont want to miss */
    color: #fff;
    line-height: 1.2142857142857142; /* Figma: Dont want to miss */
    text-align: center; /* Added for consistency */
}

.side-banner-highlight {
    font-family: 'Poppins', sans-serif; /* Ensure consistency */
    font-size: 48px !important; /* Figma: updates? */
    font-weight: 600 !important; /* Figma: updates? */
    color: #fff !important;
    line-height: 1.1666666666666667 !important; /* Figma: updates? */
    text-align: center; /* Added for consistency */
}

.side-banner-form {
    width: 100%;
    display: flex;
    flex-direction: row; /* Changed from column to row */
    gap: 0; /* Changed from 10px to 0 */
    align-items: center;
    margin-top: 12px;
    z-index: 1; /* Above background */
}

.side-banner-input {
    flex: 1 1 0;
    padding: 14px 20px;
    border-radius: 8px 0 0 8px; /* Updated border-radius */
    border: 2px solid #262626;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #262626;
    background: #fff;
    outline: none;
}

.side-banner-input::placeholder {
    color: #B0B0B0;
}

.side-banner-btn {
    padding: 14px 24px;
    border-radius: 0 8px 8px 0; /* Updated border-radius */
    border: 2px solid #FFD950;
    background: #FFD950;
    color: #262626; /* Changed from #1F233D */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.side-banner-btn:hover {
    background: #FFE580;
    color: #1A8786;
}

.desktop-side-banner {
    display: flex; /* Or its original display value if different */
}

@media (max-width: 1200px) {
    .single-content-figma-layout {
        flex-direction: column;
        gap: 48px;
        max-width: 100%;
        padding: 0 24px;
    }
    .single-main-content {
        max-width: 100%;
    }
    .single-side-banner {
        width: 100%;
        min-width: 0;
        margin-top: 32px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .single-content-figma-layout {
        flex-direction: column;
        gap: 32px;
        padding: 0 8px;
    }
    .single-side-banner {
        width: 90%; /* Adjusted from 100% to 90% */
        margin-left: auto; /* Added for centering */
        margin-right: auto; /* Added for centering */
        min-width: 0;
        padding: 24px 12px;
        border-radius: 12px;
        box-sizing: border-box; /* Ensure padding/border don't expand beyond 100% width */
    }
    .side-banner-title span {
        font-size: 20px;
    }
    .side-banner-highlight {
        font-size: 28px; /* Ensure override */
    }
    .side-banner-form {
        flex-direction: column; /* Back to column for mobile */
        gap: 8px;
        width: 80%; /* Make the form 80% of screen width */
        margin-left: auto; /* Center the form */
        margin-right: auto; /* Center the form */
    }
    .side-banner-input {
        width: 100%;
        border-radius: 8px;
    }

    .side-banner-btn {
        width: 115%;
        border-radius: 8px;
    }
}

.single-related-section .cta-title {
  font-family: 'Poppins', sans-serif;
  font-size: 29.67px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.single-related-section .cta-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.single-related-section .cta-input {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #B6B3B3;
  border: 1.1px solid #1B1F1D;
  border-radius: 4.4px 0 0 4.4px;
  padding: 7.7px 11px;
  background: #fff;
  outline: none;
  height: 34px;
}
.single-related-section .cta-input::placeholder {
  color: #B6B3B3;
  font-size: 12px;
}
.single-related-section .cta-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  background: #0D0D2A;
  color: #fff;
  border: 1.1px solid #0D0D2A;
  border-radius: 0 4.4px 4.4px 0;
  padding: 8px 23.6px;
  text-transform: lowercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  height: 34px;
}
.single-related-section .cta-btn:hover {
  background: #413BB4;
  color: #FFD950;
}

.single-related-section .cta-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.8px;
  max-width: 510px;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 991px) {
  .single-related-section {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .single-related-container,
  .single-related-section .single-related-second-column {
    max-width: 100%;
    width: 100%;
  }
}

/* Adjustments for tablet view to match mobile banner behavior */
.single-content-figma-layout {
    flex-direction: column;
    gap: 32px;
    padding: 0 16px;
}
.single-side-banner { /* This styles the .mobile-side-banner */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    padding: 24px 12px;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex; 
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px; /* Added for spacing, as .mobile-side-banner specific rule might not be hit */
}

.side-banner-form { 
    flex-direction: column; 
    gap: 8px;
    width: 80%; 
    margin-left: auto; 
    margin-right: auto; 
}
.side-banner-input { 
    width: 100%;
    border-radius: 8px;
}
.side-banner-btn { 
    width: 115%; 
    border-radius: 8px;
}

/* --- Start: Desktop-like sidebar for Tablet (max-width: 991px) --- */
.single-content-figma-layout {
    flex-direction: row; /* Arrange main content and sidebar horizontally */
    gap: 48px; /* Adjust gap between main content and sidebar */
    padding: 0 24px; /* Adjust padding for the overall layout */
    max-width: 1128px; /* Or your desired max-width for this layout */
    margin: 0 auto; /* Center the layout */
}

.single-main-content {
    flex: 1 1 0; /* Allow main content to take available space */
    max-width: 688px; /* Original max-width for main content area */
}

.desktop-side-banner { /* This is the one we want to show, it also has .single-side-banner */
    display: flex;
    width: 300px;  
    min-width: 268px;
    margin-top: 0; 
}

/* --- End: Desktop-like sidebar for Tablet --- */

@media (max-width: 1200px) {

    .get-started-banner-default {
        max-width: 500px;
    }

    .single-content-figma-layout {
        flex-direction: row; /* Override to keep sidebar on the right */
        gap: 48px; /* Maintain desktop gap */
        max-width: 1128px; /* Maintain desktop max-width */
        margin: 0 auto; /* Center the layout */
        padding: 0 24px; /* Maintain desktop padding */
    }
    .single-main-content {
        flex: 1 1 0;
        max-width: 688px; /* Maintain desktop max-width */
    }
    .single-side-banner {
        /* This primarily targets .desktop-side-banner in this context */
        width: 300px; /* Maintain desktop width */
        min-width: 268px; /* Maintain desktop min-width */
        margin-top: 0; /* Ensure no top margin when side-by-side */
        /* Other desktop styles for .single-side-banner like padding, bg will apply from its main definition */
    }
    .desktop-side-banner {
        display: flex; /* Ensure desktop banner is shown */
    }
}

