/* Home Page Responsive Improvements */

/* Hero Section Improvements */
.techwix-hero-section-04 {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.techwix-hero-section-04 .hero-content {
    position: relative;
    z-index: 2;
}

.techwix-hero-section-04 .hero-content .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.techwix-hero-section-04 .hero-content .title {
    font-size: 85px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
}

.techwix-hero-section-04 .hero-content p {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.techwix-hero-section-04 .hero-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 48px; /* Better touch target */
    line-height: 1.2;
    text-align: center;
}

/* Header language switcher (EN/DE) */
.header-lang-switch{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.header-lang-switch .header-lang-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:44px;
    padding:0 16px;
    font-size:14px;
    font-weight:700;
    line-height:1;
    border-radius:6px;
}

.header-lang-switch .header-lang-btn.is-active{
    background: linear-gradient(195deg, #2563eb 0%, #818cf8 100%);
    color:#ffffff;
    border-color: transparent;
    box-shadow: none;
}

.header-lang-switch .header-lang-btn.is-active::before,
.header-lang-switch .header-lang-btn.is-active::after{
    /* Disable theme hover overlay on active button */
    display:none;
}

/* Choose-us: skill section title contrast fix */
.techwix-skill-section-02 .section-title .title.white{
    color: #0e0e0e !important;
}

/* Features Section Improvements */
.techwix-features-section {
    padding: 80px 0;
}

.techwix-features-section .features-item {
    min-height: 200px;
    padding: 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.techwix-features-section .features-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.techwix-features-section .features-icon {
    margin-bottom: 20px;
}

.techwix-features-section .features-icon img {
    max-width: 60px;
    height: auto;
}

.techwix-features-section .features-content .title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

/* Service Section Improvements */
.techwix-service-section-04 {
    position: relative;
}

.techwix-service-section-04 .experience-wrap {
    position: relative;
    padding: 20px;
}

.techwix-service-section-04 .experience {
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 10px;
}

.techwix-service-section-04 .experience .number {
    font-size: 48px;
    font-weight: 700;
    color: #086ad8;
    margin-bottom: 10px;
}

.techwix-service-section-04 .experience span {
    font-size: 16px;
    color: #4c4d56;
}

.techwix-service-section-04 .service-content .section-title .title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.3;
}

.techwix-service-section-04 .service-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #4c4d56;
}

.techwix-service-section-04 .service-item-03 {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.techwix-service-section-04 .service-item-03:hover {
    transform: translateY(-5px);
}

.techwix-service-section-04 .service-img {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.techwix-service-section-04 .service-img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.techwix-service-section-04 .service-item-03:hover .service-img img {
    transform: scale(1.05);
}

.techwix-service-section-04 .service-text .title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.techwix-service-section-04 .more-service-content {
    margin-top: 40px;
}

.techwix-service-section-04 .more-service-content p {
    font-size: 18px;
    font-weight: 500;
}

/* Video Section Improvements */
.techwix-video-section {
    padding: 100px 0;
}

.techwix-video-section .video-wrap {
    min-height: 400px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.techwix-video-section .video-content {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.techwix-video-section .video-content .section-title .title {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 1.3;
}

.techwix-video-section .play-btn-02 {
    margin-top: 30px;
}

.techwix-video-section .play-btn-02 a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 24px;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Testimonial Section Improvements */
.techwix-testimonial-section-04 {
    position: relative;
    padding: 100px 0;
}

.techwix-testimonial-section-04 .section-title {
    margin-bottom: 50px;
}

.techwix-testimonial-section-04 .section-title .title {
    font-size: 42px;
    line-height: 1.3;
}

.techwix-testimonial-section-04 .single-testimonial-02 {
    padding: 30px;
    text-align: center;
}

.techwix-testimonial-section-04 .testimonial-thumb {
    margin-bottom: 25px;
}

.techwix-testimonial-section-04 .testimonial-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.techwix-testimonial-section-04 .testimonial-content {
    max-width: 700px;
    margin: 0 auto;
}

.techwix-testimonial-section-04 .testimonial-content img {
    margin-bottom: 20px;
}

.techwix-testimonial-section-04 .testimonial-content p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ffffff;
}

.techwix-testimonial-section-04 .testimonial-content .name {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: block;
}

.techwix-testimonial-section-04 .testimonial-content .designation {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/* Contact Section Improvements */
.techwix-contact-section-02 {
    position: relative;
}

/* Contact page: equal-height contact info cards */
.contact-info-section .contact-info-wrap > .row > [class*="col-"]{
    display: flex;
}
.contact-info-section .contact-info-wrap .single-contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Avoid overlap with reCAPTCHA badge (bottom-right) */
.progress-wrap{
    bottom: 90px; /* was 50px in theme */
}
@media only screen and (max-width: 767px){
    .progress-wrap{ bottom: 110px; }
}

/* Contact page: add spacing between form section and map */
.techwix-contact-section-03.section-padding-02{
    margin-bottom: 50px;
}

.techwix-contact-section-02 .contact-wrap {
    padding: 60px 40px;
    border-radius: 15px;
}

.techwix-contact-section-02 .contact-info {
    padding-right: 30px;
}

.techwix-contact-section-02 .contact-info .section-title {
    margin-bottom: 40px;
}

.techwix-contact-section-02 .contact-info .section-title .title {
    font-size: 42px;
    line-height: 1.3;
}

.techwix-contact-section-02 .contact-info-item {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.techwix-contact-section-02 .contact-info-item:hover {
    background: rgba(255, 255, 255, 0.15);
}

.techwix-contact-section-02 .contact-info-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #086ad8;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Override theme's more-specific selector so icons stay high-contrast */
.techwix-contact-section-02 .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
    font-size: 24px;
    color: #ffffff;
    display: block;
    line-height: 1;
}

/* Ensure the Flaticon glyph itself centers correctly */
.techwix-contact-section-02 .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i::before,
.techwix-contact-section-02 .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i:before {
    display: block;
    line-height: 1;
}

.techwix-contact-section-02 .contact-info-text .title {
    font-size: 20px;
    margin-bottom: 5px;
    color: #0e0e0e;
    font-weight: 600;
}

.techwix-contact-section-02 .contact-info-text p {
    font-size: 18px;
    color: #4c4d56;
    margin: 0;
}

.techwix-contact-section-02 .contact-form-wrap {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.techwix-contact-section-02 .heading-wrap {
    margin-bottom: 40px;
}

.techwix-contact-section-02 .heading-wrap .sub-title {
    font-size: 14px;
    color: #086ad8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.techwix-contact-section-02 .heading-wrap .title {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.3;
}

.techwix-contact-section-02 .single-form input,
.techwix-contact-section-02 .single-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
}

.techwix-contact-section-02 .single-form input:focus,
.techwix-contact-section-02 .single-form textarea:focus {
    border-color: #086ad8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(8, 106, 216, 0.1);
}

.techwix-contact-section-02 .single-form textarea {
    min-height: 120px;
    resize: vertical;
}

.techwix-contact-section-02 .form-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    min-height: 48px; /* Better touch target */
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s ease;
}

/* Responsive Styles - Tablet */
@media only screen and (max-width: 1199px) {
    .techwix-hero-section-04 {
        min-height: 500px;
    }

    .techwix-hero-section-04 .hero-content .title {
        font-size: 56px;
    }

    .techwix-hero-section-04 .hero-content .sub-title {
        font-size: 17px;
    }

    .techwix-hero-section-04 .hero-content p {
        font-size: 18px;
    }

    .techwix-contact-section-02 .contact-info {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .techwix-contact-section-02 .contact-wrap {
        padding: 50px 30px;
    }

    .techwix-contact-section-02 .contact-form-wrap {
        padding: 40px 30px;
    }
}

/* Responsive Styles - Mobile Landscape */
@media only screen and (max-width: 991px) {
    .techwix-hero-section-04 {
        min-height: 450px;
        padding: 80px 0 60px;
    }

    .techwix-hero-section-04 .hero-content .title {
        font-size: 48px;
    }

    .techwix-hero-section-04 .hero-content .sub-title {
        font-size: 16px;
    }

    .techwix-hero-section-04 .hero-content p {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .techwix-features-section {
        padding: 60px 0;
    }

    .techwix-features-section .features-item {
        margin-bottom: 20px;
        min-height: 180px;
        padding: 25px;
    }

    .techwix-service-section-04 .experience {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .techwix-service-section-04 .experience .number {
        font-size: 40px;
    }

    .techwix-service-section-04 .service-content {
        margin-bottom: 30px;
    }

    .techwix-video-section {
        padding: 80px 0;
    }

    .techwix-video-section .video-wrap {
        min-height: 350px;
    }

    .techwix-video-section .video-content {
        padding: 50px 20px;
    }

    .techwix-video-section .play-btn-02 a {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }

    .techwix-testimonial-section-04 {
        padding: 80px 0;
    }

    .techwix-testimonial-section-04 .section-title {
        margin-bottom: 40px;
    }

    .techwix-contact-section-02 .contact-wrap {
        padding: 40px 25px;
    }

    .techwix-contact-section-02 .contact-form-wrap {
        padding: 35px 25px;
    }

    .techwix-contact-section-02 .heading-wrap .title {
        font-size: 28px;
    }
}

/* Responsive Styles - Mobile Portrait */
@media only screen and (max-width: 767px) {
    .techwix-hero-section-04 {
        min-height: 400px;
        padding: 60px 0 50px;
    }

    .techwix-hero-section-04 .hero-content .title {
        font-size: 42px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .techwix-hero-section-04 .hero-content .sub-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .techwix-hero-section-04 .hero-content p {
        font-size: 16px;
        margin-bottom: 25px;
        padding: 0 15px;
    }

    .techwix-hero-section-04 .hero-btn .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 32px;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }

    .techwix-features-section {
        padding: 50px 0;
    }

    .techwix-features-section .features-item {
        min-height: 160px;
        padding: 20px;
        margin-bottom: 15px;
    }

    .techwix-features-section .features-icon {
        margin-bottom: 15px;
    }

    .techwix-features-section .features-icon img {
        max-width: 50px;
    }

    .techwix-features-section .features-content .title {
        font-size: 20px;
    }

    .techwix-service-section-04 {
        padding: 60px 0;
    }

    .techwix-service-section-04 .experience-wrap {
        padding: 15px;
        margin-bottom: 30px;
    }

    .techwix-service-section-04 .experience {
        padding: 25px 20px;
    }

    .techwix-service-section-04 .experience .number {
        font-size: 36px;
    }

    .techwix-service-section-04 .experience span {
        font-size: 14px;
    }

    .techwix-service-section-04 .service-content .section-title .title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .techwix-service-section-04 .service-content p {
        font-size: 16px;
    }

    .techwix-service-section-04 .service-item-03 {
        margin-bottom: 25px;
    }

    .techwix-service-section-04 .service-text .title {
        font-size: 22px;
    }

    .techwix-service-section-04 .more-service-content {
        margin-top: 30px;
    }

    .techwix-service-section-04 .more-service-content p {
        font-size: 16px;
    }

    .techwix-video-section {
        padding: 60px 0;
    }

    .techwix-video-section .video-wrap {
        min-height: 300px;
    }

    .techwix-video-section .video-content {
        padding: 40px 15px;
    }

    .techwix-video-section .video-content .section-title .title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .techwix-video-section .play-btn-02 {
        margin-top: 20px;
    }

    .techwix-video-section .play-btn-02 a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .techwix-testimonial-section-04 {
        padding: 60px 0;
    }

    .techwix-testimonial-section-04 .section-title {
        margin-bottom: 30px;
    }

    .techwix-testimonial-section-04 .section-title .sub-title {
        font-size: 13px;
    }

    .techwix-testimonial-section-04 .section-title .title {
        font-size: 32px;
    }

    .techwix-testimonial-section-04 .single-testimonial-02 {
        padding: 25px 20px;
    }

    .techwix-testimonial-section-04 .testimonial-thumb {
        margin-bottom: 20px;
    }

    .techwix-testimonial-section-04 .testimonial-thumb img {
        width: 80px;
        height: 80px;
    }

    .techwix-testimonial-section-04 .testimonial-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .techwix-testimonial-section-04 .testimonial-content .name {
        font-size: 18px;
    }

    .techwix-testimonial-section-04 .testimonial-content .designation {
        font-size: 14px;
    }

    .techwix-contact-section-02 {
        padding: 60px 0;
    }

    .techwix-contact-section-03.section-padding-02{
        margin-bottom: 30px;
    }

    .techwix-contact-section-02 .contact-wrap {
        padding: 30px 20px;
    }

    .techwix-contact-section-02 .contact-info {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .techwix-contact-section-02 .contact-info .section-title .title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .techwix-contact-section-02 .contact-info-item {
        margin-bottom: 20px;
        padding: 15px;
        flex-direction: column;
        text-align: center;
    }

    .techwix-contact-section-02 .contact-info-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .techwix-contact-section-02 .contact-info-text .title {
        font-size: 16px;
    }

    .techwix-contact-section-02 .contact-info-text p {
        font-size: 14px;
    }

    .techwix-contact-section-02 .contact-form-wrap {
        padding: 30px 20px;
    }

    .techwix-contact-section-02 .heading-wrap {
        margin-bottom: 30px;
    }

    .techwix-contact-section-02 .heading-wrap .sub-title {
        font-size: 12px;
    }

    .techwix-contact-section-02 .heading-wrap .title {
        font-size: 26px;
    }

    .techwix-contact-section-02 .single-form {
        margin-bottom: 20px;
    }

    .techwix-contact-section-02 .single-form input,
    .techwix-contact-section-02 .single-form textarea {
        padding: 12px 15px;
        font-size: 15px;
    }

    .techwix-contact-section-02 .single-form textarea {
        min-height: 100px;
    }

    .techwix-contact-section-02 .form-btn {
        text-align: center;
    }

    .techwix-contact-section-02 .form-btn .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 14px 30px;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
    }
}

/* Extra Small Mobile */
@media only screen and (max-width: 575px) {
    .techwix-hero-section-04 {
        min-height: 350px;
        padding: 50px 0 40px;
    }

    .techwix-hero-section-04 .hero-content .title {
        font-size: 36px;
    }

    .techwix-hero-section-04 .hero-content .sub-title {
        font-size: 14px;
    }

    .techwix-hero-section-04 .hero-content p {
        font-size: 15px;
    }

    .techwix-features-section .features-item {
        min-height: 140px;
        padding: 15px;
    }

    .techwix-features-section .features-content .title {
        font-size: 16px;
    }

    .techwix-service-section-04 .experience .number {
        font-size: 32px;
    }

    .techwix-service-section-04 .service-content .section-title .title {
        font-size: 28px;
    }

    .techwix-video-section .video-content .section-title .title {
        font-size: 24px;
    }

    .techwix-testimonial-section-04 .section-title .title {
        font-size: 28px;
    }

    .techwix-contact-section-02 .contact-info .section-title .title {
        font-size: 26px;
    }

    .techwix-contact-section-02 .heading-wrap .title {
        font-size: 22px;
    }
}

/* Improve image loading and performance */
.techwix-hero-section-04 img.shape-1,
.techwix-hero-section-04 img.shape-2 {
    max-width: 100%;
    height: auto;
}

/* Better focus states for accessibility */
.techwix-hero-section-04 .hero-btn .btn:focus,
.techwix-contact-section-02 .form-btn .btn:focus {
    outline: 3px solid rgba(8, 106, 216, 0.5);
    outline-offset: 2px;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Improve container spacing on mobile */
@media only screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Screen reader only class for accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Additional improvements for better mobile experience */
@media only screen and (max-width: 767px) {
    /* Improve touch targets */
    a.btn, button.btn {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        text-align: center;
    }

    /* Better spacing for form elements */
    .single-form {
        margin-bottom: 15px;
    }

    /* Improve readability */
    .section-title .title {
        word-wrap: break-word;
        hyphens: auto;
    }

    /* Better image display */
    img {
        height: auto;
        max-width: 100%;
    }
}

/* Improve focus visibility */
*:focus-visible {
    outline: 2px solid #086ad8;
    outline-offset: 2px;
}

/* Better contrast for text on images */
.techwix-hero-section-04 .hero-content,
.techwix-video-section .video-content,
.techwix-testimonial-section-04 .testimonial-content {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

