.logo01 img{
    height: 100px;
}
.logo01{
    padding: 0;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .mainMenu ul li {
        margin-right: 36px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .tj-stretch-element-inside-column .straceThumb img {
        object-fit: contain;
    }
}

.serviceItem02{
    height: 380px;
}

.aboutContent01 .ibImageBox img {
    top: 25px;
}
.ctaWrapper p {
    margin: 0 0 0px;
}



.processSection .processItem {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    height: 100%;
    transition: all 0.3s ease;
}

.processSection .processItem:hover {
    transform: translateY(-6px);
}

.processIcon {
    position: relative;
    width: 85px;
    height: 85px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #404A6D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.processIcon i {
    font-size: 32px;
    color: #ffffff;
}

.processIcon .stepNo {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 30px;
    height: 30px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.processItem h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.processItem p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}


.contentText p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.valuesList {
    list-style: none;
    padding: 0;
}

.valuesList li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 12px;
    color: #333;
}

.valuesList li i {
    color: var(--theme-color, #d62828);
    font-size: 16px;
}





.servicesSection01 {
    padding: 90px 0;
    background: #f8f9fb;
}

.servicesSection01 .secDesc {
    max-width: 650px;
    margin: 15px auto 0;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.serviceBox01 {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.serviceBox01:hover {
    transform: translateY(-8px);
}

.serviceIcon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #414b6e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceIcon i {
    font-size: 28px;
    color: white;
}

.serviceBox01 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.serviceBox01 p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}



.serviceItem02.si04 {
    height: 100%;
}

.serviceWrapper {
    height: 100%;
    padding: 40px 25px;
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
}

.serviceWrapper p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

