/* =========================================================
   RD3 ATYPICAL STYLES
   Page-specific and unusual components
   ========================================================= */





/* =========================================================
   HELP
  

.services-page {
    display: grid;
    grid-template-areas:
        "intro options"
        "contact contact";
    grid-template-columns: 3fr 1fr;
    gap: 2rem;
}


.services-page .services-intro {
    grid-area: intro;
    border-right: 1px solid #000 ;
    padding: 0 2%;
}

.services-page .services-options {
    grid-area: options;
}

.services-page .services-contact {
    grid-area: contact;
}
.rd3-content-block{
    padding: 0 5%;
    feft:50%;
}

.services-page .rd3-content-block{
 margin: 0 28px
}
   

.services-page .rd3-content-block-title{
    display: none;
}

.services-page div#rd3-ld-tree-root{
    font-size:20px;
   
}

 ========================================================= */

/* =========================================================
   TERMS
   ========================================================= */

.terms-container {
    max-width: 100%;
    padding: 5px;
}

.terms li {
    margin-bottom: 0;
}

.terms-clause>ul {
    margin-left: 25px;
    padding: 1rem 1rem 1rem 2rem;
}

.terms-container ul ul {
    margin-top: 0.75rem;
    margin-left: 1.5rem;
}

.terms-legal-protection {
    margin: 30px 0;
}

.terms-legal-protection>h3,
.terms-legal-protection .terms-clause h4 {
    margin-top: 0;
}

.terms-legal-protection .terms-clause {
    margin-left: 2rem;
}

