
#t1-intro-section {
    text-align: center;
    max-width: 720px;
    margin: auto;
}

.t1-intro-eyebrow {
    font-size: 12px;
    letter-spacing: .25em;
    color: #9aa0a6;
    margin-bottom: 12px;
}

.t1-intro-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}

.t1-intro-title span {
    color: #3da6d6;
}

.t1-intro-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}



/* ============================= */
/* CARD GRID LAYOUT */
/* ============================= */

#t1-card-grid {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:40px;
}


.t1-card {
background:#f6f6f6;
border-radius:12px;
overflow:hidden;
transition:.25s ease;
cursor: pointer;
}


.t1-card-inner {
display:flex;
flex-direction:column;
height:100%;
}

.t1-card-content {
padding:20px;
}




/* ============================= */
/* DETAIL VIEW LAYOUT */
/* ============================= */



div#t1-detail-category {
    font-size: 10px;
    letter-spacing: 4px;
    color: rgb(58, 171, 218);
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
}

.t1-detail-stage {
position:relative;
text-align:center;
margin-top:40px;
}


#t1-detail-image {
width:100%;
max-width:1000px;
margin:auto;
display:block;
}

.t1-thinktank-wrapper {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin:40px 0;
}

.t1-card {
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.25s ease;
}

.t1-card:hover {
transform:translateY(-6px);
}

.t1-card-image img {
width:100%;
display:block;
}

.t1-card-content {
padding:24px;
}

.t1-card-image img {
    height: 200px !important;
    background: rgb(246, 245, 243);
    object-fit: cover;
}
.t1-category {
    font-size: 9px;
    letter-spacing: 3px;
    color: rgb(58, 171, 218);
    font-weight: 600;
    margin-bottom: 8px;
}

.t1-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: rgb(37, 38, 38);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.t1-subtitle {
    font-size: 12px;
    color: rgb(94, 94, 92);
    margin-top: 2px;
    margin-bottom: 12px;
}

.t1-description {
    font-size: 13px;
    color: rgb(94, 94, 92);
    line-height: 1.6;
}


.t1-open-hotspots {
    margin-top: 16px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: rgb(37, 38, 38);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
    padding: 0;
    border: none;
    text-transform: uppercase;
}
.t1-open-hotspots:hover {
    background: rgb(37, 38, 38);
}



/* ============================= */
/* OVERLAY SYSTEM */
/* ============================= */

#t1-overlay {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.92);
z-index:99999;
display:none;
}


.t1-overlay-inner {
position:relative;
width:90%;
height:90%;
margin:auto;
top:5%;
}


.t1-overlay-close {
position:absolute;
right:0;
top:-40px;
color:#fff;
font-size:28px;
cursor:pointer;
}


.t1-overlay-stage {
position:relative;
height:100%;
display:flex;
align-items:center;
justify-content:center;
}


#t1-overlay-image {
max-width:100%;
max-height:100%;
}








.t1-detail-stage {
position:relative;
text-align:center;
}


#t1-detail-image {
max-width:100%;
}


/* BACK BUTTON */

#t1-back-button {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 7px 14px;
    color: rgb(94, 94, 92);
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px;
    font-family: "IBM Plex Sans", -apple-system, sans-serif;
}


h2#t1-detail-title {
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    letter-spacing: 2px;
    color: rgb(37, 38, 38);
    text-transform: uppercase;
    margin: 0px 0px 8px;
}

p#t1-detail-description {
    text-align: center;
    font-size: 14px;
    color: rgb(94, 94, 92);
    max-width: 480px;
    margin: 0px auto;
    line-height: 1.65;
}


/* ============================= */
/* HOTSPOTS */
/* ============================= */

#t1-hotspots-wrapper {
    position: absolute;
    inset: 0;
    height: 400px;
}

.t1-hotspot {
    position: absolute;

    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 2px solid #45BEEE !important;
    background: #ffffff !important;
    color: #45BEEE !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10) !important;
    transition: all 0.2s ease !important;
    z-index: 5;
    padding: 0 !important;
}

.t1-hotspot:hover, .t1-hotspot.is-active {
    background: #45BEEE !important;
    color: #ffffff !important;
}

