/* Custom IP inner */
#inner-page-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

.ip-global-container {
    max-width: 1310px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

#inner-page-wrapper {
    padding-bottom: 0;
}

/* Section 1 */
#ip-ss-sec1 {
    min-height: clamp(400px,31.25vw,600px);
    background: var(--secondary);
    display: flex;
    align-items: flex-end;
    padding: 15px 0 30px;
}

#ip-ss-sec1 .bg-c {
    opacity: 0.2;
}

#ip-ss-sec1 .global-title-lg {
    color: #fff;
}

#ip-ss-sec1 .ip-ss-txt {
    color: #fff;
    max-width: 491px;
    width: 100%;
}

.ip-ss-subtxt {
    border-top: 1px solid rgba(30, 30, 30, 0.2);
    border-bottom: 1px solid rgba(30, 30, 30, 0.2);
    padding: 29px 0;
    margin: 0 0 0;
}

.ip-ss-subtxt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 1310px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    font-size: clamp(14px,0.83vw,16px);
    font-weight: 300;
    color: var(--accent);
    text-transform: uppercase;
}

/* Section 2 */
#ip-ss-sec2 {
    padding: 100px 0 0;
}

#ip-ss-sec2 .ip-ss-col.content {
    width: 42.1875%;
    padding: 0 15px 0 0;
}

#ip-ss-sec2 .ip-ss-col.list {
    width: 57.8125%;
    padding: 0 0 0 15px;
}

#ip-ss-sec2 .content .ip-ss-col-inner {
    max-width: 475px;
    width: 100%;
}

#ip-ss-sec2 .content .ip-ss-txt p:last-of-type {
    margin-bottom: 0;
}

#ip-ss-sec2 .list .ip-ss-col-inner {
    max-width: 641px;
    width: 100%;
    margin: 0 0 0 auto;
}

#ip-ss-sec2 .ip-ss-row-value p {
    max-width: 310px;
    width: 100%;
    text-align: right;
    margin: 0 0 0 auto;
    opacity: 0.5;
}

.ip-ss-row-label {
    width: 40%;
}

.ip-ss-row-value {
    width: 60%;
}

.ip-ss-row {
    border-bottom: 1px solid rgba(30, 30, 30, 0.2);
    padding: 21px 0;
}

.ip-ss-row:first-of-type {
    border-top: 1px solid rgba(30, 30, 30, 0.2);
}

/* .ip-ss-img-lg {
    margin: 100px 0 0;
} */

#ip-ss-sec2 > .ip-ss-container {
    margin-bottom: 100px;
}

/* Section 3 */
#ip-ss-sec3 {
    background: #F4F2EE;
    padding: 100px 0;
}

#ip-ss-sec3 .global-title-lg {
    max-width: 600px;
}

.ip-ss-gal-holder {
    margin: 70px 0 0;
}

.ip-ss-gal-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: var(--default-transition);
}

.ip-ss-gal-holder img:hover {
    transform: scale(1.1);
}

.ip-ss-gal-holder div {
    overflow: hidden;
}

.ip-ss-gal-row {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
}

.ip-ss-gal-row.row1 .left {
    width: 62.5%;
}

.ip-ss-gal-row.row1 .right {
    width: 37.5%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.ip-ss-gal-row.row2 .left,
.ip-ss-gal-row.row2 .right {
    width: 49.6093;
}



/* Section 4 */
#ip-ss-sec4 {
    padding: 100px 0;
}

#ip-ss-sec4 .ip-ss-top-btn {
    margin: 0 0 12px;
}

#ip-ss-sec4 .global-title-lg {
    margin-bottom: 0;
    max-width: 550px;
}

.ip-ss-proj-holder {
    margin: 60px -12px 0;
}

.ip-ss-proj-item {
    width: calc(100% / 3);
    padding: 12px;
}

.ip-ss-proj-item .img-wrapper {
    overflow: hidden;
}

.ip-ss-proj-item img {
    transition: var(--default-transition);
}

.ip-ss-proj-item:hover .img-wrapper img {
    transform: scale(1.1);
}

.ip-ss-proj-cat {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.ip-ss-proj-cat i {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--primary);
    margin: 0 20px;
}

.ip-ss-proj-item h3 {
    margin: 12px 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--secondary);
}

.ip-ss-proj-item span {
    display: block;
    font-size: 9px;
    font-weight: 300;
    color: var(--secondary);
}

/* Section 5 */
#ip-ss-sec5 {
    background: var(--secondary);
    padding: 73px 0;
}

#ip-ss-sec5 .right .ip-ss-col-inner {
    max-width: 641px;
    width: 100%;
    margin: 0 0 0 auto;
}

#ip-ss-sec5 .ip-ss-col {
    width: 50%;
}

#ip-ss-sec5 .global-title-mid {
    color: #fff;
    margin-bottom: 0;
}

#ip-ss-sec5 .who-cards-item-inner {
    border-color: var(--primary);
    height: auto;
}

#ip-ss-sec5 .who-cards-item h3 {
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
}

#ip-ss-sec5 .who-cards-item-inner:hover {
    background: var(--primary);
}

#ip-ss-sec5 .who-cards-item-inner:hover span {
    color: #fff;
}

#ip-ss-sec5 .who-cards-item-inner:hover p {
    color: #fff;
}

/* Section 6 */
.ip-ss-how {
    padding: 100px 0;
}

/* Section 4 - services */
#ip-services-sec4 {
    background: #F4F2EE;
    padding: 55px 0;
}


#ip-services-sec4 .ip-services-btn {
    max-width: 268px;
    width: 100%;
}

#ip-services-sec4 .ip-services-btn a {
    max-width: 100%;
    background: var(--secondary);
    color: #fff;
}

#ip-services-sec4 .ip-services-btn a:hover {
    background: var(--primary);
}

@media only screen and (max-width: 1024px) { 
    #inner-page-wrapper {
        padding-top: 80px;
    }

    #ip-ss-sec1 {
        padding: 30px 0;
    }

    .ip-ss-subtxt ul {
        flex-direction: column;
    }

    .ip-ss-subtxt ul li {
        padding: 4px 0;
    }

    #ip-services-sec4 .ip-services-main {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    #ip-ss-sec2 .ip-ss-col.content {
        width: 100%;
        padding: 0 0 50px;
    }

    #ip-ss-sec2 .ip-ss-col.list {
        width: 100%;
        padding: 0;
    }

    #ip-ss-sec2 .content .ip-ss-col-inner,
    #ip-ss-sec2 .list .ip-ss-col-inner {
        max-width: 100%;
    }

    .ip-ss-row-label,
    .ip-ss-row-value {
        width: 100%;
    }

    #ip-ss-sec2 .ip-ss-row-value p {
        max-width: 100%;
        text-align: left;
    }

    #ip-ss-sec4 .ip-ss-top {
        flex-direction: column;
        align-items: flex-start;
    }

    #ip-ss-sec4 .ip-ss-top-btn {
        margin: 50px 0 0;
    }

    .ip-ss-proj-item {
        width: auto;
    }

    #ip-ss-sec5 .ip-ss-col {
        width: 100%;
    }

    #ip-ss-sec5 .right .ip-ss-col-inner {
        max-width: 100%;
        margin: 50px 0 0;
    }

    .ip-ss-os-item {
        width: 100%;
    }

    .ip-ss-gal-col {
        width: 100% !important;
    }

}
