/* General Styles */
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

/* Header */
/*
header {
    padding: 10px 0 0 0;
}
*/

section.Toastify {
    padding: 0;
}

h1 {
    font-weight: 600;
}

h2 {
    font-weight: 600;
    margin-bottom: 60px;
    font-size: 42px;
}

a:hover {
    color: rgb(52,194,146);
}

.navbar a.nav-link:hover {
    color: rgb(52,194,146);
}

.logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-wrapper img {
    height: 60px;
    margin-right: 15px;
}

.logo-wrapper .logo-text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 18px;
}

.logo-wrapper .logo-text .text-highlight {
    color: rgb(0,106,255);
    font-weight: 600;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content a {
    color: #000;
}

section {
    padding: 80px 0;
}

/* LR Gallery Section */
.lr-gallery {
    align-items: center;
    display: grid;
    font-size: 16px;
    line-height: 22px;
    grid-gap: 30px;
    grid-template-columns: 1fr 1.5fr;
}

.lr-gallery h1 {
    font-size: 38px;
    margin-bottom: 40px;
}

.lr-gallery .controls {
    margin-top: 55px;
    display: flex;
    flex-direction: row;
}

.lr-gallery .content {
    font-size: 18px;
}

.lr-gallery-hero-wrapper {
    background-color: rgb(245, 242, 238);
}

.lr-gallery .content-section {
    padding: 30px 30px 30px 0;
}

.lr-gallery .gallery {
    padding: 30px;
}

.lr-gallery img {
    max-width: 100%;
    border-radius: 5px;
}

.gallery.mobile {
    display: none;
}

/* Simple Grid */
.simple-grid {
    padding-left: 1rem;
    padding-right: 1rem;
}

.simple-grid .grid-items {
    display: grid;
    font-size: 16px;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.simple-grid .grid-item .description {
    font-size: 16px;
}

.simple-grid .grid-header .description {
    font-size: 22px;
}

@media(min-width:991px){
    .simple-grid .grid-header {
        margin-bottom: 20px;
    }
}


.banner .content {
    font-size: 22px;
}


.simple-grid .grid-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.simple-grid .grid-item img {
    margin-bottom: 20px;
    width: 75px;
}

.simple-grid .grid-header {
    padding-bottom: 40px;
}

.simple-grid .grid-header h2 {
    font-size: 42px;
}

.simple-grid .numbered {
    align-items: center;
    border: 2px solid #000;
    border-radius: 100%;
    color: #000;
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin-bottom: 35px;
    text-align: center;
    width: 50px;
}

/* Buttons */
.primary-cta a {
    background-color: rgb(52,194,146);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 48px;
    transition: 0.2s ease;
}

.primary-cta a:hover {
    background-color: rgb(52,194,146);
    filter: grayscale(0.3);
    transition: 0.2s ease;
    color: #FFF;
}

.secondary-cta a {
    color: rgb(52,194,146);
    font-size: 20px;
    text-decoration:none;
    font-weight: 600;
}

.secondary-cta a:after {
    font-family: 'Font Awesome 6 Free';
    content: "\f054";
    font-weight: 900;
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.8em;
    margin-bottom: 2px;
    vertical-align: middle;
}


.simple-grid .cta-wrapper {
    margin-top: 60px;
}

.what-do-i-get span {
    color: rgb(0,106,255);
}

.partners .grid-item img {
    width: 60px;
    margin-bottom: 15px;
}

.partners .grid-item p {
    font-size: 14px;
}

.partners .grid-item h5 {
    color: rgb(0,106,255);
    font-size: 16px;
}

.about-us {

}

.about-us p {
    font-size: 14px;
    line-height: 1.5;
margin-bottom: 20px;
}

.about-us .text-highlight {
    color: rgb(0,106,255);
    font-weight: 600;
}

.cta-banner {
    background-color: rgb(245, 242, 238);
    color: #000;
    padding: 80px 0;
    text-align: center;

}

.cta-banner h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}


.cta-banner .cta-wrapper {
    margin-top: 20px;
}


.cta-banner .cta-wrapper.third-cta a{
    background-color: rgb(0,176,80);
    border-radius: 10px;
    padding: 12px 24px;
    color: #FFF;
    display: inline-block;
}


.post-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.post-listing .post-item {
 border: 1px solid #333;
    display: flex;
    flex-direction: column;
    text-decoration:none;
    color: #000;
}

.post-listing .post-item .post-body {
    padding: 30px;
}

.post-listing .post-item .post-body h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.post-listing .post-item .post-link a {
    display: inline-block;
    border: 1px solid #000;
    padding: 12px 22px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 30px;
}

.post-listing .post-item img {
    max-width: 100%;
}





.pricing {
    background-color: rgb(245, 242, 238);
}



.pricing-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5%;
}

