.support-center-section-intro {
    padding: 50px 20px 20px 20px;
    border-radius: 20px;
    margin-bottom: 60px;
    max-width: 1300px;
    margin: auto;
}


.support-center-intro-content h2 {
    font-size: 2.8em;
    color: #62d6e5;
    margin-bottom: 20px;
}

.support-center-intro-content p {
    font-size: 1.2em;
    color: white;

}

.support-center-section {
    padding: 20px;
    border-radius: 16px;
    padding: 20px 20px 50px 20px;
    max-width: 1300px;
    margin: auto;

}

.support-center-grid {
    display: flex;
    flex-wrap: wrap;
}

.support-center-text {
    flex: 1 1 50%;
}

.support-center-text ul li i {
    color: #00f0ff;
    margin-right: 10px;
    font-size: 18px;
}

.support-center-text h2 {
    color: #62d6e5;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.support-center-text ul {
    padding-left: 20px;
    font-size: 1.1em;
    color: white;
    line-height: 1.6;
}

.support-center-text ul li {
    list-style: none
}

.support-center-image {
    flex: 1 1 40%;
    text-align: center;
}

.support-center-image img {
    width: 400px;
    border-radius: 16px;
}


.tnfth-tab-header {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}

.tnfth-tabs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}

.tnfth-tab-btn {
    flex: 1 1 150px;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    color: #ccc;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
}

.tnfth-tab-btn:hover,
.tnfth-tab-btn.active {
    color: #00f0ff;
    border-color: #00f0ff;
}

.tnfth-tab-content {
    margin-top: 30px;
    display: none;
    animation: fadeIn 0.6s ease-in-out;
}

.tnfth-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tnfth-tab-content-box {

    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tnfth-tab-text {
    flex: 1 1 300px;
    color: #ccc;
}

.tnfth-tab-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.tnfth-tab-text ul {
    padding-left: 20px;
}

.tnfth-tab-text li {
    margin-bottom: 8px;
}

.tnfth-tab-image {
    flex: 1 1 250px;
    text-align: center;
}

.tnfth-tab-image img {
    max-width: 100%;
    border-radius: 12px;
}

.tnfth-tab-select {
    display: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .tnfth-tabs {
        display: none;
    }

    .tnfth-tab-select {
        display: block;
        background-color: transparent;
        color: white;
    }
    .tnfth-tab-select option{
        color: black;
    }
}

@media screen and (max-width: 768px) {
    .tnfth-tabs {
        flex-direction: column;
        align-items: center;
    }

    .tnfth-tab-content-box {
        flex-direction: column;
    }

    .tnfth-tab-text,
    .tnfth-tab-image {
        flex: 1 1 100%;
        text-align: center;
    }
}

.tnfth-tab-container {
    max-width: 1300px;
    margin: auto;
    padding: 40px 20px;
}

/* Responsive Fixes */

@media screen and (max-width: 992px) {
    .support-center-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .support-center-image img {
        width: 100%;
        max-width: 300px;
    }

    .support-center-text {
        flex: 1 1 100%;
    }

    .support-center-text h2 {
        font-size: 28px;
    }

    .support-center-text p,
    .support-center-text ul {
        font-size: 16px;
        text-align: left;
    }
    .tnfth-tab-header{
        color: #00f0ff;
    }
}

@media screen and (max-width: 768px) {
    .tnfth-tab-header {
        font-size: 28px;
    }

    .tnfth-tab-btn {
        flex: 0 0 auto;
        min-width: 250px;
        font-size: 16px;
        white-space: nowrap;
    }

    .tnfth-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        /* Firefox */
    }

    .tnfth-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .tnfth-tab-content-box {
        flex-direction: column;
        padding: 3px;
    }

    .tnfth-tab-text {
        font-size: 12px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {

    .support-center-intro-content h2,
    .support-center-text h2,
    .tnfth-tab-header {
        font-size: 22px;
        text-align: left;
        margin-top: 20px;
    }
    .support-center-section{
        padding: 5px;
    }

    .tnfth-tab-btn {
        min-width: 200px;
        font-size: 14px;
    }

    .tnfth-tab-text {
        font-size: 15px;
        
    }
}
/* contact-style.css */
.contact-section {
    background-color: transparent;
    color: #fff;
    padding: 100px 10%;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-left {
    flex: 1 1 40%;
    animation: fadeInLeft 1s ease forwards;
}

.contact-subtitle {
    color: #2CC8F6;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-heading {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-button {
    padding: 14px 28px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background-color: #2CC8F6;
    color: #000;
}

.contact-right {
    flex: 1 1 45%;
    animation: fadeInRight 1s ease forwards;
}

.contact-description {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-info-group {
    margin-bottom: 25px;
}

.contact-info-group h4 {
    color: #2CC8F6;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.contact-socials a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.contact-socials a:hover {
    color: #4FDDF3;
}

/* Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* contact-form-style.css */
.contact-form-section {
    background-color: transparent;
    padding: 100px 10%;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
}

.contact-form-container {
    max-width: 1000px;
    width: 100%;
    animation: fadeInUp 1s ease forwards;
}

.contact-form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-form-desc {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-form-group {
    position: relative;
    flex: 1 1 48%;
}

.contact-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #666;
    color: #fff;
    padding: 12px 0 6px;
    font-size: 16px;
    outline: none;
    transition: border 0.3s ease;
}

.contact-input:focus {
    border-color: #2CC8F6;
}

.contact-form-group label {
    position: absolute;
    top: 12px;
    left: 0;
    color: #999;
    font-size: 14px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.contact-input:focus+label,
.contact-input:not(:placeholder-shown)+label,
.contact-input:valid+label {
    top: -10px;
    font-size: 12px;
    color: #2CC8F6;
}

.contact-submit-button {
    padding: 14px 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.contact-submit-button:hover {
    background: #2CC8F6;
    color: #000;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form-row {
        flex-direction: column;
    }

    .contact-form-group {
        flex: 1 1 100%;
    }
    .contact-heading{
        font-size: 28px;
    }
}