.proj-headline {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.7em;
}

.proj_relatedposts {
    overflow: hidden;
    margin-bottom: 30px;
}
.proj_items .proj-headline {
    padding-right: 20px;
    border-right: 5px solid #0866ff;
}
/* proj header */


.proj_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.proj_header h1 {
    font-size: 26px;
    line-height: 2.4rem;
    color: #1C1F26;
    font-weight: bold;
}
.postmeta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    color: #1C1F26;
    font-size: 15px;
}
.postmeta span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.postmeta span svg {
    fill: #1C1F26;
    width: 15px;
    height: 15px;
}


.proj_header .proj_title {
    flex-grow: 1;
    padding: 0 0 0 30px;
}

.proj_price {
    width: 350px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #F0F4FF;
    background: #fff;
}

.projpricemob, .paypalnmob {
    display: none;
}

.proj_price .pricetitle {
    font-size: 15px;
    color: #8f959b;
    margin-bottom: 5px;
}

.proj_price .price b {
    font-size: 32px;
    line-height: 2.6rem;
    font-weight: 700;
    color: #044BB3;
    margin-left: 7px;
}

.proj_price .price {
    font-size: 16px;
    color: #233f5a;
}



.proj_price  .calltoaction {
    margin-top: 15px;
}



/* proj_lightbox */
.proj_lightbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.proj_lightbox:empty {
    display: none;
}

.proj_lightbox img {
    width: 100%;
    height: 210px;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    object-fit: cover;
	cursor:pointer;
}
.proj_lightbox img:first-of-type {
    grid-column: span 2;
    grid-row: span 2;
    height: 430px;
}
/* box-table-data */
/* 
.box-table-data {
    display: flex;
    gap: 25px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    border-radius: 8px;
}
.projcta {
    margin-top: 10px;
}
.left-items {
    flex-grow: 1;
}
.box-table-data .right-items {
    flex: 0 0 200px;
}

.box-table-data .right-items img {
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 6px 14px 0 rgb(68 68 68 / 5%);
}

.left-items table tr td.title-row {
    font-size: 24px !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
    color: #000 !important;
    line-height: 1.7em;
}
td.typeslinks a {
    color: #666;
}
td.typeslinks a:hover {
    color: #0866ff;
}
.left-items table {
    width: 100%;
}
.left-items table tr th {
    font-size: 16px;
    text-align: right;
    color: #000;
    font-weight: bold;
}

.left-items table tr td {
    font-size: 15px;
    color: #666;
    text-align: right;
    padding-top: 15px;
}
tr.header-row th {
    padding-top: 15px;
}

td.title-row {
    font-size: 24px !important;
} */


/* project_infos */
.project_infos {
	border: 1px solid #F0F4FF;
    padding: 0;
    border-radius: 12px;
    background: #fff;
}
.project_tapel {
    overflow: hidden;
}
td.typeslinks a {
    color: #333;
    font-weight: bold;
}
td.typeslinks a:hover {
    color: #0866ff;
}

.project_tapel table {
    border-collapse: collapse;
    width: 100%;
    color: #333;
}
.project_tapel table tr:nth-child(2n) th {
    background-color: #005bef;
}
.project_tapel table tr:nth-child(2n) td {
    background-color: #f8faff;
}

.project_tapel table th {
    font-size: .9rem;
    padding-left: 0;
    background-color: #0866ff;
    color: #fff;
}

.project_tapel table td {
    margin: 0;
    padding: 10px;
    text-align: right;
    font-size: 1rem;
}

/* post items */
.proj-wraap {
    margin-bottom: 30px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: none !important;
    gap: 30px;
}

.proj-wraap aside {
    width: 350px;
    display: block;
    position: sticky;
    top: 0;
}

.proj_items {
    position: relative;
    width: calc(100% - 350px - 30px);
}


/* post tapel */


/* facility */
.porj_facility .facilitys {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 12px;
    background: #fff;
}


.porj_facility .facilitys .facility_item {
    flex: 1 1 30%;
}

/* payplan */

.payment_plan {
    border: 2px solid #0866ff;
    border-radius: 5px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}
.pay_title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #0866ff;
    background-color: #f7f7f7;
    display: inline-block;
    margin-top: -20px;
    align-self: center;
    padding: 0 20px;
    line-height: 40px;
}

.price_last_update {
    background-color: #0866ff;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 0;
}

.pay_details {
    display: flex;
    margin: 10px 10px 15px;
}

.side-details-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #333;
    justify-content: center;
    padding: 10px;
    text-align: center;
    margin: 5px;
    width: 100%;
    border: 1px solid #F0F4FF;
}