.pricing-items .card {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 40px 30px;
    height: 100%;
}

.pricing-items .card .cta-wrapper.primary-cta a {
    width: 100%;
    text-align:center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.pricing-items .card h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing-items .price {
    margin-top: 20px;
}
.pricing-items .card h4 {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
}

.pricing .section-heading {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}



/* Featured Post Section */
.featured-post {
    padding: 80px 0;
    background-color: rgb(245, 242, 238);
}

.featured-post-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 60px;
    align-items: center;
}

.featured-post .featured-image img {
    width: 100%;
    border-radius: 10px;
}

.featured-post h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.featured-post .post-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.featured-post .post-meta .author {
    margin-left: 15px;
}

.featured-post .excerpt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Blog Grid Section */
.blog-grid {
    padding: 80px 0;
}

.blog-grid h2 {
    text-align: center;
    margin-bottom: 60px;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 60px;
}

.post-grid .post-item {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.post-grid .post-item:hover {
    transform: translateY(-5px);
}

.post-grid .post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-grid .post-title {
    padding: 20px;
}

.post-grid .post-title h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

.post-grid .post-title a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.post-grid .post-title a:hover {
    color: rgb(52,194,146);
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.pagination a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination a:hover {
    background-color: #000;
    color: #fff;
}

.pagination .current {
    color: #666;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .featured-post-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .featured-post h1 {
        font-size: 32px;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }

    .pagination {
        flex-direction: column;
        gap: 10px;
    }
}




/* Responsive Styles */
@media (max-width: 991px) {

    .pricing-items, .post-listing {
        display: grid;
        grid-template-columns: 1fr;
    }

    .lr-gallery {
        grid-template-columns: 1fr !important;
    }

    .lr-gallery .content-section {
        text-align: center;
        padding: 10px;
    }

    .lr-gallery .controls {
        flex-direction: column;
    }

    .lr-gallery .gallery.desktop {
        display: none;
    }

    .lr-gallery .gallery.mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .lr-gallery .gallery.mobile img {
        width: 70%;
    }

    .simple-grid .grid-items {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        text-align: center;
    }

    .simple-grid .numbered {
        margin-left: auto;
        margin-right: auto;
    }


    .fees-single {
        padding: 0 10px;
        background-color: transparent;
    }

    .fees-single .body-elements {
        border: 0;
        padding: 0;
        text-align: left;
    }

    .fees-single .body-top.desktop {
        display: none;
    }

    .fees-single .body-top.mobile {
        display: block;
    }

    .fees-single .inclusions-list {
        grid-template-columns: 1fr;
    }

    .fees-single .top-elements {
        text-align: left;
        margin-bottom: 20px;
    }

    .banner {
        text-align: center;
    }

    .simple-grid {
        text-align: center;
    }

    .fees-single {
        text-align: center;
    }

    .fees-single .top-elements {
        text-align: center;
    }

    .fees-single .pricing-footer {
        flex-direction: column;
    }

    .fees-single .pricing-footer .current-offer {
        margin-bottom: 10px;
    }

    .fees-single .body-elements {
        max-width: 100%;
    }

    .about-us {
        text-align: center;
    }

    footer {
        display: none;
    }

    section {
        padding: 60px 0;
    }

    h2 {
        font-size: 32px !important;
    }


}


.navbar {
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.navbar .nav-link {
    color: #000;
    font-size: 16px;
    padding: 0.5rem 1rem !important;
    font-weight: 500;
}

.navbar .nav-link:hover {
    color: #0070c0;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .logo-wrapper img {
    height: 90px;
    width: auto;
}

.header-right a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

footer {
    padding: 40px 0;
}

footer .logo-text {
    position: relative;
}

footer .powered-by {
    font-size: 10px;
    position: absolute;
    left:0;
    bottom: -17px;
}

footer .footer-menu {

}

footer .footer-menu ul {
    list-style: none;
    padding-left: 0;

}

footer .footer-menu ul li {
    line-height: 14px;
}

footer .footer-menu-wrapper {
    display: flex;
    flex-direction: row;
    gap:20px;
}


footer .footer-menu ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #000;
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 1rem 0;
    }

    .navbar .nav-link {
        padding: 0.5rem 0 !important;
    }

    .navbar .logo-wrapper img {
        height: 65px !important;
    }

    .mobile-header-right {
        margin-left: auto;
    }
}



/* Blog Post Styles */
.blog-post {
    margin-bottom: 60px;
}

/* Hero Section */
.post-hero {
    padding: 80px 0 40px;
    background-color: rgb(245, 242, 238);
}

