.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 !important;
}

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

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

/* 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;
}

.video-gallery .title {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
}
.video-gallery .title a:hover {
    text-decoration: underline;
}
.video-gallery .title a:active,
.video-gallery .title a:hover {
    color: #fff;
}
.video-gallery .image-wrapper {
    position: relative;
}
.video-gallery .image-wrapper .video-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    z-index: 100;
    transform: translate(-50%, -50%);
}
.video-gallery .image-wrapper .video-icon-wrapper img {
    width: 100%;
}
.service-layout-2 .service-wrapper {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
    background: rgb(255, 255, 255);
    padding: 15px 15px 0;
}
.service-layout-2 .image-wrapper {
    width: 100%;
    display: block;
}
.service-layout-2 .image-wrapper img {
    width: 100%;
}
.service-layout-2 .title {
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-heading-1);
    text-align: center;
    padding: 10px 0;
}
.contact-form-layout-3 input,
.contact-form-layout-3 textarea {
    background: #fff;
    color: var(--color-heading-1);
    margin-bottom: 15px;
    border: 1px solid #dee2e6 !important;
    padding: 10px 20px !important;
}
.contact-form-layout-3 input::placeholder,
.contact-form-layout-3 textarea::placeholder {
    color: var(--color-body);
}

/* Default: hidden */
.only-mobile,
.only-tablet,
.only-desktop { display: none !important; }

.toggle-button-wrapper {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-one {
    padding: 0 !important;
}

.fixed {
    position: fixed !important;
    z-index: 99999 !important;
}
.contact-buttons {
    width: 100%;
    bottom: 0;
    left: 0;
    background: #071431;
}
.contact-buttons .buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 50px;
    overflow: hidden;
}
.contact-buttons .buttons-wrapper .contact-button {
    justify-content: center;
    text-align: center;
    padding: 0;
}
.contact-buttons .buttons-wrapper .contact-button a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.contact-buttons .buttons-wrapper .contact-button span {
    display: inline-block !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.contact-buttons .buttons-wrapper .contact-icon i {
    color: #fff;
    font-size: 28px;
    margin-right: 5px;
}
.contact-buttons .buttons-wrapper .contact-button-whatsapp .contact-icon i {
    vertical-align: bottom;
}
.contact-buttons .buttons-wrapper .contact-button-whatsapp {
    background: #26b33c;
}
.contact-buttons .buttons-wrapper .contact-button-link .contact-icon i {
    font-size: 20px;
}
.progress-wrap {
    right: 10px;
}

/* Mobile: < 768px */
@media (max-width: 767.98px) {
    .only-mobile { display: block !important; }
}

/* Tablet: 768px – 1023.98px */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .only-tablet { display: block !important; }
}

/* Desktop: >= 1024px */
@media (min-width: 1024px) {
    .only-desktop { display: block !important; }
}

@media only screen and (min-width: 768px) {
    .video-gallery .image-wrapper,
    .service-layout-2 .image-wrapper {
        width: 100%;
        height: 180px;
        overflow: hidden;
        display: block;
    }
    .video-gallery .image-wrapper img,
    .service-layout-2 .image-wrapper img {
        width: 100%;
        min-height: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .video-gallery .image-wrapper,
    .service-layout-2 .image-wrapper {
        height: 250px;
    }
}

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