.terms-container ol.Terms,
.terms-container ol.Terms ol.Terms {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


/* =========================================================
   RATES
   ========================================================= */


.price-rd3 {
    color: #2e7d32;
    font-weight: 900;

}
.rates-page {
    width: 100%;
}

.rates-section {
    margin-bottom: 3rem;
}

.rates-section:last-child {
    margin-bottom: 0;
}

.rates-section h2 {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;

    border-bottom: 2px solid #e6e6e6;
}

.rates-highlight {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;

    max-width: 70%;
    margin: 1.5rem 0;
    padding: 1.5rem;

    background: #fff;

    border: 2px solid #993333;
    border-radius: 6px;
}

.rates-price,
.rates-after-hours {
    flex: 1 1 200px;
}

.rates-price strong,
.rates-after-hours strong {
    display: block;

    margin-bottom: 0.25rem;

    font-size: 1.75rem;
    line-height: 1.2;
}

.rates-price strong {
    color: #2e7d32;
}

.rates-after-hours strong {
    color: #1f5f9f;
}

.rates-price span,
.rates-after-hours span {
    display: block;

    font-weight: 600;
}

.rates-after-hours {
    padding-left: 1.5rem;

    border-left: 2px solid #e6e6e6;
}

.rates-cancellation {
    border-left-color: #993333;
}

.rates-contact {
    margin-top: 3rem;
    padding: 1.5rem;

    background: #fff;

    border: 2px solid #993333;
    border-radius: 6px;
}

.rates-contact h2 {
    margin-top: 0;
}


/* =========================================================
   FAQ
   ========================================================= */

.faq-important {
    margin: 1.5rem 0;
}

.faq-back {
    display: inline-block;
}


.faq-section ul.process-box {
    border: 1px solid #e2e8f0;
    border-left: 4px solid #000000;
    border-radius: 0 6px 6px 0;
    padding: 20px 24px;
    margin-bottom: 35px;
}


.faq-section ul {
    border: 1px solid #e2e8f0;
    border-left: 4px solid #000000;
    border-radius: 0 6px 6px 0;
    padding: 20px 24px;
    margin-bottom: 35px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .terms-container {
        padding: 2px;
    }

    .terms-clause>ul {
        margin-left: 10px;
        padding-left: 1.5rem;
    }

    .terms-legal-protection .terms-clause {
        margin-left: 1rem;
    }

}

@media (max-width: 700px) {

    .rates-highlight {
        display: block;
        max-width: none;
    }

    .rates-after-hours {
        margin-top: 1.25rem;
        padding: 1.25rem 0 0;

        border-top: 2px solid #e6e6e6;
        border-left: 0;
    }

    .rates-contact {
        padding: 1.25rem;
    }

}

@media (max-width: 450px) {

    .terms-clause>ul {
        margin-left: 5px;
        padding-left: 1.25rem;
    }

    .terms-legal-protection .terms-clause {
        margin-left: 0.5rem;
    }

}



/* =========================================================
   RD3 ABOUT PAGE
   ========================================================= */

/* =========================================================
   VARIABLES
   ========================================================= */

:root {
    --about-content-max-width: 80%;
}


/* =========================================================
   ABOUT CONTAINER
   ========================================================= */

.about-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* =========================================================
   ABOUT LETTER
   ========================================================= */

.about-letter {
    width: 100%;
    max-width: var(--about-content-max-width);
    padding: 0;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
    :root {
    --about-content-max-width: 90%;
}
}


/* =========================================================
   EMAIL HEADER
   ========================================================= */

.about-letter::before {
    content:
        "From: Tom Revill <tom@rd3tech.com> • RD3 Tech\A"
        "To: You\A"
        "Subject: A little look behind the curtain";

    display: block;
    padding: 20px 25px;

    background: #c4c4c4;
    border-bottom: 1px solid #000;

    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;

    white-space: pre-line;
}


/* =========================================================
   EMAIL BODY
   ========================================================= */

.about-letter > p,
.about-letter > figure {
    margin-left: 30px;
    margin-right: 30px;
}

.about-letter > p {
    margin-top: 0;
    margin-bottom: 1.2em;
    line-height: 1.7;
}

.about-letter > p:first-of-type {
    margin-top: 30px;
    font-weight: 600;
}
.about-letter p {
    width: 90%;
    max-width: 80%;
    margin: 0 auto;
    line-height: 2.5;
}

/* =========================================================
   ABOUT IMAGE
   ========================================================= */

.about-letter > figure {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.about-letter-img,
.about-letter > figure img {
    display: block;
    width: auto;
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;

}
.about-letter img{
     padding: 20px;
     border-radius: 8px;
     border: 2px solid #000;
     margin: 25px;
}

/* =========================================================
   IMAGE CAPTION
   ========================================================= */

.about-letter figcaption {
    margin-top: 8px;
    font-size: 0.85rem;
    opacity: 0.7;
}


/* =========================================================
   CLOSING
   ========================================================= */

.about-letter > p:last-of-type {
    margin-top: 2em;
    margin-bottom: 30px;
}


/* =========================================================
   SIGNATURE
   ========================================================= */

.about-signature {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 20px 30px 0;
    border-top: 2px solid #000;

}

/* =========================================================
   SIGNATURE LOGO
   ========================================================= */

.about-signature-logo {
    flex: 0 0 100px;
    width: 100px;
    margin: 0;
    padding-right: 20px;
    border-right: 2px solid #000;
    box-sizing: border-box;
}

.about-signature-logo img {
    display: block;
    width: 100px;
    height: 100px;
    max-width: 100%;
    object-fit: contain;
}


/* =========================================================
   SIGNATURE DETAILS
   ========================================================= */

.about-signature-details {
    flex: 1 1 auto;
    min-width: 0;
}

.about-signature-details p {
    margin: 0;
    line-height: 1.5;
}

.about-signature-details strong:first-child {
    font-size: 1.15rem;
}

.about-signature-details strong:nth-of-type(2),
.about-signature-details em,
.about-signature-details a {
    display: inline-block;
    margin-top: 2px;
}

.about-signature-details a {
    text-decoration: none;
}

.about-signature-details a:hover {
    text-decoration: underline;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .about-container {
        padding: 5px;
    }

    /* Email header */

    .about-letter::before {
        padding: 15px 18px;
        font-size: 0.85rem;
        line-height: 1.6;
    }


    /* Email body */

    .about-letter > p,
    .about-letter > figure {
        margin-left: 20px;
        margin-right: 20px;
    }

    .about-letter > p {
        line-height: 1.6;
    }


    /* Image */

    .about-letter > figure {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .about-letter-img,
    .about-letter > figure img {
        max-width: 100%;
    }


    /* Signature */

    .about-signature {
        gap: 18px;
        padding: 15px 20px 0;
    }

    /* Signature logo */

    .about-signature-logo {
        flex: 0 0 75px;
        width: 75px;
        padding-right: 15px;
    }

    .about-signature-logo img {
        width: 75px;
        height: 75px;
    }
}



/* =========================================================
  INFOMATION PAGE
   ========================================================= */


.page-information .rd3-content-row.rd3-row-aligned .rd3-content-block{
    padding: 2% 1% 0% 3%;
grid-template-rows: initial;
}

.fb-link {
    display: inline-block;
    background-color: #3485FF;
    border: 2px solid #3485FF;
    border-radius: 8px;
    margin: 1%;
}


.fb-link:hover {
    display: inline-block;
    background-color: #4f90f1;
    border: 2px solid #000;
}

.fb-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    margin-bottom: 0;
}

.fb-link img {
    width: 32px;
    height: 32px;
}
/* =========================================================
   COMPUTER SOLUTIONS
   SERVICE CONTENT GRID
   ========================================================= */

.service-content-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;

    margin-top: 24px;

}


/* =========================================================
   SERVICE CONTENT BOX
   ========================================================= */

.service-content-box {

    display: flex;

    flex-direction: column;

    padding: 24px;

    border: 1px solid #993333;

    border-radius: 6px;

    background: #fff;

}

.service-content-box-grid-items {
    display: grid;
    border-radius: 6px;
    padding: 14px;  
    border: 1px solid #993333;

}



/* =========================================================
   SERVICE CONTENT BOX HEADING
   ========================================================= */

.service-content-box h3 {

    margin-top: 0;

    margin-bottom: 16px;

    color: #993333;

}


/* =========================================================
   SERVICE CONTENT BOX TEXT
   ========================================================= */

.service-content-box p {

    margin-bottom: 14px;

}


/* =========================================================
   SERVICE CONTENT BOX LIST
   ========================================================= */

.service-content-box ul.toc {

    margin-bottom: 16px;

}





/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .service-content-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .service-content-grid {

        grid-template-columns: 1fr;

    }

}


