.hpill {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, .95);
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 13px;
    color: #111111;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .07);
    line-height: 1.3;
}
.contact-main {
    padding: 72px 0 80px;
}
.contact-main .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 28px;
}
.contact-layout {
    grid-template-columns: 400px 1fr;
    gap: 28px;
}
.info-card {
    background: #111111;
    border-radius: 22px;
    padding: 30px 30px;
}
.info-card::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 224, 39, .22), transparent 70%);
    pointer-events: none;
}
.card-tag {
    border: 1px solid rgba(255, 255, 255, .13);
    padding: 4px 13px;
    font-size: 11px;
    color: rgba(255, 255, 255, .4);
    letter-spacing: .08em;
    margin-bottom: 18px;
    line-height: 1.4;
}
.card-tag::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #f5e027;
    border-radius: 50%;
    margin-top: 4px;
}
.info-card h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
    font-family: "Instrument Serif", serif;    
}
.info-card h3 em {
    color: #f5e027;
}
.info-card > p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, .38);
    line-height: 1.72;
    margin-bottom: 26px;
}
.cd {
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 13px;
    padding: 13px 15px;
    text-decoration: none;
    transition: all .22s;
}
.cd-ic {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, .08);
    border-radius: 10px;
    font-size: 16px;
    flex-shrink: 0;
    color: #fff;
}
.cd:hover {
    background: rgba(245, 224, 39, .1);
    border-color: rgba(245, 224, 39, .3);
}
.cd-lb {
    font-size: 10.5px;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 2px;
    line-height: 1.4;
}
.cd-vl {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}
.contact-page-from .bg-wrap::after {
    display: none;
}
.contact-page-from .form-card  {
    background: #f5f5ec;
    border: 1.5px solid #e2e2da;
    border-radius: 22px;
    padding: 44px 42px;
    box-shadow: none;
}
.contact-page-from  .common-title h2 {
    color: #111;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -1.48px;
    font-weight: 500;
}
.contact-page-from .subtitle {
    color: #6a6a6a;
    font-weight: 300;
}
.contact-page-from .form-card input, .contact-page-from .form-card textarea, .contact-page-from  .form-card select {
    background: #ffffff;
    border: 1.5px solid #e2e2da;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 14px;
    color: #111111;
}
.contact-page-from .form-card label {
    color: rgba(17, 17, 17, .38);
    font-size: 11px;
    margin-bottom: 5px;

}
.contact-page-from .subtitle {
    margin-bottom: 24px
}
.contact-page-from .common-btn {
    background: #000;
}
.social-card {
    background: #f5f5ec;
    border-radius: 22px;
    padding: 26px 28px;
}
.social-card h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6a6a6a;
    line-height: 1.3;
    margin-bottom: 8px;
}
.soc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.soc-btn {
    background: #ffffff;
    border: 1.5px solid #e2e2da;
    border-radius: 11px;
    padding: 10px 12px;
    line-height: 1.4;
    font-size: 13px;
    color: #111111;
}
.soc-btn:hover {
    background: #111111;
    color: #fff;
}
.process-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5ec;
}
.sec-label {
    letter-spacing: .1em;
    font-size: 11px;
    color: #6a6a6a;
    margin-bottom: 12px;
}
.sec-label::before {
    content: '●';
    color: #f5e027;
    font-size: 8px;
}
.sec-title h2 { font-family: "Instrument Serif", serif; font-size:46px; line-height: 1.4; color:#111; }
.sec-title h2 em { 
   font-style: italic;
   color: rgba(17, 17, 17, .28);
}
.proc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.proc-card {
    background: #ffffff;
    border: 1.5px solid #e2e2da;
    border-radius: 20px;
    padding: 32px 26px;
    position: relative;
    overflow: hidden;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}
.proc-step-num {
    font-family: "Instrument Serif", serif;
    font-size: 88px;
    color: rgba(17, 17, 17, .04);
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 1;
    pointer-events: none;
}
.proc-tag {
    background: #f5e027;
    color: #111111;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 10.5px;
    letter-spacing: .06em;
    margin-bottom: 16px;
    line-height: 1.4;
}
.proc-icon {
    font-size: 24px;
    margin-bottom: 14px;
}
.proc-card h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 10px;
}
.proc-card p {
    font-size: 13px;
    color: #6a6a6a;
    line-height: 1.7;
}
.sec-title {
    padding-bottom: 30px;
}
.map-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.map-wrap {
    grid-template-columns: 1fr 1.7fr;
    border-radius: 24px;
    border: 1.5px solid #e2e2da;
    box-shadow: 0 8px 48px rgba(0, 0, 0, .07);
}
.map-info {
    background: #f5f5ec;
    padding: 48px 40px;
}
.map-info h2 {
    font-size: 28px;
    line-height: 1.3;
}
.map-info .sec-title {
    padding-bottom: 10px
}
.map-info p {
    font-size: 13.5px;
    color: #6a6a6a;
    line-height: 1.75;
    margin-bottom: 24px;
}
.map-addr {
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 22px;
    border: 1.5px solid #e2e2da;
    line-height: 1.3;
}
.map-addr-txt {
    font-size: 13.5px;
    line-height: 1.4;
}