.big-detail {
    font-size: 23px;
    color: #233f5a;
    margin-top: 10px;
    font-weight: bold;
}

/* contact_us */
.contact_us input, .contact_us textarea {
    width: 100%;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    color: #233f5a;
    display: block;
    margin-top: 15px;
    border: 1px solid #e1e6f5;
    background-color: #fff;
    border-radius: 6px;
    font-family: Somar, sans-serif;
}
.cusinpput {
    margin-bottom: 15px;
}

.cusinpput label {
    font-size: 14px;
    color: #1C1F26;
}

.form-title {
    font-size: 22px;
    color: #1C1F26;
    margin-bottom: 20px;
}
.contact_us {
    padding: 20px;
    background: #fff;
    border: 1px solid #F0F4FF;
    border-radius: 12px;
}
.contact_us textarea {
    height: 100px;
    resize: vertical;
}

.contact_us button.submit-form {
    margin: 15px 0;
    background-color: #0866ff;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border: 0;
    transition: .5s;
    border-radius: 30px;
    width: auto;
    cursor: pointer;
    font-family: Somar, sans-serif;
    font-weight: normal;
}

/* author-data */
.porj_auhterbox {
    padding: 20px;
    background: #fff;
    border: 1px solid #F0F4FF;
    border-radius: 12px;
}
.author-data {
    width: 100%;
    display: flex;
    gap: 25px;
    line-height: 1.7em;
}

a.author-name {
    color: #1C1F26;
    font-size: 22px;
    font-weight: bold;
    display: block;
}
.author-name h1{
	display:inline-block;
}
a.author-name svg {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin: 0 5px;
    fill: #0866ff;
}
.auname_ausoc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.audesc {
    color: #666;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}
.audesc strong {
    font-weight: bold;
}
.author-data .author-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    width: 96px;
    height: 96px;
}

.author-data  .au-items {
    flex-grow: 1;
    flex-shrink: 0;
}

.auphone_aumail {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
}

.auphone_aumail .auphone ,.auphone_aumail  .aumail {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
}

.auphone_aumail svg {
    width: 25px;
    height: 25px;
    fill: #0866ff;
}


.audata span {
    display: block;
}
.audata span.datatitle {
    color: #1C1F26;
    font-size: 14px;
}
.audata span.dataitem {
    font-size: 16px;
}
.ausoc span {
    width: 32px;
    height: 32px;
    display: block;
    background: #0866ff;
    padding: 7px;
    border-radius: 50%;
}

.ausoc {
    display: flex;
    gap: 10px;
}

.ausoc span svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
/* */
.asidecallaction {
    padding: 20px;
    background: #fff;
    border: 1px solid #F0F4FF;
    border-radius: 12px;
}

/* porj_zoommeet */
.porj_zoommeet {
    display: block;
    background: #fff;
    border: 1px solid #F0F4FF;
    padding: 20px;
    border-radius: 12px;
}
.name_phone {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.inputitem label {
    display: block;
    margin-bottom: 10px;
}

.inputitem input {
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 1px solid #e1e6f5;
    border-radius: 30px;
}

ul.pictimeholder {
    display: flex;
    overflow-x: auto;
    list-style: none;
    width: 100%;
    gap: 10px;
}


ul.pictimeholder label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #e1e6f5;
    transition: .2s;
}
ul.pictimeholder .active label {
    background-color: #0866ff;
    color: #fff;
}
ul.pictimeholder input.hidden {
    display: none;
}

.pictimeheadline {
    margin-bottom: 10px;
}

.picktime {
    margin-bottom: 20px;
}

.time_submet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time_submet button.submit-booking {
    min-width: 130px;
    padding: 8px;
    background: #0866ff;
    color: #fff;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}


select#selc-time {
    padding: 10px;
    border: 1px solid #e1e6f5;
    border-radius: 8px;
    width: 210px;
}

/* map boxes */

.proj-crds {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    display: flex;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.proj-crds img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.proj-crds .map-crd, .proj-crds .adi-crd a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 17px;
    color: #000;
    line-height: 1.7em;
}
.adi-crd,.map-crd {
    max-width: 150px;
    text-align: center;
    cursor: pointer;
}

/* main-cta */
.main-cta {
    grid-template-columns: repeat(3,1fr);
    display: grid;
    gap: 15px;
    margin: 20px 0;
}
.main-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    border-radius: 3px;
    padding: 1px 10px;
    background: #000;
    font-size: 15px;
    text-decoration: none !important;
}

.main-cta a svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}
a.cta-wts {
    background: #008e35;
}
a.cta-phone {
    background: #0866ff;
}
a.cta-mail.meeting-cta {
    background: #498b93;
}