/* =========================================================
   SMALL SERVICE CONTENT GRID
   ========================================================= */

.service-content-grid-small {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    max-width: 100%;

    margin: 24px auto 0;

}


/* =========================================================
   SMALL SERVICE CONTENT BOX
   ========================================================= */

.service-content-grid-small .service-content-box {

    padding: 20px;

}


/* =========================================================
   SMALL SERVICE CONTENT BOX HEADING
   ========================================================= */

.service-content-grid-small .service-content-box h3 {

    margin-top: 0;

    margin-bottom: 12px;

}


/* =========================================================
   SMALL SERVICE CONTENT BOX TEXT
   ========================================================= */

.service-content-grid-small .service-content-box p {

    margin-bottom: 12px;

}


/* =========================================================
   SMALL SERVICE CONTENT BOX LINK
   ========================================================= */

.service-content-grid-small .service-content-box a {

    display: inline-block;

    margin-top: 4px;

}


/* =========================================================
   SMALL GRID - MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .service-content-grid-small {

        grid-template-columns: 1fr;

    }

}


/* =========================================================
   RELATED SERVICES
   ========================================================= */

.service-related {

    width: 100%;

    max-width: 100%;

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    overflow: hidden;

}


/* =========================================================
   RELATED SERVICES HEADING
   ========================================================= */

.service-related h2 {

    margin-left: 0;

    margin-right: 0;

}


/* =========================================================
   RELATED SERVICES CONTENT
   ========================================================= */

.service-related .rd3-content-row-wrapper {

    width: 100%;

    max-width: 100%;

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}


/* =========================================================
   RELATED SERVICES ROW
   ========================================================= */

.service-related .rd3-content-row {

    width: 100%;

    max-width: 100%;

    box-sizing: border-box;

}


/* =========================================================
   RELATED SERVICES ITEMS
   ========================================================= */

