/* Shared Service Page Styles */

/* Methodology Section */
.methodology-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 145, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 145, 255, 0.2);
}
.methodology-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 40px 30px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}
.methodology-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(0, 145, 255, 0.4);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.methodology-card h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.methodology-card p {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Functional Items */
.tp-about-funcact-item span {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
.tp-about-funcact-item p {
    font-size: 16px;
    color: #a1a1a1;
}
.method-title {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

/* Modern FAQ Design */
.modern-faq-accordion .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 15px;
}
.modern-faq-accordion .accordion-button {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    border-radius: 16px !important;
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    transition: all 0.3s ease;
}
.modern-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.07);
    color: #0091FF;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: rgba(0, 145, 255, 0.3);
}
.modern-faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230091FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: none;
}
.modern-faq-accordion .accordion-collapse {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.modern-faq-accordion .accordion-body {
    color: #a1a1a1;
    padding: 0 30px 25px 30px;
    font-size: 16px;
    line-height: 1.7;
}

/* Section Specific Styles */
.seo-content-section {
    padding: 140px 0;
    background: transparent;
}
.section-title {
    color: #fff !important;
}
@media (max-width: 991px) {
    .tp-faq-title-box {
        margin-bottom: 50px; /* Space for stacked layout on mobile */
    }
}
.seo-content-section .section-title {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}
.seo-content-section p {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 1.8;
}
.seo-content-section .img-wrap {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    min-height: 400px; /* Force minimum height for WebGL to initialize */
    background: #111013;
    position: relative;
}
.seo-content-section .img-wrap.tp--hover-item {
    cursor: pointer;
}
.seo-content-section .img-wrap canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.seo-content-section .img-wrap img {
    width: 100%;
    height: auto;
    opacity: 1;
}




/* Service List Alignment Fix */
.tp-service-5-list ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

.tp-service-5-list ul li {
    list-style: none !important;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.tp-service-5-list ul li::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 3px;
    color: #0091FF;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

/* Roadmap (Our Process) Styles */
.roadmap-section {
    padding: 160px 0;
    background: #111013;
    position: relative;
    overflow: hidden;
}
.roadmap-container {
    position: relative;
    padding: 60px 0;
}
.roadmap-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(-50%);
}
.roadmap-line-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, transparent, #0091FF, #0091FF);
    box-shadow: 0 0 20px rgba(0, 145, 255, 0.5);
}
.roadmap-step {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
}
.roadmap-step:last-child {
    margin-bottom: 0;
}
.roadmap-content {
    width: 45%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    backdrop-filter: blur(15px);
    transition: all 0.5s ease;
    position: relative;
}
.roadmap-step:nth-child(even) .roadmap-content {
    margin-left: auto;
}
.roadmap-step:nth-child(odd) .roadmap-content {
    margin-right: auto;
    text-align: right;
}
.roadmap-node {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #111013;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
.roadmap-step.active .roadmap-node {
    background: #0091FF;
    border-color: #0091FF;
    box-shadow: 0 0 20px rgba(0, 145, 255, 0.8);
    scale: 1.3;
}
.roadmap-step.active .roadmap-content {
    background: rgba(0, 145, 255, 0.05);
    border-color: rgba(0, 145, 255, 0.3);
}
.phase-tag {
    display: inline-block;
    padding: 6px 15px;
    background: rgba(0, 145, 255, 0.1);
    color: #0091FF;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.roadmap-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.roadmap-content p {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .roadmap-line { left: 30px; transform: none; }
    .roadmap-node { left: 30px; transform: translateX(-50%); }
    .roadmap-content { width: calc(100% - 80px); margin-left: 80px !important; text-align: left !important; }
    .roadmap-step { justify-content: flex-start; }
}
