.header-one .pb-column {
    display:flex;
    align-items: center;
}
.working-process-three-main .working-process-wrapper-three {
    position: relative;
    text-align: left;
}

.working-process-three-main .working-process-wrapper-three::before {
    background-image: var(--process-icon, url('../images/icons/01.svg'));
}
ul.menu-layout-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu-layout-2 li {
    margin: 10px 0;
}
ul.menu-layout-2 a,
ul.menu-layout-3 a {
    color: #717383;
}
ul.menu-layout-3 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 0;
    margin: 0;
}
ul.menu-layout-3 li {
    margin: 0;
    padding: 0;
}
.newsletter-form-layout-1 input {
    height: 50px;
    border-radius: 0;
    margin-bottom: 10px;
}
.contact-form-layout-1 .single-input {
    margin-bottom: 20px;
}
.contact-form-layout-1 .single-input-wrapper .single-input {
    margin-bottom: 0;
}
.rts-single-wized .recent-post-single .thumbnail img {
    width: 100px;
}
.rts-blog-detials-area-start .inner-content-blog-details blockquote {
    text-align: center;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 75px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 219, 249);
    border-image: initial;
    border-radius: 10px;
}
.rts-blog-detials-area-start .inner-content-blog-details blockquote p {
    color: rgb(5, 13, 32);
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.3;
}

/* Position helpers */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-10 {
    z-index: 10;
}

/* Flexbox helpers */
.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

/* Spacing helpers */
.mt-12 {
    margin-top: 3rem;
}
.mb-4 {
    margin-bottom: 1rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Width */
.w-full {
    width: 100%;
}

/* Border + radius */
.border {
    border: 1px solid #ccc;
}

.rounded {
    border-radius: 4px;
}

/* Colors */
.text-red-600 {
    color: #dc2626;
}

.text-green-600 {
    color: #16a34a;
}

/* Opacity helper */
.opacity-60 {
    opacity: 0.6;
}

/* Overlay background + blur */
.form-overlay {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Simple loader animation */
.loader {
    width: 32px;
    height: 32px;
    border: 4px solid #ccc;
    border-top-color: #444;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}
.text-center {
    text-align: center;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