.service-related .rd3-content-row-item {

    box-sizing: border-box;

    max-width: 100%;

}


/* =========================================================
   RELATED SERVICES - MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .service-related {

        width: 100%;

        overflow: hidden;

    }

    .service-related .rd3-content-row {

        width: 100%;

    }

    .service-related .rd3-content-row-item {

        width: 100%;

    }

}

/* =========================================================
   MANAGED SUPPORT
   SUPPORT PLANS
   ========================================================= */

.support-plans-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;

}

/* =========================================================
   MANAGED SUPPORT
   SUPPORT PLANS - Indvidual 
   ========================================================= */

.support-plans-grid-page {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 24px;

}

.page-managed-support .process-box-horizontal .process-step {
    border: 1px solid #000000;

}


.page-managed-support strong {
    font-size: 1.1rem !important;
}

.process-arrow {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    margin: auto;
    padding: 0 0.5rem;
    flex: 0 0 auto;
}

.recommendation img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    align-self: center;
    padding: 10px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}



/* =========================================================
   CONTACT
   ========================================================= */

.page-contact .rd3-content-block hr,
.hr-red {
    border-top: 2px solid #993333 !important;
}

.page-contact .rd3-content-block a img {
    height: 90px;

}



/* =========================================================
   IT CONSULTING & BUSINESS SOLUTIONS
   ========================================================= */
.support-plans-grid-consult {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 100%;
    /* Adjust based on your layout bounds */
    margin: 0 auto;
    /* Centers the grid container on widescreen */
}

.support-plans-grid-consult-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 100%;
    /* Capped narrower so 3 columns match the 4-column card widths */
    margin: 0 auto;
}

.service-content-box-consult {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    /* Remove max-width here so boxes fill their capped grid tracks evenly */
    padding: 24px;
    border: 1px solid #993333;
    border-radius: 6px;
    background: #fff;
}


/* Process Arrow Fixes */
.process-arrow-consult {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    color: #993333;
}

.service-content-box-consult h4 {
    margin-top: 24px;
    margin-bottom: 16px;
}

/* Pushes the last paragraph/button to the bottom naturally using flexbox */
.service-content-box-consult p:last-child {
    margin-top: auto;
}

