/* International Variant 2 – overrides and variant 2–specific styles */
.dtr-nav .nav-link.active { color: #7a14ff; font-weight: 600; }
.v2-hero-bg {
    background-image: url(https://content.swageazy.com/website/Top-Bg-color_1773306236011.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56.25vw;
    min-height: 320px;
    max-height: 90vh;
}
.v2-hero-row { width: 100%; margin: 0; }
.v2-hero-content {  margin-top: 25px; }
/* Hero: no letter-spacing on headings, title font-size like dtr-intro-heading max, scales down on small */
.v2-hero-bg h1, .v2-hero-bg h2, .v2-hero-bg h3, .v2-hero-bg h4, .v2-hero-bg h5, .v2-hero-bg h6 { letter-spacing: normal; }
.v2-hero-badge {
    display: inline-block;
    color: #F6339A;
    background-color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem;
    border-radius: 25px;
    margin-bottom: 0.75rem;
}
.v2-hero-title {
    font-size: clamp(1.15rem, 4vw + 1rem, 2rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.6rem;
}
.v2-hero-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
    opacity: 0.95;
}
.v2-hero-btns { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.v2-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: opacity 0.2s;
}
.v2-hero-btn:hover { opacity: 0.92; }
.v2-hero-btn-primary {
    background: linear-gradient(90deg, #F6339A 0%, #9810FA 100%);
    color: #fff;
    border: none;
}
.v2-hero-btn-secondary {
    background: #fff;
    color: #1f2937;
    border: 2px solid #374151;
}
/* Feature cards row: 5 cards, horizontal scroll on small screens */
.v2-features-row {
    display: flex;
    gap: 2.25rem;
    justify-content: center;
    align-items: stretch;
    padding: 1rem 0;
    padding-top: 3.5rem;
}
.v2-feature-card {
    flex: 0 0 auto;width: 200px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    padding: 1.5rem 1rem;
    text-align: center;
}
.v2-feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v2-feature-icon svg { width: 28px; height: 28px; font-weight: 500; }
.v2-feature-icon i.bi { font-size: 1.75rem; font-weight: 500; }
.v2-icon-purple { background: #FAF5FF; color: #AD46FF; }
.v2-icon-teal { background:#F0FDFA; color: #0d9488; }
.v2-icon-blue { background: #EFF6FF; color: #2B7FFF; }
.v2-icon-voilet { background: #EEF2FF; color: #615FFF; }
.v2-icon-pink { background:#FFF1F2; color: #FF2056; }
.v2-feature-label {
    margin: 0;
    font-size: .9rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
}
@media (max-width: 991px) {
    .v2-features-row {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: .5rem;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .v2-feature-card { min-width: 140px; }
}

.dtr-btn, input[type="submit"], input[type="reset"], button[type="submit"], .dtr-form-btn {
    background-color:#D7458F;
    border-color: #D7458F;
    color: #fff;
}

/* Blocks 4 & 5: equal height (match taller one) */
.varient1-equal-height .col-md-6 { display: flex; }
.varient1-equal-height .dtr-servicebox-wrapper { flex: 1; display: flex; }
.varient1-equal-height .dtr-servicebox { flex: 1; }

.dtr-list-icon {
    background-color: #FFE7FB;
    color: #D7458F;
}

.color-D1E4FF {
    background-color: #D1E4FF;
}

.color-E8DEFF {
    background-color: #E8DEFF;
}

.color-F8F2C7 {
    background-color: #F8F2C7;
}

.font-medium {
    font-size: medium;
}

.investor-section {
    padding-top: 2rem;
    background: linear-gradient(135deg, #0F172B 0%, #1D293D 50%, #0F172B 100%);

}
.dtr-intro-subheading::after {
    background: #b6b3b359;
}


.the-investors-subheading {
    color: #FFFFFF59;
}

.investors-content {
    color: #90A1B9;

}
.card{
 border: none;
 box-shadow: none;
 background-color: transparent;
}
.col-md-6 .card.middle-card {
    margin-top: 0%;
}
.color-D7458F {
    color: #D7458F !important;
}
.bg-F8F8F9 {
    background-color: #F8F8F9;
}
/* Investors: smaller images, centered */
.varient1-investors .card-container { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.varient1-investors .investors-img { max-width: 220px; max-height: 80px; object-fit: contain; }

/* Latest blog posts grid: XS/SM 1 per row, MD+ 3 in a row */
.varient1-blog-grid { margin-top: 1rem; }
.varient1-blog-col { margin-bottom: 1.5rem; }
.varient1-blog-card-link { text-decoration: none; display: block; color: inherit; }
.varient1-blog-img-wrap { overflow: hidden; border-radius: 8px; margin-bottom: 1rem; background: #f0f0f0; aspect-ratio: 16/10; }
.varient1-blog-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.varient1-blog-title { color: #05182b; font-weight: 700; margin-bottom: 0.5rem; font-size: 1.1rem; }
.varient1-blog-excerpt { color: rgba(5,24,43,0.7); font-size: 0.95rem; margin-bottom: 0.75rem; line-height: 1.5; }
.varient1-blog-cta { color: #D7458F; font-weight: 500; }

/* Contact form: max 900px, light grey inputs */
.varient1-contact-form-wrap { --color-grey-97: #F7F8F8; max-width: 900px; margin: 0 auto; background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.06); padding: 2rem; }
.varient1-contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.varient1-form-row { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.varient1-form-row .varient1-form-field { flex: 1; min-width: 0; }
.varient1-form-field label { display: block; color: #2A3644; font-weight: 500; margin-bottom: 0.35rem; font-size: 0.95rem; }
.varient1-contact-form input, .varient1-contact-form select, .varient1-contact-form textarea { width: 100%; padding: 0.75rem 1rem; border-radius: 25px; border: none; background-color: #F7F8F8 !important; color: #05182b !important; font-size: 1rem; }
.varient1-contact-form input::placeholder, .varient1-contact-form textarea::placeholder { color: #9ca3af; }
/* Keep autofilled input text black and background unchanged */
.varient1-contact-form input:-webkit-autofill,
.varient1-contact-form input:-webkit-autofill:hover,
.varient1-contact-form input:-webkit-autofill:focus { -webkit-text-fill-color: #05182b; -webkit-box-shadow: 0 0 0 1000px #F7F8F8 inset; }
.varient1-contact-form select {
    cursor: pointer;
    appearance: none;
    padding-right: 2.5rem;
    margin-right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2351182b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}
.varient1-contact-form select:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2351182b' d='M6 4l5 5H1z'/%3E%3C/svg%3E");
}
.varient1-contact-form textarea { resize: vertical; min-height: 100px; }
.varient1-form-submit-wrap { display: flex; justify-content: flex-end; }
.varient1-form-submit { background: #D7458F; color: #fff; border: none; padding: 0.75rem 1.5rem; border-radius: 35px; font-weight: 600; font-size: 1rem; cursor: pointer; }
.varient1-form-submit:disabled { opacity: 0.85; cursor: not-allowed; }
.varient1-form-submit .varient1-btn-spinner { display: inline-block; width: 14px; height: 14px; margin-right: 8px; vertical-align: middle; border: 2px solid rgba(255,255,255,0.4); border-top-color: #fff; border-radius: 50%; animation: varient1-spin 0.7s linear infinite; }
@keyframes varient1-spin { to { transform: rotate(360deg); } }

/* Success modal popup (max-width 300px, match reference) */
.varient1-success-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.varient1-success-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.varient1-success-modal-box { position: relative; background: #fff; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.2); padding: 1.75rem 1.5rem; max-width: 300px; width: 100%; text-align: center; }
.varient1-success-modal-close { position: absolute; top: 0.75rem; right: 0.75rem; background: none; border: none; font-size: 1.5rem; line-height: 1; color: #6b7280; cursor: pointer; padding: 0.25rem; }
.varient1-success-modal-close:hover { color: #05182b; }
.varient1-success-modal-icon-wrap { width: 56px; height: 56px; margin: 0 auto 1rem; border: 2px dashed #E8DEFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #e8f5e9; }
.varient1-success-modal-icon { color: #2e7d32; font-size: 1.75rem; font-weight: bold; }
.varient1-success-modal-title { margin: 0 0 0.5rem; font-size: 1.1rem; font-weight: 700; color: #05182b; line-height: 1.3; }
.varient1-success-modal-msg { margin: 0 0 1.25rem; font-size: 0.9rem; font-weight: 400; color: #6b7280; line-height: 1.4; }
.varient1-success-modal-ok { background: #D7458F; color: #fff; border: none; padding: 0.5rem 1.25rem; border-radius: 25px; font-weight: 600; font-size: 0.95rem; cursor: pointer; text-transform: lowercase; }

/* Error modal popup (same layout as success, error icon + red tint) */
.varient1-error-modal-icon-wrap { width: 56px; height: 56px; margin: 0 auto 1rem; border: 2px dashed #fecaca; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fef2f2; }
.varient1-error-modal-icon { color: #b91c1c; font-size: 1.75rem; font-weight: bold; line-height: 1; }
.varient1-error-modal-msg { color: #b91c1c; }


.international-features-section {
    background-color: #F8F8F9;
}

.dtr-hero-section-top-padding {
    padding-top: 100px;
}
.margin-top-100 {
    margin-top: 7rem;
}
.v2-hero-desc{
    letter-spacing: normal;
}

/* Hero: 350px–2000px responsive – fonts and buttons scale, text center on small */
@media (max-width: 1199px) {
    .v2-hero-title { font-size: 1.75rem; }
    .v2-hero-desc { font-size: 0.9rem; }
    .v2-hero-btn { font-size: 0.85rem; padding: 0.5rem 0.9rem; }
}
@media (max-width: 991px) {
    .v2-hero-content { text-align: center; }
    .v2-hero-title { font-size: 1.5rem; }
    .v2-hero-desc { font-size: 0.875rem; margin-bottom: 1rem; }
    .v2-hero-btns { justify-content: center; }
    .v2-hero-btn { font-size: 0.8rem; padding: 0.45rem 0.8rem; }
    .dtr-hero-section-top-padding { padding-top: 80px; }
    .v2-hero-bg { min-height: 300px; max-height: 70vh; }
}
@media (max-width: 767px) {
    .v2-hero-badge { font-size: 0.7rem; padding: 0.25rem 0.5rem; margin-bottom: 0.5rem; }
    .v2-hero-title { font-size: 1.35rem; }
    .v2-hero-desc { font-size: 0.8rem; margin-bottom: 0.85rem; }
    .v2-hero-btn { font-size: 0.75rem; padding: 0.4rem 0.7rem; }
    .dtr-hero-section-top-padding { padding-top: 70px; }
    .v2-hero-bg { min-height: 280px; max-height: 70vh; }
}
@media (max-width: 576px) {
    .dtr-hero-section-top-padding { padding-top: 88px; }
    .v2-hero-content { margin-top: 8rem,; padding-left: 0.75rem; padding-right: 0.75rem; }
    .v2-hero-badge { font-size: 0.6rem; padding: 0.2rem 0.4rem; margin-bottom: 0.4rem; }
    .v2-hero-title { font-size: 1.4rem; line-height: 1.2; margin-bottom: 0.4rem; }
    .v2-hero-desc { font-size: 0.9rem; line-height: 1.4; margin-bottom: 0.6rem; }
    .v2-hero-btns { gap: 0.4rem;  align-items: center; }
    .v2-hero-btn { font-size: 0.65rem; padding: 0.3rem 0.55rem; width: 100%; max-width: 140px; justify-content: center; border-radius: 20px; }
    .v2-hero-bg { min-height: 240px; max-height: 65vh; }
    .dtr-pb-100 {padding-bottom: 25px!important}
}
@media (max-width: 400px) {
    .dtr-hero-section-top-padding { padding-top: 84px; }
    .v2-hero-title { font-size: 0.875rem; }
    .v2-hero-desc { font-size: 0.65rem; margin-bottom: 0.5rem; }
    .v2-hero-btn { font-size: 0.6rem; padding: 0.25rem 0.45rem; max-width: 120px; }
    .v2-hero-bg { min-height: 220px; max-height: 70vh; }
}
@media (min-width: 1200px) {
    .v2-hero-bg { max-height: 90vh; }
}
@media (min-width: 1600px) {
    .v2-hero-title { font-size: 3rem; }
    .v2-hero-desc { font-size: 1.5rem; }
}

/* Choose your fabric: description and tabs on same row, space between; small screen = tabs new line */
.v2-fabric-intro-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-top: 0.5rem;
}
.v2-fabric-desc { margin: 0; flex: 1; min-width: 0; }
.v2-fabric-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    background: #F1F5F9;
    border-radius: 9999px;
    padding: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    flex-shrink: 0;
}
.v2-fabric-tab {
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748B;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.v2-fabric-tab:hover { color: #334155; }
.v2-fabric-tab.active {
    background: #fff;
    color: #0F172A;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    border: 1px solid #E2E8F0;
}
@media (max-width: 767px) {
    .v2-fabric-intro-row { flex-direction: column; align-items: flex-start; }
    .v2-fabric-desc { flex: none; width: 100%; }
    .v2-fabric-tabs { width: 100%; justify-content: flex-start; }
    .v2-fabric-tab { flex: 1; min-width: 0; text-align: center; padding: 0.5rem 0.75rem; font-size: 0.85rem; }
}

/* Fabric panels: show only the active one (tab switch) – higher specificity so only 3 cards visible */
.v2-fabric-panels { position: relative; }
.v2-fabric-panels .v2-fabric-panel { display: none; }
.v2-fabric-panels .v2-fabric-panel.active { display: grid; }

/* Product Ecosystem cards: grid layout, image 50%, details below */
.v2-product-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.v2-product-col { min-width: 0; }
.v2-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    overflow: hidden;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.v2-product-card-img {
    position: relative;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.v2-product-card-img-febric-section{
padding-top: 40%;
}

.v2-product-card-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
}
.v2-product-card-body { padding: 1rem 1.25rem; flex: 1; }
.v2-product-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}
.v2-product-row-last { margin-bottom: 0.5rem; }
.v2-product-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.v2-product-icon-purple { background: #FAF5FF; color: #AD46FF; }
.v2-product-icon-teal { background: #F0FDFA; color: #0d9488; }
.v2-product-label { flex: 1; color: #4b5563; }
.v2-product-label-upper { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.02em; }
.v2-product-value { font-weight: 700; color: #1f2937; }
.v2-product-bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}
.v2-product-bar-fill {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #F6339A 0%, #9810FA 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}
.v2-product-ecobar-wrap { display: flex; align-items: center; gap: 0.5rem; flex: 1; min-width: 0; }
.v2-product-ecobar { flex: 1; min-width: 0; }
.v2-product-ecobar-fill { background: #22c55e !important; }
.v2-product-ecobar-num { font-weight: 700; color: #22c55e; flex-shrink: 0; }
.v2-cost-bars { display: flex; gap: 6px; align-items: flex-end; }
.v2-cost-bar { width: 6px; height: 20px; border-radius: 4px; background: #e5e7eb; }
.v2-cost-bar-on { background: #22c55e; }
.v3-product-card-body .v2-cost-bar { background: rgba(255,255,255,.25); }
.v3-product-card-body .v2-cost-bar-on { background: #22c55e; }
@media (max-width: 991px) {
    .v2-product-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .v2-product-cards { grid-template-columns: 1fr; }
    .v2-product-card-label { font-size: 1.1rem; }
    .v2-product-row { font-size: 0.85rem; }
}

/* Product Deep Dive: right section cards + constraints, height match left */
.v2-deepdive-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06); padding: 1rem 1.1rem; }
.v2-deepdive-card-title { font-size: 0.95rem; font-weight: 700; color: #1f2937; margin: 0 0 0.5rem; }
.v2-deepdive-list { list-style: none; padding: 0; margin: 0; }
.v2-deepdive-list li { position: relative; padding-left: 1.1rem; margin-bottom: 0.25rem; color: #374151; font-size: 0.85rem; }
.v2-deepdive-list li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(90deg, #F6339A, #9810FA); }
.v2-deepdive-constraints { background: linear-gradient(135deg, #0F172B 0%, #0F172B 100%);
    border-radius: 12px; padding: 1rem 1.25rem; box-shadow: 0 2px 12px rgba(0,0,0,.15); }
.v2-deepdive-constraints-title { margin-bottom: 1rem; font-weight: 700; color: #fff; margin: 0 0 0.75rem; display: flex; align-items: center; }
.v2-deepdive-constraints-title i { color: #fbbf24; margin-right: 0.5rem; }
.v2-deepdive-constraint-item { display: flex; gap: 0.6rem; align-items: flex-start; padding-bottom: 0.75rem; margin-bottom: 0.75rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.v2-deepdive-constraint-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.v2-deepdive-badge { flex-shrink: 0; padding: 0.2rem 0.5rem; border-radius: 6px; font-size: 0.7rem; font-weight: 700; color: #fff; }
.v2-deepdive-badge-limit { background-color: #1D293D; color:#FDC700; }
.v2-deepdive-badge-note { background-color: #1D293D; color:#51A2FF; }
.v2-deepdive-constraint-desc { font-size: 0.8rem; color: #94a3b8; display: block; margin-top: 0.15rem;  line-height: normal}
.v2-deepdive-cards-row { display: flex; flex-direction: row; width: 100%; gap: 1rem; }
.v2-deepdive-cards-row > div { flex: 1; min-width: 0; }
/* Right section height = left: stretch row, right col flex column, content fills height */
@media (min-width: 768px) {
    .v2-deepdive-right { display: flex; flex-direction: column; min-height: 0; }
    .v2-deepdive-right .dtr-intro-heading {  line-height: 1.3; margin-bottom: 0.3rem; }
    .v2-deepdive-right .dtr-intro-content { font-size: 1rem; line-height: 1.35; margin-bottom: 0.5rem; }
    .v2-deepdive-right > .row.g-2 { flex: 1; display: flex; flex-direction: column; min-height: 0; margin-top: 0.5rem; }
    .v2-deepdive-right .v2-deepdive-cards-row { flex: 0 0 auto; }
    .v2-deepdive-right > .row.g-2 > .col-12:last-child { margin-top: 1rem; }
}
@media (max-width: 767px) {
    .v2-deepdive-card { padding: 1rem; margin-top: 0.5rem;}
    .v2-deepdive-constraints { padding: 1rem; }
}









/*=====================Media Queries=====================*/
@media (max-width: 576px) {
    .varient1-form-row .varient1-form-field { flex: 0 0 100%; }
}
@media (min-width: 768px) and (max-width: 992px) {
    .dtr-servicebox-heading {
        font-size: 1.25rem;
    }
}
@media (min-width: 1300px) {
    .varient1-five-xl .col-lg-3 { flex: 0 0 20%; max-width: 20%; }
}

/* Footer badges: on narrow viewport (e.g. ~768–1199px) shrink both so they fit in one row, no cutting */
.varient1-footer-badges { min-width: 0; }
@media (min-width: 768px) and (max-width: 1199px) {
    .varient1-footer-badges .iso-badge { max-height: 90px; width: auto; object-fit: contain; }
}
@media (max-width: 767px) {
    .varient1-footer-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
    .varient1-footer-badges .iso-badge { max-height: 90px; width: auto; object-fit: contain; }
}

/* Custom Hats & Headwear: table full width + horizontal scroll, two equal-height cards */
.v2-hats-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; overflow: hidden; border: 1px solid #F1F5F9; box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A; }
.v2-hats-table { min-width: 560px; width: 100%; margin-bottom: 0; border-collapse: collapse; font-size: 14px; }
.v2-hats-table th, .v2-hats-table td { padding: 12px 0.75rem; border: none; border-bottom: 2px solid #F1F5F9; vertical-align: middle; }
.v2-hats-table thead th { background: #F1F5F9; color: #45556C; font-weight: 600; border-bottom: none; }
.v2-hats-table tbody tr:last-child td { border-bottom: none; }
@media (max-width: 991px) {
    .v2-hats-table { font-size: 12px; }
    .v2-hats-badge { padding: 0.12rem 0.4rem; font-size: 1em; }
}
@media (max-width: 576px) {
    .v2-hats-table { font-size: 10px; }
    .v2-hats-badge { padding: 0.1rem 0.35rem; font-size: 1em; }
}
.v2-hats-table tbody td:nth-child(1) { color: #0F172B; font-weight: 700; }
.v2-hats-table tbody td:nth-child(2), .v2-hats-table tbody td:nth-child(3) { color: #6D7486; }
.v2-hats-td-icon { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 10px; margin-right: 0.75rem; vertical-align: middle; }
.v2-hats-td-icon i { font-size: 1rem; }
.v2-hats-td-icon-1 { background: #FCE7F3; color: #DB2777; }
.v2-hats-td-icon-2 { background: #F3E8FF; color: #7C3AED; }
.v2-hats-td-icon-3 { background: #DBEAFE; color: #2563EB; }
.v2-hats-td-icon-4 { background: #CCFBF1; color: #0D9488; }
.v2-hats-badge { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 20px; font-size: 1em; font-weight: 600; line-height: 1.2; }
.v2-hats-badge-low { background: #DCFCE7; color: #00A63E; }
.v2-hats-badge-med { background: #FEF9C2; color: #D08700; }
.v2-hats-badge-high { background: #FFE2E2; color: #E7000B; }
.v2-hats-card { background: #fff; border-radius: 24px;}
.v2-hats-card-light { border: 1px solid #E2E8F0; box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A;  }
.v2-hats-card-light .v2-hats-card-title { color: #0F172B; }
.v2-hats-card-light .v2-hats-tag { color: #314158; }
.v2-hats-card-dark { background: linear-gradient(135deg, #0F172B 0%, #1D293D 50%, #0F172B 100%); border-radius: 24px; }
.v2-hats-card-title { font-size: 1rem; font-weight: 700;     letter-spacing: 0px;}
.v2-hats-card-title-dark { color: #FFFFFF; }
.v2-hats-icon { color: #F6339A; }
.v2-hats-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.v2-hats-tag { border:1px solid #f1f5f9; padding: 0.35rem 0.65rem; border-radius: 25px; font-size: 0.8rem; color: #314158; }
.v2-hats-limits-list { list-style: none; padding: 0; margin: 0; font-size: 0.9rem; color: #CAD5E2; }
.v2-hats-limits-list li { position: relative; padding-left: 1.25rem; margin-bottom: 0.5rem; }
.v2-hats-limits-list li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: #F6339A; }
.v2-deepdive-card-Tshirt-background { background-color: #F8FAFC; border-radius: 12px; padding: 1rem 1.1rem !important; }
.v2-deepdive-card-Tshirt-background .v2-deepdive-card-title { margin-bottom: 0.35rem; }
.v2-essentials-list { list-style: none; padding: 0; margin: 0; }
.v2-essentials-list li { display: flex; align-items: center; justify-content: space-between; padding: 0.25rem 0; margin-bottom: 1px; border-bottom: 1px solid #F1F5F9; color: #374151; font-size: 0.9rem; }
.v2-essentials-list li:last-child { border-bottom: none; }
.v2-essentials-list li::before { display: none; }
.v2-essentials-text { flex: 1; }
.v2-essentials-dot { width: 6px; height: 6px; border-radius: 50%; background: #0d9488; flex-shrink: 0; }
.v2-essentials-shield { font-size: 0.5rem; color: #94a3b8; flex-shrink: 0; }
.v3-product-card-body {
    background: linear-gradient(135deg, #0F172B 0%, #1D293D 50%, #0F172B 100%);
  
}
.v3-product-card-body .v2-product-row {
    color: #fff;
}
.v3-product-card-body .v2-product-row-last {
    color: #fff;
}
.v3-product-card-body .v2-product-label {
    color: #90A1B9;
}
.v3-product-card-body .v2-product-value {
    color: #fff;
}
.v3-product-card-body hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    margin: 0.5rem 0;
}

/* Workflow Solutions – above Transparency Report */
.v2-workflow { background: #fff; }
.v2-workflow-sub { color: #64748b; font-size: 0.9rem; margin: 0 0 0.5rem; }
.v2-workflow-heading { font-size: clamp(1.35rem, 3.5vw, 1.75rem); font-weight: 700; color: #1e293b; margin: 0 0 0.5rem; }
.v2-workflow-desc { color: #475569; font-size: 0.95rem; max-width: 560px; line-height: 1.5; margin: 0; }
.v2-workflow-steps { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 0.5rem; position: relative; }
.v2-workflow-step { flex: 1; min-width: 120px; max-width: 180px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.v2-workflow-icon-wrap { width: 56px; height: 56px; border-radius: 25px; padding: 2px 30px;
    box-shadow: 
  0px 1px 2px -1px #0000001A,
  0px 1px 3px 0px #0000001A;
  background: #F8FAFC;
   border: 2px solid #F1F5F9;
      color: #475569; display: flex; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; }
.v2-workflow-icon { font-size: 1.35rem; }
.v2-workflow-line { position: absolute; top: 28px; left: calc(50% + 28px); width: calc(100% - 28px); height: 1px; background: #e2e8f0; z-index: 0; }
.v2-workflow-step:last-child .v2-workflow-line { display: none; }
.v2-workflow-label { font-size: 0.95rem; font-weight: 700; color: #1e293b; margin: 1rem 0 0.2rem; letter-spacing: normal;}
.v2-workflow-sublabel { font-size: 0.8rem; color: #64748b; margin: 0; letter-spacing: normal; }
@media (max-width: 991px) {
    .v2-workflow-steps { justify-content: center; gap: 1.5rem; }
    .v2-workflow-step { min-width: 100px; max-width: 140px; }
    .v2-workflow-line { display: none; }
}
@media (max-width: 575px) {
    .v2-workflow-steps { flex-direction: column; align-items: center; gap: 1.5rem; }
    .v2-workflow-step { max-width: 100%; }
    .v2-workflow .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
}

/* Transparency Report – above Our Promise */
.v2-transparency { background: #F8F8F9; }
.v2-transparency-sub { color: #64748b; font-size: 0.9rem; margin: 0 0 0.5rem; }
.v2-transparency-heading { font-size: clamp(1.35rem, 3.5vw, 1.75rem); font-weight: 700; color: #1e293b; margin: 0 0 0.5rem; }
.v2-transparency-desc { color: #475569; font-size: 0.95rem; max-width: 520px; margin: 0 auto; line-height: 1.5; }
.v2-transparency-card { background: #fff; border-radius: 12px; padding: 1.5rem 1.25rem; height: 100%; box-shadow: 0 1px 3px rgba(0,0,0,.06); text-align: center; }
.v2-transparency-icon { width: 48px; height: 48px; margin: 0 auto 1rem; border-radius: 50%;  display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.v2-transparency-icon-1 { background: #F3E8FF; color: #9810FA; }
.v2-transparency-icon-2 { background: #DBEAFE; color:#155DFC}
.v2-transparency-icon-3 { background: #FCE7F3;color:#E60076}
.v2-transparency-icon-4 { background: #FEF3C6; color:#E17100 }
.v2-transparency-card-title { font-size: 1rem; font-weight: 700; color: #1e293b; margin: 0 0 0.75rem; letter-spacing: normal;}
.v2-transparency-list { list-style: none; padding: 0; margin: 0; text-align: left; font-size: 0.875rem; color: #475569; line-height: 1.5; }
.v2-transparency-list li { position: relative; padding-left: 1rem; margin-bottom: 0.4rem; }
.v2-transparency-list-1 li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; border-radius: 50%; background: #9810FA; }
.v2-transparency-list-2 li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; border-radius: 50%; background: #155DFC; }
.v2-transparency-list-3 li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; border-radius: 50%; background: #E60076; }
.v2-transparency-list-4 li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; border-radius: 50%; background: #E17100; }
@media (max-width: 575px) {
    .v2-transparency .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
    .v2-transparency-card { padding: 1.25rem 1rem; }
}

/* Our Promise section – above exceptional CTA */
.v2-promise { background: #171c26; }
.v2-promise-sub { color: rgba(255, 255, 255, 0.5); font-size: 0.9rem; margin: 0 0 0.5rem; }
.v2-promise-heading { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 700; color: #fff; margin: 0 0 0.5rem; }
.v2-promise-desc { color: rgba(255, 255, 255, 0.85); font-size: 1rem; max-width: 560px; margin: 0 auto; line-height: 1.5; }
.v2-promise-card { background: #232a35; border-radius: 12px; padding: 1.5rem 1.25rem; height: 100%; border: 1px solid rgba(255, 255, 255, 0.06); text-align: center; }
.v2-promise-icon { width: 48px; height: 48px; margin: 0 auto 1rem; border-radius: 10px; background: #00cc99; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.v2-promise-card-title { font-size: 1rem; font-weight: 700; color: #fff; margin: 0 0 0.5rem; letter-spacing: normal;}
.v2-promise-card-desc { font-size: 0.875rem; color: #94a3b8; margin: 0; line-height: 1.45; }
@media (max-width: 575px) {
    .v2-promise .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
    .v2-promise-card { padding: 1.25rem 1rem; }
    .v2-promise-heading { font-size: 1.35rem; }
}

/* CTA section just above footer */
.v2-cta-above-footer {
    background: linear-gradient(45deg, rgba(252, 231, 243, 0.4) 0%, rgba(243, 232, 255, 0.4) 100%);
}
.v2-cta-heading { font-size: clamp(1.5rem, 4vw, 2.25rem); font-weight: 700; color: #0f172b; margin: 0 0 0.75rem; }
.v2-cta-heading-accent { background: linear-gradient(90deg, #F6339A 0%, #9810FA 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.v2-cta-desc { color: #64748b; font-size: 1rem; max-width: 520px; margin: 0 auto 1.5rem; line-height: 1.5; }
.v2-cta-btn { display: inline-block; background: linear-gradient(90deg, #F6339A 0%, #9810FA 100%); color: #fff; padding: 0.65rem 1.5rem; border-radius: 25px; font-weight: 600; text-decoration: none; box-shadow: 0 4px 14px rgba(246, 51, 154, 0.35); transition: opacity 0.2s; }
.v2-cta-btn:hover { opacity: 0.92; color: #fff; }
