/*

Theme Name: X
Theme URI: https://theme.co/x
Author: Themeco
Author URI: https://theme.co
Description: An immensely powerful and endlessly customizable WordPress theme.
Version: 10.4.6
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: __x__

*/
body {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

/************************* CLAI FOR SEO CSS STARTS HERE *****************************/
.clai-body-container {
  display: grid;
  grid-template-columns: 75% 25%;
  column-gap: 2em;
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.clai-body-content .content_area {
  padding: 0;
}

.clai-body-content .columns {
  padding: 0;
}

.clai-body-content ul {
  margin-bottom: 1em;
}

.clai-sidebar {
    margin-top: 3em;
    position: sticky;
    height: fit-content;
    top: 50px;
}

.clai-sidebar-card {
  background-color: white;
  border: 2px solid rgb(216,3,28);
  border-radius: 20px;
  width: 90%;
  margin: auto auto 1em auto;
}

.area-list-ul {
  margin: 1em 0;
  padding-left: 1.5em;
  display: grid;
  column-gap: 1em;
  grid-template-columns: auto auto auto;
}

.area-list-point a {
  font-weight: bold;
}

.sidebar-area-list {
  max-height: 300px;
  overflow-y: scroll;
  background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(245, 245, 245) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
  padding: 1em;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: grid;
  grid-template-columns: auto;
  row-gap: 0.5em;
  margin: 0;
}

.active {
  text-decoration: underline !important;
}


.sidebar-area-list a {
  text-decoration: none;
}

.sidebar-area-list li::marker {
  list-style: none !important;
  content: none !important;
}

.clai-sidebar-card-title {
  background-color: rgb(216,3,28);
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.clai-sidebar-card-title h3 {
  color: white;
  margin: 0;
  font-size: 1.5rem;
}

.get-a-quote {
  background-color: rgb(216,3,28);
  color: white;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 24px;
  display: block;
  margin: 1em 0;
  width: fit-content;
  transition: 0.15s ease-out;
}

.get-a-quote:hover {
  color: white;
  transform: scale(0.98);
  transition: 0.15 ease-out;
}

.areas-sidebar {
    text-align: center;
}


@media only screen and (max-width: 767px) {
  .clai-area-main-container {
    margin-top: 2em;
  }

  .clai-body-container {
    padding: 0;
    display: grid;
    grid-template-columns: auto;
    column-gap: 2em;
    width: 90%;
  }

  ul.area-list-ul {
    grid-template-columns: auto;
    max-height: 300px;
    overflow-y: scroll;
    background: linear-gradient(rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), rgb(245, 245, 245) 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(133, 133, 133, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
    row-gap: 0.5rem;
  }

  .get-a-quote {
    margin: 1em auto;
  }
}

/************************* CLAI FOR SEO CSS ENDS HERE *****************************/