.map-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: none;
    display: block;
}
.map-embed {
    min-height: 400px;
    position: relative;
}
.proc-card:hover {
    border-color: #111111;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}


/*career page css */
.count-postion {
    background: #f5e027;
    color: #111111;
    border-radius: 50px;
    padding: 1px 12px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
}
.why-sec-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: end;
}
.why-sec-area .sec-title h2 {
    padding-bottom: 10px;
}
.why-sec-area .sec-title p {
    font-size: 15px;
    color: #6a6a6a;
    line-height: 1.78;
}
.why-stats {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.wstat {
    background: #f5f5ec;
    border-radius: 16px;
    padding: 22px 20px;
    border: 1.5px solid #e2e2da;
    transition: border-color .2s;
}
.wstat:hover {
    border-color: #f5e027;
}
.wstat-num {
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Instrument Serif", serif;
}
.wstat-label {
    font-size: 12.5px;
    color: #6a6a6a;
    line-height: 1.3;
}
.why-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.perk-card {
    background: #f5f5ec;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1.5px solid #e2e2da;
    transition: all .25s;
}
.perk-icon {
    font-size: 28px;
    margin-bottom: 14px;
}
.perk-card h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 8px;
}
.perk-card p {
    font-size: 13px;
    color: #6a6a6a;
    line-height: 1.4;
}
.we-work-area {
    background: #f5f5ec;
}

.we-work-area .common-title {
    padding-bottom: 40px;
    max-width: 700px;
}
.we-work-area .p-link {
    padding: 4px 18px;
    margin-bottom: 10px;
}
.we-work-area .p-visual {
    min-height: 240px;
}
.we-work-area .p-card.tall .p-visual {
    min-height: 500px;
} 
.jobs-sec-area {
    padding-top: 80px;
}

.job-card {
    background: #f5f5ec;
    border: 1.5px solid #e2e2da;
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 12px
}
.job-card:last-child {
    margin-bottom: 0px;
}
.job-card:hover {
    border-color: #111111;
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .07);
}
.job-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 22px;
    flex-shrink: 0;
    background: #fff;
    border: 1.5px solid #e2e2da;

}
.job-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.3;
}
.job-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    color: #6a6a6a;
    line-height: 1.3
}
.job-tag::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e2e2da;
}
.job-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.job-info {
    flex: 1;
}
.job-apply {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #111111;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.job-type {
    background: #f5e027;
    color: #111111;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}
.social-card ul li {
    font-size: 14px;
    color: #6a6a6a
}
.file-upload {
    border: 2px dashed #e2e2da;
    border-radius: 12px;
    padding: 24px;
    cursor: pointer;
    background: #fff;
}
.file-upload input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.file-upload-icon {
    font-size: 24px;
    margin-bottom: 8px;
}
.file-upload-text {
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
}
.file-upload-sub {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 1;
}
.file-upload:hover {
    border-color: #111111;
    background: #ddd;
}
.job-appliciton-form .form-card .common-btn {
    width: 208px;
}
.apply-privacy {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    color: #9a9a9a;
    margin-top: 12px;
}
.job-appliciton-form .sidebar  {
    position: sticky;
    top: 100px;
}
.service-section-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.service-box {
    background: #f5f5ec;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1.5px solid #e2e2da;
    transition: all .25s;
    height: 100%;
}
.service-icon {
    font-size: 28px;
    margin-bottom: 14px;
}
.service-box h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111111;
}
.service-box h3 a {
    color: #111111;
}
.box-content {
    font-size: 13px;
    color: #6a6a6a;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .map-wrap,
    .proc-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }
    .hpill {
        font-size: 11px;
        padding: 6px 12px;
    }
    .info-card {
        padding: 24px;
    }
    .info-card > p {
        margin-bottom: 20px
    }
    .card-tag {
        font-size: 10px;
    }
    .contact-main {
        padding: 40px 0 40px;
    } 
    .contact-main .container {
        padding: 0px 20px;
    }
    .map-info,
    .proc-card,
    .contact-page-from .form-card,
    .social-card {
        padding: 20px;
    }
    .soc-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    .contact-page-from .common-title h2 {
        font-size: 24px;
    }
    .contact-page-from .subtitle {
        margin-bottom: 0px;
    }
    .subtitle {
        font-size: 12px;
        line-height: 1.4;
    }
    .form-card .form-group {
        margin-bottom: 15px;
    }
    .why-sec-area,
    .map-sec,
    .process-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    } 
    .sec-title h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .sec-label {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .proc-tag {
        font-size: 8px;
        padding: 3px 8px;
    }
    .proc-card p {
        line-height: 1.3;
    }
    .map-info h2 {
        font-size: 24px;
    }
    .map-info p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .map-addr-txt {
        font-size: 12.5px;
    }
    .map-addr {
        margin-bottom: 10px
    }
    .map-embed iframe,
    .map-embed {
        min-height: 320px;
    }
    .why-layout {
        grid-template-columns: 1fr;
    }
    .job-appliciton-form .sidebar {
        position: initial;
    }
    .jobs-sec-area {
        padding-top: 40px;
    }
    .service-section-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
@media (max-width: 768px) {

    .why-sec-area .sec-title p {
        font-size: 14px;
        line-height: 1.3;
    }
    .why-right,
    .why-stats {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .wstat-num {
        font-size: 26px;
    }
    .sec-title {
        padding-bottom: 20px;
    }
    .why-layout {
        gap: 40px;
    }
    .perk-card {
        padding: 20px;
    }
    .perk-icon {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .perk-card h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .we-work-area .common-title {
        padding-bottom: 0px;
    }
    .we-work-area .p-card.tall .p-visual {
        min-height: 340px;
    }
    .job-card {
        padding: 20px;
        gap: 15px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .job-title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .job-tag {
        font-size: 11px;
    }
    .job-meta  {
        justify-content: center;
    }
    .job-icon {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        font-size: 16px;
    }
    .job-type {
        font-size: 10px;
    }
    .job-apply {
        padding: 10px 16px;
        font-size: 10px;
    }
    .job-right {
        gap: 10px;
        flex-direction: column;
    }
    .social-card ul li {
        font-size: 12px;
        line-height: 22px;
    }
    .service-box {
        padding: 20px;
    }
    .service-icon {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .service-box h3{
        font-size: 16px;
        margin-bottom: 4px
    }
}