.t1-detail-stage img {
    border-radius: 20px 20px 0px 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-bottom: none !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
    height: 400px !important;
    object-fit: cover;
}

.t1-hotspot-plus {
    font-size: 22px;
    line-height: 1;
    display: block;
    margin-top: -2px;
}

#t1-hotspot-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    padding: 16px 24px;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
}
.t1-hotspot-btn {
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #252626;
    padding: 12px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}


.t1-hotspot-btn:hover, .t1-hotspot-btn.is-active {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgb(69, 190, 238);
    background: rgba(69, 190, 238, 0.08) !important;
    color: rgb(58, 171, 218) !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: 0.2s;
    font-family: "IBM Plex Sans", -apple-system, sans-serif;
}


button.t1-hotspot-btn {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: white;
    color: rgb(94, 94, 92);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: 0.2s;
    font-family: "IBM Plex Sans", -apple-system, sans-serif;
}

.t1-no-hotspots {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
}

/* ============================= */
/* FEEDBACK PANEL */
/* ============================= */



.t1-feedback-panel {
    display: none;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.t1-feedback-panel.is-active {
    display: block;
}

.t1-feedback-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
}

.t1-feedback-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.t1-feedback-info-box {
    font-size: 15px;
    line-height: 1.7;
    color: #252626;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 18px;
}


/* ============================= */
/* HOTSPOT INFO POPUP */
/* ============================= */

#t1-hotspot-info-popup {
    position: absolute;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    padding: 18px 18px 14px;
    width: 240px;
    z-index: 10;
}

.t1-hotspot-popup-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgb(37, 38, 38);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
    text-align: left;
}
.t1-hotspot-popup-text {
    font-size: 12px;
    color: rgb(94, 94, 92);
    line-height: 1.5;
    text-align: left;
}

/* ============================= */
/* FEEDBACK WRAPPER */
/* ============================= */



.t1-feedback-shell {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}


#t1-feedback-subheading {
    font-size: 12px;
    color: rgb(154, 152, 149);
    margin-bottom: 24px;
}

#t1-feedback-comments {
    margin-bottom: 24px;
}

#t1-feedback-form {
    display: flex;
    gap: 14px;
    align-items: stretch;
}



#t1-feedback-submit {
    min-width: 92px;
    border: none;
    background: #252626;
    color: #ffffff;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 20px;
}



.t1-feedback-item {
    display:flex;
    gap:12px;
    margin-bottom:18px;
}

.t1-feedback-child {
    display:flex;
    gap:10px;
    margin-top:12px;
}


.t1-feedback-body {
    flex:1;
}

.t1-feedback-meta {
    font-size:13px;
    font-weight:600;
}



.t1-feedback-date {
    font-weight:400;
    opacity:.6;
}



.t1-feedback-reply-btn {
    font-size:12px;
    margin-top:6px;
    cursor:pointer;
    opacity:.7;
}


.t1-feedback-child {
    border-left: 2px solid #eee;
    padding-left: 15px;
}


.t1-admin-badge {
    background: #111;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    margin-left: 6px;
    border-radius: 3px;
}





/*
|--------------------------------------------------------------------------
| THINKTANK FEEDBACK PANEL (CLIENT HTML MATCH)
|--------------------------------------------------------------------------
*/

#t1-feedback-wrapper {
    background: #fff;
    border-radius: 18px;
    margin-top: 40px;
    box-shadow: 0 2px 0 rgba(0,0,0,.03);
}


/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/


#t1-feedback-heading {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: rgb(37, 38, 38);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
#t1-feedback-wrapper p {
    color: #7a7a7a;
    font-size: 14px;
}


/*
|--------------------------------------------------------------------------
| COMMENT ROW
|--------------------------------------------------------------------------
*/

.t1-feedback-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
}


/*
|--------------------------------------------------------------------------
| AVATAR
|--------------------------------------------------------------------------
*/

.t1-feedback-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
}


/*
|--------------------------------------------------------------------------
| COMMENT BODY
|--------------------------------------------------------------------------
*/

.t1-feedback-body {
    flex: 1;
}

.t1-feedback-author {
    font-weight: 600;
    font-size: 13px;
    color: rgb(37, 38, 38);
    text-transform: capitalize;
    margin-right:10px;
}
.t1-feedback-time {
    font-size: 12px;
    color: #9a9a9a;
    margin-left: 6px;
}


