/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-content-layout {
    padding-bottom: 0px;
/*     padding-block: 0px; */
}


.title-subtitle {
    position: relative;
    color: #d7aa2b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-left: 70px;
    margin-bottom: 20px;
	color:#d7aa2b;
}

/* linia din stânga */
.title-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #d7aa2b;
    transform: translateY(-50%);
}
.subtitle-gold .woodmart-title-container u{
	color: #d7aa2b;
}
/* GREEN SUBTITLE */
.subtitle-green .title-subtitle,
.subtitle-green .woodmart-title-container u{
	color:#7ab648;
}
.subtitle-green .title-subtitle::before {
	background: #7ab648!important;
}

/* RED SUBTITLE */
.subtitle-red .title-subtitle,
.subtitle-red .woodmart-title-container u{
	color:#c0392b;
}
.subtitle-red .title-subtitle::before {
	background: #c0392b!important;
}

/* CONTACT FORM */
.cd-contact-form {
    background: #0b234b;
    padding: 40px;
    max-width: 760px;
    margin: 0 auto;
    border-top: 4px solid #2f5fae;
}

.cd-contact-form h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cd-contact-form .cf7-row {
    margin-bottom: 18px;
}

.cd-contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #7f93b3;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cd-contact-form .wpcf7-form-control-wrap {
    display: block;
}

.cd-contact-form input[type="text"],
.cd-contact-form input[type="email"],
.cd-contact-form input[type="tel"],
.cd-contact-form select,
.cd-contact-form textarea {
    width: 100%;
    background: #263a5c;
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 18px;
    padding: 16px 18px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transition: all 0.2s ease;
}

.cd-contact-form input::placeholder,
.cd-contact-form textarea::placeholder {
    color: rgba(255,255,255,0.45);
}

.cd-contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7.5l4.5 4.5 4.5-4.5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 45px;
}

.cd-contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.cd-contact-form input:focus,
.cd-contact-form select:focus,
.cd-contact-form textarea:focus {
    border-color: #4b76b8;
    background: #2b4166;
}

.cd-contact-form .cf7-submit-wrap {
    margin-top: 22px;
}

.cd-contact-form input[type="submit"] {
    width: 100%;
    background: #c73a2b;
    color: #fff;
    border: none;
    padding: 18px 24px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.cd-contact-form input[type="submit"]:hover {
    background: #b03225;
}

.cd-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
    color: #ffb3b3;
}

.cd-contact-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
}
/* AWARDS  */
.awards-box {
    background: #08224a;
    padding: 36px 40px 26px;
    color: #cfd7e6;
    max-width: 100%;
}

.awards-line {
    height: 4px;
    width: 100%;
    margin-bottom: 26px;
    background: linear-gradient(90deg, #e33b2f 0%, #f2c230 100%);
}

.award-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.award-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.award-dot {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background: #d4aa2a;
    margin-top: 8px;
}

.award-text {
    font-size: 14px;
    line-height: 1.45;
    color: #b9c4d8;
}

.award-text strong,
.award-highlight {
    color: #ffffff;
    font-weight: 700;
}

.award-normal {
    color: #b9c4d8;
}

@media (max-width: 1024px) {
    .award-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .awards-box {
        padding: 24px 20px 18px;
    }

    .award-item {
        gap: 10px;
        padding: 14px 0;
    }

    .award-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .award-dot {
        margin-top: 7px;
    }
}



/* POTRFOLIO SECTION  */
.project-card {
    position: relative;
    background: #112240;
    padding: 42px 32px;
    min-height: 260px;
    border-right: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* gradient borders (hidden by default) */
.project-card::before,
.project-card::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #e33b2f, #f2c230);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card::before {
    top: 0;
}

.project-card::after {
    bottom: 0;
}

/* hover state */
.project-card:hover::before,
.project-card:hover::after {
    opacity: 1;
}

/* optional: slight lift effect */
.project-card:hover {
    background: #122d5c;
}

.project-number {
    font-size: 54px;
    font-weight: 800;
    color: rgba(46, 73, 120, 0.4);
    margin-bottom: 18px;
}

.project-title {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.project-desc {
    color: #8fa0bf;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.project-meta {
    color: #d7aa2b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hp-fin-badge{
  background:var(--navy);padding:28px 24px;
  border:1px solid rgba(255,255,255,.05);
  display:flex;flex-direction:column;gap:8px;
  transition:border-color .2s;
}
.hp-fin-badge:hover{border-color:rgba(184,150,46,.3)}
.hp-fin-name{font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:white}
.hp-fin-desc{font-size:.78rem;color:#8892a4}



.iso-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    max-width: 1540px;
    margin: 0 auto;
}

.iso-card {
    background: #1e3558;
    text-align: center;
    padding: 28px 22px 26px;
    position: relative;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iso-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
}

.iso-card-yellow::before {
    background: #d7aa2b;
}

.iso-card-red::before {
    background: #d6452f;
}

.iso-code {
    font-size: .7rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.iso-card-yellow .iso-code {
    color: #d7aa2b;
}

.iso-card-red .iso-code {
    color: #d6452f;
}

.iso-title {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.iso-meta {
    color: #8ea0be;
    font-size: .75rem;
    line-height: 1.5;
}

.footer-block{
	border-top: 2px solid #c0392b;
	
}