/* Responsive Breakpoints for BOTH grids */
@media (max-width: 1000px) {
    .support-plans-grid-consult {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-plans-grid-consult-small {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {

    .support-plans-grid-consult,
    .support-plans-grid-consult-small {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .support-plans-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .support-plans-grid {

        grid-template-columns: 1fr;

    }

}


/* =========================================================
   HOME
 ========================================================= */

.page-home .card.card-bordered{
    padding: 0.5rem;
}





.home-help h3{
    text-align: center;
}

/* CTA & Button */

.journey-reassurance{
    padding-bottom: 0;
    padding-bottom: 0;
}

.journey-button, p.journey-button{
    padding: 0;
    margin: 0;
}

.home-help {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home-asterisk,.home-asterisk:hover {
    text-decoration:none;
    font-size: 24px;
    font-weight: 900;
    color: #ff0000;
}


.home-asterisk-text {
    text-decoration:none;
    font-weight: 900;
    color: #ff0000;
}
.home-asterisk-text:hover{
    color: #000000;
    text-decoration:none;
}

.help-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers items horizontally */
  align-items: center;     /* Centers items vertically */
  gap: 0.5rem 1.5rem;
  list-style: none;
  padding: 5px 0;
  margin: 0 auto;          /* Centers list container within parent */
  text-align: center;
}

/* Bullet separators between inline items */
.help-list li:not(:last-child)::after {
  content: "|";
  margin-left: 1.5rem;
  color: #993333;
}







/* --- CTA & Button --- */
.quick-start-cta {
    margin-top: 1rem;
    text-align: center;
}

.quick-start-cta .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 200px;
    min-height: 46px;
    padding: 0 1.5rem;
    margin: 0.5rem auto 0;
    border: 2px solid #993333;
    border-radius: 6px;
    background-color: #993333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}




/* ========================================
   Responsive
   ======================================== */

@media (max-width: 900px) {
    .quick-start-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .help-list{
        font-size: 15px;
        font-weight: 900;

    }

    .help-list li:not(:last-child)::after {
    display: none;
    content: "|";}


    .quick-start-section {
        padding: 2rem 0;
    }

    .quick-start-grid {
        grid-template-columns: 1fr;
    }

    .quick-start-step {
        padding: 1.5rem;
    }
}


.rd3-fb-image img {
    max-width: 120%;
    border-radius: 6px;
    border: 1px solid #cbd5e1;

    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}



@media (max-width: 1024px) {
    .rd3-fb-image img {
        max-width: 70%;
    }
}


@media (max-width: 767px) {
    .rd3-fb-image img {
        max-width: 100%;
    }
}

/* ========================================
   POSTS & PAGE
   ======================================== */
.blog article.post:has(.post-featured-image):first-of-type {
    margin-top: 3% !important;
}

.blog article.post:has(.blog-featured-image) {
    grid-template-columns: 1fr 35%;
}

/* Blog page introduction – image on the right */
.blog-content:has(.blog-featured-image) {
    display: grid;
    grid-template-columns: 1fr 21%;
    gap: 30px;
    align-items: start;
    margin-bottom: 40px;
    margin-top: 70px;
}


.blog-content:has(.blog-featured-image) .blog-header {
    grid-column: 1;
}

.blog-content:has(.blog-featured-image) .blog-featured-image {
    grid-column: 2;
}

.blog-content:has(.blog-featured-image) .blog-featured-image-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}


/* Sticky */
.blog article.sticky {
    border: 4px dashed #993333;
    position: relative;
    z-index: 1;
}

.blog article.sticky::before {
    content: "📌 Pinned";
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;

    background: #fff;
    color: #000;

    padding: 7px 12px;
    border-radius: 4px;


    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;

    pointer-events: none;
}
.post-edit-link a {
    display: inline-block;
    background: #000;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 3px;
    color:#fff ;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1.4;
    transition: background 0.3s ease-in, color 0.3s ease-in, transform 0.3s ease-in;
}

.post-edit-link :hover {
    background: #fff;
    color: #000;
  
}

.rd3-content-block-edit a:hover, .rd3-content-row-edit a:hover {
    background: #fff;
    color: #000;
}


article.page,
article.single-post,
article.post {
    margin-top: 1.2%  !important;
    margin-bottom: 0  !important;
      
}



.content-area {
    gap: 0;
}

.post-title {
    border-bottom: 2px solid #000;
}

.post-excerpt {
    padding: 8px;
    border-radius: 6px;
}

.blog .post-title {
    font-weight: 900;
    font-size: 1.15rem;
    padding: 0 50px 15px 0;
}

h4.post-title a {
    color: #993333;
}
h4.post-title {
    font-weight: 900;
    letter-spacing:2px;
}

article.single-post h1,
article.post h2,
article.page h1 {
    padding-left: 0 !important;
}


/* ========================================
   PAGINATION 
   ======================================== */



.navigation.pagination {
    margin: 2%;
    margin-bottom: 0;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.pagination .current {
    border: 2px solid #993333;
    background-color: #993333;
    border-radius: 5px;
}


.pagination .page-numbers {
    border: 2px solid #993333;
    border-radius: 5px;

}

/* ========================================
    SINGLE POST
 ======================================== */


.single-post-layout {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.single-post-featured-image {
    flex: 0 0 35%;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 1.5rem;
    padding: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.single-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
     border-radius: 8px;
}

.single-post-content {
    flex: 1;
    border-right: 2px solid #000;
    padding-right: 2rem;
}




@media (max-width: 768px) {
    .single-post-layout {
        flex-direction: column;
        gap: 25px;
    }

    .single-post-featured-image {
        width: 100%;
    }
}






/* ========================================
   SIDEBAR 
   ======================================== */

.main-sidebar-wrapper {
    width: 400px;
    padding: 0 3.5% 0 1.2%;

    list-style-type: none;
    min-height: 100%;

    border: 2px solid #993333;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 8px;

    z-index: 10;
    overflow: hidden;
    box-sizing: border-box;
    
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: width 0.3s ease, padding 0.3s ease;
}


.main-sidebar-wrapper.sidebar-closed {
    width: 0;
    padding-left: 0;
    padding-right: 0;
}

.main-sidebar-wrapper li::marker {
    padding: 0;

}

.wp-block-search__inside-wrapper {
    border: 0 !important;
}

input#wp-block-search__input-1 {
    border: 2px solid #993333;
    border-radius: 6px 0 0 6px;
}

ul.wp-block-archives-list.wp-block-archives{
    padding: 0 !important;
}

/* Modern Browsers */
input::placeholder, 
textarea::placeholder {
    color: #000000;
}

.wp-block-search__button {
    margin: 0;
}

.wp-block-search__button.wp-element-button {
    padding: 0 15px;
    border-radius: 0 6px 6px 0;
    background-color: #993333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;

}

.wp-block-latest-posts,
.wp-block-categories {
    list-style: square inside !important;
    border: 2px solid #993333;
    border-radius: 5px;
    padding: 9%;
}


h2.wp-block-heading {
    color: #993333;

}

.wp-block-heading {
    border-bottom: 2px solid #000;
}


.main-sidebar-wrapper .wp-block-latest-posts__list {
    display: block;
}

.main-sidebar-wrapper .wp-block-latest-posts__list li {
    margin: 0 0 8px 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.main-sidebar-wrapper .wp-block-latest-posts__post-title {
    display: inline;
}

/* ========================================
   ARCHIVES 
   ======================================== */

.blog .main-sidebar-wrapper .widget_search {
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog .widget_block {
    margin-bottom: 5px;
}

.blog-header {
    margin-bottom: 0;

}


.blog-intro {
    max-width: 100%;

}

.blog-content {
    margin: 2%;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);

}

.blog article.post {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
}

.blog article.post:has(.post-featured-image) {
    grid-template-columns: 1fr 35%;
}

.blog article.post .post-featured-image {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
}

.blog article.post .post-featured-image img {
    margin-top: auto;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.blog article.post .post-title {
    grid-column: 1;
    grid-row: 1;

}

.blog article.post .post-excerpt {
    grid-column: 1;
    grid-row: 2;
}

.archive article.post {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
}



.post-featured-image {
    align-self: center;
    padding: 10px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.post-featured-image img {
    border: 2px solid #f9f7f7;
}


.card-content ul,
ul.single-post,
.rd3-content-row ul {

    border-left: 4px solid #000000;
    border-radius: 0 6px 6px 0;
    padding: 0 ;
    margin: 0 18px;
    list-style: none;
}

.card-content ul ,
ul.single-post li ,
.rd3-content-row ul li  {
    margin: 0 0 30px 3%;
}



.card-content ul li::before,
ul.single-post li::before,
.rd3-content-row ul li::before {
    content: "";
    color: #993333;
    font-weight: 900;
    margin-right: 4px;
}


.card-content ul p,
ul.single-post li p,
.rd3-content-row ul li p {
    margin: 0 3% 0 8%;
}

.blog ul{
    margin: 2% 3%;
  

}
.blog li::before{
    margin-right: 13px !important;
}





.archive article.post:has(.post-featured-image) {
    grid-template-columns: 1fr 220px;
}

.archive article.post .post-featured-image {
    grid-column: 2;
    grid-row: 1 / span 2;

}

.archive article.post .post-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.archive article.post .post-title {
    grid-column: 1;
    grid-row: 1;
}

.archive article.post .post-excerpt {
    grid-column: 1;
    grid-row: 2;
}

.wp-block-archives-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp-block-archives-list li {
    margin: 0;
    padding: 0;
}

.wp-block-archives-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 8px;
    border: 1px solid #993333;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    transition: all 0.2s ease;
    margin: 0;
    font-size: 14px;
}

.wp-block-archives-list li a:hover {
    background: #993333;
    color: #fff;
}

.post .card-content {
    border: none;
}

.post:has(> .card-content:nth-child(2) .post-featured-image)>.card-content:first-child {
    border-right: 2px solid #000000;
    border-radius: 0;
    padding: 10px;
}

.single-post p {
    margin-bottom: 0.9rem;

}

@media (max-width: 1024px) {
    .main-sidebar-wrapper {
        padding: 4px 8px;
        width: auto;
        border: 2px solid #993333;
        border-radius: 0 0 5px 5px;
        margin: 0 2%;
    }

    .content-area {

        margin: 0;
    }

  
    .blog article.post:has(.post-featured-image) {
        grid-template-columns: 1fr 392px;
    }

    .blog article.post .post-featured-image img {
        height: auto;
        width: 100%;
    }

    .sidebar-toggle-button {

        margin: 0 2%;
    }

    .navigation.pagination {
        margin: 2%;

    }

    .post-title {
        padding: 25px;
        
    }

    .post-excerpt {
        padding: 25px;

    }

    .toggle-sidebar {
        border: 2px solid #993333 !important;
    }



}

@media (max-width: 767px) {

    .blog-content:has(.blog-featured-image) {
        display: block;
         margin-top: 15%;
        

    }


    .blog article.post:has(.post-featured-image):first-of-type {
        margin-top: 15% !important;
    }



    .post:has(> .card-content:nth-child(2) .post-featured-image) > .card-content:first-child {
        border-right: 0;
        border-radius: 0;
    }

     .blog article.post:has(.post-featured-image) {
        display: block;
        margin-top: 8% !important;
        margin-bottom: 8% !important;
        margin-left: 2%;
        margin-right: 2%;
        padding: 3%;
    }

    .blog article.post .post-featured-image img {
        height: auto;
        width: 100%;
    }

    .blog-content {
        border-radius: 8px;
        padding: 8%;
        margin: 0 2% 1% 2%;
        border: 2px solid #000000;
      
    }

    .card-content ul,
    ul.single-post,
    .rd3-content-row ul {
        border-left: 0;
        padding: 0 6%;
        list-style: square;
    }

    .card-content ul li::before,
    ul.single-post li::before,
    .rd3-content-row ul li::before {
        display: none;
    }

    .main-sidebar-wrapper {
        padding: 4px 8px;
        width: auto;
        border: 2px solid #993333;
        border-radius: 0 0 5px 5px;
        margin: 3% 1% 1% 1%;
    }

    .content-area {
        margin: 0;
        padding: 0;
    }

    .sidebar-toggle-button {
        margin: 0 1%;
    }

    .navigation.pagination {
        margin: 15% 2%;
        padding: 2%;
    }

    .post-navigation,
    .pagination {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

    .toggle-sidebar {
        border: 2px solid #993333 !important;
    }



    .wp-block-archives-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wp-block-archives-list li a {
        min-height: 5px;
    }
}

/* =========================================================
   GET STARTED
   ========================================================= */

.get-started-intro {
    display: grid;
    grid-template-columns: 1fr 74%;
    gap: 1.4rem;
    align-items: start;
}

.get-started-information > :last-child {
    margin-bottom: 0 !important;
}

/* =========================================================
   INFORMATION
   ========================================================= */

.get-started-information {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.1rem;
    align-content: start;
    padding: 0;
  
        
}

.get-started-block {
    margin: 0;

    padding: 1.5rem;
    background-color: #ffffff;
    border: 2px solid #993333;
    border-radius: 8px;
    height: fit-content;
}

.get-started-block h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.get-started-block p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.get-started-block p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   PROCESS TAGLINE
   ========================================================= */

.get-started-process {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

  
/* =========================================================
    GET STARTED IMG
   ========================================================= */
.get-started-information img {
    display: block;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    height: auto;
    padding: 10px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
/* =========================================================
   FORM
   ========================================================= */

.get-started-form {
    grid-column: 2;
    grid-row: 1;
    border-radius: 0;
    padding: 0;
    padding-top: 0;

}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {

    .get-started-intro {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .get-started-form {
        grid-column: 1;
        grid-row: 1;
    }

    .get-started-information {
        grid-column: 1;
        grid-row: 2;
    }

}