﻿

.titles {
    font-size: 32px
}



.titles-2 {
    font-size: 23px
}









/*Services & Privacy pages styling - start */
/* 
    root color
    #f4f6f8

*/

.alternate-section {
        background-color: #f4f6f8;
}



.section-alt {
    background-color: #f4f6f8;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}




section {
    padding-top: 80px;
    padding-bottom: 80px;
}




/*drop down - start*/
/* Main accordion container */
#faqAccordion .accordion-item {
    background-color: #f4f6f8;
    border: 1px solid #e2e6ea;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

/* Accordion button */
#faqAccordion .accordion-button {
    background-color: #f4f6f8;
    color: #2c3e50;
    font-weight: 600;
    padding: 18px 20px;
    box-shadow: none;
    border: none;
}

    /* Remove default blue focus */
    #faqAccordion .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    /* When accordion is open */
    #faqAccordion .accordion-button:not(.collapsed) {
        background-color: #e9edf2;
        color: #1a252f;
    }

/* Body styling */
#faqAccordion .accordion-body {
    background-color: #ffffff;
    padding: 20px;
    color: #555;
    border-top: 1px solid #e2e6ea;
}

/* Smooth transition */
.accordion-button {
    transition: all 0.25s ease;
}

/* Hover effect */
#faqAccordion .accordion-button:hover {
    background-color: #e9edf2;
}


/*drop down - end*/



/*Services & Privacy pages styling - end */


























/*bullet points
*/

.bullet-points ul {
    list-style: none;
}

.bullet-points li {
    margin-bottom: 6px;
}









.title-icon-size {
    font-size: 22px;
}


.item-icon-size {
    font-size: 17px;
}




.title-row {
    display: flex;
    align-items: center; /* vertically aligns icon + text */
    gap: 8px; /* space between icon and text */
}















/*TJ Painting title*/

.tj-painting {
    font-weight: 569;
    font-style: italic;
}