.post-header {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.post-header h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.post-meta {
    font-size: 16px;
    color: #666;
}

.post-meta span:not(:last-child)::after {
    content: "•";
    margin: 0 10px;
    color: #999;
}

.featured-image {
    max-width: 1200px;
    margin: 0 auto;
}

.featured-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Content Section */
.post-content {
    padding: 60px 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.main-content {
    font-size: 18px;
    line-height: 1.8;
}

.main-content p {
    margin-bottom: 1.5em;
}

.main-content h2 {
    font-size: 32px;
    margin: 1.5em 0 0.8em;
}

.main-content h3 {
    font-size: 24px;
    margin: 1.2em 0 0.6em;
}

.post-tags {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.post-tags .tag {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 8px 8px 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.post-tags .tag:hover {
    background-color: rgb(0,106,255);
    border-color: rgb(0,106,255);
    color: #fff;
}

/* Sidebar */
.sidebar {
    position: sticky;
    top: 20px;
}

.author-bio {
    background-color: rgb(245, 242, 238);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.author-bio .author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.author-bio h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.related-posts {
    margin-top: 40px;
}

.related-posts h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-post {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.related-post .post-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.related-post h4 {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.related-post h4 a {
    color: #000;
    text-decoration: none;
}

.related-post h4 a:hover {
    color: rgb(0,106,255);
}

/* Post Navigation */
.post-navigation {
    border-top: 1px solid #eee;
    padding: 40px 0;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.nav-previous,
.nav-next {
    flex: 1;
    text-decoration: none;
    color: #000;
}

.nav-next {
    text-align: right;
}

.nav-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.nav-title {
    font-size: 18px;
    font-weight: 600;
}

.nav-previous:hover .nav-title,
.nav-next:hover .nav-title {
    color: rgb(0,106,255);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .post-header h1 {
        font-size: 36px;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sidebar {
        position: static;
    }

    .nav-links {
        flex-direction: column;
        gap: 20px;
    }

    .nav-next {
        text-align: left;
    }

    .post-hero {
        padding: 40px 0 20px;
    }

    .post-content {
        padding: 40px 0;
    }
}

/* Pricing Swiper Styles */
.mobile-pricing {
    display: none; /* Hidden by default, shown via JS on mobile */
    margin-bottom: 40px;
}

.pricing-swiper {
    width: 100%;
    padding-bottom: 50px; /* Space for pagination */
}

.pricing-swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.pricing-swiper .card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding: 40px 30px;
    height: 100%;
}

.pricing-swiper .card .cta-wrapper.primary-cta a {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.pricing-swiper .card h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing-swiper .price {
    margin-top: 20px;
}

.pricing-swiper .card h4 {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
}

.swiper-pagination {
    bottom: 10px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #007bff;
}

@media (max-width: 991px) {
    /* Existing media query */
    .pricing-items, .post-listing {
        flex-direction: column;
    }

    /* Add this to ensure desktop pricing is hidden on mobile */
    .desktop-pricing {
        display: none;
    }

    /* Show mobile pricing by default on mobile */
    .mobile-pricing {
        display: block;
    }

    /* Ensure proper card styling in mobile swiper */
    .pricing-swiper .swiper-slide {
        height: auto;
    }

    .pricing-swiper .swiper-slide .plan-details {
        width: 100%;
        padding: 0;
    }

    .pricing-swiper .card {
        height: auto;
        padding: 30px 20px;
        margin: 0 auto;
        width: 90%;
        max-width: 350px;
    }

    /* Ensure the pricing section has proper spacing */
    .pricing {
        padding: 40px 0 60px;
    }
}

/* Related Posts Section */
.related-posts-section {
    padding: 60px 0;
    background-color: rgb(245, 242, 238);
}

.related-posts-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.blog-post + .related-posts-section .post-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.blog-post + .related-posts-section .post-item {
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    height: 100%;
}

.blog-post + .related-posts-section .post-item .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-post + .related-posts-section .post-item .post-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-post + .related-posts-section .post-item .post-body h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.blog-post + .related-posts-section .post-item .post-body p {
    flex-grow: 1;
}

.blog-post + .related-posts-section .post-item .post-link {
    margin-top: 20px;
}

.blog-post + .related-posts-section .post-item .post-link a {
    display: inline-block;
    border: 1px solid #000;
    padding: 12px 22px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
}

.blog-post + .related-posts-section .post-item .post-link a:hover {
    background-color: rgb(52,194,146);
    color: #fff;
    border-color: rgb(52,194,146);
}

@media (max-width: 991px) {
    .blog-post + .related-posts-section .post-listing {
        grid-template-columns: 1fr;
    }
}

/* Blog Navigation Links */
.back-to-blog {
    margin-bottom: 30px;
}

.back-to-blog a {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.back-to-blog a i {
    margin-right: 8px;
    font-size: 14px;
}

.back-to-blog a:hover {
    color: rgb(52,194,146);
}

.view-all-posts {
    text-align: center;
    margin-top: 40px;
}

.view-all-posts a {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    border: 2px solid rgb(52,194,146);
    color: rgb(52,194,146);
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.view-all-posts a:hover {
    background-color: rgb(52,194,146);
    color: #fff;
}

@media (max-width: 991px) {
    .back-to-blog {
        margin-bottom: 20px;
    }

    .view-all-posts {
        margin-top: 30px;
    }
}

/* Pricing Card List Styling with Checkmarks */
.pricing-items .card ul,
.pricing-swiper .card ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Remove default padding */
    margin-top: 15px; /* Adjust spacing if needed */
}

.pricing-items .card ul li,
.pricing-swiper .card ul li {
    position: relative; /* Needed for absolute positioning of ::before */
    padding-left: 25px; /* Make space for the checkmark */
    margin-bottom: 10px; /* Space between list items */
    line-height: 1.2;
    font-size: 14px;

}

.pricing-items .card ul li::before,
.pricing-swiper .card ul li::before {
    content: '✓'; /* Add the checkmark */
    position: absolute;
    left: 0;
    top: 0; /* Adjust vertical alignment if needed */
    color: rgb(0, 176, 80); /* Checkmark color (adjust as needed) */
    font-weight: bold; /* Make checkmark bold */
    font-size: 1.1em; /* Adjust checkmark size */
}

/* Adjust note styling if needed */
.pricing-items .card .note,
.pricing-swiper .card .note {
    font-size: 0.9em;
    color: #666;
    margin-top: 20px;
}

/* Product Specifications Accordion Styles */
.product-specs-accordion {
    padding: 0 0 40px 0; /* Adjust padding as needed */
    background-color: #fff; /* Or keep transparent if preferred */
}

.specs-link-wrapper {
    background-color: rgb(245, 242, 238);
    padding-bottom:20px;
}

.specs-toggle-link {
    font-size: 1.3em; /* Increased font size */
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block; /* Changed to block for full width background */
    margin-bottom: 0; /* Remove bottom margin as padding will handle spacing */
    transition: color 0.2s ease;
    background-color: rgb(245, 242, 238); /* Added background color */
    padding: 15px 20px; /* Added padding */
    border-radius: 5px 5px 0 0; /* Rounded top corners */
}

.specs-toggle-link:hover {
    color: rgb(52,194,146); /* Use theme hover color */
}

.specs-toggle-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.specs-toggle-link[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.specs-content {
    /* border: 1px solid #eee; */ /* Removed border */
    border-radius: 0 0 5px 5px; /* Rounded bottom corners to match link */
    padding: 30px;
    margin-top: 0; /* Remove top margin as link padding handles spacing */
    background-color: #fff; /* Ensure background for content area if needed */

}

.spec-item {
    margin-bottom: 30px;
    padding-bottom: 30px;

}

.spec-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.spec-item h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}

.spec-body {
    background-color: rgb(245, 242, 238);
    padding: 20px;
    border-radius: 5px;
}

.spec-body p,
.spec-body ul {
    margin-bottom: 1em;
}

.spec-body ul {
    padding-left: 20px; /* Indent list items */
    list-style: disc; /* Use standard disc bullets */
}
.spec-body ul ul {
    list-style: circle; /* Nested lists */
    margin-top: 0.5em;
}

.spec-body li {
    margin-bottom: 0.5em;
}

.spec-body strong {
    font-weight: 600;
}

/* Ensure Font Awesome is loaded for the icon */
/* If not already loaded, add: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> to _layout.twig */

/* Contact Form Section Styles */
.contact-form-section {
    background-color: rgb(245, 242, 238); /* Match other sections like pricing */
    padding: 60px 0; /* Consistent padding */
}

.form-wrapper {
    background-color: #fff; /* White background for the form itself */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow */
}

/* Ensure alerts look good */
#status-message.alert {
    padding: 1rem;
    margin-bottom: 0; /* Remove default bottom margin if it's the last element */
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center; /* Center text in alert */
}

/* Specific alert colors (Bootstrap defaults are usually fine, but explicit definition can help) */
#status-message.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

#status-message.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

#status-message.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

/* Style form labels */
.form-wrapper .form-label {
    font-weight: 500; /* Slightly bolder labels */
    margin-bottom: .5rem;
}

/* Style form controls */
.form-wrapper .form-control {
    border-radius: 5px; /* Consistent border radius */
}

/* Adjust button spacing if needed */
.form-wrapper .primary-cta {
    margin-top: 1.5rem; /* Add some space above the button */
}
