:root {
    --primary: #2a90e4;
    --primary_light: #4ce5ff;
    --secondary: #17B0B0;
    --secondary_dark: #24A0A0;

    --bg: #ffffff;
    
    --text_light: #555555;
    --text: #272727;
    --text_dark: #1b1b1b;
    --text_darker: #000000;
    
    --nav_bg: #141414;
    --nav_text: #D9D8D8;

    --button_bg: #3462b8;

    --gray_lighter: #E9E9E9;
    --gray_light: #C8C8C8;
    --gray: #808080;
    --gray_medium: #585858;
    --gray_dark: #303030;

    --white: #FFFFFF;
    --green_light: #18be0f;
    --green: #1EAC16;
    --green_dark: #068a09;
    --purple: #A817B0;
    --blue: #3385ff;

    --job: #F68D36;
    --customer: #a52eac;
    --estimate: #176bb0;
    --payment: #1FB017;
    --website: #5f34eb;
    
    --danger: #ff5252;
    --link: #3870ff; 

    --reports: #f5d902;
    --company: #17B0B0;
    --settings: #57595D;
    --logout: #ACACAC;
  }

html {
    scroll-behavior: smooth;
}
body {
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    /* background: #1f1f1f;
    color: #a3a3a3; */
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
a {
    color: var(--gray_light);
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover { color: var(--primary);}

img { max-width: 100%; height: auto; }

.line-break-575 {
    display: inline;
}



.txt {
    color: var(--text);
}
.txtDark {
    color: var(--text_dark);
}
.txtDarker {
    color: var(--text_darker);
}
.txtPrimary {
    color: var(--primary);
 }
.txtPrimaryLight {
    color: var(--primary_light);
 }
.txtSecondary {
    color: var(--secondary);
 }
.txtWhite {
    color: var(--white);  
 }
.txtGreen {
    color: var(--green);    
 }
.txtBlue {
    color: var(--blue);    
 }
.txtLink {
    color: var(--primary);    
 }
.txtLink:hover {
    color: var(--green);  
}

.blockLink {
    color: var(--text_light);    
 }
.blockLink:hover {
    color: var(--primary);  
}

.featureLink {
    color: var(--text);    
 }
.featureLink:hover {
    color: var(--primary);  
}

.btnGreen {
    background-color: var(--green);
    color: var(--white);
}
.btnGreen:hover {
    background-color: var(--green_dark);
    color: var(--white);
}





/*  */
.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}
.layout_padding-sm {
    padding-top: 50px;
    padding-bottom: 0px;
}
.text-block {
    padding-left: 10px;
    padding-right: 10px;
    margin: 30px auto 0px auto;
    max-width: 750px;
    text-align: center;
 }




.navbar {
    border-bottom: 1px solid var(--secondary);
 }


 .banner_section {
    width: 100%;
    padding: 50px 0px 55px 0px;
    background-image: url('/assets/header_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 45%;
    /* border-top: 1px solid var(--green); */
    border-bottom: 1px solid var(--secondary);
}
.banner_img {
    display: block;
    float: right;
    max-height: 350px;
    -webkit-filter: drop-shadow(0px 0px 1px #ffffff); 
    filter: drop-shadow(0px 0px 1px #ffffff);
}
.banner_small {
    width: 100%;
    padding: 40px 10px 40px 10px;
    background-image: url('/assets/header_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 37%;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}
.banner_img_small {
    display: block;
    float: right;
    max-height: 225px;
}
.banner_btn {
    background-color: var(--green_light);
    color: var(--white);
    border-radius: 4px;
    font-weight: 400;
    text-decoration: none;
}
.banner_btn:hover {
    background-color: var(--green_dark);
    color: var(--white);
}


.header_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 1.2;
    margin:0; 
    padding:0;
    font-weight: 700 !important;
    color: var(--white);
    text-shadow: var(--green) 2px 1px 2px;
}
.header_subtext {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.2;
    margin:15px 0px 0px 0px; 
    padding:0;
    color: var(--primary_light);
}

.textShadow-sm {
    text-shadow: var(--white) 0px 1px 2px;
}
.boxShadow {
    box-shadow: 0px 0px 8px #222;
}

.industryIcon {
    max-width: 30px;
    margin-right: 8px;
    margin-left: 8px;
}


/* pricing */
.tableLabel {
    --bs-table-striped-bg: var(--bg);
    border-top: 2px solid var(--bs-table-border-color);
    border-bottom: 2px solid var(--bs-table-border-color);
}
.tableLabelTxt {
    text-align: left;
    color: var(--secondary) !important;
    font-weight: 600;
    font-size: larger;
    font-variant: small-caps;
}
table tbody tr td a .bi {
    color: var(--bs-table-border-color);
    font-size: 14px;
}
.tableItem {
    color: var(--primary) !important;
    text-align: left;
}
.tableTxt {
    color: var(--text_light) !important;
    text-align: left;
    font-size: small;
}
.tableLink:hover {
    color: var(--primary) !important;
}

.toggleOption {
    color: var(--gray);
    width: 110px;
    font-size: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}
.toggleOptionActive {
    color: var(--text_darker);
}
.priceOptionOfferTxt {
    font-size: larger;
}
.priceOptionTxt {
    color: var(--payment);
    font-size: xx-large;
}
.priceOptionMonthTxt {
    color: var(--text_dark);
}

.bi-check-lg {
    color: var(--green);
    font-size: 20px;
}
.bi-chevron-right {
    color: var(--gray);
    font-size: 16px;
}


/* features */
.featureIcon { 
    text-align: center;
    margin-bottom: -3px;
}
.featureIcon span {
    font-size: 49px;
    color: var(--secondary_dark);
}


.feature-header {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: var(--white);
    text-align: center;
    background-color: var(--green);
    /* border: 1px solid var(--green); */
    padding: 12px 10px;
    border-radius: 4px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 50px;
    box-shadow: 0px 1px 3px var(--text_darker);
}

.feature-img {
    border-radius: 6px;
    box-shadow: 0px 0px 5px var(--gray);
}

.row ul {
  list-style: none; /* Remove default bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}
/* .fst-italic is a hack not to include the rest of the site */
.row .fst-italic li { 
  margin-top: 0px;
  margin-bottom: 4px; 
  margin-left: 0px;
  padding-left: 0px;
}
.row .fst-italic li:before {
  content: "▪"; /* Add a line */
  margin-right: 7px; /* Add some space between the line and the list item text */
  color: var(--primary);
}

.ul-list li:before {
  content: "▪"; /* Add a line */
  margin-right: 6px; /* Add some space between the line and the list item text */
}


/* Styles for the accordion items */
.accordion-container {
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            padding: 1rem;
        }
        .accordion-item {
            border: none;
            border-radius: 0.75rem;
            margin-bottom: 1rem;
            overflow: hidden;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        /* Styles for the accordion buttons (the clickable titles) */
        .accordion-button {
            background-color: #ffffff;
            color: var(--text)var(--text_dark);
            font-weight: 700;
            border-radius: 0.75rem;
            padding: 1rem 1.5rem;
            transition: all 0.3s ease;
        }
        .accordion-button:not(.collapsed) {
            background-color: #edf2f7;
            box-shadow: none;
        }
        .accordion-button:focus {
            box-shadow: none;
            border-color: transparent;
        }

        /* Styles for the accordion content body */
        .accordion-body {
            background-color: #ffffff;
            padding: 1.5rem;
            color: var(--text)
        }


/* footer section start */
.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100% 100%;
    padding: 45px 0px 45px 0px;
    margin-top: 100px;
    background-color: #3c3b36;
}
.footer-link{
    display: block;
}
.copyright_section {
    width: 100%;
    float: left;
    background-color: var(--primary);
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}
.copyright_text a {
    color: #ffffff;
}
.copyright_text a:hover {
    color: #363636;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon {
    width: 100%;
    float: right;
    text-align: right;
}
.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.footer_social_icon li {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    cursor: pointer;
}
.footer_social_icon li:before {
  content: ""; /* Add a line */
}
.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #053ada;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}
.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: var(--green);
}

/* footer section end */