:root{
    --light-color: rgb(241, 241, 241);
}

.custom-content-header .category{
    color: rgb(7, 37, 88) !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    margin-top: 3rem;
}

#post {
    width: 100% !important;
    max-width: none !important;
    padding: 250px 0 0 0 !important;    
    margin: 0 !important;
}

#post header {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1500px;
    margin: 1rem auto !important;
    font-size: 0.9rem;
    text-align: left !important;
}

#post header a , #post header span {
    color: rgba(219,219,219,1);
}

#post header span  {
    display: inline-block;
    margin: 0px 5px;
}

#post > article > .entry-content {
    display: flex;
    justify-content: flex-start;
    gap: 3rem;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1500px;
    margin: 0px auto;
}

#post > article > .entry-content img {
    border-radius: 20px;
}

.custom-post-content {
    width: 70%;
}

.custom-post-content-sidebar {
    width: 30%;
}

.post-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid var(--light-color);
    padding: 2rem 0rem;
}

.post-card:first-of-type {
    padding: 1rem 0rem 2rem 0rem;
}

.post-card:last-of-type {
     border-bottom: none;
}

.post-card > .post-thumbnail {
    width: 72px;
    height: 63px;
    flex-shrink: 0;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
}

.post-card h3 {
    font-size: 1.2rem !important;
    margin: 0;
    line-height: 1.5rem !important;
}

.related-posts-wrapper, .form-wrapper {
    padding: 2rem;
    box-shadow: -1px 10px 13px 3px rgba(219,219,219,0.75);
    -webkit-box-shadow: -1px 10px 13px 3px rgba(219,219,219,0.75);
    -moz-box-shadow: -1px 10px 13px 3px rgba(219,219,219,0.75);
    border-radius: 20px;
}

.form-wrapper  {
    margin-bottom: 6rem;
}

#contact-form br {
    display: none;;
}

.form-wrapper label {
    color: #000; 
    font-size: 0.9rem;
    display: block;
}

.form-wrapper label:first-of-type {
    margin-top: 1rem;
}

.form-wrapper label span {
  margin: 0.6rem 0rem;
   display: block;
}

.form-wrapper form input, .form-wrapper form textarea {
    display: block;
    border-radius: 10px;
    border: 1px solid var(--light-color);
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

.form-wrapper form textarea {
    height: 80px;;
    margin-bottom: 2rem;
}

.form-wrapper > p {
    font-size: 0.8rem;
}

.custom-content-header > div {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.custom-faqs-wrapper {
   background: var(--light-color);
   padding: 120px 100px;
}

.custom-faqs-wrapper h3 {
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 2rem;
}

.custom-faqs-accordion-item {
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 850px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 2rem;
}

.custom-faqs-accordion-header, .custom-faqs-accordion-content {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--light-color);
    margin: 0;
    pointer-events: none;
}

.custom-faqs-accordion-header{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.custom-faqs-accordion-header h4 {
    margin: 0;
    font-weight: 600;
}

.arrow-indicator{
    display: flex;
    transform: rotate(-180deg);
    transition: all 300ms ease-in-out;
   flex-shrink: 0;
}

.arrow-indicator.active {
    transform: rotate(0deg);
}

.custom-faqs-accordion-content {
    border-bottom: none;
    font-size: 1rem;
    position: absolute;
    opacity: 0;
    top: -100%;
    animation: slideUp 400ms linear forwards;
}

.custom-faqs-accordion-item.open .custom-faqs-accordion-content {
    position: relative;
    opacity: 1;
    top: 0%;
    animation: slideDown 400ms linear forwards;
}

.footer-wrapper {
    max-width: 1200px;
    padding: 60px 100px 0px 100px;
    margin: 0 auto;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    padding-bottom: 3rem !important;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
}
    
.custom-post-content a {
	color: #007cba;
	text-decoration:underline;
}


table {
	table-layout: fixed;
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #999999;
  margin: 3rem;
}

table tr {
	text-align: left;
}

table th, table td {
	  border-collapse: collapse;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
	padding: 1rem;
}


.custom-post-content ol {
	list-style: auto !important; 
	padding: 0rem 1rem !important;
    margin: 1rem !important;
   
}

@keyframes slideDown {
   0% { top: -100%; opacity: 0;}
   75% { top: -50%; opacity: 0;}
   100% { top: 0%; opacity: 1;}
}


@media screen and (max-width: 1290px) {
    #post {
        padding-top: 150px !important;
    }

    #post > article > .entry-content {
        flex-direction: column;
    }

    .custom-post-content {
        width: 100%;
    }

    .custom-post-content-sidebar {
        width: 100%;
    }

}

@media screen and (max-width: 650px) {
    .custom-content-header > div {
        height: 300px;
    }

    #post {
        padding-top: 150px !important;
    }
    #post > article > .entry-content, .custom-faqs-wrapper, .footer-wrapper, #post header {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 480px){
    .custom-faqs-accordion-header h4 {
        font-size: 1rem;
    }
}