/*
|--------------------------------------------------------------------------
| COMMENT TEXT
|--------------------------------------------------------------------------
*/

.t1-feedback-text {
    margin-top: 4px;
    font-size: 13px;
    color: rgb(94, 94, 92);
    line-height: 1.65;
    margin-bottom: 8px;
}


/*
|--------------------------------------------------------------------------
| REPLY BUTTON
|--------------------------------------------------------------------------
*/

a.t1-reply-link {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: rgb(154, 152, 149);
}

/*
|--------------------------------------------------------------------------
| CHILD COMMENTS (THREAD STYLE)
|--------------------------------------------------------------------------
*/

.t1-feedback-children {
    margin-top: 14px;
    margin-left: 48px;
    border-left: 2px solid #eee;
    padding-left: 14px;
}


/*
|--------------------------------------------------------------------------
| ADMIN BADGE
|--------------------------------------------------------------------------
*/

.t1-admin-badge {
    background: #1d1d1d;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
}


/*
|--------------------------------------------------------------------------
| INPUT FIELD
|--------------------------------------------------------------------------
*/

#t1-feedback-text {
    flex: 1;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 15px;
    resize: vertical;
    outline: none;
    background: #f7f7f7;
}

/*
|--------------------------------------------------------------------------
| POST BUTTON
|--------------------------------------------------------------------------
*/

#t1-feedback-submit {

    background: #1f1f1f;
    color: #fff;
    border-radius: 14px;
    padding: 16px 34px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .2s ease;
}


#t1-feedback-submit:hover {
    background: #000;
}

.t1-reply-box {
    display: flex;
    gap: 14px;
    align-items: flex-end;
}
.t1-reply-box textarea {
    margin-top: 8px;
    flex: 1;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 15px;
    resize: vertical;
    outline: none;
    background: #f7f7f7;
}
button.t1-submit-reply {
    background: #1f1f1f;
    color: #fff;
    border-radius: 14px;
    padding: 16px 34px;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .2s ease;
    font-size: 13px;
    font-weight: 700;
    border: none;
    height: 52px;
}

.t1-reply-submit {
    margin-top: 10px;
    background: transparent;
    border: 2px solid #ff2a4f;
    color: #ff2a4f;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 600;
}


.t1-hotspot-buttons {
    margin-top: 30px;
    margin-bottom: 30px;

}





#t1-login-modal {

position: fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:9999;

}

.t1-login-overlay {

position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);

}

.t1-login-box {

position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:#f4f4f4;
padding:40px;
border-radius:20px;
width:420px;
max-width:90%;

}






/*
|--------------------------------------------------------------------------
| HOTSPOT PULSE ANIMATION
|--------------------------------------------------------------------------
*/


@keyframes t1HotspotPulseRing {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);


    }
}

/*
Pulse animation default state
(all hotspots animate)
*/

.t1-hotspot {

    animation: t1HotspotPulseRing 1.8s infinite;

}

/*
Stop animation when any hotspot becomes active
*/

.t1-hotspot.is-active {

    animation: none;

}

/*
Stop animation globally when container has active hotspot
*/

.t1-hotspots-active .t1-hotspot {

    animation: none;

}







/*Thinktank login popup */

.t1-login-eyebrow {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 12px;
    letter-spacing: 5px;
    color: #252626;
    margin-bottom: 6px;
    font-weight: 700;
    text-align: center;
}
.t1-login-box h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #252626;
    text-transform: uppercase;
    text-align: center;
}
.t1-login-box p {
    font-size: 13px;
    color: #5e5e5c;
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
}
p.t1-login-small {
    font-size: 12px;
    color: #9a9895;
    margin-bottom: 24px;
    line-height: 1.6;
}
form#t1-login-form input {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: #f3f2f0;
    border: 1px solid #0000000f;
    border-radius: 10px;
    color: #252626;
    font-size: 14px;
    outline: none;
    font-family: "IBM Plex Sans", -apple-system, sans-serif;
    transition: border 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
button#t1-login-submit {
    width: 100%;
    padding: 15px;
    background: #252626;
    color: white;
    border: none;
    border-radius: 12px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    opacity: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s;
}